gst-libs/gst/rtsp/gstrtspconnection.c: Make the next call to poll not depend on previ...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Patch by: Damien Lespiau  <damien.lespiau gmail com>
4
5         * gst-libs/gst/rtsp/gstrtspconnection.c:
6         (gst_rtsp_connection_write):
7         Make the next call to poll not depend on previous calls to poll with or
8         without reading from the active descriptor. Fixes #544293.
9
10 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
11
12         Patch by: Nick Haddad <nick at haddads dot net>
13
14         * gst-libs/gst/riff/riff-ids.h:
15         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16         Add support for other fourcc codes that are commonly used for
17         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
18         Fixes #558553.
19
20 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
21
22         * gst/audioresample/gstaudioresample.c:
23           Return the result of parent_class->event().
24
25 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
26
27         * gst/audioresample/gstaudioresample.c:
28         (gst_audioresample_class_init), (audioresample_fixate_caps):
29         Fixate the rate to the nearest supported rate instead of
30         the first one. Fixes bug #549510.
31
32 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
33
34         * win32/common/libgstaudio.def:
35         Add new symbols.
36
37 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
38
39         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
40         Attempt to make obfuscated code clearer.
41
42 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
43
44         * docs/libs/gst-plugins-base-libs-sections.txt:
45         * gst-libs/gst/floatcast/floatcast.h:
46         Move float endianness conversion macros to core. Second part of
47         bug ##555196.
48
49 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
50
51         * sys/ximage/ximagesink.h:
52         * sys/xvimage/xvimagesink.h:
53           Don't mark as gtk-doc docs as they aren't public.
54
55 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
56
57         * sys/xvimage/xvimagesink.c:
58         * sys/xvimage/xvimagesink.h:
59         * tests/icles/Makefile.am:
60         * tests/icles/test-colorkey.c:
61           Allow setting colorkey if possible. Implement property probe interface
62           for optional X features (autopaint-colorkey, double-buffer and
63           colorkey). Fixes #554533
64
65 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
66
67         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
68         Remove useless buffer size assignment. It already has this value.
69
70 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
71
72         * gst-libs/gst/audio/gstaudiosink.c:
73         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
74         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
75         (gst_audioringbuffer_stop):
76         Implement a separate activate functions to start monitoring the segments
77         or, in pull mode, pulling in data.
78
79         * gst-libs/gst/audio/gstbaseaudiosink.c:
80         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
81         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
82         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
83         (gst_base_audio_sink_activate_pull),
84         (gst_base_audio_sink_async_play),
85         (gst_base_audio_sink_change_state):
86         Implement pad and element convert query function.
87         Activate the ringbuffer.
88         Use the segment last_stop value as the offset to pull.
89         Use new basesink _do_preroll() method to preroll in the pulling thread.
90         Take appropriate locking in the pulling thread.
91
92         * gst-libs/gst/audio/gstringbuffer.h:
93         Update some docs.
94
95 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
96
97         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
98         Improve MXF typefinding a bit by searching for a header partition
99         pack instead of just a general partition pack and checking more
100         bytes for valid values.
101
102 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
103
104         * tests/icles/.cvsignore:
105         update ignore file.
106
107         * tests/icles/Makefile.am:
108         * tests/icles/test-box.c: (make_pipeline), (main):
109         Add another interactive command line experimentation suite for
110         dynamically boxing/cropping/saling an input video.
111
112 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
113
114         * docs/libs/gst-plugins-base-libs-sections.txt:
115         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
116         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
117         * gst-libs/gst/audio/gstringbuffer.h:
118         Add methods to more accuratly control the pulling thread of a
119         ringbuffer.
120         Add format conversion helper code to the ringbuffer.
121         API: GstRingBuffer:gst_ring_buffer_activate()
122         API: GstRingBuffer:gst_ring_buffer_is_active()
123         API: GstRingBuffer:gst_ring_buffer_convert()
124
125 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
126
127         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
128         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
129         (gst_audioringbuffer_stop):
130         Signal thread startup earlier so that we can immediatly go into pull
131         mode when we have to and block on preroll.
132
133 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
134
135         * gst-libs/gst/audio/gstringbuffer.c:
136         (gst_ring_buffer_prepare_read):
137         In pull mode we want the callback to prepull a buffer we can preroll on
138         even when we are not yet playing.
139
140 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
141
142         * ext/alsa/Makefile.am:
143         * ext/cdparanoia/Makefile.am:
144         * ext/gio/Makefile.am:
145         * ext/gnomevfs/Makefile.am:
146         * ext/libvisual/Makefile.am:
147         * ext/ogg/Makefile.am:
148         * ext/pango/Makefile.am:
149         * ext/theora/Makefile.am:
150         * ext/vorbis/Makefile.am:
151         * gst/adder/Makefile.am:
152         * gst/audioconvert/Makefile.am:
153         * gst/audiorate/Makefile.am:
154         * gst/audioresample/Makefile.am:
155         * gst/audiotestsrc/Makefile.am:
156         * gst/ffmpegcolorspace/Makefile.am:
157         * gst/gdp/Makefile.am:
158         * gst/playback/Makefile.am:
159         * gst/subparse/Makefile.am:
160         * gst/tcp/Makefile.am:
161         * gst/typefind/Makefile.am:
162         * gst/videorate/Makefile.am:
163         * gst/videoscale/Makefile.am:
164         * gst/videotestsrc/Makefile.am:
165         * gst/volume/Makefile.am:
166         * sys/v4l/Makefile.am:
167         * sys/ximage/Makefile.am:
168         * sys/xvimage/Makefile.am:
169           Don't install static libs for plugins. Fixes #550851 for base.
170
171 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
172
173         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
174         Set the default blocksize to -1 because we will then use the configured
175         samplesperbuffer to create our output buffer.
176
177 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
178
179         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
180         (gst_riff_create_video_template_caps):
181         Add mappping for the KMVC (Karl Morton's Video) Codec.
182
183 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
184
185         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
186         Don't forget to advance the offset of what we're matching against, else
187         we end up in a forever loop.
188
189 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
190
191         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
192         Improve typefinding a bit. If we don't have a Unicode charset
193         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
194
195 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
196
197         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
198         Fix build on macosx.
199
200 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
201
202         Based on patch by: Robin Stocker <robin at nibor dot org>
203
204         * ext/theora/gsttheoradec.h:
205         * ext/theora/theoradec.c: (gst_theora_dec_init),
206         (theora_dec_setcaps), (theora_handle_type_packet),
207         (theora_dec_decode_buffer), (theora_dec_change_state):
208         Parse input caps and make the PAR override the encoded PAR when
209         specified by a container. Fixes #555699.
210
211 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
212
213         * gst-libs/gst/rtp/gstbasertpdepayload.c:
214         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
215         (gst_base_rtp_depayload_set_gst_timestamp),
216         (gst_base_rtp_depayload_change_state):
217         * gst-libs/gst/rtp/gstbasertpdepayload.h:
218         Add some more G_LIKELY
219         Fail when the setcaps function was not called.
220
221         * gst-libs/gst/rtp/gstbasertppayload.c:
222         (gst_basertppayload_set_outcaps):
223         Propagate return value of setcaps.
224
225 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
226
227         * gst/subparse/Makefile.am:
228         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
229         (gst_sub_parse_class_init), (gst_sub_parse_init),
230         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
231         (get_next_line), (gst_sub_parse_data_format_autodetect),
232         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
233         (gst_subparse_type_find):
234         * gst/subparse/gstsubparse.h:
235         Add support for UTF16/UTF32 subtitles as long as the first bytes of
236         the first buffer contain the BOM. This also adds support for other
237         encodings that allow NUL bytes via the encoding property.
238         Fixes bugs #552237 and #456788.
239
240 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
241
242         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
243         Don't drop the last byte of image tags if they're not an URI list.
244         Fixes bug #556066.
245
246 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
247
248         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
249         For looking at the 4th byte we have to get 4 bytes of course
250         and not 3.
251
252 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
253
254         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
255         Improve FLAC-without-headers typefinding by looking at most of the
256         frame header and checking if invalid values are used. Should prevent
257         quite some false positives compared to the old version which only
258         check if the first 14 bits are set.
259
260 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
261
262         * sys/xvimage/xvimagesink.c:
263           Don't assert on caps==NULL.
264
265 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
266
267         * gst/subparse/gstsubparse.c:
268         (gst_sub_parse_data_format_autodetect), (handle_buffer),
269         (gst_sub_parse_change_state):
270         * gst/subparse/gstsubparse.h:
271         * tests/check/elements/subparse.c: (GST_START_TEST):
272         Add support for subtitle files with UTF-8 BOM at the beginning
273         by simple stripping it from the first line before passing it
274         to any parsing code. Fixes bug #555257 and playback of files
275         created by Gnome Subtitles.
276
277 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
278
279         * gst/audiotestsrc/gstaudiotestsrc.c:
280         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
281         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
282         (gst_audio_test_src_start), (gst_audio_test_src_stop),
283         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
284         (gst_audio_test_src_create):
285         * gst/audiotestsrc/gstaudiotestsrc.h:
286         Define the default property values in the usual place.
287         Implement start/stop to reset values correctly.
288         Calculate the sample size only once when we negotiate.
289         Rename some values to make more sense.
290         Keep track of our byte range.
291         Add support for pull based scheduling. Disabled for now until we have
292         the whole stack working.
293         Set the BUFFER_OFFSET correctly.
294
295 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
296
297         Based on a patch by: xavierb at gmail dot com
298
299         * gst/subparse/gstsubparse.c:
300         (gst_sub_parse_data_format_autodetect):
301         * tests/check/elements/subparse.c: (GST_START_TEST):
302         Make the detection of the used subtitle a bit less strict
303         for srt subtitles. Fixes bug #555607.
304
305 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
306
307         * ext/vorbis/vorbisenc.c:
308         (gst_vorbis_enc_buffer_check_discontinuous):
309         Fix discontinuity detection which was broken by last commit.
310
311 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
312
313         * configure.ac::
314           Require core CVS for ghostpad API additions used by decodebin2.
315
316 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
317
318         * gst-libs/gst/audio/gstbaseaudiosrc.c:
319         (gst_base_audio_src_create):
320         Fix debug statements (space between '%' and actual format).
321
322 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
323
324         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
325         Remove bogus assert, the decodepad could have been created inside an
326         already existing group.
327
328 2008-10-08  Andy Wingo  <wingo@pobox.com>
329
330         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
331         target instead of setting it.
332         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
333         API for a decode pad. The bugfix is that we set the group in
334         activate(), not when the pad was created because it might be NULL
335         then.
336         (gst_decode_group_control_source_pad, gst_decode_group_expose):
337         Update to use the API.
338
339 2008-10-08  Andy Wingo  <wingo@pobox.com>
340
341         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
342         be a subclass of GstGhostPad.
343         (analyze_new_pad): So, when emitting the signals that determine
344         how we do autoplugging, already create the ghost pad and use it as
345         the pad in the signal arguments. This allows applications to make
346         a connection between the pad passed in e.g. autoplug-continue, and
347         the pad passed in new-decoded-pad.
348         (connect_pad, expose_pad): Update to receive the ghosted decode
349         pad in the args, retargetting it as necessary if we have to plug
350         the target pad through a multiqueue.
351         (gst_decode_group_control_source_pad): Adapt to receive an
352         already-ghosted pad that just needs activation, blocking, and
353         drain notification.
354         (sort_end_pads): Adapt for decode pads actually being pads.
355         (gst_decode_group_expose): Adapt for decode pads actually being
356         pads. Rewrite the decode pad names so they appear in order. Adds a
357         new error case if we couldn't set the name.
358         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
359         logic.
360         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
361         New API for the decode pad, needed because we shouldn't do these
362         things inside gst_decode_pad_new(), but after.
363         (gst_decode_pad_new): Change to actually make the real pad, and
364         delay the blocking/drainage bits.
365
366 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
367
368         Patch by: Daniel Drake <dsd at laptop dot org>
369
370         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
371         Unref all buffers when clearing collectpads. Fixes bug #546955.
372
373 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
374
375         Based on a patch by: Klaas <klaas at rivercrew dot net>
376
377         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
378         (gst_vorbis_enc_buffer_check_discontinuous),
379         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
380         * ext/vorbis/vorbisenc.h:
381         Keep track of the upstream segments and use the running time on that
382         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
383
384 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
385
386         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
387         Prevent overflows with big buffer when calculating the size of
388         the intermediate buffer by using gst_util_uint64_scale() instead of
389         plain arithmetics. Fixes bug #552801.
390
391 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
392
393         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
394
395         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
396         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
397         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
398         (gst_clock_overlay_get_property):
399         * ext/pango/gstclockoverlay.h:
400         API: Add ability to specify format for date/time display by
401         adding a "time-format" property.
402         Fixes bug #554879.
403
404 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
405
406         Patch by: Jan Gerber <j at oil21 dot org>
407
408         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
409         (gst_riff_create_video_template_caps):
410         Add FFV1 fourcc to support playback of FFMPEG lossless video
411         in AVI. Fixes bug #555319.
412
413 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
414
415         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
416
417         * gst-libs/gst/audio/gstbaseaudiosrc.c:
418         (gst_base_audio_src_create):
419         Implement skew clock slaving. Fixes #552559.
420
421 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
422
423         * gst-libs/gst/audio/multichannel.c:
424         * gst-libs/gst/audio/testchannels.c:
425         Fix include of config.h
426
427 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
428
429         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
430
431         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
432         (print_media), (gst_sdp_message_dump):
433         Fix parsing of the c= field containing multicast addresses.
434         Fixes #552199.
435         Add the connection info to the session or streams.
436         Fix parsing of the bandwidth.
437         Add debugging for the connections and bandwidths for a media.
438         Add debugging for the bandwidth of the session. 
439
440 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
441
442         * gst-libs/gst/rtp/gstbasertppayload.c:
443         (gst_basertppayload_change_state):
444         Configure the next seqnum and timestamp in the state change so that they
445         can be queried soon after.
446
447 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
448
449         * gst-libs/gst/rtp/gstbasertpdepayload.c:
450         (gst_base_rtp_depayload_chain):
451         Improve debugging of the rtptime.
452
453 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
454
455         * configure.ac:
456         Back to development -> 0.10.21.1
457
458 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
459
460         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
461         (plugin_init):
462         Add typefinding for FLAC without headers in the beginning.
463         This is already handled by flacdec and friends.
464
465 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
466
467         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
468         (plugin_init):
469         Add typefinder for MXF.
470
471 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
472
473         * tests/icles/Makefile.am:
474         Only build test-colorkey if GTK+ is available.
475
476 === release 0.10.21 ===
477
478 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
479
480         * configure.ac:
481           releasing 0.10.21, "We Could Be Wrong"
482
483 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
484
485         * configure.ac:
486         0.10.20.4 pre-release
487
488 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
489
490         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
491
492         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
493         Set the BOS flag on the BOS packet. Fixes #553244.
494
495 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
496
497         * gst-libs/gst/rtsp/gstrtspmessage.c:
498         (gst_rtsp_message_parse_request),
499         (gst_rtsp_message_parse_response):
500         Fix the g_return_val_if_fail() statements.
501
502 2008-09-22  Michael Smith <msmith@songbirdnest.com>
503
504         * gst-libs/gst/tag/gsttagdemux.c:
505           Fail to activate if there's insufficient data in the file to be usable,
506           preventing an assertion fail later. Fixes #552960
507
508 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
509
510         * gst-libs/gst/pbutils/descriptions.c:
511         * gst/typefind/gsttypefindfunctions.c:
512           Recognise Kate subtitle streams (#550582).
513
514 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
515
516         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
517           Remove trailing comma from enum list, which causes problems
518           with -pendantic (#550729).
519
520 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
521
522         * configure.ac:
523         0.10.20.2 pre-release
524
525         * po/LINGUAS:
526         * po/id.po:
527         * po/pt_BR.po:
528
529         New translations.
530
531 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
532
533         * gst-libs/gst/interfaces/propertyprobe.c:
534           (gst_property_probe_get_properties),
535           (gst_property_probe_get_property),
536           (gst_property_probe_probe_property),
537           (gst_property_probe_probe_property_name),
538           (gst_property_probe_needs_probe),
539           (gst_property_probe_needs_probe_name),
540           (gst_property_probe_get_values),
541           (gst_property_probe_get_values_name),
542           (gst_property_probe_probe_and_get_values),
543           (gst_property_probe_probe_and_get_values_name):
544           More sanity checks for our second-favourite interface.
545
546 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
547
548         * gst-libs/gst/interfaces/propertyprobe.c:
549           Check for NULL pointer, in the hope that this fixes #532864.
550
551 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
552
553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
554           No really, the next release is 0.10.21 (fix Since: tags in docs).
555
556 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
557
558         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
559         Disable a code path that is now called but causes a deadlock for some
560         reason and is unneeded.
561
562 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
563
564         * sys/xvimage/xvimagesink.c:
565         * sys/xvimage/xvimagesink.h:
566           Add a "draw-border" property that can be set to false to disable
567           drawing borders.
568           
569         * tests/icles/test-colorkey.c:
570         * tests/icles/Makefile.am:
571           Add new test application for the colorkey handling.
572
573 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
574
575         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
576         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
577         This will also be fixed for upcoming gst-ffmpeg release so that once
578         this release of -base is out, it will work with the latest gst-ffmpeg
579         release.
580
581 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
582
583         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
584         (gst_riff_create_audio_template_caps):
585         Add Truespeech mapping for RIFF formats (AVI/WAV).
586         Fixes #550656
587
588 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
589
590         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
591         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
592         Fixes #550638.
593
594 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
595
596         * configure.ac:
597         * gst/subparse/Makefile.am:
598         * gst/subparse/gstsubparse.c:
599         * gst/subparse/samiparse.c:
600         * tests/check/elements/subparse.c:
601           Rework last change, so that we build subparse, but just disable the
602           sami parse functionality, if we're configured to not use xml. In the
603           tests only the sami test is disabled now.
604
605 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
606
607         * configure.ac:
608           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
609           test runs.
610
611 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
612
613         * po/POTFILES.in:
614           Add some more files with strings for translation.
615
616 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
617
618         * gst-libs/gst/tag/gstvorbistag.c:
619         * tests/check/libs/tag.c:
620           Use new geo location tags from core. Fixes #481169
621
622 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
623
624         * tests/check/elements/audioresample.c: (setup_audioresample),
625         (fail_unless_perfect_stream), (test_perfect_stream_instance),
626         (test_discont_stream_instance):
627         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
628         Add debugging for coherence.
629
630 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
631
632         Patch by: Jonathan Matthew  <notverysmart gmail com>
633
634         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
635           Add typefinder for PDF documents (which is nice to have, since it's a
636           common format, but also helps prevent false positives). Fixes #549814.
637
638 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
639
640         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
641         (no_more_pads_cb):
642         Fix nasty race where multiple decodebins could start pushing data before
643         we manage to configure the sinks, resulting in not-linked errors in
644         typical RTSP streaming cases.
645
646 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
647
648         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
649         Since we now call stop, we trigger this code path that causes a deadlock
650         is apparently not needed.
651
652 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
653
654         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
655         (gst_ring_buffer_stop):
656         Also allow the case where the ringbuffer was paused when we try to stop
657         it so that the basesrc stop function is still called.
658
659 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
660
661         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
662
663         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
664         Reprobe devices again instead of taking a cached list as new
665         devices could've been plugged in. Fixes bug #549062.
666
667 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
668
669         Patch by: Alessandro Dessina <alessandro nnva org>
670
671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
672         (gst_ogg_demux_activate_chain):
673         Don't add pads and activate them for skeleton streams. These are already
674         handled inside oggdemux. Fixes bug #537599.
675
676 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
677
678         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
679         Reset variable so that query and convert fail after going back to
680         READY. Fixes #548898.
681
682 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
683
684         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
685         If a buffer arrives with a timestamp before the timestamp+duration
686         of the previous buffer clip it instead of dropping it completely.
687         Slight improvement for the unfixable bug #548913.
688
689 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
690
691         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
692         Take the current timestamp instead of timestamp+duration for the offset.
693         This offset will later be used for calculating the timestamp and
694         otherwise vorbisdec will interpolate timestamps wrong if upstream
695         only sends timestamps and no granulepos.
696
697 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
698
699         * tests/examples/seek/seek.c:
700           Don't crash when having no visualisations.
701
702 2008-08-16  David Schleef  <ds@schleef.org>
703
704         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
705           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
706           Fixes #548065.
707
708 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
709
710         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
711         When cleaning up the caps fields also remove "depth" for the same
712         reason we remove "width".
713
714 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
715
716         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
717           Add Lead H.264 here as well.
718
719 2008-08-14  Julien Moutte  <julien@fluendo.com>
720
721         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
722         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
723
724 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
725
726         * gst-libs/gst/audio/gstbaseaudiosrc.c:
727         (gst_base_audio_src_create):
728         When not slaved to another clock also subtract the base_time from our
729         internal clock time to get the running time.
730
731 2008-08-12  David Schleef  <ds@schleef.org>
732
733         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
734           since it has no basis in libtheora.
735
736 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
737
738         * gst-libs/gst/interfaces/propertyprobe.h:
739           Remove double "interface" from doc-string.
740
741         * gst-libs/gst/interfaces/xoverlay.h:
742           Document interface.
743
744         * gst-libs/gst/riff/riff.c:
745           Add basic doc blobs.
746
747 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
748
749         * gst-libs/gst/audio/Makefile.am:
750           Don't try to build that example anymore.
751
752 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
753
754         * gst-libs/gst/audio/.cvsignore:
755         * gst-libs/gst/audio/Makefile.am:
756         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
757         * gst-libs/gst/audio/make_filter:
758           Move audiofiltertemplate to gst-template.
759
760 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
761
762         * docs/libs/gst-plugins-base-libs-sections.txt:
763         * gst-libs/gst/audio/gstaudiosrc.h:
764           More docs and shuffling. What can we do with the hundreds of #defines.
765
766 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
767
768         * gst-libs/gst/audio/audio.h:
769         * gst-libs/gst/audio/gstaudiofilter.h:
770         * gst-libs/gst/audio/gstringbuffer.h:
771         * gst-libs/gst/interfaces/propertyprobe.h:
772         * gst-libs/gst/tag/gsttagdemux.h:
773           Reducing number of dundocumented symbols.
774
775 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
776
777         * gst-libs/gst/audio/audio.c:
778           Fix doc comment syntax.
779
780         * gst-libs/gst/interfaces/propertyprobe.c:
781           Add more doc-comments and a FIXME: for the signal.    
782
783 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
784
785         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
786         (gst_ogg_mux_request_new_pad):
787         * ext/ogg/gstoggmux.h:
788         Don't pretend to support NEWSEGMENT events, instead override the
789         GstCollectPads event function to return FALSE on NEWSEGMENT events
790         and do the normal work for other events.
791
792         This prevents elements like flacenc to seek to the start and rewrite
793         some data which then results in a broken Ogg packet.
794
795 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
796
797         Patch by: Frederic Crozat <fcrozat@mandriva.org>
798
799         * ext/alsa/gstalsaplugin.c: (plugin_init):
800         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
801         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
802         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
803         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
804         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
805         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
806         * gst/playback/gstdecodebin.c: (plugin_init):
807         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
808         * gst/playback/gstplayback.c: (plugin_init):
809         * gst/playback/gstqueue2.c: (plugin_init):
810         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
811         * sys/v4l/gstv4l.c: (plugin_init):
812         Make sure gettext returns translations in UTF-8 encoding rather
813         than in the current locale encoding (#546822).
814
815 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
816
817         * gst-libs/gst/pbutils/descriptions.c:
818           Add audio/x-qdm for qtdemux.
819
820 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
821
822         * ext/vorbis/vorbisdec.c:
823           Do not leak old taglist.
824
825 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
826
827         * tests/icles/test-scale.c:
828           Include <stdlib.h> for atoi().
829
830 2008-08-04  Andy Wingo  <wingo@pobox.com>
831
832         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
833         documentation fix.
834
835 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
836
837         * gst/adder/gstadder.c:
838           Cleanup lots of empty lines that came from gst-indent going havoc
839           before I added the INDENT_ON/OFF marker some time agao.
840
841 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
842
843         * configure.ac:
844         * gst-libs/gst/riff/riff-read.c:
845           Bump requirement to latest core and use new tag for riff formats.
846           Needed for #520694.
847
848 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
849
850         * tests/examples/dynamic/Makefile.am:
851         * tests/examples/dynamic/codec-select.c: (make_encoder),
852         (make_pipeline), (do_switch), (my_bus_callback), (main):
853         Add example app that dynamically switches between 3 'encoders'.
854
855 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
856
857         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
858         Add some more comments.
859
860 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
861
862         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
863         (gst_video_test_src_create):
864         Discard buffers of the wrong size after renegotiation, this is perfectly
865         possible with things like capsfilter that could suggest caps changes
866         upstream without knowing the size of the buffer.
867
868 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
869
870         * tests/icles/.cvsignore:
871         * tests/icles/Makefile.am:
872         * tests/icles/test-scale.c: (make_pipeline), (main):
873         Add dynamic rescaling tests for the new basetransform.
874
875 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
876
877         * gst/audioconvert/Makefile.am:
878           Dist recently-added gstfastrandom.h.
879
880 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
881
882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
883         Fix a "may be used uninitialized in this function" which weirdly only
884         appears on macosx (?).
885
886 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
887
888         * gst-libs/gst/riff/riff-ids.h:
889           Adding acid chunk for tempo and loop information.
890
891 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
892
893         * sys/xvimage/Makefile.am:
894           floor() needs linking to $(LIBM).
895
896 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
897
898         * ext/gnomevfs/gstgnomevfssrc.c:
899           Aggregate short reads and add some comments and debug logging.
900           Fixes #537380
901
902 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
903
904         * gst/playback/gstplaybasebin.c:
905           Fix property doc markup (its not a signal).
906
907         * sys/xvimage/xvimagesink.c:
908           Add since tag for new proeprties (also add sice tags fro the last two
909           other additions).
910
911 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
912
913         * sys/xvimage/xvimagesink.c:
914         * sys/xvimage/xvimagesink.h:
915           Add autofill/colorkey properties. Fixes #538656.
916
917 2008-07-28  David Schleef  <ds@schleef.org>
918
919         * sys/xvimage/xvimagesink.c:
920           Fix rounding errors when converting colorbalance values
921           between hardware and object property ranges.  Partial
922           fix for #537889, however, there still seems to be a small
923           drift problem that could be totem's fault.
924
925 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
926
927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
928         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
929         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
930         This fixes a critical warning.
931
932 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
933
934         * ext/ogg/gstoggmux.c:
935         Allow muxing of CELT into Ogg streams.
936
937 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
938
939         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
940         (plugin_init):
941         Add simple typefinder for the CELT codec (www.celt-codec.org).
942
943 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
944
945         Patch by: Jan Gerber <j at oil21 dot org>
946
947         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
948         Fix calculation of the start time from skeleton streams.
949         Fixes bug #530068.
950
951 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
952
953         * tests/examples/seek/seek.c:
954           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
955
956 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
957
958         * gst/audioconvert/audioconvert.h:
959         * gst/audioconvert/gstaudioquantize.c:
960         (gst_audio_quantize_setup_dither),
961         (gst_audio_quantize_free_dither):
962         * gst/audioconvert/gstfastrandom.h:
963         Implement a linear congruential generator as pseudo random number
964         generator for the dither noise. This is about 2 times faster than
965         using GLib's mersenne twister. Also this uses only integer math for
966         generating integers while GLib internally uses floating point math.
967
968 2008-07-23  Michael Smith <msmith@songbirdnest.com>
969
970         * configure.ac:
971           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
972
973 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
974
975         Patch by: Damien Lespiau  <damien.lespiau gmail com>
976
977         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
978           Use GST_STR_NULL to avoid crashes with libcs that don't
979           like NULL strings in printf args (such as the win32 one).
980           Fixes #544306.
981
982 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
983
984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
985         Oops - set the size of the image used for probing back to 1x1, for
986         consistency with ximagesink
987
988 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
989
990         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
991         (gst_ximagesink_ximage_new):
992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
993         (gst_xvimagesink_xvimage_new):
994
995         Apparently on Solaris and OS/X (at least), it's not legal to ask the
996         X server to attach to a shared memory segment after we've deleted it,
997         with the result that MIT-SHM is disabled. Instead, remove it only after 
998         X succeeds in attaching too.
999
1000 2008-07-16  David Schleef  <ds@schleef.org>
1001
1002         * gst/audiotestsrc/gstaudiotestsrc.c:
1003         * gst/audiotestsrc/gstaudiotestsrc.h:
1004           Add 'ticks', a 1/30 second sine wave pulse every second.
1005
1006 2008-07-15  David Schleef  <ds@schleef.org>
1007
1008         * gst-libs/gst/video/video.c: Revert ABI change.
1009
1010 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1011
1012         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1013         Make it impossible to have NULL caps at the point where we set
1014         framerate and other things. Also don't return immediately for "3ivd"
1015         video and let framerate, etc be set. Might fix bug #542508.
1016
1017 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1018
1019         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1020         Video format can also be conveniently determined from (many)
1021         non-fixed caps.
1022
1023 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1024
1025         * gst/playback/gstplaybasebin.c:
1026         * gst/playback/gstplaybasebin.h:
1027         * gst/playback/gstplaybin.c:
1028         * gst/playback/gststreamselector.c:
1029         First stab at integrating DVD subpicture overlay into
1030         playbin. Successfully plugs and plays, but the queues need
1031         shrinking - 3 seconds of video is too much buffering.
1032
1033 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1034
1035         * gst/audioconvert/gstaudioconvert.c:
1036           Remove now obsolete note in the docs.
1037
1038 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1039
1040         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1041         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1042         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1043         * docs/plugins/gst-plugins-base-plugins.args:
1044         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1045         * docs/plugins/gst-plugins-base-plugins.interfaces:
1046         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1047         * docs/plugins/gst-plugins-base-plugins.signals:
1048         * docs/plugins/inspect/plugin-adder.xml:
1049         * docs/plugins/inspect/plugin-alsa.xml:
1050         * docs/plugins/inspect/plugin-audioconvert.xml:
1051         * docs/plugins/inspect/plugin-audiorate.xml:
1052         * docs/plugins/inspect/plugin-audioresample.xml:
1053         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1054         * docs/plugins/inspect/plugin-cdparanoia.xml:
1055         * docs/plugins/inspect/plugin-decodebin.xml:
1056         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1057         * docs/plugins/inspect/plugin-gdp.xml:
1058         * docs/plugins/inspect/plugin-gnomevfs.xml:
1059         * docs/plugins/inspect/plugin-libvisual.xml:
1060         * docs/plugins/inspect/plugin-ogg.xml:
1061         * docs/plugins/inspect/plugin-pango.xml:
1062         * docs/plugins/inspect/plugin-playback.xml:
1063         * docs/plugins/inspect/plugin-queue2.xml:
1064         * docs/plugins/inspect/plugin-subparse.xml:
1065         * docs/plugins/inspect/plugin-tcp.xml:
1066         * docs/plugins/inspect/plugin-theora.xml:
1067         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1068         * docs/plugins/inspect/plugin-uridecodebin.xml:
1069         * docs/plugins/inspect/plugin-video4linux.xml:
1070         * docs/plugins/inspect/plugin-videorate.xml:
1071         * docs/plugins/inspect/plugin-videoscale.xml:
1072         * docs/plugins/inspect/plugin-videotestsrc.xml:
1073         * docs/plugins/inspect/plugin-volume.xml:
1074         * docs/plugins/inspect/plugin-vorbis.xml:
1075         * docs/plugins/inspect/plugin-ximagesink.xml:
1076         * docs/plugins/inspect/plugin-xvimagesink.xml:
1077         * ext/alsa/gstalsamixer.c:
1078         * ext/alsa/gstalsasink.c:
1079         * ext/alsa/gstalsasrc.c:
1080         * ext/gio/gstgiosink.c:
1081         * ext/gio/gstgiosrc.c:
1082         * ext/gio/gstgiostreamsink.c:
1083         * ext/gio/gstgiostreamsrc.c:
1084         * ext/gnomevfs/gstgnomevfssink.c:
1085         * ext/gnomevfs/gstgnomevfssrc.c:
1086         * ext/ogg/gstoggdemux.c:
1087         * ext/ogg/gstoggmux.c:
1088         * ext/pango/gstclockoverlay.c:
1089         * ext/pango/gsttextoverlay.c:
1090         * ext/pango/gsttextrender.c:
1091         * ext/pango/gsttimeoverlay.c:
1092         * ext/theora/theoradec.c:
1093         * ext/theora/theoraenc.c:
1094         * ext/theora/theoraparse.c:
1095         * ext/vorbis/vorbisdec.c:
1096         * ext/vorbis/vorbisenc.c:
1097         * ext/vorbis/vorbisparse.c:
1098         * ext/vorbis/vorbistag.c:
1099         * gst/adder/gstadder.c:
1100         * gst/audioconvert/gstaudioconvert.c:
1101         * gst/audioresample/gstaudioresample.c:
1102         * gst/audiotestsrc/gstaudiotestsrc.c:
1103         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1104         * gst/gdp/gstgdpdepay.c:
1105         * gst/gdp/gstgdppay.c:
1106         * gst/playback/gstdecodebin2.c:
1107         * gst/playback/gstplaybin.c:
1108         * gst/playback/gstplaybin2.c:
1109         * gst/playback/gstqueue2.c:
1110         * gst/playback/gsturidecodebin.c:
1111         * gst/tcp/gstmultifdsink.c:
1112         * gst/tcp/gsttcpserversink.c:
1113         * gst/videorate/gstvideorate.c:
1114         * gst/videoscale/gstvideoscale.c:
1115         * gst/videotestsrc/gstvideotestsrc.c:
1116         * gst/volume/gstvolume.c:
1117         * sys/ximage/ximagesink.c:
1118         * sys/xvimage/xvimagesink.c:
1119           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1120           titles. Drop mentining that all our example pipelines are "simple"
1121           pipelines.
1122
1123 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1124
1125         * tests/examples/seek/Makefile.am:
1126         Fix out of tree build by adding all required CFLAGS.
1127
1128 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1129
1130         * gst/playback/gstdecodebin.c: (add_raw_queue):
1131         And ref the pad before returning it again when linking to the queue
1132         failed. Otherwise we will unref the pad twice later and things break.
1133
1134 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1135
1136         * gst/playback/gstdecodebin.c: (add_raw_queue):
1137         If linking the raw pad with a queue fails, try it without a queue
1138         instead of failing completely. This should never happen.
1139
1140 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1141
1142         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1143
1144         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1145         Add a queue after a demuxer if the demuxer outputs raw data. This was
1146         done before only for non-raw data but is required in this case too.
1147         Fixes bug #540215.
1148
1149         decodebin2 doesn't have this issue because all streams of a group
1150         go through multiqueue.
1151
1152 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1153
1154         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1155
1156         * gst-libs/gst/sdp/gstsdpmessage.c:
1157         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1158         that getaddrinfo() can be used. Fixes #541358.
1159
1160 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1161
1162         * gst/videotestsrc/gstvideotestsrc.c:
1163         (gst_video_test_src_class_init), (gst_video_test_src_init),
1164         (gst_video_test_src_set_property),
1165         (gst_video_test_src_get_property), (gst_video_test_src_create):
1166         * gst/videotestsrc/gstvideotestsrc.h:
1167         Cleanups, use default property values as defines.
1168         Add property to enable/disable peer buffer allocation.
1169
1170 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1171
1172         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1173         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1174         Enable unit tests on PPC again as the bugs are now fixed.
1175
1176 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1177
1178         * gst-libs/gst/riff/riff-ids.h:
1179         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1180         (gst_riff_create_audio_template_caps):
1181         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1182         Fixes bug #540351.
1183
1184 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1185
1186         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1187         (gst_ffmpeg_pixfmt_to_caps):
1188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1189         (gst_ffmpegcsp_get_unit_size):
1190         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1191         it on other formats. Also adjust the unit size only for that format
1192         to not include the palette. Fixes bug #540497.
1193
1194 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1195
1196         * gst/adder/gstadder.c:
1197           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1198
1199 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1200
1201         * ChangeLog:
1202           ChangeLog surgery.
1203   
1204         * tests/examples/seek/seek.c:
1205           Move variable into ifdef too.
1206         
1207
1208 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1209
1210         * tests/examples/seek/seek.c:
1211           Include config.h and check if we have X. Remove XInitThread(), don't
1212           think its needed. Fixes: #540334.
1213
1214 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1215
1216         Patch by: Sam Morris <sam at robots dot org to uk>
1217
1218         * gst-libs/gst/interfaces/mixertrack.c:
1219         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1220         (gst_mixer_track_set_property):
1221         API: Add "index" property to GstMixerTrack to differantiate between
1222         multiple mixer tracks with the same label.
1223
1224         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1225         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1226         Set the "index" property of GstMixerTrack to the index given by ALSA.
1227         Fixes bug #528299.
1228
1229 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1230
1231         * tests/examples/seek/Makefile.am:
1232         * tests/examples/seek/seek.c:
1233           Remove libgstvideo usage. Use gtk_get_option_group instead of
1234           gtk_init().
1235
1236 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1237
1238         * tests/check/Makefile.am:
1239           Name the test registry format neutral.
1240
1241 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1242
1243         * gst/playback/gstqueue2.c:
1244           Do not double notify. Remove the unsued return value.
1245
1246 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1247
1248         * ext/alsa/gstalsamixer.c:
1249           Also consider "speaker" as a name for master volume. If that doesn't
1250           help look for the first non-mono volume control that also has a
1251           playback switch.
1252
1253 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1254
1255         * ChangeLog:
1256           Forgot to save the ChangeLog :/
1257
1258 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1259
1260         * tests/examples/seek/Makefile.am:
1261         * tests/examples/seek/seek.c:
1262           Embedd the xwindow. Allow to play multiple files.
1263
1264 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1265
1266         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1267         (gst_ximagesink_setcaps):
1268         * sys/ximage/ximagesink.h:
1269         When the caps change, make sure to re-draw borders in
1270         force-aspect-ratio=true mode.
1271         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1272         Don't clear the border_draw flag until we actually draw the border.
1273         * tests/check/Makefile.am:
1274         Ignore alsasink/src during the states test too, so it doesn't fail
1275         when running without access to the sound device.
1276
1277 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1278
1279         * tests/examples/seek/seek.c:
1280           Fix crasher when playing a parse-launch line the 2nd time.
1281
1282 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1283
1284         * tests/check/pipelines/oggmux.c:
1285           Properly ifdef tests to fix compilation.
1286
1287 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1288
1289         * gst/playback/gstplay-marshal.list:
1290         * gst/playback/gstplaybin2.c:
1291           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1292           playbin2. This allows the user to get to the selector's sinkpads, and
1293           thus inspect a range of things - caps, tags, etc. 
1294
1295 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1296
1297         * gst/playback/gstplaybin2.c:
1298           Use a different constant for the convert-frame signal id.
1299           Fixes #537009.
1300
1301 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1302
1303         * gst/playback/gstplaybin2.c:
1304         * gst/playback/gstplaysink.c:
1305           Fix a whole bunch of typos in comments and log statements. 
1306
1307 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1308
1309         * sys/xvimage/xvimagesink.c:
1310           Don't set colour balance values on the Xv port if the user hasn't
1311           changed them (via properties or the interface). Avoids accumulating
1312           rounding errors for the common case.
1313           Partial fix for bug #537889.
1314
1315 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1316
1317         * gst/playback/gstdecodebin2.c:
1318           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1319           pads are drained.
1320
1321 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1322
1323         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1324         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1325         Report the encoder latency. Fixes #538232.
1326
1327 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1328
1329         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1330         (notify_source), (activate_group):
1331         Implement the source property, emit notify when it changes in the
1332         underlying uridecodebin.
1333
1334 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1335
1336         * tests/examples/seek/seek.c: (stop_cb):
1337         Free and clear the seek element list so that we don't use invalid
1338         references when seeking after recreating a gst-launch line.
1339
1340 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1341
1342         * gst-libs/gst/audio/gstbaseaudiosink.c:
1343         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1344         (gst_base_audio_sink_render):
1345         Report latency even if we are not live instead of hiding it.
1346         Take ts-offset and render-delay of the basesink into account when
1347         scheduling samples.
1348         Rework the clipping code so that we can take the various offsets into
1349         account and still do correct clipping.
1350
1351 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1352
1353         * configure.ac:
1354         Bump verion back to devel -> 0.10.20.1
1355
1356 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1357
1358         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1359         Don't increase the size of non-string image buffers by one as this
1360         might in theory confuse decoders. Still increase it by one for string
1361         image buffers to append '\0'.
1362
1363 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1364
1365         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1366         
1367         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1368         Fix a buffer memleak and remove a confusing and wrong debug output.
1369         Fixes bug #538663.
1370
1371 === release 0.10.20 ===
1372
1373 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1374
1375         * configure.ac:
1376           releasing 0.10.20, "Here I Go Again"
1377
1378 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1379
1380         * configure.ac:
1381         0.10.19.3 pre-release
1382
1383 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1384
1385         * gst-libs/gst/rtsp/gstrtspconnection.c:
1386         Fix build on win32.
1387         Patch By: David Schleef <ds@schleef.org>
1388         Fixes: #536874
1389
1390 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1391
1392         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1393         (gst_gio_base_src_create):
1394         * ext/gio/gstgiobasesrc.h:
1395         Try to read the requested number of bytes, even if the first
1396         read returns less than requested, until nothing is read anymore
1397         or we have the requested amount of bytes. This fixes playback of
1398         files via Samba as Samba only allows to read 64k at once.
1399
1400         Implement a caching algorithm that makes sure that we read at
1401         least 4k of data every time. Some elements will try to read a few
1402         bytes, then seek, read again a few bytes and so on and this is
1403         painfully slow as every operation has to go over DBus if GVfs is
1404         used as backend.
1405
1406         Fixes bug #536849 and #536848.
1407
1408         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1409         (gst_gio_src_check_get_range):
1410         Override check_get_range() to blacklist http/https URIs
1411         and whitelist file URIs. More to be added on demand.
1412
1413 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1414
1415         * configure.ac:
1416         0.10.19.2 pre-release
1417
1418 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1419
1420         * win32/common/libgstrtsp.def:
1421         * win32/common/libgsttag.def:
1422         Add new API functions to the dll exports
1423
1424 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1425
1426         * gst/playback/gstplaybasebin.c:
1427           Disconnect signals from decodebins we created before we remove it
1428           from playbin, to avoid crashes if the decodebin is eventually
1429           disposed after the playbin itself (possible if the app takes a
1430           reference on the decodebin).
1431           Fixes #536521.
1432
1433 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1434
1435         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1436           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1437           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1438           (h264_video_type_find), (mpeg_video_stream_type_find),
1439           (dv_type_find), (mmsh_type_find):
1440           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1441           copy caps for no good reason (this may be desirable to make it easier
1442           to detect leaks, but then it should probably be done for all caps
1443           in the typefinder somewhere).
1444
1445 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1446
1447         * tests/check/Makefile.am:
1448         Do not try to run the check tests for subparse unless it has been
1449         built.
1450
1451 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1452
1453         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1454         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1455         Do not try to run a test which requires vorbisenc unless we have
1456         actually built it.
1457
1458 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1459
1460         * gst-libs/gst/rtsp/gstrtspconnection.c:
1461         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1462         (gst_rtsp_connection_clear_auth_params),
1463         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1464         * gst-libs/gst/rtsp/gstrtspconnection.h:
1465         Add a couple of missing argument guards.
1466         Add a way of setting the DSCP for an RTSP connection.
1467         Add an accessor method for the ip member of GstRTSPConnection as all
1468         members are supposed to be private.
1469
1470 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1471
1472         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1473         Fixed accidental use of IPv4 options for all IPv6 addresses.
1474
1475 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1476
1477         * gst-libs/gst/interfaces/mixertrack.h:
1478           Document mixer track flags.
1479
1480 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1481
1482         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1483
1484         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1485         Don't set caps on the buffers that contain a copy of the buffer
1486         including the caps of them resulting in an always increasing refcount
1487         of the caps and insanely large caps. Instead include a buffer without
1488         caps in the new caps. Fixes bug #536475.
1489
1490 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1491
1492         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1493         Transform a given PAR to a range on the struct with the generic
1494         height/width instead of the struct with the possibly restricted
1495         height/width.
1496
1497 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1498
1499         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1500         Prefer the given format if it contains something stricter than [1,MAX]
1501         for height or width and only put a structure that requires rescaling
1502         as second. This makes it possible to use videoscale in pipelines where
1503         the source can actually produce the wanted height/width but usually
1504         selects a different one from the requested.
1505
1506 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1507
1508         Based on patch by: John Millikin <jmillikin gmail com>
1509
1510         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1511           (gst_vorbis_tag_add_coverart):
1512           Retrieve COVERART tags from vorbis comments (#512333)
1513
1514 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1515
1516         * gst-libs/gst/tag/tag.h:
1517         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1518           Don't forget to add new enum value here too (should probably use
1519           glib-mkenums here...).
1520
1521 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1522
1523         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1524         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1525         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1526           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1527           (gst_tag_image_data_to_image_buffer):
1528           Add two utility functions to avoid code duplication (#512333):
1529           API: add gst_tag_image_data_to_image_buffer()
1530           API: add gst_tag_list_add_id3_image()
1531           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1532
1533 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1534
1535         * win32/common/libgstaudio.def:
1536         Add gst_audio_check_channel_positions() to the exported symbols.
1537
1538 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1539
1540         * docs/libs/gst-plugins-base-libs-sections.txt:
1541         * gst-libs/gst/audio/multichannel.c:
1542         (gst_audio_check_channel_positions):
1543         * gst-libs/gst/audio/multichannel.h:
1544         API: Make gst_audio_check_channel_positions() public.
1545
1546         * tests/check/libs/audio.c: (GST_START_TEST):
1547         Add some simple checks for gst_audio_check_channel_positions().
1548
1549 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1550
1551         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1552           minrange and maxrange are scaled according to the frequency
1553           multiplier.
1554
1555 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1556
1557         * ext/pango/Makefile.am:
1558         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1559           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1560           Use gstvideo functions to calculate strides and plane offsets. Fixes
1561           rendering issue ('ghost' images of the text on the chroma planes)
1562           with widths or heights that are not multiples of 8 (#506659 and
1563           probably also #485729).
1564
1565         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1566           (main):
1567           Test with odd height/width too.
1568
1569 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1570
1571         * gst/adder/gstadder.c: (gst_adder_query_duration),
1572         (gst_adder_query_latency):
1573         When using gst_element_iterate_pads() one has to unref every pad
1574         after usage.
1575
1576 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1577
1578         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1579         (gst_base_audio_src_class_init):
1580         Add a gtk-doc chunk for the new properties to have a Since: indication.
1581
1582 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1583
1584         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1585         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1586         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1587         (gst_base_audio_src_change_state):
1588         Provide readable actual-buffer-time and actual-latency-time properties
1589         that reflect the configured ringbuffer values. Fixes #524724.
1590         API: GstBaseAudioSrc:actual-buffer-time
1591         API: GstBaseAudioSrc:actual-latency-time
1592
1593 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1594
1595         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1596         (gst_basertppayload_change_state):
1597         Simply converting the running time into an RTP timestamp by scaling it
1598         based on the clock-rate is good enough for making an RTP timestamp. This
1599         has the added benefit that we can later on expose a property with the
1600         RTP timestamp of running time 0, as is needed for RTSP servers to
1601         generate the response of the PLAY request.
1602
1603 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1604
1605         * gst/audioconvert/gstaudioconvert.c:
1606         (structure_has_fixed_channel_positions),
1607         (gst_audio_convert_transform_caps):
1608         Allow up to 11 positioned channels now that audioconvert can handle
1609         this but add no default positions for > 8 channels.
1610         
1611         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1612         Add some unit tests for the above change: Test conversion of
1613         11 positioned channels to stereo and the other way around, test
1614         conversion of 15 unpositioned channels in different ways.
1615
1616 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1617
1618         * win32/common/libgstaudio.def:
1619         Add gst_audio_clock_reset to the list of exported symbols.
1620
1621 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1622
1623         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1624         Remove wrong_channels_identification_header unit test as we now
1625         support 7 (and more channels).
1626
1627 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1628
1629         * gst/audioconvert/gstchannelmix.c:
1630         (gst_channel_mix_fill_one_other):
1631         If mixing left or right to center (or the other way around) only take
1632         the complete value if we don't already have the original position in
1633         the source.
1634
1635 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1636
1637         * gst-libs/gst/audio/multichannel.c:
1638         (gst_audio_check_channel_positions),
1639         (gst_audio_set_structure_channel_positions_list),
1640         (gst_audio_fixate_channel_positions):
1641         Allow rear center together with rear left/right and other previously
1642         conflicting channel positions. The reason why they weren't allowed
1643         was the channel mixing implementation in audioconvert.
1644         Also take this into account when fixing channel layouts.
1645
1646         Allow setting channel positions for 1/2 channels when using
1647         gst_audio_set_structure_channel_position().
1648
1649         * gst/audioconvert/gstchannelmix.c:
1650         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1651         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1652         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1653         Major rewrite of the channel mixing.
1654
1655         We now allow previously conflicting channel positions to appear
1656         together (rear center and rear left/right for example).
1657         Fixes bug #533817.
1658
1659         Rework the way channels are mixed together to take more possible
1660         channel positions into account, properly mix from/to side channels
1661         and don't assume that either center, left&right or nothing of a
1662         specific position is available anymore.
1663
1664         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1665         Adjust unit tests with non-standard 1/2 channel layouts to the more
1666         correct new behaviour.
1667
1668         Add a unit test for 5.1->Stereo downmixing.
1669
1670 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1671
1672         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1673         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1674         Add sane defaults for the 7 and 8 channel layouts as those are
1675         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1676         more than 8 channels instead of erroring out. Fixes bug #535356.
1677
1678 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1679
1680         * docs/plugins/Makefile.am:
1681         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1682         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1683         * ext/theora/theoraparse.c:
1684         Add theoraparse to the docs and fix some docs.
1685
1686 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1687
1688         * gst-libs/gst/cdda/gstcddabasesrc.c:
1689         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1690         Fix EOS condition and track addition check, the track.end sector is
1691         included in the track. Fixes #533265.
1692
1693 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1694
1695         Patch by: Mark Nauwelaerts <manauw at skynet be>
1696
1697         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1698         (gst_video_rate_flush_prev), (gst_video_rate_event),
1699         (gst_video_rate_chain):
1700         * gst/videorate/gstvideorate.h:
1701         React (more) to NEWSEGMENT
1702         Small adjustment in timestamp calculation to prevent mismatches
1703         Fixes #435633.
1704
1705 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1706
1707         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1708           Initialise error to NULL as we should.
1709
1710 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1711
1712         * gst/adder/gstadder.c: (gst_adder_query_duration),
1713         (gst_adder_query_latency), (gst_adder_query):
1714         Implement latency query.
1715
1716 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1717
1718         * gst/adder/gstadder.c: (gst_adder_query_duration):
1719         Correctly resync the iterator if gst_iterator_next() returns
1720         GST_ITERATOR_RESYNC.
1721
1722 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1723
1724         * win32/vs6/libgstpbutils.dsp:
1725           Add pbutils-enumtypes.c to sources (#518037).
1726
1727 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1728
1729         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1730         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1731         * gst-libs/gst/audio/gstaudioclock.h:
1732         Add method to inform the clock that the time starts from 0 again. We use
1733         this info to calculate a clock offset so that the time we report in
1734         internal_time is monotonically increasing, as required by the clock base
1735         class. Fixes #521761.
1736         API: GstAudioClock::gst_audio_clock_reset()
1737
1738         * gst-libs/gst/audio/gstbaseaudiosink.c:
1739         (gst_base_audio_sink_skew_slaving),
1740         (gst_base_audio_sink_change_state):
1741         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1742         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1743         Reset reported time when we (re)create the ringbuffer.
1744
1745 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1746
1747         * ext/alsa/gstalsamixertrack.c:
1748           (gst_alsa_mixer_track_update_alsa_capabilities):
1749           Make sure playback volumes aren't accidentally overwritten by
1750           capture volumes if an alsa mixer track has both playback and
1751           capture capabilities: we create two GstMixerTracks in that
1752           case, so make sure we query only the alsa capabilities that
1753           refer to the type of GstMixerTrack we created from the dual
1754           capability alsa element. Should fix issues with Audigy2 sound
1755           cards (#518082).
1756
1757 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1758
1759         * tests/check/pipelines/oggmux.c: (test_pipeline):
1760           Don't use deprecated function.
1761
1762 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1763
1764         * gst/playback/gstdecodebin2.c:
1765         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1766         Check for NULL cases and log them, creating ghostpads can, for example,
1767         fail when the pad returns wrong caps.
1768
1769         * gst/playback/gstplaybin2.c: (perform_eos):
1770         When pushing out the EOS event, collect the return value and warn when
1771         something failed.
1772
1773 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1774
1775         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1776         (gst_riff_create_video_template_caps):
1777         Add support for DVCPRO.
1778
1779 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1780
1781         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1782           Change default scaling method from nearest-neighbour to bilinear.
1783
1784 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1785
1786         * tests/check/libs/video.c:
1787           More checks.
1788
1789 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
1790
1791         * gst/subparse/gstsubparse.c: (parser_state_init),
1792           (gst_sub_parse_format_autodetect), (handle_buffer):
1793         * gst/subparse/gstsubparse.h:
1794         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1795           Limit duration to a maximum of five seconds for tmplayer format where
1796           we can guess the duration only from the timestamp of the next line of
1797           text. We don't want to show a text for eternities just because nothing
1798           else is being said for a while.
1799
1800 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1801
1802         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1803         (gst_base_rtp_depayload_chain),
1804         (gst_base_rtp_depayload_handle_sink_event),
1805         (gst_base_rtp_depayload_push_full),
1806         (gst_base_rtp_depayload_change_state):
1807         Check sequence numbers, mark input buffers with a discont flag for the
1808         subclass when we detected a gap, drop duplicate buffers. We do this
1809         because one can use the element without a jitterbuffer in front and we
1810         don't want to feed the subclasses invalid or reordered data.
1811         Do an error when the subclass did not provide a process function instead
1812         of crashing.
1813         Some other small cleanups.
1814
1815 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
1816
1817         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1818           May just as well use the precalculated uvstride here.
1819
1820 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
1821
1822         * docs/plugins/Makefile.am:
1823         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1824         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1825         * docs/plugins/gst-plugins-base-plugins.args:
1826         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1827         * docs/plugins/gst-plugins-base-plugins.interfaces:
1828         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1829         * docs/plugins/inspect/plugin-adder.xml:
1830         * docs/plugins/inspect/plugin-alsa.xml:
1831         * docs/plugins/inspect/plugin-audioconvert.xml:
1832         * docs/plugins/inspect/plugin-audiorate.xml:
1833         * docs/plugins/inspect/plugin-audioresample.xml:
1834         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1835         * docs/plugins/inspect/plugin-cdparanoia.xml:
1836         * docs/plugins/inspect/plugin-decodebin.xml:
1837         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1838         * docs/plugins/inspect/plugin-gdp.xml:
1839         * docs/plugins/inspect/plugin-gio.xml:
1840         * docs/plugins/inspect/plugin-gnomevfs.xml:
1841         * docs/plugins/inspect/plugin-libvisual.xml:
1842         * docs/plugins/inspect/plugin-ogg.xml:
1843         * docs/plugins/inspect/plugin-pango.xml:
1844         * docs/plugins/inspect/plugin-playback.xml:
1845         * docs/plugins/inspect/plugin-queue2.xml:
1846         * docs/plugins/inspect/plugin-subparse.xml:
1847         * docs/plugins/inspect/plugin-tcp.xml:
1848         * docs/plugins/inspect/plugin-theora.xml:
1849         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1850         * docs/plugins/inspect/plugin-uridecodebin.xml:
1851         * docs/plugins/inspect/plugin-video4linux.xml:
1852         * docs/plugins/inspect/plugin-videorate.xml:
1853         * docs/plugins/inspect/plugin-videoscale.xml:
1854         * docs/plugins/inspect/plugin-videotestsrc.xml:
1855         * docs/plugins/inspect/plugin-volume.xml:
1856         * docs/plugins/inspect/plugin-vorbis.xml:
1857         * docs/plugins/inspect/plugin-ximagesink.xml:
1858         * docs/plugins/inspect/plugin-xvimagesink.xml:
1859         * ext/cdparanoia/gstcdparanoiasrc.c:
1860         * ext/ogg/gstoggdemux.c:
1861         * ext/ogg/gstoggdemux.h:
1862         * ext/ogg/gstoggmux.c:
1863         * ext/ogg/gstoggmux.h:
1864         * gst/audioconvert/audioconvert.c:
1865         * gst/audioconvert/audioconvert.h:
1866         * gst/audioconvert/gstaudioconvert.h:
1867         * gst/gdp/gstgdpdepay.h:
1868         * gst/gdp/gstgdppay.h:
1869         * gst/playback/gstdecodebin.c:
1870         * gst/playback/gstdecodebin2.c:
1871         * gst/playback/gstplaybin.c:
1872         * gst/playback/gstplaybin2.c:
1873         * gst/playback/gsturidecodebin.c:
1874         * gst/tcp/gstmultifdsink.c:
1875         * gst/tcp/gstmultifdsink.h:
1876         * gst/tcp/gsttcp.h:
1877
1878         Add some documentation comments, and some new headers to be scanned.
1879         Rename some internal enum declarations (audioconvert's DitherType and
1880         NoiseShapingType, GstUnitType from the TCP elements) to match the
1881         documented GObject type names so that the docs pick them up.
1882         Name the playbin2 docs markups properly so they get picked up. They'll
1883         need renaming back when/if playbin2 becomes playbin.
1884
1885         100% symbol coverage for the plugin docs, booya.
1886
1887 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
1888
1889         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
1890
1891         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1892         Fix generation of NV12/NV21 frames. Fixes bug #532454.
1893
1894 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1895
1896         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1897
1898         * gst/playback/gstdecodebin.c: (remove_fakesink):
1899         Lock the fakesink before setting the state to NULL and removing it from
1900         the bin so that a concurrent state change cannot interfere. 
1901         Fixes #534331.
1902
1903 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1904
1905         * docs/Makefile.am:
1906         Fix installing plugin documentation when gtk-doc is disabled.
1907
1908 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1909
1910         * gst-libs/gst/rtsp/Makefile.am:
1911         Distribute, don't install md5.h
1912
1913 2008-05-21  Julien Moutte  <julien@fluendo.com>
1914
1915         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
1916         instead of SOL_IP, works on more platforms.
1917         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
1918         arguments.
1919
1920 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1921
1922         * ext/vorbis/vorbisdec.c:
1923         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
1924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
1925         Some debug and comment fixes.
1926
1927         * tests/examples/dynamic/addstream.c: (main):
1928         Fix , to ;
1929
1930 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1931
1932         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1933         * gst/playback/decodetest.c: (new_decoded_pad_cb):
1934         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1935         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
1936         (cleanup_decodebin):
1937         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1938         (connect_element), (gst_decode_group_control_demuxer_pad):
1939         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
1940         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
1941         (mute_group_type):
1942         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
1943         (gst_play_bin_set_property), (handoff), (gen_video_element),
1944         (gen_text_element), (gen_audio_element), (gen_vis_element),
1945         (remove_sinks), (add_sink), (setup_sinks):
1946         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
1947         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
1948         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
1949         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
1950         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
1951         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
1952         (gen_vis_chain), (gst_play_sink_reconfigure),
1953         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
1954         (gst_play_sink_request_pad):
1955         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
1956         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1957         (cb_newpad):
1958         * gst/playback/test6.c: (new_decoded_pad_cb):
1959         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1960         * tests/check/elements/audiorate.c: (test_injector_chain),
1961         (do_perfect_stream_test):
1962         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1963         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
1964         * tests/check/elements/gnomevfssink.c:
1965         * tests/check/elements/textoverlay.c:
1966         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
1967         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
1968         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
1969         * tests/check/pipelines/oggmux.c: (test_pipeline):
1970         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
1971         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1972         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
1973         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
1974         * tests/examples/seek/seek.c: (make_mod_pipeline),
1975         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
1976         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
1977         (make_theora_pipeline), (make_vorbis_theora_pipeline),
1978         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
1979         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
1980         (update_fill), (msg_buffering):
1981         Don't use bad gst_element_get_pad().
1982
1983 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
1984
1985         * gst-libs/gst/riff/riff-media.c:
1986           Fix wrong method name in docs. Fix calculation of strf fields for
1987           broken mulaw/alaw.
1988   
1989         * gst-libs/gst/riff/riff-read.c:
1990           Whitespace fix and removing double ';'.
1991
1992 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1993
1994         * docs/design/part-playbin2.txt:
1995         Add some leftover doc.
1996
1997 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1998
1999         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2000         Fix copy & paste error in last commit.
2001
2002 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2003
2004         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2005         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2006         other channel positions when source has SIDE channels and dest doesn't
2007         or the other way around.
2008
2009 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2010
2011         Patch by: Henrik Eriksson <henriken at axis dot com>
2012
2013         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2014         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2015         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2016         (gst_multi_fd_sink_get_property):
2017         * gst/tcp/gstmultifdsink.h:
2018         Add support for DSCP QOS. Fixes #469933.
2019
2020 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2021
2022         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2023         Add another test that checks if conversion between standard 1 and 2
2024         channel layouts with and without positions set is working.
2025
2026 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2027
2028         * gst-libs/gst/audio/multichannel.c:
2029         (gst_audio_check_channel_positions):
2030         Allow non-standard 2 channel layouts.
2031         
2032         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2033         Add some tests for converting and remapping non-standard 1 and 2
2034         channel layouts.
2035
2036 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2037
2038         * gst/audioconvert/gstchannelmix.c:
2039         (gst_channel_mix_fill_normalize):
2040         Prevent division by zero if the channel mix matrix contains only
2041         zeroes.
2042
2043 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2044
2045         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2046
2047         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2048         Close a buffer memory leak. Fixes bug #534071.
2049
2050 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2051
2052         * gst-libs/gst/rtsp/gstrtsptransport.h:
2053         Make the GstRTSPTransport struct members public as there are no
2054         setters/getters and it's supposed to be changed directly.
2055         Fixes bug #533087.
2056
2057 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2058
2059         * gst/adder/gstadder.c:
2060         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2061         claim this on the pad template caps.
2062
2063 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2064
2065         * gst-libs/gst/audio/gstbaseaudiosink.c:
2066         (gst_base_audio_sink_sync_latency):
2067         We can only use our optimal calibration if we prerolled before the
2068         latency expired.
2069
2070 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2071
2072         * configure.ac:
2073           Require core CVS for GstBaseSrc buffer caps setting magic.
2074
2075 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2076
2077         * gst/audioconvert/gstaudioconvert.c:
2078         (gst_audio_convert_fixate_channels):
2079         Fix logic in last commit.
2080
2081 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2082
2083         * gst/audioconvert/gstaudioconvert.c:
2084         (gst_audio_convert_fixate_channels):
2085         Passthrough the channel positions if the number of output channels is
2086         the same as the number of input channels, the input had a channel
2087         layout and downstream requests no special one. We did this already for
2088         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2089
2090 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2091
2092         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2093         (gst_gnome_vfs_src_finalize),
2094         (gst_gnome_vfs_src_received_headers_callback),
2095         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2096         * ext/gnomevfs/gstgnomevfssrc.h:
2097         Set the ICY caps on the srcpad from where they get picked up by the base
2098         class now and set on the outgoing buffers.
2099
2100         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2101         (gst_base_audio_src_create):
2102         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2103         BaseSrc now sets the caps on outgoing buffers automatically.
2104
2105 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2106
2107         * gst-libs/gst/audio/gstbaseaudiosink.c:
2108         (gst_base_audio_sink_resample_slaving),
2109         (gst_base_audio_sink_skew_slaving),
2110         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2111         (gst_base_audio_sink_async_play),
2112         (gst_base_audio_sink_change_state):
2113         Change the way in which the ringbuffer is started when dealing with a
2114         slaved clock and latency. We now sync to the clock until we reach
2115         upstream latency before starting the ringbuffer. This has the effect
2116         that we can accurately align the master and slave clocks and let the
2117         rate correction code take care of the initial drift or rounding errors
2118         instead of leaving them uncorrected with the old approach.
2119
2120 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2121
2122         * gst/audioconvert/gstaudioconvert.c:
2123         (gst_audio_convert_fixate_channels):
2124         Correctly set the default channel positions when converting to 8
2125         channels.
2126
2127 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2128
2129         * configure.ac:
2130           Error out if we don't have the required version of core.
2131
2132 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2133
2134         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2135           Use data scan helper in aac typefinder and stop scanning
2136           for headers when we've found a type. Also fix potential invalid
2137           memory access when calculating the frame length.
2138
2139 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2140
2141         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2142           (mpeg_sys_is_valid_pack):
2143           Don't modify scan context when we return FALSE in ensure_data, so
2144           it's possible to continue scanning, and we don't end up with a NULL
2145           data pointer and a positive size, which might bite us the next time
2146           we're called. Small constification.
2147
2148 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2149
2150         * gst/adder/gstadder.c:
2151         Adder doesn't support 24 bit samples so don't claim it supports them
2152         in the pad template caps.
2153
2154 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2155
2156         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2157         (gst_base_rtp_depayload_chain):
2158         Validate the RTP packet before further processing it. It's just too
2159         dangerous to accept random packets and people are not forced to use a
2160         jitterbuffer or session manager to filter out the bad packets.
2161
2162         * gst-libs/gst/rtp/gstrtpbuffer.c:
2163         (gst_rtp_buffer_set_extension_data),
2164         (gst_rtp_buffer_get_payload_subbuffer):
2165         Small cleanups.
2166         When setting extension data in a buffer that is too small, we fail and
2167         we should not set the extension bit.
2168         Change GST_WARNINGS into g_warning because they really are
2169         programming errors.
2170
2171         * tests/check/libs/rtp.c: (GST_START_TEST):
2172         Catch the g_warnings now in the unit tests and that fact that failing to
2173         set extension data left the extension bit untouched.
2174
2175 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2176
2177         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2178           Revert previous change which made basetransform handle buffer_alloc
2179           and which breaks things badly in the non-passthrough case since it
2180           returned buffers with a different (ie. sometimes smaller) size than
2181           the size requested.
2182
2183 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2184
2185         Patch by: Bernard B <b-gnome at largestprime dot net>
2186
2187         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2188         Fix seqnum compare function for bordercase values and fix the docs
2189         again. Fixes #533075.
2190
2191         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2192         Add a testcase for seqnum compare function.
2193
2194 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2195
2196         * gst/adder/gstadder.c: (gst_adder_setcaps),
2197         (gst_adder_class_init):
2198         Correctly declare the supported endianness on the pad templates
2199         and check for correct endianness in the set caps function. Adder
2200         only supports native endianness.
2201         Also use gst_element_class_set_details_simple().
2202
2203 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2204
2205         * sys/xvimage/xvimagesink.c:
2206           Better debug logging in port value handling. Merging separate port
2207           value loops into one.
2208
2209 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2210
2211         Patch by: Hannes Bistry <hannesb at gmx dot de>
2212
2213         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2214         * gst/tcp/gsttcpserversink.c:
2215         (gst_tcp_server_sink_handle_server_read),
2216         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2217         Fix regression in clientsrc because we did not add the fd to the poll
2218         set anymore. Fixes #532364.
2219         Do some cleanups here and there.
2220
2221 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2222
2223         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2224         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2225         * gst/playback/gstplay-marshal.list:
2226         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2227         Use correct marshallers. GstCaps are a boxed type and no GObject
2228         subclass.
2229
2230 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2231
2232         * win32/common/libgstrtsp.def:
2233         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2234         symbols.
2235
2236 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2237
2238         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2239
2240         * tests/check/elements/audioresample.c:
2241         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2242         (live_switch_push), (GST_START_TEST):
2243         Add unit test for the latest basetransform negotiation changes.
2244         See bug #526768.
2245
2246 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2247
2248         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2249         Fix nv12<->nv21 conversion if stride is larger than width.
2250
2251 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2252
2253         Patch by: Jan Gerber <j at oil21 dot org>
2254
2255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2256         (gst_ogg_pad_parse_skeleton_fisbone):
2257         * ext/ogg/gstoggdemux.h:
2258         Parse presentation time from skeleton streams and use it as offset
2259         for the timestamps. Fixes bug #530068.
2260
2261 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2262
2263         * gst-libs/gst/audio/gstbaseaudiosink.c:
2264         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2265         Revert previous patch that attempted to more accurately calculate the
2266         initial offset between master and slave clock. The best thing we can do
2267         in general is take the time of both clocks as the diff since we don't
2268         know when the actual preroll happened.
2269
2270 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2271
2272         * gst-libs/gst/pbutils/install-plugins.c:
2273           Fix docs: type and missing word.
2274
2275 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2276
2277         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2278           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2279           for this instead; don't check if we've found enough markers after
2280           each and every step, it's enough to do that only if we've actually
2281           found a new marker.
2282           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2283
2284 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2285
2286         * gst/typefind/gsttypefindfunctions.c:
2287           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2288           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2289           (mpeg_video_stream_type_find):
2290           Move scan helper thingy to the beginning of the file so we can use
2291           it in other typefind functions. Rename it to something more
2292           generic. Also improve handling of things towards the end of the
2293           typefind data: peek as much as we can if we know the size of the
2294           data, rather than just min_size.
2295
2296 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2297
2298         * docs/libs/gst-plugins-base-libs-sections.txt:
2299         * gst-libs/gst/interfaces/colorbalance.c:
2300         * gst-libs/gst/interfaces/colorbalance.h:
2301         * gst-libs/gst/interfaces/colorbalancechannel.c:
2302         * gst-libs/gst/interfaces/colorbalancechannel.h:
2303         * gst-libs/gst/interfaces/tuner.c:
2304         * gst-libs/gst/interfaces/tunerchannel.c:
2305         * gst-libs/gst/interfaces/tunerchannel.h:
2306         * gst-libs/gst/interfaces/tunernorm.c:
2307         * gst-libs/gst/interfaces/tunernorm.h:
2308         * gst-libs/gst/video/video.c:
2309         * gst-libs/gst/video/video.h:
2310         Document the GstTuner and GstColorBalance interfaces, and some
2311         other random API functions that needed it. 70% symbol coverage, woo.
2312
2313 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2314
2315         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2316         Choose to allocate one less segment but require one additional segment
2317         as latency. 
2318
2319         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2320         No need to increment the number of segments in the source.
2321
2322         * gst-libs/gst/audio/gstbaseaudiosink.c:
2323         (gst_base_audio_sink_get_time), (clock_convert_external),
2324         (gst_base_audio_sink_resample_slaving),
2325         (gst_base_audio_sink_skew_slaving),
2326         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2327         (gst_base_audio_sink_async_play):
2328         Remove adding latency when returning the internal time while subtracting
2329         it again when we use the value a little later.
2330         When calculating the end timestamp, we are making a rounding error
2331         with the current algorithm. Ensure that we don't accumulate these
2332         rounding errors when aligning samples by not resampling at all if we
2333         don't need to. Fixes #419351.
2334         Make the initial calibration of the clock slaving a little more
2335         predictable and accurate. Also handle the case where we don't do
2336         clock slaving.
2337
2338 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2339
2340         Based on a patch by:
2341           Björn Benderius <bjoern dot benderius at axis dot com>
2342
2343         * gst/ffmpegcolorspace/avcodec.h:
2344         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2345         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2346         (gst_ffmpegcsp_avpicture_fill):
2347         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2348         * gst/ffmpegcolorspace/imgconvert_template.h:
2349         Add conversions from/to NV12 and NV21 and conversions between those
2350         two formats. Fixes bug #532166.
2351
2352 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2353
2354         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2355         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2356         which happens for example with files smaller than 128kb.
2357
2358 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2359
2360         Patch by: Wouter Cloetens <zombie at e2big dot org>
2361
2362         * gst-libs/gst/rtsp/Makefile.am:
2363         * gst-libs/gst/rtsp/gstrtspconnection.c:
2364         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2365         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2366         (add_auth_header), (gst_rtsp_connection_free),
2367         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2368         (gst_rtsp_connection_set_auth_param),
2369         (gst_rtsp_connection_clear_auth_params):
2370         * gst-libs/gst/rtsp/gstrtspconnection.h:
2371         Add Digest authorization support for RTSP connections. See #532065.
2372
2373         * gst-libs/gst/rtsp/md5.c:
2374         * gst-libs/gst/rtsp/md5.h:
2375         Yeap, another md5 implementation until we can depend on a glib that has
2376         support for it.
2377
2378 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2379
2380         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2381
2382         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2383         Let audioresample use the buffer allocation of basetransform instead
2384         of it's own stuff.
2385
2386         * tests/check/elements/audioresample.c: (alloc_only_48000),
2387         (GST_START_TEST), (audioresample_suite):
2388         Add unit test for the recent basetransform bugfix, where upstream
2389         changes caps to something that can't be passed through anymore.
2390
2391 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2392
2393         * win32/common/config.h.in:
2394           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2395           use the real thing than having "???" unconditionally.
2396
2397 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2398
2399         * gst-libs/gst/audio/gstbaseaudiosink.c:
2400         (gst_base_audio_sink_query):
2401         Report the latency with the new seglatency parameter.
2402
2403         * gst-libs/gst/audio/gstringbuffer.c:
2404         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2405         (gst_ring_buffer_acquire):
2406         * gst-libs/gst/audio/gstringbuffer.h:
2407         Add new field to the ringbufferspec to specify the expected latency
2408         between the underlying device read/write pointer, this is needed
2409         when writing sinks that sit a little closer to the hardware.
2410         Add some more docs for other fields.
2411
2412 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2413
2414         * gst/volume/gstvolume.c: (volume_transform_ip):
2415         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2416         reason instead of crashing later. Might fix bug #509125.
2417
2418 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2419
2420         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2421
2422         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2423         * gst/audioconvert/audioconvert.h:
2424         * gst/audioconvert/gstaudioconvert.c:
2425         (gst_audio_convert_parse_caps),
2426         (structure_has_fixed_channel_positions),
2427         (gst_audio_convert_transform_caps):
2428         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2429         Add support for more than 8 channels and NONE channel layouts. For
2430         more than 8 channels no channel conversion is supported yet, only
2431         format conversions are supported. Fixes bug #398033.
2432
2433         * tests/check/elements/audioconvert.c: (verify_convert),
2434         (GST_START_TEST), (audioconvert_suite):
2435         Add some unit tests by Tim for checking the NONE channel layouts
2436         and more than 8 channels and add some more unit tests for channel
2437         conversions.
2438
2439 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2440
2441         * gst/playback/gstdecodebin2.c: (connect_pad):
2442         When autoplugging fails, set the element back to NULL before
2443         unreffing it.
2444
2445 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2446
2447         * win32/common/libgstaudio.def:
2448         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2449         symbols.
2450
2451 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2452
2453         * gst/subparse/samiparse.c: (handle_start_sync),
2454         (end_sami_element), (characters_sami):
2455         Remove trailing, leading and double whitespaces.
2456         Correctly timestamp buffers and output the last buffer too.
2457
2458         * tests/check/elements/subparse.c: (GST_START_TEST),
2459         (subparse_suite):
2460         Add a simple unit test for SAMI parsing.
2461
2462 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2463
2464         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2465
2466         * gst/subparse/samiparse.c: (handle_start_sync),
2467         (start_sami_element), (end_sami_element), (characters_sami),
2468         (sami_context_reset):
2469         Only output characters inside the "sync" elements. There could be
2470         other elements like "style" that have some content but should
2471         not be printed. Fixes bug #467911.
2472
2473 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2474
2475         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2476         (set_active_source):
2477         * gst/playback/gstplaybasebin.h:
2478         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2479         (playbin_set_audio_mute):
2480         Allow setting -1 as current-audio to mute the current audio stream,
2481         similar to what is done for subtitles. Fixes bug #342294.
2482
2483 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2484
2485         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2486         It's SorensOn and not SorensEn.
2487
2488 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2489
2490         * gst-libs/gst/pbutils/descriptions.c: (formats):
2491           Fix description of video/x-flash-video.
2492
2493 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2494
2495         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2496         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2497         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2498         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2499         Remove some unused code.
2500
2501         * gst/audioconvert/gstaudioquantize.c:
2502         (gst_audio_quantize_free_noise_shaping):
2503         Don't return before freeing the noise shaping history.
2504
2505 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2506
2507         * tests/check/elements/subparse.c: (do_test),
2508           (test_tmplayer_style3b), (subparse_suite):
2509           Add unit test for the tmplayer variant from bug #530962.
2510
2511 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2512
2513         * gst/subparse/gstsubparse.c: (handle_buffer),
2514           (gst_sub_parse_sink_event):
2515         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2516           (tmplayer_parse_line):
2517           Fix parsing of tmplayer subtitle variant where every single line contains
2518           text and there isn't an empty line after each line to determine the
2519           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2520           making sure that we push out the last line of text without a duration if
2521           there's still text left in the buffer at the end.
2522
2523 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2524
2525         * gst/subparse/gstsubparse.c: (feed_textbuf):
2526           Fix detection of discontinuities based on the buffer offset (doesn't work
2527           so well if no buffer offset is set) and also check for the DISCONT buffer
2528           flag. This keeps the parser state from being reset after each buffer in
2529           the unit test.
2530
2531 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2532
2533         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2534           Further fine-tuning: don't absolutely require sequence or GOP headers
2535           (as introduced in the previous commit), but adjust the typefind
2536           probabilities returned accordingly if we don't see them. Also make sure
2537           picture header and first slice are somewhat close to each other (which
2538           is not perfect but still better than requiring a fixed offset or having
2539           no limit at all).
2540
2541 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2542
2543         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2544         (gst_basertppayload_sink_setcaps),
2545         (gst_basertppayload_sink_getcaps):
2546         Rename the setcaps/getcaps function internally to make it clear that
2547         they are called for the sink pad.
2548
2549 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2550
2551         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2552         (gst_base_rtp_depayload_class_init),
2553         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2554         (gst_base_rtp_depayload_packet_lost),
2555         (gst_base_rtp_depayload_set_gst_timestamp):
2556         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2557         Catch packet-lost events from the jitterbuffer and convert them into a
2558         vmethod call (lost-packet) so that depayloaders can do something smart.
2559         Also add a default packet-lost function that sends out a segment update
2560         to the decoders.
2561
2562 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2563
2564         * gst/playback/test4.c:
2565         * gst/playback/test5.c:
2566         * gst/playback/test6.c:
2567         * gst/playback/test7.c:
2568           Also include config.h when relying on defines from it. Fixes the
2569           build. Its been a please to serve :)
2570
2571 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2572
2573         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2574         (paint_setup_NV21), (paint_hline_NV12_NV21):
2575         Add support for NV12 and NV21 in videotestsrc
2576
2577 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2578
2579         * gst/videoscale/gstvideoscale.c:
2580         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2581         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2582         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2583         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2584         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2585         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2586         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2587         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2588         (vs_image_scale_linear_RGB555):
2589         Support 1x1 images as input and output as for example the BBC HQ new
2590         streams have 1x1 GIFs in the playlists for some reason.
2591
2592 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2593
2594         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2595           (try_to_link_1):
2596           If we can't activate one of the decoders we plugged in (such as,
2597           say, musepackdec) for some reason (it might not support push mode,
2598           for example), remove any pad probes that close_pad_link() might
2599           have set up. This makes sure we later don't try to remove a probe
2600           for a pad that doesn't exist any longer, and avoids nast warnings
2601           and probably other things too.
2602
2603 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2604
2605         * gst/typefind/gsttypefindfunctions.c:
2606           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2607           (plugin_init):
2608           Rework mpeg video stream typefinding a bit more: make sure sequence,
2609           GOP, picture and slice headers appear in the order they should and
2610           that we've in fact at least had one of each; fix picture header
2611           detection; decouple picture and slice header check - don't assume
2612           they're at a fixed offset, there may be extra data in between. Also,
2613           announce varying degrees of probability depending on what we found
2614           exactly (multiple pictures, at least one picture, just sequence and
2615           GOP headers). Finally, in _ensure_data(), take into account that we
2616           might be typefinding smaller amounts of data, such as the first
2617           buffer of a stream, so fall back to the minimum size needed as long
2618           as that's available, instead of erroring out if there's less than
2619           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2620           fuzzed file from #399342 as valid.
2621
2622 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2623
2624         * ext/theora/theoradec.c:
2625           Cool kids don't divide by zero.
2626           Treat PAR of x:0 as 1:1.
2627           Fixes #530719.
2628
2629 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2630
2631         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2632           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2633           (mpeg_video_stream_type_find):
2634           Refactor a bit: use context structure to track parsing offset and
2635           size of available data and make the code a bit clearer. Fixes bad
2636           memory access in #356937.
2637
2638 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2639
2640         * gst/playback/test4.c:
2641         * gst/playback/test5.c:
2642         * gst/playback/test6.c:
2643         * gst/tcp/gstmultifdsink.c:
2644           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2645           is defined.
2646
2647 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2648
2649         * gst-libs/gst/audio/gstbaseaudiosink.h:
2650         Clarify some docs.
2651
2652         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2653         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2654         (gst_base_audio_src_set_slave_method),
2655         (gst_base_audio_src_get_slave_method),
2656         (gst_base_audio_src_set_property),
2657         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2658         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2659         Add property and methods for selecting the clock slave method in the
2660         source, like in the sink.
2661         We only implement "none" and "re-timestamp" for now.
2662         API: gst_base_audio_src_set_slave_method()
2663         API: gst_base_audio_src_get_slave_method()
2664
2665 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2666
2667         * gst-libs/gst/rtp/gstrtpbuffer.c:
2668         Fix the docs about the seqnum compare function, it returns a difference.
2669
2670 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2671
2672         * ext/alsa/gstalsadeviceprobe.c:
2673         (gst_alsa_get_device_list): Don't return before freeing up
2674         the allocated structures.
2675
2676 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2677
2678         * gst/playback/gstplaybin.c:
2679           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2680
2681 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2682
2683         * ext/ogg/gstoggdemux.c:
2684           Revert the event part, that should not go in.
2685
2686 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2687
2688         * ext/ogg/gstoggdemux.c:
2689           Don't leak GstPluginFeatures when filtering.
2690
2691 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2692
2693         * sys/xvimage/xvimagesink.c:
2694           Add some logging for cases when grabbing the xv failed.
2695
2696 2008-04-21  David Schleef  <ds@schleef.org>
2697
2698         * ext/ogg/gstoggmux.c:
2699           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2700           packet.  Should conform to what we currently think is the
2701           final Ogg/Dirac muxing spec.
2702
2703 2008-04-21  David Schleef  <ds@schleef.org>
2704
2705         * sys/xvimage/xvimagesink.c:
2706           Fix typo that causes the overlay keying color to bright green
2707           on a 16-bit display.  Dark grey good.  Bright green bad.
2708
2709 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2710
2711         * ext/gnomevfs/gstgnomevfsuri.c:
2712           Add  FIXME comment about using uri-list for source and sink.
2713
2714 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2715
2716         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2717         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2718         vaargs functions to gint. Otherwise the fractions will get 0 set
2719         instead of the correct value on big endian systems. Fixes bug #529018.
2720
2721 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2722
2723         * ext/gnomevfs/gstgnomevfssink.c:
2724         (gst_gnome_vfs_sink_uri_get_protocols):
2725         * ext/gnomevfs/gstgnomevfssrc.c:
2726         (gst_gnome_vfs_src_uri_get_protocols):
2727         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2728         (gst_gnomevfs_get_supported_uris):
2729         Get the list of supported URI schemes in a threadsafe way and use the
2730         same list for the source and sink.
2731
2732 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2733
2734         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2735         (gst_gio_get_supported_protocols):
2736         Don't generate a new supported protocols list on each call but cache
2737         it. It's supposed to be static anyway, this way we only leak it once
2738         per process.
2739
2740         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2741         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2742         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2743         (gst_gio_sink_start):
2744         * ext/gio/gstgiosink.h:
2745         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2746         (gst_gio_src_class_init), (gst_gio_src_finalize),
2747         (gst_gio_src_set_property), (gst_gio_src_get_property),
2748         (gst_gio_src_start):
2749         * ext/gio/gstgiosrc.h:
2750         API: Add "file" properties where one can set a GFile as
2751         source/destination.
2752
2753         Add locking to the properties and use
2754         gst_element_class_set_details_simple() instead of a static
2755         GstElementDetails struct.
2756
2757 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2758
2759         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2760         (plugin_init):
2761         Add "mpp" and "mp+" as possible extensions for MusePack files.
2762
2763         Add typefinding for MusePack StreamVersion 8 files and include the
2764         stream version in the caps.
2765
2766 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2767
2768         * gst-libs/gst/rtp/gstrtppayloads.c:
2769         (gst_rtp_payload_info_for_name):
2770         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2771
2772 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2773
2774         * configure.ac:
2775           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2776           (NB: this only affects compilation of some of the examples).
2777           Remove some configure.ac cruft that's not needed any longer.
2778
2779 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2780
2781         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2782         Don't validate the payload if there isn't any.
2783         Fixes #525915
2784
2785 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2786
2787         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2788         Use g_atomic_int_set() instead of gst_atomic_int_set().
2789
2790 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2791
2792         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2793         Return NULL instead of a gchar * array with one NULL element if we
2794         don't get any supported URI schemes from GIO.
2795
2796 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2797
2798         * gst/audiotestsrc/gstaudiotestsrc.c:
2799           Remove cpp style commented old code.
2800
2801 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2802
2803         * gst/playback/gstdecodebin2.c:
2804           Fix signal docs.
2805
2806 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2807
2808         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2809           (gst_text_overlay_init):
2810           Fix textoverlay unit test again by making the supposed default
2811           value for the wait-text property the actual default value.
2812           Also fix Since: tag for new property.
2813
2814 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2815
2816         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
2817           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
2818           (gst_video_format_get_pixel_stride),
2819           (gst_video_format_get_component_width),
2820           (gst_video_format_get_component_height),
2821           (gst_video_format_get_component_offset), (gst_video_format_get_size),
2822           (gst_video_format_convert):
2823           Add guards to these functions to ensure sane input values.
2824
2825         * tests/check/libs/video.c:
2826           Fix unit test not to create caps with width=0 and height=0.
2827
2828 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2829
2830         * docs/design/draft-keyframe-force.txt:
2831         Fix typo.
2832
2833         * gst/playback/gstqueue2.c: (update_buffering),
2834         (gst_queue_handle_src_query):
2835         Set buffering mode in the messages.
2836         Set buffering percent in the query.
2837
2838         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
2839         (do_stream_buffering), (do_download_buffering), (msg_buffering):
2840         Do some more fancy things based on the buffering method in use.
2841
2842 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2843
2844         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
2845         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
2846         (msg_buffering), (main):
2847         Add basic download reports to seek using the new buffering API.
2848
2849 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2850
2851         * gst/playback/gstqueue2.c: (update_buffering),
2852         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
2853         (gst_queue_src_checkgetrange_function):
2854         Include extra buffering stats in the buffering message.
2855         Implement BUFFERING query.
2856
2857         * gst/playback/gsturidecodebin.c: (do_async_start),
2858         (do_async_done), (type_found), (setup_streaming), (setup_source),
2859         (gst_uri_decode_bin_change_state):
2860         Only add decodebin2 when the type is found in streaming mode.
2861         Make uridecodebin async to PAUSED even when we don't have decodebin2
2862         added yet.
2863
2864 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
2865
2866         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2867         Filter cdda from the supported URI schemes. We can't support
2868         musicbrainz tags and everything else one expects from a cdda source
2869         with GIO. Fixes bug #526794.
2870
2871 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
2872
2873         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
2874         (gst_xvimagesink_buffer_alloc):
2875         Fix calculation of 'expected size' for YV12 buffers.
2876         Be a little more verbose in the debug output for buffer-alloc'ed
2877         buffers which turn out to have the wrong size.
2878
2879 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
2880
2881         * NEWS:
2882         * RELEASE:
2883         * gst-plugins-base.doap:
2884           Merge other changes from 0.10.19 release branch.
2885
2886 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2887
2888         * gst-libs/gst/audio/gstbaseaudiosink.c:
2889           (gst_base_audio_sink_class_init):
2890         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2891           (gst_base_audio_src_class_init):
2892         * gst/playback/gstplayback.c: (plugin_init):
2893         * gst/volume/gstvolume.c: (plugin_init):
2894           Work around missing bits of thread-safety on older GLibs some
2895           more to avoid assertions when starting up multiple playbin
2896           objects concurrently (see #512382).
2897
2898 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2899
2900         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2901           Remove some more fields.
2902
2903 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
2904
2905         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2906
2907         * configure.ac:
2908         Actually build dlls when cross-compiling with mingw32.
2909         Fixes bug #526247.
2910
2911 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2912
2913         * configure.ac:
2914           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
2915
2916 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2917
2918         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
2919         (msg_buffering), (connect_bus_signals), (main):
2920         Add statusbar.
2921         Add buffering support with feedback in the statusbar.
2922
2923 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2924
2925         * ext/ogg/gstoggmux.c:
2926           Fix sample pipeline description.
2927
2928 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
2929
2930         * docs/plugins/Makefile.am:
2931         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2932         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2933         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2934           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
2935
2936         * docs/plugins/gst-plugins-base-plugins.args:
2937         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2938         * docs/plugins/gst-plugins-base-plugins.interfaces:
2939         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2940         * docs/plugins/inspect/plugin-adder.xml:
2941         * docs/plugins/inspect/plugin-alsa.xml:
2942         * docs/plugins/inspect/plugin-audioconvert.xml:
2943         * docs/plugins/inspect/plugin-audiorate.xml:
2944         * docs/plugins/inspect/plugin-audioresample.xml:
2945         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2946         * docs/plugins/inspect/plugin-cdparanoia.xml:
2947         * docs/plugins/inspect/plugin-decodebin.xml:
2948         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2949         * docs/plugins/inspect/plugin-gdp.xml:
2950         * docs/plugins/inspect/plugin-gnomevfs.xml:
2951         * docs/plugins/inspect/plugin-libvisual.xml:
2952         * docs/plugins/inspect/plugin-ogg.xml:
2953         * docs/plugins/inspect/plugin-pango.xml:
2954         * docs/plugins/inspect/plugin-playback.xml:
2955         * docs/plugins/inspect/plugin-queue2.xml:
2956         * docs/plugins/inspect/plugin-subparse.xml:
2957         * docs/plugins/inspect/plugin-tcp.xml:
2958         * docs/plugins/inspect/plugin-theora.xml:
2959         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2960         * docs/plugins/inspect/plugin-uridecodebin.xml:
2961         * docs/plugins/inspect/plugin-video4linux.xml:
2962         * docs/plugins/inspect/plugin-videorate.xml:
2963         * docs/plugins/inspect/plugin-videoscale.xml:
2964         * docs/plugins/inspect/plugin-videotestsrc.xml:
2965         * docs/plugins/inspect/plugin-volume.xml:
2966         * docs/plugins/inspect/plugin-vorbis.xml:
2967         * docs/plugins/inspect/plugin-ximagesink.xml:
2968         * docs/plugins/inspect/plugin-xvimagesink.xml:
2969           Update introspection data.
2970
2971         * ext/ogg/gstoggmux.c:
2972           Document oggmux.
2973
2974         * gst/playback/gstdecodebin2.c:
2975           Don't use gtk-doc style comment start for private stuff, but make it
2976           formatted like this for consistency.
2977
2978 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2979
2980         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
2981         (gst_decode_bin_init), (gst_decode_bin_dispose),
2982         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
2983         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2984         (analyze_new_pad), (connect_pad), (expose_pad),
2985         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
2986         (gst_decode_group_expose), (gst_decode_group_free),
2987         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
2988         Remove fakesink hack, we can now implement this more elegantly.
2989         Added property to bypass typefinding.
2990         Removed underrun callback and demuxer pad probe, we now use the srcpad
2991         probe to expose groups.
2992         API::sink-caps property
2993
2994         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
2995         Guard against multiple emissions of the no_more_pads signal, which
2996         happens when we are dealing with chained oggs.
2997
2998         * gst/playback/gsturidecodebin.c: (remove_decoders),
2999         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3000         (setup_source):
3001         For streams, use our own typefind element and plug our queue after it.
3002         We will need this to determine the type of buffering to use for the
3003         queue soon.
3004
3005 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3006
3007         * gst-libs/gst/audio/gstbaseaudiosink.c:
3008         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3009         Guard against over and underflows because of clock slaving.
3010         When we are using our own clock, still compensate for any calibrations
3011         that we might have done to our clock.
3012
3013 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3014
3015         * ext/theora/theoradec.c: (theora_handle_type_packet),
3016         (theora_dec_chain):
3017         Don't try to do anything fancy with the return code from pushing an
3018         event, it does not have enough information to turn it into a
3019         GST_FLOW_ERROR.
3020
3021 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3022
3023         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3024         (gst_ogg_demux_chain_elem_pad):
3025         Add small debug line.
3026         Pass return code from the internal decoder instead of the too generic
3027         GST_FLOW_ERROR.
3028
3029 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3030
3031         * gst-libs/gst/cdda/Makefile.am:
3032         * gst-libs/gst/cdda/base64.c:
3033         * gst-libs/gst/cdda/base64.h:
3034         * gst-libs/gst/cdda/gstcddabasesrc.c:
3035         (gst_cddabasesrc_calculate_musicbrainz_discid):
3036         Use GLib's base64 implementation instead of our own.
3037
3038 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3039
3040         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3041         (gst_ogg_demux_read_chain):
3042         Refix oggdemux, we only have a problem if we failed to find a chain and
3043         we are not EOF.
3044
3045 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3046
3047         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3048
3049         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3050         (gst_ogg_demux_read_chain):
3051         When we fail to find a BOS page and we and up with no chain, error out
3052         properly instead of segfaulting. Fixes #525665.
3053
3054 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3055
3056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3057         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3058         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3059         no-more-pads...
3060
3061 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3062
3063         * gst/playback/gstqueue2.c: (update_out_rates),
3064         (gst_queue_open_temp_location_file),
3065         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3066         (gst_queue_handle_src_query), (gst_queue_set_property):
3067         Update the estimated input data when we push out a buffer.
3068         Add some debug info about the temp file.
3069         Only forward src events when we are not using a temp file.
3070         Don't block the duration query, we need to find something better.
3071         Don't leak the temp filename.
3072
3073 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3074
3075         * configure.ac:
3076         Require GLib 2.12 and liboil 0.3.14.
3077
3078         * gst/volume/gstvolume.c: (volume_process_double):
3079         Unconditionally use liboil 0.3.14 function.
3080
3081 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3082
3083         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3084         ms-gsm can have arbitrarty sample rates. See #481354.
3085
3086 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3087
3088         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3089         MP4S is generic MPEG-4, not a microsoft variant.
3090
3091 2008-03-27  Michael Smith <msmith@fluendo.com>
3092
3093         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3094           Check the body CRC (if set) when depayloading.
3095           Fixes #522401.
3096
3097 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3098
3099         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3100           Fix Since: version for new property.
3101
3102 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3103
3104         * gst-libs/gst/rtsp/gstrtspconnection.c:
3105         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3106         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3107         Don't error when poll_wait returns EAGAIN.
3108
3109 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3110
3111         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3112         The queue is never filled when there are no buffers in the queue at all.
3113         Fixes #523993.
3114
3115 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3116
3117         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3118         (init_group), (free_group), (gst_play_bin_init),
3119         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3120         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3121         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3122         (gst_play_bin_set_current_video_stream),
3123         (gst_play_bin_set_current_audio_stream),
3124         (gst_play_bin_set_current_text_stream),
3125         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3126         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3127         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3128         (activate_group), (deactivate_group), (setup_next_source),
3129         (save_current_group), (gst_play_bin_change_state):
3130         Update some docs.
3131         Add new locks and conds to protect pipeline creation and group
3132         switching.
3133         Implement the sub-uri property.
3134         Keep track of pending uridecodebin creation and configure the output
3135         pipeline after all streams are configured.
3136         Propagate subtitle encoding to the uridecodebins.
3137         Implement getting the video/audio/visualisation elements.
3138         Use input-selector for stream switching.
3139         If we are asked to do visualisation, prefer to autoplug raw sinks
3140         instead of sinks that accept encoded data.
3141
3142 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3143
3144         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3145         (gst_play_sink_init), (gst_play_sink_dispose),
3146         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3147         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3148         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3149         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3150         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3151         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3152         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3153         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3154         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3155         * gst/playback/gstplaysink.h:
3156         Add methods to get audio/video/vis elements.
3157         Add methods to set the font description for the overlay.
3158         Remove properties, we're using this element with its methods only.
3159         Add support for subtitles.
3160         Rearrange the locking a bit to not use the object lock for protecting
3161         the pipeline construction.
3162         Try to use the volume and mute property on the sink when its available.
3163         Implement the mute option with volume when the sink does not have a mute
3164         property.
3165         Only add volume element when the sink has no volume property.
3166         Only do visualisations with raw audio pads.
3167
3168 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3169
3170         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3171         (gst_text_overlay_init), (gst_text_overlay_set_property),
3172         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3173         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3174         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3175         (gst_text_overlay_change_state):
3176         * ext/pango/gsttextoverlay.h:
3177         Add property to configure waiting for text on the textpad or not, with
3178         the default behaviour being the old one (always wait for text before
3179         rendering the video). This default behaviour is usually not the best one
3180         because the text stream can very sparse and could require queueing a lot
3181         of video.
3182         Fix the flushing and EOS handing so that we don't mix up their meaning.
3183
3184 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3185
3186         * gst/playback/gsturidecodebin.c:
3187         (gst_uri_decode_bin_autoplug_factories),
3188         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3189         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3190         (gst_uri_decode_bin_set_property),
3191         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3192         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3193         (proxy_autoplug_factories_signal), (make_decoder),
3194         (source_new_pad), (setup_source):
3195         Add a readonly source property and notify.
3196         Add new lock for protecting the construction of the pipeline.
3197         Keep track of the decodebins we plugged.
3198         Correctly proxy the autoplug signal so that it actually continues.
3199         Proxy subtitle-encoding to the decodebins.
3200
3201 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3202
3203         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3204         (text_toggle_cb), (update_streams), (main):
3205         Rearrange some buttons in playbin2 and make some other boxes insensitive
3206         when needed.
3207         Add language codes to subtitle selection boxes when we gind the right
3208         tags for the streams.
3209
3210 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3211
3212         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3213         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3214         (gst_decode_bin_set_subs_encoding),
3215         (gst_decode_bin_get_subs_encoding),
3216         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3217         (deactivate_free_recursive):
3218         Protect caps property with the object lock.
3219         Protect encoding property with the object lock.
3220         Keep list of elements we added that have the subtitle-encoding property.
3221         Distribute the subtitle-encoding to all of the elements when it
3222         changes.
3223
3224 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3225
3226         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3227         Small debug improvement.
3228
3229         * gst-libs/gst/audio/gstbaseaudiosink.c:
3230         (gst_base_audio_sink_render):
3231         Fix bug in determining the sample start/stop position, we want to base
3232         this decision on the fact that we are going forwards or backwards, not
3233         slower or faster. This fixes some ugly resync warnings when playing at
3234         very slow speeds.
3235
3236 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3237
3238         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3239         Correctly set the supported URI schemes and don't leave
3240         some schemes in the middle or at the start at NULL.
3241
3242 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3243
3244         * tests/check/elements/gdpdepay.c:
3245           Make test compile without unused function/variable warnings on PPC.
3246  
3247 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3248
3249         * configure.ac:
3250         * ext/alsa/gstalsamixerelement.c:
3251         (gst_alsa_mixer_element_class_init):
3252         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3253         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3254         * ext/cdparanoia/gstcdparanoiasrc.c:
3255         (gst_cd_paranoia_src_class_init):
3256         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3257         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3258         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3259         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3260         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3261         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3262         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3263         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3264         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3265         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3266         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3267         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3268         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3269         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3270         (gst_audio_filter_template_class_init):
3271         * gst-libs/gst/audio/gstbaseaudiosink.c:
3272         (gst_base_audio_sink_class_init):
3273         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3274         (gst_base_audio_src_class_init):
3275         * gst-libs/gst/cdda/gstcddabasesrc.c:
3276         (gst_cdda_base_src_class_init):
3277         * gst-libs/gst/interfaces/mixertrack.c:
3278         (gst_mixer_track_class_init):
3279         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3280         (gst_base_rtp_depayload_class_init):
3281         * gst-libs/gst/rtp/gstbasertppayload.c:
3282         (gst_basertppayload_class_init):
3283         * gst/audioconvert/gstaudioconvert.c:
3284         (gst_audio_convert_class_init):
3285         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3286         * gst/audioresample/gstaudioresample.c:
3287         (gst_audioresample_class_init):
3288         * gst/audiotestsrc/gstaudiotestsrc.c:
3289         (gst_audio_test_src_class_init):
3290         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3291         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3292         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3293         (preroll_unlinked):
3294         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3295         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3296         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3297         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3298         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3299         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3300         (gst_stream_selector_class_init):
3301         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3302         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3303         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3304         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3305         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3306         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3307         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3308         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3309         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3310         * gst/videotestsrc/gstvideotestsrc.c:
3311         (gst_video_test_src_class_init):
3312         * gst/volume/gstvolume.c: (gst_volume_class_init):
3313         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3314         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3315         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3316         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3317         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3319         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3320         static strings (i.e. all). This gives us less memory usage,
3321         fewer allocations and thus less memory defragmentation. Depend
3322         on core CVS for this. Fixes bug #523806.
3323
3324 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3325
3326         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3327         Filter http and https protocols. GIO/GVfs handles them but it's
3328         impossible to implement iradio/icecast with it. Better use
3329         souphttpsrc or something else for this.
3330
3331         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3332         If getting the file informations by a query fails try it with the
3333         seek-to-end trick too.
3334
3335 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3336
3337         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3338         (gst_volume_base_init), (gst_volume_class_init),
3339         (volume_process_double), (volume_process_float),
3340         (volume_transform_ip), (plugin_init):
3341         memset buffers to zero if we get a GAP buffer. We usually see a
3342         buffer as one unit so let's handle it as one and don't care about
3343         volume changes while processing one buffer.
3344         Also clean up some stuff a bit.
3345
3346 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3347
3348         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3349         (gst_audio_convert_create_silence_buffer),
3350         (gst_audio_convert_transform):
3351         Make audioconvert GAP-aware by outputting silence buffers when the
3352         input has the GAP flag set. This is up to 8x faster.
3353         Based on a patch by Stefan Kost. Fixes bug #517813.
3354
3355 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3356
3357         * gst/volume/gstvolume.c: (volume_process_double):
3358         Use oil_scalarmultiply_f64_ns() for double processing when it's
3359         available at compile time.
3360
3361 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3362
3363         * configure.ac:
3364         Fix lrint/lrintf checks to actually work. These functions are
3365         in libm on Linux at least so try to link to it.
3366
3367 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3368
3369         * configure.ac:
3370         Back to development - 0.10.18.1
3371
3372 === release 0.10.18 ===
3373
3374 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3375
3376         * configure.ac:
3377           releasing 0.10.18, "I will follow"
3378
3379 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3380
3381         * configure.ac:
3382         * win32/common/config.h:
3383         0.10.17.4 pre-release
3384
3385 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3386
3387         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3388         Use GST_STR_NULL when trying to print strings that could be NULL because
3389         this might crash on some platforms. See #520808.
3390
3391 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3392
3393         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3394
3395         * gst-libs/gst/rtsp/gstrtspconnection.c:
3396         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3397         (read_line), (gst_rtsp_connection_read_internal):
3398         Generic Windows fixes that makes libgstrtsp work on Windows when
3399         coupled with the new GstPoll API. See #520808.
3400
3401 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3402
3403         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3404
3405         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3406           If seeking to a new position succeeds don't simply return from
3407           create() without creating a buffer. Do this only in the case
3408           seeking to the new position fails. Fixes bug #523054.
3409
3410 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3411
3412         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3413           (gst_video_format_from_rgba32_masks):
3414           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3415           (#522635).
3416
3417         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3418           Add unit test for the RGB caps parsing and creation, checking for
3419           internal consistency of the new API and consistency of the API with
3420           the old GST_VIDEO_CAPS_* defines.
3421
3422 2008-03-14  David Schleef  <ds@schleef.org>
3423
3424         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3425           because -base is in freeze.
3426
3427 2008-03-14  David Schleef  <ds@schleef.org>
3428
3429         Patch by: William M. Brack
3430
3431         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3432
3433 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3434
3435         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3436         (gst_selector_pad_chain):
3437         * gst/playback/gststreamselector.h:
3438         Revert change that caused regression until a real fix is found.
3439         Fixes #522203.
3440
3441 2008-03-12  Michael Smith <msmith@fluendo.com>
3442
3443         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3444         * gst-libs/gst/audio/gstringbuffer.h:
3445           Rename recently added buffer types to make more sense.
3446         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3447         (gst_alsasink_write):
3448           Adapt for above API changes.
3449           Fixes bug #520523.
3450
3451 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3452
3453         * win32/common/libgstnetbuffer.def:
3454         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3455
3456 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3457
3458         * configure.ac:
3459         * win32/common/config.h:
3460         0.10.17.3 pre-release
3461
3462 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3463
3464         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3465         (gst_base_audio_src_create):
3466         Fix duration when no clock was provided. Fixes #520300.
3467
3468 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3469
3470         Patch by: Olivier Crete  <tester at tester ca>
3471
3472         * docs/libs/gst-plugins-base-libs-sections.txt:
3473         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3474         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3475         Add trivial function to compare GstNetAddress. See #520626.
3476         API: GstNetBuffer::gst_netaddress_equal
3477
3478 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3479
3480         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3481         Update mode property docs, it's deprecated now.
3482
3483 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3484
3485         * gst-libs/gst/rtsp/gstrtspconnection.c:
3486         (gst_rtsp_connection_create):
3487         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3488         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3489         * gst/tcp/gstmultifdsink.h:
3490         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3491         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3492         Remove GstPollMode from gstpoll constructor.
3493
3494 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3495
3496         * configure.ac:
3497         * win32/common/config.h:
3498         0.10.17.2 pre-release
3499
3500 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3501
3502         * gst/Makefile.am:
3503         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3504         them twice
3505
3506         * win32/common/libgstinterfaces.def:
3507         * win32/common/libgstrtp.def:
3508         Add new API to the defs
3509
3510 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3511
3512         Patch by: Mersad Jelacic  <mersad at axis dot com>
3513
3514         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3515         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3516         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3517         possible to specify the sample size in bits. (#509637)
3518
3519 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3520
3521         * tests/check/libs/mixer.c:
3522           Add a few simple checks for the new message types.
3523
3524 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3525
3526         * docs/libs/gst-plugins-base-libs-sections.txt:
3527         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3528           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3529           (gst_mixer_message_get_type),
3530           (gst_mixer_message_parse_option_changed),
3531           (gst_mixer_message_parse_options_list_changed):
3532         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3533           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3534           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3535           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3536           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3537           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3538
3539 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3540
3541         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3542           (gst_mixer_options_get_values):
3543         * gst-libs/gst/interfaces/mixeroptions.h:
3544           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3545           (_GstMixerOptions), (_GstMixerOptionsClass):
3546           API: add GstMixerOptions::get_values vfunc (#519906)
3547
3548 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3549
3550         * configure.ac:
3551         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3552         plug-ins are included/excluded. (#498222)
3553
3554 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3555
3556         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3557         Add typefinder for IMelody files, using audio/x-imelody.
3558         See bug #519516.
3559
3560 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3561
3562         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3563         * ext/alsa/gstalsasink.c: (set_hwparams):
3564         * ext/alsa/gstalsasrc.c: (set_hwparams):
3565         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3566         * ext/ogg/gstoggmux.h:
3567         * ext/ogg/gstogmparse.c:
3568         * gst-libs/gst/audio/audio.c:
3569         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3570         * gst-libs/gst/pbutils/missing-plugins.c:
3571         (gst_missing_uri_sink_message_new),
3572         (gst_missing_element_message_new),
3573         (gst_missing_decoder_message_new),
3574         (gst_missing_encoder_message_new):
3575         * gst-libs/gst/rtp/gstbasertppayload.c:
3576         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3577         (gst_rtcp_packet_bye_get_reason):
3578         * gst/audioconvert/gstaudioconvert.c:
3579         * gst/audioresample/gstaudioresample.c:
3580         * gst/ffmpegcolorspace/imgconvert.c:
3581         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3582         * gst/typefind/gsttypefindfunctions.c:
3583         * gst/videoscale/vs_4tap.c:
3584         * gst/videoscale/vs_4tap.h:
3585         * sys/v4l/gstv4lelement.c:
3586         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3587         * sys/v4l/v4l_calls.c:
3588         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3589         (gst_v4lsrc_try_capture):
3590         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3591         (gst_ximagesink_ximage_new):
3592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3593         (gst_xvimagesink_xvimage_new):
3594         * tests/check/elements/audioconvert.c:
3595         * tests/check/elements/audioresample.c:
3596         (fail_unless_perfect_stream):
3597         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3598         * tests/check/elements/decodebin.c:
3599         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3600         (setup_gdpdepay_streamheader):
3601         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3602         (setup_gdppay_streamheader):
3603         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3604         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3605         * tests/check/elements/textoverlay.c:
3606         * tests/check/elements/videorate.c: (setup_videorate):
3607         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3608         * tests/check/elements/volume.c: (setup_volume):
3609         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3610         * tests/check/elements/vorbistag.c:
3611         * tests/check/generic/clock-selection.c:
3612         * tests/check/generic/states.c: (setup), (teardown):
3613         * tests/check/libs/cddabasesrc.c:
3614         * tests/check/libs/video.c:
3615         * tests/check/pipelines/gio.c:
3616         * tests/check/pipelines/oggmux.c:
3617         * tests/check/pipelines/simple-launch-lines.c:
3618         (simple_launch_lines_suite):
3619         * tests/check/pipelines/streamheader.c:
3620         * tests/check/pipelines/theoraenc.c:
3621         * tests/check/pipelines/vorbisdec.c:
3622         * tests/check/pipelines/vorbisenc.c:
3623         * tests/examples/seek/scrubby.c:
3624         * tests/examples/seek/seek.c: (query_positions_elems),
3625         (query_positions_pads):
3626         * tests/icles/stress-xoverlay.c: (myclock):
3627         Correct all relevant warnings found by the sparse semantic code
3628         analyzer. This include marking several symbols static, using
3629         NULL instead of 0 for pointers and using "foo (void)" instead
3630         of "foo ()" for declarations.
3631
3632         * win32/common/libgstrtp.def:
3633         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3634
3635 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3636
3637         Patch by: José Alburquerque <jaalburqu svn gnome org>
3638
3639         * gst/playback/gstplaybin2.c:
3640           Make the function signature of the _get_*_tags() functions match
3641           the signature of the vfuncs they implement, ie. return a
3642           GstTagList rather than a GstStructure, which is more correct,
3643           even if one is typedef'ed to the other (#518940).
3644
3645 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3646
3647         * gst-libs/gst/rtsp/gstrtspconnection.c:
3648           Don't include unix headers unconditionally (fixes #518037).
3649
3650 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3651
3652         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3653           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3654           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3655           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3656           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3657           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3658           (gst_video_format_is_packed), (video_format_is_packed):
3659           Add unit test that makes sure that the strides, offsets and
3660           sizes returned for the various YUV formats by the new video API
3661           match the old reference implementation in videotestsrc.
3662
3663 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3664
3665         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3666           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3667           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3668           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3669           (gst_video_format_get_pixel_stride),
3670           (gst_video_format_get_component_width),
3671           (gst_video_format_get_component_height),
3672           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3673         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3674           (GST_VIDEO_FORMAT_Y42B):
3675           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3676
3677 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3678
3679         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3680           YV12 is I420 with swapped components 1 and 2, so the offset of
3681           component 1 for I420 should be the offset for component 2 for YV12
3682           and vice versa.
3683
3684 2008-02-29  Rene Stadler  <mail@renestadler.de>
3685
3686         * sys/v4l/gstv4lelement.c:
3687         Add missing semicolon to fix indentation.
3688
3689 2008-02-29  Julien Moutte  <julien@fluendo.com>
3690
3691         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3692         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3693         if we can do SPDIF output.
3694         * ext/alsa/gstalsa.h:
3695         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3696         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3697         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3698         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3699         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3700         to support AC3, EC3 and IEC958 buffers.
3701
3702 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3703
3704         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3705           (gst_mixer_message_parse_mute_toggled),
3706           (gst_mixer_message_parse_record_toggled),
3707           (gst_mixer_message_parse_volume_changed),
3708           (gst_mixer_message_parse_option_changed):
3709           De-cruft and fix message type assertions (NULL is not a really
3710           valid mixer message type string).
3711
3712 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3713
3714         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3715         When negotiating, actually start from a format that we can support
3716         instead of from the too generic template.
3717
3718 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3719
3720         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3721         Enable vis setting.
3722
3723         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3724         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3725         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3726         (gen_vis_chain):
3727         Implement vis switching while playing.
3728
3729 2008-02-28  David Schleef  <ds@schleef.org>
3730
3731         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3732
3733 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3734
3735         Patch by: Peter Kjellerstedt  <pkj at axis com>
3736
3737         * gst/tcp/Makefile.am:
3738         * gst/tcp/fdsetstress.c:
3739         * gst/tcp/gstfdset.c:
3740         * gst/tcp/gstfdset.h:
3741         Removed fdset and stress test, they are now known as GstPoll in
3742         core. 
3743
3744         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3745         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3746         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3747         (gst_multi_fd_sink_handle_client_write),
3748         (gst_multi_fd_sink_queue_buffer),
3749         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3750         (gst_multi_fd_sink_stop):
3751         * gst/tcp/gstmultifdsink.h:
3752         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3753         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3754         (gst_tcp_gdp_read_caps):
3755         * gst/tcp/gsttcp.h:
3756         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3757         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3758         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3759         * gst/tcp/gsttcpclientsink.h:
3760         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3761         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3762         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3763         * gst/tcp/gsttcpclientsrc.h:
3764         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3765         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3766         * gst/tcp/gsttcpserversink.h:
3767         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3768         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3769         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3770         * gst/tcp/gsttcpserversrc.h:
3771         Port to GstPoll. See #505417.
3772
3773 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3774
3775         Patch by: Peter Kjellerstedt  <pkj at axis com>
3776
3777         * gst-libs/gst/rtsp/gstrtspconnection.c:
3778         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3779         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3780         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3781         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3782         (gst_rtsp_connection_flush):
3783         * gst-libs/gst/rtsp/gstrtspconnection.h:
3784         Use GstPoll for the rtsp connection. See #505417.
3785
3786 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3787
3788         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3789         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3790         Add combo box for visualisations, populate it with a factory list
3791         of all visualisation plugins, configure vis plugin instance in
3792         playbin2. 
3793
3794 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3795
3796         * tests/check/libs/rtp.c: (GST_START_TEST):
3797         Add check for RTP buffer defaults, padding and marker bit API.
3798
3799 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
3800
3801         * gst-libs/gst/cdda/sha1.c: (sha_transform):
3802         Use memcpy() instead of upcasting a byte array to long *. This
3803         fixes an unaligned memory access, resulting in SIGBUS on IA64.
3804         This should be ported to GCheckSum once we can use GLib 2.16.
3805         Partially fixes bug #500833.
3806
3807 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
3808
3809         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
3810           Push tag event after the newsegment event. Log the pointer of
3811           the buffer we're actually going to push rather than the buffer
3812           we're feeding to _make_metadata_writable().
3813
3814 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3815
3816         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3817         Comment smoke typefinder for now. The smokedec plugin needs one
3818         frame per buffer but we have no parser yet, thus it simply crashes
3819         in most situations.
3820
3821 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3822
3823         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3824         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
3825
3826 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3827
3828         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
3829         (plugin_init):
3830         Add midi typefinder, copied from the timidity plugin.
3831
3832 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3833
3834         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
3835
3836         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3837         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
3838           (subparse_suite):
3839           Forward slashes at the beginning and end of a line also signify
3840           italics (Fixes: #518162).
3841
3842 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3843
3844         * tests/check/gst-plugins-base.supp:
3845         Add a suppression for a cached value in GIO that wasn't moved
3846         while moving gio from -bad to -base.
3847
3848 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3849
3850         Patch by: Brian Cameron <brian dot cameron at sun dot com>
3851
3852         * configure.ac:
3853         Don't hardcode -Wall and -Werror for configure checks, this fails
3854         with non-GCC compilers. Fixes bug #517991.
3855
3856 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3857
3858         * gst/audioconvert/gstaudioconvert.c:
3859         * gst/audioconvert/gstaudioquantize.c:
3860         * gst/audioconvert/gstaudioquantize.h:
3861           Make audioconvert gap aware. If noiseshaping is used, wait for
3862           noiseshaping to converge before marking as GAP. Fixes #517813.
3863
3864 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3865
3866         * gst/audiotestsrc/gstaudiotestsrc.c:
3867           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
3868
3869 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
3870
3871         * ext/gnomevfs/gstgnomevfssink.c:
3872         (gst_gnome_vfs_sink_handle_event):
3873         Return FALSE when seeking for a new segment fails instead
3874         of silently ignoring the failure and appending every buffer
3875         that comes for the new segment.
3876
3877 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3878
3879         * gst/playback/gstplaysink.c: (find_property),
3880         (gst_play_sink_find_property), (gen_video_chain),
3881         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
3882         Recursively search the sink element for a last-frame property so that we
3883         can also find the property in autovideosink and friends that don't
3884         always proxy the internal sink properties.
3885
3886 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         * gst-libs/gst/audio/multichannel.c:
3889           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
3890           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
3891           (gst_audio_set_structure_channel_positions_list),
3892           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
3893           (gst_audio_fixate_channel_positions):
3894           Fix confusing terminology in docs and code: structure fields are
3895           'fields' and not 'properties'.
3896
3897 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3898
3899         * gst-libs/gst/audio/multichannel.c:
3900           (gst_audio_check_channel_positions), (add_list_to_struct):
3901           Give more useful warning messages if one of the channel
3902           layout enums passed to us is invalid and if the "channels"
3903           field in the caps has a GType we don't expect.
3904
3905 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3906
3907         * gst-libs/gst/audio/multichannel.c:
3908           Fix typo in docs blurb.
3909
3910 2008-02-19  Julien Moutte  <julien@fluendo.com>
3911
3912         Patch by: Josep Torra Valles <josep@fluendo.com>
3913
3914         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
3915         typefind lookup to fix typefinding on HD clips.
3916
3917 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3918
3919         * gst/playback/gstscreenshot.c:
3920         * gst/playback/gstscreenshot.h:
3921           Fix up copyright (I rewrote the GStreamer-0.10 code for
3922           this from scratch back in the days).
3923
3924 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3925
3926         * gst/playback/Makefile.am:
3927         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
3928         (create_element), (gst_play_frame_conv_convert):
3929         * gst/playback/gstscreenshot.h:
3930         Add screenshot conversion code from totem.
3931
3932         * gst/playback/gstplay-marshal.list:
3933         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
3934         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
3935         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
3936         Implement frame property to get a color-unconverted snapshot.
3937         Implement convert-frame action signal to get a converted snapshot image.
3938         Configure connection speed in uridecodebin.
3939         Document some more properties.
3940
3941         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3942         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
3943         (gst_play_sink_get_last_frame):
3944         * gst/playback/gstplaysink.h:
3945         Use last-buffer property of the video sink to get a video snapshot.
3946
3947         * tests/examples/seek/seek.c: (shot_cb), (main):
3948         Add snapshot button for playbin2 and use the frame property to save the
3949         frame as a png in the current directory.
3950
3951 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
3952
3953         Patch by: Josep Torra Valles <josep at fluendo dot com>
3954
3955         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
3956         (plugin_init):
3957         Add typefinding support for h264 elementary streams.
3958         Fixes bug #517420.
3959
3960 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
3961
3962         * configure.ac:
3963           Require CVS of core for new API in collectpads.
3964
3965         * gst/adder/gstadder.c:
3966           Use new API to make adder sparse stream aware.
3967
3968 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3969
3970         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
3971         (no_more_pads_cb):
3972         Get the object data correct so that we can remove our channels
3973         correctly.
3974
3975         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
3976         (gen_vis_chain), (gst_play_sink_reconfigure),
3977         (gst_play_sink_request_pad):
3978         Add option to disable async behaviour in the sinks when possible. This
3979         makes it possible to avoid an audio queue when dealing with
3980         visualisations.
3981         Add option to add a queue for the audio path.
3982
3983         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
3984         (main):
3985         Disable the vis checkbox to match the defaults of playbin2.
3986         Only get the stream info when we need to.
3987
3988 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
3989
3990         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
3991         (gst_gio_base_sink_set_stream):
3992         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
3993         (gst_gio_base_src_set_stream):
3994         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
3995         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
3996         Don't use async operations as they require a running main loop.
3997         This makes us block again when closing streams and unable
3998         to mount the enclosing volume of an URI if it isn't yet.
3999
4000 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4001
4002         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4003         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4004         (gen_vis_chain), (gst_play_sink_reconfigure),
4005         (gst_play_sink_request_pad):
4006         Move tee in front of the audio and vis pipelines.
4007         Add queue for audio for now.
4008         Add visualisation support.
4009
4010         * tests/examples/seek/seek.c: (main):
4011         Visualisation is by default disabled.
4012
4013 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4014
4015         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4016         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4017         Improve debugging a bit.
4018
4019         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4020         * ext/gio/gstgiosink.h:
4021         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4022         * ext/gio/gstgiosrc.h:
4023         Try to mount the enclosing volume of a GFile if it isn't mounted
4024         yet. This requires us to wait for an async operation to finish, done
4025         with an nested GMainLoop. Authentication is not supported yet, will
4026         come later.
4027
4028 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4029
4030         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4031         (gst_play_bin_set_property), (gst_play_bin_get_property),
4032         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4033         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4034         (gst_play_sink_get_mute), (gen_audio_chain):
4035         * gst/playback/gstplaysink.h:
4036         Add mute property.
4037
4038         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4039         (gst_selector_pad_chain):
4040         * gst/playback/gststreamselector.h:
4041         Make sure we forward the event only once.
4042
4043         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4044         Add and implement the mute button for playbin2.
4045
4046 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4047
4048         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4049
4050         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4051         Add some more debug info.
4052         Make sure we never return a negative delay. Fixes #516246.
4053
4054 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4055
4056         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4057           Revert patch that makes the sink hold the object lock when
4058           calling snd_pcm_delay(), since it breaks playback for me.
4059
4060 2008-02-12  Julien Moutte  <julien@fluendo.com>
4061
4062         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4063         some seek flags when changing rate.
4064
4065 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4066
4067         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4068         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4069         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4070         Fix potential leaks.
4071
4072         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4073         Fix leak when there is no function configured.
4074
4075 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4076
4077         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4078         (gst_v4lsrc_buffer_finalize):
4079         Correctly chain up the finalize method.
4080
4081 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4082
4083         * ext/gio/gstgiostreamsink.c:
4084         * ext/gio/gstgiostreamsrc.c:
4085         Add documentation and example code for giostreamsink/giostreamsrc.
4086
4087         * tests/check/pipelines/gio.c: (GST_START_TEST):
4088         Ask the GMemoryOutputStream for the data instead of assuming that
4089         the pointer to the data stayed the same. It could've been realloc'ed.
4090
4091 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4092
4093         * ext/gio/gstgiosink.c:
4094         * ext/gio/gstgiosrc.c:
4095         Make the documentation of giosink/giosrc complete, large parts
4096         are based on the gnomevfssink/gnomevfssrc docs.
4097
4098 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4099
4100         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4101         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4102         * docs/plugins/gst-plugins-base-plugins.args:
4103         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4104         * docs/plugins/gst-plugins-base-plugins.interfaces:
4105         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4106         * docs/plugins/gst-plugins-base-plugins.signals:
4107         * docs/plugins/inspect/plugin-adder.xml:
4108         * docs/plugins/inspect/plugin-audioconvert.xml:
4109         * docs/plugins/inspect/plugin-audiorate.xml:
4110         * docs/plugins/inspect/plugin-audioresample.xml:
4111         * docs/plugins/inspect/plugin-decodebin.xml:
4112         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4113         * docs/plugins/inspect/plugin-gdp.xml:
4114         * docs/plugins/inspect/plugin-gio.xml:
4115         * docs/plugins/inspect/plugin-gnomevfs.xml:
4116         * docs/plugins/inspect/plugin-libvisual.xml:
4117         * docs/plugins/inspect/plugin-ogg.xml:
4118         * docs/plugins/inspect/plugin-pango.xml:
4119         * docs/plugins/inspect/plugin-playback.xml:
4120         * docs/plugins/inspect/plugin-queue2.xml:
4121         * docs/plugins/inspect/plugin-subparse.xml:
4122         * docs/plugins/inspect/plugin-theora.xml:
4123         * docs/plugins/inspect/plugin-uridecodebin.xml:
4124         * docs/plugins/inspect/plugin-videorate.xml:
4125         * docs/plugins/inspect/plugin-videoscale.xml:
4126         * docs/plugins/inspect/plugin-volume.xml:
4127         * docs/plugins/inspect/plugin-vorbis.xml:
4128         Add the GIO documentation again and while at that run make update.
4129
4130 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4131
4132         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4133         * ext/alsa/gstalsasink.c: (set_swparams):
4134         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4135           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4136           against libasound >= 1.0.16, since it's been deprecated in
4137           0.10.16, and alignment is always 1 then, apparently. (#512899)
4138
4139 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4140
4141         * gst/playback/gstplaybin.c: (gen_audio_element):
4142         * gst/playback/gstplaysink.c: (gen_audio_chain):
4143           Handle case where we can't create the volume element a bit
4144           better (#514307).
4145
4146 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4147
4148         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4149         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4150           Add support for https protocol. Fixes #510229.
4151
4152 2008-02-11  Julien Moutte  <julien@fluendo.com>
4153         
4154         Patch by: Alan Peevers <peeves@pacbell.net>
4155
4156         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4157         lock when calling alsa methods.
4158
4159 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4160
4161         * gst/typefind/gsttypefindfunctions.c:
4162           Bump rank of jpeg and png typefinders, which will return maximum
4163           probability in the most common cases (thus short-circuiting more
4164           expensive typefinders like the mp3 one for these two quite common
4165           image types).
4166
4167 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4168
4169         * ext/theora/theoraparse.c:
4170         Fix long description of the theora parser to be more verbose than just
4171         the type name.
4172
4173 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4174
4175         Patch by: Branko Čibej <brane at xbc dot nu>
4176
4177         * sys/xvimage/xvimagesink.c:
4178         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4179         Fixes bug #515654.
4180
4181 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4182
4183         * gst/playback/gstplaybasebin.c:
4184         Set is_dynamic as True if there are elements with both request
4185         and sometimes src pad templates instead of breaking out when it
4186         finds the first pad template that is a src.
4187
4188 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4189
4190         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4191         (update_streams), (video_combo_cb), (audio_combo_cb),
4192         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4193         Add some stream switching and volume gui for playbin2.
4194
4195 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4196
4197         * gst/playback/gstplay-marshal.list:
4198         Added marshal for streamselector Tags.
4199
4200         * gst/playback/gstplaybasebin.c: (set_active_source):
4201         Streamselector now selects pads based on the pad object instead of its
4202         name.
4203
4204         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4205         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4206         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4207         (gst_play_bin_get_text_tags),
4208         (gst_play_bin_set_current_video_stream),
4209         (gst_play_bin_set_current_audio_stream),
4210         (gst_play_bin_set_current_text_stream),
4211         (gst_play_bin_set_property), (gst_play_bin_get_property),
4212         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4213         Remove option to mute streams with the current-a/v/t property, we have
4214         this functionality in the flags.
4215         Add signals to notify when the number of A/V/T channels changed.
4216         Add action signals to get tags for the A/V/T streams.
4217         Implement setting the current A/V/T stream.
4218         Rearrange some things to simplify stream selection.
4219         Implement volume.
4220
4221         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4222         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4223         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4224         (activate_vis), (gst_play_sink_reconfigure):
4225         * gst/playback/gstplaysink.h:
4226         Add and implement volume setting methods.
4227
4228         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4229         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4230         (gst_selector_pad_event), (gst_stream_selector_class_init),
4231         (gst_stream_selector_init), (gst_stream_selector_finalize),
4232         (gst_stream_selector_set_property),
4233         (gst_stream_selector_get_property),
4234         (gst_stream_selector_get_linked_pad),
4235         (gst_stream_selector_request_new_pad):
4236         * gst/playback/gststreamselector.h:
4237         Add pad properties for tags and status of pads.
4238         Keep tags on pads.
4239         Make active pad selection based on pad object instead of name.
4240
4241 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4242
4243         * configure.ac:
4244           Revert last change as we now check in gtk-doc.m4 for sed.
4245
4246 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4247
4248         * configure.ac:
4249         Find and subst SED when building the docs.
4250
4251 2008-02-08  Julien Moutte  <julien@fluendo.com>
4252
4253         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4254         (main): Make sure bus signals are reconnected when pressing STOP
4255         and then PLAY again for a parse launch pipeline. Fix a ref leak
4256         on the bus.
4257         * win32/common/config.h: Updated.
4258
4259 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4260
4261         * configure.ac:
4262         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4263         pre-releases or releases.
4264
4265 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4266
4267         * configure.ac:
4268         * ext/gio/Makefile.am:
4269         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4270         reporting
4271
4272 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4273
4274         * docs/plugins/Makefile.am:
4275         Add the headers which need scanning for the GIO plugin. The rest of
4276         the docs still need migrating.
4277
4278 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4279
4280         * ext/Makefile.am:
4281         * tests/check/Makefile.am:
4282         * tests/check/pipelines/.cvsignore:
4283         Add gio in a few more places.
4284
4285 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4286
4287         * configure.ac:
4288         * ext/Makefile.am:
4289         * tests/check/Makefile.am:
4290         Move gio plugin from -bad and mark as experimental.
4291
4292 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4293
4294         * gst-libs/gst/interfaces/mixeroptions.c:
4295         * gst-libs/gst/interfaces/mixertrack.c:
4296         Comment out a couple of other things which break the build when
4297         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4298
4299 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4300
4301         * docs/libs/gst-plugins-base-libs-sections.txt:
4302           Fix pbutils header.
4303
4304 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4305
4306         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4307         Fix compiler warning.
4308
4309 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4310
4311         Patch by: Peter Kjellerstedt  <pkj at axis com>
4312
4313         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4314         Clear the addrinfo struct using memset. Fixes #514937.
4315
4316 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4317
4318         * gst/tcp/gstfdset.h:
4319         Remove unused field to same some memory.
4320
4321         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4322         Mark action signals as such.
4323
4324 2008-02-06  Michael Smith <msmith@fluendo.com>
4325
4326         * ext/theora/theoradec.c: (_theora_granule_frame),
4327         (_inc_granulepos):
4328           Increment granulepos for new-bitstream versions appropriately.
4329           Fixes #514623.
4330
4331 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4332
4333         * tests/examples/seek/seek.c: (do_seek),
4334         (rate_spinbutton_changed_cb), (update_streams), (main):
4335         Remove obsolete stream_time reset after flushing seek, core does that
4336         automatically now.
4337         Improve accuracy of speed spinbutton.
4338         Only do playbin2 stuff when we actually use it.
4339
4340 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4341
4342         * tests/check/Makefile.am:
4343           Revert previous change of the test environment's GST_PLUGIN_PATH.
4344           The problem is not with the plugins, but with element factories
4345           and only occurs if elements are split out from existing plugins
4346           or if plugins change name (see #512740).
4347
4348 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4349
4350         * tests/check/Makefile.am:
4351           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4352           with the core's plugins first and our local build directories last,
4353           since we might be building against an installed core, and that
4354           core's plugin directory may contain older or other versions of
4355           our own -base plugins, but we really do want to test our local
4356           ones (if there are multiple plugins or element factories with the
4357           same name, those inspected last will trump those read in earlier).
4358           Fixes #512740 for the most part.
4359
4360 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4361
4362         * configure.ac:
4363         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4364         Use gmtime_r if available as gmtime is not MT-safe.
4365         Fixes bug #511810.
4366
4367 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4368
4369         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4370         Cast glong to time_t as time_t might have a different type on
4371         other platforms, like FreeBSD, and we get a compiler warning
4372         otherwise. Fixes bug #511825.
4373
4374 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4375
4376         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4377         (get_group), (get_n_pads), (gst_play_bin_get_property),
4378         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4379         (autoplug_select_cb), (deactivate_group):
4380         Remove stream-info, we going for something easier.
4381         Refactor getting the current group.
4382         Implement getting the number of audio/video/text streams.
4383
4384         * gst/playback/gststreamselector.c:
4385         (gst_stream_selector_class_init), (gst_stream_selector_init),
4386         (gst_stream_selector_get_property),
4387         (gst_stream_selector_request_new_pad),
4388         (gst_stream_selector_release_pad):
4389         * gst/playback/gststreamselector.h:
4390         Add property for number of pads.
4391
4392         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4393         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4394         (text_toggle_cb), (update_streams), (msg_async_done),
4395         (msg_state_changed), (main):
4396         Block slider callback when updating the slider position.
4397         Add gui elements for controlling playbin2.
4398         Add callback for async_done that updates position/duration.
4399
4400 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4401
4402         * docs/plugins/Makefile.am:
4403         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4404         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4405         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4406         * docs/plugins/gst-plugins-base-plugins.interfaces:
4407         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4408           First round of plugin docs cleansups.
4409
4410         * docs/plugins/inspect/plugin-adder.xml:
4411         * docs/plugins/inspect/plugin-alsa.xml:
4412         * docs/plugins/inspect/plugin-audioconvert.xml:
4413         * docs/plugins/inspect/plugin-audiorate.xml:
4414         * docs/plugins/inspect/plugin-audioresample.xml:
4415         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4416         * docs/plugins/inspect/plugin-cdparanoia.xml:
4417         * docs/plugins/inspect/plugin-decodebin.xml:
4418         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4419         * docs/plugins/inspect/plugin-gdp.xml:
4420         * docs/plugins/inspect/plugin-gnomevfs.xml:
4421         * docs/plugins/inspect/plugin-libvisual.xml:
4422         * docs/plugins/inspect/plugin-ogg.xml:
4423         * docs/plugins/inspect/plugin-pango.xml:
4424         * docs/plugins/inspect/plugin-subparse.xml:
4425         * docs/plugins/inspect/plugin-tcp.xml:
4426         * docs/plugins/inspect/plugin-theora.xml:
4427         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4428         * docs/plugins/inspect/plugin-video4linux.xml:
4429         * docs/plugins/inspect/plugin-videorate.xml:
4430         * docs/plugins/inspect/plugin-videoscale.xml:
4431         * docs/plugins/inspect/plugin-videotestsrc.xml:
4432         * docs/plugins/inspect/plugin-volume.xml:
4433         * docs/plugins/inspect/plugin-vorbis.xml:
4434         * docs/plugins/inspect/plugin-ximagesink.xml:
4435         * docs/plugins/inspect/plugin-xvimagesink.xml:
4436           Regenerate.
4437
4438         * ext/ogg/Makefile.am:
4439         * ext/ogg/gstoggmux.c:
4440         * ext/ogg/gstoggmux.h:
4441           Add header for oggmux. the c-file needs a doc blob still.
4442
4443 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4444
4445         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4446
4447         * gst-libs/gst/rtp/gstrtpbuffer.c:
4448         (gst_rtp_buffer_set_extension_data):
4449         * gst-libs/gst/rtp/gstrtpbuffer.h:
4450         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4451         Add gst_rtp_buffer_set_extension_data() 
4452         Add a unit test for this addition. Fixes #511478.
4453         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4454
4455 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4456
4457         * configure.ac:
4458         Back to CVS
4459
4460 === release 0.10.17 ===
4461
4462 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4463
4464         * configure.ac:
4465           releasing 0.10.17, "Peanut Butter and Jelly"
4466
4467 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4468
4469         * gst-libs/gst/interfaces/mixeroptions.c:
4470         * gst-libs/gst/interfaces/mixertrack.c:
4471         Also remove the conditional registration of the signals
4472         that disappeared with the ABI change in 0.10.14
4473
4474 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4475
4476         * gst-libs/gst/rtsp/gstrtspconnection.c:
4477         Revert patch to gstrtspconnection.c for brown paper bag
4478         release of -base. Re-opens: #511825
4479
4480 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4481
4482         * gst-libs/gst/interfaces/mixeroptions.h:
4483         * gst-libs/gst/interfaces/mixertrack.h:
4484         Change the way these deprecated function pointers are removed
4485         so that the compiled ABI is unconditionally smaller. This 
4486         sets in stone an ABI break that actually occurred when the
4487         things were deprecated in 0.10.14, which seems to be the best
4488         fix as the only known users are oss-mixer and sunaudio-mixer in 
4489         gst-plugins-good.
4490         Fixes: #513018
4491
4492 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4493
4494         * win32/common/libgstpbutils.def:
4495           Export the two new _get_type() functions which are needed
4496           by the python bindings.
4497
4498 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4499
4500         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4501         Cast glong to time_t as time_t might have a different type on
4502         other platforms, like FreeBSD, and we get a compiler warning
4503         otherwise. Fixes bug #511825.
4504
4505 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4506
4507         * gst-libs/gst/audio/gstaudiofilter.c:
4508         (gst_audio_filter_class_init):
4509         Initialize the GstRingerBuffer class to get it's debug category
4510         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4511         category and otherwise we get some g_critical(). Fixes bug #512334.
4512
4513 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4514
4515         * configure.ac:
4516         Back to CVS
4517
4518 === release 0.10.16 ===
4519
4520 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4521
4522         * configure.ac:
4523           releasing 0.10.16, "Scheduled Interruption"
4524
4525 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4526
4527         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4528
4529         * gst-libs/gst/rtp/gstrtpbuffer.c:
4530         (gst_rtp_buffer_get_extension_data):
4531         Fix typos and wrong extension check. Fixes #511274.
4532
4533 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4534
4535         * po/sk.po:
4536         Oops - add new sk.po mentioned in the LINGUAS I just committed
4537
4538 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4539
4540         * po/LINGUAS:
4541         Add ca translation to the disted list.
4542
4543         * win32/vs6/libgstsdp.dsp:
4544         Convert line endings to CRLF
4545
4546 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4547
4548         * win32/MANIFEST:
4549         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4550
4551 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4552
4553         * win32/common/libgstsdp.def:
4554         * win32/common/libgstvideo.def:
4555         Add new API declarations
4556
4557 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4558
4559         * ext/theora/gsttheoradec.h:
4560         * ext/theora/gsttheoraparse.h:
4561         * ext/theora/theoradec.c:
4562         * ext/theora/theoraparse.c:
4563         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4564         and parser by inspecting the bitstream version of the incoming data.
4565
4566 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4567
4568         * configure.ac:
4569         * pkgconfig/Makefile.am:
4570         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4571         * pkgconfig/gstreamer-audio.pc.in:
4572         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4573         * pkgconfig/gstreamer-cdda.pc.in:
4574         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4575         * pkgconfig/gstreamer-fft.pc.in:
4576         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4577         * pkgconfig/gstreamer-floatcast.pc.in:
4578         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4579         * pkgconfig/gstreamer-interfaces.pc.in:
4580         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4581         * pkgconfig/gstreamer-netbuffer.pc.in:
4582         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4583         * pkgconfig/gstreamer-pbutils.pc.in:
4584         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4585         * pkgconfig/gstreamer-riff.pc.in:
4586         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4587         * pkgconfig/gstreamer-rtp.pc.in:
4588         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4589         * pkgconfig/gstreamer-rtsp.pc.in:
4590         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4591         * pkgconfig/gstreamer-sdp.pc.in:
4592         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4593         * pkgconfig/gstreamer-tag.pc.in:
4594         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4595         * pkgconfig/gstreamer-video.pc.in:
4596         Provide one pkg-config file for every gst-plugins-base library.
4597         This makes linking to those libraries much more intuitive and
4598         provides standard pkg-config behaviour for them. Fixes bug #499697.
4599
4600 2008-01-13  David Schleef  <ds@schleef.org>
4601
4602         * gst/videoscale/vs_4tap.c:
4603           Fix valgrind error on 4tap scaling method.
4604
4605 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4606
4607         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4608         Include Winsock2.h for VS6 and use a different way initialize
4609         hints structure so it can build with VS6.
4610         * win32/MANIFEST:
4611         * win32/vs6/libgstsdp.dsp:
4612         * win32/common/libgstsdp.def:
4613         Add new files for libgstsdp.
4614         * win32/vs6/grammar.dsp:
4615         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4616         * win32/vs6/gst_plugins_base.dsw:
4617         * win32/vs6/libgstdecodebin.dsp:
4618         * win32/vs6/libgstdecodebin2.dsp:
4619         * win32/vs6/libgstplaybin.dsp:
4620         * win32/vs6/libgstvolume.dsp:
4621         Add new dependencies to the link list.
4622
4623 2008-01-13  Julien Moutte  <julien@fluendo.com>
4624
4625         * win32/common/config.h:
4626         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4627         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4628         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4629         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4630         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4631         * win32/common/interfaces-enumtypes.c:
4632         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4633         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4634         (gst_mixer_track_flags_get_type),
4635         (gst_tuner_channel_flags_get_type):
4636         * win32/common/multichannel-enumtypes.c:
4637         (gst_audio_channel_position_get_type):
4638         * win32/common/pbutils-enumtypes.c:
4639         (gst_install_plugins_return_get_type):
4640         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4641         in the win32 build directory.
4642
4643 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4644
4645         * tests/check/Makefile.am:
4646         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4647
4648         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4649         * tests/check/elements/playbin.c:
4650         * tests/check/libs/mixer.c: (test_element_interface_supported),
4651         (gst_implements_interface_init):
4652         * tests/check/libs/rtp.c: (GST_START_TEST):
4653         Fix various assignment type mismatches.
4654
4655 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4656
4657         * configure.ac:
4658         * gst-libs/gst/rtsp/Makefile.am:
4659         Add test to see if hstrerror is available or if we need libresolv
4660         (Solaris) for it, then use it in libgstrtsp.
4661
4662 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4663
4664         * gst-libs/gst/tag/Makefile.am:
4665         Fix include path order
4666
4667 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4668
4669         * gst-libs/gst/pbutils/install-plugins.c:
4670         (gst_install_plugins_context_copy),
4671         (gst_install_plugins_context_get_type):
4672         * gst-libs/gst/pbutils/install-plugins.h:
4673         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4674         for bindings.
4675
4676 2008-01-11  Michael Smith <msmith@fluendo.com>
4677
4678         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4679         (_theora_granule_frame), (_theora_granule_start_time),
4680         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4681           Adapt for post-alpha meaning of granulepos, when we
4682           have a newer version of libtheora.
4683         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4684         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4685         (theora_enc_is_discontinuous), (theora_enc_chain):
4686           Likewise.
4687         * tests/check/Makefile.am:
4688           Link libtheora into theoraenc test so we can check which version of
4689           libtheora we're testing against.
4690         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4691         (check_buffer_granulepos),
4692         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4693         (theoraenc_suite):
4694           Adapt tests to check the values that are now defined for theora; make
4695           the tests backwards-adapt the passed values if we're running against an
4696           old libtheora.
4697           Fixes #497964
4698
4699 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4700
4701         * gst-libs/gst/audio/gstbaseaudiosink.c:
4702           (gst_base_audio_sink_class_init):
4703         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4704           (gst_base_audio_src_class_init):
4705           Ref audio clock class from a thread-safe context to make sure
4706           we're not bit by GObjects lack of thread-safety here (#349410),
4707            however unlikely that may be in practice.
4708
4709 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4710
4711         * autogen.sh:
4712           Add -Wno-portability to the automake parameters to stop warnings
4713           about GNU make extensions being used. We require GNU make in almost
4714           every Makefile anyway.
4715           
4716         * configure.ac:
4717           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4718           at the same time is required for per target flags.
4719
4720 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4721
4722         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4723           Post an error message if we can't pull as many bytes as we need
4724           for the tag. This makes sure the user gets to see a proper error
4725           message if a file with a partial ID3 tag is fed to decodebin, and
4726           not a 'no ID3 tag demuxer' error, which would be confusing
4727           (see #508138).
4728
4729 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4730
4731         * gst-libs/gst/pbutils/descriptions.c: (formats):
4732           Add description strings for ID3, APE, and ICY tags.
4733
4734 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4735
4736         * gst/playback/gstdecodebin.c: (try_to_link_1):
4737           Make sure we error out correctly if we can't activate one of
4738           the elements we've added.  Fixes #508138.
4739           
4740 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4741
4742         Patch by: Bastien Nocera <hadess at hadess net>
4743
4744         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4745           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4746           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4747           the volume is the same for all channels. This works around
4748           some problem in alsa that leaves us with inconsistent state
4749           for some reason (#486840).
4750
4751 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4752
4753         Patch by: Jerone Young <jerone at gmail com>
4754
4755         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4756           If there's no mixer track by the name of 'Master' or 'Front',
4757           check if there's one called 'PCM' before trying the generic
4758           fallback logic (fixes #506928, where we pick 'Mic' as master
4759           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4760
4761 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4762
4763         * gst/playback/gstplay-enum.c:
4764         (register_gst_autoplug_select_result),
4765         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4766         (gst_play_flags_get_type):
4767         * gst/playback/gstplay-enum.h:
4768         Add enums for configuration flags.
4769
4770         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4771         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4772         (gst_play_bin_get_property), (no_more_pads_cb),
4773         (autoplug_select_cb), (gst_play_bin_change_state):
4774         Merge mode with flags.
4775         Add more property getters/setters, defaults and docs.
4776         Add properties to get number of audio/video/text streams.
4777         Create sink object in _init so that we can always rely on it being
4778         there.
4779
4780         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4781         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4782         (activate_vis), (gst_play_sink_reconfigure),
4783         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4784         (gst_play_sink_change_state):
4785         * gst/playback/gstplaysink.h:
4786         Use flags to configure the sink pipelines.
4787         Add tee before audio pipeline so that we can use it for visualisations.
4788         Start working on integrating visualisations.
4789         Remove mode, we can do everything with the flags now.
4790         Add method to configue the sink pipeline.
4791
4792 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
4793
4794         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4795           (check_buffer_timestamp), (check_buffer_duration):
4796           Turn these functions into macros so we can see right away
4797           where the failure occured.
4798
4799 2008-01-05  Julien Moutte  <julien@fluendo.com>
4800
4801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4802         debugging information to understand how X calculates the stride
4803         for XvImages.
4804
4805 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4806
4807         * gst/volume/Makefile.am:
4808         * gst/volume/gstvolume.c: (volume_choose_func),
4809         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
4810         (volume_setup):
4811         * gst/volume/gstvolume.h:
4812         Use GstAudioFilter as base class for the volume element instead of
4813         plain GstBaseTransform.
4814
4815 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4816
4817         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
4818         Don't set element details for the abstract GstAudioFilter class.
4819
4820 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
4821
4822         * gst-libs/gst/audio/gstaudiofilter.c:
4823         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
4824         Implement get_unit_size() vmethod of GstBaseTransform.
4825
4826 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
4827
4828         * gst-libs/gst/pbutils/Makefile.am:
4829         * gst-libs/gst/pbutils/pbutils.h:
4830         Use glib-enum generator to have a proper enum GType for
4831         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
4832
4833 2007-12-31  David Schleef  <ds@schleef.org>
4834
4835         * tests/check/Makefile.am:
4836         * tests/check/pipelines/theoraenc.c:
4837           Reenable theoraenc test, which fails on the buildbot but
4838           not locally.
4839
4840 2007-12-31  David Schleef  <ds@schleef.org>
4841
4842         * docs/libs/.cvsignore:
4843         * docs/plugins/.cvsignore:
4844           Add *-undeclared.txt to fix buildbot.
4845
4846 2007-12-31  David Schleef  <ds@schleef.org>
4847
4848         * tests/check/Makefile.am:
4849           Second attempt at disabling theoraenc test long enough to
4850           get buildbot to compile -base.
4851
4852 2007-12-31  David Schleef  <ds@schleef.org>
4853
4854         * tests/check/pipelines/theoraenc.c:
4855           Disable theoraenc test long enough to get the buildbot to
4856           compile a recent -base.
4857
4858 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4859
4860         * tests/examples/seek/seek.c: (stop_cb):
4861         Make sure we reset the slider value to 0.0 without racing against a
4862         possible g_idle that sets it to something else.
4863
4864 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
4865
4866         * sys/ximage/ximagesink.c:
4867         fix typo
4868
4869 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4870
4871         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
4872         * gst-libs/gst/rtsp/gstrtspdefs.h:
4873         Add Location header so that we can start implementing redirects.
4874         See #506025.
4875
4876 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4877
4878         * gst/subparse/gstssaparse.c:
4879         combine if's
4880
4881 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4882
4883         * gst/subparse/gstssaparse.c:
4884         remove duplicate log message
4885
4886 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
4887
4888         * ext/libvisual/visual.c: (gst_visual_chain):
4889         Fix 'xyz may be used uninitialized' compiler warnings caused
4890         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
4891         abort() in any case but properly report the error.
4892
4893 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4894
4895         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4896         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4897         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4898         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
4899         (autoplug_select_cb), (activate_group), (deactivate_group),
4900         (setup_next_source), (save_current_group),
4901         (gst_play_bin_change_state):
4902         Code cleanups.
4903         Remove next-uri, we can use the uri property just fine.
4904         Fix some crasher.
4905         Unref uridecodebin when switching.
4906         Fix going to READY.
4907
4908         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4909         (gst_play_sink_init), (gst_play_sink_dispose),
4910         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
4911         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
4912         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
4913         (gst_play_sink_set_property), (gst_play_sink_get_property),
4914         (gen_video_chain), (gen_text_element), (gen_audio_chain),
4915         (gen_vis_element), (gst_play_sink_get_mode),
4916         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
4917         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
4918         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
4919         (gst_play_sink_change_state):
4920         * gst/playback/gstplaysink.h:
4921         Add some locking to make things threadsafe.
4922
4923         * gst/playback/test7.c: (about_to_finish_cb):
4924         Fix test.
4925
4926 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
4927
4928         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
4929           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
4930           (gst_video_scale_transform):
4931           Don't claim to be able to handle/transform caps that can't really
4932           be handled by the currently selected scaling method (here: RGB or
4933           packed YUV with 4-tap method). Also add locking to method property.
4934
4935         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
4936           (test_basetransform_based):
4937           Some test pipelines for the above (not entirely valgrind clean yet
4938           apparently).
4939
4940 2007-12-21  David Schleef  <ds@schleef.org>
4941
4942         * gst-libs/gst/video/video.c:
4943         * gst-libs/gst/video/video.h:
4944           Add additional RGBA and RGB-24 video formats.
4945
4946 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4947
4948         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
4949           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
4950           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
4951         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
4952           (cddabasesrc_suite):
4953           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
4954           deprecated in the future (see #498924).
4955
4956 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4957
4958         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
4959           Don't leak event.
4960
4961 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
4962
4963         * gst-libs/gst/riff/riff-read.c:
4964         Use GST_ROUND_UP_2 macro
4965
4966 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4967
4968         * gst/playback/.cvsignore:
4969           Ignore more.
4970
4971 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4972
4973         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4974         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
4975           (set_active_source):
4976         * gst/playback/gstplaybasebin.h:
4977         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4978           (setup_sinks), (playbin_set_subtitles_visible):
4979           Make switching off of subtitles work. To avoid all kind of
4980           problems with unlinking of the subtitle input, we just keep
4981           the subtitle inputs linked as they are and tell textoverlay
4982           not to render them. Fixes #373011.
4983           Other subtitle switching issues (esp. when there are both
4984           external and in-stream subtitles) remain. They'll be solved
4985           in playbin2.
4986
4987 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4988
4989         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
4990         Init the pad segment too.
4991
4992 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4993
4994         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4995         (gst_audioringbuffer_open_device),
4996         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
4997         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4998         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
4999         (gst_audio_sink_create_ringbuffer):
5000         Improve debug output.
5001
5002         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5003         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5004         Prevent some functions from doing things and failing when the
5005         ringbuffer is not yet acquired.
5006
5007 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5008
5009         * gst-libs/gst/interfaces/interfaces.h:
5010           Also remove interfaces.h from CVS as it is not needed anymore.
5011
5012 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5013
5014         * gst-libs/gst/interfaces/Makefile.am:
5015           interfaces.h is not used anymore so remove it from the build
5016           process.
5017
5018 2007-12-17  David Schleef  <ds@schleef.org>
5019
5020         * gst/videotestsrc/gstvideotestsrc.c:
5021         * gst/videotestsrc/gstvideotestsrc.h:
5022           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5023           for testing vertical refresh synchronization.
5024
5025 2007-12-17  David Schleef  <ds@schleef.org>
5026
5027         * docs/libs/gst-plugins-base-libs-sections.txt:
5028         * gst-libs/gst/video/video.c:
5029         * gst-libs/gst/video/video.h:
5030           Add new GstVideFormat enum and write a bunch of helper functions
5031           based around it.
5032
5033 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5034
5035         * Makefile.am:
5036           Use new common/win32.mak.
5037
5038 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5039
5040         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5041         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5042         Add debug info.
5043         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5044         the parent state change function, just like the audiosink, because the
5045         parent waits for the element to finish its processing before completing
5046         the state change. This makes going to PAUSED a lot snappier.
5047         When going from READY to PAUSED, don't allow the ringbuffer to start
5048         yet.
5049
5050 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5051
5052         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5053         Yet another fix for broken software that produce files with an empty
5054         blockalign field. Instead of completely failing, make a second attempt
5055         at guessing the width/depth by looking at strf->size.
5056
5057 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5058
5059         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5060           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5061         * gst-libs/gst/pbutils/install-plugins.c:
5062           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5063         * gst-libs/gst/pbutils/missing-plugins.c:
5064           (gst_missing_plugin_message_get_installer_detail),
5065           (gst_missing_encoder_installer_detail_new):
5066         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5067         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5068           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5069           avoid compiler warnings (#503930).
5070
5071 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5072
5073         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5074         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5075         for jpeg video streams.
5076         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5077         for the above modification.
5078
5079 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5080
5081         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5082           (gst_x_overlay_handle_events):
5083           More guards (we don't want klass to end up being NULL).
5084
5085 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5086
5087         * configure.ac:
5088         * gst/volume/gstvolume.c: (gst_volume_init):
5089           Use new gst_base_transform_set_gap_aware() function as volume
5090           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5091           for this.
5092
5093 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5094
5095         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5096         Don't go to READY on EOS as this avoids testing of seeking and
5097         restarting after EOS, use the stop button when you want to READY.
5098         Don't try to do a flushing seek in segment-done, it does not make
5099         sense to use this for gapless playback and is not needed.
5100
5101 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5102
5103         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5104         (reset_rate_timer), (update_in_rates), (update_out_rates),
5105         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5106         (gst_queue_chain), (gst_queue_loop):
5107         Use separate timers for input and output rates.
5108         Pause measuring the output rate when we block for more data.
5109         See #503262.
5110
5111 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5112
5113         * gst/playback/gstqueue2.c: (gst_queue_chain):
5114         Pause the timer to measure the input rate when we block because the
5115         queue is filled. See #503262.
5116
5117 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5118
5119         Patch by: Peter Kjellerstedt  <pkj at axis com>
5120
5121         * gst-libs/gst/rtsp/gstrtspconnection.c:
5122         (gst_rtsp_connection_free):
5123         Close control sockets. Fixes #503440.
5124
5125 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5126
5127         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5128         Expose the right pad in the right place with the right element.
5129
5130 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5131
5132         * gst-libs/gst/pbutils/descriptions.c: (formats):
5133           Add description for 'private' dts caps (who come up with that name?).
5134
5135 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5136
5137         * Makefile.am:
5138           Add check-exports target and run it with 'make check'.
5139
5140         * configure.ac:
5141           Be stricter about what we export in our libraries: change regexp so that
5142           we only export _gst_foo(), but not __gst_foo().
5143
5144         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5145         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5146           Change internal functions to __gst_foo so they dont' get exported.
5147
5148         * win32/common/libgstaudio.def:
5149           Add missing symbols.
5150
5151 2007-12-11  David Schleef  <ds@schleef.org>
5152
5153         * ChangeLog: remove conflict markers
5154
5155 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5156
5157         * ext/gnomevfs/Makefile.am:
5158         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5159           Use gst_tag_freeform_string_to_utf8() here, which also takes
5160           into account any character sets specified by the user via
5161           environment variables.
5162
5163 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5164
5165         * gst/audioconvert/Makefile.am:
5166         Also link to libm.
5167
5168 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5169
5170         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5171         No need for floating point operations here. avoids having to link
5172         against the math library too.
5173
5174 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5175
5176         * gst-libs/gst/pbutils/descriptions.c: (formats),
5177           (format_info_get_desc):
5178         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5179           (GST_START_TEST):
5180           Add one or two missing formats.  Generate ADPCM description
5181           dynamically depending on layout/format.
5182
5183 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5184
5185         * configure.ac:
5186           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5187
5188 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5189
5190         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5191
5192         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5193           Some .srt files start with chunk number 0 and not chunk number 1,
5194           recognise and accept those as well (fixes #502497).
5195
5196         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5197           (test_src):
5198           Add unit test for the above.
5199
5200 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5201
5202         * gst/playback/gstplay-enum.c:
5203         (register_gst_autoplug_select_result),
5204         (gst_autoplug_select_result_get_type):
5205         * gst/playback/gstplay-enum.h:
5206         Add missing files.
5207
5208 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5209
5210         * gst/playback/Makefile.am:
5211         Group decodebin2 and uridecodebin into the same plugin so that they
5212         can share the GEnumType.
5213
5214         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5215         (_gst_select_accumulator), (gst_decode_bin_class_init),
5216         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5217         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5218         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5219         Add signal to sort factories instead of the more awkward autoplug-select
5220         signal.
5221         Modify autoplug_select so that we can try, skip or expose the
5222         autopluggin of an element on a pad.
5223
5224         * gst/playback/gstfactorylists.c: (compare_ranks),
5225         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5226         (element_filter), (gst_factory_list_get_elements),
5227         (gst_factory_list_debug), (gst_factory_list_filter):
5228         * gst/playback/gstfactorylists.h:
5229         Simplify the API, allow getting elements based on mask.
5230
5231         * gst/playback/gstplay-marshal.list:
5232         Add some more marshallers.
5233
5234         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5235         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5236         (autoplug_select_cb), (activate_group):
5237         Add support for managing non-raw sinks by providing a custom element and
5238         sink list to decodebin2.
5239         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5240         decodebin2.
5241
5242         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5243         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5244         * gst/playback/gstplaysink.h:
5245         Add support for raw and non-raw sinks. 
5246         Add support to force sinks selected by playbin2.
5247         Don't plug raw converters for non-raw sinks.
5248
5249         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5250         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5251         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5252         (plugin_init):
5253         Use right accumulators.
5254         Proxy new signal.
5255
5256 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5257
5258         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5259         Use runnning time as the base time instead of the timestamp.
5260         Spotted by Saur on IRC.
5261
5262 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5263
5264         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5265         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5266
5267 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5268
5269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5270         (gst_ogg_demux_read_chain):
5271         If we find a new serial number but it does not contain a BOS page, make
5272         sure we initialize the chain to NULL because else we will try to scan it
5273         and crash. Fixes #500763
5274
5275 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5276
5277         * gst/playback/Makefile.am:
5278         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5279         (get_feature_array), (decoders_filter), (sinks_filter),
5280         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5281         (gst_factory_list_filter):
5282         * gst/playback/gstfactorylists.h:
5283         Refactor some common code to filter factories and check caps compat.
5284
5285         * gst/playback/gstdecodebin.c:
5286         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5287         (gst_decode_bin_init), (gst_decode_bin_dispose),
5288         (gst_decode_bin_autoplug_continue),
5289         (gst_decode_bin_autoplug_factories),
5290         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5291         (find_compatibles):
5292         * gst/playback/gstplaybin.c:
5293         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5294         (gst_play_bin_init), (gst_play_bin_finalize),
5295         (autoplug_factories_cb), (activate_group):
5296         * gst/playback/gstqueue2.c:
5297         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5298         (proxy_autoplug_continue_signal),
5299         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5300         (proxy_drained_signal):
5301         Add some more debug info and use factor filtering code.
5302
5303 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5304
5305         * gst/audiotestsrc/gstaudiotestsrc.c:
5306         * gst/volume/gstvolume.c:
5307         * gst/volume/gstvolume.h:
5308           Add GAP-flag support.
5309
5310 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5311
5312         * tests/examples/seek/seek.c: (main): Increase the range of the
5313         rate selector as I would like to test QOS behavior at higher
5314         forward and reverse playback speed like say 64x.
5315
5316 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5317
5318         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5319         (audioresample_query), (audioresample_query_type),
5320         (gst_audioresample_set_property):
5321         Implement latency query.
5322
5323 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5324
5325         * gst-libs/gst/audio/gstbaseaudiosink.c:
5326         (gst_base_audio_sink_drain):
5327         Our EOS time contains the base_time, _wait_eos() expects a running_time
5328         so we have to subtract the base_time again before calling the function.
5329         This fixes an EOS regression where the base_time was added twice and EOS
5330         took longer and longer in certain situations.
5331         Fixes #498767.
5332
5333 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5334
5335         * docs/libs/gst-plugins-base-libs-sections.txt:
5336         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5337         (gst_base_audio_sink_set_provide_clock),
5338         (gst_base_audio_sink_get_provide_clock),
5339         (gst_base_audio_sink_set_slave_method),
5340         (gst_base_audio_sink_get_slave_method),
5341         (gst_base_audio_sink_set_property),
5342         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5343         (gst_base_audio_sink_none_slaving),
5344         (gst_base_audio_sink_handle_slaving):
5345         * gst-libs/gst/audio/gstbaseaudiosink.h:
5346         Expose methods for some object properties so that subclasses can more
5347         easily configure them.
5348         Added slave method none, that completely disables slaving to the
5349         internal clock.
5350         API: gst_base_audio_sink_set_provide_clock()
5351         API: gst_base_audio_sink_get_provide_clock()
5352         API: gst_base_audio_sink_set_slave_method()
5353         API: gst_base_audio_sink_get_slave_method()
5354
5355         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5356         (gst_base_audio_src_set_provide_clock),
5357         (gst_base_audio_src_get_provide_clock),
5358         (gst_base_audio_src_set_property),
5359         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5360         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5361         Expose methods for some object properties so that subclasses can more
5362         easily configure them.
5363         API: gst_base_audio_src_set_provide_clock()
5364         API: gst_base_audio_src_get_provide_clock()
5365
5366 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5367
5368         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5369
5370         * gst-libs/gst/sdp/gstsdpmessage.c:
5371         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5372
5373 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5374
5375         * tests/check/libs/fft.c: (GST_START_TEST):
5376         Fix scaling to really have dB instead of something else.
5377
5378 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5379
5380         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5381         GTK version, use it.
5382
5383 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5384
5385         * tests/examples/seek/seek.c: (main): Try to support stable version
5386         of GTK.
5387
5388 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5389
5390         * gst/playback/README:
5391         * gst/playback/test7.c:
5392           Fix the build + little README update.
5393
5394 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5395
5396         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5397         Add playbin2 seek pipeline.
5398
5399 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5400
5401         * gst/playback/Makefile.am:
5402         * gst/playback/gstplayback.c: (plugin_init):
5403         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5404         (eos_cb), (about_to_finish_cb), (main):
5405         Add playbin2.
5406         Added gapless playback example.
5407
5408         * gst/playback/gstplaybasebin.c:
5409         * gst/playback/gstplaybasebin.h:
5410         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5411         * gst/playback/gstqueue2.c:
5412         * gst/playback/test.c:
5413         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5414         (pad_removed_cb):
5415         * gst/playback/gststreaminfo.h:
5416         Change email.
5417
5418         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5419         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5420         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5421         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5422         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5423         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5424         (drained_cb), (unlink_group), (activate_group),
5425         (setup_next_source), (gst_play_bin_change_state),
5426         (gst_play_bin2_plugin_init):
5427         Added raw first version of playbin2. Does chained oggs and gapless
5428         playback fine. No support for raw sinks yet. No visualisations or
5429         subtitles yet.
5430
5431         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5432         (gst_play_sink_class_init), (gst_play_sink_init),
5433         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5434         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5435         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5436         (gst_play_sink_set_property), (gst_play_sink_get_property),
5437         (post_missing_element_message), (free_chain), (add_chain),
5438         (activate_chain), (gen_video_chain), (gen_text_element),
5439         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5440         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5441         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5442         (gst_play_sink_send_event), (gst_play_sink_change_state):
5443         * gst/playback/gstplaysink.h:
5444         Added Element that abstracts the sinks and their pipelines for playbin2.
5445
5446 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5447
5448         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5449         (gst_selector_pad_class_init), (gst_selector_pad_init),
5450         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5451         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5452         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5453         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5454         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5455         (gst_stream_selector_init), (gst_stream_selector_set_property),
5456         (gst_stream_selector_get_linked_pad),
5457         (gst_stream_selector_getcaps),
5458         (gst_stream_selector_is_active_sinkpad),
5459         (gst_stream_selector_activate_sinkpad),
5460         (gst_stream_selector_get_linked_pads),
5461         (gst_stream_selector_request_new_pad),
5462         (gst_stream_selector_release_pad):
5463         * gst/playback/gststreamselector.h:
5464         Improve streamselector, make it select and unselect the current pad more
5465         intelligently. 
5466         Subclass GstPad for the sinkpads of the selector.
5467         Handle segments more correctly.
5468         Fix caps negotiation.
5469         Implement release_pad.
5470
5471 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5472
5473         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5474         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5475         (remove_fakesink):
5476         Add drained signal fired when decodebin finishes decoding the data.
5477         Remove deprecated STATE_DIRTY message.
5478
5479         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5480         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5481         (analyse_source), (proxy_drained_signal), (make_decoder),
5482         (source_new_pad), (value_list_append_structure_list),
5483         (handle_redirect_message), (handle_message):
5484         Proxy the new drained signal.
5485         Handle pad removed from decodebin.
5486         Handle redirect messages by sorting multiple redirections based on the
5487         connection speed.
5488
5489 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5490
5491         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5492
5493         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5494         Fix leaking headers. Fixes #496761.
5495
5496 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5497
5498         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5499
5500         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5501         (gst_ximagesink_change_state):
5502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5503         Don't leak the PAR on errors. Fixes #496731.
5504
5505 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5506
5507         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5508           (gst_tag_from_id3_user_tag):
5509           Add mapping for audio cd discid tags, so we can extract
5510           them from tags as well (see #347848). Also compare identifiers
5511           in ID3v2 TXXX frames in a case-insensitive way to increase
5512           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5513
5514 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5515
5516         * gst-plugins-base.doap:
5517         Oops, fix the release name.
5518
5519 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5520
5521         * gst-plugins-base.doap:
5522         Add 0.10.15 release
5523
5524 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5525
5526         * configure.ac:
5527         Back to CVS
5528
5529 === release 0.10.15 ===
5530
5531 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5532
5533         * configure.ac:
5534           releasing 0.10.15, "No need to argue"
5535
5536 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5537
5538         * win32/vs6/libgstfft.dsp:
5539         Convert line endings to DOS.
5540
5541 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5542
5543         * win32/vs6/gst_plugins_base.dsw:
5544         * win32/vs6/libgstfft.dsp:
5545         * win32/MANIFEST:
5546         Add a project file for fft plugin and remove socket
5547         based plugin which don't build from the workspace.
5548         * win32/vs6/libgstaudio.dsp:
5549         * win32/vs6/libgstrtp.dsp:
5550         * win32/vs6/libgsttag.dsp:
5551         Convert line endings back to DOS.
5552         Fixes #496724
5553
5554 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5555
5556         * win32/vs6/libgstinterfaces.dsp:
5557         * win32/vs6/libgstrtsp.dsp:
5558         Convert line endings back to DOS
5559
5560 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5561
5562         * gst-libs/gst/fft/kiss_fft_f32.h:
5563         * gst-libs/gst/fft/kiss_fft_f64.h:
5564         * gst-libs/gst/fft/kiss_fft_s16.h:
5565         * gst-libs/gst/fft/kiss_fft_s32.h:
5566         Don't include malloc.h which doesn't exist on Mac OSX.
5567         Instead, pull in glib.h and use g_malloc/g_free for 
5568         consistency. Fixes: #496548
5569
5570 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5571
5572         * gst/playback/gstdecodebin2.c:
5573           Dont leak ghostpad. Fixes #475451.
5574
5575 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5576
5577         * docs/design/design-decodebin.txt:
5578         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5579         Update some more docs and comments.
5580
5581 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5582
5583         Patch by: Sebastien Moutte  <sebastien moutte net>
5584
5585         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5586           (gst_rtcp_unix_to_ntp):
5587         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5588           Fix some C99-isms and and a missing function that some versions of
5589           MSVC don't like too much (#494346).
5590
5591         * win32/vs6/gst_plugins_base.dsw:
5592         * win32/vs6/libgstaudio.dsp:
5593         * win32/vs6/libgstrtp.dsp:
5594         * win32/vs6/libgsttag.dsp:
5595           Update vs6 projects files (#494346).
5596
5597 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5598
5599         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5600
5601         * win32/common/libgstaudio.def:
5602         * win32/common/libgstcdda.def:
5603         * win32/common/libgstinterfaces.def:
5604         * win32/common/libgstnetbuffer.def:
5605         * win32/common/libgstpbutils.def:
5606         * win32/common/libgstrtp.def:
5607         * win32/common/libgstrtsp.def:
5608         * win32/common/libgsttag.def:
5609         * win32/common/libgstvideo.def:
5610           More missing symbols to export (fixes #493986).
5611
5612 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5613
5614         * docs/libs/gst-plugins-base-libs-sections.txt:
5615         * gst-libs/gst/fft/gstfftf32.c:
5616         * gst-libs/gst/fft/gstfftf32.h:
5617         * gst-libs/gst/fft/gstfftf64.c:
5618         * gst-libs/gst/fft/gstfftf64.h:
5619         * gst-libs/gst/fft/gstffts16.c:
5620         * gst-libs/gst/fft/gstffts16.h:
5621         * gst-libs/gst/fft/gstffts32.c:
5622         * gst-libs/gst/fft/gstffts32.h:
5623         * tests/check/libs/fft.c: (GST_START_TEST):
5624         Remove the magnitude and phase calculation functions as these have
5625         very special use cases and can't even be used for the spectrum
5626         element. Also adjust the docs to mention some properties of the used
5627         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5628
5629 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5630
5631         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5632           (finish_source):
5633           Avoid crash when there are external subtitles (fixes #491722).
5634
5635 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5636
5637         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5638         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5639           'Could not open resource for writing' is not an acceptable
5640           error message when we can't open the audio device (see #492334),
5641           even less so when we're trying to open it to record something.
5642
5643 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5644
5645         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5646
5647         * win32/common/libgstrtp.def:
5648           Add some more missing symbols (#492813).
5649
5650 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5651
5652         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5653
5654         * tests/check/elements/audioconvert.c: (verify_convert):
5655           Add check to make sure that the out caps have a channel layout
5656           set on them where they should have one.
5657
5658 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5659
5660         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5661
5662         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5663         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5664           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5665           (#492306).
5666
5667         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5668           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5669           (it disappeared in GLib 2.14.0) (#492306).
5670
5671         * gst-libs/gst/sdp/Makefile.am:
5672         * gst-libs/gst/sdp/gstsdpmessage.c:
5673           Fix includes and LIBS for win32/Mingw (#492306).
5674
5675         * tests/examples/dynamic/addstream.c (pause_play_stream):
5676           Use more portable g_usleep() instead of sleep() (#492306).
5677
5678 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5679
5680         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5681
5682         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5683           (gst_ring_buffer_parse_caps):
5684           Return NULL instead of an enum that happens to be 0, fixes warning
5685           on MSVC (#492114).
5686
5687         * gst-libs/gst/audio/gstringbuffer.h:
5688           No trailing commas in enum list (for gcc-2.9x).
5689
5690         * gst/videotestsrc/videotestsrc.c: (random_char):
5691           Make information loss explicit instead of implicitly truncating to
5692           eight bits via the return value.  Fixes runtime error on MSVC when
5693           using the debug CRT (#492114).
5694
5695         * win32/common/config.h.in:
5696           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5697
5698         * win32/common/libgstinterfaces.def:
5699         * win32/common/libgstrtp.def:
5700           Export a few more symbols (#492114).
5701
5702 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5703
5704         * gst-libs/gst/audio/audio.c:
5705         * gst-libs/gst/audio/audio.h:
5706           Readd the deprecation guards, but preserve compilability.
5707
5708 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5709
5710         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5711           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5712           Preserve channel layout when fixating the number of channels in the
5713           output caps, or make sure there's a suitable channel position layout
5714           set on the caps if required. Fixes #430677.
5715
5716 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5717
5718         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5719           Make sure the pipeline really operates in push mode as it should
5720           in this case.
5721
5722 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5723
5724         * gst-libs/gst/audio/audio.h:
5725           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5726           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5727           (ie. normal cvs builds) will fail.
5728
5729 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5730
5731         * docs/libs/Makefile.am:
5732         * gst-libs/gst/audio/audio.c:
5733         * gst-libs/gst/audio/audio.h:
5734         * gst-libs/gst/interfaces/mixer.c:
5735           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5736
5737 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5738
5739         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5740           (test_channel_layout_value_intersect), (audio_suite):
5741           Add simple unit test to make sure GstValue intersection
5742           of channel layouts works the way I think it does.
5743
5744 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5745
5746         * docs/libs/gst-plugins-base-libs-sections.txt:
5747         * gst-libs/gst/audio/gstaudiofilter.h:
5748         * gst-libs/gst/interfaces/mixer.h:
5749         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5750         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5751         * gst-libs/gst/sdp/gstsdpmessage.c:
5752           Fix the docs according to what gtk-doc complained about.
5753
5754 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5755
5756         * tests/icles/stress-playbin.c:
5757           Fix the build.
5758
5759 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5760
5761         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5762         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5763           Post nice/more useful error message if we don't have a decoder for
5764           the primary type.
5765
5766 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5767
5768         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5769         Be a bit more useful, unblock the pads after we fired the no-more-pads
5770         signal so that we can use the signal to inspect and connect all pads
5771         without having to keep extra state outside of decodebin.
5772
5773 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5774
5775         * gst/playback/gsturidecodebin.c:
5776         (gst_uri_decode_bin_autoplug_continue),
5777         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5778         Implement default signal handler so that we return TRUE when nothing is
5779         connected.
5780
5781 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5782
5783         * gst-libs/gst/riff/riff-media.c:
5784         (gst_riff_wavext_add_channel_layout),
5785         (gst_riff_wave_add_default_channel_layout),
5786         (gst_riff_wavext_get_default_channel_mask),
5787         (gst_riff_create_audio_caps):
5788         Use the ALSA channel layout as default for wav files without channel
5789         layout information. This fixes playback of chan-id.wav on 5.1 systems
5790         for example. Also refactor the channel layout setting a bit and add
5791         more default channel orders. Fixes #489010.
5792
5793 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5794
5795         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5796           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5797           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5798           instead.
5799
5800 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
5801
5802         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5803         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5804         (gst_decode_bin_set_subs_encoding),
5805         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5806         (gst_decode_bin_get_property), (analyze_new_pad):
5807         Move subtitle encoding property to decodebin2 so that it can set the
5808         property value on all elements that it autoplugs and that require it.
5809         Make caps refcounting more consistent in get/set.
5810
5811         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
5812         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5813         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5814         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
5815         (proxy_autoplug_continue_signal),
5816         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5817         (make_decoder):
5818         Proxy properties and relevant signals from the internal decodebin.
5819         Make properties MT safe.
5820
5821 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5822
5823         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
5824         * gst-libs/gst/tag/tags.c:
5825           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
5826           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
5827
5828         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
5829           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
5830
5831         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
5832           (gst_tag_to_vorbis_comments):
5833           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
5834           just mapping everything I found in the wild) (#414539).
5835
5836 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
5837
5838         Inspired by patch of: René Stadler <mail at renestadler dot de>
5839
5840         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5841         (gst_decode_bin_autoplug_continue),
5842         (gst_decode_bin_autoplug_factories),
5843         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
5844         (find_compatibles):
5845         * gst/playback/gstplay-marshal.list:
5846         Remove the autoplug-sort signal and replace it with a binding friendly
5847         autoplug-select signal.
5848         Add an autoplug-factories signal that can be used to generate a list of
5849         factories to try to autoplug.
5850         Add the GstPad to the autoplugging signal args as it might be needed to
5851         make a good factory selection.
5852         Fix up the marshallers for this. Fixes #407282.
5853
5854 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5855
5856         * gst-libs/gst/tag/gsttagdemux.c:
5857           Don't abort with an assertion if we receive a seek event with
5858           a start type of NONE (see launchpad bug #155878).
5859
5860 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5861
5862         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5863         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5864         (gst_ximagesink_change_state), (gst_ximagesink_reset):
5865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
5866         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
5867         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
5868         Make sure that before we clean up the X resources, we shutdown and join
5869         the event thread.
5870         Also make sure the event thread does not shut down immediatly after
5871         startup because the running variable is not yet correctly set.
5872         Fixes #378770. 
5873
5874 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5875
5876         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
5877         Make the window for a race in typefind and shutting down smaller until
5878         we figure out the right locking here. Avoids #485753 usually.
5879
5880         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
5881         Remove unneeded lock causing a race in typefind and shutting down.
5882         Fixes #485753.
5883
5884         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5885         Also remove sinks when going to NULL because we might not complete the
5886         state change to PAUSED, causing the PAUSED->READY state change not to
5887         happen.
5888
5889 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5890
5891         * gst-libs/gst/audio/gstbaseaudiosink.c:
5892         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
5893         Also explicitly release the ringbuffer when going to NULL because it
5894         is required in the setcaps function, before the state change to PAUSED
5895         completes.
5896
5897 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
5898
5899         * tests/icles/.cvsignore:
5900         * tests/icles/Makefile.am:
5901         * tests/icles/stress-playbin.c:
5902           Does what it says on the tin.
5903
5904 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
5905
5906         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
5907         Fix queue negotiation. See #486758.
5908
5909 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5910
5911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5912         (gst_xvimagesink_xwindow_new),
5913         (gst_xvimagesink_update_colorbalance),
5914         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
5915
5916         Fix handling of some of the X atoms. If the last parameter is True,
5917         XInternAtom won't create the atom if it doesn't exist, and therefore
5918         might return None. This causes X errors on Xv implementations that
5919         don't provide the colour balance attributes.
5920
5921 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5922
5923         * gst-libs/gst/tag/gstvorbistag.c:
5924         * tests/check/libs/tag.c:
5925           Extract vorbis comment LICENSE tags correctly.
5926
5927 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5928
5929         Patch by: Jason Kivlighn  <jkivlighn gmail com>
5930
5931         * gst-libs/gst/tag/gstid3tag.c:
5932         * tests/check/libs/tag.c:
5933           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
5934
5935 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5936
5937         * gst-libs/gst/tag/gsttagdemux.c:
5938           Don't error out when a buggy downstream element doesn't
5939           handle the newsegment event we send properly (especially
5940           not without posting a meaningful error message on the
5941           bus). See bug #471370 and launchpad bug #136264.
5942
5943 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
5944
5945         * gst-libs/gst/audio/gstbaseaudiosink.c:
5946         (gst_base_audio_sink_drain):
5947         Use new basesink method to make our EOS drain interruptable.
5948
5949 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
5950
5951         * gst-libs/gst/rtp/gstrtppayloads.c:
5952         Fix silly search-replace oversight.
5953
5954 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
5955
5956         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5957
5958         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
5959         (gst_basertppayload_set_outcaps):
5960         Fix caps memleak. Fixes #484989.
5961
5962
5963 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5964
5965         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5966         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
5967         Fix debug output.
5968
5969 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5970
5971         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5972         (gst_base_audio_src_create):
5973         Also handle the case where there is no clock set on the audio source,
5974         like in the unit tests.
5975
5976 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5977
5978         * gst-libs/gst/rtp/gstrtppayloads.c:
5979         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
5980         to avoid compiler warnings
5981
5982 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5983
5984         * gst/playback/gstdecodebin.c: (type_found),
5985         (gst_decode_bin_change_state):
5986         * gst/playback/gstdecodebin2.c: (type_found),
5987         (gst_decode_bin_change_state):
5988         Don't disconnect the have_type signal because we never reconnect it
5989         later on. Instead keep a variable to see if we already detected a type.
5990
5991 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5992
5993         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
5994         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
5995         (type_found):
5996         Unlink the signal handler when we found the type, we're not going to do
5997         anything sensible with more type_found signals anyway.
5998
5999 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6000
6001         * gst-libs/gst/tag/gsttagdemux.c:
6002           Don't leak caps.
6003
6004 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6005
6006         * gst-libs/gst/tag/Makefile.am:
6007         * gst-libs/gst/tag/gsttagdemux.c:
6008         * gst-libs/gst/tag/gsttagdemux.h:
6009           API: add GstTagDemux base class for simple tag demuxers.
6010
6011         * docs/libs/gst-plugins-base-libs-docs.sgml:
6012         * docs/libs/gst-plugins-base-libs-sections.txt:
6013           Add GstTagDemux to docs.
6014
6015 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6016
6017         * gst-libs/gst/rtp/gstrtpbuffer.c:
6018         (gst_rtp_buffer_get_payload_subbuffer):
6019         Fix bug introduced with last commit which inverted the logic and
6020         caused all buffers to be dropped. Fixes #483620.
6021         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6022
6023 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6024
6025         * gst-libs/gst/rtp/gstrtpbuffer.c:
6026           Replace g_return_if_val (as it could be disabled), with regular return
6027           and warning.
6028
6029 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6030
6031         * tests/check/pipelines/simple-launch-lines.c:
6032           Print message name and not just number.
6033
6034 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6035
6036         * gst-libs/gst/audio/gstbaseaudiosink.c:
6037         (gst_base_audio_sink_async_play):
6038         When slaved to the clock, don't try to align a sample with the previous
6039         one when going to PLAYING again.
6040
6041 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6042
6043         * tests/examples/snapshot/snapshot.c:
6044           Fix the build.
6045
6046 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6047
6048         * gst-libs/gst/sdp/gstsdpmessage.h:
6049         Add RFC 3556 bandwidth modifiers.
6050
6051 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6052
6053         * docs/libs/gst-plugins-base-libs-docs.sgml:
6054         * docs/libs/gst-plugins-base-libs-sections.txt:
6055         * gst-libs/gst/rtp/gstrtppayloads.c:
6056         Update documentation.
6057
6058 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6059
6060         * gst-libs/gst/rtp/Makefile.am:
6061         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6062         (gst_rtp_payload_info_for_name):
6063         * gst-libs/gst/rtp/gstrtppayloads.h:
6064         Added new file and header to deal with payload info.
6065
6066         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6067         (gst_rtp_buffer_default_clock_rate):
6068         * gst-libs/gst/rtp/gstrtpbuffer.h:
6069         Payload specific stuff is move to new headers.
6070         Implement _default_clock rate using the new payload function.
6071
6072         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6073         (gst_sdp_parse_line):
6074         * gst-libs/gst/sdp/gstsdpmessage.h:
6075         Add some more comments.
6076
6077 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6078
6079         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6080         (sdp_check_header), (sdp_type_find), (plugin_init):
6081         Add typefind function for application/sdp.
6082         Remove some old dirac typefind code that was ifdeffed out.
6083
6084 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6085
6086         * win32/common/libgstaudio.def:
6087         Add new exported functions.
6088         * win32/vs6/grammar.dsp:
6089         Add autogeneration and copy of some autegenerated files from win32/common
6090         for rtsp library.
6091         * win32/vs6/libgstaudioconvert.dsp:
6092         Add gstaudioquantize.c to the build.
6093         * win32/vs6/libgstinterfaces.dsp:
6094         Add videoorientation.c to the build.
6095         * win32/vs6/libgstriff.dsp:
6096         Add libgsttag to the link libraries list.
6097         * win32/vs6/libgstvolume.dsp:
6098         Add liboil to the link.
6099         * win32/vs6/gst_plugins_base.dsw:
6100         * win32/vs6/libgstrtsp.dsp:
6101         * win32/common/libgstrtsp.def:
6102         Add files to build libgstrtsp library.
6103         
6104 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6105
6106         * tests/examples/snapshot/snapshot.c: (main):
6107         Print error when pipeline failed to construct.
6108
6109 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6110
6111         * configure.ac:
6112         * gst-libs/gst/tag/gstid3tag.c:
6113         * gst-libs/gst/tag/gstvorbistag.c:
6114           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6115           and ID3v2 tags.
6116
6117 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6118
6119         * gst-libs/gst/floatcast/floatcast.h:
6120           Don't include config.h in an installed public header, this
6121           might break compilation of applications that don't have such
6122           a header and doesn't necessarily do what it's supposed to do
6123           anyway (ie. check for the lrint/lrintf defines) (#442065).
6124           Add docs for the various macros and document how this header
6125           has to be used (link against libm, etc.); add a few FIXMEs;
6126           include math.h for non-c99 code path.  Based on patch by
6127           Jan Schmidt.
6128           
6129 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6130
6131         * configure.ac:
6132         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6133         of duplicating these macros in configure.ac.
6134
6135 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6136
6137         * po/hu.po:
6138         * po/sv.po:
6139         * po/uk.po:
6140           Updated translations to 0.10.14
6141
6142 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6143
6144         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6145
6146         * po/pl.po:
6147           Added Polish translation.
6148
6149 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6150
6151         translated by: Ilkka Tuohela <hile@iki.fi>
6152
6153         * po/fi.po:
6154           Added Finnish translation.
6155
6156 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6157
6158         translated by: Jorge González González <aloriel@gmail.com>
6159
6160         * po/es.po:
6161           Added Spanish translation.
6162
6163 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6164
6165         translated by: Mogens Jaeger <mogens@jaeger.tf>
6166
6167         * po/da.po:
6168           Added Danish translation.
6169
6170 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6171
6172         translated by: Funda Wang <fundawang@linux.net.cn>
6173
6174         * po/zh_CN.po:
6175           Added Chinese (simplified) translation.
6176
6177 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6178
6179         translated by: Alexander Shopov <ash@contact.bg>
6180
6181         * po/bg.po:
6182           Added Bulgarian translation.
6183
6184 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6185
6186         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6187         Fix compilation wrt printf arguments.
6188
6189 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6190
6191         * configure.ac:
6192         * tests/examples/Makefile.am:
6193         * tests/examples/snapshot/.cvsignore:
6194         * tests/examples/snapshot/Makefile.am:
6195         * tests/examples/snapshot/snapshot.c: (main):
6196         Add simple snapshot example program using appsink.
6197
6198 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6199
6200         * tests/check/generic/states.c:
6201           Improved state change unit test.
6202
6203 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6204
6205         * docs/plugins/.cvsignore:
6206         * tests/check/.cvsignore:
6207           Ignore registries in any format.
6208
6209 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6210
6211         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6212         (gst_base_rtp_depayload_chain),
6213         (gst_base_rtp_depayload_set_gst_timestamp):
6214         Only copy timestamp on outgoing packets if the depayloader did not set
6215         one.
6216         Also copy duration on outgoing packets.
6217
6218 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6219
6220         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6221         (gst_basertppayload_set_outcaps):
6222         Fix compilation because of missing %d in printf.
6223         When fixating caps, fixate what we can and throw away all remaining
6224         unfixed caps, subclasses should do something smart if they need to.
6225
6226 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6227
6228         * ext/gnomevfs/gstgnomevfssrc.c:
6229           Improve debug logs a bit and be more verbose if things go wrong.
6230
6231 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6232
6233         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6234         (gst_text_overlay_set_property):
6235         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6236         * gst-libs/gst/audio/gstbaseaudiosink.c:
6237         (gst_base_audio_sink_render):
6238         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6239         (gst_rtcp_unix_to_ntp):
6240         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6241         * gst/playback/gstqueue2.c:
6242         * tests/examples/seek/seek.c: (set_scale):
6243         Fix a bunch of compile warnings shown with Forte.
6244
6245         * gst/audiorate/gstaudiorate.c:
6246         Always pull in config.h before including any system headers.
6247
6248 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6249
6250         * gst/playback/gstqueue2.c: (update_buffering),
6251         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6252         (gst_queue_handle_sink_event), (gst_queue_chain),
6253         (gst_queue_push_one), (gst_queue_sink_activate_push),
6254         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6255         Also fix #476514 for queue2.
6256
6257 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6258
6259         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6260         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6261         (gst_base_rtp_depayload_chain),
6262         (gst_base_rtp_depayload_handle_sink_event),
6263         (gst_base_rtp_depayload_push_full),
6264         (gst_base_rtp_depayload_set_gst_timestamp),
6265         (gst_base_rtp_depayload_change_state):
6266         Remove code to deal with RTP to GST time conversion, we now just copy
6267         the GST timestamp we receive to the outgoing buffers.
6268         Handle segment and flushes correctly.
6269
6270         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6271         When we have no valid input timestamp, use the previous rtp timestamp on
6272         the outgoing RTP packet instead of the RTP base time.
6273
6274 2007-09-15  David Schleef  <ds@schleef.org>
6275
6276         * ext/alsa/gstalsa.c:
6277         * ext/alsa/gstalsadeviceprobe.c:
6278         * ext/alsa/gstalsamixer.c:
6279         * ext/alsa/gstalsasink.c:
6280         * ext/alsa/gstalsasrc.c:
6281           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6282
6283 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6284
6285         * gst-libs/gst/rtp/gstbasertppayload.c:
6286         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6287         Add some debug info when negotiating caps.
6288
6289 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6290
6291         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6292         A buffer with an empty payload is also a valid buffer.
6293
6294 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6295
6296         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6297         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6298         (gst_basertppayload_change_state):
6299         Make sure we start our RTP timestamp from the random base RTP
6300         timestamp even if the buffer timestamp starts from some random value.
6301
6302 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6303
6304         * configure.ac:
6305         * tests/examples/Makefile.am:
6306         * tests/examples/dynamic/.cvsignore:
6307         * tests/examples/dynamic/Makefile.am:
6308         * tests/examples/dynamic/addstream.c: (create_stream),
6309         (pause_play_stream), (message_received), (eos_message_received),
6310         (perform_step), (main):
6311         Add simple exmple app to demonstrate starting and pausing live and
6312         non-live bins in a PLAYING pipeline.
6313
6314 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6315
6316         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6317         typefind for QCP files (RFC #3625)
6318
6319 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6320
6321         * gst-libs/gst/audio/gstbaseaudiosink.c:
6322         (gst_base_audio_sink_init):
6323         Disable pull mode scheduling, we're not ready for it yet and it subtly
6324         breaks a lot of things.
6325
6326 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6327
6328         * tests/check/elements/libvisual.c:
6329           Test all libvisual plugins, not just the first one; this reproduces
6330           bug #450336 quite easily.  Looks like a problem with the 'jess'
6331           visualisation.
6332
6333 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6334
6335         * tests/check/Makefile.am:
6336         * tests/check/elements/.cvsignore:
6337         * tests/check/elements/libvisual.c:
6338           Add basic libvisual test case in an attempt to reproduce bug #450336.
6339           Doesn't reproduce that bug, but some other crasher instead (invalid
6340           free), at least with make elements/libvisual.forever and the bumscope
6341           plugin on x86-64/gutsy. Leaving test disabled for now.
6342
6343 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6344
6345         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6346
6347         * gst-libs/gst/rtsp/gstrtspconnection.c:
6348         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6349         (read_body), (gst_rtsp_connection_receive):
6350         Make sure we can not cancel in the middle of receiving a message.
6351         Fixes #475731.
6352
6353 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6354
6355         Patch by: Josep Torra Valles <josep@fluendo.com>
6356
6357         * gst/playback/gstplaybasebin.c:
6358           Increase upper limit for audio queue a bit; fixes preroll problem
6359           with playbin and decodebin2 when playing a quicktime trailer with
6360           multichannel audio via http (#464666).
6361
6362 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6363
6364         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6365         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6366         (gst_base_audio_src_provide_clock),
6367         (gst_base_audio_src_set_property),
6368         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6369         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6370         Allow othe clocks than the internal clock to be used for the pipeline.
6371         Add property to disable clock provide.
6372         API: GstBaseAudioSrc::provide-clock
6373
6374 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6375
6376         * gst/playback/gstdecodebin2.c:
6377           Don't leak request pads. Fixes #475395.
6378
6379 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6380
6381         Patch by: René Stadler <mail at renestadler dot de>
6382
6383         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6384         (gst_ximage_buffer_class_init):
6385         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6386         (gst_xvimage_buffer_class_init):
6387         Correctly chain up finalize with the parent class to prevent
6388         memory leaks. Fixes #474880.
6389
6390 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6391
6392         * gst/volume/gstvolume.c: (volume_choose_func):
6393         * tests/check/elements/volume.c: (GST_START_TEST):
6394         Revert the latest change: floating point samples are allowed to
6395         have any value, not only values in the range [-1,1]. Thanks to Andy
6396         Wingo for noticing.
6397         Also fix processing of int32 samples with volumes > 4 by making the
6398         unity value smaller which prevents overflows.
6399
6400 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6401
6402         * gst-libs/gst/rtp/gstrtpbuffer.c:
6403         * tests/check/libs/rtp.c:
6404           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6405
6406 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6407
6408         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6409
6410         * gst-libs/gst/rtp/gstrtpbuffer.c:
6411           Fix up GstRTPHeader helper struct so that compilers will not under
6412           any circumstances add padding in between our fields, as currently
6413           happens with MSVC on win32, because that would lead to us sending
6414           out RTP payloads with broken RTP headers (#471194).
6415           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6416           
6417         * tests/check/Makefile.am:
6418         * tests/check/libs/.cvsignore:
6419         * tests/check/libs/rtp.c:
6420           Add some simple unit tests for GstRTPBuffer. Some are disabled
6421           because the code tested still needs fixing (set_csrc() does not work).
6422
6423 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6424
6425         * win32/MANIFEST:
6426         * win32/common/gstrtsp-enumtypes.c:
6427         * win32/common/gstrtsp-enumtypes.h:
6428         * win32/common/interfaces-enumtypes.c:
6429         * win32/common/interfaces-enumtypes.h:
6430         * win32/common/multichannel-enumtypes.c:
6431           Add rtsp enumtypes (#474384) and update others.
6432
6433 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6434
6435         * configure.ac:
6436           Fix configure check for HAVE_LIBXML_HTML.
6437
6438 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6439
6440         * tests/check/libs/.cvsignore:
6441           Ignore more, in case the build bots work again one day.
6442
6443 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6444
6445         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6446
6447         * configure.ac:
6448         * gst-libs/gst/Makefile.am:
6449         * gst-libs/gst/fft/Makefile.am:
6450         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6451         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6452         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6453         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6454         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6455         * gst-libs/gst/fft/gstfft.h:
6456         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6457         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6458         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6459         * gst-libs/gst/fft/gstfftf32.h:
6460         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6461         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6462         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6463         * gst-libs/gst/fft/gstfftf64.h:
6464         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6465         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6466         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6467         * gst-libs/gst/fft/gstffts16.h:
6468         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6469         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6470         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6471         * gst-libs/gst/fft/gstffts32.h:
6472         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6473         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6474         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6475         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6476         * gst-libs/gst/fft/kiss_fft_f32.h:
6477         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6478         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6479         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6480         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6481         * gst-libs/gst/fft/kiss_fft_f64.h:
6482         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6483         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6484         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6485         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6486         * gst-libs/gst/fft/kiss_fft_s16.h:
6487         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6488         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6489         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6490         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6491         * gst-libs/gst/fft/kiss_fft_s32.h:
6492         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6493         (kiss_fftr_f32), (kiss_fftri_f32):
6494         * gst-libs/gst/fft/kiss_fftr_f32.h:
6495         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6496         (kiss_fftr_f64), (kiss_fftri_f64):
6497         * gst-libs/gst/fft/kiss_fftr_f64.h:
6498         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6499         (kiss_fftr_s16), (kiss_fftri_s16):
6500         * gst-libs/gst/fft/kiss_fftr_s16.h:
6501         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6502         (kiss_fftr_s32), (kiss_fftri_s32):
6503         * gst-libs/gst/fft/kiss_fftr_s32.h:
6504         * gst-libs/gst/fft/kiss_version:
6505         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6506         * pkgconfig/gstreamer-plugins-base.pc.in:
6507         Add libgstfft, a FFT library based on Kiss FFT which is
6508         BSD licensed. Supported sample formats are int16, int32,
6509         float and double. For those formats a real FFT and IFFT
6510         can be done, different windowing functions can be applied
6511         and functions for extracting the magnitude and phase exist.
6512         Fixes #468619.
6513
6514         * docs/libs/Makefile.am:
6515         * docs/libs/gst-plugins-base-libs-docs.sgml:
6516         * docs/libs/gst-plugins-base-libs-sections.txt:
6517         Integrate libgstfft into the docs.
6518
6519         * tests/check/Makefile.am:
6520         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6521         Add unit tests for libgstfft, currently only testing the FFT.
6522         Unit tests for IFFT will follow soon.
6523
6524 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6525
6526         Patch by: Peter Kjellerstedt  <pkj at axis com>
6527
6528         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6529         (gst_sdp_message_init), (gst_sdp_message_uninit),
6530         (is_multicast_address), (gst_sdp_message_as_text),
6531         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6532         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6533         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6534         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6535         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6536         (gst_sdp_media_init), (gst_sdp_media_uninit),
6537         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6538         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6539         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6540         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6541         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6542         * gst-libs/gst/sdp/gstsdpmessage.h:
6543         Separate INIT_ARRAY() and related macros into two versions, one for
6544         structures and one for pointers (e.g., INIT_ARRAY() and
6545         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6546         lists of emails and phone numbers.
6547         Add missing const as appropriate.
6548         Change all gint to guint since they all actually represent unsigned
6549         values.
6550         Do not use time as a variable name as it shadows the global time().
6551         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6552         Actually implement gst_sdp_message_add_time().
6553         Make gst_sdp_message_add_time() take repeat times as an argument.
6554         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6555         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6556         misspelled as badwidth).
6557         gst-indented and a little clean up. Fixes #471067.
6558
6559 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6560
6561         * gst/volume/gstvolume.c: (volume_choose_func),
6562         (volume_process_double), (volume_process_double_clamp),
6563         (volume_process_float_clamp):
6564         Correctly clamp float/double samples in the [-1.0,1.0] range to
6565         prevent weird effects.
6566         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6567         Add unit tests for all samples types that had none before.
6568
6569 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6570
6571         * gst-libs/gst/rtp/gstrtpbuffer.c:
6572           Need to include stdlib.h for abs() here too.
6573
6574 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6575
6576         * gst/playback/gststreaminfo.c:
6577           Fix build.
6578
6579 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6580
6581         * gst/playback/gststreaminfo.c:
6582           Clean up some half-disabled code and comment.
6583
6584 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6585
6586         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6587
6588         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6589         (gst_base_rtp_payload_audio_handle_event):
6590         Return FALSE from the event handler to let the parent class handle the
6591         event. Fixes #446766.
6592
6593         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6594         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6595         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6596
6597         * gst-libs/gst/rtp/gstbasertppayload.c:
6598         Bump the MTU to 1400.
6599
6600 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6601
6602         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6603         Add an audio/x-nsf typefind function for the nsfdec element.
6604
6605 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6606         * gst/playback/gstplaybasebin.c:
6607         Included "myth://" on stream_uris list for enable buffering to mythtv files
6608
6609 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6610
6611         * docs/libs/gst-plugins-base-libs-sections.txt:
6612         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6613         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6614         (gst_rtcp_unix_to_ntp):
6615         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6616         Fix parsing of RB blocks.
6617         Fix docs.
6618         Added helper functions to convert to/from UNIX and NTP time.
6619         API: gst_rtcp_ntp_to_unix()
6620         API: gst_rtcp_unix_to_ntp()
6621
6622         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6623         (gst_rtp_buffer_get_header_len),
6624         (gst_rtp_buffer_get_extension_data),
6625         (gst_rtp_buffer_get_payload_subbuffer),
6626         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6627         (gst_rtp_buffer_ext_timestamp):
6628         * gst-libs/gst/rtp/gstrtpbuffer.h:
6629         Fix some more docs.
6630         Implement handling of packets with extensions.
6631         Fix padding check in _validate().
6632         Added function to get extension data.
6633         API: gst_rtp_buffer_get_header_len()
6634         API: gst_rtp_buffer_get_extension_data()
6635
6636 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6637
6638         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6639         (gst_base_rtp_depayload_class_init),
6640         (gst_base_rtp_depayload_set_gst_timestamp):
6641         Add some more docs for the queue-delay property and fix a typo in a
6642         comment.
6643
6644         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6645         Fix typo.
6646
6647 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6648
6649         * gst-libs/gst/audio/gstbaseaudiosink.c:
6650         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6651         (gst_base_audio_sink_change_state):
6652         When skew slaving, try to hover around the middle of a segment so that
6653         we at most drift by half a segment.
6654         If we are aligning in the oposite direction of the clock skew, we don't
6655         have to resync.
6656
6657 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6658
6659         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6660         (gst_base_rtp_depayload_setcaps),
6661         (gst_base_rtp_depayload_set_gst_timestamp):
6662         Be less silly with the segment start, just apply the clock-base to the
6663         timestamp.
6664
6665 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6666
6667         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6668         (gst_base_rtp_depayload_class_init),
6669         (gst_base_rtp_depayload_finalize),
6670         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6671         (gst_base_rtp_depayload_handle_sink_event),
6672         (gst_base_rtp_depayload_set_gst_timestamp),
6673         (gst_base_rtp_depayload_change_state):
6674         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6675         Deprecate the queue handling thread thing and remove the code.
6676         Use new method to calculate the extended timestamp.
6677
6678 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6679
6680         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6681         (gst_rtcp_packet_sdes_copy_entry):
6682         Use g_strndup which does exactly what we want.
6683
6684         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6685         (gst_rtp_buffer_ext_timestamp):
6686         * gst-libs/gst/rtp/gstrtpbuffer.h:
6687         Add helper function to compare seqnums.
6688         Add helper function to calculate extended timestamps.
6689         API: gst_rtp_buffer_compare_seqnum()
6690         API: gst_rtp_buffer_ext_timestamp()
6691
6692 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6693
6694         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6695         (gst_rtcp_packet_sdes_get_entry),
6696         (gst_rtcp_packet_sdes_copy_entry):
6697         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6698         Fix and document SDES item data function.
6699         Add new function that makes a proper copy of SDES item data.
6700         API: gst_rtcp_packet_sdes_copy_entry()
6701
6702 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6703
6704         * configure.ac:
6705         * gst/Makefile.am:
6706           The tcp and subparse plugins are under gst, but not totaly free of
6707           dependencies. Handle selection inconfigure.ac, so that they show up
6708           on the final list of what is build and what is not. Maybe they should
6709           better be moved to ext.
6710
6711 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6712
6713         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6714
6715         * configure.ac:
6716         * gst/Makefile.am:
6717           Check if libxml provides HTML parser which subparse needs.
6718           Fixes #451970.
6719
6720 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6721
6722         * ext/alsa/gstalsa.c:
6723           Fix typo and compilation on big endian systems.
6724
6725 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6726
6727         * gst/subparse/gstssaparse.c:
6728           Convert SSA newline codes into actual newline characters (#470766).
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/install-plugins.c:
6734         * gst-libs/gst/pbutils/install-plugins.h:
6735         * tests/check/libs/pbutils.c:
6736           API: also add gst_install_plugins_supported() while we're at it
6737           (see #470456).
6738
6739 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6740
6741         * docs/libs/gst-plugins-base-libs-sections.txt:
6742         * gst-libs/gst/pbutils/missing-plugins.c:
6743         * gst-libs/gst/pbutils/missing-plugins.h:
6744         * tests/check/libs/pbutils.c:
6745           API: add gst_missing_*_installer_detail_new() convenience API so
6746           that applications that know exactly what they're missing can request
6747           installer detail strings for those items directly instead of having
6748           to first create a dummy missing-plugin message and then get the
6749           installer detail string from that.  Fixes #470456.
6750
6751 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6752
6753         * gst/playback/gstdecodebin.c: (close_pad_link):
6754         We need to set up delayed-linking whenever the caps are non-fixed,
6755         not just when there are multiple types - use gst_pad_is_fixed()
6756         to test.
6757
6758 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6759
6760         * gst-libs/gst/pbutils/missing-plugins.c:
6761           (gst_missing_plugin_message_get_installer_detail):
6762           Add missing separator in PID fallback case.
6763
6764 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6765
6766         * ext/alsa/Makefile.am:
6767         There is no GST_PLUGINS_BASE_LIBS defined.
6768         
6769         * ext/alsa/gstalsa.c:
6770         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6771         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6772         Add support for ALSA 24-bit formats.
6773         snd_pcm_delay can return an error code, especially
6774         during XRUNS. In that case, the best we can do is assume
6775         delay = 0.
6776
6777         * gst/audioconvert/Makefile.am:
6778         Add flags from -base before any more-remote dependencies.
6779
6780 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6781
6782         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6783
6784         * gst/volume/gstvolume.c: (volume_choose_func),
6785         (volume_update_real_volume), (gst_volume_set_volume),
6786         (gst_volume_init), (volume_process_int32),
6787         (volume_process_int32_clamp), (volume_process_int24),
6788         (volume_process_int24_clamp), (volume_process_int16),
6789         (volume_process_int16_clamp), (volume_process_int8),
6790         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6791         * gst/volume/gstvolume.h:
6792         Add support for int32, int24 and int8 to the volume element.
6793         Fixes #445529.
6794
6795 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6796
6797         * tests/examples/Makefile.am:
6798           Fix even more.
6799
6800 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6801
6802         * configure.ac:
6803         * docs/libs/Makefile.am:
6804         * docs/libs/gst-plugins-base-libs-docs.sgml:
6805         * docs/libs/gst-plugins-base-libs-sections.txt:
6806         * ext/gnomevfs/gstgnomevfssrc.c:
6807         * ext/gnomevfs/gstgnomevfssrc.h:
6808         * gst-libs/gst/Makefile.am:
6809         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6810         * pkgconfig/gstreamer-plugins-base.pc.in:
6811         * sys/v4l/v4lsrc_calls.c:
6812         * tests/examples/Makefile.am:
6813         * win32/common/config.h:
6814           Revert unwanted commit. many thanks to moap. I want a fix for 
6815           https://thomas.apestaart.org/moap/trac/ticket/239
6816
6817 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6818
6819         * gst/volume/gstvolume.c:
6820           Move passthrough below gst_object_sync_values(). Fixes #442654.
6821
6822 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6823
6824         * gst-libs/gst/audio/audio.c:
6825         Clarify the docs a little.
6826
6827 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6828
6829         * gst/volume/gstvolume.c:
6830           Enable liboil for float and add more details about problems with
6831           int16.
6832
6833 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6834
6835         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6836         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
6837
6838 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6839
6840         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6841         When calculating the first timestamp of the buffers, don't go below 0
6842         and clip the samples because the offset was on the eos page.
6843         Fixes #466717.
6844
6845 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6846
6847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
6848         (gst_ogg_demux_collect_chain_info):
6849         Also submit the eos page when trying to find the first timestamp.
6850         See #466717.
6851
6852 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6853
6854         * gst-libs/gst/audio/audio.h:
6855         Use gst_util_uint64_scale() instead of doing the math
6856         with double for GST_FRAMES_TO_CLOCK_TIME() and
6857         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
6858         prevents rounding errors. Fixes #467667.
6859
6860 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6861
6862         * gst-libs/gst/rtsp/gstrtspconnection.c:
6863         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
6864         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
6865         * gst-libs/gst/rtsp/gstrtspconnection.h:
6866         Small cleanups.
6867         On shutdown, don't read the control socket yet.
6868         Set timeout value correctly in all cases.
6869         Add function to check if the server accepts reads or writes.
6870         API: gst_rtsp_connection_poll()
6871
6872         * gst-libs/gst/rtsp/gstrtspdefs.h:
6873         Fix compilation with -pedantic.
6874         Add enum for _poll.
6875
6876 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6877
6878         Patch by: Olivier Crete  <tester at tester ca>
6879
6880         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6881         (gst_basertppayload_getcaps):
6882         * gst-libs/gst/rtp/gstbasertppayload.h:
6883         Add getcaps vfunc to basertppayload. See #465146.
6884
6885 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6886
6887         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
6888         Only post buffering messages when we are a stream.
6889
6890 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6891
6892         * gst-libs/gst/pbutils/install-plugins.c:
6893         * gst-libs/gst/pbutils/missing-plugins.c:
6894           Small docs fix and addition.
6895
6896 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6897
6898         * tests/icles/.cvsignore:
6899         * tests/icles/Makefile.am:
6900         * tests/icles/test-textoverlay.c:
6901           Add a dumb little test for textoverlay alignments.
6902
6903 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6904
6905         Patch by: Dan Williams  <dcbw redhat com>
6906
6907         * ext/pango/gsttextoverlay.c:
6908         * ext/pango/gsttextoverlay.h:
6909           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
6910           "silent" property so there's a Since tag in the API reference.
6911
6912 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
6913
6914         * gst-libs/gst/rtp/gstbasertppayload.c:
6915         (gst_basertppayload_set_outcaps):
6916         * gst-libs/gst/rtp/gstbasertppayload.h:
6917         Improve caps negotiation so that downstream elements can confiure
6918         certain RTP properties by fixing them on the caps. See #465146.
6919         Add docs.
6920
6921 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
6922
6923         * docs/libs/gst-plugins-base-libs-sections.txt:
6924         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6925         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6926           Mark as deprecated some macros which were presumably meant to be
6927           private API and accidentally exposed in the public header file.
6928           Also actually _init() lock (only works at the moment because the
6929           struct is zeroed out when created and the initial values in the
6930           mutex struct are zeroes too). (#459585)
6931
6932 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
6933
6934         * docs/libs/Makefile.am:
6935           Remove cruft and do some cleanups.
6936
6937         * docs/libs/gst-plugins-base-libs-docs.sgml:
6938           Prepare for comming gtkdoc features (rebase against online docs).
6939
6940 2007-08-10  Michael Smith <msmith@fluendo.com>
6941
6942         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6943           Debug output fixes.
6944         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
6945         (GST_START_TEST):
6946           Change the number of buffers used; 500 is too many and leads to
6947           timeouts.
6948
6949 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6950
6951         * gst/playback/gstqueue2.c:
6952         * gst/videorate/gstvideorate.c:
6953           Printf format fixes (#465028).
6954
6955 2007-08-09  Michael Smith <msmith@fluendo.com>
6956
6957         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6958           If we have a large (> 1 second) discontinuity, push a series of
6959           smaller buffers rather than a single very large buffer. Avoids
6960           unreasonably large single buffer allocations when encountering a
6961           large gap.
6962         * tests/check/elements/audiorate.c: (GST_START_TEST),
6963         (audiorate_suite):
6964           Add a test for this.
6965
6966 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
6967
6968         * gst/playback/gstplaybasebin.c: (group_commit),
6969         (queue_remove_probe), (queue_threshold_reached):
6970
6971         Patch by: Josep Torra Valles <josep@fluendo.com>
6972         Fixes: #465015
6973         Make sure we remove the check_queues buffer probe from the 
6974         correct queue to avoid racily going back to "buffering 99%" when
6975         buffering is actually complete.
6976
6977         Also, fix the spelling of Josep's surname in the ChangeLog.
6978
6979 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
6980
6981         * ext/ogg/gstoggmux.c:
6982           Do not leak oggmux instance.
6983         
6984         * ext/vorbis/vorbisenc.c:
6985           Also log values.
6986
6987 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6988
6989         * po/hu.po:
6990         * po/it.po:
6991         * po/nl.po:
6992         * po/uk.po:
6993         * po/vi.po:
6994           Updated translations.
6995
6996 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
6997
6998         patch by: Yang Hong <hongyang@redflag-linux.com>
6999
7000         * ext/pango/gsttextoverlay.c:
7001         * ext/pango/gsttextoverlay.h:
7002           Add 'silent' property to GstTimeOverlay. Fixes #462979
7003
7004 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7005
7006         Patch by: Josep Torra Valles <josep@fluendo.com>
7007
7008         * docs/plugins/gst-plugins-base-plugins.args:
7009         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7010         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7011         (gst_uri_decode_bin_get_property), (gen_source_element):
7012         Add connection-speed property. Fixes #464690.
7013
7014 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7015
7016         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7017
7018         * configure.ac:
7019         * gst-libs/gst/rtsp/Makefile.am:
7020         * gst-libs/gst/rtsp/gstrtspconnection.c:
7021         (gst_rtsp_connection_connect):
7022         Fix compilation on windows. Fixes #464320.
7023
7024 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7025
7026         Patch by: Josep Torra Valles <josep@fluendo.com>
7027
7028         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7029         (gst_play_base_bin_init), (queue_threshold_reached),
7030         (gen_source_element), (setup_substreams),
7031         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7032         (gst_play_base_bin_get_streaminfo_value_array):
7033         * gst/playback/gstplaybasebin.h:
7034         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7035         (gst_play_bin_set_property), (gst_play_bin_get_property),
7036         (gst_play_bin_handle_redirect_message):
7037         Move connection-speed property from playbin to playbasebin so that we
7038         can also configure it in source elements that have the connection-speed
7039         property. Fixes #464028.
7040         Add some debug info here and there.
7041
7042 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7043
7044         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7045         Properly respond to conversion queries. Fixes #464079.
7046
7047 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7048
7049         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7050         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7051         (gst_audio_test_src_init_sine_table),
7052         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7053         * gst/audiotestsrc/gstaudiotestsrc.h:
7054         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7055         Also set the default volume to the default value specified in the
7056         GParamSpec.
7057
7058 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7059
7060         Patch by: Jens Granseuer <jensgr at gmx dot net>
7061
7062         * gst/audioconvert/gstaudioquantize.c:
7063         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7064
7065 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7066
7067         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7068         Add rdt manager for rdt transport.
7069         Fix parsing of RDT transport.
7070
7071 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7072
7073         * configure.ac:
7074         Back to CVS
7075
7076 === release 0.10.14 ===
7077
7078 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7079
7080         * configure.ac:
7081           releasing 0.10.14, "Light Years Ahead"
7082
7083 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7084
7085         * tests/check/libs/audio.c: (GST_START_TEST):
7086         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7087
7088 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7089
7090         * gst-libs/gst/audio/audio.c:
7091         When clipping a buffer with no timestamp, assume it is
7092         within the segment without warnings.
7093
7094         Fixes: #460978
7095
7096 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7097
7098         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7099         Fire the signal on the object, not the interface.
7100
7101 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7102
7103         * gst-libs/gst/rtsp/.cvsignore:
7104         Ber. Don't include the full path, idiot.
7105
7106 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7107
7108         * gst-libs/gst/rtsp/.cvsignore:
7109         Ignore generated files.
7110
7111 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7112
7113         * gst-libs/gst/interfaces/Makefile.am:
7114         * gst-libs/gst/interfaces/interfaces-marshal.list:
7115         * gst-libs/gst/interfaces/rtspextension.c:
7116         * gst-libs/gst/interfaces/rtspextension.h:
7117         * gst-libs/gst/rtsp/Makefile.am:
7118         * gst-libs/gst/rtsp/gstrtsp.h:
7119         * gst-libs/gst/rtsp/gstrtspextension.c:
7120         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7121         (gst_rtsp_extension_detect_server),
7122         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7123         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7124         (gst_rtsp_extension_configure_stream),
7125         (gst_rtsp_extension_get_transports),
7126         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7127         * gst-libs/gst/rtsp/gstrtspextension.h:
7128         * gst-libs/gst/rtsp/rtsp-marshal.list:
7129         Move the rtspextension.h interface into gstrtspextension.h
7130         as part of libgstrtsp instead of libgstinterfaces, because it's
7131         only for use within plugins, not applications. 
7132         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7133         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7134         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7135         is abstract.
7136
7137 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7138
7139         * gst-libs/gst/interfaces/Makefile.am:
7140         * gst-libs/gst/interfaces/interfaces-marshal.list:
7141         * gst-libs/gst/interfaces/rtspextension.c:
7142         (gst_rtsp_extension_iface_init),
7143         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7144         * gst-libs/gst/interfaces/rtspextension.h:
7145         Fix marshaller for the send signal.
7146         Add URL to stream selection interface method.
7147
7148 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7149
7150         * gst-libs/gst/riff/Makefile.am:
7151         Pull in our dependencies from -base before those from outside.
7152
7153 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7154
7155         * docs/libs/gst-plugins-base-libs-sections.txt:
7156         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7157         * gst-libs/gst/rtsp/gstrtspbase64.h:
7158         API: gst_rtsp_base64_decode_ip()
7159         Added function to decode Base64 in-place.
7160
7161 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7162
7163         * tests/check/libs/.cvsignore:
7164         Ignore the mixer test binary.
7165
7166 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7167
7168         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7169         Gratuitous comment change to trigger a rebuild on the buildbots.
7170
7171 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7172
7173         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7174         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7175         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7176         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7177         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7178         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7179         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7180         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7181         (gst_sdp_media_get_attribute_val):
7182         * gst-libs/gst/sdp/gstsdpmessage.h:
7183         Constify args where we can.
7184
7185 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7186
7187         * gst-libs/gst/interfaces/Makefile.am:
7188         * gst-libs/gst/interfaces/rtspextension.c:
7189         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7190         (gst_rtsp_extension_detect_server),
7191         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7192         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7193         (gst_rtsp_extension_configure_stream),
7194         (gst_rtsp_extension_get_transports),
7195         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7196         * gst-libs/gst/interfaces/rtspextension.h:
7197         Move interface for RTSP extensions from -good to here.
7198         Added helper methods to invoke interface methods.
7199
7200 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7201
7202         * docs/libs/gst-plugins-base-libs-sections.txt:
7203         * gst-libs/gst/rtsp/gstrtspdefs.h:
7204         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7205         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7206         (gst_rtsp_message_init_response),
7207         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7208         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7209         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7210         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7211         (gst_rtsp_message_get_body), (dump_key_value):
7212         * gst-libs/gst/rtsp/gstrtspmessage.h:
7213         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7214         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7215         (gst_rtsp_range_parse):
7216         * gst-libs/gst/rtsp/gstrtsprange.h:
7217         * gst-libs/gst/rtsp/gstrtsptransport.c:
7218         * gst-libs/gst/rtsp/gstrtspurl.c:
7219         Fix some more RTSP docs.
7220         Add some missing methods for dealing with messages.
7221
7222 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7223
7224         * docs/libs/gst-plugins-base-libs-docs.sgml:
7225         * docs/libs/gst-plugins-base-libs-sections.txt:
7226         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7227         * gst-libs/gst/rtsp/gstrtspbase64.h:
7228         * gst-libs/gst/rtsp/gstrtspconnection.c:
7229         (gst_rtsp_connection_connect), (add_auth_header),
7230         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7231         (read_body), (gst_rtsp_connection_receive),
7232         (gst_rtsp_connection_next_timeout),
7233         (gst_rtsp_connection_reset_timeout),
7234         (gst_rtsp_connection_set_auth):
7235         * gst-libs/gst/rtsp/gstrtspconnection.h:
7236         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7237         * gst-libs/gst/rtsp/gstrtspdefs.h:
7238         * gst-libs/gst/rtsp/gstrtspmessage.h:
7239         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7240         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7241         (gst_rtsp_range_parse):
7242         * gst-libs/gst/rtsp/gstrtspurl.h:
7243         Added beginnings of RTSP documentation.
7244
7245 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7246
7247         * docs/libs/Makefile.am:
7248         * docs/libs/gst-plugins-base-libs-docs.sgml:
7249         * docs/libs/gst-plugins-base-libs-sections.txt:
7250         * gst-libs/gst/sdp/gstsdp.h:
7251         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7252         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7253         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7254         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7255         (gst_sdp_message_get_attribute_val),
7256         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7257         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7258         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7259         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7260         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7261         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7262         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7263         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7264         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7265         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7266         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7267         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7268         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7269         (gst_sdp_media_get_attribute_val_n),
7270         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7271         (print_media), (gst_sdp_message_dump):
7272         * gst-libs/gst/sdp/gstsdpmessage.h:
7273         Document the SDP library.
7274         Add some of the missing SDPMedia methods.
7275
7276 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7277
7278         * configure.ac:
7279         * gst-libs/gst/Makefile.am:
7280         * gst-libs/gst/rtsp/Makefile.am:
7281         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7282         * gst-libs/gst/rtsp/gstrtspbase64.h:
7283         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7284         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7285         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7286         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7287         (parse_response_status), (parse_request_line), (parse_line),
7288         (gst_rtsp_connection_read), (read_body),
7289         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7290         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7291         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7292         (gst_rtsp_connection_set_auth):
7293         * gst-libs/gst/rtsp/gstrtspconnection.h:
7294         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7295         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7296         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7297         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7298         (gst_rtsp_find_method):
7299         * gst-libs/gst/rtsp/gstrtspdefs.h:
7300         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7301         (gst_rtsp_message_new), (gst_rtsp_message_init),
7302         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7303         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7304         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7305         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7306         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7307         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7308         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7309         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7310         (gst_rtsp_message_dump):
7311         * gst-libs/gst/rtsp/gstrtspmessage.h:
7312         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7313         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7314         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7315         * gst-libs/gst/rtsp/gstrtsprange.h:
7316         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7317         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7318         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7319         (range_as_text), (rtsp_transport_mode_as_text),
7320         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7321         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7322         (gst_rtsp_transport_free):
7323         * gst-libs/gst/rtsp/gstrtsptransport.h:
7324         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7325         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7326         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7327         * gst-libs/gst/rtsp/gstrtspurl.h:
7328         * gst-libs/gst/sdp/Makefile.am:
7329         * gst-libs/gst/sdp/gstsdp.h:
7330         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7331         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7332         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7333         (gst_sdp_attribute_init), (gst_sdp_message_new),
7334         (gst_sdp_message_init), (gst_sdp_message_uninit),
7335         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7336         (gst_sdp_media_uninit), (gst_sdp_media_free),
7337         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7338         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7339         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7340         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7341         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7342         (gst_sdp_message_get_attribute_val),
7343         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7344         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7345         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7346         (gst_sdp_media_get_attribute_val_n),
7347         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7348         (read_string), (read_string_del), (gst_sdp_parse_line),
7349         (gst_sdp_message_parse_buffer), (print_media),
7350         (gst_sdp_message_dump):
7351         * gst-libs/gst/sdp/gstsdpmessage.h:
7352         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7353         Move SDP and RTSP from helper objects in -good to a reusable library.
7354         Use a proper gst_ namespace.
7355
7356 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7357
7358         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7359         (vorbis_dec_flush_decode):
7360         Use the new buffer clipping function from gstaudio here.
7361
7362 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7363
7364         * docs/libs/gst-plugins-base-libs-sections.txt:
7365         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7366         * gst-libs/gst/audio/audio.h:
7367         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7368         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7369         Also add deprecation guards for gst_audio_structure_set_int() to the
7370         header.
7371
7372 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7373
7374         * docs/libs/gst-plugins-base-libs-sections.txt:
7375           Cleanup the docs.
7376
7377 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7378
7379         Patch by: Dan Williams <dcbw at redhat dot com>
7380
7381         * gst/playback/gstplaybasebin.c:
7382         (gst_play_base_bin_get_streaminfo_value_array):
7383         Don't return NULL when querying the stream info value array but instead
7384         return an empty array. Fixes #459204.
7385
7386 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7387
7388         * gst/playback/gsturidecodebin.c:
7389           Init debug category before using it.
7390
7391 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7392
7393         * gst-libs/gst/interfaces/mixer.h:
7394         Add padding vars in place of the signal pointers
7395         when building with DISABLE_DEPRECATED so that the
7396         interface structure doesn't change size.
7397
7398 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7399
7400         * docs/libs/gst-plugins-base-libs-sections.txt:
7401         * ext/alsa/gstalsamixer.c:
7402         * ext/alsa/gstalsamixer.h:
7403         * ext/alsa/gstalsamixerelement.c:
7404         * ext/alsa/gstalsamixertrack.c:
7405         * gst-libs/gst/interfaces/mixer.c:
7406         * gst-libs/gst/interfaces/mixer.h:
7407         * gst-libs/gst/interfaces/mixeroptions.c:
7408         * gst-libs/gst/interfaces/mixeroptions.h:
7409         * gst-libs/gst/interfaces/mixertrack.c:
7410         * gst-libs/gst/interfaces/mixertrack.h:
7411         * tests/check/Makefile.am:
7412         * tests/check/libs/mixer.c:
7413
7414         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7415         Fixes: #152864 
7416
7417         Add support for notifying mixer changes on the message bus, and
7418         implement it in alsamixer.
7419
7420         API: gst_mixer_get_mixer_flags
7421         API: gst_mixer_message_parse_mute_toggled
7422         API: gst_mixer_message_parse_record_toggled
7423         API: gst_mixer_message_parse_volume_changed
7424         API: gst_mixer_message_parse_option_changed
7425         API: GstMixerMessageType
7426         API: GstMixerFlags
7427
7428 2007-07-20  Michael Smith <msmith@fluendo.com>
7429
7430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7431         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7432           xcontext->im_format is only for testing XShm support (as the header
7433           file comments document). Use xvimage->im_format for everything else.
7434           Avoids spurious warnings on buffer allocation before setcaps.
7435
7436 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7437
7438         * tests/examples/volume/Makefile.am:
7439         * tests/icles/Makefile.am:
7440           We should use $(LIBM).
7441
7442 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7443
7444         * tests/icles/Makefile.am:
7445           This needs -lm.
7446
7447 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7448
7449         * gst-libs/gst/rtp/gstbasertppayload.c:
7450         (gst_basertppayload_class_init), (gst_basertppayload_init),
7451         (gst_basertppayload_set_property),
7452         (gst_basertppayload_get_property):
7453         Don't break ABI, restore previous ranges. Keep the default random
7454         selection of timestamp and seqnum offset but as soon as the app sets a
7455         specific value, use that one.
7456
7457 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7458
7459         Patch by: Bastien Nocera <hadess at hadess dot net>
7460
7461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7462         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7463         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7464         * sys/xvimage/xvimagesink.h:
7465         Add option to turn off double-buffering for debugging purposes.
7466         Fixes #437169.
7467
7468 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7469
7470         Patch by: Jorn Baayen <jorn at openedhand dot com>
7471
7472         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7473         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7474         (gst_ximagesink_init), (gst_ximagesink_class_init):
7475         * sys/ximage/ximagesink.h:
7476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7477         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7478         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7479         * sys/xvimage/xvimagesink.h:
7480         add 'handle-expose' property. Useful for video widgets which may want to
7481         be in control of Expose behaviour. Fixes #380625
7482
7483 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7484
7485         * gst-libs/gst/rtp/gstbasertppayload.c:
7486         (gst_basertppayload_class_init), (gst_basertppayload_init),
7487         (gst_basertppayload_event), (gst_basertppayload_push),
7488         (gst_basertppayload_set_property),
7489         (gst_basertppayload_get_property),
7490         (gst_basertppayload_change_state):
7491         * gst-libs/gst/rtp/gstbasertppayload.h:
7492         Fix ranges of rtp payloader properties so that the full range can be
7493         used in addition to -1 (random).
7494         Fix wrong seqnum reporting in caps.
7495         Fixes #420326.
7496
7497 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7498
7499         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7500         (gst_video_rate_query):
7501         Use boilerplate.
7502         Add latency query, might not be perfect yet but already works a lot
7503         better. Fixes #442557.
7504
7505 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7506
7507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7508         (gst_xvimagesink_setcaps):
7509         * sys/xvimage/xvimagesink.h:
7510         After a caps change, redraw our borders to avoid garbage left there
7511         when the image format changes to a smaller size, like 16:9 -> 4:3
7512         Also, hold the flow_lock a bit longer in the set_caps while we're
7513         fiddling with the xcontext.
7514
7515 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7516
7517         * Makefile.am:
7518         * configure.ac:
7519         * tests/Makefile.am:
7520         Remove bogus check for libcheck, since we check for
7521         gstreamer-check and it pulls in the required info from there, and we
7522         weren't actually _using_ the information for libcheck ourselves
7523         anyway.
7524
7525 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7526
7527         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7528         (gst_ffmpeg_caps_to_pixfmt):
7529         Fix the r_mask test for RGBA32 on little-endian.
7530         Fix a stupid typo that would have obviously broken 
7531         compilation on big-endian, if anyone was testing.
7532
7533 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7534
7535         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7536         (paint_hline_str4):
7537         * gst/videotestsrc/videotestsrc.h:
7538         Add alpha to the color struct.
7539         Use a default alpha value of 255 instead of 128.
7540
7541 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7542
7543         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7544         (setup_source):
7545         Clear the dynamic pads counter when starting a new uri. This makes
7546         reusing playbin work again.
7547         Fixes #454264.
7548
7549 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7550
7551         * configure.ac:
7552           Use pkg-config to locate check.
7553
7554 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7555
7556         * configure.ac:
7557         * tests/check/elements/volume.c: (GST_START_TEST):
7558           Fix 'make check' build against core CVS.
7559
7560 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7561
7562         * gst-libs/gst/interfaces/propertyprobe.c:
7563         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7564         * gst-libs/gst/tag/gstvorbistag.c:
7565           Make gtk-doc happy.
7566
7567 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7568
7569         * gst-libs/gst/audio/gstbaseaudiosink.c:
7570         (gst_base_audio_sink_callback):
7571           Quick hack to make audiosinks stop at EOS when operating in
7572           pull-mode; needs to be fixed properly some day.
7573
7574 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7575
7576         * docs/libs/gst-plugins-base-libs-sections.txt:
7577           Fix location of includes in the docs.
7578
7579 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7580
7581         * gst/ffmpegcolorspace/avcodec.h:
7582         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7583         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7584         (gst_ffmpegcsp_avpicture_fill):
7585         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7586         (img_get_alpha_info):
7587         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7588         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7589         end of the word. Partially fixes #451908
7590
7591 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7592
7593         * docs/libs/Makefile.am:
7594         * docs/plugins/Makefile.am:
7595           Simplify --extra-dir as gtkdoc scans recursively.
7596
7597 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7598
7599         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7600         (gst_adder_request_new_pad):
7601         Make getcaps more robust by not using the proxycaps function. This makes
7602         sure that we don't end up recursively calling getcaps upstream.
7603         See #316248.
7604
7605 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7606
7607         * gst/audioconvert/audioconvert.c:
7608         Include math.h to fix compilation.
7609
7610 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7611
7612         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7613         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7614         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7615         format, as produced by some dc1394 cameras like the iSight.
7616         See http://www.fourcc.org/yuv.php#IYU1
7617
7618 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7619
7620         * gst/audioconvert/Makefile.am:
7621         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7622         (check_default), (audio_convert_prepare_context),
7623         (audio_convert_clean_context), (audio_convert_convert):
7624         * gst/audioconvert/audioconvert.h:
7625         * gst/audioconvert/gstaudioconvert.c:
7626         (gst_audio_convert_dithering_get_type),
7627         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7628         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7629         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7630         * gst/audioconvert/gstaudioconvert.h:
7631         * gst/audioconvert/gstaudioquantize.c:
7632         (gst_audio_quantize_setup_noise_shaping),
7633         (gst_audio_quantize_free_noise_shaping),
7634         (gst_audio_quantize_setup_dither),
7635         (gst_audio_quantize_free_dither),
7636         (gst_audio_quantize_setup_quantize_func),
7637         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7638         * gst/audioconvert/gstaudioquantize.h:
7639         Implement dithering and noise shaping in audioconvert. By default now
7640         TPDF dithering (and no noise shaping) will be used when converting
7641         from a higher bit depth to 20 bit depth or smaller, otherwise
7642         everything will be as it is now.
7643         For the last audioconvert in a pipeline it would make sense to
7644         use some kind of noise shaping, enabling it by default for all
7645         conversions would give undesired results though. Fixes #360246.
7646         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7647         (GST_START_TEST):
7648         Adjust unit test for the new audioconvert.
7649
7650 2007-06-28  Wim Taymans  <wim@fluendo.com>
7651
7652         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7653         Use other metrics as well when estimating the buffer level.
7654
7655 2007-06-28  Wim Taymans  <wim@fluendo.com>
7656
7657         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7658         Small debug improvement.
7659
7660         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7661         (plugin_init):
7662         Tweak the rate estimation period.
7663         When calculating the buffer filledness in rate estimation mode, don't
7664         mix it with other metrics.
7665
7666 2007-06-28  Wim Taymans  <wim@fluendo.com>
7667
7668         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7669         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7670         When creating the groups, allow for a 5 second, unlimited buffers
7671         preroll phase after which we expose the group.
7672         When the group is exposed, use a small number of buffers up to a 2
7673         second limit. Also disconnect the overrun signal from multiqueue when we
7674         exposed the group because it is not needed anymore.
7675
7676 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7677
7678         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7679           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7680           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7681           (#451707); also, output some debugging info when dealing with
7682           freeform strings.
7683
7684         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7685           Add unit test for the above.
7686
7687 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7688
7689         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7690           Add description for Windows Media RTP caps.
7691
7692         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7693           Remove RTP fields that don't define the format from caps.
7694
7695 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7696
7697         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7698           Skip empty buffers, but not empty header buffers. That way the original
7699           vorbisdec unit test still passes (#451145); also, take into account
7700           that those empty packets might carry a granulepos.
7701
7702         * tests/check/Makefile.am:
7703         * tests/check/elements/vorbisdec.c:
7704         (_create_codebook_header_buffer), (_create_audio_buffer),
7705         (GST_START_TEST), (vorbisdec_suite):
7706           Add unit test that sends an empty packet.
7707
7708 2007-06-27  Wim Taymans  <wim@fluendo.com>
7709
7710         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7711         Don't error out on 0-sized packets, just emit a warning because this is
7712         not a fatal error. Fixes #451145.
7713
7714 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7715
7716         * docs/plugins/gst-plugins-base-plugins.args:
7717         * docs/plugins/gst-plugins-base-plugins.signals:
7718         * docs/plugins/inspect/plugin-adder.xml:
7719         * docs/plugins/inspect/plugin-alsa.xml:
7720         * docs/plugins/inspect/plugin-audioconvert.xml:
7721         * docs/plugins/inspect/plugin-audiorate.xml:
7722         * docs/plugins/inspect/plugin-audioresample.xml:
7723         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7724         * docs/plugins/inspect/plugin-cdparanoia.xml:
7725         * docs/plugins/inspect/plugin-decodebin.xml:
7726         * docs/plugins/inspect/plugin-decodebin2.xml:
7727         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7728         * docs/plugins/inspect/plugin-gdp.xml:
7729         * docs/plugins/inspect/plugin-gnomevfs.xml:
7730         * docs/plugins/inspect/plugin-libvisual.xml:
7731         * docs/plugins/inspect/plugin-ogg.xml:
7732         * docs/plugins/inspect/plugin-pango.xml:
7733         * docs/plugins/inspect/plugin-playbin.xml:
7734         * docs/plugins/inspect/plugin-subparse.xml:
7735         * docs/plugins/inspect/plugin-tcp.xml:
7736         * docs/plugins/inspect/plugin-theora.xml:
7737         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7738         * docs/plugins/inspect/plugin-video4linux.xml:
7739         * docs/plugins/inspect/plugin-videorate.xml:
7740         * docs/plugins/inspect/plugin-videoscale.xml:
7741         * docs/plugins/inspect/plugin-videotestsrc.xml:
7742         * docs/plugins/inspect/plugin-volume.xml:
7743         * docs/plugins/inspect/plugin-vorbis.xml:
7744         * docs/plugins/inspect/plugin-ximagesink.xml:
7745         * docs/plugins/inspect/plugin-xvimagesink.xml:
7746           Update docs with caps info.
7747
7748 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7749
7750         * po/POTFILES.in:
7751           Add more files with translatable strings (#450875).
7752
7753 2007-06-23  Edward Hervey  <edward@fluendo.com>
7754
7755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7756         The chain should be freed if we error out here, else it will leak.
7757         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7758         (cleanup_decodebin):
7759         Don't forget to *properly* remove the signals, else it will leak.
7760
7761 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7762
7763         * MAINTAINERS:
7764         Updating all the maintainers files
7765
7766 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7767
7768         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7769         (main):
7770           Destroy and recreate parse-launch based pipeline after stop to be able
7771           to play again. Reorder some code and add more comments.
7772
7773 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7774
7775         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7776         When handling a delayed-caps notification case, mark
7777         the group as dynamic so that the nbdynamic count is
7778         incremented and decremented correctly. Fixes: #449156
7779         Patch by: Wim Taymans <wim@fluendo.com>
7780
7781 2007-06-19  Andy Wingo  <wingo@pobox.com>
7782
7783         * gst-libs/gst/audio/gstbaseaudiosink.c
7784         (gst_base_audio_sink_init): Enable pull-mode operation.
7785
7786 2007-06-19  Michael Smith <msmith@fluendo.com>
7787
7788         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7789           Change minimum rate back to 1000 to allow low-sample-rate wav files
7790           to play back.
7791
7792 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7793
7794         * po/vi.po:
7795           Update translations.
7796
7797 2007-06-15  David Schleef  <ds@schleef.org>
7798
7799         * gst/playback/gstqueue2.c:
7800           Fix compile error from ignored return value.
7801
7802 2007-06-15  Michael Smith <msmith@fluendo.com>
7803
7804         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7805           Update tmpbuf for all neccesary rows, not just one, as is required
7806           when downscaling.
7807           Fixes #402076.
7808
7809 2007-06-15  Michael Smith <msmith@fluendo.com>
7810
7811         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
7812         (eos_buffer_probe):
7813           Add a test that ensures we set DELTA_UNIT on all non-header,
7814           non-video buffers, if we have a video stream.
7815         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7816         (gst_ogg_mux_process_best_pad):
7817           Move setting delta_pad to earlier, where we inspect all pads, so
7818           that leading audio pages don't get DELTA_UNIT unset if they come
7819           before the first DELTA_UNIT from video pages. Fixes the newly-added
7820           test. Fixes #385527.
7821
7822 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7823
7824         * tests/check/pipelines/streamheader.c: (streamheader_suite):
7825           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
7826           fails on the p5-ppc64 build bot and the failure looks like it is due
7827           to the same issue as #348114, ie. a compiler bug.
7828
7829 2007-06-13  Edward Hervey  <edward@fluendo.com>
7830
7831         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7832         Fix build on MacOSX.
7833
7834 2007-06-13  Wim Taymans  <wim@fluendo.com>
7835
7836         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7837         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
7838         Fix compilation on mingw. Fixes #446972.
7839
7840 2007-06-12  Wim Taymans  <wim@fluendo.com>
7841
7842         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7843
7844         * gst/playback/gstqueue2.c: (update_buffering),
7845         (gst_queue_locked_enqueue):
7846         Fix a division by zero when the max percent is <= 0. Fixes #446572.
7847         also update the buffering status when receiving events. Fixes #446551.
7848
7849 2007-06-11  Wim Taymans  <wim@fluendo.com>
7850
7851         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7852
7853         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
7854         (gst_queue_handle_src_query):
7855         Wait for preroll before attempting to forward a duration query upstream.
7856         Fixes #445505.
7857
7858 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
7859
7860         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
7861         (gst_base_rtp_depayload_set_gst_timestamp):
7862         Use G_GINT64_CONSTANT macro for int64 constant.
7863         * win32/common/libgstinterfaces.def:
7864         * win32/common/libgsttag.def:
7865         Add new exported functions.
7866
7867 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
7868
7869         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
7870           The BOS page of the first Dirac video stream needs to come before
7871           the BOS page of any Vorbis streams or other audio streams, just like
7872           it is with Theora.
7873
7874 2007-06-07  Wim Taymans  <wim@fluendo.com>
7875
7876         * gst/playback/gstqueue2.c: (gst_queue_get_range):
7877         Fix compilation.
7878
7879 2007-06-06  Wim Taymans  <wim@fluendo.com>
7880
7881         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7882
7883         * gst/playback/gstqueue2.c: (gst_queue_init),
7884         (gst_queue_handle_sink_event), (gst_queue_chain),
7885         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
7886         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
7887         (gst_queue_src_activate_pull):
7888         Add pull based scheduling and fix some deadlocks. Fixes #444523.
7889         Does not yet completely work because duration queries upstream won't
7890         block yet.
7891
7892 2007-06-06  Wim Taymans  <wim@fluendo.com>
7893
7894         * configure.ac:
7895         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7896         Some more fseeko checks.
7897
7898 2007-06-06  Wim Taymans  <wim@fluendo.com>
7899
7900         * configure.ac:
7901         check for large file support.
7902
7903 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
7904
7905         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
7906
7907         * gst/subparse/gstsubparse.c: (parse_subrip),
7908         (subviewer_unescape_newlines), (parse_subviewer),
7909         (gst_sub_parse_data_format_autodetect),
7910         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
7911         * gst/subparse/gstsubparse.h:
7912         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
7913         * tests/check/elements/subparse.c: (GST_START_TEST),
7914         (subparse_suite):
7915         Add a unit test for both SubViewer formats.
7916
7917 2007-06-01  Michael Smith <msmith@fluendo.com>
7918
7919         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
7920           Don't overflow intermediate values when seeking to large time values
7921           in audiotestsrc.
7922
7923 2007-06-05  Wim Taymans  <wim@fluendo.com>
7924
7925         * gst/playback/gstqueue2.c: (gst_queue_have_data),
7926         (gst_queue_create_read), (gst_queue_read_item_from_file),
7927         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
7928         Include stdio to define fseeko.
7929
7930 2007-06-05  Wim Taymans  <wim@fluendo.com>
7931
7932         Patch by: Edward Hervey  <edward@fluendo.com>
7933
7934         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
7935         (gst_v4lsrc_query):
7936         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
7937
7938 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
7939
7940         * gst-libs/gst/riff/Makefile.am:
7941         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
7942           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
7943           our own implementation.
7944
7945 2007-06-05  Wim Taymans  <wim@fluendo.com>
7946
7947         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7948         (gst_base_rtp_depayload_setcaps),
7949         (gst_base_rtp_depayload_set_gst_timestamp),
7950         (gst_base_rtp_depayload_change_state):
7951         Handle timestamp wraparound.
7952
7953 2007-06-05  Wim Taymans  <wim@fluendo.com>
7954
7955         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
7956         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
7957         (gst_uri_decode_bin_change_state):
7958         Make sure we name srcpads uniquely even when using different internal
7959         decodebins.
7960         Signal no-more-pads when no more dynamic elements exist.
7961         Remove pads on cleanup.
7962
7963 2007-06-05  Wim Taymans  <wim@fluendo.com>
7964
7965         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7966
7967         * gst/playback/gstqueue2.c: (gst_queue_class_init),
7968         (gst_queue_init), (gst_queue_finalize),
7969         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
7970         (gst_queue_create_read), (gst_queue_read_item_from_file),
7971         (gst_queue_open_temp_location_file),
7972         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
7973         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
7974         (gst_queue_is_empty), (gst_queue_is_filled),
7975         (gst_queue_change_state), (gst_queue_set_temp_location),
7976         (gst_queue_set_property):
7977         Add support for filebased buffering. Fixes #441264.
7978
7979 2007-06-05  Wim Taymans  <wim@fluendo.com>
7980
7981         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
7982         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
7983         (caps_notify_group_cb), (gst_decode_group_new),
7984         (gst_decode_group_free):
7985         Add support for delayed caps fixation when autoplugging.
7986         Optimize cases where a multiqueue is not needed/wanted, like right after
7987         anything that is not a demuxer.
7988
7989 2007-06-05  Wim Taymans  <wim@fluendo.com>
7990
7991         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
7992         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
7993         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
7994         consideratly speedup ogg chain detection by not trying to find a base
7995         timestamp for skeleton streams. 
7996
7997 2007-06-05  Wim Taymans  <wim@fluendo.com>
7998
7999         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8000         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8001         (gst_multi_fd_sink_remove_flush),
8002         (gst_multi_fd_sink_remove_client_link),
8003         (gst_multi_fd_sink_handle_client_write),
8004         (gst_multi_fd_sink_handle_clients):
8005         * gst/tcp/gstmultifdsink.h:
8006         Add support for remove_flush.
8007
8008 2007-06-05  Wim Taymans  <wim@fluendo.com>
8009
8010         * docs/design/draft-keyframe-force.txt:
8011         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8012         (theora_enc_chain):
8013         Add draft design for forcing keyframes in encoders and implement in
8014         theoraenc.
8015
8016 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8017
8018         * configure.ac:
8019           Back to CVS
8020
8021 === release 0.10.13 ===
8022
8023 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8024
8025         * configure.ac:
8026           releasing 0.10.13, "What's Going on?"
8027
8028 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8029
8030         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8031         In riff, the depth is stored in the size field but it just means that
8032         the least significant bits are cleared. We can therefore just play
8033         the sample as if it had a depth == width. Fixes: #440997
8034
8035         Patch by: Wim Taymans <wim@fluendo.com> 
8036         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8037
8038 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8039
8040         * gst-libs/gst/floatcast/floatcast.h:
8041         Define inline when needed on win32 builds. Fixes: #441295
8042         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8043
8044 2007-05-29  Wim Taymans  <wim@fluendo.com>
8045
8046         * gst/playback/gstplaybasebin.c: (queue_overrun),
8047         (no_more_pads_full):
8048         Stop buffering when the group is commited because the queues filled up.
8049         Fixes #442024.
8050
8051 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8052
8053         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8054         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8055         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8056         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8057         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8058         * ext/alsa/gstalsamixer.h:
8059         * ext/alsa/gstalsamixerelement.c:
8060         (gst_alsa_mixer_element_interface_supported),
8061         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8062         (gst_alsa_mixer_element_set_property),
8063         (gst_alsa_mixer_element_get_property),
8064         (gst_alsa_mixer_element_change_state):
8065         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8066         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8067         (gst_mixer_option_changed):
8068         * gst-libs/gst/interfaces/mixer.h:
8069         Revert commits towards #152864 made so far. We'll pick it up again
8070         after the 0.10.13 release.
8071
8072 2007-05-24  Wim Taymans  <wim@fluendo.com>
8073
8074         * gst-libs/gst/audio/gstbaseaudiosink.c:
8075         (gst_base_audio_sink_render):
8076         After an interrupt (PAUSED/flush) assume that the next sample should not
8077         be aligned to the previous sample. Fixes #417992.
8078
8079 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8080
8081         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8082           Don't add channels and rate fields to the template caps for
8083           audio/x-dts, as wavparse might not always be able to set them,
8084           which would then lead to 'caps are not a real subset of the
8085           template caps' warnings.
8086
8087 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8088
8089         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8090         Handle unknown or invalid pads without crashing, as might occur if
8091         a media file like an mp3 is specified as a subtitle file.
8092         Fixes: #410039
8093
8094 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8095
8096         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8097         (setup_sinks):
8098         Block the subtitle bin output queue before ghosting it and linking,
8099         then unblock after. This avoids spurious not-linked errors caused 
8100         by the queue starting up (because it gets linked when it is ghosted). 
8101         Fixes: #350299
8102
8103 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8104
8105         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8106         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8107         file. Avoids flukes where the input gets typefound to some valid but
8108         useless type.
8109
8110 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8111
8112         * tests/check/Makefile.am:
8113         * tests/check/elements/.cvsignore:
8114         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8115         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8116           Add unit test for gnomevfssink seeking and position reporting for
8117           file:// URIs.
8118
8119 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8120
8121         Patch by: Mark Nauwelaerts <manauw at skynet be>
8122
8123         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8124         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8125         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8126         * ext/gnomevfs/gstgnomevfssink.h:
8127           Fix position reporting, especially after a seek (from upstream),
8128           see #412648.
8129
8130 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8131
8132         * ext/cdparanoia/gstcdparanoiasrc.c:
8133           Repair umlaut.
8134
8135 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8136
8137         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8138         Specify the full valid range for MP3 samplerates. Fixes a regression
8139         caused by extra header checks since the last release.
8140
8141 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8142
8143         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8145         Fix a locking-order bug I introduced with my changes the other day.
8146         Patch by Mike Smith.
8147
8148 2007-05-21  Michael Smith <msmith@fluendo.com>
8149
8150         * ext/theora/theoradec.c: (theora_handle_data_packet):
8151           Don't look inside 0-length packets (which indicate duplicated
8152           frames)
8153
8154 2007-05-21  Wim Taymans  <wim@fluendo.com>
8155
8156         * ext/cdparanoia/gstcdparanoiasrc.c:
8157         (gst_cd_paranoia_src_read_sector):
8158         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8159         (gst_base_audio_src_create):
8160         Small cleanups.
8161
8162         * ext/theora/theoradec.c: (theora_dec_sink_event):
8163         Fix typo.
8164
8165         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8166         (gst_base_rtp_depayload_set_gst_timestamp):
8167         Add some FIXME
8168
8169         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8170         And some debug info when a FIXME path is hit.
8171
8172 2007-05-21  Wim Taymans  <wim@fluendo.com>
8173
8174         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8175         (gst_base_rtp_audio_payload_class_init),
8176         (gst_base_rtp_audio_payload_init),
8177         (gst_base_rtp_audio_payload_finalize),
8178         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8179         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8180         (gst_base_rtp_payload_audio_handle_event):
8181         Some cleanups, remove minptime property as it is now in the parent
8182         class.
8183         Override parent class event function.
8184
8185         * gst-libs/gst/rtp/gstbasertppayload.c:
8186         (gst_basertppayload_class_init), (gst_basertppayload_init),
8187         (gst_basertppayload_event), (gst_basertppayload_set_property),
8188         (gst_basertppayload_get_property):
8189         * gst-libs/gst/rtp/gstbasertppayload.h:
8190         Add min-ptime property.
8191         Add handle-event vmethod. Fixes #415001.
8192
8193 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8194
8195         * gst-libs/gst/audio/gstbaseaudiosink.c
8196           (gst_base_audio_sink_change_state):
8197           Fix typo in comment.
8198
8199         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8200           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8201           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8202           close_link):
8203         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8204           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8205           Remove trailing whitespaces in comments.
8206
8207         * gst/volume/Makefile.am:
8208           Fix tabs.
8209
8210 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8211
8212         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8213
8214         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8215           set_option, get_option, _gst_reserved):
8216           Revert reordering functions (keep ABI).
8217
8218 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8219
8220         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8221         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8222         (gst_ximagesink_show_frame):
8223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8224         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8225         (gst_xvimagesink_show_frame):
8226         When we create our own window, indicate that we handle the 
8227         WM_DELETE client message from the window manager, so that it won't 
8228         kill our window (and our app) along with it. Handle ClientMessage,
8229         post an error on the bus, and close the window. Further buffers
8230         arriving will result in a FlowError because the window has been
8231         destroyed.
8232
8233         Fixes: #393975
8234
8235         Clean up the X event handling loop and make them the same for
8236         both xvimagesink and ximagesink while I'm at it.
8237
8238 2007-05-17  Wim Taymans  <wim@fluendo.com>
8239
8240         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8241         Make decodebin2 autoplug depayloaders too.
8242
8243         * gst/playback/gsturidecodebin.c: (source_new_pad):
8244         Set the newly created decoder in a usable state when autoplugging a
8245         dynamic source such as RTSP.
8246
8247 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8248
8249         * gst/playback/gststreaminfo.c: (cb_probe):
8250           Ignore video-codec tag for audio streams and ignore audio-codec tags
8251           for video streams. Should make codec name collection a bit more
8252           robust against sloppy demuxers that send tag events containing both
8253           tags down each pad.
8254
8255 2007-05-17  Wim Taymans  <wim@fluendo.com>
8256
8257         * gst/playback/gstqueue2.c: (update_rates):
8258         Tweak the buffering thresholds a little.
8259         Update the buffer size with the previously calculate rate instead of
8260         only when we calculate a new rate so that we get smoother buffering
8261         updates.
8262
8263         * gst/playback/Makefile.am:
8264         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8265         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8266         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8267         (gst_uri_decode_bin_get_property), (unknown_type),
8268         (add_element_stream), (no_more_pads_full), (no_more_pads),
8269         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8270         (gen_source_element), (has_all_raw_caps), (analyse_source),
8271         (remove_decoders), (make_decoder), (remove_source),
8272         (source_new_pad), (setup_source), (decoder_query_init),
8273         (decoder_query_duration_fold), (decoder_query_duration_done),
8274         (decoder_query_position_fold), (decoder_query_position_done),
8275         (decoder_query_latency_fold), (decoder_query_latency_done),
8276         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8277         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8278         (gst_uri_decode_bin_change_state), (plugin_init):
8279         New element that intergrates a source, optional buffering element and
8280         decodebin.
8281
8282 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8283
8284         * configure.ac:
8285           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8286           (also has a .pc file, so we don't need the fallback check any
8287           longer). Fixes #438840.
8288
8289 2007-05-17  Wim Taymans  <wim@fluendo.com>
8290
8291         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8292         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8293         (apply_segment), (apply_buffer), (update_buffering),
8294         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8295         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8296         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8297         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8298         (plugin_init):
8299         fix build.
8300
8301 2007-05-17  Wim Taymans  <wim@fluendo.com>
8302
8303         * gst/playback/Makefile.am:
8304         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8305         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8306         (gst_queue_getcaps), (gst_queue_bufferalloc),
8307         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8308         (apply_buffer), (update_buffering), (reset_rate_timer),
8309         (update_rates), (gst_queue_locked_flush),
8310         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8311         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8312         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8313         (gst_queue_loop), (gst_queue_handle_src_event),
8314         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8315         (gst_queue_src_activate_push), (gst_queue_change_state),
8316         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8317         On our way to playbin2 this is the new network queue that does buffering
8318         all by itself using high and low watermarks. It can also measure up and
8319         downstream bandwidth to optimally size the queue.
8320
8321 2007-05-17  Michael Smith <msmith@fluendo.com>
8322
8323         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8324         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8325           Use the segment->last_stop value to calculate the next timestamp to
8326           generate after a seek; not the segment->start value.
8327
8328 2007-05-15  David Schleef  <ds@schleef.org>
8329
8330         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8331           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8332
8333 2007-05-15  Wim Taymans  <wim@fluendo.com>
8334
8335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8336         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8337         Some more chained streaming ogg timestamp fixes.
8338
8339 2007-05-15  Wim Taymans  <wim@fluendo.com>
8340
8341         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8342         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8343         (gst_ogg_demux_handle_page):
8344         Add some FIXMEs.
8345         Fix chain start/stop segment handling based on patch by
8346         <ahalda at cs dot mcgill dot ca> see #320984.
8347
8348 2007-05-15  Michael Smith <msmith@fluendo.com>
8349
8350         * configure.ac:
8351           We don't require a C++ compiler. So don't require one.
8352
8353 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8354
8355         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8356           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8357           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8358           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8359           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8360           gst_alsa_mixer_update_track):
8361           Apply some of the cleanup Tim suggested in #152864 afterwards.
8362
8363 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8364
8365         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8366
8367         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8368           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8369           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8370           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8371           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8372           gst_alsa_mixer_handle_source_callback,
8373           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8374           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8375           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8376           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8377           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8378           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8379         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8380         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8381           gst_alsa_mixer_element_interface_supported,
8382           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8383           gst_alsa_mixer_element_set_property,
8384           gst_alsa_mixer_element_get_property,
8385           gst_alsa_mixer_element_change_state):
8386         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8387         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8388           gst_mixer_option_changed):
8389         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8390           volume_changed, option_changed, _gst_reserved):
8391           Implement notification for alsamixer. Fixes #152864
8392
8393 2007-05-14  David Schleef  <ds@schleef.org>
8394
8395         * gst/videotestsrc/videotestsrc.c:
8396         * gst/videotestsrc/videotestsrc.h:
8397           Add support for video/x-raw-bayer.
8398
8399 2007-05-12  David Schleef  <ds@schleef.org>
8400
8401         * sys/xvimage/xvimagesink.c:
8402           Add some sanity checking for the XVImage size returned by X.
8403           Related to #377400.
8404
8405 2007-05-12  Wim Taymans  <wim@fluendo.com>
8406
8407         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8408         (gst_base_rtp_depayload_setcaps),
8409         (gst_base_rtp_depayload_set_gst_timestamp):
8410         Parse and use additional caps fields as described in updated
8411         application/x-rtp caps spec.
8412
8413 2007-05-12  Wim Taymans  <wim@fluendo.com>
8414
8415         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8416         (gst_ogg_demux_collect_chain_info):
8417         If there is a stream in a chain without any data packets, ignore the
8418         stream in the total length calculations. Might be related to #436820.
8419
8420 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8421
8422         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8423         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8424         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8425         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8426         (plugin_init):
8427
8428         Consolidate and re-work our mpeg system stream detection to probe
8429         more packets and produce a higher confidence result. Fixes a
8430         regression caused by lowering the typefind probability last year
8431         - related to bug #397810. Remove the redundant MPEG-1 specific 
8432         typefind function, as the new one detects both MPEG-1 & MPEG-2
8433         happily.
8434
8435         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8436         little. 
8437
8438         Tested against my media test directory, with some improvements and
8439         no regressions.
8440
8441 2007-05-10  Wim Taymans  <wim@fluendo.com>
8442
8443         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8444         (queue_out_of_data):
8445         Connect to the new queue "pushing" signal instead of the broken
8446         "running" one.
8447
8448 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8449
8450         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8451         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8452         Move variable declaration before the first instruction.
8453         * gst/videotestsrc/videotestsrc.c:
8454         Define M_PI if it's not defined yet.
8455         * win32/common/libgstrtp.def:
8456         Add new exported functions.
8457
8458 2007-05-09  Michael Smith <msmith@fluendo.com>
8459
8460         * ext/theora/theoradec.c: (theora_handle_type_packet):
8461           gst_pad_push_event() does not return a GstFlowReturn!
8462
8463 2007-05-09  Wim Taymans  <wim@fluendo.com>
8464
8465         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8466         * tests/examples/seek/seek.c: (do_seek):
8467         Some small cosmetic changes.
8468
8469 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8470
8471         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8472           gst_adder_change_state):
8473         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8474           segment_pending, segment_position, segment_rate):
8475           Handle playback-rate on adder.
8476
8477 2007-05-07  Michael Smith <msmith@fluendo.com>
8478
8479         * ext/theora/gsttheoradec.h:
8480         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8481         (theora_dec_sink_event), (theora_handle_comment_packet),
8482         (theora_handle_type_packet), (theora_dec_change_state):
8483           Don't push events (newsegment, tags) before initialising the
8484           decoder.
8485           This is neccesary for seeking to work correctly in gnonlin.
8486
8487 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8488
8489         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8490         * gst/adder/gstadder.c:
8491         * gst/audiotestsrc/gstaudiotestsrc.c
8492           (gst_audio_test_src_create_white_noise):
8493         * gst/videotestsrc/gstvideotestsrc.c:
8494         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8495           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8496           volume_sink_template, volume_src_template, gst_volume_init,
8497           volume_process_double, volume_process_int16,
8498           volume_process_int16_clamp):
8499           Doc fixes and formatting.
8500
8501 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8502
8503         * tests/check/Makefile.am:
8504         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8505           Minimal check for volume's GstController usability; also another
8506           test for #422295.
8507
8508 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8509
8510         * gst-libs/gst/cdda/gstcddabasesrc.c:
8511         (gst_cdda_base_src_add_track):
8512           Fix it so that it (a) makes sense and (b) doesn't break
8513           everything cdda-related including the unit test.
8514
8515 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8516
8517         * gst-libs/gst/cdda/gstcddabasesrc.c:
8518         (gst_cdda_base_src_add_track):
8519           Fix build when disabling asserts.
8520
8521 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8522
8523         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8524           When XShm is not available, we might get row strides that are not
8525           rounded up to multiples of four; this is bad, because virtually
8526           every RGB-processing element in GStreamer assumes rowstrides are
8527           rounded up to multiples of four, so let's allocate at least enough
8528           memory to avoid crashes in this case. The image will still be
8529           displayed distorted though if this happens, so that still needs
8530           fixing (maybe by allocating a bigger image with an 'even' width
8531           and then clipping it appropriately when rendering - something for
8532           Xlib aficionados in any case).
8533
8534 2007-05-03  Michael Smith <msmith@fluendo.com>
8535
8536         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8537           If a buffer doesn't have a timestamp, assume it's contiguous with
8538           the previous buffer, and synthesise timestamps appropriately.
8539
8540 2007-05-03  Edward Hervey  <edward@fluendo.com>
8541
8542         * tests/check/elements/videorate.c: (GST_START_TEST):
8543         Set buffer timestamp to a valid value in order to test the buffer
8544         really does stay in videorate.
8545
8546 2007-05-03  Edward Hervey  <edward@fluendo.com>
8547
8548         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8549         There is no sensible way to handle incoming buffers which don't have a
8550         valid timestamp. We therefore discard them and wait for the next one.
8551
8552 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8553
8554         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8555         * gst/playback/gstdecodebin2.c: (plugin_init):
8556           Better error message for text files.
8557
8558 2007-04-29  Wim Taymans  <wim@fluendo.com>
8559
8560         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8561         Fix offset bug in generation RR packets.
8562
8563 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8564
8565         * ext/theora/theoradec.c: (_theora_granule_time),
8566         (theora_dec_push_forward), (theora_handle_data_packet),
8567         (theora_dec_decode_buffer): Calculate buffer duration correctly
8568         to generate a perfect stream (#433888).
8569         * gst/audioresample/gstaudioresample.c:
8570         (audioresample_check_discont): Glib provides ABS.
8571
8572 2007-04-27  Wim Taymans  <wim@fluendo.com>
8573
8574         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8575         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8576         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8577         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8578         (gst_rtcp_packet_bye_set_reason):
8579         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8580         Fix RB block parsing and writing.
8581         Add support for constructing BYE packets.
8582
8583 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8584
8585         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8586         (gst_base_audio_src_create):
8587         * po/POTFILES.in:
8588           When posting a warning message because samples were dropped, post
8589           something more intelligible than he default error message for clock
8590           errors which is just confusing in this context (#432984).
8591
8592 2007-04-25  Wim Taymans  <wim@fluendo.com>
8593
8594         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8595         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8596         (read_packet_header), (gst_rtcp_packet_move_to_next),
8597         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8598         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8599         (gst_rtcp_packet_sdes_get_item_count),
8600         (gst_rtcp_packet_sdes_first_item),
8601         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8602         (gst_rtcp_packet_sdes_first_entry),
8603         (gst_rtcp_packet_sdes_next_entry),
8604         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8605         (gst_rtcp_packet_sdes_add_entry):
8606         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8607         Implement code to write SR, RR and SDES packets.
8608
8609 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8610
8611         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8612
8613         * sys/ximage/ximagesink.c:
8614           Fix build if XShm is not available (#432362).
8615
8616 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8617
8618         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8619         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8620         pointers to random memory which are passed to g_free() when
8621         audio_convert_prepare_context() is called the first time.
8622
8623 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8624
8625         Patch by: Dan Williams <dcbw redhat com>
8626
8627         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8628           Don't leak incoming buffer if gst_pad_push() returns a
8629           non-OK flow. Fixes #432755.
8630          
8631         * tests/check/elements/videorate.c: (GST_START_TEST),
8632         (videorate_suite):
8633           Unit test for the above by Yours Truly.
8634
8635 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8636
8637         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8638         (gst_adder_sink_event), (gst_adder_collected):
8639           Fix non-flushing segmented seeks, Fixes #340060 for me
8640
8641 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8642
8643         Patch by: Olivier Crete  <tester at tester ca>
8644
8645         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8646         (gst_base_rtp_audio_payload_class_init),
8647         (gst_base_rtp_audio_payload_init),
8648         (gst_base_rtp_audio_payload_dispose):
8649           Chain up to parent class in dispose function; get rid of
8650           unnecessary 'diposed' flag in private structure (#415001).
8651
8652 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8653
8654         * docs/libs/gst-plugins-base-libs.types:
8655         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8656         (gst_base_rtp_audio_payload_class_init):
8657         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8658         * gst-libs/gst/rtp/gstbasertppayload.c:
8659           Some minor docs fixes and additions; also add missing 'Since' bits.
8660
8661 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8662
8663         Patch by: Zeeshan Ali  <zeenix gmail com>
8664
8665         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8666         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8667         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8668         (gst_base_rtp_audio_payload_push):
8669         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8670           The recently-added gst_base_rtp_audio_payload_push() should take an
8671           object of type GstBaseRTPAudioPayload as first argument (#431672).
8672
8673 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8674
8675         * gst/audioresample/gstaudioresample.c:
8676           Make more functions static, just because we can.
8677
8678 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8679
8680         * tests/check/elements/audioresample.c:
8681           Add unit test for audioresample shutdown crasher (#420106).
8682
8683 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8684
8685         * gst/subparse/gstsubparse.c:
8686         * gst/subparse/samiparse.c:
8687           Use GST_DISABLE_XML here
8688
8689         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8690         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8691         (gst_xvimagesink_buffer_alloc),
8692         (gst_xvimagesink_navigation_send_event):
8693         * sys/xvimage/xvimagesink.h:
8694           Include stdlib.h when using atoi.
8695           
8696         * tests/check/elements/playbin.c: (playbin_suite):
8697           Use GST_DISABLE_REGISTRY here
8698
8699 2007-04-19  Michael Smith  <msmith@fluendo.com>
8700
8701         * ext/theora/gsttheoraenc.h:
8702         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8703         (theora_enc_sink_event), (theora_enc_change_state):
8704           Track initialisation state; don't try to use encoder state if we're
8705           not initialised (it'll segfault).
8706
8707 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8708
8709         * tests/check/pipelines/.cvsignore:
8710         Fix build.
8711
8712 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8713
8714         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8715         Allow random depths between 1 and 32 instead of only multiplies of 8.
8716
8717 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8718
8719         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8720         Set the maximum number of channels for PCM and float in the correct
8721         place to have it also used when creating the template caps.
8722
8723 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8724
8725         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8726         Correctly support 4, 6 and 8 channels with normal PCM and float
8727         wav files.
8728
8729         Fix the depth and signedness calculation in extensible wav files and
8730         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8731         mask is found.
8732
8733         Add support for float, alaw and mulaw in extensible wav files.
8734
8735         This allows correct playback of all but 5 files from
8736         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8737         
8738         (gst_riff_create_audio_template_caps):
8739         Add voxware and float formats to the template caps.     
8740
8741 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8742
8743         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8744
8745         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8746         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8747
8748         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8749         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8750         Use the correct format strings for integer formats.
8751
8752 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8753
8754         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8755           Don't use pad_alloc_buffer_and_set_caps to create a small header
8756           packet, or, worse, to create a big temporary video buffer using the
8757           src pad.
8758
8759 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8760
8761         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8762         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8763           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8764           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8765
8766 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8767
8768         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8769           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8770           streamheader_suite):
8771           Add another test set up for failure
8772
8773 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8774
8775         * tests/check/Makefile.am:
8776         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8777           GST_START_TEST, streamheader_suite, main):
8778           Add a test for the streamheader bug Wim fixed.
8779
8780 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8781
8782         * ext/theora/theoradec.c: (theora_dec_sink_event):
8783         Fix misleading comment.
8784
8785 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8786
8787         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8788           More sanity checks for the header fields.
8789
8790 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8791
8792         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8793           Try encodings from all environment variables, not just those in the
8794           first environment variable that is set.
8795
8796 2007-04-12  Wim Taymans  <wim@fluendo.com>
8797
8798         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8799         (gst_video_rate_chain):
8800         Add some debug.
8801
8802         * tests/check/elements/videorate.c: (GST_START_TEST),
8803         (videorate_suite):
8804         Added check for videorate changing caps handling. Closes #421834.
8805
8806 2007-04-12  Michael Smith  <msmith@fluendo.com>
8807
8808         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8809           Use scale functions to avoid overflow when calculating duration of 
8810           vorbis buffers.
8811
8812 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8813
8814         * docs/libs/gst-plugins-base-libs-sections.txt:
8815         * gst-libs/gst/tag/tag.h:
8816         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8817           API: add gst_tag_freeform_string_to_utf8() (#405072).
8818
8819         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
8820           Use gst_tag_freeform_string_to_utf8() here.
8821
8822 2007-04-12  Wim Taymans  <wim@fluendo.com>
8823
8824         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
8825         (gst_gdp_pay_sink_event):
8826         Make sure we set the IN_CAPS flag correctly.
8827
8828         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8829         Get the IN_CAPS flag before we call functions that mess with the flags.
8830
8831 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8832
8833         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
8834           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
8835           Only stamp buffers with offset/offset_end right before they get
8836           pushed.  This ensures offset continuity, which was not the case
8837           before as shown by
8838           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
8839
8840 2007-04-06  Wim Taymans  <wim@fluendo.com>
8841
8842         * gst/playback/gstplaybin.c: (add_sink),
8843         (gst_play_bin_change_state):
8844         Activate sync in playbin, we are ready to handle it for live streams.
8845
8846 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8847
8848         * tests/check/elements/playbin.c:
8849         (test_sink_usage_video_only_stream), (playbin_suite):
8850           Add small test for stream-info-value-array code paths.
8851
8852 2007-04-05  Wim Taymans  <wim@fluendo.com>
8853
8854         * gst-libs/gst/audio/gstbaseaudiosink.c:
8855         (gst_base_audio_sink_skew_slaving):
8856         Don't try to create invalid calibration parameters by making the
8857         internal time go backwards, instead make external time go forward.
8858
8859 2007-04-05  Wim Taymans  <wim@fluendo.com>
8860
8861         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8862
8863         * gst/playback/gstplaybasebin.c: (add_stream):
8864         Fix leak in add_stream(), when g_value_set_object() increases the
8865         refcount of streaminfo object. Fixes #426250.
8866
8867 2007-04-03  David Schleef  <ds@schleef.org>
8868
8869         * gst/videotestsrc/gstvideotestsrc.c:
8870         * gst/videotestsrc/gstvideotestsrc.h:
8871         * gst/videotestsrc/videotestsrc.c:
8872         * gst/videotestsrc/videotestsrc.h:
8873           Add a test pattern called "circular", which has concentric
8874           rings with varying radial frequency.  The main purpose of this
8875           pattern is to test fidelity loss in a filter or scaler element.
8876           Notably, this pattern is scale invariant, and is optimally viewed
8877           with a width (and height) of 400.
8878
8879 2007-04-03  Wim Taymans  <wim@fluendo.com>
8880
8881         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8882
8883         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
8884         (deactivate_free_recursive):
8885         Decodebin2 doesn't unref pads it obtains in some occasions:
8886         - multiqueue src pads, when either connecting further or exposing
8887         - sink pads of new autoplugged elements
8888         - peer pads when recursively freeing elements
8889         Fixes #425455.
8890
8891 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8892
8893         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8894         Add audio/x-raw-float support, now that audioconvert support
8895         non-native endianness floats.
8896
8897 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
8898
8899         * docs/libs/gst-plugins-base-libs-docs.sgml:
8900           gstreamer-plugins-base.pc doesn't exist, it's
8901           gstreamer-plugins-base-0.10.pc.
8902
8903 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8904
8905         Patch by: René Stadler <mail at renestadler dot de>
8906         with some minor changes
8907
8908         * gst-libs/gst/floatcast/floatcast.h:
8909         Use more efficient float endianness conversion functions that don't
8910         involve 2 function calls per value.
8911         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8912         (check_default), (audio_convert_prepare_context):
8913         * gst/audioconvert/gstaudioconvert.c:
8914         (gst_audio_convert_parse_caps), (make_lossless_changes):
8915         Support non-native endianness floats as input and output.
8916         Fixes #339838.
8917         * tests/check/elements/audioconvert.c: (verify_convert),
8918         (GST_START_TEST):
8919         Add unit tests for the non-native endianness float conversions.
8920
8921 2007-03-29  Wim Taymans  <wim@fluendo.com>
8922
8923         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8924         (gst_base_rtp_depayload_base_init),
8925         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
8926         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
8927         (gst_base_rtp_depayload_set_gst_timestamp),
8928         (gst_base_rtp_depayload_change_state),
8929         (gst_base_rtp_depayload_set_property),
8930         (gst_base_rtp_depayload_get_property):
8931         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8932         Add Private structure.
8933         Bring element code to 2007.
8934         Parse clock-base caps param and use it when generating the
8935         newsegment.
8936         Reset variables before going to PAUSED.
8937         Fix some docs.
8938
8939 2007-03-29  Wim Taymans  <wim@fluendo.com>
8940
8941         * docs/libs/gst-plugins-base-libs-docs.sgml:
8942         * docs/libs/gst-plugins-base-libs-sections.txt:
8943         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8944         (gst_base_rtp_audio_payload_get_adapter):
8945         Add RTCP docs.
8946         Fix some more docs.
8947
8948         * gst-libs/gst/rtp/Makefile.am:
8949         * gst-libs/gst/rtp/gstrtcpbuffer.c:
8950         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
8951         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
8952         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
8953         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
8954         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
8955         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
8956         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
8957         (gst_rtcp_packet_sr_get_sender_info),
8958         (gst_rtcp_packet_sr_set_sender_info),
8959         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
8960         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
8961         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
8962         (gst_rtcp_packet_sdes_get_chunk_count),
8963         (gst_rtcp_packet_sdes_first_chunk),
8964         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
8965         (gst_rtcp_packet_sdes_first_item),
8966         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
8967         (gst_rtcp_packet_bye_get_ssrc_count),
8968         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
8969         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8970         (gst_rtcp_packet_bye_get_reason_len),
8971         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
8972         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8973         Add new helper object for parsing and creating RTCP messages.
8974
8975 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8976
8977         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8978         PCM samples with width=8 must be always unsigned, no matter what
8979         depth they have.
8980
8981 2007-03-29  Andy Wingo  <wingo@pobox.com>
8982
8983         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
8984         perfect offsets also, not just timestamps.
8985
8986         * tests/check/elements/videorate.c (test_more): Test that given
8987         any incoming offsets, that videorate produces perfect offsets.
8988
8989 2007-03-29  Wim Taymans  <wim@fluendo.com>
8990
8991         * gst-libs/gst/riff/riff-ids.h:
8992         Add some more RIFF formats.
8993
8994 2007-03-29  Wim Taymans  <wim@fluendo.com>
8995
8996         * gst-libs/gst/rtp/gstrtpbuffer.c:
8997         (gst_rtp_buffer_default_clock_rate):
8998         * gst-libs/gst/rtp/gstrtpbuffer.h:
8999         Fix fixed payload names and docs.
9000         Added method to get the default clock rates of fixed payload types.
9001         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9002
9003 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9004
9005         * tests/check/pipelines/.cvsignore:
9006         Add new vorbisdec test to cvsignore.
9007
9008 2007-03-28  Wim Taymans  <wim@fluendo.com>
9009
9010         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9011         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9012         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9013         (gst_base_audio_sink_set_property),
9014         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9015         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9016         (gst_base_audio_sink_skew_slaving),
9017         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9018         (gst_base_audio_sink_async_play):
9019         * gst-libs/gst/audio/gstbaseaudiosink.h:
9020         Store private stuff in GstBaseAudioSinkPrivate.
9021         Add configurable clock slaving modes property.
9022         API:: GstBaseAudioSink::slave-method property
9023         Some more latency reporting tweaks.
9024         Added skew based clock slaving correction and make it the default until
9025         the resampling method is more robust.
9026
9027 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9028
9029         * gst/audioconvert/audioconvert.c:
9030         Add docs to the integer pack functions and implement proper
9031         rounding. Before we had rounding towards negative infinity, i.e.
9032         always the smaller number was taken. Now we use natural rounding,
9033         i.e. rounding to the nearest integer and to the one with the largest
9034         absolute value for X.5. The old rounding introduced some minor
9035         distortions. Fixes #420079
9036         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9037         Fix one unit test that assumed the old rounding and added unit tests
9038         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9039         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9040         rounding from signed int32 to signed/unsigned int16.
9041
9042 2007-03-27  Michael Smith  <msmith@fluendo.com>
9043
9044         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9045         (gst_audio_convert_transform_caps):
9046           Fix typo in debug line introduced recently, as pointed out on irc.
9047
9048 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9049
9050         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9051         * tests/check/libs/tag.c: (GST_START_TEST):
9052           Make sure we parse floating-point numbers in vorbis comments
9053           correctly with either '.' or ',' as separator, no matter what
9054           the current locale is. Add unit test for this too.
9055
9056 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9057
9058         Patch by: René Stadler  <mail at renestadler de>
9059
9060         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9061           When writing out floating-point numbers to vorbis comment tags, always
9062           use the same character as separator no matter what the current locale is
9063           (fixes #423051).
9064
9065         * tests/check/libs/tag.c: (GST_START_TEST):
9066           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9067
9068 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9069
9070         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9071           vorbis_handle_data_packet):
9072           Correctly set DURATION to generate a timestamp-continuous stream.
9073           One bug left at the end; see
9074           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9075         * tests/check/Makefile.am:
9076         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9077           Add a test to check this.  Without the above patch this test fails.
9078
9079 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9080
9081         * gst-libs/gst/rtp/Makefile.am:
9082         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9083
9084 2007-03-23  Michael Smith  <msmith@fluendo.com>
9085
9086         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9087         (gst_video_rate_reset), (gst_video_rate_chain):
9088           If videorate changes caps, we can no longer use the old buffer
9089           (which may have a different size, incompatible with our caps).
9090           So don't do that; just duplicate the new frame more times.
9091
9092 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9093
9094         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9095         Remove playbin's override of the set_clock vmethod. It's irrelevant
9096         after Wim's commit on the 19th.
9097
9098 2007-03-22  Wim Taymans  <wim@fluendo.com>
9099
9100         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9101         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9102         * ext/gnomevfs/gstgnomevfssrc.h:
9103         Don't cache file sizes. Fixes #341078.
9104
9105 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9106
9107         * gst/playback/gstplaybin.c: (add_sink):
9108           Use GST_PTR_FORMAT to log caps. 
9109
9110 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9111
9112         Patch by: Young-Ho Cha <ganadist at chollian net>
9113
9114         * gst/subparse/samiparse.c: (handle_start_font):
9115           Special-case some more colour names that pango doesn't handle by
9116           default. Fixes #420578.
9117
9118 2007-03-20  Michael Smith  <msmith@fluendo.com>
9119
9120         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9121           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9122           that marks EOS internally. After that, libvorbis will buffer all
9123           input data, and encode none of it, eventually leading to memory
9124           exhaustion.
9125
9126 2007-03-19  Wim Taymans  <wim@fluendo.com>
9127
9128         * gst/playback/gstdecodebin.c: (remove_fakesink):
9129         Don't post STATE_DIRTY anymore.
9130
9131         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9132         (gst_play_bin_change_state):
9133         Remove stream_time reset in seek handling, core does that now.
9134         Disable clocking for live pipelines by forcing a NULL clock to the
9135         complete pipeline, core is too smart now for our previous hack.
9136         We can always autoplug in PAUSED now.
9137
9138 2007-03-17  David Schleef  <ds@schleef.org>
9139
9140         * REQUIREMENTS:  Update this file, change the formatting to make
9141         it more consistent, plus more machine readable.
9142
9143 2007-03-16  Michael Smith  <msmith@fluendo.com>
9144
9145         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9146         (strip_width_64), (append_with_other_format):
9147           Previous fix was too simplistic, and broke the tests. Use a better
9148           approach; only strip 64 from widths for integer audio.
9149
9150 2007-03-16  Michael Smith  <msmith@fluendo.com>
9151
9152         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9153         (gst_audio_convert_transform_caps):
9154           We don't support 64 bit integer audio, so don't try to claim we can.
9155           Stops us producing caps don't match our template caps.
9156           Update comments.
9157
9158 2007-03-15  Michael Smith  <msmith@fluendo.com>
9159
9160         * gst/audioresample/gstaudioresample.c:
9161         (audioresample_check_discont), (audioresample_transform):
9162           Don't trigger discontinuities for very small imperfections; a filter
9163           flush will sound bad, and many plugins have rounding errors leading
9164           to these.
9165
9166 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9167
9168         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9169
9170         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9171         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9172         API: add "min-ptime" property to RTP base audio payloader.
9173         API: add gst_base_rtp_audio_payload_push().
9174         API: add gst_base_rtp_audio_payload_get_adapter().
9175         Fixes #415001
9176         Indentation/whitespace/documentation fixes.
9177
9178 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9179
9180         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9181         (audioresample_transform_size), (audioresample_do_output),
9182         (audioresample_transform), (audioresample_pushthrough): Handle
9183         discontinuous streams.
9184         * gst/audioresample/gstaudioresample.h:
9185         * tests/check/elements/audioresample.c:
9186         (test_discont_stream_instance), (GST_START_TEST),
9187         (audioresample_suite): Add a test for discontinuous streams.
9188         * win32/common/config.h: Updated.
9189
9190 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9191
9192         * po/af.po:
9193         * po/az.po:
9194         * po/cs.po:
9195         * po/en_GB.po:
9196         * po/it.po:
9197         * po/nb.po:
9198         * po/nl.po:
9199         * po/or.po:
9200         * po/sq.po:
9201         * po/sr.po:
9202         * po/sv.po:
9203         * po/uk.po:
9204         * po/vi.po:
9205           Update translations from translation project.
9206
9207 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9208
9209         * gst/audioresample/debug.h:
9210         * gst/audioresample/resample.c: (resample_init):
9211           Since I really am not interested in a debug line for each sample
9212           being processed, move the library's debugging to its own category,
9213           libaudioresample
9214
9215 2007-03-13  Michael Smith  <msmith@fluendo.com>
9216
9217         * ext/theora/theoradec.c: (theora_handle_type_packet):
9218           Since the plugin doesn't support anything other than 4:2:0 right
9219           now, post an error and fail if we get something else. Won't matter
9220           until libtheora supports the other pixel formats, but hopefully
9221           that'll be soon...
9222
9223 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9224
9225         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9226         Use gst_guint64_to_gdouble for conversion.
9227         * win32/MANIFEST:
9228         Add new files to the win32 MANIFEST.
9229         * win32/common/libgstaudio.def:
9230         * win32/common/libgstpbutils.def:
9231         Add new exported functions.
9232         * win32/vs6/gst_plugins_base.dsw:
9233         * win32/vs6/libgstdecodebin.dsp:
9234         * win32/vs6/libgstplaybin.dsp:
9235         Change the link to libgstpbutils.lib.
9236         * win32/vs6/libgstdecodebin2.dsp:
9237         Add a new project for decodebin2.
9238         * win32/vs6/libgstpbutils.dsp:
9239         Add a new project for pbutils.
9240
9241 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9242
9243         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9244           Also accept partial dates with only year and month,
9245           like 1999-12-00 (fixes #410396 even more).
9246
9247         * tests/check/libs/tag.c: (GST_START_TEST):
9248           Add unit test for the above.
9249
9250 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9251
9252         * tests/check/elements/subparse.c: (GST_START_TEST),
9253         (subparse_suite):
9254           Add unit test for MPL2 subtitle format (#413799).
9255
9256 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9257
9258         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9259
9260         * gst/subparse/Makefile.am:
9261         * gst/subparse/gstsubparse.c:
9262         (gst_sub_parse_data_format_autodetect),
9263         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9264         (gst_subparse_type_find):
9265         * gst/subparse/gstsubparse.h:
9266         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9267         * gst/subparse/mpl2parse.h:
9268           Add support for MPL2 subtitle format (#413799).
9269
9270 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9271
9272         * configure.ac:
9273           We require core CVS for the new buffer metadata copy functions.
9274
9275 2007-03-09  Wim Taymans  <wim@fluendo.com>
9276
9277         * gst-libs/gst/tag/gstid3tag.c:
9278         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9279         Fixes #414496.
9280
9281         Patch by: Alex Lancaster <alexl at users sourceforge net>
9282
9283 2007-03-09  Wim Taymans  <wim@fluendo.com>
9284
9285         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9286         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9287         Improve adapter usage and comments.
9288
9289 2007-03-09  Wim Taymans  <wim@fluendo.com>
9290
9291         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9292         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9293         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9294         Use new metadata copy function.
9295
9296         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9297         (gst_ffmpegcsp_transform):
9298         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9299         Basetransform copied the metadata for us.
9300
9301 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9302
9303         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9304         (gst_text_overlay_video_event):
9305           Some more logging. Only accept newsegment events in TIME format and
9306           send a WARNING message if they are not in TIME format.
9307
9308         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9309         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9310         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9311         * gst/subparse/gstsubparse.h:
9312           No need to allocate GstSegment structure dynamically, just put it
9313           into the instance structure; ignore newsegment events in BYTE
9314           format and in particular don't let it overwrite our saved TIME
9315           segment from the last seek.
9316
9317 2007-03-09  Michael Smith  <msmith@fluendo.com>
9318
9319         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9320           Replace AC3 typefinder with one that isn't terrible, and actually
9321           works usefully.
9322
9323 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9324
9325         * gst/audioconvert/gstaudioconvert.c:
9326         (gst_audio_convert_transform):
9327           fix error category and translatable string
9328           
9329
9330 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9331
9332         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9333         * pkgconfig/gstreamer-plugins-base.pc.in:
9334           Fix up utils => pbutils here too.
9335
9336 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9337
9338         * gst/subparse/gstsubparse.c: (handle_buffer):
9339           Break out of loop in chain function as soon as possible if we get
9340           a non-OK flow return.
9341
9342 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9343
9344         * tests/check/elements/alsa.c: (GST_START_TEST):
9345         Unref the mixer if the state change fails too (if the
9346         alsa devices are inaccessible, for example)
9347
9348 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9349
9350         * tests/check/Makefile.am:
9351         Don't test libvisual elements in the states check, because libvisual
9352         seems to leak internally.
9353
9354         Re-enable the alsa and states tests now that there's new suppressions
9355         in gst.supp.
9356
9357         * tests/check/elements/alsa.c: (GST_START_TEST):
9358         Don't leak the alsamixer we instantiated.
9359
9360 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9361
9362         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9363         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9364         (gst_ximagesink_finalize):
9365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9366         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9367         Move some cleanup stuff from the state change handler into a _reset()
9368         function that can be called from _finalize(). This ensures that things
9369         get freed even if (for some reason) the NULL->READY state transition
9370         fails in the parent class.
9371         Even if a parent state change fails, process our downward state change
9372         logic instead of bailing out early.
9373         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9374
9375 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9376
9377         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9378         Extra log line.
9379
9380         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9381         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9382         Use pango_font_description_set_family_static instead of 
9383         pango_font_description_set_family to save a string copy (it was
9384         leaking due to the strdup anyway)
9385
9386         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9387         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9388         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9389         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9390         Chain up in finalize.
9391
9392 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9393
9394         * gst-libs/gst/interfaces/mixertrack.c:
9395         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9396         (gst_mixer_track_set_property):
9397           API: add "untranslated-label" property which should be set by
9398           implementations at construct time (#414645).
9399
9400         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9401         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9402           Set "untranslated-label" when constructing mixer track objects.
9403
9404         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9405           Unit test to check the above.
9406
9407 2007-03-07  Wim Taymans  <wim@fluendo.com>
9408
9409         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9410         Fix confusing debug message.
9411
9412 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9413
9414         * gst-plugins-base.doap:
9415         update doap file with new version
9416
9417 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9418
9419         * configure.ac:
9420         Back to CVS
9421
9422 === release 0.10.12 ===
9423
9424 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9425
9426         * configure.ac:
9427           releasing 0.10.12, "Zombie Horde"
9428
9429 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9430
9431         * configure.ac:
9432         Bump version to 0.10.11.4 pre-release
9433
9434 2007-03-06  Wim Taymans  <wim@fluendo.com>
9435
9436         * gst-libs/gst/audio/gstbaseaudiosink.c:
9437         (gst_base_audio_sink_async_play):
9438         Fix regression that made GStreamer skip the first samples of audio.
9439         Fixes #414684.
9440
9441 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9442
9443         * configure.ac:
9444         Bump version to 0.10.11.3 pre-release
9445
9446 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9447
9448         * po/POTFILES.in:
9449           Update paths for the rename from utils to pbutils to fix the build.
9450
9451 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9452
9453         * gst-libs/gst/pbutils/Makefile.am:
9454           Change directory to install headers in from gst/utils to gst/pbutils
9455           as well.
9456
9457 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9458
9459         * configure.ac:
9460         * docs/libs/gst-plugins-base-libs-docs.sgml:
9461         * docs/libs/gst-plugins-base-libs-sections.txt:
9462         * gst-libs/gst/Makefile.am:
9463         * gst-libs/gst/interfaces/mixer.c:
9464         * gst-libs/gst/pbutils/Makefile.am:
9465         * gst-libs/gst/pbutils/descriptions.c:
9466         (gst_pb_utils_get_source_description),
9467         (gst_pb_utils_get_sink_description),
9468         (gst_pb_utils_get_decoder_description),
9469         (gst_pb_utils_get_encoder_description),
9470         (gst_pb_utils_get_element_description),
9471         (gst_pb_utils_add_codec_description_to_tag_list),
9472         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9473         * gst-libs/gst/pbutils/descriptions.h:
9474         * gst-libs/gst/pbutils/install-plugins.c:
9475         * gst-libs/gst/pbutils/install-plugins.h:
9476         * gst-libs/gst/pbutils/missing-plugins.c:
9477         (gst_missing_uri_source_message_new),
9478         (gst_missing_uri_sink_message_new),
9479         (gst_missing_element_message_new),
9480         (gst_missing_decoder_message_new),
9481         (gst_missing_encoder_message_new),
9482         (gst_missing_plugin_message_get_description):
9483         * gst-libs/gst/pbutils/missing-plugins.h:
9484         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9485         * gst-libs/gst/pbutils/pbutils.h:
9486         * gst-libs/gst/utils/Makefile.am:
9487         * gst-libs/gst/utils/base-utils.c:
9488         * gst-libs/gst/utils/base-utils.h:
9489         * gst-libs/gst/utils/descriptions.c:
9490         * gst-libs/gst/utils/descriptions.h:
9491         * gst-libs/gst/utils/install-plugins.c:
9492         * gst-libs/gst/utils/install-plugins.h:
9493         * gst-libs/gst/utils/missing-plugins.c:
9494         * gst-libs/gst/utils/missing-plugins.h:
9495         * gst-plugins-base.spec.in:
9496         * gst/playback/Makefile.am:
9497         * gst/playback/gstdecodebin.c:
9498         * gst/playback/gstdecodebin2.c:
9499         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9500         (gen_source_element):
9501         * gst/playback/gstplaybin.c: (plugin_init):
9502         * tests/check/Makefile.am:
9503         * tests/check/libs/pbutils.c: (GST_START_TEST),
9504         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9505         * tests/check/libs/utils.c:
9506           rename utils to pbutils
9507
9508 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9509
9510         * docs/plugins/Makefile.am:
9511         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9512         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9513         * docs/plugins/inspect/plugin-decodebin2.xml:
9514         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9515         Add documentation for decodebin2 that indicates that the API
9516         is still unstable.
9517
9518 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9519
9520         * configure.ac:
9521         Update to 0.10.11.2 (0.10.12 pre-release)
9522
9523 2007-03-01  Wim Taymans  <wim@fluendo.com>
9524
9525         * gst-libs/gst/audio/gstbaseaudiosink.c:
9526         (gst_base_audio_sink_async_play):
9527         base time is irrelevant here.
9528
9529 2007-03-01  Wim Taymans  <wim@fluendo.com>
9530
9531         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9532         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9533         Improve debugging.
9534
9535         * gst-libs/gst/audio/gstbaseaudiosink.c:
9536         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9537         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9538         Improve latency and clock slaving calculations.
9539         Improve slave clock calibration.
9540
9541         * gst-libs/gst/audio/gstringbuffer.c:
9542         (gst_ring_buffer_commit_full):
9543         When we are asked to render N sample to 0 bytes, return N.
9544
9545 2007-03-01  Wim Taymans  <wim@fluendo.com>
9546
9547         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9548         (gst_alsasink_write), (gst_alsasink_reset):
9549         * ext/alsa/gstalsasink.h:
9550         Remove unused dispose function.
9551         Rename lock to not interfere with alsasrc lock.
9552
9553         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9554         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9555         (gst_alsasrc_read), (gst_alsasrc_reset):
9556         * ext/alsa/gstalsasrc.h:
9557         Implement finalize function.
9558         Use lock to protect alsa access.
9559         Implement _reset.
9560         Fine tune sw params.
9561
9562 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9563
9564         * configure.ac:
9565           Convert to new AG_GST style.
9566
9567 2007-02-28  Wim Taymans  <wim@fluendo.com>
9568
9569         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9570
9571         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9572         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9573         Fix race condition when rapidly switching visualisations in playbin.
9574         Fixes #401029.
9575
9576 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9577
9578         * tests/check/Makefile.am:
9579         Include local stuff before system installed things in LDFLAGS and
9580         CFLAGS.
9581
9582 2007-02-28  Wim Taymans  <wim@fluendo.com>
9583
9584         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9585         Improve debugging.
9586
9587 2007-02-28  Wim Taymans  <wim@fluendo.com>
9588
9589         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9590         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9591         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9592         Fix duration and timestamping, taking latency into account.
9593         Implement latency query.
9594
9595 2007-02-28  Wim Taymans  <wim@fluendo.com>
9596
9597         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9598         (gst_audio_clock_new):
9599         Fix clock name.
9600
9601         * gst-libs/gst/audio/gstbaseaudiosink.c:
9602         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9603         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9604         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9605         (gst_base_audio_src_create):
9606         Improve latency query code.
9607         Use proper clock names.
9608
9609 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9610
9611         * tests/check/generic/states.c: (GST_START_TEST):
9612           Copy the states.c test from core again
9613         * tests/check/Makefile.am:
9614           ignore cdio and cdparanoiasrc
9615
9616 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9617
9618         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9619         (double_hq), (audio_convert_get_func_index), (check_default),
9620         (audio_convert_prepare_context), (audio_convert_convert):
9621           Also make valgrind happy and avoid copying data in some cases.
9622
9623 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9624
9625         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9626         (double_hq), (audio_convert_get_func_index),
9627         (audio_convert_prepare_context), (audio_convert_convert):
9628         * gst/audioconvert/gstaudioconvert.c:
9629         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9630         (gst_audio_convert_transform_caps):
9631         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9632         (audioconvert_suite):
9633           Don't run inplace if that overwrites source data as we go. Add more
9634           tests. Fixes #339837 even more.
9635
9636 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9637
9638         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9639         (msg_segment_done): Fix various seeking bugs (Slider was not
9640         updating when doing a non flushing seek, Reverse playback 
9641         on segment seek was wrong).
9642
9643 2007-02-26  Wim Taymans  <wim@fluendo.com>
9644
9645         * tests/examples/seek/seek.c: (stop_seek):
9646         When we stop scrubbing, don't leave the pipeline PLAYING when we
9647         requested a PAUSED state.
9648
9649 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9650
9651         Patch by: René Stadler <mail at renestadler de>
9652
9653         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9654           Parse date strings in vorbis comments that have an invalid (zero)
9655           month or day (#410396).
9656
9657         * tests/check/libs/tag.c: (GST_START_TEST):
9658           Test case for the above.
9659
9660 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9661
9662         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9663
9664         * configure.ac:
9665         * ext/alsa/Makefile.am:
9666         * gst/audiotestsrc/Makefile.am:
9667           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9668
9669 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9670
9671         * gst/playback/gstplaybin.c:
9672           Improve docs: point out that the application needs to assist playbin
9673           with buffering.
9674
9675 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9676
9677         * gst-libs/gst/utils/install-plugins.c:
9678         * gst-libs/gst/utils/missing-plugins.c:
9679         * tests/check/libs/utils.c: (missing_msg_check_getters):
9680           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9681           to just 'gstreamer'. Document the caps string component of the
9682           decoder/encoder detail a bit better, since not everyone will be
9683           familiar with the GStreamer media type/caps system (but they better
9684           enjoy nested itemized lists).
9685
9686 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9687
9688         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9689         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9690           Fix copying of GstNetBuffer (would crash before, or at least lead to
9691           invalid memory access, #410772), for now by copying the GstBuffer copy
9692           code from the core over here so we can copy the GstBuffer fields on a
9693           provided buffer instance (of type GstNetBuffer in this case). Would be
9694           better to fix this with some support by the core though (and in the long
9695           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9696
9697         * tests/check/Makefile.am:
9698           Enable unit test for GstNetBuffer.
9699
9700 2007-02-22  Andy Wingo  <wingo@pobox.com>
9701
9702         * gst-libs/gst/audio/gstbaseaudiosink.c
9703         (gst_base_audio_sink_init): Disable pull-mode activation until we
9704         figure out how to make audio sinks go to PLAYING.
9705
9706 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9707
9708         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9709         (double_hq), (audio_convert_get_func_index),
9710         (audio_convert_prepare_context), (audio_convert_convert):
9711         * gst/audioconvert/audioconvert.h:
9712         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9713         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9714         * gst/audioconvert/gstchannelmix.h:
9715         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9716           Add float as an intermediate format, as well as float mixing. Enable
9717           test that was failing before. Fixes #339837
9718
9719 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9720
9721         * tests/examples/seek/seek.c: (do_seek):
9722         Undo the previous commit: -1 as a stop time implies that the stop
9723         time is the end of file, clearing any previously configured segment.
9724
9725 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9726
9727         * tests/examples/seek/seek.c: (do_seek):
9728         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9729
9730 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9731
9732         * gst/volume/gstvolume.c: (volume_process_int16),
9733         (volume_process_int16_clamp), (volume_set_caps):
9734           Unbreak volume, value remains gint.
9735
9736 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9737
9738         * gst/volume/gstvolume.c: (volume_choose_func),
9739         (volume_update_real_volume), (gst_volume_set_volume),
9740         (gst_volume_init), (volume_process_double), (volume_process_float),
9741         (volume_process_int16), (volume_process_int16_clamp),
9742         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9743         * gst/volume/gstvolume.h:
9744           Extend float audio support (double) and some int->uint cleanups.
9745
9746 2007-02-20  Edward Hervey  <edward@fluendo.com>
9747
9748         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9749         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9750         (sort_end_pads), (gst_decode_group_expose),
9751         (gst_decode_group_hide):
9752         Don't free groups from the streaming threads. Just put them aside and
9753         free them in dispose.
9754
9755 2007-02-20  Edward Hervey  <edward@fluendo.com>
9756
9757         * gst/playback/gstdecodebin2.c: (connect_element),
9758         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9759         (sort_end_pads), (gst_decode_group_expose):
9760         Handle dynamic pads within groups.
9761         Sort pads before exposing them in order to make playbin happy.
9762         There still is a race with the multiqueue filling up. This should be
9763         solved separately.
9764         Fixes #398721
9765
9766 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9767
9768         * gst-libs/gst/utils/base-utils.c:
9769         * gst-libs/gst/utils/descriptions.c:
9770         * gst-libs/gst/utils/install-plugins.c:
9771         * gst-libs/gst/utils/missing-plugins.c:
9772           Some more docs (and descriptions for two subtitle formats).
9773
9774 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9775
9776         * gst-libs/gst/audio/audio.c:
9777           Fix documentation.
9778
9779 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9780
9781         Patch by: Yves Lefebvre  <ivanohe abacom com>
9782
9783         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9784           Don't leak caps. Fixes #408278.
9785
9786 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9787
9788         * ext/cdparanoia/gstcdparanoiasrc.h:
9789         * ext/ogg/gstoggdemux.h:
9790         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9791         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9792         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9793         * gst-libs/gst/audio/audio.h:
9794         * gst-libs/gst/audio/gstaudiofilter.h:
9795         * gst-libs/gst/interfaces/videoorientation.h:
9796         * gst/adder/gstadder.h:
9797           More docs coverage and some ChangeLog surgery (add missing names)
9798
9799 2007-02-15  Wim Taymans  <wim@fluendo.com>
9800
9801         * sys/ximage/ximagesink.c:
9802         (gst_ximagesink_calculate_pixel_aspect_ratio):
9803         * sys/xvimage/xvimagesink.c:
9804         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9805         Small constifications.
9806
9807 2007-02-15  Wim Taymans  <wim@fluendo.com>
9808
9809         * gst-libs/gst/audio/gstbaseaudiosink.c:
9810         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
9811         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
9812         (gst_base_audio_sink_async_play),
9813         (gst_base_audio_sink_change_state):
9814         Answer latency query.
9815         Use configured latency when syncing.
9816         Fix clock slaving.
9817
9818         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9819         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
9820         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
9821         Fix possible memleak.
9822         Implement latency query.
9823         Small cleanups.
9824
9825 2007-02-15  Wim Taymans  <wim@fluendo.com>
9826
9827         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9828         Ignore errors in reset, these are not fatal. They also grab the element
9829         lock which is already taking when this function is called. Fixes
9830         #405451.
9831
9832 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9833
9834         * configure.ac:
9835           Remove 'tests/examples/xerror/Makefile' from output files again.
9836
9837 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9838
9839         * configure.ac:
9840         * docs/plugins/Makefile.am:
9841           Also crossref against gst-plugins-base-libs.
9842
9843 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9844
9845         * configure.ac:
9846         * docs/libs/Makefile.am:
9847         * docs/plugins/Makefile.am:
9848           Add crossreferences to glib/gobject/gstream docs.
9849
9850         * gst-libs/gst/audio/audio.h:
9851           Source formatting.
9852
9853         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
9854           Add own debug category.
9855
9856 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9857
9858         Patch by: René Stadler <mail at renestadler de>
9859
9860         * gst-libs/gst/tag/gstvorbistag.c:
9861           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
9862           (#403597).
9863
9864 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9865
9866         * gst/playback/gstplaybasebin.c: (setup_source):
9867           When we have external subtitles and wait for the subtitle decodebin
9868           to get up and running, we set up a (sync) bus handler for the
9869           subtitle decodebin, so we can stop waiting when it posts an error
9870           message. However, we should do that before we set the subtitle
9871           decodebin's state to playing, otherwise things are racy and we might
9872           miss error messages posted before we had a chance to set up the bus.
9873           This should finally fix totem hanging on .txt pseudo-subtitle files.
9874           
9875 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
9876
9877         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
9878           Use gst_gdouble_to_guint64 for conversions.
9879         * win32/common/config.h.in:
9880           Add a define for GST_INSTALL_PLUGINS_HELPER
9881         * win32/common/libgstaudio.def:
9882         * win32/common/libgstcdda.def:
9883         * win32/common/libgstnetbuffer.def:
9884         * win32/common/libgstrtp.def:
9885         * win32/common/libgutils.def:
9886           Add new exported functions.
9887         * win32/vs6/gst_plugins_base.dsw:
9888         * win32/vs6/libgstdecodebin.dsp:
9889         * win32/vs6/libgstnetbuffer.dsp:
9890         * win32/vs6/libgstplaybin.dsp:
9891         * win32/vs6/libgstrtp.dsp:
9892         * win32/vs6/libgstvorbis.dsp:
9893         * win32/vs6/libgstcdda.dsp:
9894         * win32/vs6/libgstgdp.dsp:
9895         * win32/vs6/libgstutils.dsp:
9896           Update and add new project files.
9897
9898 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9899
9900         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
9901         (subrip_remove_unhandled_tags), (parse_subrip):
9902           For SubRip (.srt) subtitles, ignore all markup tags we don't
9903           handle (like font tags, for example).
9904
9905         * tests/check/elements/subparse.c:
9906           Add test for this.
9907
9908 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9909
9910         * gst/playback/gstdecodebin.c: (add_fakesink),
9911         (gst_decode_bin_change_state):
9912         * gst/playback/gstdecodebin2.c: (add_fakesink),
9913         (gst_decode_bin_change_state):
9914           Don't error out if there is no fakesink in the NULL to READY state
9915           change, since when decodebin is re-used, we're only adding the
9916           fakesink element in READY to PAUSED.
9917
9918         * tests/check/elements/decodebin.c:
9919         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
9920         (decodebin_suite):
9921           Minimal unit test to make sure we can use the same decodebin
9922           instance twice (at least with audiotestsrc input).
9923
9924 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9925
9926         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
9927           Try to get devic-name from device string first, and from handle only
9928           as fallback (seems to yield better results and is more robust
9929           against buggy probing code on the application side).
9930
9931 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
9932
9933         Based on patch by: Julien Puydt <julien.puydt at laposte net>
9934
9935         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
9936         (gst_alsa_find_device_name):
9937         * ext/alsa/gstalsa.h:
9938         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
9939         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
9940           Improve device-name detection a bit, especially in the case where
9941           the device is not actually open (#405020, #405024). Move common code
9942           into gstalsa.c instead of duplicating it.
9943
9944 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
9945
9946         * gst/audioconvert/gstaudioconvert.c:
9947           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
9948
9949 2007-02-06  Julien MOUTTE  <julien@moutte.net>
9950
9951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
9952         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
9953         (gst_xvimagesink_interface_supported),
9954         (gst_xvimagesink_probe_get_properties),
9955         (gst_xvimagesink_probe_probe_property),
9956         (gst_xvimagesink_probe_needs_probe),
9957         (gst_xvimagesink_probe_get_values),
9958         (gst_xvimagesink_property_probe_interface_init),
9959         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9960         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
9961         (gst_xvimagesink_get_type):
9962         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
9963         for XVAdaptors so that one can choose the adaptor to use with 
9964         gstreamer-properties.
9965
9966 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
9967
9968         * gst/audioconvert/gstaudioconvert.c:
9969           Also mention that a conversion from double to float is suboptimal still.
9970
9971 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9972
9973         * gst-libs/gst/audio/gstaudiofilter.c:
9974         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
9975           Clear our formats structure and free the caps contained in it when
9976           shutting down.
9977
9978 2007-02-05  Andy Wingo  <wingo@pobox.com>
9979
9980         * gst-libs/gst/audio/gstbaseaudiosink.c
9981         (gst_base_audio_sink_callback): Update basesink->offset so that we
9982         pull monotonically increasing offsets instead of, um, seeking back
9983         to 0 each time. Fixes alsasrc ! alsasink!
9984
9985 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
9986
9987         * gst/videoscale/gstvideoscale.c:
9988           A width and height of 1 makes us crash, so increase minimum size to
9989           2x2 pixels until someone feels like fixing this (#404512).
9990
9991 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
9992
9993         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
9994           Add small test to make sure request pads are cleaned up properly
9995           even if oggmux never changes state out of NULL.
9996
9997 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
9998
9999         * tests/check/libs/utils.c: (GST_START_TEST):
10000           Fix unit test. Turns out things work much better when you
10001           NULL-terminate string arrays. Should make p5 build bot happy again.
10002
10003 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10004
10005         * gst-libs/gst/audio/Makefile.am:
10006         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10007         (gst_audio_filter_template_base_init),
10008         (gst_audio_filter_template_class_init),
10009         (gst_audio_filter_template_init),
10010         (gst_audio_filter_template_set_property),
10011         (gst_audio_filter_template_get_property),
10012         (gst_audio_filter_template_setup),
10013         (gst_audio_filter_template_filter),
10014         (gst_audio_filter_template_filter_inplace), (plugin_init):
10015           Oops, forgot to commit fixed-up example.
10016
10017 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10018
10019         * docs/libs/gst-plugins-base-libs-sections.txt:
10020         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10021         (gst_audio_filter_class_init), (gst_audio_filter_init),
10022         (gst_audio_filter_set_caps),
10023         (gst_audio_filter_class_add_pad_templates):
10024         * gst-libs/gst/audio/gstaudiofilter.h:
10025           Port GstAudioFilter to 0.10. This change technically breaks
10026           API and ABI (and thus also every library developer's heart),
10027           but seems justifiable on the grounds that the base class was
10028           completely unusable before (ie. would crash immediately when
10029           actually used). Fixes #403963 (and eventually also #403572).
10030           Also document all of this a bit.
10031
10032 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10033
10034         * gst-libs/gst/utils/install-plugins.c:
10035         (gst_install_plugins_spawn_child):
10036         * tests/check/libs/utils.c:
10037         (test_base_utils_install_plugins_do_callout):
10038           Lowering log level to see why things fail on the p5 build bot;
10039           fix some typos in unit test messages.
10040
10041 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10042
10043         * tests/check/libs/utils.c:
10044         (test_base_utils_install_plugins_do_callout):
10045           Don't hard-code temp directory for test helper; use GLib functions
10046           to write out file and do error checking etc.
10047
10048 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10049
10050         * gst-libs/gst/utils/Makefile.am:
10051         * gst-libs/gst/utils/base-utils.h:
10052         * gst-libs/gst/utils/install-plugins.c:
10053         (gst_install_plugins_context_set_xid),
10054         (gst_install_plugins_context_new),
10055         (gst_install_plugins_context_free),
10056         (gst_install_plugins_get_helper),
10057         (gst_install_plugins_spawn_child),
10058         (gst_install_plugins_return_from_status),
10059         (gst_install_plugins_installer_exited),
10060         (gst_install_plugins_async), (gst_install_plugins_sync),
10061         (gst_install_plugins_return_get_name),
10062         (gst_install_plugins_installation_in_progress):
10063         * gst-libs/gst/utils/install-plugins.h:
10064           API: add API for applications to initiate installation of missing
10065           plugins, ie. gst_install_plugins_async() primarily.
10066           Based on libgimme-codec by Ryan Lortie.
10067
10068         * configure.ac:
10069           Add --with-install-plugins-helper configure option so distros can specify
10070           the path of the helper script or program to call when plugin installation
10071           is requested (distros: please do any argument munging in this helper
10072           script instead of patching GStreamer to pass arguments differently
10073           to another program directly).
10074
10075         * docs/libs/gst-plugins-base-libs-docs.sgml:
10076         * docs/libs/gst-plugins-base-libs-sections.txt:
10077           Build and document new API.
10078
10079         * tests/check/libs/utils.c: (result_cb),
10080         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10081         (libgstbaseutils_suite):
10082           Some simple checks for the new API.
10083
10084 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10085
10086         * tests/check/elements/audioconvert.c: (test_float_conversion):
10087           Add small test for 32bit float <=> 64bit float conversion (works
10088           only one way so far, 32=>64 produces structured noise).
10089
10090 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10091
10092         * gst/audioconvert/gstaudioconvert.c:
10093         (set_structure_widths_32_and_64), (make_lossless_changes):
10094           We don't support floats with a width of 40, 48 or 56 bits.
10095
10096 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10097
10098         * gst/audioconvert/audioconvert.c: (float), (double),
10099         (audio_convert_get_func_index):
10100         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10101         (make_lossless_changes):
10102           Support for 64-bit float audio in audioconvert (#339837)
10103
10104 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10105
10106         Patch by: Holger Wansing  <linux wansing-online de>
10107
10108         * po/LINGUAS:
10109         * po/de.po:
10110           Add German translation (#352069).
10111
10112 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10113
10114         reviewed by: Wim Taymans <wim@fluendo.com>
10115
10116         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10117         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10118         Use newly added GstCollectPads API to free the allocated resources in
10119         the GstOggPad structures (#402393).
10120
10121 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10122
10123         * gst/playback/gstplaybin.c: (gen_vis_element):
10124           Add audioresample+audioconvert in front of the visualisation
10125           element, so that elements like libvisual 0.4 that don't support all
10126           samplerates can work.
10127
10128           Fixes: #402505
10129
10130 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10131
10132         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10133         (gst_play_base_bin_get_streaminfo_value_array):
10134           Take some locks and make a copy of the streaminfo value array we
10135           maintain while holding the lock, so that the application can
10136           retrieve the stream-info as a value array in a thread-safe way.
10137
10138 2007-01-30  Wim Taymans  <wim@fluendo.com>
10139
10140         * gst/audioconvert/gstaudioconvert.c:
10141         Don't fail on 0 sized buffers. Fixes #396835.
10142
10143 2007-01-29  David Schleef  <ds@schleef.org>
10144
10145         * gst/typefind/gsttypefindfunctions.c:
10146           Detect BBCD as video/x-dirac, so we can play raw dirac
10147           streams.
10148
10149 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10150
10151         * ext/theora/theoraenc.c: (theora_enc_chain):
10152           Check return value of theora_encode_header(), or we might try to
10153           allocate a random number of bytes. theora_encode_header() can fail
10154           if libtheora has been compiled with encoding support disabled.
10155           Fixes #398110.
10156
10157 2007-01-29  Wim Taymans  <wim@fluendo.com>
10158
10159         * tests/check/gst/.cvsignore:
10160         Do as buildbot says.
10161
10162 2007-01-29  Wim Taymans  <wim@fluendo.com>
10163
10164         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10165         Fix strides in libvisual. Gst uses X strides.
10166         Inspired by: <ed at catmur dot co dot uk> and 
10167         <tim at centricular dot net>
10168         Fixes #401118.
10169
10170 2007-01-27  Wim Taymans  <wim@fluendo.com>
10171
10172         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10173         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10174         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10175         (gst_ogg_demux_perform_seek),
10176         (gst_ogg_demux_bisect_forward_serialno),
10177         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10178         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10179         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10180         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10181         * ext/ogg/gstoggdemux.h:
10182         Properly propagate streaming errors when we are scanning the file for
10183         chains so that we don't crash when shut down. Might fix some crashers
10184         when quickly switching oggs in RB such as #332503 and #378436.
10185
10186 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10187
10188         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10189           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10190           error code as well.
10191
10192 2007-01-25  Wim Taymans  <wim@fluendo.com>
10193
10194         * gst/playback/gstplaybasebin.c: (remove_source):
10195         Don't try to disconnect a signal from a finalized object.
10196
10197 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10198
10199         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10200           Cast lock macro parameters to make sure we're actually accessing the
10201           lock member at the right class level. Free list itself in _dispose()
10202           as well and NULL it in case dispose gets called multiple times.
10203
10204 2007-01-25  Edward Hervey  <edward@fluendo.com>
10205
10206         * gst/playback/gstdecodebin2.c:
10207         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10208         Free GstDecodeGroups no longer used.
10209         (gst_decode_group_expose):
10210         Don't unlock too many times !
10211         (deactivate_free_recursive):
10212         Free iterator once we're done with it.
10213         Fix for recursively deactivating elements (stop at ghostpads).
10214
10215 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10216
10217         * gst/playback/gstplaybin.c: (handoff):
10218           Fix up caps on the frame buffer before we save it and potentially
10219           make it accessible to other threads via g_object_get; also use
10220           gst_buffer_replace() instead of gst_mini_object_replace().
10221
10222 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10223
10224         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10225           Make getting the current frame thread-safe.
10226
10227 2007-01-25  Edward Hervey  <edward@fluendo.com>
10228
10229         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10230         (gst_decode_group_new), (gst_decode_group_free):
10231         Set queues to bigger sizes to cope with HD contents.
10232         Fix some mutex freeing and add comment about MT safe methods.
10233
10234 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10235
10236         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10237         (gst_text_overlay_text_event):
10238           Don't unnecessarily ref (and then leak) upstream events if the text
10239           pad is not linked. Fixes #399948.
10240
10241         * tests/check/gst-plugins-base.supp:
10242           Add suppression for pango on edgy/x86 for textoverlay test.
10243
10244 2007-01-24  Wim Taymans  <wim@fluendo.com>
10245
10246         * gst-libs/gst/rtp/gstrtpbuffer.h:
10247         Add some more fixed payloads.
10248
10249 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10250
10251         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10252           Error out properly if we get an error from libogg while reading the
10253           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10254
10255 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10256
10257         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10258           Don't leak mutex.
10259
10260         * tests/check/elements/playbin.c:
10261         (test_sink_usage_video_only_stream),
10262         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10263         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10264         (test_missing_suburisource_handler),
10265         (test_missing_primary_decoder), (playbin_suite):
10266           Run all tests once with decodebin and once with decodebin2.
10267           One test does not pass yet with decodebin2.
10268
10269 2007-01-23  Edward Hervey  <edward@fluendo.com>
10270
10271         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10272         Fix the cases where oggmux doesn't properly figure out that all
10273         sinkpads have gone EOS, and therefore doesn't push out the remaining
10274         buffers and the final EOS event.
10275         Fixes #363379
10276
10277 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10278
10279         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10281         Don't lock on navigation event push, just on keysym to string.
10282         Fixes #397673 again.
10283
10284 2007-01-22  Edward Hervey  <edward@fluendo.com>
10285
10286         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10287         (get_current_group), (group_demuxer_event_probe),
10288         (gst_decode_group_expose), (deactivate_free_recursive),
10289         (gst_decode_group_free):
10290         Cleanups.
10291         Don't forget to emit 'no-more-pads' once a group is exposed.
10292         Cleanup elements from a DecodeGroup once we remove it.
10293         Protect call to gst_decode_group_expose() with the decodebin lock.
10294
10295 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10296
10297         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10299         Looking at Xorg code i can't figure out if that XKeysymToString
10300         function is thread sensible or not. Lock it just in case as
10301         recommended by Radek Doulik <rodo at ximian dot com>.
10302
10303 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10304
10305         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10307         Lock that X Call as well. Fixes #397673.
10308
10309 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10310
10311         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10312           Don't go into an endless loop if the file starts with 00 00 01 2X,
10313           like quicktime redirect files might. Fixes #396042.
10314
10315         * tests/check/Makefile.am:
10316         * tests/check/gst/.cvsignore:
10317         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10318         (typefindfunctions_suite):
10319           Add unit test for the above.
10320
10321 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10322
10323         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10324           On second thought, use "depth" field rather than "bpp" field.
10325
10326 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10327
10328         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10329           Camtasia caps apparently need a bpp field (#398875).
10330
10331 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10332
10333         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10334         (gen_source_element), (gst_play_base_bin_change_state):
10335           Attempt at a better error message in case we don't have the required
10336           URI handler installed; post missing-plugin message also when we're
10337           missing an URI handler for the subtitle URI; clean up properly also
10338           when an error occurs and we never made it to PAUSED state.
10339
10340         * tests/check/elements/playbin.c: (GST_START_TEST),
10341         (playbin_suite):
10342           Check that we're also getting a missing-plugin messsage for a
10343           missing subtitle URI handler (and clean up properly).
10344
10345 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10346
10347         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10348           Plug a few reference leaks.
10349
10350 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10351
10352         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10353           Lower probability a bit if the marker isn't right at the start,
10354           to decrease the chance of false positives.
10355
10356 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10357
10358         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10359           Small mpeg2 system stream typefinding improvement: make typefinder
10360           probe a bit into the stream instead of just looking for a marker
10361           at the beginning. Fixes #397810.
10362
10363 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10364
10365         * gst/audioconvert/gstchannelmix.c:
10366           Remove compatibility cruft for prehistoric GLib versions.
10367
10368 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10369
10370         * gst/playback/Makefile.am:
10371         * gst/playback/gstdecodebin.c: (close_pad_link):
10372         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10373         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10374         (gst_play_base_bin_handle_message_func), (unknown_type):
10375           Let decodebin be the element to post missing-plugin messages for
10376           missing decoders (rather than playbin); make playbin implement
10377           GstBin::handle_message so we can suppress missing-plugin messages
10378           for types we're not handling on purpose (don't want to bring up an
10379           installer in those cases).
10380
10381 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10382
10383         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10384         * gst-libs/gst/tag/gstvorbistag.c:
10385         (gst_tag_list_to_vorbiscomment_buffer):
10386         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10387           Fix potentially unaligned access (#397207).
10388
10389 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10390
10391         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10392         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10393         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10394         (main):
10395           Allow to toggle looping while it plays. Fix callback prototype. Clean
10396           up code a bit more. Add copyright header.
10397
10398 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10399
10400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10401           Red and blue mask was swapped (spotted by Dan Williams).
10402
10403 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10404
10405         * gst-libs/gst/tag/gstid3tag.c:
10406         * gst-libs/gst/tag/gstvorbistag.c:
10407           Use new beats-per-minute tag from core.
10408
10409 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10410
10411         * po/POTFILES.in:
10412           Add new files with translatable strings, so they actually make it
10413           into the template file one day.
10414
10415 2007-01-12  Andy Wingo  <wingo@pobox.com>
10416
10417         * gst-libs/gst/audio/gstbaseaudiosink.c
10418         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10419         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10420         stuff, as the base class handles this now. Actually tell the ring
10421         buffer to start.
10422         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10423         How did this work before? Maybe I'm not as awesome a programmer as
10424         I think.
10425
10426         * gst-libs/gst/audio/gstbaseaudiosrc.c
10427         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10428         of a pad function.
10429
10430 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10431
10432         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10433           Remove more fields so that the application can better blacklist
10434           formats that have been tried before.
10435
10436 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10437
10438         * gst-libs/gst/audio/mixerutils.h:
10439           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10440           used when compiling with c++ compilers as well.
10441
10442 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10443
10444         * gst/typefind/gsttypefindfunctions.c:
10445           Fix comment.
10446
10447 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10448
10449         * gst/playback/gstplaybin.c: (post_missing_element_message),
10450         (gen_video_element), (gen_text_element), (gen_audio_element),
10451         (gen_vis_element):
10452           Post missing-plugin messages also when we error out because
10453           converters, textoverlay or auto*sinks are missing (#161922).
10454
10455 2007-01-10  Wim Taymans  <wim@fluendo.com>
10456
10457         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10458         (is_demuxer_element), (new_caps):
10459         * gst/playback/gstplaybasebin.c: (source_new_pad):
10460         Fix the case where we try to ref a NULL element when we delay a link
10461         because of unfixed caps.
10462         Set the state of autoplugged decodebins to PAUSED.
10463         RTSP now works in playbin, we can remove it from the blacklist.
10464
10465 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10466
10467         * gst/playback/Makefile.am:
10468         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10469         (unknown_type), (setup_subtitle), (gen_source_element):
10470         * gst/playback/gstplaybin.c: (plugin_init):
10471           Post missing-plugin messages on the bus for missing sources and
10472           missing decoders/demuxers/depayloaders; fix error code used when
10473           we're missing an URI handler source; for media types that we are not
10474           handling on purpose at the moment, don't print "don't know how to
10475           handle xyz" messages to the terminal or post missing-plugin
10476           messages on the bus.
10477
10478         * tests/check/elements/playbin.c: (create_playbin),
10479         (GST_START_TEST), (gst_codec_src_uri_get_type),
10480         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10481         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10482         (gst_codec_src_init_type), (gst_codec_src_base_init),
10483         (gst_codec_src_create), (gst_codec_src_class_init),
10484         (gst_codec_src_init), (plugin_init), (playbin_suite):
10485           Add some tests for the missing-plugin stuff.
10486
10487 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10488
10489         * configure.ac:
10490         * gst-libs/gst/Makefile.am:
10491         * gst-libs/gst/utils/Makefile.am:
10492         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10493         * gst-libs/gst/utils/base-utils.h:
10494         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10495         (find_format_info), (caps_are_rtp_caps),
10496         (gst_base_utils_get_source_description),
10497         (gst_base_utils_get_sink_description),
10498         (gst_base_utils_get_decoder_description),
10499         (gst_base_utils_get_encoder_description),
10500         (gst_base_utils_get_element_description),
10501         (gst_base_utils_add_codec_description_to_tag_list),
10502         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10503         * gst-libs/gst/utils/descriptions.h:
10504         * gst-libs/gst/utils/missing-plugins.c:
10505         (missing_structure_get_type), (copy_and_clean_caps),
10506         (gst_missing_uri_source_message_new),
10507         (gst_missing_uri_sink_message_new),
10508         (gst_missing_element_message_new),
10509         (gst_missing_decoder_message_new),
10510         (gst_missing_encoder_message_new),
10511         (missing_structure_get_string_detail),
10512         (missing_structure_get_caps_detail),
10513         (gst_missing_plugin_message_get_installer_detail),
10514         (gst_missing_plugin_message_get_description),
10515         (gst_is_missing_plugin_message):
10516         * gst-libs/gst/utils/missing-plugins.h:
10517           API: add new libgstbaseutils library with functions
10518           - to create and parse missing-plugins messages
10519           - that provide (translated) descriptions for caps/decoders/sources/etc.
10520           Closes #392393.
10521
10522         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10523         * pkgconfig/gstreamer-plugins-base.pc.in:
10524           Add new lib.
10525
10526         * docs/libs/gst-plugins-base-libs-docs.sgml:
10527         * docs/libs/gst-plugins-base-libs-sections.txt:
10528           Generate docs for new lib and API.
10529
10530         * tests/check/Makefile.am:
10531         * tests/check/libs/.cvsignore:
10532         * tests/check/libs/utils.c: (missing_msg_check_getters),
10533         (GST_START_TEST), (libgstbaseutils_suite):
10534           Add some basic unit tests.
10535
10536 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10537
10538         * ext/ogg/Makefile.am:
10539           Dist gstoggdemux.h to fix 'make distcheck'.
10540
10541         * sys/v4l/Makefile.am:
10542           Fix 'make distcheck' even more.
10543
10544 2007-01-09  Wim Taymans  <wim@fluendo.com>
10545
10546         * docs/plugins/Makefile.am:
10547         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10548         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10549         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10550         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10551         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10552         (gst_ogg_demux_perform_seek):
10553         * ext/ogg/gstoggdemux.h:
10554         Added docs.
10555         Add some more comments.
10556         Small cleanups.
10557
10558 2007-01-09  Wim Taymans  <wim@fluendo.com>
10559
10560         * ext/theora/theoradec.c:
10561         * ext/vorbis/vorbisdec.c:
10562         * gst-libs/gst/audio/gstringbuffer.c:
10563         (gst_ring_buffer_commit_full):
10564         * gst-libs/gst/audio/gstringbuffer.h:
10565         * gst-libs/gst/rtp/gstrtpbuffer.c:
10566         * gst-libs/gst/tag/gstvorbistag.c:
10567         Small documentation updates/fixes
10568
10569 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10570
10571         * configure.ac:
10572           Require core CVS HEAD for Andy's basesrc/sink API additions.
10573
10574 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10575
10576         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10577
10578         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10579         (plugin_init):
10580           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10581           on flac.sf.net (there appear to be other versions of the first
10582           ogg page in the wild) (#391365).
10583
10584 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10585
10586         * configure.ac:
10587           Check if localtime_r() is available.
10588
10589         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10590           If localtime_r() is not available, fall back to localtime(). Should
10591           fix build on MingW (#393310).
10592
10593 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10594
10595         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10596         * gst/subparse/gstsubparse.h:
10597           Remove spurious 1000 subtrahend when calculating the timestamp from
10598           the frame number and the frame rate . Also, use the frames/second
10599           value specified in the first line of the file, if one is specified
10600           there. Should fix #357503.
10601
10602         * tests/check/elements/subparse.c: (do_test),
10603         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10604         (subparse_suite):
10605           Add some basic unit tests for the microdvd subtitle format.
10606
10607 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10608
10609         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10610
10611         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10612         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10613         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10614         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10615         (gst_xvimagesink_set_xwindow_id),
10616         (gst_xvimagesink_set_event_handling),
10617         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10618         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10619         Fixes: #390076.
10620         Add an adaptor property to select a specific XV adaptor.
10621         * sys/xvimage/xvimagesink.h:
10622
10623 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10624
10625         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10626         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10627         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10628         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10629         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10630         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10631         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10632         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10633         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10634         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10635         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10636         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10637         Use flow_lock much more to protect every access to xwindow.
10638         Try to catch erros while creating images in case some drivers are
10639         just generating an XError when the requested image is too big.
10640         Should fix : #354698, #384008, #384060.
10641         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10642         Implement some stress testing of setting window xid.
10643
10644 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10645
10646         * win32/common/libgsaudio.def:
10647           Add new exported function.
10648         * win32/common/libgstogg.dsp:
10649           Add gstoggaviparse.c to the build.
10650         * win32/common/libgstvideoscale.dsp:
10651           Add vs_4tap.c to the build.
10652         * win32/common/libgstvorbis.dsp:
10653           Add vorbistag.c to the build.
10654         
10655 2007-01-06  Andy Wingo  <wingo@pobox.com>
10656
10657         * gst-libs/gst/audio/gstbaseaudiosink.c
10658         (gst_base_audio_sink_class_init)
10659         (gst_base_audio_sink_init): 
10660         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10661         to baseaudiosink, and tell basesink that we can work in pull mode.
10662         This way the ring buffer thread drives the pipeline directly, if
10663         pull mode is possible. There is some lingering nastiness regarding
10664         capsnego, however.
10665         (gst_base_audio_sink_callback): Implement the callback to pull
10666         data. This interface is a bit light, though -- it should get a
10667         GstFlowReturn return value at least.
10668
10669 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10670
10671         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10672         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10673         * gst/playback/gstdecodebin2.c:
10674         (gst_decode_group_check_if_blocked):
10675           Printf format and missing argument fixes.
10676
10677 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10678
10679         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10680         (gst_ogm_parse_change_state):
10681         Activate pads before adding them to the element.
10682
10683 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10684
10685         * tests/examples/seek/scrubby.c: (main):
10686         * tests/examples/seek/seek.c: (main):
10687           Call g_thread_init() first thing in main() (see #391278).
10688
10689 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10690
10691         * tests/check/Makefile.am:
10692         * tests/check/libs/.cvsignore:
10693         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10694         (netbuffer_suite):
10695           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10696           for the time being, since it's broken, see #393099.
10697
10698 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10699
10700         * tests/check/Makefile.am:
10701           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10702
10703 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10704
10705         * configure.ac:
10706           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10707           so that GST_BASE_CFLAGS can go inbetween them, making sure
10708           we use uninstalled gst-libs headers
10709         * docs/libs/Makefile.am:
10710         * ext/alsa/Makefile.am:
10711         * ext/cdparanoia/Makefile.am:
10712         * ext/gnomevfs/Makefile.am:
10713         * ext/libvisual/Makefile.am:
10714         * ext/ogg/Makefile.am:
10715         * ext/theora/Makefile.am:
10716         * ext/vorbis/Makefile.am:
10717         * gst-libs/gst/audio/Makefile.am:
10718         * gst-libs/gst/cdda/Makefile.am:
10719         * gst-libs/gst/interfaces/Makefile.am:
10720         * gst-libs/gst/riff/Makefile.am:
10721         * gst-libs/gst/rtp/Makefile.am:
10722         * gst-libs/gst/tag/Makefile.am:
10723         * gst/adder/Makefile.am:
10724         * gst/audioconvert/Makefile.am:
10725         * gst/audiorate/Makefile.am:
10726         * gst/audioresample/Makefile.am:
10727         * gst/playback/Makefile.am:
10728         * gst/tcp/Makefile.am:
10729         * gst/videoscale/Makefile.am:
10730         * gst/volume/Makefile.am:
10731         * sys/ximage/Makefile.am:
10732         * sys/xvimage/Makefile.am:
10733         * tests/icles/Makefile.am:
10734           adapt
10735
10736 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10737
10738         * gst-libs/gst/interfaces/xoverlay.c:
10739         (gst_x_overlay_handle_events):
10740         * gst-libs/gst/interfaces/xoverlay.h:
10741         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10742         (gst_ximagesink_set_xwindow_id),
10743         (gst_ximagesink_set_event_handling),
10744         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10745         (gst_ximagesink_get_property), (gst_ximagesink_init),
10746         (gst_ximagesink_class_init):
10747         * sys/ximage/ximagesink.h:
10748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10749         (gst_xvimagesink_set_xwindow_id),
10750         (gst_xvimagesink_set_event_handling),
10751         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10752         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10753         (gst_xvimagesink_class_init):
10754         * sys/xvimage/xvimagesink.h:
10755         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10756         Add a method to the XOverlay interface to allow disabling of 
10757         event handling in x[v]imagesink elements. This will let X events
10758         propagate to parent windows which can be usefull in some cases.
10759         Be carefull that the application is then responsible of pushing
10760         navigation events and expose events to the video sink.
10761         Fixes: #387138.
10762
10763 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10764
10765         * gst-libs/gst/tag/gstvorbistag.c:
10766         * tests/check/libs/tag.c: (GST_START_TEST):
10767           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10768           (fixes #392070).
10769
10770 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10771
10772         * configure.ac:
10773         * docs/Makefile.am:
10774         * docs/design/Makefile.am:
10775           Dist design docs.
10776
10777 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10778
10779         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10780         typo. Fixes: #390063.
10781
10782 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10783
10784         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10786         caps leak.
10787         * win32/common/config.h: Updated.
10788
10789 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10790
10791         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10792         (setup_gdpdepay_streamheader):
10793         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10794         (setup_gdppay_streamheader):
10795           Fix the dp tests, but activating the pads for the streamheader tests
10796           too and cleaning up conditionaly
10797
10798 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
10799
10800         * gst/ffmpegcolorspace/avcodec.h:
10801         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10802         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10803         (gst_ffmpegcsp_avpicture_fill):
10804         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10805         (img_get_alpha_info):
10806         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10807         other end of the word. Fixes: #387073.
10808
10809         Add some inconsequential branch hints in a couple of places.
10810
10811 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
10812
10813         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10814         (gst_ffmpeg_caps_to_smpfmt):
10815           The "signed" field in raw audio caps is of boolean type, trying to
10816           extract the value with _get_int() will fail (fix to keep in sync with
10817           the copy in gst-ffmpeg)
10818
10819 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10820
10821         * tests/check/elements/audioresample.c: (cleanup_audioresample):
10822         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
10823         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
10824         (cleanup_gdpdepay):
10825         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
10826         * tests/check/elements/subparse.c: (teardown_subparse):
10827         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
10828         * tests/check/elements/videorate.c: (cleanup_videorate):
10829         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
10830         * tests/check/elements/volume.c: (cleanup_volume):
10831         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
10832         (cleanup_vorbisdec):
10833         * tests/check/elements/vorbistag.c: (setup_vorbistag),
10834         (cleanup_vorbistag):
10835           consistent pad (de)activation
10836
10837 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10838
10839         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10840           Forgot to register the extensions.
10841
10842 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10843
10844         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
10845         (plugin_init):
10846           Add typefinder for VIVO files (my christmas present to the 90s).
10847
10848 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10849
10850         * gst/playback/gstdecodebin.c: (type_found):
10851           Special-case the text/plain media type: we only want to recognise it
10852           as a 'raw' decoded media type if it comes from a demuxer or subtitle
10853           parser, but not if the entire stream is of text/plain type. If the
10854           entire stream is text/plain, we should just error out.
10855
10856           This fixes playback of audio files with lyrics in totem. Totem can't
10857           distinguish between text files and subtitle files and passes any
10858           .txt file with the same basename as the main file to playbin as
10859           suburi, and playbin will then throw a 'subtitle found, but no video
10860           stream' error, which isn't entirely helpful. See #380342.
10861
10862           Also, with this change we'll show a slightly more correct error
10863           message in case totem passes a playlist file to us (although a
10864           custom error message wording instead of the default text would
10865           probably not be a bad idea either).
10866
10867           Same problem also needs to be fixed for playbin+decodebin2.
10868
10869         * tests/check/Makefile.am:
10870         * tests/check/elements/decodebin.c: (src_handoff_cb),
10871         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
10872         (decodebin_suite):
10873           Add simple unit test for decodebin for the above.
10874
10875 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10876
10877         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10878         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
10879           Refuse to change state to READY when we failed to create any of the
10880           required elements in our instance init function.
10881
10882 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
10883
10884         * docs/libs/gst-plugins-base-libs-sections.txt:
10885           Small docs fixes/updates.
10886
10887         * gst-libs/gst/video/gstvideosink.h:
10888           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
10889           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
10890           removed from the base sink API between 0.9.6 and 0.9.7).
10891           API: add GST_VIDEO_SINK_CAST and use it for the height/width
10892           accessor macros, so we don't do a runtime GObject type check every
10893           time we use them.
10894
10895 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10896
10897         * Makefile.am:
10898         * gst-plugins-base.doap:
10899         * gst-plugins-base.spec.in:
10900           add doap file
10901
10902 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
10903
10904         Patch by: Jens Granseuer <jensgr at gmx net>
10905
10906         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10907         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10908         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
10909         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
10910         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10911           Declare variables at the beginning of a block. Fixes #383195.
10912
10913 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
10914
10915         * configure.ac:
10916         Bump version nano - back to CVS.
10917
10918
10919 === release 0.10.11 ===
10920
10921 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
10922
10923         * configure.ac:
10924           releasing 0.10.11, "Dumb things"
10925
10926 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
10927
10928         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
10929         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
10930         Handle the case where an element has multiple pads with 
10931         unfixed caps as well as still possibly producing more dynamic 
10932         pads by storing each case as a distinct entry in the dynamic list.
10933         Fixes #38223 again.
10934
10935 2006-12-04  Wim Taymans  <wim@fluendo.com>
10936
10937         * gst/playback/gstdecodebin.c: (close_pad_link):
10938         Fix #382223, add more dynamic caps handling.
10939
10940 2006-12-04  Wim Taymans  <wim@fluendo.com>
10941
10942         * gst-libs/gst/audio/gstringbuffer.h:
10943         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
10944         (gst_netaddress_set_ip4_interface),
10945         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
10946         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
10947         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
10948         (gst_netaddress_get_ttl):
10949         * gst-libs/gst/netbuffer/gstnetbuffer.h:
10950         * gst/playback/gstdecodebin.c: (close_pad_link):
10951         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
10952         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
10953         * win32/common/config.h:
10954
10955 2006-12-01  Michael Smith  <msmith@fluendo.com>
10956
10957         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
10958           Delete bad debug code.
10959           Fixes #381219
10960
10961 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
10962
10963         * gst/videoscale/vs_4tap.c:
10964         * win32/MANIFEST:
10965         * win32/common/config.h:
10966         * win32/vs8/libgstvideoscale.vcproj:
10967         Fix compilation on win32 under VS8
10968         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
10969         Partially fixes #381175
10970
10971 2006-11-30  Michael Smith  <msmith@fluendo.com>
10972
10973         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
10974         (GST_START_TEST):
10975           It would be very bad if, after a discont buffer, we thought every
10976           single following buffer was also discont. So, add to the test to
10977           ensure that this isn't the case.
10978           
10979         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
10980           ... it was the case. So fix it.
10981
10982 2006-11-28  Wim Taymans  <wim@fluendo.com>
10983
10984         * gst/playback/gstplaybasebin.c: (check_queue_event):
10985         Improve debug.
10986
10987         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
10988         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
10989         padtemplate caps. Refixes #357577.
10990
10991 2006-11-28  Wim Taymans  <wim@fluendo.com>
10992
10993         * gst/playback/gstplaybasebin.c: (check_queue_event),
10994         (queue_threshold_reached), (queue_out_of_data),
10995         (gen_preroll_element):
10996         Add event probe to see when EOS is in a queue and we can disable the
10997         underrun signals. Fixes #357577.
10998
10999 2006-11-28  Edward Hervey  <edward@fluendo.com>
11000
11001         * gst/playback/Makefile.am:
11002         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11003         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11004         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11005         (gst_decode_bin_init), (gst_decode_bin_dispose),
11006         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11007         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11008         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11009         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11010         (connect_element), (expose_pad), (type_found),
11011         (pad_added_group_cb), (pad_removed_group_cb),
11012         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11013         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11014         (are_raw_caps), (multi_queue_overrun_cb),
11015         (multi_queue_underrun_cb), (gst_decode_group_new),
11016         (get_current_group), (group_demuxer_event_probe),
11017         (gst_decode_group_control_demuxer_pad),
11018         (gst_decode_group_control_source_pad),
11019         (gst_decode_group_check_if_blocked),
11020         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11021         (gst_decode_group_hide), (gst_decode_group_free),
11022         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11023         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11024         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11025         (plugin_init):
11026         New decodebin2 element.
11027         Closes #370092
11028         * gst/playback/gstplay-marshal.list:
11029         Added marshallers for new signals in decodebin2
11030         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11031         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11032         is set.
11033
11034 2006-11-28  Wim Taymans  <wim@fluendo.com>
11035
11036         * gst/playback/gstplaybasebin.c: (setup_source),
11037         (gst_play_base_bin_change_state):
11038         Disable rtsp:// uris for the release, it's not good enough yet.
11039         Remove unused var.
11040
11041 2006-11-26  Wim Taymans  <wim@fluendo.com>
11042
11043         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11044         (theora_dec_push_forward), (theora_dec_push_reverse),
11045         (theora_handle_data_packet), (theora_dec_decode_buffer),
11046         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11047         (theora_dec_chain_forward), (theora_dec_chain):
11048         Implement reverse playback.
11049
11050         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11051         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11052         (vorbis_dec_chain_forward):
11053         Clear buffers used for reverse playback in _reset.
11054         No need to set the eos flag, we clip samples using the segment.
11055
11056 2006-11-24  Wim Taymans  <wim@fluendo.com>
11057
11058         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11059         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11060         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11061         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11062         Some cleanups.
11063         Handle continued pages in reverse mode.
11064
11065 2006-11-24  Wim Taymans  <wim@fluendo.com>
11066
11067         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11068         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11069         (vorbis_dec_flush_decode):
11070         Small cleanups.
11071         Don't try to add invalid timestamps.
11072         Clipping will unref the buffer.
11073
11074 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11075
11076         * gst/adder/gstadder.h:
11077         * gst/audiotestsrc/gstaudiotestsrc.h:
11078           remove obsolete _factory_init protos
11079
11080 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11081
11082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11083           Fix spacing in debug message.
11084
11085 2006-11-23  Wim Taymans  <wim@fluendo.com>
11086
11087         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11088         (gst_ogg_demux_chain):
11089         Don't just ignore return values from _pad_push().
11090         Small debug improvements.
11091
11092 2006-11-23  Michael Smith  <msmith@fluendo.com>
11093
11094         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11095           If our incoming buffer is marked as DISCONT, then increment the page
11096           number (so that the discontinuity is marked in the final ogg
11097           bitstream) and flush the previous page.
11098
11099 2006-11-22  Michael Smith  <msmith@fluendo.com>
11100
11101         * ext/theora/gsttheoraenc.h:
11102         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11103         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11104         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11105         (theora_enc_chain), (theora_enc_change_state):
11106           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11107
11108         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11109         (GST_START_TEST), (theoraenc_suite):
11110           Enable discontinuity test, fix it.
11111
11112 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11113
11114         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11115         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11116         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11117         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11118         (gst_text_overlay_change_state):
11119         * ext/pango/gsttextoverlay.h:
11120           Some textoverlay fixes: for one, in the video chain function,
11121           actually wait for a text buffer to come in if there is none at the
11122           moment and there should be one; also, deal more gracefully with
11123           incoming buffers that do not have a timestamp or duration; discard
11124           text buffer when not needed any longer. Fixes #341681.
11125
11126         * tests/check/Makefile.am:
11127         * tests/check/elements/.cvsignore:
11128         * tests/check/elements/textoverlay.c:
11129         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11130         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11131         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11132         (test_video_waits_for_text_send_text_newsegment_thread),
11133         (test_video_waits_for_text_shutdown_element),
11134         (test_render_continuity_push_video_buffers_thread),
11135         (textoverlay_suite):
11136           Add some unit tests for textoverlay.
11137
11138 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11139
11140         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11141           Avoid integer underflow when the found probability for mp3 is
11142           smaller than the 'penalty' we subtract if there's not a clean
11143           mp3 header sync at offset 0.
11144
11145 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11146
11147         * docs/libs/gst-plugins-base-libs-sections.txt:
11148           Add some new symbols to the docs
11149
11150 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11151
11152         * tests/check/Makefile.am:
11153         * tests/check/elements/ffmpegcolorspace.c:
11154         (ffmpegcolorspace_suite):
11155           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11156           (for now not for valgrinding though, since it takes too long).
11157
11158 2006-11-20  Wim Taymans  <wim@fluendo.com>
11159
11160         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11161         (gst_ffmpeg_pixfmt_to_caps):
11162         Fix RGBA32 caps. Fixes #357038.
11163
11164 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11165
11166         * gst-libs/gst/interfaces/mixertrack.h:
11167           Add FIXME so we can add some padding here in 0.11
11168
11169 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11170
11171         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11172           Fix GstBaseRTPAudioPayload structure so the whole GObject
11173           inheritance business actually works (parent class instance structure
11174           must always come first in the derived class instance structure).
11175
11176 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11177
11178         * gst/videotestsrc/Makefile.am:
11179         * tests/check/Makefile.am:
11180           Make sure our checks and the videotestsrc plugin link against the
11181           local uninstalled gst libs and not any installed gst libs that
11182           might happen to exist as well.
11183
11184         * tests/check/elements/adder.c: (message_received),
11185         (test_event_message_received), (test_play_twice_message_received):
11186         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11187           Fix compiler warnings when compiling against core with disabled
11188           debugging system.
11189
11190 2006-11-16  Michael Smith  <msmith@fluendo.com>
11191
11192         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11193         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11194           Fix audiorate, so that it accurately sets offsets and timestamps.
11195           Doesn't change the fundamental algorithmic decisions; so should be
11196           safe.
11197
11198         * tests/check/Makefile.am:
11199           Enable audiorate test now that it passes.
11200
11201 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11202
11203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11204           clear xv when going to NULL, remove // commented non-existant proto
11205
11206         * tests/examples/seek/seek.c: (main):
11207           add missing tooltip description for scrub and play_scrub
11208
11209 2006-11-14  David Schleef  <ds@schleef.org>
11210
11211         * configure.ac:
11212           Bump liboil requirement to 0.3.8.
11213         * gst-libs/gst/riff/riff-media.c:
11214           Add Dirac fourcc.
11215         * gst/videoscale/vs_image.h:
11216         * gst/videoscale/vs_scanline.h:
11217           Use liboil's stdint.h.
11218         * gst/videotestsrc/videotestsrc.c:
11219           Remove liboil related ifdef's, since they aren't needed now, and
11220           won't work with future versions.
11221
11222 2006-11-14  David Schleef  <ds@schleef.org>
11223
11224         * gst/videoscale/Makefile.am:
11225         * gst/videoscale/gstvideoscale.c:
11226         * gst/videoscale/gstvideoscale.h:
11227         * gst/videoscale/vs_4tap.c:
11228         * gst/videoscale/vs_4tap.h:
11229         * gst/videoscale/vs_image.c:
11230         * gst/videoscale/vs_image.h:
11231         * gst/videoscale/vs_scanline.c:
11232         * gst/videoscale/vs_scanline.h:
11233           Add a 4-tap image scaler.  Theoretically looks much prettier.
11234           The tap calculation could use some improvement.
11235
11236 2006-11-14  Wim Taymans  <wim@fluendo.com>
11237
11238         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11239
11240         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11241         (gst_riff_parse_strf_iavs):
11242         * gst/subparse/gstsubparse.c: (convert_encoding):
11243         * gst/tcp/gstmultifdsink.c:
11244         (gst_multi_fd_sink_handle_client_write):
11245         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11246         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11247         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11248         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11249         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11250         (gst_ximagesink_ximage_new):
11251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11252         Various gsize and gssize printf fixes. Fixes #372507.
11253
11254 2006-11-13  Wim Taymans  <wim@fluendo.com>
11255
11256         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11257         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11258         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11259         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11260         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11261         * ext/vorbis/vorbisdec.h:
11262         First stab at vorbis reverse playback.
11263
11264 2006-11-13  Wim Taymans  <wim@fluendo.com>
11265
11266         * gst-libs/gst/audio/gstbaseaudiosink.c:
11267         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11268         * gst-libs/gst/audio/gstbaseaudiosink.h:
11269         Make the clock sync code more accurate wrt resampling and playback
11270         at different rates.
11271         
11272         * gst-libs/gst/audio/gstringbuffer.c:
11273         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11274         * gst-libs/gst/audio/gstringbuffer.h:
11275         Use better algorithm to interpolate sample rates. 
11276
11277 2006-11-13  Michael Smith  <msmith@fluendo.com>
11278
11279         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11280           Improve a debug line slightly.
11281
11282         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11283           Call gst_riff_init() in plugin_init, to avoid getting errors from
11284           the debug system (unrelated changes to another plugin made this turn
11285           up; not sure why).
11286
11287 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11288
11289         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11290
11291         * win32/common/libgsttag.def:
11292           Add missing symbol (#366492).
11293
11294 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11295
11296         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11297           Don't unref a NULL pad.
11298
11299 2006-11-09  Wim Taymans  <wim@fluendo.com>
11300
11301         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11302         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11303         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11304         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11305         (gst_ogg_demux_loop):
11306         Implement first stab at reverse playback.
11307
11308 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11309
11310         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11311         (gst_riff_create_video_template_caps):
11312           add h263/h264 variants to the caps, Fixes #363118
11313
11314 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11315
11316         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11317         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11318           Use g_strerror instead of strerror so we get UTF-8.
11319
11320 2006-11-03  David Schleef  <ds@schleef.org>
11321
11322         * ext/ogg/gstoggdemux.c:
11323         * ext/ogg/gstoggmux.c:
11324           Add/remove KW-DIRAC header here, since it is ogg-specific.
11325
11326 2006-11-03  Michael Smith  <msmith@fluendo.com>
11327
11328         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11329           Recognise more mpeg4 elementary video streams.
11330
11331 2006-11-02  Edward Hervey  <edward@fluendo.com>
11332
11333         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11334         Lower the probability of mp3 typefinding functions if we don't find a
11335         valid mp3 header at the start of the file.
11336         Closes #369482
11337
11338 2006-11-02  Wim Taymans  <wim@fluendo.com>
11339
11340         * ext/theora/gsttheoradec.h:
11341         * ext/theora/theoradec.c: (gst_theora_dec_init),
11342         (theora_dec_sink_event), (theora_dec_chain_forward),
11343         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11344         (theora_dec_chain):
11345         Document and partially implement an algorithm for doing reverse playback
11346         of theora video.
11347
11348 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11349
11350         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11351
11352         * win32/common/config.h:
11353         * win32/common/interfaces-enumtypes.c:
11354         * win32/common/libgsttag.def:
11355         * win32/vs8/gst-plugins-base.sln:
11356         * win32/vs8/libgstaudioresample.vcproj:
11357         * win32/vs8/libgstinterfaces.vcproj:
11358         * win32/vs8/libgstogg.vcproj:
11359         * win32/vs8/libgstriff.vcproj:
11360         * win32/vs8/libgsttag.vcproj:
11361         * win32/vs8/libgsttheora.vcproj:
11362         * win32/vs8/libgstvideoscale.vcproj:
11363         * win32/vs8/libgstvorbis.vcproj:
11364           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11365           to libgsttag.def; add missing dependencies for some vs8 projects;
11366           re-arrange placement of .def files in vs8 projects (#366334).
11367
11368 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11369
11370         * ext/ogg/gstogg.c:
11371           Remove unused variable.
11372
11373         * ext/ogg/gstoggdemux.c:
11374           Fix Wim's surname in plugin description.
11375
11376 2006-10-31  Wim Taymans  <wim@fluendo.com>
11377
11378         * gst-plugins-base.spec.in:
11379         spec new .h file. Fixes #368310.
11380
11381 2006-10-31  Michael Smith  <msmith@fluendo.com>
11382
11383         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11384         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11385         (gst_multi_fd_sink_get_stats),
11386         (gst_multi_fd_sink_remove_client_link),
11387         (gst_multi_fd_sink_queue_buffer),
11388         (gst_multi_fd_sink_handle_clients):
11389         * gst/tcp/gstmultifdsink.h:
11390           Make using the remove or clear signals threadsafe.
11391           Make calling get-stats with an invalid fd not segfault.
11392           Fixes 368273.
11393
11394 2006-10-31  Wim Taymans  <wim@fluendo.com>
11395
11396         * gst-libs/gst/rtp/Makefile.am:
11397         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11398         (gst_base_rtp_audio_payload_init):
11399         Fix and activate base audio payloader.
11400
11401 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11402
11403         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11404         (plugin_init):
11405           Add typefinder for QuickTime Image Files (see #366156).
11406
11407 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11408
11409         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11410           Another typo fix (#366212).
11411
11412 2006-10-27  Wim Taymans  <wim@fluendo.com>
11413
11414         * gst/volume/gstvolume.c: (volume_transform_ip):
11415         Use stream time to synchronize volume property instead of rather random
11416         timestamps. This is needed when gnonlin does its time shifting.
11417
11418 2006-10-27  Wim Taymans  <wim@fluendo.com>
11419
11420         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11421
11422         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11423         Remove the pad from the element in release_pad. Fixes #364812.
11424
11425 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11426
11427         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11429           Explicitly create our custom buffer classes at a thread-safe
11430           location as well, since g_type_class_ref() doesn't seem to be
11431           entirely thread-safe either (#365501; also see #349410).
11432
11433 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11434
11435         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11436         (gst_riff_parse_info):
11437           If strings in INFO chunk are not UTF-8, do something similar to
11438           what we do for ID3v1 tags: check a number of environment variables
11439           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11440           character sets to try, otherwise try the current locale and/or fall
11441           back on ISO-8859-1. Fixes #360552.
11442
11443 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11444
11445         * gst/videotestsrc/gstvideotestsrc.c:
11446         (gst_video_test_src_pattern_get_type),
11447         (gst_video_test_src_set_pattern):
11448         * gst/videotestsrc/gstvideotestsrc.h:
11449         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11450         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11451         (gst_video_test_src_checkers8):
11452         * gst/videotestsrc/videotestsrc.h:
11453           Add a bunch of exciting new checkers patterns.
11454
11455 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11456
11457         * gst/subparse/Makefile.am:
11458         * gst/subparse/gstsubparse.c:
11459         (gst_sub_parse_data_format_autodetect),
11460         (gst_sub_parse_format_autodetect), (handle_buffer),
11461         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11462         * gst/subparse/gstsubparse.h:
11463         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11464         (parse_tmplayer):
11465         * gst/subparse/tmplayerparse.h:
11466           Add support for TMPlayer-type subtitles (#362845).
11467
11468         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11469         (GST_START_TEST), (subparse_suite):
11470           Add some basic unit tests for the above.
11471
11472 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11473
11474         * tests/check/elements/audiorate.c: (test_injector_base_init),
11475         (test_injector_class_init), (test_injector_chain),
11476         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11477         (GST_START_TEST), (audiorate_suite):
11478           More tests for audiorate: inject buffers to check behaviour when
11479           buffers overlap.
11480
11481 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11482
11483         * tests/check/Makefile.am:
11484         * tests/check/elements/.cvsignore:
11485         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11486         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11487           Add some basic unit tests for audiorate. Disabled at the moment
11488           since it doesn't pass yet (see bug #363119).
11489
11490 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11491
11492         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11493         (parse_subrip), (handle_buffer):
11494           Add missing closing tags for markup and fix broken markup,
11495           otherwise pango won't render anything (fixes #357531). Also,
11496           make sure the text we send out is always NUL-terminated
11497           (better safe than sorry etc.).
11498
11499         * tests/check/elements/subparse.c: (test_srt_do_test),
11500         (test_srt):
11501           Some more tests for .srt incl. tests for the above stuff.
11502
11503 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11504
11505         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11507         Patch by: Stefan Kost  <ensonic@users.sf.net>
11508         Try to redraw borders only when needed. Apparently this consumes
11509         resources on small devices... :-O (#363607)
11510
11511 2006-10-20  Michael Smith  <msmith@fluendo.com>
11512
11513         * gst/tcp/gstmultifdsink.c:
11514         (gst_multi_fd_sink_client_queue_buffer):
11515           If caps change, then update the client's idea of the caps so that we
11516           don't end up re-sending streamheaders for every single buffer after
11517           the caps change.
11518
11519 2006-10-20  Michael Smith  <msmith@fluendo.com>
11520
11521         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11522         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11523           Set caps on pushed buffers; fix up refcounting of caps objects.
11524
11525 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11526
11527         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11528         (plugin_init):
11529           Typefind mmsh header data packet to application/x-mmsh (#362625).
11530
11531 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11532
11533         * tests/check/Makefile.am:
11534         * tests/check/elements/.cvsignore:
11535         * tests/check/elements/subparse.c: (buffer_from_static_string),
11536         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11537         (GST_START_TEST), (subparse_suite):
11538           Add very simple unit test for subparse.
11539
11540 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11541
11542         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11543         (parse_subrip):
11544           Strip trailing newlines from subtitle text output.
11545
11546 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11547
11548         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11549         (gst_sub_parse_change_state):
11550           Fix memleak; clear subparse->textbuf n state change function.
11551
11552 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11553
11554         * gst/subparse/gstsubparse.c:
11555         (gst_sub_parse_data_format_autodetect):
11556           Don't require subrip (.srt) files to start with a chunk number of 1.
11557
11558 2006-10-18  Wim Taymans  <wim@fluendo.com>
11559
11560         * gst-libs/gst/audio/gstbaseaudiosink.c:
11561         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11562         * gst-libs/gst/audio/gstbaseaudiosink.h:
11563         Extract rate from the NEWSEGMENT event.
11564         Use commit_full to also take rate adjustment into account when writing
11565         samples to the ringbuffer.
11566         
11567         * gst-libs/gst/audio/gstringbuffer.c:
11568         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11569         (gst_ring_buffer_read):
11570         * gst-libs/gst/audio/gstringbuffer.h:
11571         Added _commit_full() to also take rate into account.
11572         Use simple interpolation algorithm to resample audio.
11573         API: gst_ring_buffer_commit_full()
11574
11575         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11576         * tests/examples/seek/seek.c: (segment_done):
11577         Don't try to seek with 0.0 rate, just pause instead.
11578         Remove bogus debug line.
11579
11580 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11581
11582         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11583         (setup_source):
11584           Catch async errors when starting up the subtitle bin, so we can
11585           stop waiting and continue with the main film instead of hanging
11586           forever. Fixes #339366.
11587
11588         * tests/check/elements/playbin.c: (playbin_suite):
11589           Enable unit test for the above.
11590
11591 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11592
11593         * tests/check/Makefile.am:
11594         * tests/check/elements/.cvsignore:
11595         * tests/check/elements/playbin.c: (GST_START_TEST),
11596         (gst_red_video_src_uri_get_type),
11597         (gst_red_video_src_uri_get_protocols),
11598         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11599         (gst_red_video_src_uri_handler_init),
11600         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11601         (gst_red_video_src_create), (gst_red_video_src_class_init),
11602         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11603           Some small and basic unit tests for playbin; not very useful yet,
11604           but at least a start.
11605
11606 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11607
11608         * gst/playback/gstplaybin.c: (setup_sinks):
11609           The old pad activation spiel.
11610
11611 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11612
11613         * gst/playback/gstplaybasebin.c: (setup_source):
11614           Don't hang forever if the subbin already fails to start up in 
11615           the state change to PAUSED (#339366).
11616
11617 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11618
11619         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11620         (gst_tuner_set_channel), (gst_tuner_get_channel),
11621         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11622         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11623         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11624         (gst_tuner_find_channel_by_name):
11625           Fix some function guards, add some more function guards.
11626
11627 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11628
11629         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11630         (remove_element_chain):
11631         Don't return a pad from get_our_ghost_pad unless it is actually the
11632         one we want.
11633         Change a cast in remove_element_chain slightly.
11634
11635 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11636
11637         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11638         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11639         Segment seeking needs to use the rate and set stop to -1.
11640
11641 2006-10-13  Wim Taymans  <wim@fluendo.com>
11642
11643         * gst-libs/gst/audio/gstbaseaudiosink.c:
11644         (gst_base_audio_sink_setcaps):
11645         Don't crash when ringbuffer is not yet created.
11646         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11647         Fixes #361634.
11648
11649         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11650         * gst/playback/gststreamselector.c:
11651         (gst_stream_selector_request_new_pad):
11652         Activate pads befre adding them to running elements.
11653
11654 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11655
11656         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11657         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11658         updater when we start grabing the slider. Don't wait for the
11659         pipeline to be PAUSED.
11660
11661 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11662
11663         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11664         (gst_mixer_set_volume), (gst_mixer_get_volume),
11665         (gst_mixer_set_mute), (gst_mixer_set_option),
11666         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11667         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11668         (gst_mixer_option_changed):
11669           Guard mixer interface functions against bogus arguments.
11670
11671 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11672
11673         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11674         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11675         (msg_state_changed), (main): Use state-changed messages to trigger
11676         start/stop of scale update timer. Indeed the scale slider was
11677         jumping here and there because the update timer was activated 
11678         before seek completed. This fixes instant applying of rate changes
11679         by pressing the spinbutton like a crazy man !
11680
11681 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11682
11683         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11684
11685         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11686         (gst_basertppayload_finalize):
11687           Fix two small memory leaks (#361456).
11688
11689 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11690
11691         * tests/examples/seek/seek.c: (do_seek),
11692         (rate_spinbutton_changed_cb): When changing spinbutton we try
11693         to change the rate on the fly.
11694
11695 2006-10-10  Wim Taymans  <wim@fluendo.com>
11696
11697         * gst-libs/gst/riff/riff-ids.h:
11698         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11699         (gst_riff_create_audio_template_caps):
11700         Add WMS caps.
11701
11702 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11703
11704         Patch by: Josep Torra Valles <josep@fluendo.com>
11705
11706         * ext/gnomevfs/gstgnomevfssink.c:
11707         * ext/gnomevfs/gstgnomevfssrc.c:
11708         Fix URI interface implementation return type.
11709         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11710         Fix what looks like a copy/paste issue when assigning values.
11711         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11712         (gst_audio_filter_template_get_type):
11713         Cast to prevent Forte warnings.
11714         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11715         Fix URI interface implementation return type.
11716         gst_pad_query_position requires a signed integer pointer as
11717         3rd parameter, GstClockTime is unsigned.
11718         * gst/audioconvert/audioconvert.c:
11719         Fix integer overflow when treated as signed.
11720         * gst/audioresample/resample.c: (resample_add_input_data):
11721         Cast to prevent warnings on Forte.
11722         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11723         Fix integer overflow when treated as signed.
11724         * gst/ffmpegcolorspace/imgconvert_template.h:
11725         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11726         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11727         (cleanup_decodebin):
11728         Who initialises a guint to -1!
11729         Cast function pointers to prevent warnings on Forte.
11730         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11731         (queue_threshold_reached):
11732         Cast function pointers correctly to prevent warnings on Forte.
11733         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11734         Cast function pointers correctly to prevent warnings on Forte.
11735         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11736         Obvious change to unsigned, 0xEF > max signed char.
11737         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11738         GstClockTime is unsigned, initialise correctly.
11739         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11740         Cast so pointer arithemetic doesn't cause warnings on Forte.
11741         * gst/videorate/gstvideorate.c:
11742         Use correct return value.
11743         * tests/examples/seek/scrubby.c:
11744         GstClockTime is unsigned, initialise correctly.
11745
11746 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11747
11748         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11749
11750         * gst/typefind/gsttypefindfunctions.c:
11751           Recognise XML files and XML-like files shorter than 256 bytes as
11752           well (fixes #359237).
11753
11754 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11755
11756         Patch by: Renato Filho <renato.filho@indt.org.br>
11757         
11758         * gst/typefind/gsttypefindfunctions.c:
11759         Added typefind functions to video/x-nuv media.
11760         
11761 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11762
11763         * gst-libs/gst/interfaces/xoverlay.c:
11764         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11765           Some more guards against invalid input.
11766
11767 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11768
11769         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11770         Useless goto.
11771         * tests/examples/seek/seek.c: (do_seek),
11772         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11773         seek example to experiment with rates != 1.0 (reverse playback !)
11774
11775 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11776
11777         * gst-libs/gst/interfaces/xoverlay.c:
11778           Unref message in doc-example (spotted by Robert McQueen)
11779
11780 2006-10-06  Wim Taymans  <wim@fluendo.com>
11781
11782         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11783         (mpeg1_parse_header), (mpeg1_sys_type_find):
11784         printf fix.
11785
11786 2006-10-06  Wim Taymans  <wim@fluendo.com>
11787
11788         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11789         (close_pad_link):
11790         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11791         Activate dynamic pads before adding them to the element.
11792
11793 2006-10-06  Michael Smith  <msmith@fluendo.com>
11794
11795         * gst-libs/gst/floatcast/floatcast.h:
11796           Fix obviously-bogus macros; use the correct types.
11797
11798 2006-10-06  Wim Taymans  <wim@fluendo.com>
11799
11800         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11801         (gst_base_rtp_depayload_change_state):
11802         Also call parent state change function to activate pads.
11803
11804         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11805         (mpeg1_parse_header), (mpeg1_sys_type_find):
11806         Add some more debug info in mpeg typefinding.
11807
11808 2006-10-06  Michael Smith  <msmith@fluendo.com>
11809
11810         * ext/theora/theoradec.c: (theora_dec_chain):
11811           Zero byte theora packets are valid and well-defined; don't warn on
11812           them.
11813
11814 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11815
11816         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11817         (gst_multi_fd_sink_get_stats), (find_limits),
11818         (gst_multi_fd_sink_queue_buffer):
11819           API: add dropped_buffers to the get-stats GValueArray
11820
11821 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11822
11823         * ext/alsa/gstalsadeviceprobe.c:
11824         (gst_alsa_device_property_probe_get_values):
11825         * ext/alsa/gstalsasink.c: (set_hwparams):
11826         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
11827         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
11828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
11829         (gst_ogg_mux_process_best_pad):
11830         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
11831         (gst_ogg_parse_chain):
11832         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
11833         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11834         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
11835         (gst_vorbis_enc_buffer_check_discontinuous):
11836         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
11837         * gst-libs/gst/audio/gstbaseaudiosink.c:
11838         (gst_base_audio_sink_render):
11839         * gst-libs/gst/cdda/gstcddabasesrc.c:
11840         (gst_cdda_base_src_handle_track_seek):
11841         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11842         (gst_base_rtp_depayload_push_full):
11843         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11844         * gst/audioresample/resample.c: (resample_input_pushthrough):
11845         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
11846         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11847         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11848         (wavpack_type_find):
11849         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11850         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11851         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
11852         * tests/check/elements/volume.c: (GST_START_TEST):
11853           Printf format fixes.
11854
11855 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11856
11857         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
11858           Fix a simple mistake (see the docs)
11859           Fixes #359580
11860
11861 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11862
11863         * docs/plugins/Makefile.am:
11864         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11865         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11866         * docs/plugins/gst-plugins-base-plugins.args:
11867         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11868         * docs/plugins/inspect/plugin-adder.xml:
11869         * docs/plugins/inspect/plugin-alsa.xml:
11870         * docs/plugins/inspect/plugin-audioconvert.xml:
11871         * docs/plugins/inspect/plugin-audiorate.xml:
11872         * docs/plugins/inspect/plugin-audioresample.xml:
11873         * docs/plugins/inspect/plugin-audiotestsrc.xml:
11874         * docs/plugins/inspect/plugin-cdparanoia.xml:
11875         * docs/plugins/inspect/plugin-decodebin.xml:
11876         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11877         * docs/plugins/inspect/plugin-gdp.xml:
11878         * docs/plugins/inspect/plugin-gnomevfs.xml:
11879         * docs/plugins/inspect/plugin-libvisual.xml:
11880         * docs/plugins/inspect/plugin-ogg.xml:
11881         * docs/plugins/inspect/plugin-pango.xml:
11882         * docs/plugins/inspect/plugin-playbin.xml:
11883         * docs/plugins/inspect/plugin-subparse.xml:
11884         * docs/plugins/inspect/plugin-tcp.xml:
11885         * docs/plugins/inspect/plugin-theora.xml:
11886         * docs/plugins/inspect/plugin-typefindfunctions.xml:
11887         * docs/plugins/inspect/plugin-video4linux.xml:
11888         * docs/plugins/inspect/plugin-videorate.xml:
11889         * docs/plugins/inspect/plugin-videoscale.xml:
11890         * docs/plugins/inspect/plugin-videotestsrc.xml:
11891         * docs/plugins/inspect/plugin-volume.xml:
11892         * docs/plugins/inspect/plugin-vorbis.xml:
11893         * docs/plugins/inspect/plugin-ximagesink.xml:
11894         * docs/plugins/inspect/plugin-xvimagesink.xml:
11895           Add vorbistag element to docs; update version numbers to 0.10.10.1.
11896
11897 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11898
11899         Patch by: James "Doc" Livingston <doclivingston at gmail com>
11900
11901         * ext/vorbis/Makefile.am:
11902         * ext/vorbis/vorbis.c: (plugin_init):
11903         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
11904         (vorbis_parse_parse_packet), (vorbis_parse_chain):
11905         * ext/vorbis/vorbisparse.h:
11906         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
11907         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
11908         (gst_vorbis_tag_parse_packet):
11909         * ext/vorbis/vorbistag.h:
11910           Add new vorbistag element which derives from vorbisparse
11911           and is essentially the same as well, only that it implements
11912           the GstTagSetter interface and can modify the stream's
11913           vorbiscomment on the fly (#335635).
11914
11915         * tests/check/Makefile.am:
11916         * tests/check/elements/.cvsignore:
11917         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11918         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
11919         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
11920         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
11921           Add unit test for new vorbistag element.
11922
11923 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11924
11925         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
11926         (vorbis_parse_push_headers), (vorbis_parse_chain):
11927           Set BOS flag in packet structure to fix 'jump depends
11928           on unitialized value' errors in valgrind; various minor
11929           clean-ups.
11930
11931 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
11932
11933         * gst/playback/gstdecodebin.c: (close_pad_link):
11934         Fix typo in a debug statement.
11935
11936         * gst/playback/gstplaybasebin.c: (probe_triggered),
11937         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
11938         (gen_source_element), (source_new_pad), (analyse_source),
11939         (setup_source):
11940         When handling no_more_pads in new_decoded_pad, make sure to treat
11941         subtitle pads correctly. Fixes playback with subtitle files.
11942
11943         Move a recurring message to LOG level.
11944
11945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11946         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
11947         which ends up as -1 when cast to an int. Make the logic handle the
11948         max value as an unsigned mask and only change the colorkey when it's
11949         a value we recognise.
11950
11951 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11952
11953         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11954         Removed empty * between paragraphs
11955
11956 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11957
11958         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11959         * gst-libs/gst/rtp/README:
11960         Moved some documentation into .c file
11961
11962 2006-09-29  Wim Taymans  <wim@fluendo.com>
11963
11964         * gst/playback/gstdecodebin.c: (no_more_pads):
11965         Fix compilation.
11966
11967 2006-09-29  Wim Taymans  <wim@fluendo.com>
11968
11969         * gst/playback/gstdecodebin.c: (new_caps):
11970         Remove g_print
11971
11972         * gst/playback/gstplaybin.c:
11973         Add some docs.
11974
11975 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11976
11977         * tests/check/Makefile.am:
11978           Re-enable cddabasesrc test to see if it works again
11979           now.
11980
11981 2006-09-29  Wim Taymans  <wim@fluendo.com>
11982
11983         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11984         (gen_source_element):
11985         Handle invalid URIs a bit more gracefully.
11986
11987 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11988
11989         * tests/check/pipelines/oggmux.c:
11990           Remove obsolete comment.
11991
11992 2006-09-29  Michael Smith  <msmith@fluendo.com>
11993
11994         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11995         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
11996         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
11997         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
11998         (gst_ogg_mux_collected):
11999           Commit patch from James "Doc" Livingston, adds proper EOS handling
12000           in oggmux. GStreamer can, for the first time ever, create a valid
12001           Ogg file! Yay!
12002
12003         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12004         (oggmux_suite):
12005           Reenable tests now that they pass.
12006
12007 2006-09-29  Wim Taymans  <wim@fluendo.com>
12008
12009         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12010         Stop reading commands when EOF (we read 0) as well.
12011
12012 2006-09-28  Wim Taymans  <wim@fluendo.com>
12013
12014         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12015         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12016         (find_dynamic), (unlinked), (close_link):
12017         Implement delayed caps linking needed for element with a lot of
12018         different caps on the src pads that get fixed at runtime.
12019         Improve management of dynamic elements.
12020
12021         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12022         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12023         (gen_preroll_element), (remove_groups), (unknown_type),
12024         (add_element_stream), (no_more_pads_full), (no_more_pads),
12025         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12026         (new_decoded_pad), (setup_subtitle), (array_has_value),
12027         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12028         (analyse_source), (remove_decoders), (make_decoder),
12029         (remove_source), (setup_source), (finish_source), (prepare_output),
12030         (gst_play_base_bin_change_state):
12031         * gst/playback/gstplaybasebin.h:
12032         Use more _CAST instead of full type checking casts.
12033         Small cleanups, plug some leaks.
12034         Handle dynamic sources.
12035         Add some helper functions to create lists of strings used for
12036         blacklisting and other stuff.
12037         Refactor some code dealing with analysing the source.
12038         Re-enable sources without pads (like cd:// or other selfcontained
12039         elements).
12040
12041 2006-09-28  Wim Taymans  <wim@fluendo.com>
12042
12043         * gst-libs/gst/audio/gstbaseaudiosink.c:
12044         (gst_base_audio_sink_render):
12045         When we have a timestamp, we can still perform clipping.
12046         When we have no clock, we must play the sample ASAP.
12047
12048 2006-09-28  Wim Taymans  <wim@fluendo.com>
12049
12050         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12051         Set caps on outgoing buffers.
12052
12053         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12054         (gst_video_rate_event), (gst_video_rate_chain):
12055         * gst/videorate/gstvideorate.h:
12056         Fix videorate some more. Fixes #357977
12057
12058 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12059
12060         * tests/check/elements/adder.c: (adder_suite):
12061           Don't set timeout to 6 seconds when we're running
12062           in valgrind ... (and how is 6 seconds longer than
12063           the default anyway?)
12064
12065 2006-09-28  Wim Taymans  <wim@fluendo.com>
12066
12067         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12068         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12069         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12070         Keep sink and src segment to keep track of time and support more
12071         input formats.
12072         Fix bogus next_offset and run_time calculation, don't understand how
12073         this could have worked before. Fixes #357976.
12074         Remove some unneeded vars.
12075
12076 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12077
12078         * gst/playback/gstplaybin.c: (remove_sinks):
12079           Only remove visualisation from visbin if there is a visbin (or:
12080           don't throw warnings when closing totem without playing a file).
12081
12082 2006-09-27  Wim Taymans  <wim@fluendo.com>
12083
12084         * gst-libs/gst/audio/gstbaseaudiosink.c:
12085         (gst_base_audio_sink_render):
12086         Add some more info in a WARNING.
12087
12088         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12089         (gst_base_audio_src_create):
12090         Handle PAUSE in create function, use new -core addition to
12091         wait for playing. Fixes pausing and resuming capture from an
12092         audiosrc.
12093
12094         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12095         (gst_ring_buffer_read):
12096         Constify some more.
12097         Caller supports interrupted reads now.
12098
12099 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12100
12101         * tests/check/Makefile.am:
12102           Another attempt to make the gen64 buildbot happy.
12103
12104 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12105
12106         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12107
12108         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12109         (gst_visual_chain), (gst_visual_change_state):
12110           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12111           correctly. Fixes #357800
12112
12113 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12114
12115         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12116           Add timeout to _get_state() so we see which pipeline it is
12117           that causes trouble on the gen64 build bot.
12118
12119 2006-09-27  Wim Taymans  <wim@fluendo.com>
12120
12121         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12122         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12123         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12124         (gst_base_rtp_depayload_set_gst_timestamp):
12125         the source pad always uses fixed caps.
12126
12127 2006-09-27  Wim Taymans  <wim@fluendo.com>
12128
12129         * docs/libs/gst-plugins-base-libs-docs.sgml:
12130         * docs/libs/gst-plugins-base-libs-sections.txt:
12131         * gst-libs/gst/audio/gstaudioclock.c:
12132         * gst-libs/gst/audio/gstaudioclock.h:
12133         * gst-libs/gst/audio/gstaudiosink.c:
12134         * gst-libs/gst/audio/gstaudiosink.h:
12135         * gst-libs/gst/audio/gstaudiosrc.c:
12136         * gst-libs/gst/audio/gstbaseaudiosink.c:
12137         (gst_base_audio_sink_render):
12138         * gst-libs/gst/audio/gstbaseaudiosink.h:
12139         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12140         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12141         * gst-libs/gst/audio/gstringbuffer.h:
12142         Added docs for the audio libs.
12143
12144 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12145
12146         * tests/check/Makefile.am:
12147           Temporarily disable test that fails on the bots for unknown reasons.
12148
12149 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12150
12151         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12152         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12153         Moved AudioCodecType into priv
12154         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12155
12156 2006-09-25  Wim Taymans  <wim@fluendo.com>
12157
12158         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12159         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12160         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12161         (new_pad):
12162         Cleanups and small leak fixes.
12163         Added Depayloaders to valid list of autopluggable elements.
12164
12165 2006-09-25  Wim Taymans  <wim@fluendo.com>
12166
12167         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12168         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12169         (gen_video_element), (gen_text_element), (gen_audio_element),
12170         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12171         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12172         Detect NO_PREROLL state change returns and disable clock distribution to
12173         the sinks so that sync is disabled.
12174         Avoid some type checking and do simple casts instead.
12175         Small cleanups, fix some FIXMEs.
12176         Be more robust when linking user specified elements, catch an report
12177         errors. Fixes #357404.
12178         Fix some leaks in the error paths.
12179
12180 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12181
12182         * ChangeLog:
12183           ChangeLog surgery for missing bug-number
12184
12185 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12186
12187         Patch by: Peter Kjellerstedt  <pkj at axis com>
12188
12189         * gst/playback/test.c:
12190           Fix compilation with uClibc and -Werror (#357591).
12191
12192 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12193
12194         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12195           Parse dates that are followed by a time as well (#357532).
12196
12197         * tests/check/libs/tag.c: (test_vorbis_tags):
12198           Add unit test for this.
12199
12200 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12201
12202         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12203         (gst_audio_convert_transform_caps):
12204         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12205         * gst/videotestsrc/videotestsrc.h:
12206           A few array const-ifications.
12207
12208 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12209
12210         * tests/check/Makefile.am:
12211           See if this makes the build bots happy.
12212
12213         * tests/check/libs/cddabasesrc.c:
12214           UTF8-ise my name.
12215
12216 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12217
12218         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12219
12220         * gst/subparse/samiparse.c: (handle_start_font),
12221         (fix_invalid_entities):
12222           More case-insensitivity for certain tags; recognise entities with
12223           decimal codes as special entities as well (#357330).
12224
12225 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12226
12227         * gst-libs/gst/Makefile.am:
12228           Need to build tag directory before cdda.
12229
12230 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12231
12232         * docs/libs/gst-plugins-base-libs-sections.txt:
12233         * gst-libs/gst/cdda/Makefile.am:
12234         * gst-libs/gst/cdda/gstcddabasesrc.c:
12235         (gst_cdda_base_src_base_init):
12236         * gst-libs/gst/cdda/gstcddabasesrc.h:
12237         * gst-libs/gst/tag/tag.h:
12238         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12239         (gst_tag_register_musicbrainz_tags):
12240           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12241           depend on libgsttag. This is required so we can extract/read tags like
12242           DISCID without depending on libgstcddabasesrc (which used to register
12243           them).
12244
12245         * gst-libs/gst/tag/gstvorbistag.c:
12246           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12247           tags (also see #347848).
12248
12249         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12250           Log vorbis comments we are actually writing. Const-ify array.
12251
12252 2006-09-23  Wim Taymans  <wim@fluendo.com>
12253
12254         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12255         Improve buffering a bit by avoiding a deadlock because we cannot assume
12256         the underrun is always called.
12257
12258 2006-09-23  Wim Taymans  <wim@fluendo.com>
12259
12260         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12261
12262         * gst-libs/gst/riff/riff-ids.h:
12263         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12264         (gst_riff_create_audio_template_caps):
12265         Added MPEG-4 AAC and id and caps. Fixes #357289
12266         Added WMA9 Lossless id.
12267
12268 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12269
12270         * ext/gnomevfs/gstgnomevfssrc.c:
12271           Fix misleading docs addition.
12272
12273         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12274           Get rid of compiler warning the right way.
12275
12276 2006-09-22  Wim Taymans  <wim@fluendo.com>
12277
12278         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12279         (gst_base_rtp_depayload_finalize),
12280         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12281         (gst_base_rtp_depayload_push_full),
12282         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12283         (gst_base_rtp_depayload_process),
12284         (gst_base_rtp_depayload_set_gst_timestamp),
12285         (gst_base_rtp_depayload_queue_release):
12286         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12287         Small cleanups.
12288         Fix some leaks.
12289         Refactored the process method and added methods to push from the process
12290         vmethod.
12291         Use _scale functions.
12292         API: gst_base_rtp_depayload_push_ts
12293         API: gst_base_rtp_depayload_push
12294
12295         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12296         timestamps are uint.
12297
12298 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12299
12300         * gst-libs/gst/interfaces/xoverlay.c:
12301           Remove unused statement from doc example.
12302
12303 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12304
12305         * gst-libs/gst/interfaces/videoorientation.c:
12306         (gst_video_orientation_iface_init),
12307         (gst_video_orientation_get_hflip),
12308         (gst_video_orientation_get_vflip),
12309         (gst_video_orientation_get_hcenter),
12310         (gst_video_orientation_get_vcenter),
12311         (gst_video_orientation_set_hflip),
12312         (gst_video_orientation_set_vflip),
12313         (gst_video_orientation_set_hcenter),
12314         (gst_video_orientation_set_vcenter):
12315           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12316           in ChangeLog)
12317
12318 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12319
12320         * tests/check/Makefile.am:
12321         * tests/check/elements/.cvsignore:
12322         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12323         (create_rgb_conversions), (rgb_conversion_free),
12324         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12325         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12326           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12327           but disable for now since it doesn't pass (something wrong with
12328           RGBA somewhere).
12329
12330 2006-09-21  Wim Taymans  <wim@fluendo.com>
12331
12332         * gst/playback/gstplaybasebin.c: (group_commit),
12333         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12334         (queue_out_of_data), (gen_preroll_element),
12335         (preroll_remove_overrun), (probe_triggered):
12336         Refactor handling of overrun detection.
12337         Separate handling of group completion and deadlock detection when doing
12338         network buffering. This should fix some deadlocks that were not detected
12339         because the group was completed.
12340         Add more comments, improve debugging.
12341
12342 2006-09-21  Wim Taymans  <wim@fluendo.com>
12343
12344         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12345         * tests/check/libs/audio.c:
12346         Some more compilation fixes.
12347
12348 2006-09-21  Wim Taymans  <wim@fluendo.com>
12349
12350         * gst-libs/gst/audio/gstringbuffer.c:
12351         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12352         (gst_ring_buffer_read):
12353         Early morning compilation fix.
12354
12355 2006-09-20  Wim Taymans  <wim@fluendo.com>
12356
12357         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12358         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12359         * tests/check/elements/videorate.c: (GST_START_TEST):
12360         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12361         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12362         Fix some warnings.
12363
12364 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12365
12366         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12367         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12368         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12369           Handcrafted merge to help CVS understanding what I changed and what
12370           not.
12371
12372 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12373
12374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12375         (gst_xvimagesink_get_times):
12376           change colorkey behaviour back according to #354773 comment 6/7
12377
12378 2006-09-19  Michael Smith  <msmith@fluendo.com>
12379
12380         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12381         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12382         (gst_multi_fd_sink_recover_client),
12383         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12384         (gst_multi_fd_sink_get_property):
12385         * gst/tcp/gstmultifdsink.h:
12386           Implement stubbed out properties unit-type, units-soft-max,
12387           units-max, to allow specifying maximum sizes in units other than
12388           buffers.
12389           Fixes #355935
12390
12391 2006-09-19  Wim Taymans  <wim@fluendo.com>
12392
12393         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12394         (gst_riff_create_audio_template_caps):
12395         Reorder the audio formats a bit for clarity.
12396         Detect and create caps for MSGSM and MSN (WAV49).
12397         Fixes #356596.
12398
12399         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12400         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12401         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12402         Small cleanups, move error handling out of normal flow for clarity.
12403
12404 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12405
12406         * docs/libs/gst-plugins-base-libs-docs.sgml:
12407         * docs/libs/gst-plugins-base-libs.types:
12408         * gst-libs/gst/interfaces/Makefile.am:
12409         * gst-libs/gst/interfaces/videoorientation.c:
12410         (gst_video_orientation_get_type),
12411         (gst_video_orientation_iface_init),
12412         (gst_video_orientation_get_hflip),
12413         (gst_video_orientation_get_vflip),
12414         (gst_video_orientation_get_hcenter),
12415         (gst_video_orientation_get_vcenter),
12416         (gst_video_orientation_set_hflip),
12417         (gst_video_orientation_set_vflip),
12418         (gst_video_orientation_set_hcenter),
12419         (gst_video_orientation_set_vcenter):
12420         * gst-libs/gst/interfaces/videoorientation.h:
12421           API: Add new interface to control video orientation (fixes #354908)
12422
12423 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12424
12425         * gst/videotestsrc/gstvideotestsrc.c:
12426           Use G_UNLIKELY in _create and log one more detail.
12427           
12428         (gst_video_test_src_get_times), (gst_video_test_src_create):
12429         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12430           Use gst_util_uint64_scale_int in _get_times().
12431
12432 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12433
12434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12435           Give better warning message (add object and detail).
12436
12437 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12438
12439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12440         (gst_xvimagesink_get_times):
12441           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12442           #354773), use gst_util_uint64_scale_int in _get_times()
12443
12444 2006-09-18  Michael Smith  <msmith@fluendo.com>
12445
12446         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12447           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12448           always true, leading to dropping all timestamps.
12449
12450 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12451
12452         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12453         (gst_visual_chain), (gst_visual_change_state):
12454           update to work also with libvisual 0.4 API, fix double unref (#355914)
12455           
12456         * tools/gst-launch-ext.1.in:
12457         * tools/gst-visualise.1.in:
12458           remove references to old man-pages
12459
12460         * tests/examples/seek/seek.c: (main):
12461           add real meadi-buttons, add tool-tips for the seek-options, arrange
12462           seek options in a table
12463
12464 2006-09-18  Michael Smith  <msmith@fluendo.com>
12465
12466         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12467         (gst_ogg_mux_push_buffer):
12468           Don't generate out-of-order timestamps from oggmux, instead clamp
12469           output timestamps to be >= the previously output ts.
12470           Fixes #355595
12471
12472 2006-09-18  Michael Smith  <msmith@fluendo.com>
12473
12474         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12475         (gst_multi_fd_sink_class_init):
12476           Updates, fixes, and typo corrections for multifdsink. No functional
12477           changes.
12478
12479 2006-09-17  Michael Smith  <msmith@fluendo.com>
12480
12481         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12482           Don't crash on truncated files - check that we got an 8 byte buffer
12483           before trying to memcmp it.
12484
12485 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12486
12487         * gst/playback/gstplaybasebin.c: (get_active_source):
12488           Make stream-switching appear instant to the application
12489           (ie. make sure that a g_object_get on 'current-foo' returns
12490           the stream previously set with g_object_set(). Totem needs
12491           this to update stream-related meta-info (like audio-codec)
12492           correctly when switching streams.
12493
12494 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12495
12496         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12497         (gst_alsa_mixer_ensure_track_list):
12498           Try harder to guess which mixer track is the master mixer
12499           track (instead of just taking the first one that has a pvolume).
12500           Fixes #342228.
12501
12502 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12503
12504         reviewed by: <delete if not using a buddy>
12505
12506         * gst-libs/gst/audio/audio.h:
12507         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12508
12509 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12510
12511         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12512         (gst_audio_convert_transform_caps):
12513           Get structure-name just once.
12514
12515 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12516
12517         * tests/check/elements/audioresample.c: (GST_START_TEST):
12518         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12519         * tests/check/elements/volume.c: (GST_START_TEST):
12520         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12521         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12522         (test_pipeline), (GST_START_TEST):
12523         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12524         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12525           Fix big batch of compiler warnings.
12526
12527 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12528
12529         * ext/gnomevfs/gstgnomevfssrc.c:
12530           Add docs about icydemux usage in connection with gnomevfssrc
12531
12532         * ext/libvisual/visual.c:
12533         * ext/ogg/gstoggaviparse.c:
12534         * ext/ogg/gstoggdemux.c:
12535         * ext/ogg/gstoggmux.c:
12536         * ext/ogg/gstoggparse.c:
12537         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12538         * gst-libs/gst/audio/gstaudiosink.c:
12539         * gst-libs/gst/audio/gstaudiosrc.c:
12540         * gst/audiorate/gstaudiorate.c:
12541           More G_OBJECT macro fixing.
12542
12543         * gst/audiotestsrc/gstaudiotestsrc.h:
12544           Fix wrong info in header due to copy & paste
12545
12546 2006-09-15  Wim Taymans  <wim@fluendo.com>
12547
12548         * gst-libs/gst/audio/gstbaseaudiosink.c:
12549         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12550         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12551         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12552         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12553         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12554         Do the delay calculation in the source/sink base classes as this is
12555         specific for the capture/playback mode.
12556         Try to fixate a bit better, like round depth up to a multiple of 8
12557         bigger than width.
12558         Handle underruns correctly by marking DISCONT on buffers and adjusting
12559         timestamps to handle the gap.
12560         Set offset/offset_end correctly on buffers.
12561
12562         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12563         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12564         (gst_ring_buffer_read):
12565         Remove resync and underrun recovery from the ringbuffer.
12566         Fix ringbuffer read code on under/overrun.
12567
12568 2006-09-15  Wim Taymans  <wim@fluendo.com>
12569
12570         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12571         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12572         (queue_threshold_reached), (gst_play_base_bin_set_property),
12573         (gst_play_base_bin_get_property):
12574         * gst/playback/gstplaybasebin.h:
12575         Don't use a 0 low watermark when buffering, it is catching starvation
12576         way too late. Instead, use a 3 second queue with 30 and 95
12577         percent low/high watermarks. 
12578         Added queue-min-threshold property to configure low watermark.
12579         Use new _buffering message API.
12580         Make queue_threshold variable big enough to store a uint64 time value.
12581         API: playbin::queue-min-threshold property.
12582
12583 2006-09-15  Wim Taymans  <wim@fluendo.com>
12584
12585         * configure.ac:
12586         We require 0.10.10.1 now because of _wait_preroll().
12587
12588         * gst-libs/gst/audio/gstbaseaudiosink.c:
12589         (gst_base_audio_sink_render):
12590         Use gst_base_sink_wait_preroll().
12591
12592 2006-09-15  Wim Taymans  <wim@fluendo.com>
12593
12594         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12595         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12596         Use DEBUG_OBJECT more.
12597
12598 === release 0.10.10 ===
12599
12600 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12601
12602         patch by: Michael Smith <msmith at fluendo dot com>
12603
12604         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12605         (gst_multi_fd_sink_client_queue_buffer),
12606         (gst_multi_fd_sink_new_client):
12607         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12608         (multifdsink_suite):
12609           Fix implementation of sync-method 'next-keyframe'
12610           Closes #354594
12611
12612 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12613
12614         patch by: Wim Taymans <wim at fluendo dot com>
12615
12616         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12617         This patch removes the RANDOM flag that was incorrectly introduced with
12618         revision 1.91.  Fixes #354590
12619
12620 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12621
12622         * tests/check/Makefile.am:
12623           Random variation in Makefile line to see if it makes the
12624           gen64-base-full bot any happier.
12625
12626 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12627
12628         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12629           Disable test that fails at the moment (killed after timeout).
12630
12631 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12632
12633         Patch by: James Livingston  <doclivingston at gmail.com>
12634
12635         * tests/check/Makefile.am:
12636         * tests/check/pipelines/.cvsignore:
12637         * tests/check/pipelines/oggmux.c: (get_page_codec),
12638         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12639         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12640         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12641         (test_theora_vorbis), (oggmux_suite):
12642           Add simple unit test for oggmux from #337026 with checking for the
12643           EOS flags disabled for the time being.
12644
12645 2006-09-04  Wim Taymans  <wim@fluendo.com>
12646
12647         patch by: Alessandro Dessina <alessandro nnva org>
12648
12649         * ext/ogg/gstoggmux.c:
12650         Add cmml caps to oggmux. Fixes #353912
12651
12652 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12653
12654         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12655           Returning a return value often helps. In this case, we
12656           don't need the return value anyway, so just get rid of it.
12657           Should make build bots much happier.
12658
12659 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12660
12661         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12662         (paint_get_structure), (gst_video_test_src_get_size),
12663         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12664         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12665         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12666         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12667         * gst/videotestsrc/videotestsrc.h:
12668           Add support for AYUV and the various RGBA formats. Initialise
12669           fields of paintinfo structs allocated on the stack.
12670
12671         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12672         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12673         (check_rgb_buf), (videotestsrc_suite):
12674           Add unit tests for videotestsrc's RGB output.
12675
12676 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12677
12678         * gst/videotestsrc/gstvideotestsrc.c:
12679         (gst_video_test_src_pattern_get_type),
12680         (gst_video_test_src_set_pattern):
12681         * gst/videotestsrc/gstvideotestsrc.h:
12682         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12683         (gst_video_test_src_black), (gst_video_test_src_white),
12684         (gst_video_test_src_red), (gst_video_test_src_green),
12685         (gst_video_test_src_blue):
12686         * gst/videotestsrc/videotestsrc.h:
12687           Add more uni-colour patterns ("white", "red", "green", and "blue").
12688
12689 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12690
12691         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12692           Fix stride for YVYU, should be word-aligned (#353658).
12693
12694 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12695
12696         * gst/adder/gstadder.c: (gst_adder_src_event):
12697           Fix build.
12698
12699 2006-08-31  Edward Hervey  <edward@fluendo.com>
12700
12701         * gst/adder/gstadder.c: (forward_event_func),
12702         (gst_adder_src_event), (gst_adder_collected),
12703         (gst_adder_change_state):
12704         * gst/adder/gstadder.h:
12705         Remember the start position asked in the incoming seeks, so we can
12706         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12707         of assuming it will always be 0).
12708
12709 2006-08-31  Edward Hervey  <edward@fluendo.com>
12710
12711         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12712         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12713         (gst_ogg_demux_loop):
12714         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12715
12716 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12717
12718         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12719         (gst_ffmpegcsp_get_unit_size):
12720           Return FALSE instead of returning a random false unit
12721           size when the format isn't known/supported (even if
12722           this shouldn't happen under normal circumstances).
12723
12724 2006-08-29  Wim Taymans  <wim@fluendo.com>
12725
12726         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12727
12728         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12729         (gst_gnome_vfs_src_start):
12730         Try harder to get the size from a uri by using _info_uri() when
12731         _info_from_handle() does not give us enough info. 
12732         Also follow symlinks when getting the size.
12733         Partially Fixes #332864.
12734
12735 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12736
12737         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12738
12739         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12740         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12741         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12742         (gst_alsa_mixer_set_record):
12743         * ext/alsa/gstalsamixertrack.c:
12744         (gst_alsa_mixer_track_update_alsa_capabilities),
12745         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12746         (gst_alsa_mixer_track_update):
12747         * ext/alsa/gstalsamixertrack.h:
12748           Improve and fix mixer track handling, in particular better handling
12749           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12750           separate track objects for tracks that have both capture and playback
12751           volume (and label them differently as well so they're not mistakenly
12752           assumed to be duplicates); classify mixer tracks that only affect
12753           the audible volume of something (rather than the capture volume)
12754           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12755           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12756           (following the meaning documented in the mixer interface header
12757           file); add support for alsa's exclusive cswitch groups; update/sync
12758           state/flags better if mixer settings are changed by another
12759           application. Fixes #336075.
12760
12761 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12762
12763         * gst/playback/gstplaybin.c:
12764           Improve docs: add section about BUFFERING messages sent by playbin.
12765
12766 2006-08-29  Michael Smith  <msmith@fluendo.com>
12767
12768         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12769         (gst_vorbis_enc_buffer_check_discontinuous),
12770         (gst_vorbis_enc_chain):
12771           Ignore explicit DISCONT marked on buffers (which is often spurious,
12772           particularly when using multiple segments), in favour of solely
12773           using the timestamps/durations.
12774
12775 2006-08-29  Edward Hervey  <edward@fluendo.com>
12776
12777         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12778         Don't rely on incoming buffers offset anymore, since it is completely
12779         broken when using multiple segments.
12780         Instead convert the incoming buffers timestamp to running time, and
12781         then convert that value to the offsets.
12782         Also inform GstSegment of the last outputted stop position, which is
12783         needed if we received several segments with an unknown stop value.
12784
12785 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12786
12787         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12788           fix buffer unreffing on a header push failure
12789
12790 2006-08-28  Wim Taymans  <wim@fluendo.com>
12791
12792         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12793         (gst_audio_rate_chain):
12794         Make the metadata of the buffer writable before changing its
12795         flags.
12796
12797 2006-08-28  Wim Taymans  <wim@fluendo.com>
12798
12799         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12800         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12801         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12802         (gst_audio_rate_chain), (gst_audio_rate_change_state):
12803         Fix audiorate some more.
12804         Reset and resync counters on flush and READY.
12805         Handle the DISCONT flag correctly.
12806         Use GstSegment to track position.
12807         Fail when not negotiated.
12808         Fixes #353234.
12809
12810 2006-08-25  Michael Smith  <msmith@fluendo.com>
12811
12812         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12813           Fix spelling.
12814           Remove accidently included debug line.
12815
12816 2006-08-25  Wim Taymans  <wim@fluendo.com>
12817
12818         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12819         Small cleanups.
12820         If a buffer is received with no caps, make the buffer metadata
12821         writable and set the caps, making sure that we don't screw up the
12822         refcounts.
12823
12824 2006-08-25  Michael Smith  <msmith@fluendo.com>
12825
12826         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
12827         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
12828           Fix memory leaks and misleading debug messages, add a couple of
12829           comments.
12830
12831         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
12832         (gst_multi_fd_sink_render):
12833           Do not use gst_buffer_make_writable() in a basesink render method,
12834           as it may incorrectly unref the buffer. Instead, use convoluted
12835           dance to avoid copying the buffer except when we need to.
12836
12837 2006-08-25  Michael Smith  <msmith@fluendo.com>
12838
12839         * ext/vorbis/vorbisenc.c:
12840         (gst_vorbis_enc_buffer_check_discontinuous):
12841           Allow very small discontinuities in the timestamps. These we can't
12842           do anything useful with anyway (because vorbis's timestamps have
12843           only sample granularity), and are commonly produced by elements with
12844           minor bugs. Allow up to 1/2 a sample out.
12845           Fixes #351742.
12846
12847 2006-08-24  Wim Taymans  <wim@fluendo.com>
12848
12849         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
12850         (play_scrub_toggle_cb), (main):
12851         Add a checkbox to enable play scrubbing. Makes it possible to disable
12852         normal scrubbing.
12853
12854 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12855
12856         * tests/check/elements/.cvsignore:
12857           make buildbot happy
12858
12859 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12860
12861         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
12862         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
12863         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
12864         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12865         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12866         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
12867         (gst_ogm_text_parse_strip_trailing_zeroes),
12868         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
12869         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
12870           Refactor ogm parse, do better input checking, misc. clean-ups.
12871           Cache incoming events and push them once the source pad has
12872           been created. Don't pass unterminated strings to sscanf().
12873           Strip trailing zeroes from subtitle text output, since they
12874           are not valid UTF-8. Don't push vorbiscomment packets on
12875           the subtitle text pad. Output perfect streams if possible.
12876
12877 2006-08-23  Wim Taymans  <wim@fluendo.com>
12878
12879         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12880         Waits for tasks to settle down so that we clean up correctly for 
12881         valgrind.
12882
12883 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12884
12885         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
12886           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
12887           actually return return value in taglists_are_equal.
12888
12889 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12890
12891         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12892           Fix crash due to broken bitstream parsing on x86-64: can't make
12893           any assumptions about sizeof(struct) due to alignment/packing
12894           differences on different architectures. Fixes #351790.
12895
12896 2006-08-22  Wim Taymans  <wim@fluendo.com>
12897
12898         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12899         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
12900         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
12901         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
12902         (gst_riff_parse_info):
12903         Protect public functions against bad input.
12904         Do some cleanups.
12905         Fix documentation.
12906
12907 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12908
12909         * gst-libs/gst/riff/riff-ids.h:
12910         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12911           Add voxware audio IDs (even if we can't play it) (#351795).
12912
12913 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12914
12915         * gst-libs/gst/riff/riff-media.c:
12916         (gst_riff_create_video_template_caps),
12917         (gst_riff_create_audio_template_caps),
12918         (gst_riff_create_iavs_template_caps):
12919           Const-ify some arrays and use G_N_ELEMENTS instead
12920           of wasting oodles of RAM on terminator bits.
12921
12922 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12923
12924         * gst-libs/gst/tag/gstvorbistag.c:
12925         (gst_tag_list_to_vorbiscomment_buffer):
12926         * tests/check/libs/tag.c: (GST_START_TEST):
12927           And the same for _to_vorbiscomment_buffer(): allow
12928           id_data_len == 0 for speex.
12929
12930 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12931
12932         * configure.ac:
12933         * docs/plugins/Makefile.am:
12934         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12935         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12936         * docs/plugins/inspect/plugin-gdp.xml:
12937         * gst/gdp/Makefile.am:
12938         * tests/check/Makefile.am:
12939           Move GDP plugin to -base from -bad.  Closes #347783.
12940
12941 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
12942
12943         * gst-libs/gst/tag/gstvorbistag.c:
12944         (gst_tag_list_from_vorbiscomment_buffer):
12945           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
12946           Also add some checks to make sure we don't memcmp() beyond the end of
12947           vorbiscomment buffer if the ID to check for is larger than the buffer.
12948
12949         * tests/check/libs/tag.c: (GST_START_TEST):
12950           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
12951
12952 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
12953
12954         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
12955         (gst_vorbis_enc_set_metadata):
12956           Use vorbis comment utility functions from libgsttag
12957           instead of re-inventing the wheel (partially fixes #347091).
12958
12959 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
12960
12961         * tests/check/elements/audioconvert.c: (GST_START_TEST):
12962         Fix leaks. Wait for state transitions that might happen ASYNC, as well
12963         as some that won't.
12964
12965 2006-08-21  Wim Taymans  <wim@fluendo.com>
12966
12967         * docs/libs/Makefile.am:
12968         * docs/libs/gst-plugins-base-libs-sections.txt:
12969         * docs/libs/gst-plugins-base-libs.types:
12970         Don't try to GObject scan the netbuffer as it's not a GObject.
12971         Fixes #351308.
12972
12973         * gst-libs/gst/netbuffer/gstnetbuffer.c:
12974         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12975         Document GstNetBuffer.
12976
12977 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12978
12979         * tests/check/elements/audioconvert.c: (GST_START_TEST),
12980         (audioconvert_suite):
12981           Add testcase for caps-size-explosion
12982
12983 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12984
12985         * gst/audioconvert/gstaudioconvert.c:
12986         (gst_audio_convert_get_unit_size), (set_structure_widths):
12987           Lower debug, use g_assert in _get_unit_size
12988
12989         * gst/audioresample/gstaudioresample.c:
12990         (audioresample_get_unit_size):
12991         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12992         (gst_ffmpegcsp_get_unit_size):
12993         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
12994           use g_assert in _get_unit_size
12995
12996 2006-08-18  Wim Taymans  <wim@fluendo.com>
12997
12998         * docs/libs/gst-plugins-base-libs-sections.txt:
12999         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13000         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13001         (gst_rtp_buffer_get_payload_buffer):
13002         * gst-libs/gst/rtp/gstrtpbuffer.h:
13003         Document GstRTPBuffer.
13004         Added function to efficiently strip payload headers.
13005         API: gst_rtp_buffer_get_payload_subbuffer()
13006
13007 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13008
13009         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13010         (gst_tag_to_vorbis_comments):
13011           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13012           tags and deserialise them properly as well (#347091).
13013           Add some more gtk-doc blurbs and also some g_return_if_fail().
13014
13015         * tests/check/libs/tag.c: (GST_START_TEST),
13016         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13017           More tests.
13018
13019 2006-08-17  Wim Taymans  <wim@fluendo.com>
13020
13021         * ext/ogg/Makefile.am:
13022         * ext/ogg/gstogg.c: (plugin_init):
13023         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13024         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13025         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13026         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13027         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13028         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13029         Added ogg-in-avi parser element. Fixes #140139.
13030
13031         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13032         Fixed a bug in oggdemux debug code.
13033
13034         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13035         (gst_riff_create_audio_template_caps):
13036         Recognise Ogg in the AVI extensible wave format.
13037
13038 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13039
13040         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13041           Make buffer durations add up (duration should be next_ts-ts for
13042           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13043           from CVS.
13044
13045         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13046         (test_buffer_timestamps), (cddabasesrc_suite):
13047           Add unit test for the above.
13048
13049         * tests/check/Makefile.am:
13050           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13051           to see what happens.
13052
13053 2006-08-16  Wim Taymans  <wim@fluendo.com>
13054
13055         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13056         (gst_alsasink_open):
13057         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13058         (gst_alsasrc_open):
13059         Avoid setting and using a NULL device name.
13060         Print more info when we fail to open a device.
13061
13062 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13063
13064         * docs/libs/gst-plugins-base-libs-sections.txt:
13065         * gst-libs/gst/tag/tag.h:
13066         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13067           API: add gst_tag_parse_extended_comment() (#351426).
13068
13069         * tests/check/Makefile.am:
13070         * tests/check/libs/.cvsignore:
13071         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13072           Add unit test for gst_tag_parse_extended_comment().
13073
13074 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13075
13076         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13078           Fix leak (#351502).
13079
13080 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13081
13082         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13083         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13084         * docs/plugins/gst-plugins-base-plugins.args:
13085         * gst/playback/gstplaybin.c:
13086           Document playbin.
13087           
13088         * docs/plugins/inspect/plugin-adder.xml:
13089         * docs/plugins/inspect/plugin-alsa.xml:
13090         * docs/plugins/inspect/plugin-audioconvert.xml:
13091         * docs/plugins/inspect/plugin-audiorate.xml:
13092         * docs/plugins/inspect/plugin-audioresample.xml:
13093         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13094         * docs/plugins/inspect/plugin-cdparanoia.xml:
13095         * docs/plugins/inspect/plugin-decodebin.xml:
13096         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13097         * docs/plugins/inspect/plugin-gnomevfs.xml:
13098         * docs/plugins/inspect/plugin-ogg.xml:
13099         * docs/plugins/inspect/plugin-pango.xml:
13100         * docs/plugins/inspect/plugin-playbin.xml:
13101         * docs/plugins/inspect/plugin-subparse.xml:
13102         * docs/plugins/inspect/plugin-tcp.xml:
13103         * docs/plugins/inspect/plugin-theora.xml:
13104         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13105         * docs/plugins/inspect/plugin-video4linux.xml:
13106         * docs/plugins/inspect/plugin-videorate.xml:
13107         * docs/plugins/inspect/plugin-videoscale.xml:
13108         * docs/plugins/inspect/plugin-videotestsrc.xml:
13109         * docs/plugins/inspect/plugin-volume.xml:
13110         * docs/plugins/inspect/plugin-vorbis.xml:
13111         * docs/plugins/inspect/plugin-ximagesink.xml:
13112         * docs/plugins/inspect/plugin-xvimagesink.xml:
13113           Update to CVS version.
13114
13115 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13116
13117         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13118         (gst_play_bin_set_property), (gst_play_bin_get_property),
13119         (value_list_append_structure_list),
13120         (gst_play_bin_handle_redirect_message),
13121         (gst_play_bin_handle_message):
13122           API: GstPlayBin::connection-speed
13123           Add "connection-speed" property; re-order redirect messages with
13124           multiple redirect locations depending on the minimum bitrate if
13125           that information is available and a connection speed is set
13126           (#350399).
13127
13128 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13129
13130         * gst/playback/gstplaybin.c:
13131           Update max volume to the same value that the volume element uses.
13132
13133 2006-08-14  Wim Taymans  <wim@fluendo.com>
13134
13135         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13136         Less uglyness..
13137
13138 2006-08-14  Wim Taymans  <wim@fluendo.com>
13139
13140         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13141         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13142         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13143         Add some more debug info.
13144         Don't crash when a seek failed.
13145         Actually return the result of the seek instead of TRUE.
13146         Ignore multiple BOS pages with the same serial so that we don't create
13147         the same stream multiple times.
13148         Post an error when we fail to do the initial seek.
13149
13150 2006-08-13  Wim Taymans  <wim@fluendo.com>
13151
13152         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13153         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13154         Small code cleanup.
13155
13156         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13157         (gst_alsa_mixer_new):
13158         Remove hack that always set the device to hw:0*.
13159         Properly find the card name for whatever device was configured.
13160         Do some better debugging.
13161         Fixes #350784.
13162
13163         * ext/alsa/gstalsamixerelement.c:
13164         (gst_alsa_mixer_element_set_property),
13165         (gst_alsa_mixer_element_change_state):
13166         Cleanups.
13167         Handle setting of a NULL device name better.
13168
13169 2006-08-11  Wim Taymans  <wim@fluendo.com>
13170
13171         * gst/adder/gstadder.c:
13172         Don't clip float values. Fixes #350900.
13173
13174 2006-08-11  Andy Wingo  <wingo@pobox.com>
13175
13176         * gst/tcp/gsttcp.c: Really fix the build?
13177
13178         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13179         fixes the build.
13180
13181 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13182
13183         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13184           Float caps shouldn't have a "signed" field.
13185
13186 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13187
13188         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13189           Implement SEEKING query in its most basic form, so that we can
13190           at least check if we're seekable or not (#350655).
13191
13192 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13193
13194         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13195           The checks here are not even close to anything that would
13196           justify MAXIMUM probability, lowering to POSSIBLE until someone
13197           fixes the checks (case at hand: quicktime redirection files
13198           might start with 00 00 01 XX and pass the checks here just
13199           fine, see #350399).
13200
13201 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13202
13203         Patch by: Sjoerd Simons  <sjoerd at luon net>
13204
13205         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13206           Better detection for multipart/x-mixed-replace: accept leading
13207           whitespaces before the boundary marker as well (as our very own
13208           multipartmux used to produce) (#349068).
13209
13210 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13211
13212         Patch by: Young-Ho Cha  <ganadist at chollian net>
13213
13214         * gst-libs/gst/riff/riff-ids.h:
13215         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13216         (gst_riff_create_audio_template_caps):
13217           Detect DTS audio streams (#350157).
13218
13219 2006-08-05  Andy Wingo  <wingo@pobox.com>
13220
13221         * ext/theora/gsttheoraparse.h:
13222         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13223         (theora_parse_dispose, theora_parse_set_property)
13224         (theora_parse_get_property, theora_parse_munge_granulepos)
13225         (theora_parse_push_buffer, theora_parse_change_state):
13226         API: GstTheoraParse::synchronization-points
13227         Add a property 'synchronization-points' to fix badly synchronized oggs.
13228
13229 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13230
13231         * tests/check/Makefile.am:
13232         * tests/check/libs/.cvsignore:
13233         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13234         (fixed_caps_have_channel_positions), (GST_START_TEST),
13235         (audio_suite), (main):
13236           Add a few tests for the channel position stuff in libgstaudio.
13237
13238 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13239
13240         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13241         (gst_alsa_detect_channels):
13242         * ext/alsa/gstalsasink.c:
13243           Add support for cards that (only) do more than 8 channels,
13244           like the Delta 44 (#345188).
13245
13246         * gst-libs/gst/audio/multichannel.c:
13247         (gst_audio_check_channel_positions):
13248         * gst-libs/gst/audio/multichannel.h:
13249           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13250           unspecified channel position and cannot be combined with any
13251           of the other audio channel positions; adjust position layout
13252           checks accordingly (#345188).
13253
13254 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13255
13256         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13257           Recognise ancient RealAudio files (see #349779).
13258
13259 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13260
13261         Patch by: Jens Granseuer  <jensgr at gmx net>
13262
13263         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13264           Add typefinder for Interplay's MVE format (#348973).
13265
13266 2006-08-02  Wim Taymans  <wim@fluendo.com>
13267
13268         Patch by: Marcel Moreaux <marcelm at luon dot net>
13269
13270         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13271         (gst_base_rtp_depayload_add_to_queue):
13272         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13273         Handle RTP sequence number rollover.
13274         Disable jitterbuffer by default.
13275
13276 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13277
13278         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13279         (audioresample_set_caps):
13280         Don't leak references to the incoming caps. Clean them up when
13281         stopping.
13282
13283         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13284         (gst_video_scale_finalize):
13285         Don't leak our temporary pixel buffer.
13286
13287         * tests/check/Makefile.am:
13288         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13289         (GST_START_TEST), (simple_launch_lines_suite):
13290
13291         Fix leaks and re-enable the test for valgrind checking.
13292
13293 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13294
13295         Patch by: Sjoerd Simons  <sjoerd at luon net>
13296
13297         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13298         (plugin_init):
13299           Add typefind function for multipart/x-mixed-replace (#348916).
13300
13301 2006-07-28  Wim Taymans  <wim@fluendo.com>
13302
13303         * gst/adder/gstadder.c: (gst_adder_setcaps),
13304         (gst_adder_query_duration):
13305         Fix leak in duration query.
13306         Reflow some docs and notes.
13307
13308 2006-07-28  Michael Smith  <msmith@fluendo.com>
13309
13310         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13311         (vorbisenc_suite):
13312           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13313           aspect of it.
13314
13315 2006-07-28  Michael Smith  <msmith@fluendo.com>
13316
13317         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13318         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13319         (gst_vorbis_enc_push_buffer),
13320         (gst_vorbis_enc_buffer_check_discontinuous),
13321         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13322         * ext/vorbis/vorbisenc.h:
13323           Handle discontinuities in the input vorbis stream correctly,
13324           so that the output is properly timestamped (and has good granulepos
13325           values). Needs some oggmux fixes too.
13326
13327 2006-07-27  Wim Taymans  <wim@fluendo.com>
13328
13329         patch by: Kai Vehmanen <kv2004 eca cx>
13330
13331         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13332         (gst_base_rtp_depayload_chain),
13333         (gst_base_rtp_depayload_handle_sink_event),
13334         (gst_base_rtp_depayload_change_state):
13335         Don't send multiple newsegments with different formats.
13336         Fixes #348677.
13337
13338 2006-07-26  Wim Taymans  <wim@fluendo.com>
13339
13340         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13341         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13342         Make seeking in ogg more accurate again by doing the more correct
13343         granuletime to stream time conversion.
13344
13345 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13346
13347         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13348         (gst_multi_fd_sink_new_client):
13349           debug a little more understandably
13350           do not use goto as a substitute for break, especially if
13351           break is also being used
13352
13353 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13354
13355         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13356         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13357           Remove GLib-2.6 compatibility cruft.
13358
13359 2006-07-24  Wim Taymans  <wim@fluendo.com>
13360
13361         * gst-libs/gst/audio/gstbaseaudiosink.c:
13362         (gst_base_audio_sink_render):
13363         Don't try to align a sample to an unknown value.
13364
13365 2006-07-24  Wim Taymans  <wim@fluendo.com>
13366
13367         * gst-libs/gst/audio/gstbaseaudiosink.c:
13368         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13369         When the audio clock is slaved to another clock, never try to align
13370         samples but trust the rate interpolation algorithm.
13371
13372 2006-07-24  Wim Taymans  <wim@fluendo.com>
13373
13374         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13375         Don't try to calculate silence samples, base class does this much
13376         better now.
13377
13378         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13379         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13380         (gst_ring_buffer_acquire):
13381         Calculate silence samples correctly.
13382
13383         * gst-libs/gst/audio/gstringbuffer.h:
13384         Add _CAST macro.
13385
13386 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13387
13388         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13389           Limit search for the first markup tag to the first few kB of
13390           the file. If we don't find one there, it's highly unlikely that
13391           this is an XML(-ish) file.
13392
13393 2006-07-21  Andy Wingo  <wingo@pobox.com>
13394
13395         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13396         test to the one in vorbisenc. Also commented out.
13397
13398         * tests/check/pipelines/vorbisenc.c: 
13399         (test_discontinuity): New test, commented out until Mike lands
13400         some elite vorbisenc patches.
13401
13402         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13403         Bufferstraw was actually factored out of these tests. Now we share
13404         code yay.
13405
13406         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13407         for bufferstraw addition to gstcheck.
13408
13409 2006-07-21  Wim Taymans  <wim@fluendo.com>
13410
13411         * ext/theora/theoradec.c: (clip_buffer):
13412         Better clipping.
13413
13414 2006-07-21  Wim Taymans  <wim@fluendo.com>
13415
13416         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13417         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13418         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13419         Fix leak.
13420         Avoid type casting when we can.
13421
13422         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13423         Fix mem leak.
13424
13425 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13426
13427         * ext/alsa/gstalsamixerelement.c:
13428         (gst_alsa_mixer_element_change_state):
13429           Make state change fail if the specified device can't be opened
13430           for some reason.
13431
13432 2006-07-20  Wim Taymans  <wim@fluendo.com>
13433
13434         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13435         (cb_newpad), (main):
13436         Example of a small audio/video player using decodebin.
13437
13438 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13439
13440         * gst-libs/gst/riff/riff-ids.h:
13441           Add 'fact' chunk id
13442
13443 2006-07-19  Wim Taymans  <wim@fluendo.com>
13444
13445         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13446         (gst_base_rtp_depayload_chain),
13447         (gst_base_rtp_depayload_change_state):
13448         Don't assert when not negotiated but post a meaningfull 
13449         error message. Fixes #347918.
13450
13451         * gst-libs/gst/rtp/gstbasertppayload.c:
13452         Add comment about better default MTU size.
13453
13454         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13455         Small cleanups, start docs.
13456
13457 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13458
13459         Patch by: Martin Szulecki
13460
13461         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13462           If "device-name" is requested and the device is not
13463           open, try to temporarily open it to obtain this
13464           information (#342494).
13465
13466 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13467
13468         * gst-libs/gst/tag/gstid3tag.c:
13469           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13470
13471         * gst-libs/gst/tag/gsttageditingprivate.h:
13472         * gst-libs/gst/tag/gstvorbistag.c:
13473           Some more random const-ifications.
13474
13475 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13476
13477         * gst-libs/gst/riff/riff-ids.h:
13478         * gst-libs/gst/riff/riff-media.c:
13479         (gst_riff_create_video_template_caps):
13480           Add more FOURCCs (sort list to make stuff easier to find),
13481           add comment what those 16 bytes in struct _gst_riff_strh according to
13482           one avi-dumper are
13483
13484 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13485
13486         * gst-libs/gst/audio/multichannel.c:
13487         (gst_audio_check_channel_positions),
13488         (gst_audio_fixate_channel_positions):
13489           Const-ify two arrays.
13490
13491 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13492
13493         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13494           Fix typo, so that alsasink also advertises 8 channels
13495           if that's supported (tags: can, worms, open, alsa, ph34r).
13496
13497 2006-07-17  Wim Taymans  <wim@fluendo.com>
13498
13499         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13500         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13501         *sigh*, when is the compiler going to warn when the comments
13502         are out-of-sync with the code.. Refix case of busted theora
13503         headers with 0 granule pos.
13504
13505 2006-07-14  Wim Taymans  <wim@fluendo.com>
13506
13507         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13508         (gst_base_rtp_depayload_wait),
13509         (gst_base_rtp_depayload_change_state),
13510         (gst_base_rtp_depayload_set_property),
13511         (gst_base_rtp_depayload_get_property):
13512         Fix 99% cpu load by waiting for absolute times on the
13513         clock. Fixes #347300.
13514
13515 2006-07-14  Andy Wingo  <wingo@pobox.com>
13516
13517         * ext/theora/gsttheoraparse.h: 
13518         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13519         (theora_parse_push_headers, theora_parse_clear_queue)
13520         (theora_parse_drain_queue_prematurely, )
13521         (theora_parse_sink_event, theora_parse_change_state): Queue events
13522         until we initialized our state, like in vorbisparse.
13523
13524         * ext/vorbis/vorbisparse.h: 
13525         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13526         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13527         (vorbis_parse_drain_queue_prematurely, )
13528         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13529         until we have initialized our state. Fixes seeking after an
13530         initial pad block.
13531
13532 2006-07-14  Andy Wingo  <wingo@pobox.com>
13533
13534         Patch by: Iain Holmes <iaingnome@gmail.com>
13535         
13536         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13537
13538 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13539
13540         * configure.ac:
13541         Bump nano back to CVS
13542
13543 === release 0.10.9 ===
13544
13545 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13546
13547         * configure.ac:
13548           releasing 0.10.9, "I walk the line"
13549
13550 2006-07-14  Michael Smith  <msmith@fluendo.com>
13551
13552         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13553           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13554           (commonly happens when running this test under valgrind) when trying
13555           to remove the buffer probe.
13556
13557 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13558
13559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13560         Fix missing g_unlock from the previous commit
13561
13562 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13563
13564         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13565         (gst_ximagesink_change_state):
13566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13567         (gst_xvimagesink_change_state):
13568         Implement a locking order to ensure we always take the object lock
13569         before the x_lock and never vice-versa.
13570
13571 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13572
13573         * gst/playback/gstdecodebin.c: (find_compatibles):
13574         Fix a caps leak when linking (#347304)
13575
13576         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13577         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13578         (gst_ximagesink_change_state):
13579         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13580         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13581         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13582         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13583         Don't leak shared memory resources. Use the object lock to protect
13584         against the xcontext disappearing while returning a buffer from the
13585         pipeline. (#347304)
13586
13587 2006-07-12  Edward Hervey  <edward@fluendo.com>
13588
13589         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13590         (vorbis_handle_comment_packet):
13591         gst_tag_list_merge() returns a new object. Take that into account when
13592         using it. This avoids memleak.
13593         Revert previous commit which is not needed.
13594
13595 2006-07-12  Edward Hervey  <edward@fluendo.com>
13596
13597         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13598         Reset the decoder in finalize so that all fields get cleared.
13599
13600 2006-07-12  Wim Taymans  <wim@fluendo.com>
13601
13602         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13603         (gst_base_audio_src_set_clock),
13604         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13605         Don't try to post an error message when setting the clock fails
13606         as this can happen when adding an element to a bin which will then
13607         deadlock. Fixes #347296.
13608
13609 2006-07-12  Edward Hervey  <edward@fluendo.com>
13610
13611         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13612         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13613         (vorbis_handle_type_packet):
13614         Post tag messages on the bus even if we're not initialized.
13615         If we're not initialized, we still postpone the event pushing of tags.
13616
13617 2006-07-12  Wim Taymans  <wim@fluendo.com>
13618
13619         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13620         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13621         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13622         Revert last two changes that broke the freeze.
13623
13624 2006-07-12  Wim Taymans  <wim@fluendo.com>
13625
13626         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13627         basesink calculates silence sample correctly for us.
13628
13629 2006-07-12  Wim Taymans  <wim@fluendo.com>
13630
13631         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13632         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13633         Calculate correct silence samples so we don't fill our ringbuffer
13634         with noise.
13635
13636 2006-07-12  Edward Hervey  <edward@fluendo.com>
13637
13638         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13639         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13640         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13641         * ext/vorbis/vorbisdec.h:
13642         Delay sending events (newsegment, tags) until the decoder is properly
13643         initialized.
13644         Fixes #347295
13645
13646 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13647
13648         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13649         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13650           Patch from #347221 adding a test for audioconvert
13651           channel remappings.
13652
13653 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13654
13655         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13656         (gst_ssa_parse_parse_line):
13657           Don't include the terminating NUL in the buffer size,
13658           it's only there for extra paranoia (would add random
13659           '*' characters at the end of each subtitle since the
13660           terminator itself is not valid UTF-8 technically).
13661           Also fix indenting after boilerplate macro.
13662
13663 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13664
13665         * gst/playback/gstdecodebin.c: (close_pad_link):
13666           Also emit 'unknown-type' signal (which should really be
13667           called unhandled-type) if we found potential decoders/demuxers
13668           in the registry but none of them worked in the end (as in the
13669           case where the plugins don't exist any longer but are still
13670           listed in the registry). Fixes #329798.
13671
13672 2006-07-08  Andy Wingo  <wingo@pobox.com>
13673
13674         * theoraparse.c (theora_parse_push_buffer)
13675         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13676         Add some more debugging. Fix granulepos reconstruction in the face
13677         of discontinuities.
13678
13679 2006-07-06  Wim Taymans  <wim@fluendo.com>
13680
13681         * gst-libs/gst/audio/gstbaseaudiosink.c:
13682         (gst_base_audio_sink_class_init),
13683         (gst_base_audio_sink_provide_clock):
13684         Use gobject_class instead of G_OBJECT_CLASS (klass)
13685
13686         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13687         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13688         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13689         (gst_base_audio_src_get_time),
13690         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13691         (gst_base_audio_src_create_ringbuffer):
13692         Fix latency and buffer-time constants and properties ala basesink.
13693         Implement pull based scheduling. Fixes #346527.
13694         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13695         one segment.
13696         Refuse slaving to another clock instead of silently not working.
13697         Only provide a clock when we are actually able to do so.
13698         Various small cleanups and compiler hints.
13699
13700 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13701
13702         Patch by: Lutz Mueller <lutz at topfrose de>
13703
13704         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13705         (plugin_init):
13706           Add typefinding for text/html (#346581).
13707
13708 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13709
13710         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13711         (xml_check_first_element), (xml_type_find), (smil_type_find):
13712           Fix SMIL typefinding, make xml_check_first_element() more
13713           useful.
13714
13715 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13716
13717         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13718         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13719         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13720         * gst/playback/gstplaybasebin.h:
13721           Protect list of elements with a subtitle-encoding property and
13722           the subtitle encoding member itself with a lock of their own
13723           instead of using the object lock. This prevents a dead-lock in
13724           the element-remove callback in some circumstances when shutting
13725           down playbin.
13726
13727 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13728
13729         * win32/common/libgsttag.def:
13730         Export some new functions.
13731         * win32/vs6/libgstogg.dsp:
13732         Add a link to libgsttag-0.10.lib.
13733
13734 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13735
13736         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13737           Some const-ification.
13738
13739 2006-07-04  Wim Taymans  <wim@fluendo.com>
13740
13741         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13742         Improve checking if we are dealing with a stream. Added some
13743         more uris that need buffering.
13744
13745 2006-07-03  Edward Hervey  <edward@fluendo.com>
13746
13747         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13748         Remove unused variable.
13749
13750 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13751
13752         * Makefile.am:
13753           include lcov.mak
13754         * configure.ac:
13755           add GCOV_LIBS to GST_LIBS
13756
13757 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13758
13759         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13760
13761         * ext/alsa/gstalsasrc.c:
13762           Add 32 bps to template caps and increase channels range
13763           from [1,2] to [1,MAX]. See #346326.
13764
13765 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13766
13767         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13768           Recognise 'WMVA' video codec fourcc (#345879).
13769           
13770 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13771          
13772         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13773           Fixed nasty memory leak
13774
13775 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13776
13777         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13778         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13779           fix logging
13780
13781 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13782
13783         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13784         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13785         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13786         Protect remove_fakesink using a mutex, so that we don't try and
13787         remove the fakesink simultaneously from multiple threads.
13788
13789         When going from READY to PAUSED, restore the fakesink, so that
13790         it is there when decodebin gets reused.
13791
13792 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
13793
13794         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13795         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13796         * gst-libs/gst/rtp/gstbasertppayload.c:
13797         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13798         * gst/tcp/gstmultifdsink.c:
13799         * gst/tcp/gsttcpclientsink.c:
13800         * gst/tcp/gsttcpclientsrc.c:
13801         * gst/tcp/gsttcpserversink.c:
13802         * gst/tcp/gsttcpserversrc.c:
13803         * gst/videorate/gstvideorate.c:
13804         * gst/videotestsrc/gstvideotestsrc.c:
13805         * sys/v4l/gstv4ljpegsrc.c:
13806         * sys/v4l/gstv4lmjpegsink.c:
13807         * sys/v4l/gstv4lsrc.c:
13808         * tests/examples/seek/scrubby.c:
13809         * tests/examples/seek/seek.c:
13810           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
13811
13812 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13813
13814         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
13815           Second field in GEnumValue shouldn't be a description,
13816           but a stringified version of the enum value.
13817
13818 2006-06-22  Wim Taymans  <wim@fluendo.com>
13819
13820         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13821         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
13822         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13823         Avoid type checking in buffer casts.
13824         Avoid caps copy in buffer_alloc when we can.
13825         Use pad_peer_accept.
13826
13827 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13828
13829         * gst-libs/gst/tag/tag.h:
13830           Oops, make that 'Since: 0.10.9'.
13831
13832 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13833
13834         * docs/libs/gst-plugins-base-libs-sections.txt:
13835         * gst-libs/gst/tag/tag.h:
13836         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
13837         (gst_tag_image_type_get_type):
13838           API: add GstTagImageType enum to describe images contained
13839           in image tags (#345641).
13840
13841 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13842
13843         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13844           Fix warnings with gst-inspect: "buffers-min" property
13845           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
13846           typo in property description.
13847
13848 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13849
13850         Patch by: Cody Russell <bratsche at gnome org>
13851
13852         * gst/audioresample/gstaudioresample.c:
13853         (gst_audioresample_class_init):
13854         * gst/playback/gststreamselector.c:
13855         (gst_stream_selector_class_init):
13856         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
13857         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13858         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
13859         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
13860         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
13861         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
13862         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
13863         * gst/videotestsrc/gstvideotestsrc.c:
13864         (gst_video_test_src_class_init):
13865         * gst/volume/gstvolume.c: (gst_volume_class_init):
13866           Avoid unnecessary class cast check in class_init
13867           functions (#337747).
13868
13869 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
13870
13871         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
13872         (gst_text_overlay_video_chain):
13873           g_markup_escape_text() REALLY doesn't like non-UTF8 input
13874           and doesn't validate its input either (and neither did
13875           textoverlay it seems). Let's do that then and fix #345206.
13876
13877 2006-06-19  Wim Taymans  <wim@fluendo.com>
13878
13879         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13880         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
13881         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
13882         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
13883         (find_syncframe), (find_limits), (assign_value),
13884         (count_burst_unit), (gst_multi_fd_sink_new_client),
13885         (gst_multi_fd_sink_handle_client_write),
13886         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
13887         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
13888         (gst_multi_fd_sink_change_state):
13889         * gst/tcp/gstmultifdsink.h:
13890         Added shiny new burst-on-connect methods.
13891         Add properties to control the minimal amount of data queued.
13892         Small cleanups.
13893         API: bytes-min property
13894         API: time-min property
13895         API: buffers-min property
13896         API: burst-unit property
13897         API: burst-value property
13898         API: add-full signal
13899
13900         * gst/tcp/gsttcp-marshal.list:
13901         Added new marshaller code for the new signal.
13902
13903         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13904         (multifdsink_suite):
13905         Added testcases for new burst methods.
13906
13907 2006-06-19  Edward Hervey  <edward@fluendo.com>
13908
13909         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
13910         Implement clipping for accurate seeking.
13911         Closes #345225
13912
13913 2006-06-19  Wim Taymans  <wim@fluendo.com>
13914
13915         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
13916
13917         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
13918         (gst_video_scale_transform):
13919         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
13920
13921 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
13922
13923         * configure.ac:
13924           Fix --disable-external (can't set conditionals conditionally,
13925           #343602).
13926
13927 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13928
13929         * tests/check/elements/audioresample.c: (test_reuse),
13930         (audioresample_suite):
13931           Add test case for bug #342789 fixed below.
13932
13933 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13934
13935         * gst/audioresample/gstaudioresample.c:
13936         (gst_audioresample_class_init), (gst_audioresample_init),
13937         (audioresample_start), (audioresample_stop),
13938         (gst_audioresample_set_property), (gst_audioresample_get_property):
13939           Implement GstBaseTransform::start and ::stop so that audioresample
13940           can clear its internal state properly and be reused instead of
13941           causing non-negotiated errors with playbin under some circumstances
13942           (#342789).
13943
13944         * tests/check/elements/audioresample.c: (setup_audioresample),
13945         (cleanup_audioresample):
13946           Need to set element state here so that ::start and ::stop are
13947           called.
13948
13949 2006-06-16  Wim Taymans  <wim@fluendo.com>
13950
13951         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13952
13953         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
13954         Parse extra data better, apparently it's right behind
13955         the normal strf header size. Fixes #343500.
13956
13957 2006-06-16  Wim Taymans  <wim@fluendo.com>
13958
13959         * ext/alsa/gstalsasink.c: (set_hwparams):
13960         If we fail to set the buffer_time and period_time alsa
13961         parameters, post a warning and leave alsa select a 
13962         default instead of failing. Fixes #342085
13963
13964 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13965
13966         * docs/libs/gst-plugins-base-libs-sections.txt:
13967         * gst-libs/gst/cdda/gstcddabasesrc.h:
13968           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
13969           out in the header file and shouldn't be listed in the docs.
13970
13971         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13972           Must dereference pointer to fourcc in the debug statement.
13973
13974 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
13975
13976         * docs/libs/Makefile.am:
13977         * docs/libs/gst-plugins-base-libs-docs.sgml:
13978         * docs/libs/gst-plugins-base-libs-sections.txt:
13979         * docs/libs/gst-plugins-base-libs.types:
13980         add remaining symbols into correct setions
13981         
13982         * gst-libs/gst/audio/gstringbuffer.c:
13983         fix incomplete docs
13984         
13985         * gst-libs/gst/audio/gstringbuffer.h:
13986         comment out not yet implemented function
13987         
13988         
13989         * gst-libs/gst/floatcast/floatcast.h:
13990         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13991         add short descriptions
13992         
13993         
13994         * gst-libs/gst/interfaces/propertyprobe.c:
13995         fix return value docs   
13996         
13997         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13998         simplify debug logging
13999         
14000         * gst-libs/gst/riff/riff-read.h:
14001         sync function prototype and docs
14002         
14003         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14004         remove left over symbol
14005
14006 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14007
14008         * autogen.sh:
14009         * configure.ac:
14010         * docs/Makefile.am:
14011           Use GST_PLUGIN_DOCS macro in configure.ac, add
14012           --enable-plugin-docs default to autogen.sh and use
14013           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14014
14015 2006-06-15  Wim Taymans  <wim@fluendo.com>
14016
14017         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14018         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14019         (gst_ogg_demux_loop):
14020         Combine GstFlowReturn from the source pads to give a
14021         meaningfull result to the upstream peer or to stop the
14022         processing task in case of errors.
14023
14024 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14025
14026         * gst/playback/gststreaminfo.c: (cb_probe):
14027           Try GST_TAG_CODEC as fallback when extracting the
14028           codec name; more debug info.
14029
14030 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14031
14032         * ext/ogg/Makefile.am:
14033         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14034           Extract language tags from ogm subtitle streams, so that
14035           the subtitle menu choices are labelled correctly in
14036           Totem (fixes #344708).
14037
14038 2006-06-14  Wim Taymans  <wim@fluendo.com>
14039
14040         Patch by: Alessandro Decina <alessandro at nnva dot org>
14041
14042         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14043         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14044         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14045         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14046         Fix various leaks. Fixes #343699.
14047         Add x-smoke mime type.
14048
14049 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14050
14051         * gst-libs/gst/riff/riff-ids.h:
14052           Add IDs for 'bext' chunks (see #343837).
14053
14054 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14055
14056         Patch by: Young-Ho Cha  <ganadist at chollian net>
14057
14058         * gst/subparse/samiparse.c: (sami_context_pop_state),
14059         (handle_start_font), (end_sami_element):
14060           Honour font face tags in SAMI subtitles (#344503).
14061
14062 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14063
14064         * po/POTFILES.in:
14065           add missing files containing translatable strings
14066
14067 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14068
14069         * docs/libs/tmpl/.cvsignore:
14070           we don't want those *.sgml files in CVS either
14071
14072 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14073
14074         * docs/libs/.cvsignore:
14075         * tests/check/elements/.cvsignore:
14076         * tests/check/libs/.cvsignore:
14077           ignore more
14078
14079 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14080
14081         * docs/libs/Makefile.am:
14082           also commiting the changed Makefile.am (added more libs to the
14083           doc-build)
14084
14085 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14086
14087         * docs/libs/gst-plugins-base-libs-docs.sgml:
14088         * docs/libs/gst-plugins-base-libs-sections.txt:
14089         * docs/libs/gst-plugins-base-libs.types:
14090           first batch of reordering things, add index & hierarchy
14091
14092 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14093
14094         * configure.ac:
14095           use GST_PKG_CHECK_MODULES, cleans up output
14096
14097 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14098
14099         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14100           Add support for burn:// URIs (#343385); const-ify things a bit,
14101           use G_N_ELEMENTS instead of hard-coded array size.
14102
14103 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14104
14105         Patch by: Young-Ho Cha  <ganadist at chollian net>
14106
14107         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14108           Fix up broken entities before passing them to libxml *sigh*.
14109           (#343303).
14110           
14111 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14112
14113         * configure.ac:
14114           back to TRUNK
14115
14116 === release 0.10.8 ===
14117
14118 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14119
14120         * configure.ac:
14121           releasing 0.10.8, "Moar gij ziet mij nie"
14122
14123 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14124
14125         * configure.ac:
14126         * po/af.po:
14127         * po/az.po:
14128         * po/cs.po:
14129         * po/en_GB.po:
14130         * po/hu.po:
14131         * po/it.po:
14132         * po/nb.po:
14133         * po/nl.po:
14134         * po/or.po:
14135         * po/sq.po:
14136         * po/sr.po:
14137         * po/sv.po:
14138         * po/uk.po:
14139         * po/vi.po:
14140         * win32/common/config.h:
14141           0.10.7.2 prerelease
14142
14143 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14144
14145         * docs/libs/tmpl/gstaudio.sgml:
14146         * docs/libs/tmpl/gstcolorbalance.sgml:
14147         * docs/libs/tmpl/gstmixer.sgml:
14148         * docs/libs/tmpl/gstringbuffer.sgml:
14149         * docs/libs/tmpl/gsttuner.sgml:
14150         * docs/libs/tmpl/gstxoverlay.sgml:
14151         * gst-libs/gst/audio/audio.c:
14152         * gst-libs/gst/audio/gstringbuffer.c:
14153         * gst-libs/gst/interfaces/colorbalance.c:
14154         * gst-libs/gst/interfaces/mixer.c:
14155         * gst-libs/gst/interfaces/tuner.c:
14156         * gst-libs/gst/interfaces/xoverlay.c:
14157           move last template doc snippets to source code and delete them
14158
14159 2006-06-06  Michael Smith  <msmith@fluendo.com>
14160
14161         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14162         (theora_parse_drain_queue):
14163           Mark DELTA_UNIT on non-keyframes.
14164
14165 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14166
14167         * gst-libs/gst/audio/gstbaseaudiosink.c:
14168         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14169         * gst-libs/gst/audio/gstbaseaudiosink.h:
14170         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14171         (gst_ring_buffer_samples_done):
14172         * gst-libs/gst/audio/gstringbuffer.h:
14173         Document better the fact that latency_time and buffer_time are values
14174         stored in microseconds, and not the usual GStreamer nanoseconds.
14175         Change the variables (compatibly) that store them from GstClockTime 
14176         to guint64 to make it more clear that they're not storing clock times.
14177         Also, remove the bogus property description that says the user can
14178         specify -1 to get the default value, since that's never been the case.
14179
14180         When computing the default segment size for the ring buffer, make it
14181         an integer number of samples.
14182
14183         When the sub-class indicates a delay greater than the number of
14184         samples we've written return 0 from the audio sink get_time method.
14185
14186 2006-06-02  Michael Smith  <msmith@fluendo.com>
14187
14188         * tests/check/elements/audioconvert.c: (set_channel_positions),
14189         (get_float_mc_caps), (get_int_mc_caps):
14190         * tests/check/elements/audioresample.c:
14191         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14192         * tests/check/elements/videorate.c:
14193         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14194         * tests/check/elements/volume.c:
14195         * tests/check/elements/vorbisdec.c:
14196         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14197           Don't busy-wait in tests; this was causing test timeouts very
14198           frequently when running under valgrind.
14199
14200 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14201
14202         * gst/tcp/README:
14203         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14204         (gst_multi_fd_sink_remove_client_link),
14205         (gst_multi_fd_sink_client_queue_caps),
14206         (gst_multi_fd_sink_client_queue_buffer),
14207         (gst_multi_fd_sink_handle_client_write),
14208         (gst_multi_fd_sink_render):
14209         * gst/tcp/gstmultifdsink.h:
14210           make multifdsink properly deal with streamheader:
14211           - streamheader is taken from caps
14212           - buffers marked with IN_CAPS are not sent
14213           - streamheaders are sent, on connection, from the caps of the
14214             buffer where the client gets positioned to
14215           - further streamheader changes are done every time the client
14216             will receive a buffer with different caps
14217         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14218         (gst_multifdsink_create_streamheader):
14219           add tests for this
14220
14221 2006-06-02  Michael Smith  <msmith@fluendo.com>
14222
14223         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14224           Reinstate limit on channel count. Vorbis does not define the meaning
14225           of > 6 channels, so they're just independent channels. Gstreamer
14226           currently has no mechanism to represent N independent channels.
14227
14228 2006-06-02  Michael Smith  <msmith@fluendo.com>
14229
14230         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14231           Don't arbitrarily restrict channel counts and rate in vorbis.
14232           In terms of effects likely on real-world files, this fixes 96kHz
14233           playback of vorbis.
14234
14235 2006-06-02  Michael Smith  <msmith@fluendo.com>
14236
14237         * gst/audioconvert/audioconvert.c: (float):
14238           More correct float->int conversion.
14239
14240 2006-06-02  Michael Smith  <msmith@fluendo.com>
14241
14242         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14243           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14244           value. Fixes g-critical on trying to play back ogg containing
14245           unknown codec.
14246
14247 2006-06-02  Wim Taymans  <wim@fluendo.com>
14248
14249         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14250         (setup_source):
14251         * gst/playback/gstplaybasebin.h:
14252         Make the subtitle detection work from any thread so we don't
14253         deadlock. Fixes #343397.
14254
14255 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14256
14257         * gst/volume/Makefile.am:
14258           Seriously, it's not *that* hard to get compilation right.  Even
14259           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14260
14261 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14262
14263         * gst/volume/gstvolume.c: (volume_choose_func),
14264         (volume_update_real_volume), (gst_volume_class_init),
14265         (gst_volume_init), (volume_process_float), (volume_process_int16),
14266         (volume_process_int16_clamp), (volume_set_caps),
14267         (volume_transform_ip), (plugin_init):
14268         * gst/volume/gstvolume.h:
14269         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14270         another property desc., remove unused param from process function
14271         
14272         * tests/check/elements/volume.c: (volume_suite):
14273         reactivate the passthrough test
14274
14275 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14276
14277         * ext/alsa/gstalsamixerelement.h:
14278         * ext/alsa/gstalsamixeroptions.h:
14279         * ext/alsa/gstalsamixertrack.h:
14280         * ext/gnomevfs/gstgnomevfssink.h:
14281         * ext/gnomevfs/gstgnomevfssrc.h:
14282         * ext/theora/gsttheoradec.h:
14283         * ext/theora/gsttheoraenc.h:
14284         * ext/theora/gsttheoraparse.h:
14285         * ext/vorbis/vorbisparse.h:
14286         * gst-libs/gst/audio/gstaudioclock.h:
14287         * gst-libs/gst/audio/gstaudiofilter.h:
14288         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14289         * gst/audioconvert/gstaudioconvert.h:
14290         * gst/audioresample/gstaudioresample.h:
14291         * gst/audiotestsrc/gstaudiotestsrc.h:
14292         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14293         * gst/playback/gststreamselector.h:
14294         * gst/tcp/gstmultifdsink.h:
14295         * gst/tcp/gsttcpclientsink.h:
14296         * gst/tcp/gsttcpclientsrc.h:
14297         * gst/tcp/gsttcpserversink.h:
14298         * gst/tcp/gsttcpserversrc.h:
14299         * gst/videorate/gstvideorate.h:
14300         * gst/videoscale/gstvideoscale.h:
14301         * gst/videotestsrc/gstvideotestsrc.h:
14302         * gst/volume/gstvolume.h:
14303         * sys/v4l/gstv4ljpegsrc.h:
14304         * sys/v4l/gstv4lmjpegsink.h:
14305         * sys/v4l/gstv4lmjpegsrc.h:
14306         * sys/v4l/gstv4lsrc.h:
14307         * sys/ximage/ximagesink.h:
14308         * sys/xvimage/xvimagesink.h:
14309         * tests/old/testsuite/alsa/sinesrc.h:
14310         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14311
14312 2006-05-31  Wim Taymans  <wim@fluendo.com>
14313
14314         * ext/libvisual/visual.c: (gst_visual_reset),
14315         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14316         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14317         Handle DISCONT.
14318         Use running time before doing QoS.
14319         Handle mono too.
14320
14321 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14322
14323         * docs/libs/Makefile.am:
14324           set a magic variable to indicate we know the docs are incomplete
14325
14326 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14327
14328         * win32/common/libgstvideo.def:
14329           export gst_video_calculate_display_ratio
14330         * win32/vs6/libgstvideoscale.dsp:
14331           add link to libgstvideo-0.10.lib
14332
14333 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14334
14335         * gst/playback/gstplaybasebin.c: (gen_source_element):
14336           Throw a more comprehensible error for rtsp:// URIs (rather
14337           than erroring out with a negotiation error later on) until
14338           we fix playbin to handle rtspsrc etc.
14339
14340 2006-05-30  Wim Taymans  <wim@fluendo.com>
14341
14342         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14343         (gst_text_overlay_text_event):
14344         Added some FIXMEs.
14345
14346 2006-05-30  Wim Taymans  <wim@fluendo.com>
14347
14348         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14349         (gst_adder_request_new_pad), (gst_adder_release_pad):
14350         * gst/adder/gstadder.h:
14351         Implement release_request_pad.
14352         Make padcounter atomic.
14353
14354         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14355         Added check for release_pad in adder.
14356
14357 2006-05-30  Wim Taymans  <wim@fluendo.com>
14358
14359         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14360         Fix build again.
14361
14362 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14363
14364         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14365         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14366         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14367         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14368         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14369         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14370         (gst_ogg_demux_bisect_forward_serialno),
14371         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14372         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14373           add more debugging
14374           clean up printf formats for granulepos and serialno
14375
14376 2006-05-30  Michael Smith  <msmith@fluendo.com>
14377
14378         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14379         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14380         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14381         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14382         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14383         * ext/vorbis/vorbisenc.h:
14384           Multi-channel caps negotiation, so we can do proper multichannel
14385           vorbis encoding, negotiated through audioconvert.
14386
14387 2006-05-30  Wim Taymans  <wim@fluendo.com>
14388
14389         * tests/check/elements/adder.c: (test_event_message_received),
14390         (test_play_twice_message_received), (GST_START_TEST),
14391         (adder_suite):
14392         Added check to show that #339935 is fixed with ongoing
14393         adder and collectpads fixes.
14394
14395 2006-05-29  Wim Taymans  <wim@fluendo.com>
14396
14397         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14398         Don't leak pad name.
14399
14400 2006-05-29  Wim Taymans  <wim@fluendo.com>
14401
14402         * gst/adder/gstadder.c: (gst_adder_query_duration),
14403         (forward_event_func), (forward_event), (gst_adder_src_event):
14404         Fix adder seeking.
14405         Make query/seeking code threadsafe.
14406
14407         * tests/check/Makefile.am:
14408         * tests/check/elements/adder.c: (test_event_message_received),
14409         (GST_START_TEST), (test_play_twice_message_received):
14410         Fix adder test case.
14411
14412 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14413
14414         Patch by: Young-Ho Cha  <ganadist at chollian net>
14415
14416         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14417         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14418         (set_encoding_element), (decodebin_element_added_cb),
14419         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14420         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14421         * gst/playback/gstplaybasebin.h:
14422           Add 'subtitle-encoding' property to playbin, so applications can
14423           force a subtitle encoding for non-UTF8 subtitles (#342268).
14424
14425         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14426         (gst_sub_parse_set_property):
14427           Rename recently-added 'encoding' property to 'subtitle-encoding'
14428           (so it can be proxied by playbin/decodebin in a generic way
14429           with less danger of false positives).
14430
14431 2006-05-29  Michael Smith  <msmith@fluendo.com>
14432
14433         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14434         (append_with_other_format), (set_structure_widths),
14435         (gst_audio_convert_transform_caps):
14436           Patch from #341562: give more specific audio caps in get_caps, so
14437           that basetransform  can make better decisions on what caps to
14438           negotiate.
14439
14440 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14441
14442         * tests/check/elements/volume.c:
14443         make it compile again
14444
14445 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14446
14447         * tests/check/elements/volume.c: (volume_suite):
14448         disable test until #343196 gets resolved
14449
14450 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14451
14452         * gst/adder/gstadder.c: (gst_adder_get_type):
14453         Make it easier to copy&paste
14454         
14455         * gst/volume/Makefile.am:
14456         * gst/volume/gstvolume.c: (volume_update_real_volume),
14457         (gst_volume_set_volume), (gst_volume_set_mute),
14458         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14459         (volume_transform_ip), (volume_update_mute),
14460         (volume_update_volume):
14461         * gst/volume/gstvolume.h:
14462         Add own debug category, move duplicate code to helper function, fix
14463         property texts, add more comments and prepare ffor liboil-goodness
14464         
14465         * tests/check/Makefile.am:
14466         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14467         add test for mute and passtrough case, be a bit more verbose to track
14468         failure
14469         
14470         * tests/check/generic/states.c: (GST_START_TEST):
14471         catch elements that fail to instantiate
14472
14473 2006-05-28  Edward Hervey  <edward@fluendo.com>
14474
14475         * tests/check/pipelines/simple-launch-lines.c:
14476         * tests/check/pipelines/theoraenc.c:
14477         * tests/check/pipelines/vorbisenc.c:
14478         Comment out tests using parse_launch() if core was built without
14479         parsing capabilities.
14480
14481 2006-05-27  Edward Hervey  <edward@fluendo.com>
14482
14483         * tests/check/Makefile.am:
14484         Extra bonus points for whoever explains to ensonic that you are meant
14485         to test unit tests thoroughly before commiting them, especially if
14486         you know it's going to break.
14487         De-activated element/adder tests.
14488
14489 2006-05-27  Edward Hervey  <edward@fluendo.com>
14490
14491         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14492         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14493         Marking caps conversion issues as GST_WARNING is way too verbose,
14494         Moving them to GST_LOG.
14495
14496 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14497
14498         * README:
14499           Replace current README (containing the release notes from
14500           some 0.9.x version) with a proper README taken from the core.
14501
14502 2006-05-26  Wim Taymans  <wim@fluendo.com>
14503
14504         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14505         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14506         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14507         (vorbis_dec_change_state):
14508         Small cleanups.
14509         Add some FIXMEs
14510         Clip output samples to segment boundaries.
14511
14512 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14513
14514         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14515         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14516         Improve the errors produced on bad output, including some human
14517         readable description strings.
14518         Handle the (theoretical for ximagesink) case where the XServer 
14519         has a different idea about the size required for a particular 
14520         frame and gives us too small a memory allocation.
14521
14522 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14523
14524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14525         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14526         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14527         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14528         Improve the errors produced on bad output, including some human 
14529         readable description strings.
14530         Handle RGB Xv formats properly by transforming them into our 
14531         big-endian caps description.
14532         Use gst_caps_truncate to ensure that we never try and choose a
14533         non-fixed caps in buffer_alloc.
14534         Handle the case where the XServer has a different idea about the size
14535         required for a particular frame and gives us too small a memory
14536         allocation.
14537         Use -1 to indicate 'no image format', because 0 is a valid XServer
14538         image format number.
14539         Put RGB Xv formats at the end of the caps, so that we always prefer
14540         YUV format frames.
14541         Iterate the available Xv Encodings to determine the maximum width and
14542         height, and then return that in our caps.
14543         (Closes #315312, #337544)
14544
14545 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14546
14547         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14548         When there is only one unfinished pad and it receives an event that
14549         doesn't match our requirements, we need to set alldone=FALSE so that
14550         the fakesink is not removed yet.
14551
14552 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14553
14554         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14555           Use gst_type_find_helper_for_buffer() to find the type
14556           of stream from the first packet.
14557
14558         * configure.ac:
14559           Bump requirements to core CVS (needed for vorbis
14560           typefinding to work).
14561
14562 2006-05-24  Edward Hervey  <edward@fluendo.com>
14563
14564         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14565         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14566         contain.  Else they play perfectly fine with qtdemux.
14567
14568 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14569
14570         * ext/theora/theoradec.c:
14571         * ext/theora/theoraenc.c:
14572         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14573         * gst/audiorate/gstaudiorate.c:
14574           make more debug catagories static
14575         
14576         * tests/check/Makefile.am:
14577         * tests/check/elements/adder.c: (message_received),
14578         (test_event_message_received), (GST_START_TEST),
14579         (test_play_twice_message_received), (adder_suite):
14580           added test case for using element twice, extra bonus points for anyone
14581           who can make these test run reliably
14582
14583 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14584
14585         * ext/theora/theoradec.c: (theora_dec_chain):
14586           Make work with time-stamped input buffers that do not
14587           have a granulepos in BUFFER_OFFSET_END (like theora
14588           buffers coming from matroskademux). Fixes #342448.
14589
14590 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14591
14592         Patch by: Peter Kjellerstedt  <pkj at axis com>
14593
14594         * gst/tcp/Makefile.am:
14595           fdstresstest doesn't need Gtk+, fix compilation if 
14596           gtk is not available (#342566).
14597
14598 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14599          
14600         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14601           80 line columns
14602           Removed redundant floor()
14603
14604 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14605
14606         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14607           On second thought, just skip JUNK chunks automatically, so
14608           the caller doesn't have to handle this. Fixes #342345.
14609           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14610           not GST_FLOW_ERROR.
14611
14612 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14613
14614         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14615           Don't bail out on JUNK chunks with a size of 0 (would try to
14616           pull_range 0 bytes before, which sources don't like too much).
14617           See #342345.
14618
14619 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14620
14621         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14623         Use the gstutil scaling function to preserve 64 bits while calculating
14624         output width and height from the display-aspect-ratio. (A continuation
14625         of #341542)
14626
14627 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14628
14629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14630         (gst_xvimagesink_buffer_alloc):
14631         * sys/xvimage/xvimagesink.h:
14632         When performing buffer allocations, remember the caps and image format
14633         we return so that if the same caps are asked for next time we can
14634         return them immediately without doing any caps intersections.
14635
14636 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14637          
14638         * gst-libs/gst/rtp/README:
14639           Some new documentation
14640         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14641           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14642         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14643         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14644           New RTP audio base payloader class. Supports frame or sample based
14645           codecs.  Not enabled in Makefile.am until approved.
14646
14647 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14648
14649         * tests/check/elements/alsa.c: (test_device_property_probe):
14650           Fix test case: don't try to free NULL GValueArray when there
14651           are no devices.
14652
14653 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14654
14655         * tests/check/Makefile.am:
14656         * tests/check/elements/alsa.c: (test_device_property_probe),
14657         (alsa_suite), (main):
14658           Add simple test that runs a device property probe on alsasrc,
14659           alsasink and alsamixer. Disable valgrind check for now (too
14660           many leaks in libasound, and valgrind ignored my suppressions
14661           additions).
14662
14663 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14664
14665         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14666         (gst_alsa_device_property_probe_probe_property),
14667         (gst_alsa_device_property_probe_needs_probe),
14668         (gst_alsa_device_property_probe_get_values),
14669         (gst_alsa_type_add_device_property_probe_interface):
14670         * ext/alsa/gstalsadeviceprobe.h:
14671         * ext/alsa/gstalsamixerelement.c:
14672         (gst_alsa_mixer_element_init_interfaces):
14673         * ext/alsa/gstalsamixerelement.h:
14674           Clean up and simplify alsa device probing. Make it actually work
14675           for multiple classes. Don't cache results any longer.
14676
14677         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14678         (gst_alsasink_init):
14679         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14680         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14681         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14682           Make alsasink and alsasrc implement the GstPropertyProbe interface
14683           for device probing (#342181).
14684           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14685
14686 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14687
14688         * gst/subparse/samiparse.c: (handle_start_font):
14689           Don't ignore return value of strtol (++compiler_happiness).
14690
14691 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14692
14693         Patch by: Young-Ho Cha  <ganadist chollian net>
14694
14695         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14696         (gst_sub_parse_class_init), (gst_sub_parse_init),
14697         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14698         (convert_encoding):
14699         * gst/subparse/gstsubparse.h:
14700           Add 'encoding' property (#341681).
14701
14702         * gst/subparse/samiparse.c: (characters_sami):
14703           Output is pango markup, so we need to escape text
14704           between tags (#342143).
14705
14706 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14707
14708         * gst-libs/gst/audio/multichannel.c:
14709         (gst_audio_check_channel_positions):
14710           It's okay to have caps with channels=1 and a channel position
14711           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14712           (deinterleavers might want to keep the position in the caps,
14713           so that they can be re-interleaved again properly later).
14714           Leave check for unexpected 2-channel layouts intact for now.
14715
14716 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14717
14718         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14719         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14720         basesrc can do its job correctly.
14721
14722 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14723
14724         * ext/alsa/Makefile.am:
14725         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14726         (gst_alsa_detect_formats), (get_channel_free_structure),
14727         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14728         (gst_alsa_probe_supported_formats):
14729         * ext/alsa/gstalsa.h:
14730         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14731           Refactor and improve caps probing code: probe signedness
14732           when we probe the supported formats/widths; set endianness
14733           to the one we actually probed for (ie. cpu endianness).
14734           
14735         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14736         (gst_alsasrc_close):
14737         * ext/alsa/gstalsasrc.h:
14738           Implement caps probing for alsasrc.
14739
14740 2006-05-15  Wim Taymans  <wim@fluendo.com>
14741
14742         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14743         (theora_dec_src_query), (theora_dec_src_event),
14744         (theora_dec_sink_event), (theora_handle_comment_packet),
14745         (theora_handle_data_packet), (theora_dec_change_state):
14746         Cleanups, add some G_LIKELY.
14747         Use segment helpers instead of our own wrong code.
14748         Clear queued buffers on seek and READY.
14749
14750         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14751         (vorbis_dec_convert), (vorbis_dec_src_query),
14752         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14753         (vorbis_handle_comment_packet), (vorbis_dec_push),
14754         (vorbis_handle_data_packet), (vorbis_dec_chain),
14755         (vorbis_dec_change_state):
14756         * ext/vorbis/vorbisdec.h:
14757         Remove old useless packetno variable.
14758         Do position query properly.
14759         Add some G_LIKELY.
14760         Do cleanup of queued buffers in new helper function
14761         and use it.
14762
14763 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14764
14765         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14766           Query supported sample rates. Fixes #341732.
14767
14768 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14769
14770         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14771         (gst_decode_bin_change_state): Make decodebin reusable
14772         when going from PAUSE_TO_READY and then back to PAUSED.
14773         Fixes #331678.
14774
14775 2006-05-15  Wim Taymans  <wim@fluendo.com>
14776
14777         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14778         (vorbis_dec_convert), (vorbis_dec_src_query),
14779         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14780         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14781         (vorbis_dec_clean_queued), (vorbis_dec_push),
14782         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14783         Cleanups. Use refcounting and DEBUG_OBJECT.
14784         Reset segment on flush, use code methods instead of our
14785         own wrong version.
14786         Fix potential memleak.
14787
14788 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14789
14790         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14791         (gst_alsasink_init):
14792         * ext/alsa/gstalsasink.h:
14793           Don't leak allocated snd_output_t structure if there's
14794           more than one alsasink instance at a time (#341873).
14795           Also fix GObject macros in header file.
14796           
14797 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14798
14799         * gst/subparse/gstsubparse.c:
14800         (gst_sub_parse_data_format_autodetect):
14801           Don't use libxml functions in the typefinding code.
14802
14803 2006-05-15  Wim Taymans  <wim@fluendo.com>
14804
14805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14806         Fix seeking performance in the case where a non-header 
14807         packet has a 0 granulepos (busted theora case). 
14808         Fixes #341719
14809         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
14810          the first place, you limelight stealer you)
14811
14812 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14813
14814         * gst/subparse/gstsubparse.c:
14815         (gst_sub_parse_data_format_autodetect):
14816           Improve SAMI typefinding: handle case where there are
14817           whitespaces or newlines in front of the first <SAMI>
14818           tag (#169936).
14819
14820 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14821
14822         * configure.ac:
14823           Build video4linux plugin even if there's no XVIDEO, just
14824           without implementing the GstXOverlay interface (#334002).
14825          
14826 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14827
14828         * configure.ac:
14829         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
14830         (plugin_init):
14831           Add tentative support for libvisual-0.4 (#336881).
14832
14833 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14834
14835         Patch by: Young-Ho Cha <ganadist at chollian net>
14836
14837         * gst/subparse/samiparse.c: (handle_start_font):
14838           Need to map "silver" colour explicitly (#169936).
14839
14840 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14841
14842         Patch by: Young-Ho Cha  <ganadist at chollian net>
14843
14844         * gst/subparse/Makefile.am:
14845         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14846         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
14847         (gst_sub_parse_format_autodetect), (feed_textbuf),
14848         (gst_subparse_type_find), (plugin_init):
14849         * gst/subparse/gstsubparse.h:
14850         * gst/subparse/samiparse.c:
14851         * gst/subparse/samiparse.h:
14852           Add support for SAMI subtitles (#169936).
14853
14854 2006-05-14  Michael Smith  <msmith@fluendo.com>
14855
14856         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
14857           Fix #341696: crash when mixing L+R+C to mono or stereo.
14858         * tests/check/Makefile.am:
14859         * tests/check/elements/audioconvert.c: (set_channel_positions),
14860         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
14861         (audioconvert_suite):
14862           Add test for the above, including some generic framework bits for
14863           testing multichannel things.
14864
14865 === release 0.10.7 ===
14866
14867 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
14868
14869         * configure.ac:
14870           releasing 0.10.7, "Leave the gun"
14871
14872 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14873
14874         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14876         Fix the build.
14877
14878 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
14879
14880         * docs/libs/gst-plugins-base-libs-docs.sgml:
14881         * docs/libs/gst-plugins-base-libs-sections.txt:
14882         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
14883         * gst-libs/gst/video/video.h:
14884         * gst/videoscale/Makefile.am:
14885         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14887         * tests/check/Makefile.am:
14888         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
14889         (main):
14890           Fix integer overflow problem with pixel-aspect-ratio calculations
14891           in videoscale and xvimagesink (#341542)
14892
14893 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14894
14895         * gst-libs/gst/tag/gstid3tag.c:
14896           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
14897
14898 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
14899
14900         * win32/MANIFEST:
14901           update win32 files listing
14902
14903 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14904
14905         patch by: Sjoerd Simons (sjoerd@luon.net)
14906
14907         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14908         (group_create), (group_destroy), (add_stream),
14909         (gst_play_base_bin_get_property),
14910         (gst_play_base_bin_get_streaminfo_value_array):
14911         * gst/playback/gstplaybasebin.h:
14912           API: GstPlayBaseBin::stream-info-value-array property
14913           use a more bindings-friendly way of exposing streaminfo
14914           using a GValueArray.  Tested in ipython.
14915           Closes #341114
14916
14917 2006-05-11  Wim Taymans  <wim@fluendo.com>
14918
14919         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
14920         (queue_underrun_cb), (queue_filled_cb):
14921         Also catch queue underruns but don't do anything yet.
14922         Refactor and comment queue enlarging code a bit.
14923
14924         * gst/playback/gstplaybasebin.c: (queue_overrun),
14925         (queue_threshold_reached), (queue_out_of_data),
14926         (gen_preroll_element):
14927         If a queue over/underruns check that we don't create nasty
14928         deadlocks when the min-threshold is not reached but the
14929         max-bytes is. In those cases disable max-bytes when we
14930         know that the queue is fed timed data.
14931         Add more comments.
14932
14933 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14934
14935         * gst/playback/gstplaybin.c: (gen_audio_element):
14936           Make playbin automatically plug an 'audioresample'
14937           element before the audio sink as well. This solves
14938           problems with sinks that only accept a very specific
14939           sample rate, like esdsink (e.g. #340379).
14940
14941 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14942
14943         * gst/playback/gstplaybasebin.c: (gen_source_element):
14944           Make http sources send special headers so that we receive
14945           icecast metadata if the http stream is an icecast stream
14946           (otherwise the server will just ignore them). This also
14947           means that from now on users will need the 'icydemux'
14948           element from gst-plugins-good installed if they want to
14949           listen to icecast radio streams. (#341432, #333657).
14950
14951 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14952
14953         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
14954         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
14955           remove stupid example from docs - it should come with a simple
14956           C program instead.
14957           Clean up/fix docs
14958         * tests/check/elements/multifdsink.c: (wait_bytes_served),
14959         (fail_if_can_read), (GST_START_TEST),
14960         (gst_multifdsink_create_streamheader), (multifdsink_suite):
14961           add a test for changing streamheader which exposes a bug in
14962           multifdsink
14963
14964 2006-05-11  Michael Smith  <msmith@fluendo.com>
14965
14966         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
14967         (gst_gnome_vfs_src_received_headers_callback):
14968         * ext/gnomevfs/gstgnomevfssrc.h:
14969           Don't set icy-caps unless we have a sane interval value. Move
14970           interval to a local variable; we never use it outside this function.
14971
14972 2006-05-11  Wim Taymans  <wim@fluendo.com>
14973
14974         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
14975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
14976         Register special buffer types along with the objects so
14977         that they are not registered at runtime from N different
14978         streaming threads since they are not threadsafe.
14979
14980 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14981
14982         * tests/check/elements/multifdsink.c: (wait_bytes_served),
14983         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
14984           add two more tests, one doing streamheader
14985
14986 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14987
14988         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
14989           clean up the bufqueue when shutting down
14990         * tests/check/Makefile.am:
14991         * tests/check/elements/multifdsink.c: (setup_multifdsink),
14992         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
14993         (main):
14994           add a test for the leak that was just fixed
14995
14996 2006-05-10  Wim Taymans  <wim@fluendo.com>
14997
14998         * gst/adder/gstadder.c: (gst_adder_setcaps),
14999         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15000         (gst_adder_src_event), (gst_adder_sink_event),
15001         (gst_adder_class_init), (gst_adder_finalize),
15002         (gst_adder_request_new_pad), (gst_adder_collected):
15003         * gst/adder/gstadder.h:
15004         Updated some docs. Added comments and FIXMEs all over the place.
15005         Improve debugging info.
15006         Fix leak on finalize by not calling the parent.
15007         Implement duration query.
15008         Make event forwarding threadsafe.
15009         Correctly send NEWSEGMENT at start and after flush.
15010         Handle EOS correctly.
15011         Post error when not negotiated.
15012
15013         * tests/check/elements/adder.c: (GST_START_TEST):
15014         Added FIXME in the test.
15015
15016 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15017
15018         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15019         (gst_text_overlay_halign_get_type),
15020         (gst_text_overlay_wrap_mode_get_type):
15021         * ext/theora/theoradec.c: (theora_handle_type_packet),
15022         (theora_handle_data_packet):
15023         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15024         (theora_enc_sink_setcaps), (theora_enc_chain):
15025         * gst-libs/gst/cdda/gstcddabasesrc.c:
15026         (gst_cdda_base_src_mode_get_type):
15027         * gst/audiotestsrc/gstaudiotestsrc.c:
15028         (gst_audiostestsrc_wave_get_type):
15029         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15030         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15031         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15032         (gst_sync_method_get_type), (gst_unit_type_get_type),
15033         (gst_client_status_get_type):
15034         * gst/videoscale/gstvideoscale.c:
15035         (gst_video_scale_method_get_type):
15036         * gst/videotestsrc/gstvideotestsrc.c:
15037         (gst_video_test_src_pattern_get_type):
15038         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15039         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15040         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15041         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15042         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15043         (paint_setup_RGB565), (paint_setup_xRGB1555):
15044           Const-ify GEnumValue and GFlagsValue arrays. Use
15045           GST_ROUND_UP_* macros instead of home-made ones.
15046
15047 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15048
15049         * configure.ac:
15050           Require core CVS for the new newsegment stuff.
15051
15052 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15053
15054         Patch by: Sjoerd Simons  <sjoerd at luon net>
15055
15056         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15057           Register nick for enum value (#341160).
15058
15059 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15060
15061         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15062         (plugin_init):
15063          backout typefind patch #340375
15064          
15065         * tests/check/elements/adder.c: (message_received),
15066         (GST_START_TEST), (adder_suite):
15067           redo, signal-handling of test
15068
15069 2006-05-09  Wim Taymans  <wim@fluendo.com>
15070
15071         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15072         (gst_adder_collected):
15073         * gst/adder/gstadder.h:
15074         Remove bogus segment merging and forwarding, we don't
15075         care about timestamps anyway and we just produce a
15076         continuous stream. 
15077         Also create a nice NEWSEGMENT event when we start.
15078         Use _scale_int some more.
15079
15080 2006-05-09  Edward Hervey  <edward@fluendo.com>
15081
15082         * tests/icles/stress-xoverlay.c:
15083         Fix if core was built without parsing support.
15084
15085 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15086
15087         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15088           Add SEDG (Samsung MPEG-4) fourcc.
15089
15090 2006-05-09  Edward Hervey  <edward@fluendo.com>
15091
15092         * tests/icles/stress-xoverlay.c:
15093         * tests/examples/volume/volume.c:
15094         Fix if core was built without parsing support.
15095
15096         * tests/examples/seek/seek.c:
15097         Disable the parse_launch example if core was built without parsing
15098         support.
15099
15100 2006-05-08  Edward Hervey  <edward@fluendo.com>
15101
15102         * autogen.sh: (CONFIGURE_DEF_OPT): 
15103         libtoolize on Darwin/MacOSX is called glibtoolize
15104
15105 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15106
15107         * tests/check/Makefile.am:
15108         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15109           Disable the adder test, until the build-slaves posses the kindness to 
15110           either like it or to give valid reason for not doing so 
15111
15112 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15113
15114         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15115         (adder_suite):
15116           Shuffle NULL state change around and raise timeout more
15117
15118 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15119
15120         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15121         (mp4_type_find), (plugin_init):
15122           Add typefind to distinguish between "audio/x-m4a" and new type
15123           "video/mp4". Fixes #340375
15124
15125         * tests/check/elements/adder.c: (adder_suite):
15126           Raise timeout to make buildbot happy
15127
15128 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15129
15130         * gst/adder/gstadder.c: (gst_adder_sink_event),
15131         (gst_adder_request_new_pad), (gst_adder_change_state):
15132         * gst/adder/gstadder.h:
15133         * tests/check/Makefile.am:
15134         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15135         (adder_suite), (main):
15136           Add sink-event handling to adder. It tries to merge incomming
15137           newsegment-events. Added test to check if segment_done is comming
15138           through. Fixes #340060
15139
15140 2006-05-05  Andy Wingo  <wingo@pobox.com>
15141
15142         * ext/theora/theoraparse.c (gst_theora_parse_init)
15143         (theora_parse_src_convert, theora_parse_src_query):
15144         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15145         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15146         query functions on the source pads of the theora and vorbis parse
15147         elements. Fixes position querying when doing a remux.
15148
15149 2006-05-05  Michael Smith  <msmith@fluendo.com>
15150
15151         * ext/theora/theoraparse.c: (parse_granulepos),
15152         (theora_parse_drain_queue_prematurely),
15153         (theora_parse_queue_buffer), (theora_parse_sink_event):
15154           Fix flushing.
15155           Fix invalid granulepos outputs when starting with a non-keyframe.
15156
15157 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15158
15159         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15160         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15161         Rearrange MPEG system stream detection, fixing some memleaks in the
15162         process.
15163         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15164         they clean up their data correctly.
15165         Remove unused ogganx caps and move the 'is_annodex' check to inside
15166         the 'is_ogg' if statement.
15167
15168 2006-05-05  Wim Taymans  <wim@fluendo.com>
15169
15170         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15171         Properly remove ghostpads. Fixes #340392
15172
15173 2006-05-04  David Schleef  <ds@schleef.org>
15174
15175         * gst/typefind/gsttypefindfunctions.c:
15176
15177 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15178
15179         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15180         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15181
15182         When typefinding an MP3 in push-based mode, don't penalise the
15183         probability down to 74% when we found 5 valid frames just because we
15184         can't peek the end of the file.
15185
15186         Make the probability for detecting MPEG Transport Streams based on the
15187         number of sequential headers we successfully detected.
15188
15189 2006-05-03  Wim Taymans  <wim@fluendo.com>
15190
15191         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15192         (vorbis_dec_push), (vorbis_dec_chain):
15193         Still produce an error when we receive an empty packet.
15194
15195 2006-05-03  Wim Taymans  <wim@fluendo.com>
15196
15197         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15198         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15199         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15200         Mark buffers with DISCONT after seek and after activating new
15201         chains.
15202
15203         * ext/theora/gsttheoradec.h:
15204         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15205         (theora_get_query_types), (theora_dec_sink_event),
15206         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15207         (theora_dec_change_state):
15208         Fix frame counter.
15209         Detect and mark DISCONT buffers.
15210
15211         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15212         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15213         (vorbis_dec_change_state):
15214         * ext/vorbis/vorbisdec.h:
15215         Use GstSegment.
15216         Detect and mark DISCONT buffers.
15217         Don't crash on 0 sized buffers.
15218
15219 2006-05-03  Wim Taymans  <wim@fluendo.com>
15220
15221         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15222         (volume_transform_ip):
15223         Increase "volume" property to 10.0. Fixes #340369.
15224         Set the process function to NULL when capsnego fails so that
15225         we properly error out.
15226
15227 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15228
15229         * gst/playback/gstplaybin.c: (add_sink):
15230         * gst/playback/test.c: (main):
15231         * gst/playback/test5.c: (dump_element_stats):
15232         * gst/playback/test6.c: (main):
15233           free caps using gst_caps_unref, don't leak caps-strings
15234
15235 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15236
15237         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15238         (plugin_init):
15239           Refine musepack typefinding a bit. Return MAXIMUM
15240           probability when we detect stream version 7 to make
15241           sure the mpeg audio typefinder doesn't trump us.
15242
15243 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15244
15245         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15246           Protect against unexpected NULL strf_data buffer.
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           interpret the out[] buffer in the order the bytes are actually
15253           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15254           Other tests should use BYTE_ORDER since the array is filled in
15255           with actual values
15256
15257 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15258
15259         * tests/check/elements/audioconvert.c: (verify_convert),
15260         (GST_START_TEST):
15261           when a test fails, give an indication of which it is
15262
15263 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15264
15265         * gst-libs/gst/cdda/gstcddabasesrc.c:
15266           compile fix; strtol() needs <stdlib.h>
15267
15268 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15269
15270         * ext/alsa/gstalsamixerelement.c:
15271         * ext/alsa/gstalsasrc.c:
15272         * ext/cdparanoia/gstcdparanoiasrc.c:
15273         * ext/gnomevfs/gstgnomevfssink.c:
15274         * ext/gnomevfs/gstgnomevfssrc.c:
15275         * ext/ogg/gstoggdemux.c:
15276         * ext/ogg/gstoggmux.c:
15277         * ext/ogg/gstoggparse.c:
15278         * ext/ogg/gstogmparse.c:
15279         * ext/pango/gstclockoverlay.c:
15280         * ext/pango/gsttextoverlay.c:
15281         * ext/pango/gsttextrender.c:
15282         * ext/pango/gsttimeoverlay.c:
15283         * ext/theora/theoradec.c:
15284         * ext/theora/theoraenc.c:
15285         * ext/vorbis/vorbisdec.c:
15286         * ext/vorbis/vorbisenc.c:
15287         * gst-libs/gst/audio/gstaudiofilter.c:
15288         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15289         * gst/audioconvert/gstaudioconvert.c:
15290         * gst/audiorate/gstaudiorate.c:
15291         * gst/audioresample/gstaudioresample.c:
15292         * gst/audiotestsrc/gstaudiotestsrc.c:
15293         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15294         * gst/playback/gstdecodebin.c:
15295         * gst/playback/gstplaybin.c:
15296         * gst/playback/gststreamselector.c:
15297         * gst/subparse/gstsubparse.c:
15298         * gst/tcp/gstmultifdsink.c:
15299         * gst/tcp/gsttcpclientsink.c:
15300         * gst/tcp/gsttcpclientsrc.c:
15301         * gst/tcp/gsttcpserversink.c:
15302         * gst/tcp/gsttcpserversrc.c:
15303         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15304         * gst/videorate/gstvideorate.c:
15305         * gst/videoscale/gstvideoscale.c:
15306         * gst/videotestsrc/gstvideotestsrc.c:
15307         * gst/volume/gstvolume.c:
15308         * sys/v4l/gstv4ljpegsrc.c:
15309         * sys/v4l/gstv4lmjpegsink.c:
15310         * sys/v4l/gstv4lmjpegsrc.c:
15311         * sys/v4l/gstv4lsrc.c:
15312         * sys/ximage/ximagesink.c:
15313         * sys/xvimage/xvimagesink.c:
15314         * tests/check/libs/cddabasesrc.c:
15315           make GstElementDetails const
15316
15317 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15318
15319         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15320         (gst_adder_init):
15321           send events from src-pad to all sink-pads fixes #338657
15322
15323 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15324
15325         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15326         (alsasink_parse_spec):
15327           query width capabilities from alsa, fixes #338919
15328
15329 2006-04-28  Wim Taymans  <wim@fluendo.com>
15330
15331         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15332         (gst_multi_fd_sink_remove_client_link):
15333         * gst/tcp/gstmultifdsink.h:
15334         Fix race condition in multifdsink that can lead to spurious 
15335         duplicate clients. this patch adds a new signal that is fired when
15336         multifdsink has removed all references to the fd.
15337         Fixes #339574.
15338         Updated documentation.
15339         API: client-fd-removed signal added
15340
15341 2006-04-28  Michael Smith  <msmith@fluendo.com>
15342
15343         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15344           When asking g_value_array_new to prealloc elements, we may as well
15345           ask for the right number of elements.
15346
15347 2006-04-28  Wim Taymans  <wim@fluendo.com>
15348
15349         * gst-libs/gst/audio/gstbaseaudiosink.c:
15350         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15351         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15352         patch to make timestamp checking more tollerant to rounding 
15353         errors given that real discontinuities are to be marked on
15354         buffers. Fixes some asf files and #338778.
15355         Also avoid some crashers when we receive an event in the 
15356         NULL state.
15357
15358 2006-04-28  Michael Smith  <msmith@fluendo.com>
15359
15360         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15361         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15362         (gst_gnome_vfs_src_get_property),
15363         (gst_gnome_vfs_src_send_additional_headers_callback),
15364         (gst_gnome_vfs_src_received_headers_callback),
15365         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15366         (gst_gnome_vfs_src_stop):
15367         * ext/gnomevfs/gstgnomevfssrc.h:
15368           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15369           proper shared support within icydemux.
15370
15371 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15372
15373         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15374         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15375           fix up docs
15376           fix a leak when no caps negotiated
15377           fix counting of input frames
15378         * tests/check/elements/.cvsignore:
15379         * tests/check/elements/videorate.c: (assert_videorate_stats),
15380         (GST_START_TEST), (videorate_suite):
15381           add tests for these
15382
15383 2006-04-28  Wim Taymans  <wim@fluendo.com>
15384
15385         * gst-libs/gst/audio/gstringbuffer.c:
15386         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15387         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15388         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15389         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15390         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15391         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15392         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15393         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15394         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15395         Check arguments passed to public functions instead of
15396         crashing.
15397
15398 2006-04-28  Wim Taymans  <wim@fluendo.com>
15399
15400         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15401         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15402         GstBaseAudioSrc must be live or it does not work.
15403
15404         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15405         Don't set live to TRUE as this is the default in the parentclass.
15406
15407 2006-04-28  Wim Taymans  <wim@fluendo.com>
15408
15409         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15410         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15411         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15412         fixation cases better. Fixes #338991
15413
15414 2006-04-28  Wim Taymans  <wim@fluendo.com>
15415
15416         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15417         Handle 0/1 framerate correctly Fixes #331901.
15418
15419 2006-04-28  Wim Taymans  <wim@fluendo.com>
15420
15421         * tests/check/elements/audioconvert.c: (get_float_caps),
15422         (GST_START_TEST), (audioconvert_suite):
15423         Added check for correct clipping when doing float samples
15424         in audioconvert.
15425
15426 2006-04-28  Wim Taymans  <wim@fluendo.com>
15427
15428         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15429         (gst_video_rate_chain):
15430         Print more debugging info.
15431
15432 2006-04-28  Wim Taymans  <wim@fluendo.com>
15433
15434         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15435         (resample_set_state_from_caps):
15436         Add support for other formats audioresample can handle such as
15437         32 bits in and float and 64 bits float. Fixes #301759
15438
15439 2006-04-28  Wim Taymans  <wim@fluendo.com>
15440
15441         * gst/audioconvert/audioconvert.c: (float):
15442         correctly clip float samples > 1.0. Fixes #338718
15443
15444 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15445
15446         Patch by: Young-Ho Cha  <ganadist at chollian net>
15447
15448         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15449         (gst_text_overlay_render_text):
15450           Don't strip newlines from the text. Also, center lines
15451           within multi-line paragraphs (#339405).
15452
15453 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15454
15455         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15456           Fix wavpack typefinding to work in more cases (don't peek
15457           for chunks of multiple hundred kBs at once, but process
15458           things step-by-step in smaller units). Fixes #339786.
15459
15460 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15461
15462         * configure.ac:
15463           back to HEAD
15464
15465 === release 0.10.6 ===
15466
15467 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15468
15469         * configure.ac:
15470           releasing 0.10.6, "Chao"
15471
15472 2006-04-26  David Schleef  <ds@schleef.org>
15473
15474         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15475           Fixes #338897.
15476
15477 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15478
15479         * configure.ac:
15480         * win32/common/config.h:
15481           new prerelease
15482
15483 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15484
15485         patch by: Wim Taymans
15486
15487         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15488         (gst_ogg_demux_perform_seek):
15489           make sure correct newsegments are sent, so that the decoder
15490           and the demuxer agree on timestamps.  Fixes playback of a lot
15491           of Ogg files that do not start from 0.  Fixes #339833.
15492
15493 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15494
15495         Patch by: Edward Hervey  <edward@fluendo.com>
15496
15497         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15498         * tests/check/Makefile.am:
15499         * tests/check/elements/videorate.c: (assert_videorate_stats),
15500         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15501         (videorate_suite), (main):
15502           Fix an infinite loop if frames are passed in with wrongly ordered
15503           timestamps.  Fixes #339013.
15504
15505 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15506
15507         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15508
15509         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15510           fix typefinding on some ISO files.  Fixes #339212.
15511
15512 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15513
15514         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15515
15516         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15517           add another H264 fourcc.  Fixes #339047.
15518
15519 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15520
15521         Patch by: Jan Schmidt
15522
15523         * gst/playback/gststreamselector.c:
15524         (gst_stream_selector_bufferalloc):
15525           Restore old StreamSelector behaviour.
15526           Fixes #338419.
15527
15528 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15529
15530         * configure.ac:
15531         * win32/common/config.h:
15532           prerelease
15533
15534 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15535
15536         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15537
15538         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15539         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15540           Fix some memory leaks: on finalize, free buffers left in the queue
15541           before destroying the queue; in _push(), unref rtp_buf even if
15542           the process vfunc returned a NULL buffer as output buffer (#337548);
15543           demote some recuring debug messages to LOG level.
15544
15545 2006-04-11  Wim Taymans  <wim@fluendo.com>
15546
15547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15548         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15549         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15550         (gst_ogg_demux_loop):
15551         More cleanups.
15552         Respect segment stop when emiting EOS or SEGMENT_DONE.
15553         Fixes (#337945).
15554
15555 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15556
15557         * gst/playback/gststreamselector.c:
15558         (gst_stream_selector_get_property):
15559           Don't leak pad name.
15560
15561 2006-04-10  Michael Smith  <msmith@fluendo.com>
15562
15563         * tests/check/Makefile.am:
15564         * tests/check/gst-plugins-base.supp:
15565           Suppress an old libtheora bug (fixed in more recent versions), so 
15566           that FC4 buildslaves can pass.
15567
15568 2006-04-10  Wim Taymans  <wim@fluendo.com>
15569
15570         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15571         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15572         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15573         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15574         (gst_ogg_demux_loop):
15575         Don't leak events.
15576         Remember what error we got when finding chains, if we
15577         were shutdown, that would not be an error.
15578
15579 2006-04-10  Wim Taymans  <wim@fluendo.com>
15580
15581         * gst-libs/gst/audio/gstbaseaudiosink.c:
15582         (gst_base_audio_sink_event):
15583         Starting the ringbuffer when we did not acquire it can cause
15584         a deadlock, is pointless and causes nasty things for
15585         subclasses. 
15586         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15587
15588 2006-04-10  Wim Taymans  <wim@fluendo.com>
15589
15590         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15591         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15592         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15593         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15594         (gst_ogg_demux_deactivate_current_chain),
15595         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15596         (gst_ogg_demux_bisect_forward_serialno),
15597         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15598         Add some more debugging.
15599
15600 2006-04-10  Wim Taymans  <wim@fluendo.com>
15601
15602         * ext/theora/theoradec.c: (theora_dec_src_event),
15603         (theora_handle_data_packet):
15604         Some more debug info.
15605
15606         * tests/examples/seek/seek.c: (start_seek), (main):
15607         Print element messages too.
15608
15609 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15610
15611         * gst/audioresample/debug.h:
15612           replace debug macros with variable number of parameters
15613           by a simple alias to gstreamer standard debug macros 
15614          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15615           supported by MSVC 6.0 and 7.1)
15616         * gst/audioresample/resample.h:
15617           define M_PI and rint for WIN32
15618         * win32/common/libgstaudio.def:
15619         * win32/common/libgstriff.def:
15620         * win32/common/libgsttag.def:
15621         * win32/common/libgstvideo.def:
15622           add new exported functions
15623         * win32/vs6:
15624           update project files
15625
15626 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15627
15628         * ext/alsa/gstalsamixeroptions.c:
15629         (gst_alsa_mixer_options_class_init):
15630         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15632         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15633         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15634         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15635         * gst-libs/gst/audio/gstaudiofilter.c:
15636         (gst_audio_filter_class_init):
15637         * gst-libs/gst/audio/gstaudiosink.c:
15638         (gst_audioringbuffer_class_init):
15639         * gst-libs/gst/audio/gstaudiosrc.c:
15640         (gst_audioringbuffer_class_init):
15641         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15642         * gst-libs/gst/interfaces/colorbalancechannel.c:
15643         (gst_color_balance_channel_class_init):
15644         * gst-libs/gst/interfaces/mixeroptions.c:
15645         (gst_mixer_options_class_init):
15646         * gst-libs/gst/interfaces/mixertrack.c:
15647         (gst_mixer_track_class_init):
15648         * gst-libs/gst/interfaces/tunerchannel.c:
15649         (gst_tuner_channel_class_init):
15650         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15651         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15652         (gst_netbuffer_class_init):
15653         * gst-libs/gst/rtp/gstbasertppayload.c:
15654         (gst_basertppayload_class_init):
15655         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15656         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15657         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15658         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15659         * gst/playback/gststreamselector.c:
15660         (gst_stream_selector_class_init):
15661         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15662         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15663         * sys/v4l/gstv4lcolorbalance.c:
15664         (gst_v4l_color_balance_channel_class_init):
15665         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15666         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15667         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15668         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15669         (gst_v4l_tuner_norm_class_init):
15670         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15672         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15673         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15674
15675 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15676
15677         * ext/pango/gsttextrender.h:
15678         * gst-libs/gst/audio/gstaudiosink.h:
15679         * gst-libs/gst/audio/gstaudiosrc.h:
15680         * gst-libs/gst/audio/gstbaseaudiosink.h:
15681         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15682         * gst-libs/gst/audio/gstringbuffer.h:
15683         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15684         * gst-libs/gst/rtp/gstbasertppayload.h:
15685         * gst-libs/gst/video/gstvideofilter.h:
15686         * gst-libs/gst/video/gstvideosink.h:
15687         * gst/playback/gstplaybasebin.h:
15688         * gst/tcp/gstmultifdsink.h:
15689         * sys/v4l/gstv4lelement.h:
15690         Fix broken GObject macros
15691
15692 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15693
15694         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15695         More debug to trace why my USB headset is not working with gst
15696
15697 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15698
15699         * gst/playback/gstplaybasebin.c: (group_destroy):
15700         Clean up our group elements properly in the case where it never 
15701         got committed - it still got added unconditionally to the bin.
15702
15703 2006-04-07  Wim Taymans  <wim@fluendo.com>
15704
15705         * ext/theora/theoradec.c: (theora_dec_sink_event),
15706         (theora_handle_data_packet), (theora_dec_chain):
15707         Unref unhandled events.
15708         Protect against empty buffers.
15709         Perform QoS on running time.
15710
15711 2006-04-07  Michael Smith  <msmith@fluendo.com>
15712
15713         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15714         (gst_vorbis_enc_chain):
15715           Remove leaks from vorbisenc.
15716           Mostly minor changes, the only significant one is that now the
15717           buffers we set as 'streamheader' on the caps are copies of the
15718           original buffers, to avoid circular refcounting problems.
15719
15720 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15721
15722         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15723           Don't remove our mute-probe if someone else already did so.
15724           Don't set a 2nd one if there is already one pending on the pad.
15725
15726         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15727         (do_playbin_seek):
15728           When a seek fails, ensure that playbin is still set back to playing.
15729           
15730         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15731         (mpeg_ts_type_find), (plugin_init):
15732           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15733
15734 2006-04-06  Andy Wingo  <wingo@pobox.com>
15735
15736         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15737         (gst_video_rate_init): Caps-related parameters should not be reset
15738         by a flush -- move their inits to the instance init function.
15739         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15740         is not OK, just return the result.
15741
15742         * gst/audiotestsrc/gstaudiotestsrc.c
15743         (gst_audio_test_src_class_init)
15744         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15745         broken by Stefan's commit on 24 March.
15746
15747         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15748         buffers being pushed out. Fixes oggmux ! multifdsink.
15749
15750 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15751
15752         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15753         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15754         * ext/vorbis/vorbisdec.h:
15755         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15756         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15757         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15758         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15759         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15760         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15761         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15762         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15763         (gst_vorbis_enc_buffer_from_packet),
15764         (gst_vorbis_enc_buffer_from_header_packet),
15765         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15766         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15767         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15768         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15769         (gst_vorbis_enc_change_state):
15770         * ext/vorbis/vorbisenc.h:
15771           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15772           vorbisenc adhere to the official nomenclature; use boilerplate
15773           macro.
15774
15775 2006-04-04  Andy Wingo  <wingo@pobox.com>
15776
15777         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15778         Whoops, fix bug introduced. Bad hacker!
15779         
15780         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15781         Properly handle the case where you get EOS before any buffers are
15782         received. Use gst_buffer_make_metadata_writable where appropriate.
15783
15784         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15785         is often negative -- make it signed so as not to wrap around.
15786         Fixes segfaults introduced on 9 March.
15787
15788 2006-04-03  Wim Taymans  <wim@fluendo.com>
15789
15790         * ext/theora/gsttheoradec.h:
15791         * ext/theora/theoradec.c: (theora_dec_src_event):
15792         Don't try to store a gdouble in a gboolean.
15793         Small cleanups.
15794
15795 2006-04-03  Michael Smith  <msmith@fluendo.com>
15796
15797         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15798           Oggmux sucks.
15799           Make it suck slightly less by writing out the final page.
15800           Still can't encode a vorbis-in-ogg file correctly, though.
15801
15802 2006-04-03  Andy Wingo  <wingo@pobox.com>
15803
15804         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15805         a g_print.
15806
15807         * ext/theora/theora.c (plugin_init): Register theoraparse.
15808
15809         * ext/theora/gsttheoraparse.h: 
15810         * ext/theora/theoraparse.c: New files implementing a theora
15811         parser. Now we can properly remux ogg/theora+vorbis, yay.
15812
15813         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
15814
15815 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15816
15817         * gst/audiotestsrc/gstaudiotestsrc.c:
15818           Fixed the sample pipeline (see #323798)
15819
15820 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15821
15822         * configure.ac:
15823         * win32/common/config.h:
15824         * win32/common/config.h.in:
15825           use AS_VERSION and AS_NANO
15826           more cleanups
15827
15828 2006-03-31  Andy Wingo  <wingo@pobox.com>
15829
15830         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
15831         uninitialized variable return that would happen.
15832         
15833         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
15834         uninitialized variable return that would never happen.
15835
15836         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
15837         (vorbis_parse_sink_event): Add an event function to flush our
15838         state on a seek, and to drain buffers on a premature EOS.
15839         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
15840         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
15841         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
15842         (vorbis_parse_drain_queue): Queue up buffers until we can set
15843         their timestamps and granulepos values.
15844
15845         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
15846         and keep track of data needed for deriving granulepos and
15847         timestamps for buffers.
15848
15849 2006-03-29  Wim Taymans  <wim@fluendo.com>
15850
15851         Patch by: j^ <j at bootlab dot org>
15852
15853         * ext/alsa/gstalsamixerelement.c:
15854         (gst_alsa_mixer_element_class_init):
15855         * ext/alsa/gstalsasink.c:
15856         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
15857         * ext/ogg/gstoggdemux.c:
15858         * ext/ogg/gstoggmux.c:
15859         * ext/ogg/gstoggparse.c:
15860         * ext/pango/gstclockoverlay.c:
15861         * ext/pango/gsttextoverlay.c:
15862         * ext/pango/gsttextrender.c:
15863         * ext/pango/gsttimeoverlay.c:
15864         * ext/theora/theoradec.c:
15865         * ext/theora/theoraenc.c:
15866         * ext/vorbis/vorbisdec.c:
15867         * ext/vorbis/vorbisenc.c:
15868         * gst/audioconvert/gstaudioconvert.c:
15869         * gst/subparse/gstsubparse.c:
15870         * gst/tcp/gstmultifdsink.c:
15871         * gst/tcp/gsttcpclientsink.c:
15872         * gst/tcp/gsttcpclientsrc.c:
15873         * gst/tcp/gsttcpserversink.c:
15874         * gst/tcp/gsttcpserversrc.c:
15875           better/unified long descriptions
15876           Fixes #336477
15877
15878 2006-03-29  Wim Taymans  <wim@fluendo.com>
15879
15880         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
15881         (stop_seek):
15882         Don't let double and triple clicks mess up our state.
15883
15884 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15885
15886         * gst/playback/gstplaybin.c: (gen_video_element),
15887         (gen_text_element), (gen_audio_element), (gen_vis_element):
15888           Error out gracefully when we can't create any of the usual
15889           conversion elements for some reason. Also, don't try to
15890           create an audioscale (sic) element that's not used anyway.
15891
15892 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15893
15894         * gst/playback/gstplaybasebin.c: (setup_source):
15895           Don't post RESOURCE_NOT_FOUND error when we can't find a source
15896           element for a particular protocol, that's confusing for users.
15897           Instead, post a RESOURCE_FAILED error, so that our own error
15898           message is actually shown in totem etc. (#336303).
15899
15900 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15901
15902         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15903
15904         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
15905         (gst_gnome_vfs_src_get_icy_metadata):
15906           Fix some minor memory leaks (#336194).
15907
15908 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15909
15910         * ext/gnomevfs/gstgnomevfs.c:
15911         (gst_gnome_vfs_location_to_uri_string):
15912         * ext/gnomevfs/gstgnomevfs.h:
15913         * ext/gnomevfs/gstgnomevfssink.c:
15914         (gst_gnome_vfs_sink_set_property):
15915         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
15916           Make gnomevfssink accept filenames as well as URIs for the
15917           "location" property, just like gnomevfssrc does (and
15918           filesrc/filesink do) (#336190).
15919
15920 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15921
15922         * tests/check/generic/clock-selection.c: (GST_START_TEST):
15923           set to NULL before unreffing, fixes a valgrind leak.
15924           Why was this not triggering the error that an object needs to
15925           be NULL before unreffing ?
15926         * win32/common/config.h:
15927           update
15928
15929 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
15930
15931         * gst/subparse/gstsubparse.c: (convert_encoding),
15932         (gst_sub_parse_change_state):
15933         * gst/subparse/gstsubparse.h:
15934           Text subtitle files may or may not be UTF-8. If it's not, we
15935           don't really want to see '?' characters in place of non-ASCII
15936           characters like accented characters. So let's assume the input
15937           is UTF-8 until we come across text that is clearly not. If it's
15938           not UTF-8, we don't really know what it is, so try the following:
15939           (a) see whether the GST_SUBTITLE_ENCODING environment variable
15940           is set; if not, check (b) if the current locale encoding is
15941           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
15942           the current locale encoding is UTF-8 and the environment variable
15943           was not set to any particular encoding. Not perfect, but better
15944           than nothing (and better than before, I think) (fixes #172848).
15945
15946 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15947
15948         * configure.ac:
15949           update core requirement to 0.10.4.1 because of async_playback
15950           vmethod on GstBaseSink
15951
15952 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15953
15954         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
15955         * gst/adder/gstadder.c: (gst_adder_init):
15956         use DEBUG_FUNCPTR for collectpads
15957
15958 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15959
15960         * docs/plugins/Makefile.am:
15961         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15962         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15963         * ext/cdparanoia/gstcdparanoiasrc.c:
15964         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
15965         (gst_gnome_vfs_sink_class_init):
15966         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
15967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
15968         * ext/ogg/gstoggmux.c:
15969         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
15970         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
15971         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
15972         * ext/pango/gsttextoverlay.c:
15973         * ext/pango/gsttextrender.c:
15974         * ext/theora/theoradec.c:
15975         * ext/theora/theoraenc.c:
15976         * ext/vorbis/vorbisdec.c:
15977         * ext/vorbis/vorbisenc.c:
15978         * gst-libs/gst/audio/gstaudiofilter.c:
15979         (gst_audio_filter_base_init):
15980         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15981         (gst_audio_filter_template_base_init):
15982         * gst/adder/gstadder.c: (gst_adder_get_type):
15983         * gst/adder/gstadder.h:
15984         * gst/audioconvert/gstaudioconvert.c:
15985         * gst/audiotestsrc/gstaudiotestsrc.c:
15986         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
15987         (gst_audio_test_src_create):
15988         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15989         * gst/playback/gstdecodebin.c:
15990         * gst/playback/gstplaybin.c:
15991         * gst/playback/gststreamselector.c:
15992         (gst_stream_selector_base_init):
15993         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
15994         * gst/volume/gstvolume.c:
15995         * sys/v4l/gstv4lmjpegsink.c:
15996         * sys/v4l/gstv4lmjpegsrc.c:
15997         * tests/check/libs/cddabasesrc.c:
15998         * tests/old/examples/gob/gst-identity2.gob:
15999           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16000           define GstElementDetails at the top
16001
16002 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16003
16004         * win32/common/libgstinterfaces.def:
16005         Add a lot of export functions for gst-python
16006         * win32/vs6/libgstinterfaces.dsp:
16007         Add a missing include folder in the project configuration
16008         
16009 2006-03-23  Wim Taymans  <wim@fluendo.com>
16010
16011         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16012         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16013         (gst_base_audio_src_change_state):
16014         Fix audio sources, forgot to make the ringbuffer
16015         startable...
16016
16017 2006-03-23  Wim Taymans  <wim@fluendo.com>
16018
16019         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16020         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16021         (gst_base_audio_src_change_state):
16022         unparent instead of unref the ringbuffer.
16023
16024 2006-03-23  Wim Taymans  <wim@fluendo.com>
16025
16026         * gst-libs/gst/audio/gstbaseaudiosink.c:
16027         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16028         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16029         Implement new async_play vmethod to start slaving and allow
16030         playback start in case of async PLAY state changes. 
16031
16032         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16033         Enable QoS with new method in base class.
16034
16035 2006-03-23  Wim Taymans  <wim@fluendo.com>
16036
16037         Patch by: Julien MOUTTE <julien at moutte dot net>
16038
16039         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16040         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16041         Partially handle 0 framerate, only EOS after the first frame
16042         is missing.
16043
16044 2006-03-23  Wim Taymans  <wim@fluendo.com>
16045
16046         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16047
16048         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16049         (gst_riff_create_video_template_caps):
16050         * gst/ffmpegcolorspace/avcodec.h:
16051         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16052         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16053         (gst_ffmpegcsp_avpicture_fill):
16054         * gst/ffmpegcolorspace/imgconvert.c:
16055         Patch for support of YVU9 AVI files (#334822)
16056
16057 2006-03-22  Edward Hervey  <edward@fluendo.com>
16058
16059         * docs/design/design-decodebin.txt:
16060         Added design document for new decodebin
16061         (Target Caps): text/x-pango-markup is also a default target caps.
16062
16063 2006-03-22  Wim Taymans  <wim@fluendo.com>
16064
16065         * gst-libs/gst/audio/gstbaseaudiosink.c:
16066         (gst_base_audio_sink_dispose):
16067         Since we _parent the ringbuffer, we also need to
16068         _unparent instead of a plain _unref.
16069
16070 2006-03-22  Wim Taymans  <wim@fluendo.com>
16071
16072         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16073         (stop_seek), (scrub_toggle_cb), (main):
16074         Add scrub checkbox.
16075
16076 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16077
16078         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16079         (gst_ogg_parse_chain):
16080           Fix very inefficient usage of linked lists (#335365).
16081
16082 2006-03-21  Edward Hervey  <edward@fluendo.com>
16083
16084         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16085         * gst/playback/gstplaybin.c: (handoff):
16086         * gst/playback/gststreamselector.c:
16087         (gst_stream_selector_set_property):
16088         gcc 4.1 unreferenced pointer fixes.
16089         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16091         gst_buffer_ref() now takes a GstBuffer*.
16092
16093 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16094
16095         * sys/xvimage/xvimagesink.c:
16096         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16097         by Jan Schmidt.
16098
16099 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16100
16101         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16102         (id3v1_type_find), (apetag_type_find), (plugin_init):
16103           Can't do tag preferences via probability, as tags would then
16104           lose against types that are recognised with MAXIMUM probability
16105           (like .wav); so let all tag typefinders return MAXIMUM themselves
16106           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16107           that we can prefer APE to ID3v1 (fixes #335028).
16108           
16109 2006-03-17  Wim Taymans  <wim@fluendo.com>
16110
16111         * gst-libs/gst/audio/gstbaseaudiosink.c:
16112         (gst_base_audio_sink_change_state):
16113         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16114         (gst_ring_buffer_may_start):
16115         * gst-libs/gst/audio/gstringbuffer.h:
16116         Only start playback if we are playing.
16117         should fix #330748.
16118
16119 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16120
16121         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16122         * win32/common/config.h:
16123           Revert accidental commits to these files.
16124
16125 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16126
16127         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16128
16129         * tests/Makefile.am:
16130           Don't try to build tests in tests/icles if we
16131           don't have X (#323852)
16132
16133 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16134
16135         * gst-libs/gst/tag/gstid3tag.c:
16136           Add TXXX frame identifiers for replaygain stuff as used
16137           by some taggers (see #323721).
16138
16139 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16140
16141         * gst/playback/gststreamselector.c:
16142         (gst_stream_selector_set_property),
16143         (gst_stream_selector_bufferalloc):
16144           Preserve the existing buggy streamselector behaviour by performing
16145           a fallback buffer allocation when downstream isn't linked yet.
16146           This should really be fixed in playbin by blocking pads until it's
16147           linked them.
16148           Also, use gst_pad_alloc_buffer instead of
16149           gst_pad_alloc_buffer_and_set.
16150
16151 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16152
16153         * gst-libs/gst/tag/gstid3tag.c:
16154           Don't crash on unknown ID3v2 TXXX frames.
16155           
16156 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16157
16158         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16159           Chain up to the parent finalize method.
16160           Add 32-bit sample size to the template caps.
16161
16162         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16163         (gst_riff_create_video_template_caps):
16164           Add the fourcc that the VMWare codec uses.
16165           
16166         * gst/playback/gststreamselector.c:
16167         (gst_stream_selector_set_property),
16168         (gst_stream_selector_bufferalloc),
16169         (gst_stream_selector_request_new_pad):
16170           For the active pad, forward buffer-alloc requests, otherwise
16171           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16172           having to memcpy every frame when used by playbin.
16173
16174         * gst/tcp/gstmultifdsink.c:
16175         (gst_multi_fd_sink_handle_client_write):
16176           Get negotiated caps from the sink pad, rather than the sink
16177           pad's peer.
16178
16179 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16180
16181         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16182         
16183         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16184           Don't forget to set src->callbacks_pushed to FALSE again when
16185           popping them, otherwise re-activation in a different mode won't
16186           work (#334620).
16187
16188 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16189
16190         Patch by: Sebastien Moutte  <sebastien moutte net>
16191
16192         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16193         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16194         (gst_ffmpeg_smpfmt_to_caps):
16195           Replace __VA_ARGS__ caps creation macros with varargs functions.
16196           Makes things compile on MSVC (#320765), looks nicer, and we can
16197           tell the compiler to check for the NULL terminator.
16198
16199 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16200
16201         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16202
16203         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16204           Make sure the buffer we copy into is really always big
16205           enough, this time for real (#333488).
16206           
16207 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16208
16209         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16210           Add support for 24bpp DIB (#305279).
16211
16212 2006-03-14  Wim Taymans  <wim@fluendo.com>
16213
16214         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16215         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16216         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16217         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16218         (gst_video_scale_init), (gst_video_scale_src_event):
16219         Re-enable QoS after the release.
16220         Rework videoscale to use the base class src_event handler.
16221
16222 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16223
16224         * configure.ac:
16225           back to CVS.
16226
16227 === release 0.10.5 ===
16228
16229 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16230
16231         * configure.ac:
16232           releasing 0.10.5, "Net"
16233
16234 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16235
16236         * docs/plugins/Makefile.am:
16237           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16238           
16239 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16240
16241         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16242         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16243         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16244           Add cdparanoiasrc to docs.
16245
16246         * gst-libs/gst/cdda/gstcddabasesrc.c:
16247           More GstCddaBaseSrc docs.
16248
16249 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16250
16251         * docs/libs/gst-plugins-base-libs-sections.txt:
16252         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16253         * gst-libs/gst/tag/tag.h:
16254           API: libgsttag: new method gst_tag_from_id3_user_tag().
16255
16256 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16257
16258         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16259           NULL-terminate array of mpeg4 video file extensions.
16260           Fixes crash on PPC (#334226).
16261
16262 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16263
16264         * ext/gnomevfs/gstgnomevfssrc.c:
16265         (gst_gnome_vfs_src_check_get_range):
16266           gnome_vfs_uri_is_local() alone is not a good indicator
16267           whether we can operate in pull-mode with a specific URI,
16268           as it returns FALSE for file:// URIs that point to an
16269           NFS-mounted path. Be more conservative here: whitelist
16270           local files, blacklist http URIs and use the old
16271           mechanism for anything else (fixes #334216).
16272
16273 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16274
16275         * configure.ac:
16276           back to trunk
16277
16278 === release 0.10.4 ===
16279
16280 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16281
16282         * configure.ac:
16283           releasing 0.10.4, "Power"
16284
16285 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16286
16287         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16288         Disable max-lateness by setting it to -1 for now, so that 
16289         we can bed QoS stuff in thoroughly between now and the next
16290         release.
16291
16292 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16293
16294         Patch by: Fabrizio Gennari
16295
16296         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16297           Make sure we don't read beyond the palette buffer in case of
16298           broken or manipulated files (#333488)
16299
16300 2006-03-10  Edward Hervey  <edward@fluendo.com>
16301
16302         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16303         Fix for variable not initialized.
16304
16305 2006-03-09  Wim Taymans  <wim@fluendo.com>
16306
16307         * ext/libvisual/visual.c: (gst_visual_get_type),
16308         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16309         (gst_visual_chain):
16310         Small cleanups.
16311
16312         * ext/theora/gsttheoradec.h:
16313         * ext/theora/theoradec.c: (gst_theora_dec_init),
16314         (gst_theora_dec_reset), (_theora_granule_time),
16315         (theora_dec_src_convert), (theora_dec_sink_convert),
16316         (theora_dec_src_query), (theora_dec_src_event),
16317         (theora_dec_sink_event), (theora_handle_comment_packet),
16318         (theora_handle_header_packet), (theora_dec_push),
16319         (theora_handle_data_packet), (theora_dec_chain),
16320         (theora_dec_change_state):
16321         Add simple QoS.
16322
16323 2006-03-09  Wim Taymans  <wim@fluendo.com>
16324
16325         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16326         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16327         Some cleanups.
16328
16329 2006-03-09  Wim Taymans  <wim@fluendo.com>
16330
16331         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16332         Don't try to activate NULL chains.
16333
16334 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16335
16336         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16337           Fix invalid memory access to region before peek'd data (#332964).
16338
16339 2006-03-09  Wim Taymans  <wim@fluendo.com>
16340
16341         Patch by: Christophe Fergeau
16342
16343         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16344         * ext/pango/gsttextrender.c: (gst_text_render_init):
16345         * gst/adder/gstadder.c: (gst_adder_init):
16346         Don't leak padtemplates, closes #333510.
16347
16348 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16349
16350         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16351           Fix invalid memory access: make sure string passed to
16352           regexec() is NUL-termianted.
16353
16354 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16355
16356         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16357         (mp3_type_find):
16358           Refactor mpeg/audio typefinding to make it more maintainable
16359           and easier to fine-tune. Make probing into middle of the file
16360           work properly (fixes #333900, also see #152688).
16361
16362 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16363
16364         * gst/typefind/gsttypefindfunctions.c:
16365         (utf8_type_find_have_valid_utf8_at_offset):
16366           Remove part from previous commit that was bogus:
16367           g_utf8_validate() does in fact not accept embedded
16368           zeroes, so we don't need to check for those (thanks
16369           to Mike for the hint).
16370
16371 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16372
16373         * gst/typefind/gsttypefindfunctions.c:
16374         (utf8_type_find_count_embedded_zeroes),
16375         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16376           Make plain/text typefinder more conservative: firstly, check
16377           for embedded zeroes, which are perfectly valid UTF-8 characters,
16378           but also a fairly good sign that something is not a plain text
16379           file; secondly, probe into the middle of the file if possible.
16380           If we can't probe into the middle, limit the probability value
16381           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16382
16383 2006-03-08  Michael Smith  <msmith@fluendo.com>
16384
16385         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16386           Make typefind function name for mpeg4 video unique.
16387
16388 2006-03-08  Wim Taymans  <wim@fluendo.com>
16389
16390         * ext/libvisual/visual.c: (gst_visual_init),
16391         (gst_visual_clear_actors), (gst_visual_dispose),
16392         (gst_visual_reset), (gst_visual_src_setcaps),
16393         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16394         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16395         (gst_visual_chain), (gst_visual_change_state):
16396         Cleanups, post nice errors.
16397         Handle sink and src events.
16398         Implement simple QoS.
16399
16400         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16401         Use new basesink methods to configure max-lateness.
16402         Small doc update.
16403
16404         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16405         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16406         Debug statement cleanups.
16407
16408         * gst/volume/gstvolume.c: (gst_volume_class_init):
16409         Simple cleanup.
16410
16411 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16412
16413         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16414         (gst_text_overlay_init), (gst_text_overlay_set_property),
16415         (gst_text_overlay_get_property):
16416           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16417           as string type properties, but mark them deprecated. Add
16418           'halignment' and 'valignment' properties that use enums
16419           instead of strings.
16420
16421 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16422
16423         Patch by: Fabrizio Gennari
16424
16425         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16426           Allow palettes with less than 256 colours in AVI files
16427           (#333488)
16428
16429 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16430
16431         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16432         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16433         pad. We were releasing the queued text buffer when we should keep
16434         it until video pad gets EOS or discard the text buffer because it's
16435         too old. That was eating the last subtitle buffer. Add some more
16436         debug.
16437
16438 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16439
16440         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16441         (gst_text_overlay_video_chain):
16442           Fix invalid memory access (we can't access a buffer after it's been
16443           pushed downstream without taking a reference); fix memory leak (if
16444           there's no text to render, bail out before allocating stuff).
16445
16446 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16447
16448         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16449         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16450         * ext/pango/gsttextoverlay.h:
16451           If input is plain text, escape it before passing it to
16452           pango_layout_set_markup().
16453
16454 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16455
16456         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16457           Don't ignore flow return from gst_pad_push().
16458
16459 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16460
16461         Patch by: Fabrizio Gennari
16462
16463         * ext/libvisual/visual.c: (gst_visual_getcaps),
16464         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16465         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16466         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16467         (gst_vorbisenc_convert_sink):
16468         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16469         (gst_audio_duration_from_pad_buffer):
16470         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16471         (gst_audio_filter_chain):
16472         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16473         (gst_base_rtp_depayload_setcaps):
16474         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16475         (gst_video_get_size):
16476         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16477           Don't leak references returned by gst_pad_get_parent()
16478           (#333663)
16479
16480 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16481
16482         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16483           change location param details
16484         * gst/volume/gstvolume.c: (plugin_init):
16485           correct plugin description
16486
16487 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16488
16489         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16490         (gst_gnome_vfs_src_check_get_range):
16491           Override GstBaseSrc::check_get_range() in order to avoid opening
16492           the resource just to check whether we can operate in pull-mode or
16493           not - we can predict that pretty well from the URI alone. Should
16494           fix problems with last.fm (#331690). (Requires latest core CVS).
16495
16496 2006-03-06  Wim Taymans  <wim@fluendo.com>
16497
16498         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16499         (gst_video_sink_class_init):
16500         Throw away frames that are later than 20 ms.
16501
16502 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16503
16504         Patch by: Fabrizio Gennari
16505
16506         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16507           Set depth on WMA caps (#333545)
16508
16509 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16510
16511         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16512         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16513           put Theora BOS pages before others.  This hardcodes
16514           the Ogg/Theora I profile, but hey.
16515
16516 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16517
16518         * ext/ogg/README:
16519           updated with some examples
16520         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16521         (granulepos_add), (theora_buffer_from_packet):
16522         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16523         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16524         (gst_vorbisenc_chain):
16525           implement strategy from ext/ogg/README
16526         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16527         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16528         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16529         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16530           Fix muxer so that oggz-validate is happy with all streams;
16531           except for no eos mark, and the BOS page ordering
16532         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16533         (check_buffer_granulepos):
16534         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16535           update tests to check for OFFSET being set as requested
16536           fixed type of granulepos, it's not a ClockTime
16537
16538 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16539
16540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16541         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16542         Check that the xvimage we are creating has a correct size
16543         before returning it. (#314897)
16544
16545 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16546
16547         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16548           Give id3 and ape tag typefinders a rank slightly higher
16549           than PRIMARY to ensure they're always run before any of
16550           the other typefinders (in particular wav and mp3) (#324186).
16551
16552 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16553
16554         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16555           Add support for '3IVD' fourcc (#333403).
16556
16557 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16558
16559         * configure.ac:
16560           Bump requirements to GStreamer CVS for the new error enum.
16561
16562         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16563           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16564           space left on the device (fixes #333352).
16565
16566 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16567
16568         * win32/vs6:
16569           add a project file for libgstvolume
16570           update the workspace
16571
16572 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16573
16574         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16575         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16576         (GST_START_TEST):
16577           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16578           Set IN_CAPS on header buffers
16579
16580 2006-03-02  Wim Taymans  <wim@fluendo.com>
16581
16582         * docs/plugins/Makefile.am:
16583         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16584         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16585         Add audioresample to docs.
16586
16587         * gst/audioconvert/gstaudioconvert.c:
16588         Add revision date.
16589
16590         * gst/audioresample/gstaudioresample.c:
16591         (gst_audioresample_base_init), (gst_audioresample_class_init),
16592         (gst_audioresample_init), (gst_audioresample_dispose),
16593         (audioresample_get_unit_size), (audioresample_transform_caps),
16594         (resample_set_state_from_caps), (audioresample_transform_size),
16595         (audioresample_set_caps), (audioresample_event),
16596         (audioresample_do_output), (audioresample_transform),
16597         (audioresample_pushthrough), (gst_audioresample_set_property),
16598         (gst_audioresample_get_property), (plugin_init):
16599         * gst/audioresample/gstaudioresample.h:
16600         Added docs.
16601         Small code cleanups.
16602
16603 2006-03-02  Wim Taymans  <wim@fluendo.com>
16604
16605         * docs/plugins/Makefile.am:
16606         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16607         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16608         Added videoscale to docs.
16609
16610         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16611         (gst_video_rate_swap_prev), (gst_video_rate_event),
16612         (gst_video_rate_chain):
16613         Fix typo in docs.
16614
16615         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16616         (gst_video_scale_init), (gst_video_scale_prepare_size),
16617         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16618         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16619         * gst/videoscale/gstvideoscale.h:
16620         Added docs, examples.
16621         Some code cleanups.
16622         Post errors instead of g_warning.
16623
16624 2006-03-02  Wim Taymans  <wim@fluendo.com>
16625
16626         * docs/libs/gst-plugins-base-libs-docs.sgml:
16627         * docs/libs/gst-plugins-base-libs-sections.txt:
16628         * docs/libs/gst-plugins-base-libs.types:
16629         * docs/plugins/Makefile.am:
16630         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16631         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16632         Added some more docs to libs and plugins.
16633
16634         * gst-libs/gst/audio/gstringbuffer.c:
16635         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16636         * gst-libs/gst/audio/gstringbuffer.h:
16637         Document ringbuffer some more.
16638
16639         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16640         (gst_video_rate_setcaps), (gst_video_rate_reset),
16641         (gst_video_rate_init), (gst_video_rate_flush_prev),
16642         (gst_video_rate_swap_prev), (gst_video_rate_event),
16643         (gst_video_rate_chain), (gst_video_rate_change_state):
16644         * gst/videorate/gstvideorate.h:
16645         Fix videorate to use segments.
16646         Make it work with 0/1 framerates (closes #331903)
16647         Handle EOS correctly.
16648         Added docs.
16649
16650 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16651
16652         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16653         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16654         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16655           In state change function, first chain up to parent class,
16656           then handle downwards state change stuff. Remove some
16657           commented out cruft from 0.8 code.
16658
16659 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16660
16661         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16662         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16663         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16664         (gst_ogm_parse_chain):
16665           Don't remove/re-add source pad if the new caps are the same as
16666           the old caps anyway (#333042). When removing source pad, don't
16667           unref it afterwards - we didn't ref it when adding. Sprinkle some
16668           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16669           after using gst_pad_get_parent(). Return downstream flow return
16670           value in chain function.
16671
16672 2006-03-02  Wim Taymans  <wim@fluendo.com>
16673
16674         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16675         * docs/plugins/gst-plugins-base-plugins.args:
16676         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16677         * docs/plugins/gst-plugins-base-plugins.interfaces:
16678         * docs/plugins/gst-plugins-base-plugins.signals:
16679         Fix hierarchy, added some more elements to the docs.
16680
16681         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16682         (gst_ffmpegcsp_get_type):
16683         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16684         Fix docs for ffmpegcolorspace.
16685
16686 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16687
16688         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16689         (apetag_type_find), (ape_type_find), (plugin_init):
16690           Some typefinding fine-tuning:
16691           - rank ID3/APE tags in order of preference via probabilities, so that
16692             ID3v2 > APEv2 > APEv1 > ID3v1.
16693           - three or four bytes don't really justify MAXIMUM probability,
16694             change those to 'very likely' (musepack and monkeysaudio).
16695
16696 2006-03-01  Wim Taymans  <wim@fluendo.com>
16697
16698         * docs/plugins/Makefile.am:
16699         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16700         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16701         * ext/alsa/gstalsamixer.c:
16702         * ext/alsa/gstalsamixer.h:
16703         * ext/alsa/gstalsamixerelement.c:
16704         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16705         * ext/alsa/gstalsamixerelement.h:
16706         * ext/alsa/gstalsasink.c:
16707         * ext/alsa/gstalsasink.h:
16708         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16709         (gst_alsasrc_init):
16710         * ext/alsa/gstalsasrc.h:
16711         Added alsa docs.
16712         Small code cleanups.
16713
16714 2006-03-01  Wim Taymans  <wim@fluendo.com>
16715
16716         * ext/theora/Makefile.am:
16717         Dist new header too,
16718
16719 2006-03-01  Wim Taymans  <wim@fluendo.com>
16720
16721         * docs/plugins/Makefile.am:
16722         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16723         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16724         * ext/gnomevfs/gstgnomevfssink.h:
16725         * ext/gnomevfs/gstgnomevfssrc.h:
16726         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16727         * ext/vorbis/vorbisdec.h:
16728         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16729         * ext/vorbis/vorbisenc.h:
16730         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16731         (vorbis_parse_chain), (vorbis_parse_change_state):
16732         * ext/vorbis/vorbisparse.h:
16733         * gst/audioconvert/gstaudioconvert.h:
16734         * gst/tcp/gsttcpserversink.h:
16735         * gst/videotestsrc/gstvideotestsrc.c:
16736         * gst/videotestsrc/gstvideotestsrc.h:
16737         * gst/volume/gstvolume.c:
16738         * gst/volume/gstvolume.h:
16739         Fix some more docs.
16740         Added docs for vorbisdec and vorbisparse.
16741         Fix vorbisparse.
16742
16743 2006-03-01  Wim Taymans  <wim@fluendo.com>
16744
16745         * docs/plugins/Makefile.am:
16746         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16747         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16748         * ext/pango/gstclockoverlay.h:
16749         * ext/pango/gsttextoverlay.h:
16750         * ext/pango/gsttextrender.h:
16751         * ext/pango/gsttimeoverlay.h:
16752         * ext/theora/gsttheoradec.h:
16753         * ext/theora/gsttheoraenc.h:
16754         * ext/theora/theoradec.c:
16755         * ext/theora/theoraenc.c:
16756         * gst/audioconvert/gstaudioconvert.h:
16757         * gst/audiotestsrc/gstaudiotestsrc.h:
16758         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16759         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16760         * gst/tcp/gstmultifdsink.h:
16761         Updated/added documentation.
16762
16763         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16764         (gst_text_overlay_halign_get_type),
16765         (gst_text_overlay_wrap_mode_get_type),
16766         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16767         (gst_text_overlay_init), (gst_text_overlay_set_property),
16768         (gst_text_overlay_get_property):
16769         Fix up properties to be enums instead of string to make bindings,
16770         introspection and automatic GUI creation possible.
16771         Add getters for the properties.
16772
16773 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16774
16775         * gst/audiotestsrc/gstaudiotestsrc.c:
16776           added defines of M_PI and M_PI_2
16777         * gst/ffmpegcolorspace/avcodec.h:
16778           removed #include "stdint.h" for win32 as _stdint.h is 
16779           autogenerated to win32/common
16780         * win32/common/libgstaudio.def:
16781         * win32/common/libgsttag.def:
16782           added some exports
16783         * win32/vs6:
16784           some project files bugs corrected
16785         * win32/vs7:
16786           project files are reset to the default vs7 configuration 
16787           (they link to msvcr71.dll using default optimizations)
16788           
16789 2006-02-28  Wim Taymans  <wim@fluendo.com>
16790
16791         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16792         Fix some docs.
16793
16794 2006-02-28  Edward Hervey  <edward@fluendo.com>
16795
16796         * ext/alsa/gstalsasrc.c:
16797         Set proper class on the ElementDetails:
16798         Source/Audio instead of Src/Audio/
16799
16800 2006-02-28  Edward Hervey  <edward@fluendo.com>
16801
16802         * gst/videoscale/vs_scanline.c:
16803         (vs_scanline_resample_nearest_RGBA):
16804         Revert optimization in videoscale. It should go in liboil and have
16805         an appropriate liboil function.
16806
16807 2006-02-28  Wim Taymans  <wim@fluendo.com>
16808
16809         * gst-libs/gst/audio/gstbaseaudiosink.c:
16810         (gst_base_audio_sink_provide_clock):
16811         Don't try to provide a clock in the NULL state.
16812
16813 2006-02-28  Wim Taymans  <wim@fluendo.com>
16814
16815         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16816         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
16817         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16818         (gst_ogg_demux_deactivate_current_chain),
16819         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
16820         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
16821         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16822         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16823         Use GstSegment infrastructure to remove duplicated code
16824         and handle more seek cases correctly.
16825
16826 2006-02-28  Wim Taymans  <wim@fluendo.com>
16827
16828         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16829         (gst_ffmpegcsp_transform):
16830         Don't ignore return code from ffmpeg convert function.
16831
16832         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16833         Split out some long statements to ease debugging.
16834
16835 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
16836
16837         * ext/libvisual/visual.c: (gst_visual_init),
16838         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
16839         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
16840         being able to renegotiate the size. Instead, use the negotiation
16841         algorithm from the goom plugin to pick an initial output caps. 
16842
16843         Also, allow theoretical libvisual plugins that might support non-GL 
16844         output even if they also do GL.
16845
16846 2006-02-26  Julien MOUTTE  <julien@moutte.net>
16847
16848         * ext/libvisual/visual.c: (gst_visual_init),
16849         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
16850         (plugin_init): Load only non GL plugins. Fix some memleaks and 
16851         possible negotiation issues.
16852
16853 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16854
16855         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
16856
16857 2006-02-24  Michael Smith  <msmith@fluendo.com>
16858
16859         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
16860         (cmml_type_find), (plugin_init):
16861           Fix CMML type find function to not require a specific minor version
16862           of the CMML header.
16863
16864           Add an MPEG4 video elementary stream typefind function.
16865
16866 2006-02-04  Michael Smith  <msmith@fluendo.com>
16867
16868         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
16869         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
16870         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16871         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
16872         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
16873         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
16874           Annodex support in ogg demuxer. Doesn't do very much without the
16875           other annodex patches (to come).
16876
16877 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16878
16879         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
16880
16881         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16882           Pick up palette for MS video v1 (#327028)
16883
16884 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16885
16886         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16887         (gst_ffmpegcsp_caps_remove_format_info),
16888         (gst_ffmpegcsp_get_unit_size):
16889           The 'palette_data' field from incoming RGB caps shouldn't be
16890           proxied on outgoing YUV caps; also, restrict unit size
16891           adjustment in case of paletted data only to the unit that
16892           actually has a palette. Fixes #330711.
16893
16894 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16895
16896         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16897         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16898         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
16899         (gst_ffmpegcsp_get_unit_size):
16900           Plug some memory leaks.
16901
16902 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16903
16904         * sys/ximage/Makefile.am:
16905         * sys/xvimage/Makefile.am:
16906           Add some _CFLAGS and _LIBS that seem to be missing
16907           and/or required for Cygwin (see #317048).
16908
16909 2006-02-22  Wim Taymans  <wim@fluendo.com>
16910
16911         * ext/alsa/gstalsasrc.c:
16912         Fix description as pointed out by caugier.
16913
16914 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
16915
16916         Reviewed by : Edward Hervey  <edward@fluendo.com>
16917
16918         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
16919         (qt_type_find):
16920         Better 3gp typefinding (#331526).
16921
16922 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16923
16924         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
16925           Don't send EOS event here, the base class will send one for us.
16926
16927         * gst/playback/gstplaybasebin.c: (prepare_output):
16928           Subpictures without video stream aren't allowed either.
16929         
16930         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16931           Fix debug statement copy'n'paste-o.
16932
16933 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16934
16935         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
16936           Fix issues with mixer keeping state when muting/unmuting
16937           and when changing the volume whilst muted (see #331763
16938           and #331765).
16939
16940 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16941
16942         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
16943         (parse_subrip), (gst_sub_parse_format_autodetect):
16944           Set right caps given that we send escaped text. Also,
16945           honour <i></i>, <b></b> and <u></u> markers that can be found
16946           in .srt files (fixes #310202).
16947
16948 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16949
16950         * gst-libs/gst/audio/mixerutils.c:
16951         (element_factory_rank_compare_func):
16952           Make order in which elements are tried more determinable.
16953
16954 2006-02-20  Julien MOUTTE  <julien@moutte.net>
16955
16956         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
16957         (remove_element_chain), (cleanup_decodebin),
16958         (gst_decode_bin_change_state): Make decodebin reusable by
16959         fixing remove_element_chain first and then introduce a
16960         cleaner in state change to ->NULL. (Closes #331678)
16961
16962 2006-02-19  Wim Taymans  <wim@fluendo.com>
16963
16964         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
16965         use 0666 mask when creating files so umask gets applied
16966         correctly. Fixes #331295.
16967
16968 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
16969
16970         * gst/subparse/Makefile.am:
16971         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
16972         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
16973         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
16974         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
16975         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
16976         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
16977         * gst/subparse/gstssaparse.h:
16978         * gst/subparse/gstsubparse.c: (plugin_init):
16979           Add very basic parser for SSA subtitle streams (as often
16980           found in matroska files).
16981
16982 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
16983
16984         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
16985           That should be text/x-pango-markup, not text/x-pango-layout.
16986
16987 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16988
16989         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
16990         Polishing.
16991
16992 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16993
16994         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16995         (gst_text_overlay_finalize), (gst_text_overlay_init),
16996         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16997         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16998         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
16999         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17000         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17001         Fix state change deadlock.
17002
17003 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17004
17005         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17006         (gst_text_overlay_finalize), (gst_text_overlay_init),
17007         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17008         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17009         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17010         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17011         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17012         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17013         and subtitles files.
17014
17015 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17016
17017         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17018         should be considered as raw.
17019
17020 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17021
17022         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17023         (cb_probe):
17024         * gst/playback/gststreaminfo.h: Introduce language informations.
17025
17026 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17027
17028         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17029         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17030         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17031         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17032         Set shared memory segments to be deleted as soon as we have attached,
17033         that way they get cleaned up automatically if we crash.
17034
17035 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17036
17037         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17038         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17039         functions are called with lock held.
17040
17041 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17042
17043         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17044         (gst_text_overlay_finalize), (gst_text_overlay_init),
17045         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17046         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17047         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17048         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17049         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17050         (gst_text_overlay_change_state): Refactoring of textoverlay
17051         without collectpads. This now supports sparse subtitles coming
17052         from a demuxer instead of a sub file. Seeking is still broken 
17053         though. Need to discuss with wtay some more on how to handle
17054         seeking correctly.
17055         * ext/pango/gsttextoverlay.h:
17056         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17057         subtitles coming from the demuxer.
17058
17059 2006-02-17  Wim Taymans  <wim@fluendo.com>
17060
17061         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17062         (gst_vorbisenc_convert_sink):
17063         Use some more scaling functions.
17064
17065 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17066
17067         * ext/cdparanoia/gstcdparanoiasrc.c:
17068         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17069         (gst_cd_paranoia_paranoia_callback),
17070         (gst_cd_paranoia_src_signal_is_being_watched),
17071         (gst_cd_paranoia_src_read_sector):
17072         * ext/cdparanoia/gstcdparanoiasrc.h:
17073           Add back 'transport-error' and 'uncorrected-error' signals and
17074           make them actually be fired when bad stuff happens (#319340).
17075
17076 2006-02-17  Wim Taymans  <wim@fluendo.com>
17077
17078         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17079         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17080         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17081         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17082         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17083         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17084         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17085         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17086         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17087         (gst_ring_buffer_clear):
17088         Small cleanups.
17089         Added some G_LIKELY.
17090
17091 2006-02-17  Wim Taymans  <wim@fluendo.com>
17092
17093         * gst-libs/gst/audio/TODO:
17094         Update TODO
17095
17096         * gst-libs/gst/audio/gstbaseaudiosink.c:
17097         (gst_base_audio_sink_get_offset):
17098         When trying to play samples ASAP and we don't have a
17099         previous sample, try to play at position 0 instead of
17100         an invalid position.
17101
17102 2006-02-17  Wim Taymans  <wim@fluendo.com>
17103
17104         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17105         (gst_alsasink_reset):
17106         Also release lock when we get an error in _reset();
17107         fix an error message.
17108
17109 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17110
17111         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17112         (gst_alsasink_init), (get_channel_free_structure),
17113         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17114         (gst_alsasink_close):
17115         * ext/alsa/gstalsasink.h:
17116           Add support for more than 2 channels (#326720).
17117
17118 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17119
17120         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17121           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17122           with 4 or 6 channels, assume a default channel layout to make things
17123           work (not sure there's anything else we can do in those cases).
17124
17125 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17126
17127         * gst-libs/gst/audio/multichannel.c:
17128           Minor docs fix.
17129
17130         * gst-libs/gst/riff/Makefile.am:
17131         * gst-libs/gst/riff/riff-ids.h:
17132         * gst-libs/gst/riff/riff-media.c:
17133         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17134           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17135           channels and a channel layout map.
17136           
17137 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17138
17139         Reviewed by Edward Hervey  <edward@fluendo.com>
17140
17141         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17142         C-level optimization of the RGBA nearest neighbour function.
17143         Eventually this might end up in liboil with vectorized versions.
17144
17145 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17146
17147         * gst-libs/gst/audio/multichannel.c:
17148         (gst_audio_get_channel_positions):
17149           When we have more than 2 channels, but no channel layout is
17150           specified in the caps, return some default channel layout
17151           to the caller and warn about about a possibly buggy element
17152           (could be buggy filtercaps as well of course) (#317038).
17153
17154 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17155
17156         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17157           Add gst-libs/gst/cdda to list of lib search paths.
17158
17159 2006-02-15  Andy Wingo  <wingo@pobox.com>
17160
17161         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17162         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17163         to the Lord Jesus that I do not have to touch the ogg muxer ever
17164         again.
17165
17166 2006-02-15  Edward Hervey  <edward@fluendo.com>
17167
17168         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17169         quicktime movie files can also contain 'uuid' atoms.
17170
17171 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17172
17173         * gst/audioconvert/plugin.c: (plugin_init):
17174           Register the GstAudioChannelPosition enum type with the type
17175           system in the plugin_init function, so that it is known before
17176           any element actually makes use of multi-channel stuff. This is
17177           required for example if one wants to be able to deserialise/use
17178           a caps string with channel positions before any pipeline has
17179           been setup and started, like with gst-launch.
17180
17181 2006-02-14  Wim Taymans  <wim@fluendo.com>
17182
17183         * gst-libs/gst/audio/gstringbuffer.c:
17184         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17185         (gst_ring_buffer_samples_done), (wait_segment),
17186         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17187         Add some compiler G_(UN_)LIKELY help.
17188         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17189         make sure they can exit their functions. Should fix #330748
17190
17191 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17192
17193         * Makefile.am:
17194         * configure.ac:
17195         * win32/MANIFEST:
17196         * win32/common/_stdint.h:
17197           Windows does not have long long; copy the generated _stdint.h
17198         * win32/common/interfaces-enumtypes.c:
17199         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17200         (gst_mixer_track_flags_get_type),
17201         (gst_tuner_channel_flags_get_type):
17202         * win32/common/multichannel-enumtypes.c:
17203         (gst_audio_channel_position_get_type):
17204           update
17205
17206 2006-02-13  Wim Taymans  <wim@fluendo.com>
17207
17208         * gst-libs/gst/audio/gstbaseaudiosink.c:
17209         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17210         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17211         Always sync on first sample we receive when starting.
17212
17213 2006-02-13  Wim Taymans  <wim@fluendo.com>
17214
17215         * gst/playback/gstplaybin.c: (gen_vis_element):
17216         Update vis bin docs.
17217         Move queue after tee so we don't queue video buffers but
17218         audio samples instead. Fixes problems where the video queue
17219         is filled and the audio queue empty.
17220
17221 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17222
17223         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17224           No need to push an EOS event here, GstBaseSrc will do that for us
17225           when we return FLOW_UNEXPECTED.
17226           
17227 2006-02-12  Wim Taymans  <wim@fluendo.com>
17228
17229         * gst-libs/gst/audio/gstbaseaudiosink.c:
17230         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17231         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17232         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17233         Use scale functions when possible.
17234         Fix error messages.
17235         Free clockid when after waiting for EOS.
17236         Use G_(UN_)LIKLY when it makes sense.
17237         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17238
17239 2006-02-12  Edward Hervey  <edward@fluendo.com>
17240
17241         * gst/playback/gstplaybasebin.c: (prepare_output): 
17242         Remove stray semi-colon (fixes #330888).
17243
17244 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17245
17246         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17248         Fix up the XShm call testing so that we catch errors, and don't
17249         cause new ones by attempting to detach from a segment we failed
17250         to attach to. Fixes #312439.
17251
17252 2006-02-10  Edward Hervey  <edward@fluendo.com>
17253
17254         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17255         Added flv file typefind (video/x-flv).
17256
17257 2006-02-10  Edward Hervey  <edward@fluendo.com>
17258
17259         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17260         (gst_riff_create_video_template_caps):
17261         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17262         Also added the caps to the default set of riff video caps.
17263
17264 2006-02-09  Andy Wingo  <wingo@pobox.com>
17265
17266         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17267         time and the end time of the last packet in the page.
17268         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17269         on the pages in our queue, set the duration as well. Reflow a
17270         debug statement.
17271         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17272         Fixes bad muxing order.
17273
17274 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17275
17276         * gst-libs/gst/rtp/gstbasertppayload.c:
17277         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17278           update seqnum before setting it on the packet; this makes sure
17279           that the timestamp and seqnum properties match after pushing
17280           a buffer
17281
17282 2006-02-09  Andy Wingo  <wingo@pobox.com>
17283
17284         * gst-libs/gst/audio/gstringbuffer.c
17285         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17286         overflow after 13.5 hours of recording. Kapow!
17287
17288         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17289         the buffer size -- we don't care about underrun/overrun reporting
17290         right now, just need to return a useful value.
17291
17292 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17293
17294         * configure.ac:
17295           Back to CVS
17296
17297 === release 0.10.3 ===
17298
17299 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17300
17301         * configure.ac:
17302           releasing 0.10.3, "Under Pressure"
17303
17304 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17305
17306         * configure.ac:
17307         Drat. Bump libtool version number for new API.
17308         Prelease 0.10.2.3 (of 0.10.3)
17309
17310 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17311
17312         * configure.ac:
17313         * win32/common/config.h:
17314         0.10.2.2 prerelease (of 0.10.3).
17315
17316 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17317
17318         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17319           Revert Andy's newsegment change pending a more correct
17320           fix.
17321
17322 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17323
17324         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17325         (qt_type_find), (plugin_init):
17326           detect more files as 3gp
17327           group and reorder the iso file formats
17328
17329 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17330
17331         * ext/vorbis/vorbis.c: (plugin_init):
17332           Register musicbrainz tags, so apps don't have to.
17333
17334 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17335
17336         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17337         (gst_tag_to_vorbis_tag):
17338           Make sure we called gst_tag_register_musicbrainz_tags()
17339           before possibly mapping a vorbiscomment string from/to a
17340           musicbrainz tag.
17341
17342 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17343
17344         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17345           In case we can't find the required number of consecutive
17346           mpeg audio frames to positively identify an MPEG audio
17347           stream, check if there's at least a valid mpeg audio
17348           frame right at offset 0 and if so suggest mpeg/audio
17349           caps with a very low probability (#153004).
17350
17351 2006-02-07  Andy Wingo  <wingo@pobox.com>
17352
17353         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17354         a TIME segment if we get timestamped buffers. Requires recent
17355         fixes in core to work properly.
17356
17357 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17358
17359         * gst/playback/gstplaybasebin.c: (prepare_output):
17360           Don't print the URI as part of the error message, it
17361           makes error dialogs look rather ugly, especially if
17362           the URI is very long or has characters in it that
17363           need escaping.
17364
17365 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17366
17367         * gst/playback/gstplaybasebin.c: (prepare_output):
17368           Error out if we have only text or subtitles, but nothing
17369           else. Also error out if we have subtitles but no video
17370           stream.
17371
17372 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17373
17374         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17375           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17376           Post an error message on the bus when we encounter an
17377           error, which will hopefully be more meaningful than the
17378           'Internal Flow Error' message users get to see if we
17379           just return GST_FLOW_ERROR.
17380
17381 2006-02-07  Andy Wingo  <wingo@pobox.com>
17382
17383         * configure.ac (GST_MAJORMINOR): Update core version req to
17384         0.10.2.2, for the collectpads API addition (#330244).
17385
17386 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17387
17388         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17389           Return FALSE from plugin_init() when GnomeVFS can't
17390           be initialised for some reason (#328423).
17391
17392 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17393
17394         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17395         Stick to seeking theory until i find the bug.
17396         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
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         (theora_set_header_on_caps), (theora_enc_chain),
17403         (theora_enc_change_state):
17404         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17405           Make theoraenc and the tests leak free. Like, really.
17406
17407 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17408
17409         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17410         (theora_enc_finalize), (theora_enc_sink_setcaps):
17411           Add a finalize method to ensure we clean up state even if
17412           someone omitted the state change back to NULL.
17413
17414         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17415         (gst_vorbisenc_chain):
17416           Free some more leaked bits.
17417
17418         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17419         (stop_pipeline):
17420           Wait for state changes to happen if they're ASYNC.
17421
17422           This ought to teach those fancy pants buildbots a lesson.
17423
17424 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17425
17426         * gst-libs/gst/tag/gstid3tag.c:
17427           Add mapping for ID3 International Standard Recording Code
17428           tag "TSRC"
17429
17430 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17431
17432         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17433           Don't leak tag names.
17434
17435 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17436
17437         * docs/libs/gst-plugins-base-libs-docs.sgml:
17438         * docs/libs/gst-plugins-base-libs-sections.txt:
17439         * gst-libs/gst/tag/gstid3tag.c:
17440         * gst-libs/gst/tag/gstvorbistag.c:
17441         * gst-libs/gst/tag/tags.c:
17442           Split libgsttag docs into multiple sections.
17443
17444 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17445
17446         * docs/libs/Makefile.am:
17447         * docs/libs/gst-plugins-base-libs-docs.sgml:
17448         * docs/libs/gst-plugins-base-libs-sections.txt:
17449         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17450         * gst-libs/gst/tag/gstvorbistag.c:
17451         * gst-libs/gst/tag/tag.h:
17452         * gst-libs/gst/tag/tags.c:
17453           Add libgsttag to the docs.
17454
17455 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17456
17457         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17458         (gst_text_overlay_init), (gst_text_overlay_src_event),
17459         (gst_text_overlay_collected): Fix clockoverlay.
17460
17461 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17462
17463         * docs/libs/compiling.sgml:
17464           Fix typo: it's pkg-config, not pkg-gconfig
17465
17466         * docs/libs/gst-plugins-base-libs-docs.sgml:
17467         * docs/libs/gst-plugins-base-libs-sections.txt:
17468         * docs/libs/tmpl/gstgconf.sgml:
17469           There is no libgstgconf in 0.10, remove it
17470           from the docs.
17471
17472 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17473
17474         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17475         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17476         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17477         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17478         (gst_sub_parse_class_init), (gst_sub_parse_init),
17479         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17480         (parse_mpsub), (parser_state_init), (handle_buffer),
17481         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17482         * gst/subparse/gstsubparse.h: Introduce seeking code.
17483
17484 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17485
17486         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17487           Add comment about LANGUAGE tag inconsistency (we want
17488           ISO-639-1, but extract three-letter identifiers?)
17489
17490         * po/POTFILES.in:
17491           Add two translatable files.
17492
17493 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17494
17495         * gst-libs/gst/tag/Makefile.am:
17496         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17497         * gst-libs/gst/tag/tag.h:
17498         * gst-libs/gst/tag/tags.c:
17499         (gst_tag_register_musicbrainz_tags_internal),
17500         (gst_tag_register_musicbrainz_tags):
17501           Forward-port some tags stuff from the 0.8 branch. This is
17502           mostly the addition of musicbrainz tags and their mapping
17503           to vorbistags, and a vorbistag mapping of the language tag.
17504
17505 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17506
17507         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17508         refactoring.
17509
17510 2006-02-04  David Schleef  <ds@schleef.org>
17511
17512         * ext/ogg/gstoggmux.c:
17513         * gst/typefind/gsttypefindfunctions.c:
17514           Add Dirac typefinding and add dirac format to oggmux.
17515
17516 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17517
17518         * gst/playback/gstdecodebin.c: (try_to_link_1):
17519           Don't put essential function call into
17520           g_return_*() macro, otherwise it'll all be
17521           replaced by NOOPs when compiling with
17522           G_DISABLE_CHECKS defined.
17523
17524 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17525
17526         * ext/ogg/gstoggdemux.c:
17527         * ext/ogg/gstoggparse.c:
17528         * gst/tcp/gsttcpserversink.c:
17529         * sys/v4l/v4lsrc_calls.c:
17530         * sys/v4l/v4lsrc_calls.h:
17531         Just make it compile with --disable-gst-debug.
17532
17533 2006-02-03  Wim Taymans  <wim@fluendo.com>
17534
17535         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17536         (gst_alsasink_class_init), (gst_alsasink_init),
17537         (gst_alsasink_write), (gst_alsasink_reset):
17538         * ext/alsa/gstalsasink.h:
17539         Add lock to protect alsa calls.
17540         Implement reset to flush samples ASAP, does not work
17541         with dmix though.
17542
17543 2006-02-02  Wim Taymans  <wim@fluendo.com>
17544
17545         * gst-libs/gst/audio/gstbaseaudiosink.c:
17546         (gst_base_audio_sink_provide_clock):
17547         Ugh.. getting late I guess...
17548
17549 2006-02-02  Wim Taymans  <wim@fluendo.com>
17550
17551         * gst-libs/gst/audio/gstbaseaudiosink.c:
17552         (gst_base_audio_sink_provide_clock),
17553         (gst_base_audio_sink_set_property),
17554         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17555         Don't try to provide a clock when we are not negotiated since
17556         we might not be able to make it run.
17557
17558 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17559
17560         * gst/playback/gstdecodebin.c: (try_to_link_1):
17561           Unlinking two source pads is ... hard.
17562
17563 2006-02-02  Wim Taymans  <wim@fluendo.com>
17564
17565         * gst-libs/gst/audio/TODO:
17566         Updated.
17567
17568         * gst-libs/gst/audio/gstbaseaudiosink.c:
17569         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17570         On EOS, wait till the last sample is played before posting EOS.
17571
17572 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17573
17574         Patch by: Kai Vehmanen
17575         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17576           Adds ability to enable newsegment bypass by setting queue_delay to
17577           zero. Also avoid thread being started if queue_delay is zero.
17578
17579 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17580
17581         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17582           Make test work again by connecting fakesinks to each decoded pad,
17583           which makes the pipeline wait until each fakesink has a buffer
17584           queued before going to PAUSED state. At that point we know the
17585           decodebin pads are negotiated.
17586
17587 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17588
17589         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17590         (gst_cdda_base_src_handle_event):
17591         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17592           Pass unhandled queries to the parent class's query function.
17593
17594 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17595
17596         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17597         (gst_ogg_pad_src_query):
17598         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17599         * ext/theora/theoradec.c: (theora_dec_src_query),
17600         (theora_dec_sink_query):
17601         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17602         (vorbis_dec_sink_query):
17603         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17604         (gst_vorbisenc_sink_query):
17605         * gst/adder/gstadder.c: (gst_adder_query):
17606           Pass unhandled queries upstream instead of just
17607           dropping them (#326447). Also, fix supported
17608           query types list for some elements.
17609
17610 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17611
17612         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17613         (paris_type_find), (ilbc_type_find), (plugin_init):
17614           Fix typefinding for audio/x-au, audio/x-paris and
17615           audio/iLBC-sh. We cannot use the START_WITH macros
17616           here, because there can only be one typefind factory
17617           with the same name (caps), so the second one would
17618           replace the first one and the first one would never
17619           be called when doing typefinding (see #161712).
17620           
17621
17622 2006-01-31  Wim Taymans  <wim@fluendo.com>
17623
17624         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17625         (vorbis_handle_header_packet), (vorbis_dec_push),
17626         (vorbis_handle_data_packet):
17627         Use scale_int when we can, add some more scaling.
17628         Check packettype before parsing it.
17629
17630 2006-01-31  Wim Taymans  <wim@fluendo.com>
17631
17632         * ext/theora/theoradec.c: (_theora_granule_time),
17633         (theora_dec_src_convert), (theora_dec_sink_convert):
17634         Call right _scale functions.
17635         Use parameter instead of some other random value.
17636
17637 2006-01-31  Wim Taymans  <wim@fluendo.com>
17638
17639         * ext/theora/theoradec.c: (_theora_granule_frame),
17640         (_theora_granule_time), (_inc_granulepos),
17641         (theora_dec_src_convert), (theora_dec_sink_convert),
17642         (theora_handle_type_packet), (theora_handle_data_packet),
17643         (theora_dec_chain):
17644         Use higher precision timestamps calculation.
17645         Convert some other conversions to _scale.
17646
17647 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17648
17649         * gst/audiotestsrc/gstaudiotestsrc.c:
17650         (gst_audio_test_src_create_sine_table), (plugin_init):
17651         * gst/volume/gstvolume.c: (plugin_init):
17652           initialize gst_controller before using
17653
17654 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17655
17656         * tests/check/pipelines/theoraenc.c:
17657         * tests/check/pipelines/vorbisenc.c:
17658         Define constant using G_GINT64_CONSTANT to avoid errors when
17659         passing it around - otherwise it gets truncated to 32 bits.
17660
17661         Fixes failing tests.
17662
17663 2006-01-31  Andy Wingo  <wingo@pobox.com>
17664
17665         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17666         caps being set doesn't have a framerate value. Basically a stopgap
17667         measure.
17668
17669         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17670         technically correct enough to put into core though.
17671         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17672         DURATION. Fixes theoraenc ! oggmux.
17673
17674         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17675         fraction, not double.
17676
17677 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17678
17679         * win32/vs7:
17680         add vs7 project files created by Sergey Scobich
17681
17682 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17683
17684         * win32/vs8:
17685         add vs8 project files created by Sergey Scobich
17686         
17687 2006-01-30  Andy Wingo  <wingo@pobox.com>
17688
17689         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17690         timestamp + duration, not just timestamp -- ogg pages should be
17691         ordered by stop time. Necessary fix given the change in vorbis
17692         timestamps.
17693
17694         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17695         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17696         (granulepos_add): New function, handles the messiness of adjusting
17697         granulepos values.
17698         (theora_buffer_from_packet):
17699         (theora_enc_chain):
17700         (theora_enc_sink_event): Use granulepos_add, not +.
17701
17702         * tests/check/pipelines/theoraenc.c
17703         (check_buffer_granulepos_from_starttime): Just check the frame
17704         count, not the actual granulepos -- we can't dictate to the
17705         encoder when it should be placing keyframes.
17706
17707 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17708
17709         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17710           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17711           play an http:// stream from a server that's not serving
17712
17713 2006-01-30  Andy Wingo  <wingo@pobox.com>
17714
17715         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17716         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17717         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17718         available.
17719
17720         * ext/theora/gsttheoraenc.h:
17721         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17722         although theoraenc was timestamping correctly. Added handling of
17723         streams that start with nonzero timestamps.
17724
17725         * tests/check/Makefile.am:
17726         * tests/check/pipelines/theoraenc.c: New file, basically does same
17727         tests as vorbisenc.
17728
17729         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17730
17731 2006-01-30  Wim Taymans  <wim@fluendo.com>
17732
17733         * gst-libs/gst/audio/gstaudiosink.c:
17734         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17735         (gst_audioringbuffer_pause):
17736         Implement pause that does not wait for completion.
17737
17738         * gst-libs/gst/audio/gstbaseaudiosink.c:
17739         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17740         Don't drop buffers when going to PAUSED but perform preroll on
17741         remaining samples now that core base class supports this.
17742
17743         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17744         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17745         (gst_ring_buffer_commit):
17746         Pause should not signal waiters.
17747         Implement return value of _commit correctly.
17748
17749 2006-01-30  Andy Wingo  <wingo@pobox.com>
17750
17751         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17752
17753         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17754         updated to timestamp from the first sample, not the last.
17755         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17756         special care of granulepos and timestamp for header packets.
17757         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17758         when the first buffer has a nonzero timestamp.
17759
17760         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17761         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17762         case when the first audio buffer we get has a nonzero timestamp.
17763         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17764         properly timestamp vorbis buffers with the time of the first
17765         sample, not the last.
17766         
17767         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17768         vorbis_granule_time_copy -- now it takes the granule/subgranule
17769         offset into account.
17770
17771         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17772         timestamps, durations, and granulepos on buffers produced by
17773         vorbisenc.
17774
17775 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17776
17777         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17778         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17779           Patch from Eric Jonas to support conversions to/from UYVY 
17780           (Fixes: #324626)
17781
17782 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17783
17784         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17785         (setup_subtitle), (setup_source), (set_active_source):
17786         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17787         (gen_text_element), (gen_audio_element), (gen_vis_element),
17788         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17789
17790 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17791
17792         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17793         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17794                 use gst_guint64_to_gdouble to be compliant with vs6
17795         * gst/playback/gstdecodebin.c: (try_to_link_1)
17796         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17797                 use G_GINT64_CONSTANT for int64 constants
17798         * win32/common/libgstinterfaces.def:
17799                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17800         * win32/vs6:
17801                 update and add new project files
17802                 
17803 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17804
17805         * Makefile.am:
17806         * win32/MANIFEST:
17807         * win32/common/interfaces-enumtypes.c:
17808         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17809         (gst_mixer_track_flags_get_type),
17810         (gst_tuner_channel_flags_get_type):
17811         * win32/common/interfaces-enumtypes.h:
17812         * win32/common/multichannel-enumtypes.c:
17813         (gst_audio_channel_position_get_type):
17814         * win32/common/multichannel-enumtypes.h:
17815           add a win32-update rule like in core, and copy over enumtypes files
17816
17817 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17818
17819         * win32/MANIFEST:
17820         * win32/common/config.h:
17821         * win32/common/config.h.in:
17822           add config files just like in core
17823
17824 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
17825
17826         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
17827           Make gcc-4.1 happy (part of #327357).
17828
17829 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17830
17831         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
17832         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
17833         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
17834         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
17835         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
17836         (gst_alsasrc_unprepare), (gst_alsasrc_read):
17837           Update all error messages.  All of them should either use
17838           the default translated message, or actually provide a
17839           translatable string.
17840           Make the string for channel count problems meaningful.
17841
17842 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17843
17844         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17845           check for and throw RESOURCE_BUSY
17846
17847 2006-01-27  David Schleef  <ds@schleef.org>
17848
17849         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
17850           checked in this change -- it requires liboil features not
17851           in 0.3.6.  Revert parts.
17852
17853 2006-01-27  David Schleef  <ds@schleef.org>
17854
17855         * REQUIREMENTS:
17856         * configure.ac: update liboil requirement to 0.3.6
17857         * gst/videoscale/Makefile.am:
17858         * gst/videoscale/vs_scanline.c: liboilify
17859
17860 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17861
17862         * ext/libvisual/visual.c: (get_buffer):
17863           When pad_alloc returns a GstFlowReturn other
17864           than GST_FLOW_OK, make sure it is passed upstream.
17865
17866 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17867
17868         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17869         (gst_alsasink_class_init):
17870           Free the device name string.
17871
17872         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17873         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
17874         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
17875           Don't remove a pad from the collectpads structure until it
17876           is released - it's a request pad, and may receive data again
17877           if the element gets moved back to PLAYING state.
17878
17879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17880           Ensure we turn on double buffering on the Xv port, and
17881           set the colour key to something dark and mysterious that
17882           isn't black.
17883
17884 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17885
17886         * ext/alsa/gstalsaplugin.c: (plugin_init):
17887         * ext/cdparanoia/gstcdparanoiasrc.c:
17888         (gst_cd_paranoia_src_base_init), (plugin_init):
17889         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17890         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
17891           - a library should not call setlocale. see "Libraries" node in
17892             gettext manual
17893           - make sure all plugins that use translation do bindtextdomain
17894             to point to the localedir
17895         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
17896         (setup_sinks), (plugin_init):
17897           all this, and check for NULL when creating sinks
17898
17899 2006-01-27  Julien MOUTTE  <julien@moutte.net>
17900
17901         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
17902         (plugin_init): Make typefinding of subtitles work again.
17903
17904 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17905
17906         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17907         (mp3_type_frame_length_from_header), (mp3_type_find),
17908         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
17909         (plugin_init):
17910           Backport a bunch of typefinding fixes from the 0.8 branch.
17911           Also, improve wavpack typefinding: if we can't peek the
17912           entire wavpack block, try to parse the bits we can get and
17913           see if we find what we're looking for in those.
17914
17915 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17916
17917         * sys/ximage/ximagesink.c:
17918         (gst_ximagesink_calculate_pixel_aspect_ratio):
17919         * sys/xvimage/xvimagesink.c:
17920         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
17921         more cases of pixel aspect ratio.
17922
17923 2006-01-26  Edward Hervey  <edward@fluendo.com>
17924
17925         * gst/playback/gstdecodebin.c: (pad_probe):
17926         Also consider the flush-start and tag events as unblockers
17927         for the pad probes.
17928
17929 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17930
17931         * gst/playback/gstplaybin.c: (gst_play_bin_init),
17932         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
17933         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
17934         On the fly visualisation switch, works disabling, enabling as
17935         well but it won't be able to enable vis in a playbin that was
17936         created with no visualisation.
17937
17938 2006-01-25  Wim Taymans  <wim@fluendo.com>
17939
17940         * gst-libs/gst/audio/gstbaseaudiosink.c:
17941         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17942         Undo previous commit that returned WRONG_STATE sooner, it breaks 
17943         resume after pause.
17944
17945 2006-01-25  Wim Taymans  <wim@fluendo.com>
17946
17947         * gst-libs/gst/audio/gstbaseaudiosink.c:
17948         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
17949         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
17950         Improve debugging.
17951         Post error when caps cannot be parsed.
17952         Resync on discontinuity in the stream.
17953         Clip samples to segment boundaries.
17954         return WRONG_STATE sooner when we are flushing.
17955
17956         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
17957         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
17958         Make audiosrc operate in TIME.
17959         Set TIMESTAMP and DURATION on buffers.
17960
17961 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
17962
17963         * tests/examples/seek/seek.c: (main):
17964           Output tag messages as well.
17965
17966 2006-01-23  Edward Hervey  <edward@fluendo.com>
17967
17968         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17969         (free_pad_probes), (remove_fakesink), (pad_probe),
17970         (close_pad_link), (gst_decode_bin_change_state):
17971         Replace GstPadBlockCallback with pad probes that detect
17972         first buffer AND eos before removing fakesink.
17973         Fixes hang with demuxers doing EOS while pre-rolling.
17974         Solves #328279
17975
17976 2006-01-23  Andy Wingo  <wingo@pobox.com>
17977
17978         * ext/alsa/gstalsasink.c:
17979         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17980         (gst_base_rtp_depayload_setcaps),
17981         (gst_base_rtp_depayload_add_to_queue),
17982         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
17983         
17984         Patch by: Jens Granseuer <jensgr at gmx dot net>
17985
17986 2006-01-22  Julien MOUTTE  <julien@moutte.net>
17987
17988         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
17989         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17990         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
17991         frames. We might get a frame destroyed after changing state to
17992         NULL, adding a safety check on xcontext.
17993
17994 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
17995
17996         * gst-libs/gst/interfaces/xoverlay.c:
17997           Fix prepare-xwindow-id code example in the docs - we need to
17998           ignore all messages that aren't element messages as well.
17999           
18000 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18001
18002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18003           I think one day i'll completely undestand how caps negotiation
18004           is supposed to work. This refactoring handles buffer_alloc
18005           called with caps we can't handle. We definitely don't want a
18006           set_caps with those caps, so we define and allocate a buffer
18007           we would like to receive.
18008
18009 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18010
18011         * gst/playback/gstplaybasebin.c: (setup_source):
18012           Free iterator when done.
18013
18014 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18015
18016         * gst-libs/gst/audio/gstbaseaudiosink.c:
18017         (gst_base_audio_sink_render):
18018           Fix playback of non-synchronised streams by assuming a rate
18019           of 1.0 instead of a random one.
18020
18021           Makes this work again:
18022
18023           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18024           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18025           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18026           audioresample ! alsasink
18027
18028 === release 0.10.2 ===
18029
18030 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18031
18032         * configure.ac:
18033           releasing 0.10.2, "Then the devil is six"
18034
18035 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18036
18037         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18038         * gst/playback/gststreamselector.c:
18039         (gst_stream_selector_set_property):
18040           Comment out broken code that connects to the state-changed signal.
18041           At this point, changing current stream selection is broken, but 
18042           stuff like gst-launch playbin current-audio=1 works and filters
18043           to the chosen stream.
18044
18045 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18046
18047         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18048           Fix #327216 (null dereference in vorbisdec)
18049
18050 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18051
18052         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18053           Post taglist actually on bus instead of just freeing it
18054           (fixes #327114 and totem bug #327080).
18055
18056         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18057           Use gst_element_found_tags_for_pad(), so that the tags
18058           are sent downstream as an event as well.
18059
18060 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18061
18062         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18063         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18064         (gst_ximagesink_buffer_alloc):
18065         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18066         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18067         (gst_xvimagesink_buffer_alloc):
18068           move all regularly occurring messages to GST_LOG level
18069           add some more object logs
18070
18071 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18072
18073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18074           fix a silly segfault
18075
18076 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18077
18078         * docs/libs/gst-plugins-base-libs-docs.sgml:
18079         * docs/libs/gst-plugins-base-libs-sections.txt:
18080         * gst-libs/gst/audio/mixerutils.c:
18081         * gst-libs/gst/audio/mixerutils.h:
18082           Add docs for mixerutils stuff.
18083
18084 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18085
18086         * gst/playback/gstplaybasebin.c: (setup_source):
18087           Fix playback for sources that emit raw audio or
18088           raw video streams (e.g.: cd audio sources) (#325984).
18089
18090 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18091
18092         * gst-libs/gst/audio/mixerutils.c:
18093         (gst_audio_mixer_filter_do_filter):
18094           actually save the element we create
18095
18096 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18097
18098         * gst-libs/gst/cdda/gstcddabasesrc.c:
18099         (gst_cdda_base_src_handle_track_seek):
18100           No need to post a tag message on the bus when seeking
18101           within the same track, only post it when the current
18102           track changes.
18103
18104 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18105
18106         * gst/playback/gstplaybasebin.c: (group_destroy),
18107         (probe_triggered), (new_decoded_pad), (mute_group_type),
18108         (set_active_source):
18109         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18110         * gst/playback/gststreamselector.c:
18111         (gst_stream_selector_base_init),
18112         (gst_stream_selector_set_property),
18113         (gst_stream_selector_request_new_pad):
18114           Reenable stream selection. These mechanisms need a complete overhaul
18115           in the face of 0.8->0.10 changes though.
18116
18117 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18118
18119         * ext/ogg/gstoggdemux.c:
18120           Change the pad template to src_%d to match the pads that 
18121           are created from it. decodebin needs this information in order
18122           to decide that oggdemux is capable of producing multiple pads
18123           (and hence needs queues inserted).
18124
18125         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18126         (gst_ogg_mux_collected):
18127           Make debug output more useful by using GST_PTR_FORMAT.
18128
18129 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18130
18131         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18132
18133         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18134           Set depth and width for alaw/mulaw (fixes #326601).
18135
18136 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18137
18138         * tests/icles/Makefile.am:
18139           don't build the tests if we don't have the libs
18140
18141 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18142
18143         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18144         (gst_cd_paranoia_paranoia_callback):
18145           Don't try to free NULL pointers.
18146
18147 2006-01-10  Edward Hervey  <edward@fluendo.com>
18148
18149         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18150         (gst_audio_rate_change_state), (plugin_init):
18151         Add debugging category.
18152         Fix type issues.
18153         Add case for incoming buffers without valid offset/offset_end.
18154
18155 2006-01-10  Michael Smith  <msmith@fluendo.com>
18156
18157         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18158           Don't leak GCond in audio sources.
18159
18160 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18161
18162         * gst/playback/gstplaybin.c: (gen_audio_element):
18163           Don't leak an autoaudiosink/alsasink when we generate
18164           a new audio element. (old code, I guess)
18165
18166 2006-01-10  Michael Smith  <msmith@fluendo.com>
18167
18168         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18169           Support float audio in audiorate.
18170           Use width rather than depth for selecting sample width.
18171
18172 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18173
18174         * gst/videotestsrc/videotestsrc.h:
18175           Use GLib types here (that way we don't have to include the
18176           generated _stdint.h header, which makes life easier for win32
18177           folks that don't use autotools for the build) (#325990, patch
18178           by: Sergey Scobich).
18179
18180 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18181
18182         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18183         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18184         (gst_ring_buffer_pause), (wait_segment):
18185         * gst-libs/gst/audio/gstringbuffer.h:
18186           Name (private) union, makes Forte compiler happy (this time
18187           for real) (#324900).
18188
18189 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18190
18191         * gst-libs/gst/audio/Makefile.am:
18192           Link against libgstinterfaces, needed for mixer
18193           and property probe stuff.
18194
18195 2006-01-09  Edward Hervey  <edward@fluendo.com>
18196
18197         * gst-libs/gst/Makefile.am:
18198
18199 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18200
18201         * gst-libs/gst/audio/Makefile.am:
18202         * gst-libs/gst/audio/mixerutils.c:
18203         (gst_audio_mixer_filter_do_filter),
18204         (gst_audio_mixer_filter_check_element),
18205         (gst_audio_mixer_filter_probe_feature),
18206         (element_factory_rank_compare_func),
18207         (gst_audio_default_registry_mixer_filter):
18208         * gst-libs/gst/audio/mixerutils.h:
18209           Add gst_audio_default_registry_mixer_filter() utility
18210           function.
18211
18212 2006-01-03  Michael Smith  <msmith@fluendo.com>
18213
18214         * gst/audioresample/resample.h:
18215           As before, but for o_buf
18216
18217 2006-01-03  Michael Smith  <msmith@fluendo.com>
18218
18219         * gst/audioresample/resample.h:
18220           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18221           since we do arithmetic on it.
18222
18223 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18224
18225         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18226         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18227         (gst_ring_buffer_pause), (wait_segment):
18228         * gst-libs/gst/audio/gstringbuffer.h:
18229           Sun's Forte compiler doesn't seem to like anonymous structs,
18230           so use same setup as in GstBaseSrc (fixes #324900).
18231
18232 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18233
18234         * configure.ac:
18235         * gst/volume/Makefile.am:
18236         * gst/volume/demo.c:
18237           move old example to tests/examples/volume/volune.c
18238         * tests/examples/Makefile.am:
18239         * tests/examples/seek/seek.c: (main):
18240           change window-close event from "delete-event" to "destroy"
18241         * tests/examples/volume/Makefile.am:
18242         * tests/examples/volume/volume.c: (value_changed_callback),
18243         (setup_gui), (message_received), (eos_message_received), (main):
18244           fix event handling and bus usage
18245
18246 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18247
18248         * gst/audiotestsrc/gstaudiotestsrc.c:
18249         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18250         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18251         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18252         (gst_audio_test_src_create_square),
18253         (gst_audio_test_src_create_saw),
18254         (gst_audio_test_src_create_triangle),
18255         (gst_audio_test_src_create_silence),
18256         (gst_audio_test_src_create_white_noise),
18257         (gst_audio_test_src_create_pink_noise),
18258         (gst_audio_test_src_init_sine_table),
18259         (gst_audio_test_src_create_sine_table),
18260         (gst_audio_test_src_change_wave),
18261         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18262         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18263         * gst/audiotestsrc/gstaudiotestsrc.h:
18264           update to basesrc changes, implement segmented seeking and eos
18265           handling, add a 'sine-tab' waveform for performance critical playback
18266
18267 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18268
18269         * po/POTFILES.in:
18270           ... and this time the other modified file that I missed last time.
18271
18272 2005-12-29  Michael Smith  <msmith@fluendo.com>
18273
18274         * gst/playback/gstdecodebin.c: (new_pad):
18275           Fix non-C89 variable declaration not at the start of a block. Should
18276           help some compilers.
18277
18278 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18279
18280         * tests/check/Makefile.am:
18281           And now fix 'make distcheck' (builddir != srcdir)
18282
18283 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18284
18285         * configure.ac:
18286         * ext/cdparanoia/Makefile.am:
18287         * ext/cdparanoia/gstcdparanoia.c:
18288         * ext/cdparanoia/gstcdparanoia.h:
18289         * ext/cdparanoia/gstcdparanoiasrc.c:
18290         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18291         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18292         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18293         (gst_cd_paranoia_paranoia_callback),
18294         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18295         (gst_cd_paranoia_src_set_property),
18296         (gst_cd_paranoia_src_get_property), (plugin_init):
18297         * ext/cdparanoia/gstcdparanoiasrc.h:
18298           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18299           plugin again (there are still fixes required to playbin to make
18300           cdda:// uris work there).
18301
18302 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18303
18304         * tests/check/Makefile.am:
18305           Fix test case compilation.
18306
18307 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18308
18309         * gst-libs/gst/cdda/gstcddabasesrc.c:
18310         (gst_cdda_base_src_update_duration),
18311         (gst_cdda_base_src_calculate_cddb_id):
18312           An integer is not a string. Fix access to uninitialised variable.
18313
18314         * tests/check/Makefile.am:
18315           Add cddabasesrc unit test; also actually enable the vorbis test.
18316
18317         * tests/check/generic/states.c:
18318           Blacklist new cd audio elements as well.
18319
18320         * tests/check/libs/cddabasesrc.c:
18321           Unit test for GstCddaBaseSrc (discid calculation mostly).
18322
18323 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18324
18325         * docs/libs/Makefile.am:
18326         * docs/libs/gst-plugins-base-libs-docs.sgml:
18327         * docs/libs/gst-plugins-base-libs-sections.txt:
18328         * docs/libs/gst-plugins-base-libs.types:
18329           Add docs for libgstcdda/GstCddaBaseSrc.
18330
18331         * gst-libs/gst/interfaces/mixertrack.h:
18332           Do one struct member per line with a semicolon at the end, that way
18333           even gtk-doc might parse it without complaining.
18334
18335 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18336
18337         * configure.ac:
18338         * gst-libs/gst/Makefile.am:
18339         * gst-libs/gst/cdda/Makefile.am:
18340         * gst-libs/gst/cdda/base64.c:
18341         * gst-libs/gst/cdda/base64.h:
18342         * gst-libs/gst/cdda/gstcddabasesrc.c:
18343         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18344         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18345         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18346         (gst_cdda_base_src_get_property),
18347         (gst_cdda_base_src_get_track_from_sector),
18348         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18349         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18350         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18351         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18352         (gst_cdda_base_src_uri_get_protocols),
18353         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18354         (gst_cdda_base_src_uri_handler_init),
18355         (gst_cdda_base_src_setup_interfaces),
18356         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18357         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18358         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18359         (gst_cdda_base_src_add_tags),
18360         (gst_cdda_base_src_add_index_associations),
18361         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18362         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18363         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18364         (gst_cdda_base_src_create):
18365         * gst-libs/gst/cdda/gstcddabasesrc.h:
18366         * gst-libs/gst/cdda/sha1.c:
18367         * gst-libs/gst/cdda/sha1.h:
18368           Add new libgstcdda with GstCddaBaseSrc class.
18369
18370 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18371
18372         * ext/gnomevfs/gstgnomevfssink.h:
18373           Use GstBaseSinkClass as parent_class member for class struct, not
18374           GstBaseSink.
18375
18376 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18377
18378         Patch by: Michael Benes
18379
18380         * gst/videotestsrc/gstvideotestsrc.c:
18381         (gst_video_test_src_class_init), (gst_video_test_src_start):
18382           Add start method to reset running time and number of frames sent
18383           when starting up (fixes #324696)
18384
18385 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18386
18387         * docs/plugins/Makefile.am:
18388         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18389         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18390         * docs/plugins/gst-plugins-base-plugins.args:
18391         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18392         * docs/plugins/gst-plugins-base-plugins.signals:
18393           Add docs stuff for gnomevfssrc and gnomevfssink.
18394
18395         * ext/gnomevfs/gstgnomevfssrc.c:
18396           Fix example pipeline in gtk-doc blurb.
18397
18398 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18399
18400         * ext/gnomevfs/Makefile.am:
18401         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18402         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18403         (gst_gnome_vfs_handle_get_type), (plugin_init):
18404         * ext/gnomevfs/gstgnomevfs.h:
18405         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18406         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18407         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18408         (gst_gnome_vfs_sink_set_property),
18409         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18410         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18411         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18412         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18413         (gst_gnome_vfs_sink_uri_get_type),
18414         (gst_gnome_vfs_sink_uri_get_protocols),
18415         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18416         (gst_gnome_vfs_sink_uri_handler_init):
18417         * ext/gnomevfs/gstgnomevfssink.h:
18418           Port gnomevfssink; add gtk-doc blurb.
18419
18420         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18421         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18422         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18423         (gst_gnome_vfs_src_uri_get_type),
18424         (gst_gnome_vfs_src_uri_get_protocols),
18425         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18426         (gst_gnome_vfs_src_uri_handler_init),
18427         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18428         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18429         (gst_gnome_vfs_src_send_additional_headers_callback),
18430         (gst_gnome_vfs_src_received_headers_callback),
18431         (gst_gnome_vfs_src_push_callbacks),
18432         (gst_gnome_vfs_src_pop_callbacks),
18433         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18434         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18435         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18436         * ext/gnomevfs/gstgnomevfssrc.h:
18437           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18438           file; add gtk-doc blurb with example pipelines.
18439
18440 === release 0.10.1 ===
18441
18442 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18443
18444         * configure.ac:
18445           releasing 0.10.1, "Dobro Dedek"
18446
18447 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18448
18449         * gst/typefind/gsttypefindfunctions.c:
18450         iLBC30 and iLBC20 added to typefind.
18451
18452 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18453
18454         * gst-libs/gst/audio/gstbaseaudiosink.c:
18455         (gst_base_audio_sink_class_init):
18456         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18457         (gst_base_audio_src_class_init):
18458           update strings, values are in microseconds
18459           change the default sink buffer time to something that is smaller
18460           (to help software volume mixing have a slightly lower delay) but
18461           still be acceptable on Wim's laptop
18462
18463 2005-12-20  Edward Hervey  <edward@fluendo.com>
18464
18465         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18466         Made a quack, forgot to add DUCK to the riff video template.
18467
18468 2005-12-19  Edward Hervey  <edward@fluendo.com>
18469
18470         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18471         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18472         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18473         (gst_ogm_parse_chain):
18474         Make sure pads are initialized correctly.
18475         * gst-libs/gst/riff/riff-ids.h:
18476         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18477         (gst_riff_create_video_template_caps):
18478         Add a whole bunch of FOURCC <=> MimeType.
18479         Extend the riff video pad template to support the newly added fourcc.
18480
18481 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18482
18483         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18484         (gst_ogg_demux_activate_chain):
18485           Extra debug output when activating/deactivating chains.
18486
18487         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18488         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18489         (unlinked):
18490           Remove a queue from our list when it becomes unlinked.
18491           Don't add queues to elements in class 'Demux' if they
18492           can only produce one pad 
18493
18494 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18495
18496         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18497         (gst_video_sink_get_type): Add a debug category.
18498
18499 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18500
18501         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18502         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18503           Handle downstream newsegment by sending our own newsegment before the
18504           next buffer to be released. (#323900)
18505
18506 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18507
18508         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18509         (gst_base_rtp_depayload_set_gst_timestamp):
18510           add queue delay to new segment as well (as opposed to just the first
18511           buffer). (bug #322347)
18512
18513 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18514
18515         * ext/libvisual/visual.c: (make_valid_name):
18516           change some char* into char[]
18517         * gst/audiotestsrc/gstaudiotestsrc.c:
18518         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18519         (gst_audio_test_src_create):
18520         * gst/audiotestsrc/gstaudiotestsrc.h:
18521           prepare to handle EOS and SEGMENT_DONE
18522
18523 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18524
18525         * tests/check/generic/states.c: (GST_START_TEST):
18526           Blacklist cdparanoia element in state test.
18527
18528 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18529
18530           Patch by: Benjamin Pineau
18531
18532         * gst/tcp/gsttcp.c:
18533         * gst/tcp/gsttcpclientsink.c:
18534         * gst/tcp/gsttcpserversink.c:
18535         * gst/tcp/gsttcpserversrc.c:
18536           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18537
18538 2005-12-15  Michael Smith  <msmith@fluendo.com>
18539
18540         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18541         (gst_video_rate_chain):
18542           Fix timestamping for videorate when the first buffer it sees has a
18543           non-zero timestamp. Fix some misleading debug output.
18544
18545 2005-12-15  Michael Smith  <msmith@fluendo.com>
18546
18547         * gst/audioresample/gstaudioresample.c:
18548           Don't leak all input buffers to audioresample.
18549
18550 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18551
18552         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18553           Don't operate on empty text buffers. Strip newlines and
18554           tabs only from the end of the text, but leave them intact
18555           in the middle. Fix typo in gtk-doc description.
18556
18557 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18558
18559         * gst/playback/gstplaybasebin.c:
18560         * gst/playback/gstplaybin.c: (handoff):
18561           Make sure the video frame buffer we return to apps via the
18562           "frame" property always has caps set on it. Modify
18563           _gst_gvalue_set_object() macro to handle NULL objects
18564           gracefully too.
18565
18566 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18567
18568         * gst/audiotestsrc/gstaudiotestsrc.c:
18569         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18570         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18571         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18572         (gst_audio_test_src_create):
18573         * gst/audiotestsrc/gstaudiotestsrc.h:
18574         Adjust to some recent api changes and add wtays new cool seeking
18575         capabillities
18576
18577 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18578
18579         * ext/alsa/Makefile.am:
18580         * ext/alsa/gstalsadeviceprobe.c:
18581         * ext/alsa/gstalsadeviceprobe.h:
18582           Helper functions to add device probing via the GstPropertyProbe
18583           interface to a class.
18584
18585         * ext/alsa/gstalsamixer.h:
18586           Comment out GST_ALSA_MIXER, it returns a struct that's not
18587           used.
18588
18589         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18590           Add some debug info. 
18591
18592         * ext/alsa/gstalsamixerelement.c:
18593         (gst_alsa_mixer_element_interface_supported),
18594         (gst_implements_interface_init),
18595         (gst_alsa_mixer_element_init_interfaces),
18596         (gst_alsa_mixer_element_class_init),
18597         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18598         (gst_alsa_mixer_element_set_property),
18599         (gst_alsa_mixer_element_get_property),
18600         (gst_alsa_mixer_element_change_state):
18601         * ext/alsa/gstalsamixerelement.h:
18602           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18603           for device handling (gnome-volume-control will need that).
18604
18605 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18606
18607         * ext/Makefile.am: fix cdparanoia entry
18608         * gst-plugins-base.spec.in: add cdparanoia
18609
18610 2005-12-12  Michael Smith  <msmith@fluendo.com>
18611
18612         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18613           Use the correct function to free list of typefind factories.
18614
18615 2005-12-12  Wim Taymans  <wim@fluendo.com>
18616
18617         * gst/videotestsrc/gstvideotestsrc.c:
18618         (gst_video_test_src_class_init), (gst_video_test_src_init),
18619         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18620         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18621         (gst_video_test_src_create):
18622         * gst/videotestsrc/gstvideotestsrc.h:
18623         Implement seeking in videotestsrc.
18624         Small cleanups.
18625
18626 2005-12-12  Wim Taymans  <wim@fluendo.com>
18627
18628         * ext/cdparanoia/Makefile.am:
18629         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18630         (gst_paranoia_endian_get_type), (_do_init),
18631         (cdparanoia_class_init), (cdparanoia_init),
18632         (cdparanoia_set_property), (cdparanoia_get_property),
18633         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18634         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18635         (cdparanoia_convert), (cdparanoia_get_query_types),
18636         (cdparanoia_query), (cdparanoia_set_index),
18637         (cdparanoia_uri_set_uri):
18638         * ext/cdparanoia/gstcdparanoia.h:
18639         Partially ported cdparanoia now that basesrc can support a
18640         plugin like this..
18641
18642 2005-12-12  Wim Taymans  <wim@fluendo.com>
18643
18644         * tests/examples/seek/scrubby.c: (main):
18645         Set higher priority for bus events so they don't get reordered with
18646         gtk gui events.
18647
18648         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18649         (flush_toggle_cb), (main):
18650         Added checkbox to disable flushing seeks. 
18651         Disable scrubbing when doing non flushing seeks.
18652
18653 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18654
18655         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18656         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18657         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18658         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18659           Implement some sort of event handling that doesn't rely on
18660           g_return_if_fail; make sure we always push the last chunk of an 
18661           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18662           state change function; remove some old cruft. Seeking is still
18663           rather unlikely to work though.
18664
18665         * tools/.cvsignore:
18666           Ignore more.
18667
18668 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18669
18670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18671         Fixed a leak of the current image reference when cleaning up.
18672         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18673
18674 2005-12-09  Michael Smith  <msmith@fluendo.com>
18675
18676         * tools/Makefile.am:
18677         * tools/gst-launch-ext-m.m:
18678           Remove gst-launch-ext. It doesn't work, and is no longer
18679           particularly useful.
18680
18681 2005-12-08  Luca Ognibene  <luogni@tin.it>
18682
18683         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18684           don't pass random values to ogmparse convert function.
18685           Make seeking possible in the exile1.ogm file.
18686
18687 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18688
18689         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18690         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18691           Work around refcount problem with g_value_set_object() that occur
18692           if the core has been compiled against GLib-2.6 (g_value_set_object()
18693           will only g_object_ref() the element, but the caller will
18694           gst_object_unref() it and bad things will happen due to the way
18695           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18696           totem for people on FC4 using Thomas's 0.10 RPMs.
18697           
18698 2005-12-07  Edward Hervey  <edward@fluendo.com>
18699
18700         Time to welcome ogm to 0.10 :)
18701         
18702         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18703         (gst_ogg_pad_typefind):
18704         Oggdemux can now properly typefind elements with dynamic pads.
18705         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18706         Properly set caps on src pad, and set caps on outgoing buffers.
18707
18708 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18709
18710         * ext/alsa/gstalsamixer.h:
18711         * ext/alsa/gstalsamixerelement.h:
18712         * ext/alsa/gstalsamixeroptions.h:
18713         * ext/alsa/gstalsamixertrack.h:
18714         * ext/alsa/gstalsasink.c:
18715         * ext/alsa/gstalsasink.h:
18716         * ext/alsa/gstalsasrc.c:
18717         * ext/alsa/gstalsasrc.h:
18718         * ext/cdparanoia/gstcdparanoia.h:
18719         * ext/gnomevfs/gstgnomevfsuri.h:
18720         * ext/ogg/gstoggdemux.c:
18721         * ext/ogg/gstoggmux.c:
18722         * ext/pango/gsttextoverlay.h:
18723         * ext/theora/theoradec.c:
18724         * ext/theora/theoraenc.c:
18725         * ext/vorbis/vorbisdec.h:
18726         * ext/vorbis/vorbisenc.c:
18727         * ext/vorbis/vorbisenc.h:
18728         * ext/vorbis/vorbisparse.h:
18729         * gst-libs/gst/audio/gstaudioclock.h:
18730         * gst-libs/gst/audio/gstaudiosink.c:
18731         * gst-libs/gst/audio/gstaudiosink.h:
18732         * gst-libs/gst/audio/gstaudiosrc.c:
18733         * gst-libs/gst/audio/gstaudiosrc.h:
18734         * gst-libs/gst/audio/gstbaseaudiosink.c:
18735         * gst-libs/gst/audio/gstbaseaudiosink.h:
18736         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18737         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18738         * gst-libs/gst/audio/gstringbuffer.h:
18739         * gst-libs/gst/audio/multichannel.h:
18740         * gst-libs/gst/floatcast/floatcast.h:
18741         * gst-libs/gst/interfaces/colorbalance.c:
18742         * gst-libs/gst/interfaces/colorbalance.h:
18743         * gst-libs/gst/interfaces/colorbalancechannel.h:
18744         * gst-libs/gst/interfaces/mixer.h:
18745         * gst-libs/gst/interfaces/mixeroptions.h:
18746         * gst-libs/gst/interfaces/mixertrack.h:
18747         * gst-libs/gst/interfaces/navigation.h:
18748         * gst-libs/gst/interfaces/propertyprobe.h:
18749         * gst-libs/gst/interfaces/tuner.h:
18750         * gst-libs/gst/interfaces/tunerchannel.h:
18751         * gst-libs/gst/interfaces/tunernorm.h:
18752         * gst-libs/gst/interfaces/xoverlay.h:
18753         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18754         * gst-libs/gst/riff/riff-ids.h:
18755         * gst-libs/gst/riff/riff-media.h:
18756         * gst-libs/gst/riff/riff-read.h:
18757         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18758         * gst-libs/gst/rtp/gstbasertppayload.c:
18759         * gst-libs/gst/rtp/gstbasertppayload.h:
18760         * gst-libs/gst/rtp/gstrtpbuffer.c:
18761         * gst-libs/gst/rtp/gstrtpbuffer.h:
18762         * gst-libs/gst/tag/gsttageditingprivate.h:
18763         * gst-libs/gst/tag/gstvorbistag.c:
18764         (gst_tag_list_from_vorbiscomment_buffer):
18765         * gst-libs/gst/tag/tag.h:
18766         * gst-libs/gst/video/video.h:
18767         * gst/adder/gstadder.c:
18768         * gst/adder/gstadder.h:
18769         * gst/audioconvert/audioconvert.c:
18770         * gst/audioconvert/audioconvert.h:
18771         * gst/audioconvert/gstaudioconvert.c:
18772         * gst/audioconvert/gstchannelmix.c:
18773         * gst/audioconvert/gstchannelmix.h:
18774         * gst/audiorate/gstaudiorate.c:
18775         * gst/audioresample/buffer.h:
18776         * gst/audioresample/functable.h:
18777         * gst/audioresample/gstaudioresample.c:
18778         * gst/audioresample/resample.h:
18779         * gst/ffmpegcolorspace/avcodec.h:
18780         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18781         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18782         * gst/ffmpegcolorspace/imgconvert.c:
18783         * gst/ffmpegcolorspace/imgconvert_template.h:
18784         * gst/playback/gstdecodebin.c:
18785         * gst/playback/gstplaybasebin.h:
18786         * gst/playback/gstplaybin.c:
18787         * gst/playback/gststreaminfo.h:
18788         * gst/tcp/gstfdset.c:
18789         * gst/tcp/gstfdset.h:
18790         * gst/tcp/gstmultifdsink.c:
18791         * gst/tcp/gstmultifdsink.h:
18792         * gst/tcp/gsttcp.h:
18793         * gst/tcp/gsttcpclientsrc.c:
18794         * gst/tcp/gsttcpclientsrc.h:
18795         * gst/tcp/gsttcpplugin.h:
18796         * gst/tcp/gsttcpserversink.c:
18797         * gst/tcp/gsttcpserversrc.c:
18798         * gst/typefind/gsttypefindfunctions.c:
18799         * gst/videorate/gstvideorate.c:
18800         * gst/videotestsrc/gstvideotestsrc.h:
18801         * gst/videotestsrc/videotestsrc.h:
18802         * sys/v4l/gstv4lcolorbalance.h:
18803         * sys/v4l/gstv4ltuner.h:
18804         * sys/v4l/gstv4lxoverlay.h:
18805         * sys/v4l/v4l_calls.h:
18806         * sys/v4l/videodev_mjpeg.h:
18807         * tests/check/elements/audioconvert.c:
18808         * tests/check/elements/audioresample.c:
18809         * tests/check/elements/audiotestsrc.c:
18810         * tests/check/elements/videotestsrc.c:
18811         * tests/check/elements/volume.c:
18812         * tests/examples/seek/scrubby.c:
18813         * tests/examples/seek/seek.c:
18814           expand tabs
18815
18816 === release 0.10.0 ===
18817
18818 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18819
18820         * configure.ac:
18821           releasing 0.10.0, "Mont-d'or"
18822
18823 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
18824
18825         * tests/examples/seek/Makefile.am:
18826         Build fix for when gtk is not available.
18827
18828 2005-12-05  Andy Wingo  <wingo@pobox.com>
18829
18830         * ext/libvisual/visual.c: (get_buffer):
18831         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
18832         * ext/pango/gsttextrender.c: (gst_text_render_chain):
18833         * ext/theora/theoradec.c: (theora_handle_data_packet):
18834         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18835         (theora_enc_chain):
18836         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18837         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
18838         Update for alloc_buffer changes.
18839
18840 2005-12-05  Andy Wingo  <wingo@pobox.com>
18841
18842         patch by: Kai Vehmanen <kv2004 eca cx>
18843         
18844         * gst-libs/gst/rtp/gstbasertpdepayload.c
18845         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
18846
18847 2005-12-04  Andy Wingo  <wingo@pobox.com>
18848
18849         patch by: Sebastien Cote <sebas642 yahoo ca>
18850         
18851         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
18852         Fixes #319172.
18853
18854 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18855
18856         * docs/plugins/Makefile.am:
18857         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18858         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18859         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18860         * ext/pango/gstclockoverlay.c:
18861         * ext/pango/gsttextoverlay.c: 
18862         * ext/pango/gsttextrender.c:
18863         * ext/pango/gsttimeoverlay.c:
18864           Add gtk-doc blurbs to pango elements.
18865
18866 2005-12-02  Wim Taymans  <wim@fluendo.com>
18867
18868         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
18869         * gst/audioresample/buffer.h:
18870         * gst/audioresample/gstaudioresample.c:
18871         * gst/audioresample/gstaudioresample.h:
18872         * gst/audioresample/resample.c: (resample_input_flush),
18873         (resample_input_pushthrough), (resample_input_eos),
18874         (resample_get_output_size_for_input),
18875         (resample_get_input_size_for_output), (resample_get_output_size),
18876         (resample_get_output_data):
18877         * gst/audioresample/resample.h:
18878         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18879         Fix audioresample, seek torture, new segments, reverse negotiation
18880         etc.. work fine.
18881
18882 2005-12-02  Wim Taymans  <wim@fluendo.com>
18883
18884         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18885         Small cleanups.
18886
18887 2005-12-02  Wim Taymans  <wim@fluendo.com>
18888
18889         * gst/audioconvert/gstaudioconvert.c:
18890         (gst_audio_convert_transform):
18891         Post errors.
18892
18893 === release 0.9.7 ===
18894
18895 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18896
18897         * configure.ac:
18898           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
18899
18900 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18901
18902         * Makefile.am:
18903         * po/hu.po:
18904         * win32/MANIFEST:
18905         * win32/gst.sln:
18906           add win32 MANIFEST file
18907           do something to the hungarian translation
18908
18909 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
18910
18911         * ext/Makefile.am:
18912           Add $(PANGO_DIR) to SUBDIRS
18913
18914         * ext/pango/gstclockoverlay.c:
18915         * ext/pango/gsttimeoverlay.c:
18916           Fix and improve element descriptions.
18917
18918 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18919
18920         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18921         * docs/plugins/inspect/plugin-libvisual.xml:
18922         * docs/plugins/inspect/plugin-pango.xml:
18923           add pango plugin to docs
18924
18925 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18926
18927         * configure.ac:
18928         * ext/Makefile.am:
18929           moved pango to base
18930
18931 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18932
18933         * configure.ac:
18934         * tests/Makefile.am:
18935         * tests/icles/.cvsignore:
18936         * tests/icles/Makefile.am:
18937         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
18938         (close_display), (resize_window), (move_window), (create_window),
18939         (terminate_playback), (pause_playback), (start_playback), (main):
18940           add stress test for xoverlay from Julien
18941
18942 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18943
18944         * docs/libs/tmpl/gstcolorbalance.sgml:
18945         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18946         * gst-libs/gst/rtp/gstbasertppayload.c:
18947         * gst-libs/gst/rtp/gstrtpbuffer.c:
18948         * gst-libs/gst/rtp/gstrtpbuffer.h:
18949           Do burger's rename for rtp payloaders and depayloaders
18950
18951 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18952
18953         * win32/:
18954           add Visual Studio 6 build files
18955
18956 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18957
18958         * docs/libs/gst-plugins-base-libs-docs.sgml:
18959         * docs/libs/gst-plugins-base-libs-sections.txt:
18960         * docs/libs/tmpl/gstaudio.sgml:
18961         * docs/libs/tmpl/gstringbuffer.sgml:
18962         * gst-libs/gst/interfaces/xoverlay.c:
18963         * gst-libs/gst/video/gstvideofilter.c:
18964         * gst-libs/gst/video/gstvideosink.c:
18965           update documentation
18966
18967 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18968
18969         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
18970         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
18971         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
18972         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
18973         (gst_multi_fd_sink_get_stats),
18974         (gst_multi_fd_sink_remove_client_link),
18975         (gst_multi_fd_sink_handle_client_read),
18976         (gst_multi_fd_sink_client_queue_data),
18977         (gst_multi_fd_sink_client_queue_caps),
18978         (gst_multi_fd_sink_client_queue_buffer),
18979         (gst_multi_fd_sink_new_client),
18980         (gst_multi_fd_sink_handle_client_write),
18981         (gst_multi_fd_sink_recover_client),
18982         (gst_multi_fd_sink_queue_buffer),
18983         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
18984         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
18985         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
18986         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
18987         * gst/tcp/gstmultifdsink.h:
18988         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
18989         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
18990         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
18991         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
18992         (gst_tcp_client_sink_set_property),
18993         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
18994         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
18995         * gst/tcp/gsttcpclientsink.h:
18996         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
18997         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
18998         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
18999         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19000         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19001         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19002         * gst/tcp/gsttcpclientsrc.h:
19003         * gst/tcp/gsttcpplugin.c: (plugin_init):
19004         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19005         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19006         (gst_tcp_server_sink_finalize),
19007         (gst_tcp_server_sink_handle_server_read),
19008         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19009         (gst_tcp_server_sink_set_property),
19010         (gst_tcp_server_sink_get_property),
19011         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19012         * gst/tcp/gsttcpserversink.h:
19013         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19014         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19015         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19016         (gst_tcp_server_src_set_property),
19017         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19018         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19019         * gst/tcp/gsttcpserversrc.h:
19020           more borgifying
19021
19022 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19023
19024         * docs/plugins/Makefile.am:
19025         * docs/plugins/gst-plugins-base-plugins.args:
19026         * docs/plugins/inspect/plugin-libvisual.xml:
19027         * gst/audioconvert/plugin.h:
19028         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19029         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19030         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19031         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19032         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19033         (plugin_init):
19034         * gst/audiotestsrc/gstaudiotestsrc.c:
19035         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19036         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19037         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19038         (gst_audio_test_src_get_query_types),
19039         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19040         (gst_audio_test_src_create_square),
19041         (gst_audio_test_src_create_saw),
19042         (gst_audio_test_src_create_triangle),
19043         (gst_audio_test_src_create_silence),
19044         (gst_audio_test_src_create_white_noise),
19045         (gst_audio_test_src_init_pink_noise),
19046         (gst_audio_test_src_generate_pink_noise_value),
19047         (gst_audio_test_src_create_pink_noise),
19048         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19049         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19050         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19051         (plugin_init):
19052         * gst/audiotestsrc/gstaudiotestsrc.h:
19053         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19054         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19055         (gst_sub_parse_init), (gst_sub_parse_formats),
19056         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19057         (convert_encoding), (get_next_line),
19058         (gst_sub_parse_data_format_autodetect),
19059         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19060         (gst_sub_parse_loop), (gst_sub_parse_chain),
19061         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19062         (plugin_init):
19063         * gst/subparse/gstsubparse.h:
19064         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19065         (gst_video_rate_base_init), (gst_video_rate_class_init),
19066         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19067         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19068         (gst_video_rate_init), (gst_video_rate_event),
19069         (gst_video_rate_chain), (gst_video_rate_set_property),
19070         (gst_video_rate_get_property), (gst_video_rate_change_state),
19071         (plugin_init):
19072         * gst/videoscale/gstvideoscale.c:
19073         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19074         (gst_video_scale_src_template_factory),
19075         (gst_video_scale_sink_template_factory),
19076         (gst_video_scale_get_type), (gst_video_scale_base_init),
19077         (gst_video_scale_class_init), (gst_video_scale_init),
19078         (gst_video_scale_set_property), (gst_video_scale_get_property),
19079         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19080         (gst_video_scale_prepare_size), (parse_caps),
19081         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19082         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19083         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19084         (plugin_init):
19085         * gst/videoscale/gstvideoscale.h:
19086         * gst/videotestsrc/gstvideotestsrc.c:
19087         (gst_video_test_src_pattern_get_type),
19088         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19089         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19090         (gst_video_test_src_set_pattern),
19091         (gst_video_test_src_set_property),
19092         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19093         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19094         (gst_video_test_src_event), (gst_video_test_src_get_times),
19095         (gst_video_test_src_create), (plugin_init):
19096         * gst/videotestsrc/gstvideotestsrc.h:
19097         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19098         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19099         (gst_video_test_src_black):
19100         * gst/videotestsrc/videotestsrc.h:
19101           borgify further
19102           clean up docs a little
19103
19104 2005-11-30  Wim Taymans  <wim@fluendo.com>
19105
19106         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19107         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19108         (gst_basertppayload_event), (gst_basertppayload_push),
19109         (gst_basertppayload_change_state):
19110         * gst-libs/gst/rtp/gstbasertppayload.h:
19111         closed #320644.
19112
19113 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19114
19115         * docs/libs/gst-plugins-base-libs-docs.sgml:
19116         * docs/libs/gst-plugins-base-libs-sections.txt:
19117         * gst-libs/gst/video/gstvideofilter.c:
19118         * gst-libs/gst/video/gstvideosink.c:
19119         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19120
19121 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19122
19123         * LICENSE:
19124           move
19125         * po/af.po:
19126         * po/az.po:
19127         * po/cs.po:
19128         * po/en_GB.po:
19129         * po/hu.po:
19130         * po/it.po:
19131         * po/nb.po:
19132         * po/nl.po:
19133         * po/or.po:
19134         * po/sq.po:
19135         * po/sr.po:
19136         * po/sv.po:
19137         * po/uk.po:
19138         * po/vi.po:
19139         * Makefile.am:
19140           update
19141         * scripts/autoplugins.sh:
19142           remove
19143
19144 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19145
19146         * Makefile.am:
19147         * configure.ac:
19148         * examples/Makefile.am:
19149         * examples/capsfilter/Makefile.am:
19150         * examples/capsfilter/capsfilter1.c:
19151         * examples/gob/Makefile.am:
19152         * examples/gob/gst-identity2.gob:
19153         * examples/indexing/.cvsignore:
19154         * examples/indexing/Makefile.am:
19155         * examples/indexing/indexmpeg.c:
19156         * examples/seeking/.cvsignore:
19157         * examples/seeking/Makefile.am:
19158         * examples/seeking/cdparanoia.c:
19159         * examples/seeking/cdplayer.c:
19160         * examples/seeking/chained.c:
19161         * examples/seeking/scrubby.c:
19162         * examples/seeking/seek.c:
19163         * examples/stats/Makefile.am:
19164         * examples/stats/mp2ogg.c:
19165         * examples/switch/.cvsignore:
19166         * examples/switch/Makefile.am:
19167         * examples/switch/switcher.c:
19168         * tests/Makefile.am:
19169         * tests/check/generic/.cvsignore:
19170         * tests/check/pipelines/.cvsignore:
19171         * tests/examples/Makefile.am:
19172         * tests/examples/seek/Makefile.am:
19173           reorganize stuff under tests/
19174
19175 2005-11-30  Edward Hervey  <edward@fluendo.com>
19176
19177         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19178         Go away you stupid GstStaticPadTemplate memleak.
19179
19180 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19181
19182         * gst-libs/gst/net/Makefile.am:
19183         * gst-libs/gst/net/README:
19184         * gst-libs/gst/net/gstnetbuffer.c:
19185         * gst-libs/gst/net/gstnetbuffer.h:
19186           this was moved to "netbuffer"
19187
19188 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19189
19190         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19191         (gst_video_filter_class_init), (gst_video_filter_init):
19192         * gst-libs/gst/video/gstvideofilter.h:
19193           borgify name to bring in line with other classes
19194
19195 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19196
19197         * gst/audioscale/.cvsignore:
19198         * gst/audioscale/Makefile.am:
19199         * gst/audioscale/README:
19200         * gst/audioscale/audioscale.vcproj:
19201         * gst/audioscale/dtof.c:
19202         * gst/audioscale/dtos.c:
19203         * gst/audioscale/functable.c:
19204         * gst/audioscale/gstaudioscale.c:
19205         * gst/audioscale/gstaudioscale.h:
19206         * gst/audioscale/private.h:
19207         * gst/audioscale/resample.c:
19208         * gst/audioscale/resample.h:
19209         * gst/audioscale/test.c:
19210           remove
19211
19212 2005-11-30  Edward Hervey  <edward@fluendo.com>
19213
19214         * gst-libs/gst/netbuffer/Makefile.am:
19215         really, really tired
19216
19217 2005-11-30  Edward Hervey  <edward@fluendo.com>
19218
19219         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19220         Update for new GstTypeFindFactory _register()
19221
19222 2005-11-30  Edward Hervey  <edward@fluendo.com>
19223
19224         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19225         Let's not override libgstnet from core for no reason...
19226         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19227         Ok, maybe not so quick next time.
19228
19229 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19230
19231         * configure.ac:
19232         * gst-libs/gst/Makefile.am:
19233           moved gst-libs/gst/net to netbuffer through CVS surgery
19234           remove old directory
19235           updating build to accomodate
19236           (#322257)
19237
19238 2005-11-29  Andy Wingo  <wingo@pobox.com>
19239
19240         * pkgconfig/gstreamer-plugins-base.pc.in:
19241         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19242         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19243         (#322257).
19244
19245 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19246
19247         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19248         3rd time's the charm. Correct ref-counting for discarded buffers.
19249
19250 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19251
19252         * gst/playback/gststreamselector.c:
19253         (gst_stream_selector_class_init),
19254         (gst_stream_selector_set_property),
19255         (gst_stream_selector_get_property),
19256         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19257         Fix ref-counting
19258
19259 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19260
19261         * gst/subparse/gstsubparse.c: (feed_textbuf):
19262           Don't access already unref'ed buffer.
19263
19264 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19265
19266         * gst/playback/gststreamselector.c:
19267         (gst_stream_selector_class_init), (gst_stream_selector_init),
19268         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19269         (gst_stream_selector_get_property),
19270         (gst_stream_selector_get_linked_pad),
19271         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19272         * gst/playback/gststreamselector.h:
19273         Add the active-pad property for playbin to use shortly. Ignore buffers
19274         from any other pad, returning GST_FLOW_NOT_LINKED
19275
19276 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19277
19278         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19279         patch from bug #322704 (Alessandro Decina).
19280
19281 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19282
19283         * gst-libs/gst/audio/Makefile.am:
19284           folded audiofilter into the audio library
19285
19286 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19287
19288         * gst/videoscale/gstvideoscale.h:
19289         * gst/videoscale/gstvideoscale.c:
19290           remove unimplemented scale methods
19291
19292 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19293
19294         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19295           Don't leak caps.
19296
19297 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19298
19299         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19300         (gst_ximagesink_setcaps):
19301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19302         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19303         happens (only visible on ximagesink but bug is in xv too) set_caps was
19304         destroying the internal x[v]image used to memcpy non locally alloced
19305         buffers so that it got renewed on next _chain. The issue is that 
19306         _expose will try to put that image as it reffed it in _put.
19307         Using gst_buffer_unref instead of destroy fixes it !
19308
19309 2005-11-28  Edward Hervey  <edward@fluendo.com>
19310
19311         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19312         (try_to_link_1), (queue_filled_cb):
19313         Better use of the queues. Start with a small size queue and only increase
19314         the size of the queues when the other queues are empty.
19315
19316 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19317
19318         * gst-libs/gst/video/Makefile.am:
19319           compile in copied-over videofilter into the video library
19320         * gst-libs/gst/video/videosink.h:
19321           rename the header to gstvideosink.h since it's a base GstObject class
19322         * sys/ximage/ximagesink.h:
19323         * sys/xvimage/xvimagesink.h:
19324           use the new header
19325
19326 2005-11-28  Wim Taymans  <wim@fluendo.com>
19327
19328         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19329         * gst/playback/gstplaybasebin.h:
19330         Prepare to handle errors betters.
19331
19332         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19333         Set sinks to PAUSED first before adding and linking them so that
19334         we don't interrupt dataflow.
19335
19336 2005-11-28  Wim Taymans  <wim@fluendo.com>
19337
19338         * gst-libs/gst/audio/TODO:
19339         Updated TODO
19340
19341         * gst-libs/gst/audio/gstaudiosink.c:
19342         (gst_audioringbuffer_open_device),
19343         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19344         (gst_audioringbuffer_release):
19345         Small cleanups.
19346
19347         * gst-libs/gst/audio/gstbaseaudiosink.c:
19348         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19349         (gst_base_audio_sink_change_state):
19350         Slave to the master clock when going to PLAYING and unslave when
19351         going to PAUSED.
19352
19353         * gst-libs/gst/audio/gstringbuffer.c:
19354         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19355         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19356         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19357         (gst_ring_buffer_clear_all), (wait_segment),
19358         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19359         (gst_ring_buffer_advance):
19360         * gst-libs/gst/audio/gstringbuffer.h:
19361         Add some docs and cleanups.
19362
19363 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19364
19365         * sys/xvimage/xvimagesink.c:
19366         (gst_xvimagesink_navigation_send_event): Fix navigation events
19367         coordinates translation with pixel aspect ratios.
19368
19369 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19370
19371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19372         Use calculated video geometry from _setcaps instead of buffer
19373         caps to respect pixel aspect ratio. (fixes #322388)
19374
19375 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19376
19377         * docs/libs/tmpl/gstcolorbalance.sgml:
19378         * docs/libs/tmpl/gstmixer.sgml:
19379         * docs/libs/tmpl/gstxoverlay.sgml:
19380         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19381         interface.
19382
19383 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19384
19385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19386         Refuse to create an XvImage if we can't find the format.
19387
19388 2005-11-28  Edward Hervey  <edward@fluendo.com>
19389
19390         * gst-libs/gst/riff/riff-media.c:
19391         (gst_riff_create_audio_template_caps):
19392         Add ATRAC3 to the list of riff-possible audio caps.
19393         I know we still don't have a plugin for atrac3, but it's saner to output
19394         that than a cryptic mimetype.
19395
19396 2005-11-27  Edward Hervey  <edward@fluendo.com>
19397
19398         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19399         Don't try to create a zero-sized subbuffer.
19400
19401 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19402
19403         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19404         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19405         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19406         (gst_ximagesink_expose): Fixed a tricky race.
19407         * sys/ximage/ximagesink.h:
19408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19409         (gst_xvimagesink_expose): Fixed a tricky race.
19410         * sys/xvimage/xvimagesink.h:
19411
19412 2005-11-27  Edward Hervey  <edward@fluendo.com>
19413
19414         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19415         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19416         Remove unused properties, and add queues between demuxers and decoders
19417         so that a lot more files can preroll properly.
19418
19419 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19420
19421         * gst-libs/gst/net/Makefile.am:
19422         * gst-libs/gst/rtp/Makefile.am:
19423         * gst-libs/gst/tag/Makefile.am:
19424           remove silly include
19425         * gst/tags/Makefile.am:
19426         * gst/tags/gsttagediting.c:
19427         * gst/tags/gsttageditingprivate.h:
19428         * gst/tags/tagedit.vcproj:
19429           remove directory, is as good as empty
19430
19431 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19432
19433         * configure.ac:
19434           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19435         * gst-libs/Makefile.am:
19436         * gst-libs/gst/audio/Makefile.am:
19437         * gst-libs/gst/interfaces/Makefile.am:
19438         * gst-libs/gst/net/Makefile.am:
19439         * gst-libs/gst/riff/Makefile.am:
19440         * gst-libs/gst/rtp/Makefile.am:
19441         * gst-libs/gst/tag/Makefile.am:
19442         * gst-libs/gst/video/Makefile.am:
19443           and use them
19444
19445 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19446
19447         * docs/libs/tmpl/gstcolorbalance.sgml:
19448         * docs/libs/tmpl/gstmixer.sgml:
19449         * docs/libs/tmpl/gstxoverlay.sgml:
19450         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19451         * sys/ximage/ximagesink.h:
19452         * sys/xvimage/xvimagesink.h: More and more documentation.
19453
19454 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19455
19456         * docs/libs/gst-plugins-base-libs-docs.sgml:
19457         * docs/libs/gst-plugins-base-libs-sections.txt:
19458         * docs/libs/tmpl/gstcolorbalance.sgml:
19459         * docs/libs/tmpl/gstmixer.sgml:
19460         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19461         to documentation.
19462
19463 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19464
19465         * docs/plugins/Makefile.am:
19466         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19467         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19468         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19469
19470 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19471
19472         * docs/plugins/Makefile.am:
19473         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19474         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19475         * docs/plugins/inspect/plugin-adder.xml:
19476         * docs/plugins/inspect/plugin-alsa.xml:
19477         * docs/plugins/inspect/plugin-audioconvert.xml:
19478         * docs/plugins/inspect/plugin-audiorate.xml:
19479         * docs/plugins/inspect/plugin-audioresample.xml:
19480         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19481         * docs/plugins/inspect/plugin-decodebin.xml:
19482         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19483         * docs/plugins/inspect/plugin-gnomevfs.xml:
19484         * docs/plugins/inspect/plugin-ogg.xml:
19485         * docs/plugins/inspect/plugin-playbin.xml:
19486         * docs/plugins/inspect/plugin-subparse.xml:
19487         * docs/plugins/inspect/plugin-tcp.xml:
19488         * docs/plugins/inspect/plugin-theora.xml:
19489         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19490         * docs/plugins/inspect/plugin-video4linux.xml:
19491         * docs/plugins/inspect/plugin-videorate.xml:
19492         * docs/plugins/inspect/plugin-videoscale.xml:
19493         * docs/plugins/inspect/plugin-videotestsrc.xml:
19494         * docs/plugins/inspect/plugin-volume.xml:
19495         * docs/plugins/inspect/plugin-vorbis.xml:
19496         * docs/plugins/inspect/plugin-ximagesink.xml:
19497         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19498         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19499
19500 2005-11-26  Edward Hervey  <edward@fluendo.com>
19501
19502         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19503         Properly return GstFlowReturn from gst_pad_push in chain functions.
19504
19505 2005-11-25  Michael Smith  <msmith@fluendo.com>
19506
19507         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19508         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19509         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19510         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19511           Handle various conditions better when we don't understand a stream.
19512           Removes a heap of CRITICALs on ogg streams containing unknown data.
19513
19514 2005-11-24  Andy Wingo  <wingo@pobox.com>
19515
19516         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19517         Be threadsafe.
19518
19519 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19520
19521         * configure.ac: back to HEAD
19522
19523 === release 0.9.6 ===
19524
19525 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19526
19527         * configure.ac:
19528           releasing 0.9.6, "White Eight"
19529
19530 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19531
19532         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19533         * docs/plugins/inspect/plugin-sine.xml:
19534           remove sinesrc some more
19535
19536 2005-11-23  Wim Taymans  <wim@fluendo.com>
19537
19538         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19539         If we are reading too slowly, jump forward in the ringbuffer
19540         instead of blocking.
19541
19542 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19543
19544         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19545         (gst_visual_chain):
19546         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19547         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19548         (gst_videorate_chain):
19549         * gst/videotestsrc/gstvideotestsrc.c:
19550         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19551         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19552         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19553         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19554         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19555         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19556           Updates for API changes
19557
19558 2005-11-23  Wim Taymans  <wim@fluendo.com>
19559
19560         * gst-libs/gst/audio/gstbaseaudiosink.c:
19561         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19562         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19563         Fix for calibration API change.
19564
19565 2005-11-23  Michael Smith <msmith@fluendo.com>
19566
19567         * gst-libs/gst/audio/multichannel.c:
19568         (gst_audio_get_channel_positions),
19569         (gst_audio_set_channel_positions),
19570         (gst_audio_set_structure_channel_positions_list),
19571         (gst_audio_fixate_channel_positions):
19572           Use gst_value_array_*() functions on value arrays, not
19573           gst_value_list_*().
19574
19575 2005-11-23  Edward Hervey  <edward@fluendo.com>
19576
19577         * autogen.sh:
19578         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19579         Fixes autogen
19580
19581 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19582
19583         * check/Makefile.am:
19584         * check/elements/videotestsrc.c: (setup_videotestsrc),
19585         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19586         (main):
19587           add a test for videotestsrc
19588
19589 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19590
19591         * gst/sine/.cvsignore:
19592         * gst/sine/Makefile.am:
19593         * gst/sine/gstsinesrc.c:
19594         * gst/sine/gstsinesrc.h:
19595         * gst/sine/sinesrc.vcproj:
19596           and remove sinesrc from the repository.  Closes #321446
19597
19598 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19599
19600         * configure.ac:
19601         * gst-plugins-base.spec.in:
19602           remove sinesrc from the build
19603
19604 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19605
19606         * check/Makefile.am:
19607         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19608         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19609         (main):
19610           add a test for audiotestsrc, testing all waves.  Even seems
19611           leak-free at first glance, nice job Stefan
19612
19613 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19614
19615         * po/af.po:
19616         * po/az.po:
19617         * po/cs.po:
19618         * po/en_GB.po:
19619         * po/hu.po:
19620         * po/it.po:
19621         * po/nb.po:
19622         * po/nl.po:
19623         * po/or.po:
19624         * po/sq.po:
19625         * po/sr.po:
19626         * po/sv.po:
19627         * po/uk.po:
19628         * po/vi.po:
19629           Translation string updates
19630
19631         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19632         (gst_v4lsrc_set_caps):
19633         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19634         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19635         * sys/v4l/v4lsrc_calls.h:
19636           Improve v4lsrc, by making it work again.
19637
19638 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19639
19640         * ext/libvisual/visual.c: (gst_visual_chain):
19641           Fix the fps calculations.
19642
19643         * gst/ffmpegcolorspace/avcodec.h:
19644           Move structure element for clarity
19645
19646         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19647         * gst-libs/gst/interfaces/tunernorm.h:
19648         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19649         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19650         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19651         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19652         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19653         (gst_v4lmjpegsrc_getcaps):
19654         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19655         (gst_v4lsrc_set_caps):
19656         * sys/v4l/gstv4lsrc.h:
19657         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19658         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19659         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19660         * sys/v4l/v4lsrc_calls.h:
19661           Fractional framerates...
19662
19663 2005-11-22  Wim Taymans  <wim@fluendo.com>
19664
19665         * gst-libs/gst/audio/gstbaseaudiosink.c:
19666         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19667         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19668         And we provide a clock by default, of course...
19669
19670 2005-11-22  Wim Taymans  <wim@fluendo.com>
19671
19672         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19673         This clock can be slaved to a master clock now.
19674
19675         * gst-libs/gst/audio/gstbaseaudiosink.c:
19676         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19677         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19678         (gst_base_audio_sink_set_clock),
19679         (gst_base_audio_sink_set_property),
19680         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19681         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19682         * gst-libs/gst/audio/gstbaseaudiosink.h:
19683         Handle slaving the internal clock to the clock selected in the
19684         pipeline.
19685         Add property to make the basesink not provide a clock.
19686
19687         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19688         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19689         (gst_base_rtp_depayload_wait):
19690         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19691         We can use the clock in GstElement, no need to store it ourselves.
19692
19693 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19694
19695         * docs/libs/tmpl/gstaudio.sgml:
19696           update
19697         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19698         (gst_paranoia_endian_get_type):
19699         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19700         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19701         * gst/audiotestsrc/gstaudiotestsrc.c:
19702         (gst_audiostestsrc_wave_get_type):
19703         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19704         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19705         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19706         (gst_sync_method_get_type), (gst_unit_type_get_type),
19707         (gst_client_status_get_type), (gst_multifdsink_class_init),
19708         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19709         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19710         (gst_multifdsink_get_property):
19711         * gst/tcp/gstmultifdsink.h:
19712         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19713         * gst/videotestsrc/gstvideotestsrc.c:
19714         (gst_videotestsrc_pattern_get_type):
19715           remove deprecated properties
19716           fix up enums to correctly have short lowercase dashed nicks
19717
19718 2005-11-22  Michael Smith <msmith@fluendo.com>
19719
19720         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19721         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19722           Add underscore.
19723
19724 2005-11-22  Michael Smith <msmith@fluendo.com>
19725
19726         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19727         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19728           Use utility method for scaling clocktime for fractional framerates.
19729
19730 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19731
19732         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19733         (gst_visual_chain):
19734         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19735         * ext/theora/theoradec.c: (theora_handle_type_packet):
19736         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19737         (theora_enc_chain):
19738         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19739         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19740         * gst-libs/gst/video/video.h:
19741         * gst/ffmpegcolorspace/avcodec.h:
19742         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19743         (gst_ffmpeg_caps_to_pixfmt):
19744         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19745         (gst_ffmpegcsp_set_caps):
19746         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19747         (gst_videorate_setcaps), (gst_videorate_blank_data),
19748         (gst_videorate_chain):
19749         * gst/videotestsrc/gstvideotestsrc.c:
19750         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19751         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19752         (gst_videotestsrc_event), (gst_videotestsrc_create):
19753         * gst/videotestsrc/gstvideotestsrc.h:
19754         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19755         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19756         (gst_ximagesink_get_times), (gst_ximagesink_init):
19757         * sys/ximage/ximagesink.h:
19758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19759         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19760         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19761         * sys/xvimage/xvimagesink.h:
19762           Convert elements to use fractions for their framerate.
19763           V4L elements to come later tonight.
19764
19765 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19766
19767         * gst-libs/gst/audio/audio.c:
19768         * gst-libs/gst/audio/audio.h:
19769           remove some deprecated functions
19770
19771 2005-11-22  Andy Wingo  <wingo@pobox.com>
19772
19773         * Update for gst_tag_setter API changes.
19774
19775 2005-11-22  Andy Wingo  <wingo@pobox.com>
19776
19777         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19778         (gst_ogg_demux_perform_seek):
19779         * ext/theora/theoradec.c (theora_dec_sink_event):
19780         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19781         update-funcnames.
19782
19783 2005-11-22  Wim Taymans  <wim@fluendo.com>
19784
19785         * examples/seeking/seek.c: (main):
19786         Give higher priority to bus signals than the gtk events
19787         to fix a race condition in the segment looping.
19788
19789 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19790
19791         * ext/theora/Makefile.am:
19792         * ext/vorbis/Makefile.am:
19793         * gst-libs/gst/tag/Makefile.am:
19794         * gst-plugins-base.spec.in:
19795           Rename libgsttagedit to libgsttag (#322117).
19796
19797 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19798
19799         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19801           Call gst_x_overlay_prepare_xwindow_id() to give applications
19802           a final chance to set their own xwindow id before the video
19803           sink creates its own window.
19804
19805 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19806
19807         * sys/xvimage/xvimagesink.c:
19808         (gst_xvimagesink_navigation_send_event): Handle navigation
19809         events correcly with borders if applicable.
19810
19811 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19812
19813         Patch by: Luca Ognibene
19814
19815         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19816         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
19817         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19818         (gst_ffmpegcsp_caps_remove_format_info):
19819         * gst/ffmpegcolorspace/imgconvert.c:
19820         * gst/ffmpegcolorspace/imgconvert_template.h:
19821           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
19822           #318353); use gst_structure_has_name().
19823
19824 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19825
19826         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
19827         (gst_ximagesink_class_init): Add debug macros on functions.
19828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19829         (gst_xvimagesink_xwindow_draw_borders),
19830         (gst_xvimagesink_xvimage_put),
19831         (gst_xvimagesink_xwindow_update_geometry),
19832         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
19833         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
19834         (gst_xvimagesink_xcontext_clear),
19835         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
19836         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19837         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19838         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19839         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
19840         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19841         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
19842         expose while being PAUSED, out of data flow navigation events, etc..
19843
19844 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19845
19846         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19847         * gst-libs/gst/audio/audio.h:
19848           fix prototype - wondering why the test worked regardless
19849
19850 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19851
19852         * check/Makefile.am:
19853         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19854         * gst-libs/gst/audio/audio.h:
19855           add a method that returns a proper GstClockTime
19856
19857 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19858
19859         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
19860         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
19861         * gst-libs/gst/interfaces/xoverlay.h:
19862           Remove everything having to do with the desired size; add 
19863           gst_x_overlay_prepare_xwindow_id() function; remove the
19864           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
19865           post a message on the bus instead (#321816).
19866
19867         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
19868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
19869         (gst_xvimagesink_xoverlay_init):
19870           Remove desired size stuff (#321816).
19871
19872 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19873
19874         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19875         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19876         (mpeg_video_type_find), (mpeg_video_stream_type_find):
19877           Terminate vararg functions with NULL instead of 0 to 
19878           make gcc4 happy.
19879
19880 2005-11-21  Andy Wingo  <wingo@pobox.com>
19881
19882         patch by: Sebastien Cote <sebas642@yahoo.ca>
19883         
19884         * gst-libs/gst/rtp/gstrtpbuffer.h: 
19885         * gst-libs/gst/rtp/gstrtpbuffer.c
19886         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
19887
19888 2005-11-21  Andy Wingo  <wingo@pobox.com>
19889
19890         * gst/playback/gstplaybin.c (gen_audio_element) 
19891         (gen_video_element): Use the new MISSING_PLUGIN core error
19892         category. Closes #320060.
19893
19894         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
19895         * gst/videorate/gstvideorate.c (gst_videorate_event):
19896         * ext/theora/theoradec.c (theora_dec_sink_event): 
19897         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
19898         stream lock.
19899
19900         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
19901         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
19902         stream lock changes.
19903
19904 2005-11-21  Wim Taymans  <wim@fluendo.com>
19905
19906         * gst-libs/gst/audio/gstbaseaudiosink.c:
19907         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19908         (gst_base_audio_sink_provide_clock),
19909         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
19910         (gst_base_audio_sink_change_state):
19911         * gst/audioresample/gstaudioresample.c:
19912         Segment update fix.
19913
19914 2005-11-21  Andy Wingo  <wingo@pobox.com>
19915
19916         * *.h:
19917         * *.c: Ran scripts/update-macros. Oh yes.
19918
19919 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19920
19921         * sys/ximage/Makefile.am:
19922         * sys/ximage/ximage.c:
19923           Rename ximage plugin to ximagesink (#321426) (Don't forget to
19924           remove your old libgstximage.* manually if necessary).
19925
19926 2005-11-21  Michael Smith <msmith@fluendo.com>
19927
19928         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
19929           Minimal fix for bug #320200: set the min/max bitrate in the correct
19930           units. A better fix would be to upgrade to the RATEMANAGE2
19931           interface, rather than using the deprecated interface used here, but
19932           that would require an update in our libvorbis dependency (to 1.1),
19933           which is probably undesirable.
19934
19935 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19936
19937         * ext/libvisual/visual.c: (get_buffer):
19938         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19939         (gst_base_audio_src_fixate):
19940         * gst/audioconvert/gstaudioconvert.c:
19941         (gst_audio_convert_fixate_caps):
19942         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
19943         * gst/audiotestsrc/gstaudiotestsrc.c:
19944         (gst_audiotestsrc_src_fixate):
19945         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
19946         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
19947         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
19948         * gst/videotestsrc/gstvideotestsrc.c:
19949         (gst_videotestsrc_src_fixate):
19950         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
19951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
19952           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19953           (#322027)
19954
19955
19956 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19957
19958         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19959         (gst_riff_create_iavs_caps):
19960         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
19961         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
19962         (gst_riff_parse_info):
19963         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
19964         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
19965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19966           Fixes for GST_FOURCC_FORMAT API change.
19967
19968 2005-11-21  Andy Wingo  <wingo@pobox.com>
19969
19970         patch by: Alessandro Dessina <alessandro nnva org>
19971
19972         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
19973         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
19974         (gst_ogg_parse_chain):
19975         * ext/theora/theoraenc.c (theora_set_header_on_caps):
19976         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
19977         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
19978         gst_value_list calls on arrays. Fixes #321962.
19979
19980 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19981
19982         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19983         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
19984         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
19985         * gst/adder/gstadder.c: (gst_adder_init),
19986         (gst_adder_request_new_pad), (gst_adder_collected),
19987         (gst_adder_change_state):
19988           Update for gst_collectpads_foo() to gst_collect_pads_foo()
19989           API change.
19990
19991 2005-11-21  Michael Smith <msmith@fluendo.com>
19992
19993         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
19994         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
19995           Properly handle pad_push return values.
19996
19997 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
19998
19999         * gst-libs/gst/tag/Makefile.am:
20000         * gst-libs/gst/tag/gstvorbistag.c:
20001         (gst_tag_list_to_vorbiscomment_buffer):
20002           Remove obsolete vorbistag element and debug category.
20003
20004         * gst/playback/gstplaybasebin.c: (check_queue):
20005           Don't divide by 0 when queue-threshold is 0.
20006
20007         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20008           Don't modify an existing pixel-aspect-ratio if we fail to read
20009           a new one.
20010
20011 2005-11-20  Wim Taymans  <wim@fluendo.com>
20012
20013         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20014         (gst_vorbisenc_push_packet):
20015         GST_PAD_IS_USABLE is gone, use the return value of
20016         the push or pad_alloc_buffer instead.
20017
20018 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20019
20020         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20021         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20022         (gst_ximagesink_ximage_destroy),
20023         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20024         (gst_ximagesink_xwindow_new),
20025         (gst_ximagesink_xwindow_update_geometry),
20026         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20027         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20028         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20029         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20030         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20031         (gst_ximagesink_navigation_send_event),
20032         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20033         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20034         (gst_ximagesink_finalize), (gst_ximagesink_init),
20035         (gst_ximagesink_class_init):
20036         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20037         This new version brings correct software scaling, non flickering
20038         window while resizing, pixel aspect ratio handling, usage of
20039         hardware buffer pools, out of data flow event thread for 
20040         navigation and handling of expose events even when being PAUSED,
20041         a new property to keep video aspect ratio when resizing, etc...
20042
20043 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20044
20045         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20046         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20047         handling of PAR.
20048
20049 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20050
20051         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20052         Unsetting IS_SINK flag from the fakesink, so decodebin
20053         never behaves as a sink.
20054
20055 2005-11-17  Wim Taymans  <wim@fluendo.com>
20056
20057         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20058         (gst_base_audio_src_change_state):
20059         Fix the audiosrc base class again, we did not unflush.
20060
20061 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20062
20063         * examples/seeking/seek.c: (make_dv_pipeline),
20064         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20065         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20066         to ogg/vorbis/theora pipeline.
20067
20068 2005-11-17  Wim Taymans  <wim@fluendo.com>
20069
20070         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20071         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20072         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20073         Fix EOS on multiple streams.
20074         More debugging.
20075
20076 2005-11-16  Wim Taymans  <wim@fluendo.com>
20077
20078         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20079         (gst_ogg_demux_perform_seek):
20080         Segment done must include stream time.
20081
20082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20083         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20084         (gst_ogg_mux_change_state):
20085         Fix ogg muxer again.
20086
20087 2005-11-16  Wim Taymans  <wim@fluendo.com>
20088
20089         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20090         Fix compile again.
20091
20092 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20093
20094         * ext/libvisual/visual.c: (gst_visual_init):
20095         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20096         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20097         (gst_ogg_parse_chain):
20098         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20099         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20100         * ext/theora/theoradec.c: (gst_theora_dec_init):
20101         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20102         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20103         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20104         * gst/adder/gstadder.c: (gst_adder_class_init),
20105         (gst_adder_dispose):
20106         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20107         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20108         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20109           Fix a whole set of pad template leaks
20110
20111 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20112
20113         * check/generic/states.c: (GST_START_TEST):
20114           fix the test so that it only checks for elements that are part of
20115           this source module
20116
20117 2005-11-16  Michael Smith <msmith@fluendo.com>
20118
20119         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20120         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20121         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20122         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20123         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20124         (gst_ogg_mux_change_state):
20125           Fix leaking collectpads.
20126
20127 2005-11-16  Edward Hervey  <edward@fluendo.com>
20128
20129         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20130         (gst_videorate_event), (gst_videorate_chain):
20131         Handle segment seeks
20132
20133 2005-11-16  Wim Taymans  <wim@fluendo.com>
20134
20135         * gst-libs/gst/audio/gstbaseaudiosink.c:
20136         (gst_base_audio_sink_provide_clock),
20137         (gst_base_audio_sink_change_state):
20138         Set ringbuffer to non-flushing when going to PAUSED, set to
20139         flushing again when going to READY.
20140
20141         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20142         (gst_ring_buffer_stop):
20143         Start in flushing mode by default.
20144         Don't set flushing in the _stop method, let the app call
20145         this explicitly.
20146
20147 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20148
20149         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20150         * gst-libs/gst/video/videosink.h: Add helper function needed
20151         for video sinks.
20152
20153 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20154
20155         * gst/videoscale/gstvideoscale.c:
20156         (gst_videoscale_handle_src_event):
20157           Don't leak reference to pad parent.
20158
20159 2005-11-16  Wim Taymans  <wim@fluendo.com>
20160
20161         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20162         Set ringbuffer to flushing when stopping so that we don't
20163         block on wait_segment anymore and livelock.
20164
20165 2005-11-16  Wim Taymans  <wim@fluendo.com>
20166
20167         * examples/seeking/seek.c: (send_event), (do_seek),
20168         (loop_toggle_cb), (segment_done), (main):
20169         Added looping checkbox.
20170
20171 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20172
20173         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20174         (gst_ogg_demux_init):
20175         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20176         (gst_vorbis_dec_init):
20177           revert unrefs, they don't pass make check
20178
20179 2005-11-15  Johan Dahlin  <johan@gnome.org>
20180
20181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20182         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20183         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20184         (gst_vorbis_dec_init):
20185         Fix pad template leaks. 
20186
20187 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20188
20189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20190           Make state change function thread safe.
20191
20192 2005-11-15  Edward Hervey  <edward@fluendo.com>
20193
20194         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20195         (gst_ogg_demux_class_init):
20196         Implement GstElement::send_event, so we can send seek events
20197         in GST_STATE_READY
20198
20199 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20200
20201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20202         Discovered how to take away flickering while resizing the
20203         window. Please don't put that in ximagesink, refactoring in
20204         progress.
20205
20206 2005-11-14  Michael Smith <msmith@fluendo.com>
20207
20208         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20209         (gst_multifdsink_render):
20210           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20211
20212 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20213
20214         * gst/playback/gstplaybin.c: (gen_audio_element):
20215           Use autoaudiosink, it tends to be more widely available than
20216           autoaudiiosink.
20217           
20218 2005-11-14  Andy Wingo  <wingo@pobox.com>
20219
20220         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20221         as well if it is available. Fixes #316442.
20222
20223 2005-11-14  Michael Smith <msmith@fluendo.com>
20224
20225         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20226         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20227         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20228         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20229         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20230         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20231         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20232         (gst_vorbisenc_change_state):
20233           Fix a small memory leak in vorbisenc.
20234           Fix large memory leaks in oggmux, also fix lots of state change
20235           bugs in oggmux.
20236
20237 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20238
20239         * gst/videotestsrc/gstvideotestsrc.c:
20240         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20241         (gst_videotestsrc_src_fixate):
20242           move fixation to a fixate function
20243           remove negotiate function, basesrc's is good enough
20244           fixes a bug for check when using the element alone
20245
20246 2005-11-13  Edward Hervey  <edward@fluendo.com>
20247
20248         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20249         (key_toggle_cb), (main):
20250         Added checkboxes for adding/removing the accurate and key_unit seek
20251         flags.
20252
20253 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20254
20255         * configure.ac: back to HEAD
20256
20257 === release 0.9.5 ===
20258
20259 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20260
20261         * configure.ac:
20262           releasing 0.9.5, "No No Kia"
20263
20264 2005-11-11  Edward Hervey  <edward@fluendo.com>
20265
20266         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20267         Added parse-launch syntax seeking mode for the seeking example.
20268         This should help stress-test even more cases.
20269         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20270
20271 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20272
20273         * sys/xvimage/xvimagesink.c:
20274         (gst_xvimagesink_navigation_send_event):
20275           Check whether peer pad exists before sending navigation events
20276           to it.
20277
20278 2005-11-11  Michael Smith <msmith@fluendo.com>
20279
20280         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20281         (gst_vorbisenc_buffer_from_packet):
20282         * ext/vorbis/vorbisenc.h:
20283           Set duration on encoded buffers. This allows oggmux's
20284           max_page_delay parameter to actually work.
20285
20286 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20287
20288         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20289         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20290         (gst_ffmpegcsp_avpicture_fill):
20291         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20292         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20293           Make palettes work again (see #132341). Use our own macros
20294           for rounding up.
20295
20296 2005-11-10  Andy Wingo  <wingo@pobox.com>
20297
20298         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20299         string doober.
20300
20301 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20302
20303         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20304         (gst_ffmpegcsp_transform_caps):
20305           Prefer passthrough in transform_caps
20306
20307 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20308
20309         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20310           check for ALSA errors properly, instead of relying on ALSA's
20311           error strings to serve to the user.
20312
20313 2005-11-10  Wim Taymans  <wim@fluendo.com>
20314
20315         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20316         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20317         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20318         Modernise the seek code.
20319
20320 2005-11-10  Michael Smith <msmith@fluendo.com>
20321         
20322         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20323         (setup_substreams), (set_active_source):
20324           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20325           trying to go to NULL if we failed to read a file.
20326
20327 2005-11-10  Wim Taymans  <wim@fluendo.com>
20328
20329         * gst/audiotestsrc/gstaudiotestsrc.c:
20330         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20331         (gst_audiotestsrc_create):
20332         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20333         (gst_sinesrc_get_times), (gst_sinesrc_create):
20334         * gst/videotestsrc/gstvideotestsrc.c:
20335         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20336         (gst_videotestsrc_create):
20337         The base class can now sync for us.
20338
20339 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20340
20341         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20342           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20343           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20344           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20345           format=(fourcc)I420" ! xvimagesink
20346
20347 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20348
20349         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20350         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20351         (gst_sinesrc_newsegment):
20352           Send newsegment event in TIME format, set duration if
20353           num-buffers is set, fix duration querying.
20354
20355 2005-11-10  Michael Smith <msmith@fluendo.com>
20356
20357         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20358         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20359         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20360         (gst_ogg_mux_collected):
20361          Fix EOS handling, partially. Now forwarding an EOS event once we have
20362          EOS on all pads works correctly. However, we still don't properly set
20363          EOS on the actual ogg stream pages.
20364
20365 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20366
20367         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20368           Set elements to NULL state before disposing of them.
20369
20370 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20371
20372         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20373
20374         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20375         (gst_base_rtp_depayload_init),
20376         (gst_base_rtp_depayload_set_gst_timestamp):
20377         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20378           We need to send a newsegment event for each instance, not
20379           just for the first instance of this class (get rid of
20380           static variable in function). (#321011).
20381           
20382 2005-11-08  Michael Smith <msmith@fluendo.com>
20383
20384         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20385         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20386         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20387         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20388           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20389           This makes us mux things correctly according to the ogg muxing
20390           rules. Still not handling EOS correctly right now, though.
20391
20392 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20393
20394         * gst/audioconvert/gstaudioconvert.c:
20395           Fix typo in docs. 
20396
20397 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20398
20399         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20400         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20401           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20402           creating a new chain; should fix live streaming. Also
20403           add more debug output and fix a typo.
20404
20405 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20406
20407         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20408
20409         * gst/volume/gstvolume.c: (volume_set_caps):
20410           Fix compilation on Solaris with Forte. (#320923)
20411
20412 2005-11-08  Wim Taymans  <wim@fluendo.com>
20413
20414         * gst-libs/gst/audio/gstbaseaudiosink.c:
20415         (gst_base_audio_sink_render):
20416         No need to do a typecheck.
20417
20418 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20419
20420         * ext/alsa/gstalsa.h:
20421           We register a debug category, so let's use it.
20422
20423 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20424
20425         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20426         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20427         Fixed a small problem.
20428
20429 2005-11-04  Wim Taymans  <wim@fluendo.com>
20430
20431         * examples/seeking/Makefile.am:
20432         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20433         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20434         (make_playerbin_pipeline), (format_value), (update_scale),
20435         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20436         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20437         (print_usage), (main):
20438         Added app for playback speed testing.
20439
20440         * examples/seeking/seek.c: (dynamic_link),
20441         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20442         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20443         (message_received), (main):
20444         Updated seek example.
20445
20446 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20447
20448         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20449         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20450         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20451         (gst_base_rtp_depayload_set_clock):
20452         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20453         Don't sleep on the bench (system clock) when you have a nice 
20454         comfortable bed (Gstreamer clock) to sleep on.
20455
20456 2005-11-03  Wim Taymans  <wim@fluendo.com>
20457
20458         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20459         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20460         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20461         Handle the case where a pad_block failed.
20462
20463 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20464
20465         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20466
20467         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20468         (gst_base_rtp_depayload_add_to_queue),
20469         (gst_base_rtp_depayload_push),
20470         (gst_base_rtp_depayload_set_gst_timestamp),
20471         (gst_base_rtp_depayload_queue_release):
20472           Fixes some bugs in the depayloader's queuing/de-queueing code.
20473
20474 2005-10-31  Michael Smith <msmith@fluendo.com>
20475
20476         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20477         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20478         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20479           Patch from Alessandro Decina <alessandro@nnva.org>.
20480           Make oggdemux only find the final time in a chain, not per-pad,
20481           since the per-pad information can be very expensive to locate, and
20482           it isn't used anywhere. This makes reading a file containing
20483           OggSkeleton reasonably fast.
20484           Also, make chain finding work when there are logical bitstreams that
20485           can't be decoded. Fixes #319110.
20486
20487 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20488
20489         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20490         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20491         (gst_base_rtp_depayload_chain),
20492         (gst_base_rtp_depayload_add_to_queue),
20493         (gst_base_rtp_depayload_push),
20494         (gst_base_rtp_depayload_set_gst_timestamp),
20495         (gst_base_rtp_depayload_queue_release),
20496         (gst_base_rtp_depayload_start_thread),
20497         (gst_base_rtp_depayload_set_property),
20498         (gst_base_rtp_depayload_get_property):
20499         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20500         Some random fixes, to fullfill the desires of thomas.
20501
20502 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20503
20504         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20505         (gst_base_rtp_depayload_add_to_queue),
20506         (gst_base_rtp_depayload_push):
20507         Fixed the queueing algorithm.
20508
20509 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20510
20511         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20512         (gst_base_rtp_depayload_push):
20513         A small fix
20514
20515 2005-10-31  Wim Taymans  <wim@fluendo.com>
20516
20517         * gst-libs/gst/audio/gstringbuffer.h:
20518         Don't break ABI.
20519
20520         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20521         (gst_ffmpeg_caps_to_pixfmt):
20522         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20523         (gst_ffmpegcsp_set_caps):
20524         Some more comments.
20525         Handle missing required caps fields better.
20526
20527 2005-10-31  Wim Taymans  <wim@fluendo.com>
20528
20529         * gst-libs/gst/audio/gstbaseaudiosink.c:
20530         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20531         (gst_base_audio_sink_render):
20532         * gst-libs/gst/audio/gstringbuffer.c:
20533         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20534         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20535         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20536         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20537         (gst_ring_buffer_read):
20538         * gst-libs/gst/audio/gstringbuffer.h:
20539         Add flushing mode to the ringbuffer so that it in all cases does
20540         not try to handle more audio. This makes sure it does not try to
20541         block anymore when flushing and fixes a livelock.
20542
20543 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20544
20545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20546         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20547         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20548           Explicitly check for -1 values before doing a conversion
20549           and always map them to -1. (#315545)
20550
20551 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20552
20553         * gst/playback/gstplaybin.c: (gen_video_element):
20554           first try autovideosink, then xvimagesink, then error out
20555         * po/POTFILES.in:
20556           add translatable file
20557         * po/af.po:
20558         * po/az.po:
20559         * po/cs.po:
20560         * po/en_GB.po:
20561         * po/hu.po:
20562         * po/it.po:
20563         * po/nb.po:
20564         * po/nl.po:
20565         * po/or.po:
20566         * po/sq.po:
20567         * po/sr.po:
20568         * po/sv.po:
20569         * po/uk.po:
20570         * po/vi.po:
20571           update translations
20572
20573 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20574
20575         * gst-libs/gst/rtp/gstbasedepayload.c:
20576         * gst-libs/gst/rtp/gstbasedepayload.h:
20577           Minor cleanups
20578
20579 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20580
20581         * gst/playback/.cvsignore:
20582         * gst/playback/decodetest.c:
20583         * gst/playback/test3.c:
20584           Port these two tests as well.
20585
20586 2005-10-27  Wim Taymans  <wim@fluendo.com>
20587
20588         * ext/theora/theoradec.c: (theora_dec_src_query),
20589         (theora_dec_sink_event):
20590         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20591         (theora_enc_change_state):
20592         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20593         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20594         Take proper locks when handling events.
20595
20596 2005-10-27  Wim Taymans  <wim@fluendo.com>
20597
20598         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20599         (gst_adder_change_state):
20600         Fix timestamps and fix deadlock when stopping the collectpads.
20601
20602 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20603
20604         * gst-libs/gst/rtp/gstrtpbuffer.h:
20605         Declaring the payload types as strings too so that they can be used
20606         in the padtemplate inialization.
20607
20608 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20609
20610         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20611
20612         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20613         (gst_base_rtp_depayload_class_init):
20614         Fixes a small but nasty bug. The derived elements no longer segfaults
20615         on finalization.
20616
20617 2005-10-26  Michael Smith <msmith@fluendo.com>
20618
20619         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20620           When clearing an audioconvert context, set tmpbufsize to zero, so
20621           we'll allocate it again later if required.
20622           This fixes audioconvert re-negotiating formats, which previously
20623           segfaulted with a NULL destination buffer.
20624
20625 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20626
20627         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20628         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20629         (gst_base_rtp_depayload_set_gst_timestamp),
20630         (gst_base_rtp_depayload_queue_release):
20631         Fixed a smalll memleak.
20632
20633 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20634         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20635         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20636         (gst_base_rtp_depayload_finalize),
20637         (gst_base_rtp_depayload_setcaps),
20638         (gst_base_rtp_depayload_add_to_queue),
20639         (gst_base_rtp_depayload_push),
20640         (gst_base_rtp_depayload_set_gst_timestamp),
20641         (gst_base_rtp_depayload_queue_release),
20642         (gst_base_rtp_depayload_thread),
20643         (gst_base_rtp_depayload_change_state):
20644         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20645         Changed the C++ comments to C comments
20646
20647 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20648
20649         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20650         * gst/tcp/gsttcpclientsrc.h:
20651         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20652         * gst/tcp/gsttcpserversrc.h:
20653           Remove unused 'curoffset' structure member.
20654
20655 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20656
20657         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20658         (gst_base_rtp_depayload_base_init),
20659         (gst_base_rtp_depayload_finalize):
20660         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20661         * gst-libs/gst/rtp/gstbasertppayload.h:
20662           The pad-template on the sinkpad should be set by the derived classes.
20663           Also added some useful macros.
20664
20665 2005-10-24  Wim Taymans  <wim@fluendo.com>
20666
20667         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20668         Correctly flush decoder samples even if we could not
20669         copy them to an output buffer. Fixes #319618.
20670
20671 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20672
20673         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20675         the caps against our xcontext caps.
20676
20677 2005-10-24  Wim Taymans  <wim@fluendo.com>
20678
20679         * gst-libs/gst/audio/gstbaseaudiosink.c:
20680         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20681         Remove g_print
20682         Use sync property from baseclass to disable sync.
20683
20684 2005-10-24  Wim Taymans  <wim@fluendo.com>
20685
20686         * gst-libs/gst/audio/gstbaseaudiosink.c:
20687         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20688         Buffers with no timestamps get aligned with previous buffers or
20689         on underrun, played ASAP.
20690
20691 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20692
20693         * gst-libs/gst/video/video.h:
20694         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20695         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20697         here comes my change on caps for framerate and geometry range.
20698         We are now accepting 1 to MAXINT for width and height, and from
20699         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20700         to be blended correctly in videomixer.
20701
20702 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20703
20704         * configure.ac:
20705           back to HEAD
20706
20707 === release 0.9.4 ===
20708
20709 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20710
20711         * NEWS:
20712         * RELEASE:
20713         * configure.ac:
20714           releasing 0.9.4, "Velociraptor"
20715
20716 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20717
20718         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20719         * po/POTFILES.in:
20720           STOPPED -> FAILED
20721
20722 2005-10-21  Wim Taymans  <wim@fluendo.com>
20723
20724         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20725         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20726         (pad_blocked), (close_pad_link), (new_pad):
20727         Don't try to remove elements twice.
20728
20729 2005-10-21  Wim Taymans  <wim@fluendo.com>
20730
20731         * ext/theora/theoradec.c: (theora_dec_src_query),
20732         (theora_dec_sink_event):
20733         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20734         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20735         (vorbis_handle_data_packet):
20736         * ext/vorbis/vorbisdec.h:
20737         Fix old naming.
20738
20739         * gst-libs/gst/audio/gstbaseaudiosink.c:
20740         (gst_base_audio_sink_render):
20741         Don't try to sync on buffers without a timestamp.
20742
20743 2005-10-21  Wim Taymans  <wim@fluendo.com>
20744
20745         * ext/theora/theoradec.c: (theora_dec_src_query),
20746         (theora_dec_sink_event):
20747         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20748         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20749         (vorbis_handle_data_packet):
20750         * ext/vorbis/vorbisdec.h:
20751         Fix old naming.
20752
20753 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20754
20755         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20756         (gst_vorbisenc_src_query):
20757           Implement position and duration queries.
20758
20759         * gst/playback/test3.c: (update_scale), (main):
20760           Fix for async state changes and print nicer output.
20761
20762 2005-10-20  Wim Taymans  <wim@fluendo.com>
20763
20764         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20765         (dump_element_stats), (main):
20766         * gst/playback/test6.c: (main):
20767         Fix tests again
20768
20769 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20770
20771         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20772         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20773           Don't use functions for position queries when handling
20774           duration queries.
20775
20776 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20777
20778         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20779         (vorbis_handle_data_packet), (vorbis_dec_chain),
20780         (vorbis_dec_change_state):
20781         * ext/vorbis/vorbisdec.h:
20782           Vorbis streams can be embedded in other container formats
20783           than ogg, container formats where the demuxer might set 
20784           timestamps on encoded vorbis buffers instead of those silly 
20785           granulepos thingies. In short: make vorbisdec handle 
20786           timestamps on incoming buffers as well.
20787
20788 2005-10-20  Wim Taymans  <wim@fluendo.com>
20789
20790         * gst/playback/gstplaybasebin.c: (group_destroy),
20791         (gst_play_base_bin_change_state):
20792         Fix leak.
20793         Handle case where playbasebin is now ASYNC because
20794         decodebin is.
20795
20796 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20797
20798         * gst/audioconvert/Makefile.am:
20799         * gst/audioconvert/bufferframesconvert.c:
20800         * gst/audioconvert/plugin.c: (plugin_init):
20801         * gst/audioconvert/plugin.h:
20802           And bye bye buffer-frames-convert
20803
20804 2005-10-19  Wim Taymans  <wim@fluendo.com>
20805
20806         * check/elements/audioconvert.c:
20807         * docs/libs/tmpl/gstaudio.sgml:
20808         * docs/libs/tmpl/gstcolorbalance.sgml:
20809         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20810         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
20811         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
20812         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
20813         * gst-libs/gst/audio/audio.h:
20814         * gst/audioconvert/audioconvert.h:
20815         * gst/audioconvert/gstaudioconvert.c:
20816         (gst_audio_convert_parse_caps):
20817         * gst/volume/gstvolume.c:
20818         Bye bye buffer-frames.
20819
20820 2005-10-19  Wim Taymans  <wim@fluendo.com>
20821
20822         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20823         (query_positions_elems), (query_positions_pads), (update_scale),
20824         (do_seek), (set_update_scale), (message_received), (main):
20825         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20826         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
20827         (gst_ogg_demux_loop):
20828         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
20829         * ext/theora/theoradec.c: (theora_dec_src_query),
20830         (theora_dec_sink_event):
20831         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20832         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
20833         * gst/adder/gstadder.c: (gst_adder_query):
20834         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20835         * gst/playback/test3.c: (update_scale):
20836         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20837         (dump_element_stats), (main):
20838         * gst/playback/test6.c: (main):
20839         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20840         Query API update.
20841
20842 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20843
20844         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
20845         (xml_check_first_element), (xml_type_find), (smil_type_find),
20846         (plugin_init):
20847           Add typefinding for SMIL and for generic XML. Based on patch by
20848           Akos Maroy (#308663).
20849
20850 2005-10-18  Wim Taymans  <wim@fluendo.com>
20851
20852         * gst/playback/Makefile.am:
20853         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20854         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
20855         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
20856         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
20857         (gst_decode_bin_change_state):
20858         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20859         (gst_play_bin_send_event_to_sink):
20860         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20861         (dump_element_stats), (main):
20862         * gst/playback/test6.c: (main):
20863         Make playbin async, it'll commit state to paused when all streams
20864         are detected.
20865         Remove ugly hack.
20866         Added test6.c to show async behaviour.
20867
20868 2005-10-18  Wim Taymans  <wim@fluendo.com>
20869
20870         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
20871         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
20872         Fix for segment-start/stop API change.
20873
20874 2005-10-18  Wim Taymans  <wim@fluendo.com>
20875
20876         * check/Makefile.am:
20877         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
20878         (main):
20879         Add future test for clock selection.
20880
20881 2005-10-18  Wim Taymans  <wim@fluendo.com>
20882
20883         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
20884         (gst_alsasink_close):
20885         Set handle to NULL.
20886
20887         * gst-libs/gst/audio/gstringbuffer.c:
20888         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20889         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20890         (gst_ring_buffer_start), (gst_ring_buffer_pause),
20891         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
20892         (gst_ring_buffer_read):
20893         More debug info.
20894
20895 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
20896
20897         * gst/audiotestsrc/Makefile.am:
20898         * gst/sine/Makefile.am:
20899         * gst/volume/Makefile.am:
20900           fix broken build of controllerized plugins
20901
20902 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
20903
20904         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20905
20906         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20907         (gst_riff_create_video_template_caps):
20908           Add support for Indeo-3 (IV32).
20909
20910 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20911
20912         * configure.ac:
20913           rewrite
20914
20915 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20916
20917         * gst-libs/gst/video/video.c: (gst_video_get_size):
20918         * gst/audiotestsrc/gstaudiotestsrc.c:
20919           doc updates
20920
20921 2005-10-17  Andy Wingo  <wingo@pobox.com>
20922
20923         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
20924         with the collectpads change.
20925         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
20926
20927         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
20928
20929         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
20930
20931         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
20932         alloc_buffer flow return to callers.
20933         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
20934         change. Fix some memleaks in theoraenc.
20935
20936         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
20937         in strange circumstance.
20938
20939 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20940
20941         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20942         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
20943         from caps, let's use the caps...
20944
20945 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20946
20947         * configure.ac:
20948           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
20949
20950 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20951
20952         * gst-libs/gst/interfaces/Makefile.am:
20953           fix silly typo
20954
20955 2005-10-16  Andy Wingo  <wingo@pobox.com>
20956
20957         * gst/playback/gstdecodebin.c
20958         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
20959         function!
20960         (try_to_link_1): Increase kraziness level.
20961
20962 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20963
20964         * configure.ac:
20965           restructure like the core one
20966         * gst-libs/gst/audio/Makefile.am:
20967         * gst-libs/gst/interfaces/Makefile.am:
20968         * gst-libs/gst/net/Makefile.am:
20969         * gst-libs/gst/riff/Makefile.am:
20970         * gst-libs/gst/rtp/Makefile.am:
20971         * gst-libs/gst/tag/Makefile.am:
20972         * gst-libs/gst/video/Makefile.am:
20973           use correct linker flags, now the libs are properly versioned
20974         * check/elements/audioconvert.c: (verify_convert):
20975         * ext/alsa/gstalsaplugin.c:
20976         * ext/cdparanoia/gstcdparanoia.c:
20977         * ext/gnomevfs/gstgnomevfs.c:
20978         * ext/libvisual/visual.c:
20979         * ext/ogg/gstogg.c:
20980         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
20981         * ext/theora/theora.c:
20982         * ext/vorbis/vorbis.c:
20983         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20984         * gst-libs/gst/tag/gsttagediting.c:
20985         * gst-libs/gst/video/video.c:
20986         * gst/adder/gstadder.c:
20987         * gst/audioconvert/plugin.c:
20988         * gst/audiorate/gstaudiorate.c:
20989         * gst/audioresample/gstaudioresample.c:
20990         * gst/audioresample/resample_ref.c: (resample_scale_ref):
20991         * gst/audioscale/gstaudioscale.c:
20992         * gst/audioscale/resample.c:
20993         * gst/audiotestsrc/gstaudiotestsrc.c:
20994         * gst/ffmpegcolorspace/gstffmpeg.c:
20995         * gst/playback/gstdecodebin.c: (close_pad_link):
20996         * gst/playback/gstplaybin.c: (gen_video_element),
20997         (gen_audio_element):
20998         * gst/sine/gstsinesrc.c:
20999         * gst/subparse/gstsubparse.c:
21000         * gst/tags/gsttagediting.c:
21001         * gst/tcp/gsttcpplugin.c:
21002         * gst/typefind/gsttypefindfunctions.c:
21003         * gst/videorate/gstvideorate.c:
21004         * gst/videoscale/gstvideoscale.c:
21005         * gst/videotestsrc/gstvideotestsrc.c:
21006         * gst/volume/gstvolume.c:
21007         * sys/v4l/gstv4l.c:
21008         * sys/ximage/ximage.c:
21009         * sys/xvimage/xvimagesink.c:
21010           fix up defines
21011
21012 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21013
21014         * ext/vorbis/vorbisenc.c:
21015         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21016         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21017         (gst_tag_to_vorbis_comments):
21018           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21019
21020 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21021
21022         * examples/stats/mp2ogg.c:
21023         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21024           typo fixes
21025
21026 2005-10-13  Michael Smith <msmith@fluendo.com>
21027
21028         * ext/ogg/gstoggmux.c:
21029           Use magic glib macros to define constants as 64 bit, to ensure
21030           appropriate vararg passing.
21031
21032 2005-10-13  Michael Smith <msmith@fluendo.com>
21033
21034         * ext/ogg/gstoggmux.c:
21035         * gst/audioconvert/audioconvert.c: (float):
21036           Don't use LL suffix, as it's not portable, and neither of these
21037           uses required it anyway.
21038
21039 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21040
21041         * examples/indexing/indexmpeg.c: (main):
21042         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21043         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21044         (cdparanoia_convert), (cdparanoia_query):
21045         * ext/cdparanoia/gstcdparanoia.h:
21046         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21047         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21048         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21049         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21050         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21051         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21052         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21053         (gst_multifdsink_render), (gst_multifdsink_start),
21054         (gst_multifdsink_stop):
21055         * gst/tcp/gstmultifdsink.h:
21056         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21057         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21058         (gst_tcpclientsink_stop):
21059         * gst/tcp/gsttcpclientsink.h:
21060         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21061         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21062         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21063         * gst/tcp/gsttcpclientsrc.h:
21064         * gst/tcp/gsttcpserversink.h:
21065         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21066         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21067         (gst_tcpserversrc_stop):
21068         * gst/tcp/gsttcpserversrc.h:
21069         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21070         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21071         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21072           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21073           moved bitshift from macro to enum definition
21074
21075 2005-10-12  Wim Taymans  <wim@fluendo.com>
21076
21077         * examples/seeking/Makefile.am:
21078         Oops.
21079
21080 2005-10-12  Wim Taymans  <wim@fluendo.com>
21081
21082         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21083         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21084         Don't assert on normal stuff.
21085
21086         * gst/playback/gstplaybin.c: (do_playbin_seek):
21087         API fix.
21088
21089 2005-10-12  Wim Taymans  <wim@fluendo.com>
21090
21091         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21092         * examples/seeking/Makefile.am:
21093         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21094         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21095         (do_seek), (set_update_scale), (message_received), (main):
21096         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21097         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21098         Update for _get_state() API change.
21099
21100 2005-10-11  Wim Taymans  <wim@fluendo.com>
21101
21102         * gst-libs/gst/audio/gstbaseaudiosink.c:
21103         (gst_base_audio_sink_render):
21104         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21105         (gst_base_audio_src_create):
21106         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21107         (gst_ring_buffer_read):
21108         Cleanups.
21109         Commit and read from ringbuffer in samples rather than bytes.
21110
21111 2005-10-11  Wim Taymans  <wim@fluendo.com>
21112
21113         * gst-libs/gst/audio/gstbaseaudiosink.c:
21114         (gst_base_audio_sink_render):
21115         Respect segment rate and accum when scheduling samples.
21116
21117 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21118
21119         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21120         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21121         EOS correctly, that needs more work.
21122
21123 2005-10-11  Wim Taymans  <wim@fluendo.com>
21124
21125         * check/generic/states.c: (GST_START_TEST):
21126         remove old property.
21127
21128         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21129         (gst_ogg_demux_perform_seek):
21130         * ext/theora/theoradec.c: (theora_dec_sink_event):
21131         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21132         (vorbis_handle_data_packet):
21133         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21134         (gst_base_rtp_depayload_set_gst_timestamp):
21135         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21136         Update for newsegment API change.
21137
21138 2005-10-11  Michael Smith <msmith@fluendo.com>
21139
21140         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21141         (do_playbin_seek), (gst_play_bin_send_event):
21142           Override send_event differently, so that we can takes bits of
21143           functionality from GstPipeline (special handling for seeks,
21144           including pausing/resuming, and resetting stream time) and still get
21145           the appropriate behaviour of only forwarding event to a single sink,
21146           rather than all of them.
21147           Unfortunately requires a lot of code duplication, but the
21148           alternatives are equally ugly in the end.
21149
21150 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21151
21152         * check/elements/audioconvert.c: (setup_audioconvert),
21153         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21154         (GST_START_TEST), (audioconvert_suite):
21155           clean up tests a little, fix some leaks.
21156
21157 2005-10-10  Wim Taymans  <wim@fluendo.com>
21158
21159         * ext/alsa/gstalsasink.c:
21160         Also allow unsigned int.
21161
21162         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21163         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21164         Small cleanup
21165
21166 2005-10-10  Wim Taymans  <wim@fluendo.com>
21167
21168         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21169         Small update, use API as stated in design docs.
21170
21171         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21172         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21173         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21174         (message_received), (main):
21175         Updated seek example for GOption. Some usability improvements.
21176
21177 2005-10-10  Wim Taymans  <wim@fluendo.com>
21178
21179         * gst/audioconvert/audioconvert.h:
21180         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21181         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21182         Alloc temp storage somewhere else where we can do it more
21183         portable.
21184
21185 2005-10-10  Wim Taymans  <wim@fluendo.com>
21186
21187         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21188         (gst_tcpserversrc_start):
21189         Don't block in accept while doing the state change, move
21190         to poll and make cancellable.
21191
21192 2005-10-09  Philippe Khalaf <burger@speedy.org>
21193
21194         * gst-libs/gst/rtp/rtpbasedepayload.c:
21195         Set timestamp and add queue delay to timestamp
21196         * gst-libs/gst/rtp/rtpbuffer.h:
21197         Set correct payload type for h263
21198
21199 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21200
21201         * gst/audiotestsrc/gstaudiotestsrc.c:
21202         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21203         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21204         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21205         (gst_audiotestsrc_create_triangle),
21206         (gst_audiotestsrc_create_silence),
21207         (gst_audiotestsrc_create_white_noise),
21208         (gst_audiotestsrc_init_pink_noise),
21209         (gst_audiotestsrc_generate_pink_noise_value),
21210         (gst_audiotestsrc_create_pink_noise),
21211         (gst_audiotestsrc_change_wave):
21212         * gst/audiotestsrc/gstaudiotestsrc.h:
21213           fixed typo, added pink noise
21214
21215 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21216
21217         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21218         (plugin_init):
21219           Add wavpack and spc typefind functions from 0.8 branch.
21220
21221 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21222
21223         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21224         (ar_type_find), (msdos_type_find), (plugin_init):
21225           Add typefind functions for tar archives, ar archives,
21226           RAR archives, and msdos-executables (dlls, exe, etc.).
21227           Some of those would be wrongly identified as mpeg
21228           streams of some sort before (#315550).
21229
21230 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21231
21232         * configure.ac:
21233         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21234         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21235         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21236         * gst/audiotestsrc/Makefile.am:
21237         * gst/audiotestsrc/gstaudiotestsrc.c:
21238         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21239         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21240         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21241         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21242         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21243         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21244         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21245         (gst_audiotestsrc_create_silence),
21246         (gst_audiotestsrc_create_white_noise),
21247         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21248         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21249         (gst_audiotestsrc_start), (plugin_init):
21250         * gst/audiotestsrc/gstaudiotestsrc.h:
21251           add new plugin and element
21252         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21253           use gobject_class
21254
21255 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21256
21257         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21258         (gst_adder_init), (gst_adder_request_new_pad),
21259         (gst_adder_change_state):
21260           Add query function to source pad, so adder reports the correct
21261           time/sample position when queried (#315457); fix state change
21262           function; use GST_DEBUG_FUNCPTR() for pad functions.
21263
21264 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21265
21266         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21267           Fix leaks in typefind registration
21268           Clean up the gratuitous commenting and whitespacing a little
21269
21270 2005-10-08  Wim Taymans  <wim@fluendo.com>
21271
21272         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21273         Only actually wait for the thread to be stopped if it's 
21274         running.
21275
21276 2005-10-08  Wim Taymans  <wim@fluendo.com>
21277
21278         * gst-libs/gst/audio/gstbaseaudiosink.c:
21279         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21280         If we receive EOS we can start playback of what we had.
21281
21282 2005-10-08  Wim Taymans  <wim@fluendo.com>
21283
21284         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21285         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21286         (gst_multifdsink_stop):
21287         Fix crasher when going to NULL multiple times.
21288
21289 2005-10-06  Wim Taymans  <wim@fluendo.com>
21290
21291         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21292         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21293         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21294         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21295         patch from Edgard Lima <edgard.lima@indt.org.br>
21296         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21297
21298 2005-10-06  Wim Taymans  <wim@fluendo.com>
21299
21300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21301         Report the FLOW_RETURN as string in the error message.
21302
21303         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21304         Don't assert when clearing an unnegotiated buffer.
21305
21306 2005-10-04  Michael Smith <msmith@fluendo.com>
21307
21308         * gst/playback/gstplaybasebin.c: (group_destroy),
21309         (gen_preroll_element), (remove_groups), (setup_source):
21310         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21311         (setup_sinks), (gst_play_bin_send_event),
21312         (gst_play_bin_change_state):
21313           Set state to NULL before removing from bin. Fix refcounting.
21314
21315 2005-10-04  Michael Smith <msmith@fluendo.com>
21316
21317         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21318           Correct refcounting in send_event() function. Previously was wrong
21319           if the first sink was unable to handle the event.
21320
21321 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21322
21323         * configure.ac:
21324           back to development
21325
21326 === release 0.9.3 ===
21327
21328 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21329
21330         * configure.ac:
21331           Releasing 0.9.3, "De Facto"
21332
21333 2005-10-03  Andy Wingo  <wingo@pobox.com>
21334
21335         * gst/playback/gstdecodebin.c (try_to_link_1)
21336         (remove_element_chain): set element to NULL before removing it.
21337
21338 2005-10-02  Johan Dahlin  <johan@gnome.org>
21339
21340         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21341         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21342         MT safe.
21343
21344 2005-10-02  Andy Wingo  <wingo@pobox.com>
21345
21346         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21347         (gst_ring_buffer_prepare_read): 
21348         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21349         Demote to LOG.
21350
21351 2005-09-29  Wim Taymans  <wim@fluendo.com>
21352
21353         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21354         * ext/theora/theoradec.c: (theora_handle_data_packet):
21355         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21356         Propagate error codes from alloc_buffer too.
21357
21358 2005-09-29  Wim Taymans  <wim@fluendo.com>
21359
21360         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21361         We use fixed caps.
21362
21363         * gst/playback/Makefile.am:
21364         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21365         (dump_element_stats), (main):
21366         Added example stream introspection code.
21367
21368 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21369
21370         * gst/adder/gstadder.c: (gst_adder_collected):
21371           fix adder for float elements
21372
21373 2005-09-28  Wim Taymans  <wim@fluendo.com>
21374
21375         * gst-libs/gst/audio/gstbaseaudiosink.c:
21376         (gst_base_audio_sink_class_init),
21377         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21378         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21379         (gst_base_audio_src_class_init),
21380         (gst_base_audio_src_provide_clock):
21381         get_clock -> provide_clock
21382
21383 2005-09-28  Andy Wingo  <wingo@pobox.com>
21384
21385         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21386         and unlocking.
21387
21388         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21389         unlocking.
21390
21391         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21392         Actually add the pad template.
21393         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21394
21395         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21396         I'm at it...
21397
21398         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21399         from fdsrc. Get caps in create() instead of start() so it can be
21400         interrupted. Interruption somewhat untested.
21401
21402         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21403         Proper EOS handling.
21404
21405 2005-09-27  Andy Wingo  <wingo@pobox.com>
21406
21407         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21408
21409         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21410
21411         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21412
21413         * gst/tcp/gsttcp.h: 
21414         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21415         out of tcpclientsrc.c. Cancellable.
21416         (gst_tcp_socket_read): Made private, cancellable, with better
21417         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21418         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21419         whole buffer, and better diagnostics.
21420         (gst_tcp_gdp_read_caps): Same.
21421
21422         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21423
21424 2005-09-26  Andy Wingo  <wingo@pobox.com>
21425
21426         * gst/sine/gstsinesrc.h:
21427         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21428         change the 'sync' property to 'is-live' and implement it halfway,
21429         update for controller api change.
21430
21431         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21432         controller api change.
21433
21434 2005-09-24  Wim Taymans  <wim@fluendo.com>
21435
21436         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21437         * gst-libs/gst/audio/gstaudiosink.c:
21438         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21439         (gst_audioringbuffer_stop):
21440         * gst-libs/gst/audio/gstbaseaudiosink.c:
21441         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21442         (gst_base_audio_sink_change_state):
21443         * gst-libs/gst/audio/gstbaseaudiosink.h:
21444         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21445         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21446         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21447         * gst-libs/gst/audio/gstringbuffer.h:
21448         Fix sync again. Moved sample alignment to basesink.
21449
21450 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21451
21452         * docs/plugins/Makefile.am:
21453         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21454         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21455         * gst/volume/gstvolume.c:
21456           add/fix docs
21457         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21458         * gst-libs/gst/audio/audio.h:
21459           add conversion macros for frames <-> clocktime
21460
21461 2005-09-23  David Schleef  <ds@schleef.org>
21462
21463         * gst/audioresample/Makefile.am:
21464         * gst/audioresample/debug.h:
21465         * gst/audioresample/gstaudioresample.c:
21466         * gst/audioresample/resample.c: Convert to using gst debugging
21467
21468 2005-09-22  Wim Taymans  <wim@fluendo.com>
21469
21470         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21471         (gst_play_bin_send_event):
21472         Only seek on one sink, the first one that succeeds.
21473
21474 2005-09-22  Michael Smith <msmith@fluendo.com>
21475
21476         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21477         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21478         Don't flush encoder state unless we have an initialised encoder.
21479         Clear out encoder state on PAUSED_TO_READY.
21480
21481 2005-09-22  Wim Taymans  <wim@fluendo.com>
21482
21483         * gst-libs/gst/rtp/gstbasertppayload.c:
21484         (gst_basertppayload_class_init), (gst_basertppayload_init),
21485         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21486         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21487         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21488         (gst_basertppayload_set_property),
21489         (gst_basertppayload_get_property),
21490         (gst_basertppayload_change_state):
21491         * gst-libs/gst/rtp/gstbasertppayload.h:
21492         Added max-ptime to control amount of data in the rtp packets.
21493
21494 2005-09-21  Andy Wingo  <wingo@pobox.com>
21495
21496         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21497         thingies.
21498
21499         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21500         can be called multiple times, dogs.
21501
21502 2005-09-21  Wim Taymans  <wim@fluendo.com>
21503
21504         * gst-libs/gst/rtp/gstbasertppayload.c:
21505         (gst_basertppayload_class_init), (gst_basertppayload_init),
21506         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21507         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21508         (gst_basertppayload_push), (gst_basertppayload_get_property),
21509         (gst_basertppayload_change_state):
21510         Allow 0 ssrc too.
21511
21512 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21513
21514         * docs/libs/compiling.sgml:
21515           fixing typos
21516
21517 2005-09-20  Wim Taymans  <wim@fluendo.com>
21518
21519         * gst-libs/gst/rtp/gstbasertppayload.c:
21520         (gst_basertppayload_class_init), (gst_basertppayload_init),
21521         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21522         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21523         (gst_basertppayload_push), (gst_basertppayload_set_property),
21524         (gst_basertppayload_get_property),
21525         (gst_basertppayload_change_state):
21526         * gst-libs/gst/rtp/gstbasertppayload.h:
21527         Added property to configure sequence number offsets.
21528
21529 2005-09-20  Wim Taymans  <wim@fluendo.com>
21530
21531         * gst-libs/gst/rtp/gstbasertppayload.c:
21532         (gst_basertppayload_class_init), (gst_basertppayload_init),
21533         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21534         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21535         (gst_basertppayload_push), (gst_basertppayload_set_property),
21536         (gst_basertppayload_get_property),
21537         (gst_basertppayload_change_state):
21538         * gst-libs/gst/rtp/gstbasertppayload.h:
21539         Make timestamp offset configurable.
21540
21541 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21542
21543         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21544           fix wrong pop/unref
21545
21546 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21547
21548         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21549
21550         * gst-libs/gst/interfaces/propertyprobe.c:
21551         (gst_property_probe_probe_property_name),
21552         (gst_property_probe_needs_probe_name),
21553         (gst_property_probe_get_values_name),
21554         (gst_property_probe_probe_and_get_values_name):
21555           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21556           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21557
21558 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21559
21560         * check/Makefile.am:
21561           have some tests be disabled for valgrinding
21562         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21563         (GST_START_TEST):
21564         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21565           Fix A Leak.  Chain To Parent Finalize.
21566
21567 2005-09-19  Wim Taymans  <wim@fluendo.com>
21568
21569         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21570         Fixed wav pipeline.
21571
21572 2005-09-19  Wim Taymans  <wim@fluendo.com>
21573
21574         * gst-libs/gst/rtp/gstbasertppayload.c:
21575         (gst_basertppayload_class_init), (gst_basertppayload_init),
21576         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21577         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21578         (gst_basertppayload_push), (gst_basertppayload_get_property),
21579         (gst_basertppayload_change_state):
21580         Posting ERROR and WARNING messages is good.
21581
21582 2005-09-19  Wim Taymans  <wim@fluendo.com>
21583
21584         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21585         (gst_base_rtp_depayload_add_to_queue),
21586         (gst_base_rtp_depayload_push),
21587         (gst_base_rtp_depayload_set_gst_timestamp),
21588         (gst_base_rtp_depayload_queue_release):
21589         This one was not supposed to go in.
21590
21591 2005-09-19  Wim Taymans  <wim@fluendo.com>
21592
21593         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21594         Fix for bus API.
21595
21596         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21597         (gst_base_rtp_depayload_chain),
21598         (gst_base_rtp_depayload_add_to_queue),
21599         (gst_base_rtp_depayload_push),
21600         (gst_base_rtp_depayload_set_gst_timestamp),
21601         (gst_base_rtp_depayload_queue_release):
21602         Some cleanups.
21603
21604         * gst-libs/gst/rtp/gstbasertppayload.c:
21605         (gst_basertppayload_class_init), (gst_basertppayload_init),
21606         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21607         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21608         (gst_basertppayload_get_property),
21609         (gst_basertppayload_change_state):
21610         Added debugging category.
21611
21612 2005-09-18  David Schleef  <ds@schleef.org>
21613
21614         * gst/playback/gstdecodebin.c: free plugin list correctly
21615         * gst/playback/gstplaybin.c: emit warning if autovideosink
21616           and autoaudiosink can't be found (instead of segfaulting)
21617
21618 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21619
21620         * check/elements/audioconvert.c: (GST_START_TEST):
21621           try out 24 bit conversion
21622
21623 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21624
21625         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21626         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21627         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21628         * ext/vorbis/vorbisenc.h:
21629           Fix EOS handling.  Still needs a fix in the ogg muxer to
21630           mark the last page as eos.
21631
21632 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21633
21634         * common/gtk-doc-plugins.mak:
21635         * docs/plugins/Makefile.am:
21636         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21637         * gst/ffmpegcolorspace/Makefile.am:
21638         * gst/ffmpegcolorspace/avcodec.h:
21639         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21640         * gst/tcp/gstmultifdsink.c:
21641           fix up ffmpegcolorspace docs; extract header
21642
21643 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21644
21645         * common/gtk-doc-plugins.mak:
21646         * docs/plugins/Makefile.am:
21647         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21648         * ext/theora/Makefile.am:
21649         * ext/theora/gsttheoraenc.h:
21650         * ext/theora/theoraenc.c:
21651         * ext/vorbis/vorbisenc.c:
21652           pick up signals and args for vorbis; add some docs for vorbis
21653
21654 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21655
21656         * common/gstdoc-scangobj:
21657         * common/gtk-doc-plugins.mak:
21658         * docs/libs/Makefile.am:
21659         * docs/plugins/gst-plugins-base-plugins.args:
21660         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21661         * docs/plugins/gst-plugins-base-plugins.interfaces:
21662         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21663         * docs/plugins/gst-plugins-base-plugins.signals:
21664           only scanobj stuff from our source module.  Not sure yet
21665           if that's correct, given the hierarchy stuff :)
21666
21667 2005-09-15  Wim Taymans  <wim@fluendo.com>
21668
21669         * gst/audioconvert/gstaudioconvert.c:
21670         And enable 24 bits mode as well..
21671
21672 2005-09-15  Wim Taymans  <wim@fluendo.com>
21673
21674         * gst-libs/gst/rtp/Makefile.am:
21675         * gst-libs/gst/rtp/gstbasertppayload.c:
21676         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21677         (gst_basertppayload_class_init), (gst_basertppayload_init),
21678         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21679         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21680         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21681         (gst_basertppayload_set_property),
21682         (gst_basertppayload_get_property),
21683         (gst_basertppayload_change_state):
21684         * gst-libs/gst/rtp/gstbasertppayload.h:
21685         Added rtp payloader base class.
21686
21687 2005-09-15  Andy Wingo  <wingo@pobox.com>
21688
21689         * configure.ac (plugindir): Remove the EOL matcher from the
21690         regexp, as it causes me problems. Libtool? Make? Who knows?
21691
21692 2005-09-14  David Schleef  <ds@schleef.org>
21693
21694         * check/generic/states.c: 
21695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21696         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21697           Fixes for changes in registry API.
21698
21699         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21700           to GST_PLUGIN_LDFLAGS.
21701         * ext/libvisual/visual.c: Make the library shut up.
21702         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21703         * gst-libs/gst/audio/gstaudiofilter.c: same
21704
21705 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21706
21707         * docs/plugins/Makefile.am:
21708         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21709         * docs/plugins/inspect/plugin-libvisual.xml:
21710         * docs/plugins/tmpl/element-tcpserversink.sgml:
21711         * ext/theora/theoraenc.c:
21712           add libvisual plugin and theoraenc element to docs
21713
21714 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21715
21716         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21717         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21718         * ext/theora/theoraenc.c:
21719           add theoraenc
21720
21721 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21722
21723         * gst/audioconvert/Makefile.am:
21724           Audioconvert derives from GstBaseTransform and should
21725           link to the library with our base elements to avoid
21726           unresolved symbols. Makes things work with MinGW (#316160)
21727
21728         * gst/playback/test4.c: (main):
21729           Fix MinGW build problem and use g_usleep() instead of 
21730           sleep() (#316162)
21731
21732 2005-09-12  Wim Taymans  <wim@fluendo.com>
21733
21734         * gst/audioconvert/audioconvert.c: (float),
21735         (audio_convert_prepare_context), (audio_convert_convert):
21736         * gst/audioconvert/audioconvert.h:
21737         Cleanups, speedups, simplifications, added back support
21738         for 24 bits.
21739
21740 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21741
21742         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21743         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21744         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21745         * docs/plugins/tmpl/element-tcpserversink.sgml:
21746         * gst/ffmpegcolorspace/gstffmpeg.c:
21747         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21748         * gst/videotestsrc/gstvideotestsrc.c:
21749         * gst/volume/gstvolume.c:
21750           add more elements to the docs
21751
21752 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21753
21754         * check/Makefile.am:
21755         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21756         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21757           Add extra tests for basetransform based components. 
21758           Comment out the test_element_negotiation test until we decide
21759           if it's testing correct behaviour.
21760         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21761         (gst_visual_chain), (gst_visual_change_state):
21762           Slightly more correct but still bogus timestamping.
21763           Fix state change function.
21764         * gst/audioconvert/gstaudioconvert.c:
21765         (gst_audio_convert_class_init):
21766         * gst/audioresample/gstaudioresample.c:
21767         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21768         (gst_ffmpegcsp_class_init):
21769         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21770         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21771         (gst_videoscale_prepare_image):
21772         * gst/volume/gstvolume.c: (gst_volume_class_init),
21773         (volume_transform_ip):
21774           Basetransform updates. Enable passthrough modes.
21775         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21776         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21777         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21778           Negotiation fix that allows the window to return to the original
21779           size and renegotiate passthrough upstream. Extra debug output.
21780
21781 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21782
21783         * gst/sine/gstsinesrc.c:
21784         * gst/volume/gstvolume.c:
21785           fix up header include
21786
21787 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21788
21789         * gst-libs/gst/audio/gstbaseaudiosink.c:
21790         (gst_base_audio_sink_render):
21791         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21792         * gst/volume/gstvolume.c: (gst_volume_class_init),
21793         (volume_transform):
21794           fixing lost sync, some more debugging
21795
21796 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
21797
21798         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21799         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21800         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21801         (gst_xvimagesink_check_xshm_calls):
21802           Fix compilation when XShm is not available.
21803
21804 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21805
21806         * ext/libvisual/visual.c: (gst_visual_dispose),
21807         (gst_visual_getcaps), (gst_visual_src_setcaps),
21808         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21809         (gst_visual_change_state):
21810           Finish fixing up libvisual plugin so that it runs. 
21811
21812 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21813
21814         * ext/vorbis/vorbisenc.c:
21815         * gst-libs/gst/tag/gstvorbistag.c:
21816           gsttaginterface.h -> gsttagsetter.h
21817
21818 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21819
21820         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
21821           added another test that failes for me (test is not active by default)
21822
21823 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21824
21825         * configure.ac:
21826           v4l2 is no longer in gst-plugins-base
21827
21828 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21829
21830         * configure.ac:
21831           In the output at the end, don't show the first plugin on the same
21832           line as "Core plug-ins, always built:".
21833           Indent the output as for other plugin categories
21834         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
21835           #define that can be used to not use peer buffer_alloc functions for
21836           test purposes.
21837         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21838         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
21839         (gst_ximagesink_show_frame):
21840         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21841         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
21842         (gst_xvimagesink_show_frame):
21843           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
21844           fails gracefully instead of XError aborting or deadlocking.
21845
21846 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21847
21848         * ext/libvisual/Makefile.am:
21849           link against gst-base-libs
21850
21851 2005-09-06  David Schleef  <ds@schleef.org>
21852
21853         * configure.ac: Enable libvisual plugin.
21854         * ext/libvisual/Makefile.am:
21855         * ext/libvisual/visual.c: Fixes to make it compile.
21856
21857 === release 0.9.2 ===
21858
21859 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21860
21861         * NEWS:
21862         * RELEASE:
21863         * configure.ac:
21864         * docs/random/ChangeLog-0.8:
21865           releasing 0.9.2, "Spoon"
21866
21867 2005-09-05  Michael Smith <msmith@fluendo.com>
21868
21869         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
21870           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
21871           that in the vorbisenc element.
21872
21873 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21874
21875         * common/gtk-doc-plugins.mak:
21876         * docs/plugins/Makefile.am:
21877           fix distcheck
21878         * gst/audioresample/resample.c:
21879           fix wrong docstring
21880
21881 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21882
21883         * common/gst-xmlinspect.py:
21884         * common/gtk-doc-plugins.mak:
21885           only inspect plugins for this given package
21886           require gst-python 0.9
21887
21888 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21889
21890         * Makefile.am:
21891         * autogen.sh:
21892         * common/gst-xmlinspect.py:
21893         * configure.ac:
21894         * docs/Makefile.am:
21895         * docs/plugins/inspect/plugin-alsa.xml:
21896         * docs/plugins/inspect/plugin-audioresample.xml:
21897         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21898         * docs/plugins/inspect/plugin-ogg.xml:
21899         * docs/plugins/tmpl/element-gnomevfssink.sgml:
21900         * docs/plugins/tmpl/element-multifdsink.sgml:
21901         * docs/plugins/tmpl/element-tcpserversink.sgml:
21902         * docs/plugins/tmpl/element-vorbisenc.sgml:
21903         * gst-plugins-base.spec.in:
21904           various doc-related updates
21905
21906 2005-08-31  Wim Taymans  <wim@fluendo.com>
21907
21908         * gst-libs/gst/audio/gstbaseaudiosink.c:
21909         (gst_base_audio_sink_render):
21910         Resync if the buffer timestamps drift more than a 10th 
21911         of a second.
21912
21913 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
21914
21915         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
21916         (gst_v4lsrc_get_property):
21917           The 'timestamp-offset' property is registered as an int64, so
21918           let's use g_value_{set|get}_int64() in our setter and getter
21919           functions (makes it work and fixes warnings with gst-inspect).
21920
21921 2005-08-30  Wim Taymans  <wim@fluendo.com>
21922
21923         * check/elements/audioconvert.c: (setup_audioconvert):
21924         * check/elements/audioresample.c: (setup_audioresample):
21925         * check/elements/volume.c: (setup_volume):
21926         Fix checks.
21927
21928 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21929
21930         * common/gtk-doc-plugins.mak:
21931         * common/plugins.xsl:
21932         * docs/plugins/Makefile.am:
21933           make module a param
21934
21935 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21936
21937         * examples/seeking/seek.c: (make_mp3_pipeline),
21938         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
21939         (play_cb), (pause_cb), (stop_cb):
21940           update the example
21941
21942 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21943
21944         * gst/volume/gstvolume.c: (gst_volume_class_init),
21945         (volume_transform):
21946           do not update controlled params, if buffer has no timestamp
21947
21948 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
21949
21950         * configure.ac:
21951         * gst/sine/Makefile.am:
21952         * gst/volume/Makefile.am:
21953           controllerized elements also need to link against controller-libs ;)
21954
21955 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
21956
21957         * docs/libs/tmpl/gstcolorbalance.sgml:
21958         * docs/libs/tmpl/gstgconf.sgml:
21959         * docs/libs/tmpl/gstmixer.sgml:
21960         * docs/libs/tmpl/gstringbuffer.sgml:
21961         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21962         (gst_sinesrc_create):
21963         * gst/volume/gstvolume.c: (gst_volume_class_init),
21964         (volume_transform):
21965           controllerized two audio plugins
21966
21967 2005-08-29  Andy Wingo  <wingo@pobox.com>
21968
21969         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
21970         (vorbis_handle_data_packet): Fix some int overflow errors.
21971
21972         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
21973         -1.
21974         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
21975         valid.
21976         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
21977         if it's valid. Fixed streaming-mode playback.
21978
21979         * check/elements/volume.c (cleanup_volume): Fix for running
21980         CK_FORK=no.
21981
21982         * check/elements/audioconvert.c: Convert from native endian, not
21983         little endian.
21984
21985 2005-08-29  Michael Smith <msmith@fluendo.com>
21986
21987         * ext/ogg/Makefile.am:
21988         * ext/ogg/gstogg.c: (plugin_init):
21989         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
21990         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
21991         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
21992         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
21993         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
21994         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
21995         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
21996         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
21997         Add an ogg parser element.
21998
21999 2005-08-28  Andy Wingo  <wingo@pobox.com>
22000
22001         * Updates for two-arg init from GST_BOILERPLATE_FULL.
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         Cleanups.
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         (audio_convert_convert):
22019         More elegant and working temp buffer selection algo.
22020
22021 2005-08-26  Wim Taymans  <wim@fluendo.com>
22022
22023         * gst/audioconvert/audioconvert.c: (if), (float),
22024         (audio_convert_get_func_index), (check_default),
22025         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22026         (audio_convert_clean_context), (audio_convert_get_sizes),
22027         (get_temp_buffer), (audio_convert_convert):
22028         Use realloc else we lose our original data.
22029
22030 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22031
22032         * gst/audioresample/gstaudioresample.c:
22033           use base class' newsegment to properly timestamp
22034
22035 2005-08-26  Wim Taymans  <wim@fluendo.com>
22036
22037         * gst/audioconvert/audioconvert.c: (if), (float),
22038         (audio_convert_get_func_index), (check_default),
22039         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22040         (audio_convert_clean_context), (audio_convert_get_sizes),
22041         (get_temp_buffer), (audio_convert_convert):
22042         * gst/audioconvert/gstaudioconvert.c:
22043         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22044         (gst_audio_convert_transform_caps),
22045         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22046         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22047         Oops, allocate enough space to perform the channel mix.
22048
22049 2005-08-26  Wim Taymans  <wim@fluendo.com>
22050
22051         * gst/audioconvert/Makefile.am:
22052         * gst/audioconvert/audioconvert.c: (if), (float),
22053         (audio_convert_get_func_index), (check_default),
22054         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22055         (audio_convert_clean_context), (audio_convert_get_sizes),
22056         (get_temp_buffer), (audio_convert_convert):
22057         * gst/audioconvert/audioconvert.h:
22058         * gst/audioconvert/gstaudioconvert.c:
22059         (gst_audio_convert_class_init), (gst_audio_convert_init),
22060         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22061         (gst_audio_convert_get_unit_size),
22062         (gst_audio_convert_transform_caps),
22063         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22064         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22065         * gst/audioconvert/gstaudioconvert.h:
22066         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22067         (gst_channel_mix_fill_identical),
22068         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22069         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22070         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22071         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22072         (gst_channel_mix_mix):
22073         * gst/audioconvert/gstchannelmix.h:
22074         Cleanups, librarify a bit, optimize, better negotiation and more.
22075
22076 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22077
22078         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22079         Another from MikeS:
22080         During typefinding, don't support negative offsets
22081         (offsets from the end of the stream) in our typefind->peek() function
22082         - nothing embedded in ogg ever needs them. However, we need to recognise
22083         those requests and reject them, otherwise we return invalid pointers.
22084
22085 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22086
22087         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22088         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22089         (vorbisdec_finalize), (vorbis_handle_type_packet):
22090           Big shout-out to MikeS for fixing this giant memory leak.
22091           Huzzah!
22092
22093 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22094
22095         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22096         (audio_convert_get_unit_size):
22097           plug some leaks
22098
22099 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22100
22101         * check/Makefile.am:
22102         * check/elements/audioconvert.c: (setup_audioconvert),
22103         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22104         (GST_START_TEST), (audioconvert_suite), (main):
22105           add a test for audioconvert
22106         * gst/audioresample/gstaudioresample.c:
22107         * gst/audioresample/gstaudioresample.h:
22108           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22109           note that for buffers of 1/3 sec this means DURATION(c) is 
22110           one nanosecond more than for a and b
22111
22112 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22113
22114         * check/Makefile.am:
22115         * check/elements/audioresample.c: (setup_audioresample),
22116         (cleanup_audioresample), (fail_unless_perfect_stream),
22117         (test_perfect_stream_instance), (GST_START_TEST),
22118           add a check for audioresample
22119         (audioresample_suite), (main):
22120         * check/elements/volume.c: (GST_START_TEST):
22121           remove unused method
22122         * gst/audioresample/gstaudioresample.c:
22123           set correct buffer parameters since we're changing them
22124         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22125           add some debug
22126
22127 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22128
22129         * gst/audioresample/debug.c:
22130         * gst/audioresample/gstaudioresample.c:
22131           add room for extra overlap samples when asked to transform size
22132           protect against possible mem corruption and check for discrepancies
22133           between written size and outbuffer's size so we can warn for
22134           potential problems
22135         * gst/audioresample/resample.c: (resample_init),
22136         (resample_get_output_size_for_input), (resample_get_output_size),
22137         (resample_set_n_channels), (resample_set_format):
22138           set debug level based on RESAMPLE_DEBUG env var
22139           make sure that get_output_size* returns a whole number of
22140           sample_size
22141           set sample_size each time either channel or format is set
22142         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22143         * gst/audioresample/resample_functable.c:
22144         (resample_scale_functable):
22145         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22146           remove r->sample_size, it's done in resample.c now
22147           add some debugging to the ref implementation
22148           make sure we only give back bytes that are wholes of the sample
22149           size
22150
22151 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22152         * gst/playback/gstplaybasebin.c: (fill_buffer):
22153         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22154
22155 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22156
22157         * gst/volume/gstvolume.c:
22158           made set_caps function static
22159
22160 2005-08-24  Wim Taymans  <wim@fluendo.com>
22161
22162         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22163         (gst_vorbisenc_change_state):
22164         Stop leaking taglists.
22165
22166 2005-08-24  Wim Taymans  <wim@fluendo.com>
22167
22168         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22169         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22170         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22171         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22172         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22173         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22174         Parse seeking events better.
22175         Unref static caps.
22176         Generate correct newsegment events, fixes seeking in live oggs.
22177
22178         * ext/theora/theoradec.c: (theora_dec_src_query),
22179         (theora_dec_src_event), (theora_dec_src_getcaps),
22180         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22181         Use newsegment values to report correct play time.
22182
22183         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22184         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22185         * ext/vorbis/vorbisdec.h:
22186         Parse and use newsegment values to report correct play time.
22187
22188         * gst-libs/gst/audio/gstbaseaudiosink.c:
22189         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22190         Clear ringbuffer on flush.
22191         Use newsegment values to calculate playback time.
22192
22193         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22195         Basesink does newsegment calculations for us now.
22196
22197 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22198
22199         * check/Makefile.am:
22200         * configure.ac:
22201           add core's plugins to the mix so that playbin works
22202         * check/generic/states.c: (GST_START_TEST):
22203           set a 0 timeout on pipelines, so they don't force the next
22204           state change
22205         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22206         (gst_play_base_bin_change_state):
22207           remove the crappy error handling and do GST error handling
22208
22209 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22210
22211         * check/Makefile.am:
22212         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22213           add same test as to core, it bitches out on playbin atm.
22214
22215 2005-08-24  Wim Taymans  <wim@fluendo.com>
22216
22217         * configure.ac:
22218         Remove audioscale.
22219
22220 2005-08-24  Wim Taymans  <wim@fluendo.com>
22221
22222         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22223         (gst_videoscale_prepare_size), (parse_caps),
22224         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22225         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22226         (gst_videoscale_transform):
22227         * gst/videoscale/gstvideoscale.h:
22228         Refactor, make use of BaseTranform really well.
22229
22230 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22231
22232         * configure.ac:
22233           compile audioresample
22234         * gst/audioresample/Makefile.am:
22235         * gst/audioresample/buffer.c:
22236         * gst/audioresample/functable.c:
22237         * gst/audioresample/gstaudioresample.c:
22238         * gst/audioresample/gstaudioresample.h:
22239         * gst/audioresample/resample.c:
22240         (resample_get_output_size_for_input):
22241         * gst/audioresample/resample.h:
22242         * gst/audioresample/resample_chunk.c:
22243         * gst/audioresample/resample_functable.c:
22244         * gst/audioresample/resample_ref.c:
22245           port to use basetransform; doesn't work in all cases yet
22246
22247 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22248
22249         * gst/audioconvert/gstaudioconvert.c:
22250         (gst_audio_convert_class_init), (gst_audio_convert_init),
22251         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22252         (audio_convert_fixate_caps), (audio_convert_set_caps),
22253         (audio_convert_transform),
22254         (gst_audio_convert_buffer_to_default_format),
22255         (gst_audio_convert_buffer_from_default_format),
22256         (gst_audio_convert_channels):
22257         * gst/audioconvert/gstchannelmix.c:
22258         * gst/audioconvert/gstchannelmix.h:
22259           port to basetransform
22260         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22261         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22262         (gst_ffmpegcsp_get_unit_size):
22263         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22264         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22265           fix for basetransform changes
22266
22267 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22268
22269         * check/Makefile.am:
22270           Add CHECK_CFLAGS and LDFLAGS
22271
22272         * gst/playback/gstplaybasebin.c: (fill_buffer):
22273           GST_MESSAGE_SRC became a GObject
22274
22275 2005-08-24  Wim Taymans  <wim@fluendo.com>
22276
22277         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22278         (gst_ring_buffer_clear_all):
22279         * gst-libs/gst/audio/gstringbuffer.h:
22280         Added function to clear the ringbuffer.
22281
22282 2005-08-24  Andy Wingo  <wingo@pobox.com>
22283
22284         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22285         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22286         of _open and _close.
22287
22288         * sys/v4l/gstv4lxoverlay.h:
22289         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22290         an Xv connection here, instead of all the time. Make Xv only be
22291         loaded if you axe for it. Kindof a workaround for buggy behaviour
22292         of Xv when using remote xservers (XvQueryExtension would block).
22293         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22294         replace the _open and _close public API. Only start the xv
22295         connection if necessary.
22296         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22297
22298 2005-08-23  David Schleef  <ds@schleef.org>
22299
22300         * gst/audioresample/Makefile.am: Leet audioresampling code
22301         * gst/audioresample/buffer.c:
22302         * gst/audioresample/buffer.h:
22303         * gst/audioresample/debug.c:
22304         * gst/audioresample/debug.h:
22305         * gst/audioresample/functable.c:
22306         * gst/audioresample/functable.h:
22307         * gst/audioresample/gstaudioresample.c:
22308         * gst/audioresample/gstaudioresample.h:
22309         * gst/audioresample/resample.c:
22310         * gst/audioresample/resample.h:
22311         * gst/audioresample/resample_chunk.c:
22312         * gst/audioresample/resample_functable.c:
22313         * gst/audioresample/resample_ref.c:
22314
22315 2005-08-23  Wim Taymans  <wim@fluendo.com>
22316
22317         * examples/seeking/seek.c: (make_vorbis_pipeline),
22318         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22319         Small seek updates.
22320
22321 2005-08-23  Andy Wingo  <wingo@pobox.com>
22322
22323         * gst-libs/gst/audio/gstbaseaudiosrc.c
22324         (gst_base_audio_src_fixate): Only fixate endianness if it is
22325         present in the caps.
22326
22327 2005-08-22  Andy Wingo  <wingo@pobox.com>
22328
22329         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22330         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22331         device-name property.
22332
22333         * gst-libs/gst/audio/gstaudiosrc.h:
22334         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22335         close_device in the ring buffer, like gstaudiosink.
22336
22337         * ext/alsa/gstalsamixer.h:
22338         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22339         macro to implement the interface without much code. Cleanups. 
22340
22341         * ext/alsa/gstalsasrc.h:
22342         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22343         READY.
22344
22345         * ext/alsa/Makefile.am: Add new files.
22346         * ext/alsa/gstalsamixerelement.c: 
22347         * ext/alsa/gstalsamixerelement.c: Split element code out from
22348         mixer code so that alsasrc can be a mixer too.
22349
22350 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22351
22352         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22353         (GST_START_TEST):
22354         * check/elements/vorbisdec.c: (setup_vorbisdec),
22355         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22356         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22357         (vorbis_handle_identification_packet),
22358         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22359         (vorbis_handle_header_packet), (vorbis_dec_push),
22360         (vorbis_dec_chain):
22361           use the setup/teardown methods to save code.  save code is good.
22362
22363 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22364
22365         * check/Makefile.am:
22366           add ext dir for plugins
22367           add vorbisdec test conditionally
22368         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22369         (GST_START_TEST), (volume_suite):
22370           add a test with wrong caps
22371         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22372         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22373           add a vorbisdec test
22374         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22375         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22376           clean up debug output
22377         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22378           yay, fix a segfault/security issue in vorbisdec
22379           gst-launch fakesrc ! vorbisdec wasn't happy
22380         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22381         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22382         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22383         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22384         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22385         (gst_vorbisenc_set_metadata), (get_constraints_string),
22386         (update_start_message), (gst_vorbisenc_setup),
22387         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22388         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22389         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22390         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22391         * ext/vorbis/vorbisenc.h:
22392           march in line
22393         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22394         (gst_ffmpegcsp_transform):
22395           have the kow come home
22396         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22397           debug my func ptr
22398         * gst/volume/gstvolume.c: (volume_set_caps):
22399           add a debug
22400
22401 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22402
22403         * Makefile.am:
22404         * check/.cvsignore:
22405         * check/Makefile.am:
22406         * check/elements/.cvsignore:
22407         * check/elements/volume.c: (chain_func), (event_func),
22408         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22409         (main):
22410         * configure.ac:
22411           add unit test structure for gst-plugins-base
22412           add a test for volume
22413         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22414         (gst_volume_set_volume), (gst_volume_get_volume),
22415         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22416         (volume_funcfind), (volume_process_float), (volume_process_int16),
22417         (volume_set_caps), (volume_transform), (volume_update_mute),
22418         (volume_update_volume), (volume_set_property),
22419         (volume_get_property):
22420           document a little; use basetransform vmethod _set_caps
22421
22422 2005-08-19  Andy Wingo  <wingo@pobox.com>
22423
22424         * ext/alsa/gstalsamixertrack.h:
22425         * ext/alsa/gstalsamixertrack.c:
22426         * ext/alsa/gstalsamixeroptions.h:
22427         * ext/alsa/gstalsamixeroptions.c:
22428         * ext/alsa/gstalsamixer.h:
22429         * ext/alsa/gstalsamixer.c: Port to 0.9.
22430
22431         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22432         Remove gstalsa.c and alsaclock. No more cruft here.
22433         
22434 2005-08-18  Wim Taymans  <wim@fluendo.com>
22435
22436         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22437         (gst_base_rtp_depayload_chain),
22438         (gst_base_rtp_depayload_add_to_queue),
22439         (gst_base_rtp_depayload_push),
22440         (gst_base_rtp_depayload_queue_release):
22441         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22442         Fix for RTPBuffer changes.
22443
22444         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22445         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22446         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22447         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22448         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22449         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22450         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22451         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22452         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22453         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22454         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22455         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22456         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22457         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22458         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22459         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22460         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22461         (gst_rtpbuffer_get_payload):
22462         * gst-libs/gst/rtp/gstrtpbuffer.h:
22463         Don't subclass GstBuffer but add methods and helper functions
22464         to construct and manipulate RTP packets in regular GstBuffers.
22465
22466 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22467
22468         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22469           moved statement below switch
22470         * gst/volume/gstvolume.c: (gst_volume_class_init):
22471           added debug ptr
22472
22473 2005-08-16  Wim Taymans  <wim@fluendo.com>
22474
22475         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22476         (gst_base_audio_src_change_state):
22477         Open and close device in READY<->NULL state change.
22478
22479 2005-08-16  Andy Wingo  <wingo@pobox.com>
22480
22481         * examples/seeking/Makefile.am: Don't compile non-compiling
22482         compiled objects with the compiler.
22483
22484         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22485         elements.
22486
22487 2005-08-12  Philippe Khalaf <burger@speedy.org>
22488         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22489         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22490           Made a thread to release the queue.
22491           Removed timestamp conversion for now.
22492
22493 2005-08-10  Philippe Khalaf <burger@speedy.org>
22494         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22495         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22496           Added rtp timestamp -> gst timestamp conversion.
22497           Fixed several problems with queue.
22498
22499 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22500
22501         * gst-libs/gst/audio/gstaudioclock.h:
22502         * gst-libs/gst/audio/gstaudiofilter.h:
22503         * gst-libs/gst/audio/gstaudiosink.h:
22504         * gst-libs/gst/audio/gstaudiosrc.h:
22505         * gst-libs/gst/audio/gstbaseaudiosink.h:
22506         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22507         * gst-libs/gst/audio/gstringbuffer.h:
22508         * gst-libs/gst/net/gstnetbuffer.h:
22509         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22510         * gst-libs/gst/rtp/gstrtpbuffer.h:
22511           Add padding (you will need to rebuild gst-plugins-base,
22512           gst-plugins and all applications afterwards!)
22513
22514 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22515
22516         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22517         (gst_riff_parse_chunk):
22518           Fix bug in debug message and add some more debug messages.
22519
22520 2005-08-08  Edward Hervey  <edward@fluendo.com>
22521
22522         * gst-libs/gst/riff/riff-media.c:
22523         backported updates since branch
22524
22525 2005-08-08  Andy Wingo  <wingo@pobox.com>
22526
22527         * gst-libs/gst/audio/gstbaseaudiosink.c
22528         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22529         like good elements should. Close on READY->NULL too.
22530
22531         * gst-libs/gst/audio/gstaudiosink.c
22532         (gst_audioringbuffer_open_device,
22533         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22534         (gst_audioringbuffer_release): Updates for new ring buffer API,
22535         hook into the new audio sink api.
22536
22537         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22538         (GstAudioSinkClass.close): Just open and close the device -- no
22539         resource allocation or configuration.
22540         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22541         vmethods, handle device setup and resource allocation.
22542
22543         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22544         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22545         base class API.
22546
22547         * gst-libs/gst/audio/gstringbuffer.h
22548         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22549         New vmethods.
22550
22551         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22552         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22553         New API functions. The device should be opened before acquiring
22554         and closed after releasing.
22555
22556 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22557
22558         * gst-libs/gst/interfaces/mixer.h:
22559           Reset padding to GST_PADDING.
22560
22561 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22562
22563         * gst/playback/gstplaybin.c: (remove_sinks):
22564           Remove visualization from parent explicitely; works around some
22565           apparent refcount issue that I haven't tracked down yet.
22566
22567 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22568
22569         * ext/alsa/gstalsasink.c: (set_hwparams):
22570           Assign debug category, add negotiation debug msgs.
22571
22572 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22573
22574         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22575           Fix error code for file-not-found to NOT_FOUND.
22576
22577 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22578
22579         * common/gtk-doc-plugins.mak:
22580         * docs/plugins/Makefile.am:
22581         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22582         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22583           renamed to actual element names, so much nicer to look at
22584         * docs/plugins/tmpl/gstmultifdsink.sgml:
22585           remove
22586         * docs/plugins/tmpl/multifdsink.sgml:
22587         * docs/plugins/tmpl/tcpserversink.sgml:
22588           add
22589         * ext/alsa/gstalsa.c:
22590         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22591         * ext/ogg/gstoggmux.c:
22592         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22593         * gst/playback/gstdecodebin.c:
22594         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22595         * gst/tcp/gsttcpserversink.c:
22596           various fixes and documentation additions
22597
22598 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22599
22600         * common/Makefile.am:
22601         * common/gstdoc-scangobj:
22602         * common/gtk-doc-plugins.mak:
22603         * common/gtk-doc.mak:
22604           add a custom scangobj that uses the registry
22605           add a custom gtk-doc-plugins.mak that uses it
22606           some doc build fixes
22607         * configure.ac:
22608         * docs/Makefile.am:
22609         * docs/plugins/Makefile.am:
22610         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22611         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22612         * docs/plugins/gst-plugins-base-plugins.types:
22613         * docs/plugins/tmpl/gstmultifdsink.sgml:
22614           add docs for one element, multifdsink
22615         * gst/adder/gstadder.h:
22616         * gst/volume/gstvolume.h:
22617           don't privatize enum
22618         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22619         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22620         (gst_sync_method_get_type), (gst_client_status_get_type),
22621         (gst_multifdsink_class_init),
22622         (gst_multifdsink_client_queue_buffer),
22623         (gst_multifdsink_handle_client_write):
22624         * gst/tcp/gstmultifdsink.h:
22625         * gst/tcp/gsttcp.h:
22626         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22627         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22628         (gst_tcpclientsink_render):
22629         * gst/tcp/gsttcpclientsink.h:
22630         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22631         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22632         (gst_tcpclientsrc_start):
22633         * gst/tcp/gsttcpclientsrc.h:
22634         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22635         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22636         * gst/tcp/gsttcpserversrc.h:
22637         * gst/typefind/gsttypefindfunctions.c:
22638           remove superfluous Type stuff
22639
22640 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22641
22642         * gst/playback/gstplaybin.c: (gen_video_element):
22643           Enable videoscale.
22644
22645 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22646
22647         * gst-libs/gst/gconf/gconf.c:
22648         * gst-libs/gst/gconf/gconf.h:
22649           Fix some Andy Problem [tm].
22650
22651 2005-08-04  Andy Wingo  <wingo@pobox.com>
22652
22653         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22654         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22655         (gst_ffmpegcsp_get_size): Adapt to API changes.
22656
22657         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22658         Implement an in-place do-nothing transform.
22659
22660 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22661
22662         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22663         (gst_ximagesink_renegotiate_size):
22664           Do not set new window sizes yet if we prepare a new buffer size
22665           for upstream renegotiation (software scaling) at some point in the
22666           future, because this new size waqs not actually accepted yet. Once
22667           accepted, renegotiation later on will set the new sizes just fine.
22668           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22669           embedding testcase.
22670
22671 2005-08-03  Andy Wingo  <wingo@pobox.com>
22672
22673         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22674         (gst_ximagesink_buffer_alloc): 
22675         Protect the height, width, and desired_caps with the pool_lock.
22676         Fixes videotestsrc ! queue ! ximagesink.
22677
22678 2005-08-02  Edward Hervey  <edward@fluendo.com>
22679
22680         * gst/volume/gstvolume.c:
22681         include left from controller cleanup
22682
22683 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22684         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22685           Stop collectpads before calling the parent state
22686           change function on PAUSED->READY.
22687
22688 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22689         * configure.ac:
22690           When testing for X libs, use the X CFlags 
22691         * gst/adder/gstadder.c: (gst_adder_change_state):
22692           Stop the collectpads before calling parent state change function
22693           on PAUSED->READY, otherwise we deadlock deactivating pads.
22694
22695 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22696
22697         * configure.ac:
22698         * docs/libs/tmpl/gstcolorbalance.sgml:
22699         * docs/libs/tmpl/gstmixer.sgml:
22700         * examples/Makefile.am:
22701         * gst/sine/Makefile.am:
22702         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22703         (gst_sinesrc_set_property), (plugin_init):
22704         * gst/sine/gstsinesrc.h:
22705         * gst/volume/Makefile.am:
22706         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22707         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22708         (volume_process_float), (volume_process_int16),
22709         (volume_set_property), (plugin_init):
22710         * gst/volume/gstvolume.h:
22711           deactivate and remove dparams (libgstcontrol)
22712
22713 2005-07-29  Wim Taymans  <wim@fluendo.com>
22714
22715         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22716         Convert me to BaseTransform!! help..
22717
22718 2005-07-29  Andy Wingo  <wingo@pobox.com>
22719
22720         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22721         sinks.
22722
22723         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22724         support of both endiannesses.
22725
22726 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22727
22728         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22729           Fix confusing debug message (s/event/query/)
22730
22731 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22732
22733         * gst/videotestsrc/videotestsrc.h:
22734           Use "_stdint.h" instead of <stdint.h>
22735
22736 2005-07-27  Wim Taymans  <wim@fluendo.com>
22737
22738         * ext/vorbis/Makefile.am:
22739         Revert wrong commit.
22740
22741 2005-07-27  Wim Taymans  <wim@fluendo.com>
22742
22743         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22744         More compilation fixen.
22745
22746 2005-07-27  Wim Taymans  <wim@fluendo.com>
22747
22748         * gst-libs/gst/audio/gstbaseaudiosink.c:
22749         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22750         (gst_base_audio_sink_create_ringbuffer),
22751         (gst_base_audio_sink_change_state):
22752         Fix compilation.
22753
22754 2005-07-27  Wim Taymans  <wim@fluendo.com>
22755
22756         * examples/seeking/seek.c: (setup_dynamic_link),
22757         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22758         (query_positions_elems), (query_positions_pads), (do_seek):
22759         Update seek example.
22760
22761         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22762         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22763         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22764         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22765         (gst_ogg_demux_handle_event),
22766         (gst_ogg_demux_deactivate_current_chain),
22767         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22768         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22769         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22770         (gst_ogg_demux_loop):
22771         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22772         * ext/theora/theoradec.c: (theora_dec_src_event),
22773         (theora_dec_src_getcaps), (theora_dec_sink_event),
22774         (theora_dec_push), (theora_dec_chain):
22775         * ext/vorbis/Makefile.am:
22776         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22777         (vorbis_dec_sink_event), (vorbis_dec_push),
22778         (vorbis_handle_data_packet):
22779         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22780         (gst_vorbisenc_chain):
22781         * gst/playback/gststreaminfo.c: (cb_probe):
22782         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22783         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22784         * gst/videoscale/gstvideoscale.c:
22785         (gst_videoscale_handle_src_event):
22786         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22787         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22788         (gst_ximagesink_navigation_send_event):
22789         * sys/xvimage/xvimagesink.c:
22790         (gst_xvimagesink_navigation_send_event):
22791         Various event updates and cleanups
22792
22793 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22794
22795         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22796           Fix segfault for I420/YV12.
22797
22798 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22799
22800         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22801           Report bitrate.
22802
22803 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22804
22805         * gst/playback/gstplaybin.c: (gen_video_element),
22806         (gen_audio_element):
22807           Switch to auto*sink elements as default sinks; add volume element
22808           so that volume control in totem works.
22809
22810 2005-07-21  Wim Taymans  <wim@fluendo.com>
22811
22812         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22813         * gst/playback/gstplaybin.c: (setup_sinks),
22814         (gst_play_bin_change_state):
22815         Refcount fix and more comments.
22816
22817 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22818
22819         * sys/ximage/Makefile.am:
22820         * sys/ximage/ximage.c: (plugin_init):
22821         * sys/ximage/ximagesink.c:
22822         Prepare for adding ximagesrc, rename of plugin to ximage etc.
22823         
22824
22825 2005-07-21  Wim Taymans  <wim@fluendo.com>
22826
22827         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22828         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22829         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22830         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22831         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22832         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
22833         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
22834         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
22835         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
22836         Generate correct disconts for live chained oggs.
22837
22838         * gst-libs/gst/audio/gstbaseaudiosink.c:
22839         (gst_base_audio_sink_render),
22840         (gst_base_audio_sink_create_ringbuffer),
22841         (gst_base_audio_sink_change_state):
22842         Handle discont math correctly.
22843
22844         * gst/playback/gstplaybin.c: (add_sink):
22845         Some small debug cleanup.
22846
22847 2005-07-21  Wim Taymans  <wim@fluendo.com>
22848
22849         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
22850         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22851         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22852         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22853         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22854         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
22855         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22856         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
22857         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22858         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
22859         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
22860         (gst_ogg_demux_change_state), (gst_ogg_print):
22861         Reorganize code to send the right disconts when in streaming
22862         mode.
22863
22864 2005-07-20  Andy Wingo  <wingo@pobox.com>
22865
22866         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
22867         fix (?), fixes a seggie mcfalterson (#310894).
22868
22869 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22870
22871         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
22872         (gst_ogg_mux_set_header_on_caps):
22873         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
22874         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22875         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
22876         * gst-libs/gst/audio/multichannel.c:
22877         (gst_audio_set_channel_positions),
22878         (gst_audio_set_structure_channel_positions_list):
22879         * gst/playback/gstdecodebin.c: (dynamic_create):
22880         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
22881         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
22882           Fixes for API changes in core.
22883
22884 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22885
22886         * gst/playback/gstplaybasebin.c: (fill_buffer):
22887           Use _new_custom() so we can set custom message types for buffering
22888           messages.
22889
22890 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22891
22892         * configure.ac:
22893         * gst-libs/gst/Makefile.am:
22894         * gst-libs/gst/gconf/.cvsignore:
22895         * gst-libs/gst/gconf/Makefile.am:
22896         * gst-libs/gst/gconf/test-gconf.c:
22897         * pkgconfig/Makefile.am:
22898         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22899         * pkgconfig/gstreamer-gconf.pc.in:
22900           Remove gconf stuff, use gconf elements instead from now on.
22901
22902 2005-07-20  Wim Taymans  <wim@fluendo.com>
22903
22904         * gst-libs/gst/audio/TODO:
22905         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
22906         (gst_audio_clock_get_internal_time):
22907         * gst-libs/gst/audio/gstaudioclock.h:
22908         * gst-libs/gst/audio/gstbaseaudiosink.c:
22909         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
22910         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
22911         (gst_base_audio_sink_render),
22912         (gst_base_audio_sink_create_ringbuffer),
22913         (gst_base_audio_sink_change_state):
22914         Make sure the audio clock always returns an increasing value.
22915
22916 2005-07-19  Andy Wingo  <wingo@pobox.com>
22917
22918         * gst/videotestsrc/: Cleanups.
22919
22920 2005-07-19  Wim Taymans  <wim@fluendo.com>
22921
22922         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
22923         Better debugging.
22924
22925 2005-07-19  Wim Taymans  <wim@fluendo.com>
22926
22927         * examples/seeking/seek.c: (make_dv_pipeline),
22928         (make_vorbis_theora_pipeline), (query_rates),
22929         (query_positions_elems), (query_positions_pads), (do_seek):
22930         Make correct DV pipeline.
22931
22932 2005-07-18  Andy Wingo  <wingo@pobox.com>
22933
22934         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
22935         default. Also because it's the only thing that really works. (This
22936         is used in the GConf elements).
22937         Use AS_LIBTOOL_TAGS.
22938
22939 2005-07-18  Wim Taymans  <wim@fluendo.com>
22940
22941         * gst/playback/gstdecodebin.c: (remove_element_chain):
22942         * gst/playback/gstplaybin.c: (add_sink):
22943         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22944         (gst_stream_info_set_mute):
22945         * gst/playback/gststreamselector.c:
22946         (gst_stream_selector_get_linked_pad),
22947         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
22948         More leak and compile fixes.
22949
22950 2005-07-18  Wim Taymans  <wim@fluendo.com>
22951
22952         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22953         (query_rates), (query_positions_elems), (query_positions_pads),
22954         (do_seek), (seek_cb), (stop_seek):
22955         Updated seek example. 
22956
22957         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
22958         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
22959         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
22960         * gst/playback/gstplaybin.c: (add_sink):
22961         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22962         (gst_stream_info_set_mute):
22963         Some refcount leak fixes.
22964
22965 2005-07-16  Wim Taymans  <wim@fluendo.com>
22966
22967         * gst-libs/gst/audio/gstbaseaudiosink.c:
22968         (gst_base_audio_sink_render):
22969         Align samples even if we have roundoff errors in the 
22970         timestamp conversion.
22971
22972 2005-07-16  Wim Taymans  <wim@fluendo.com>
22973
22974         * docs/libs/tmpl/gstringbuffer.sgml:
22975         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22976         (query_rates), (query_positions_elems), (query_positions_pads),
22977         (update_scale), (do_seek):
22978         Updated seek example.
22979
22980         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22981         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
22982         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
22983         (gst_ogg_demux_loop):
22984         Push out correct discont values.
22985
22986         * ext/theora/theoradec.c: (theora_dec_src_convert),
22987         (theora_dec_sink_convert), (theora_dec_src_getcaps),
22988         (theora_dec_sink_event), (theora_handle_type_packet),
22989         (theora_handle_header_packet), (theora_dec_push),
22990         (theora_handle_data_packet), (theora_dec_chain),
22991         (theora_dec_change_state):
22992         Better timestamping.
22993
22994         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22995         (vorbis_dec_sink_event), (vorbis_dec_push),
22996         (vorbis_handle_data_packet), (vorbis_dec_chain):
22997         * ext/vorbis/vorbisdec.h:
22998         Better timestamping.
22999
23000         * gst-libs/gst/audio/gstbaseaudiosink.c:
23001         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23002         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23003         Handle syncing on timestamps instead of sample offsets. Make
23004         use of DISCONT values as described in design docs.
23005
23006         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23007         (gst_base_audio_src_get_time):
23008         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23009         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23010         (gst_ring_buffer_read):
23011         * gst-libs/gst/audio/gstringbuffer.h:
23012         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23013         (gst_ximagesink_show_frame):
23014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23015         Correcly convert buffer timestamp to stream time.
23016
23017 2005-07-16  Wim Taymans  <wim@fluendo.com>
23018
23019         * gst/audioconvert/gstaudioconvert.c:
23020         (gst_audio_convert_get_buffer):
23021         Timestamp buffers correctly.
23022
23023         * gst/playback/gstplaybin.c: (gen_video_element):
23024         Make internal fakesink silent.
23025
23026 2005-07-15  Wim Taymans  <wim@fluendo.com>
23027
23028         * gst/ffmpegcolorspace/Makefile.am:
23029         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23030         (gst_ffmpegcsp_caps_remove_format_info),
23031         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23032         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23033         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23034         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23035         Ported ffmpegcolorspace to basetransform.
23036
23037         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23038         * gst/volume/gstvolume.c: (volume_transform):
23039         Ported to new API.
23040
23041 2005-07-14  Wim Taymans  <wim@fluendo.com>
23042
23043         * gst/videotestsrc/Makefile.am:
23044         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23045         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23046         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23047         (gst_videotestsrc_init), (gst_videotestsrc_event),
23048         (gst_videotestsrc_create), (gst_videotestsrc_start),
23049         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23050         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23051         (gst_videotestsrc_get_property):
23052         * gst/videotestsrc/gstvideotestsrc.h:
23053         Make videotestsrc a pushsrc.
23054
23055 2005-07-14  Wim Taymans  <wim@fluendo.com>
23056
23057         * gst/tcp/gstfdset.c: (gst_fdset_free):
23058         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23059         (gst_multifdsink_add), (gst_multifdsink_remove),
23060         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23061         (gst_multifdsink_remove_client_link),
23062         (gst_multifdsink_client_queue_data),
23063         (gst_multifdsink_client_queue_caps),
23064         (gst_multifdsink_client_queue_buffer),
23065         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23066         (gst_multifdsink_stop):
23067         * gst/tcp/gstmultifdsink.h:
23068         0.8 backporting.
23069
23070         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23071         Also draw image when not from a pool.
23072
23073 2005-07-14  Wim Taymans  <wim@fluendo.com>
23074
23075         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23076         (mute_stream), (silence_stream):
23077         Small debug additions.
23078
23079 2005-07-14  Wim Taymans  <wim@fluendo.com>
23080
23081         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23082         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23083         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23084         Better error recovery, ignore unconnected pads and
23085         non-fatal errors.
23086
23087 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23088
23089         * docs/libs/tmpl/gstaudio.sgml:
23090         * docs/libs/tmpl/gstcolorbalance.sgml:
23091         * docs/libs/tmpl/gstgconf.sgml:
23092         * docs/libs/tmpl/gstmixer.sgml:
23093         * docs/libs/tmpl/gstringbuffer.sgml:
23094         * docs/libs/tmpl/gsttuner.sgml:
23095         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23096         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23097         (gst_tcpclientsrc_class_init):
23098         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23099         (gst_tcpserversrc_class_init):
23100         * sys/v4l/gstv4lelement.c:
23101           more autistic cleanliness in functions/names/defines
23102
23103 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23104
23105         * configure.ac:
23106           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23107           added manually to each Makefile.am so we are sure it goes
23108           *last* and doesn't add -L flags before linking in libs of our
23109           own, like, say, internal .la libs, that then accidentally pick
23110           up the installed copy.
23111         * docs/libs/Makefile.am:
23112         * ext/alsa/Makefile.am:
23113         * ext/cdparanoia/Makefile.am:
23114         * ext/gnomevfs/Makefile.am:
23115         * ext/libvisual/Makefile.am:
23116         * ext/ogg/Makefile.am:
23117         * ext/theora/Makefile.am:
23118         * ext/vorbis/Makefile.am:
23119         * gst-libs/gst/video/Makefile.am:
23120         * gst/adder/Makefile.am:
23121         * gst/audioconvert/Makefile.am:
23122         * gst/audiorate/Makefile.am:
23123         * gst/audioscale/Makefile.am:
23124         * gst/ffmpegcolorspace/Makefile.am:
23125         * gst/playback/Makefile.am:
23126         * gst/sine/Makefile.am:
23127         * gst/subparse/Makefile.am:
23128         * gst/tags/Makefile.am:
23129         * gst/tcp/Makefile.am:
23130         * gst/typefind/Makefile.am:
23131         * gst/videorate/Makefile.am:
23132         * gst/videoscale/Makefile.am:
23133         * gst/videotestsrc/Makefile.am:
23134         * gst/volume/Makefile.am:
23135         * sys/v4l/Makefile.am:
23136         * sys/ximage/Makefile.am:
23137         * sys/xvimage/Makefile.am:
23138           adapt properly to this change. This should make sure that
23139           plugins and libs properly link to the as-yet-uninstalled
23140           copies of stuff like libgstinterfaces and libgstvideo
23141
23142 2005-07-13  Andy Wingo  <wingo@pobox.com>
23143
23144         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23145         (gst_v4lsrc_fixate): Fixate on format as well.
23146
23147         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23148         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23149         buffer points to it.
23150         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23151         rather just doing X calls ourselves. Also fixes a memleak.
23152
23153 2005-07-12  Andy Wingo  <wingo@pobox.com>
23154
23155         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23156         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23157         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23158         TRUE to avoid deadlocks if an element holds on to our buffers.
23159
23160 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23161
23162         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23163         (gst_sinesrc_init), (gst_sinesrc_create),
23164         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23165         (gst_sinesrc_start):
23166         * gst/sine/gstsinesrc.h:
23167           removing num-buffers property before moving it
23168
23169 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23170
23171         * configure.ac:
23172           use overridable ERROR_CFLAGS
23173         * docs/libs/gst-plugins-base-libs.types:
23174         * docs/libs/tmpl/gstringbuffer.sgml:
23175         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23176         (gst_alsasink_class_init):
23177         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23178         (gst_alsasrc_class_init):
23179         * gst-libs/gst/audio/audio.h:
23180         * gst-libs/gst/audio/gstaudioclock.h:
23181         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23182         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23183         (gst_audio_filter_link), (gst_audio_filter_init),
23184         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23185         (gst_audio_filter_get_property),
23186         (gst_audio_filter_class_add_pad_templates):
23187         * gst-libs/gst/audio/gstaudiofilter.h:
23188         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23189         (gst_audio_filter_template_get_type),
23190         (gst_audio_filter_template_base_init),
23191         (gst_audio_filter_template_class_init),
23192         (gst_audio_filter_template_init),
23193         (gst_audio_filter_template_set_property),
23194         (gst_audio_filter_template_get_property), (plugin_init),
23195         (gst_audio_filter_template_setup),
23196         (gst_audio_filter_template_filter),
23197         (gst_audio_filter_template_filter_inplace):
23198         * gst-libs/gst/audio/gstaudiosink.c:
23199         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23200         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23201         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23202         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23203         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23204         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23205         * gst-libs/gst/audio/gstaudiosink.h:
23206         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23207         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23208         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23209         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23210         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23211         (gst_audio_src_class_init), (gst_audio_src_init),
23212         (gst_audio_src_create_ringbuffer):
23213         * gst-libs/gst/audio/gstaudiosrc.h:
23214         * gst-libs/gst/audio/gstbaseaudiosink.c:
23215         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23216         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23217         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23218         (gst_base_audio_sink_set_property),
23219         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23220         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23221         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23222         (gst_base_audio_sink_create_ringbuffer),
23223         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23224         * gst-libs/gst/audio/gstbaseaudiosink.h:
23225         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23226         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23227         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23228         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23229         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23230         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23231         (gst_base_audio_src_event), (gst_base_audio_src_create),
23232         (gst_base_audio_src_create_ringbuffer),
23233         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23234         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23235         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23236         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23237         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23238         (gst_ring_buffer_debug_spec_caps),
23239         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23240         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23241         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23242         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23243         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23244         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23245         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23246         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23247         (gst_ring_buffer_clear):
23248         * gst-libs/gst/audio/gstringbuffer.h:
23249         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23250         (gst_video_sink_class_init), (gst_video_sink_get_type):
23251         * gst-libs/gst/video/videosink.h:
23252         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23253         (gst_multifdsink_class_init),
23254         (gst_multifdsink_handle_client_write),
23255         (gst_multifdsink_change_state):
23256         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23257         (gst_tcpclientsink_setcaps):
23258         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23259         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23260         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23261         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23262         (gst_ximagesink_send_pending_navigation),
23263         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23264         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23266         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23267         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23268         (gst_xvimagesink_send_pending_navigation),
23269         (gst_xvimagesink_navigation_send_event),
23270         (gst_xvimagesink_set_xwindow_id),
23271         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23272         (gst_xvimagesink_get_type):
23273         more macro splitting
23274
23275 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23276
23277         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23278           plug a memleak, allows me to import 1479 albums in one go
23279           in jamboree
23280         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23281         (vorbis_handle_type_packet), (vorbis_dec_chain),
23282         (vorbis_dec_change_state):
23283           fix some format strings
23284
23285 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23286
23287         * docs/libs/tmpl/gstcolorbalance.sgml:
23288         * docs/libs/tmpl/gstmixer.sgml:
23289         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23290         (gst_alsasink_set_property), (gst_alsasink_get_property):
23291         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23292         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23293           add device property
23294
23295 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23296
23297         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23298         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23299         (audiocast_register_listener), (audiocast_thread_run),
23300         (gst_gnomevfssrc_send_additional_headers_callback),
23301         (gst_gnomevfssrc_received_headers_callback),
23302         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23303         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23304         (gst_gnomevfssrc_get_size):
23305           add/clean up debugging
23306         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23307           cleanups
23308
23309 2005-07-07  Andy Wingo  <wingo@pobox.com>
23310
23311         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23312         framerate. Need to get a handle on when exactly this function is
23313         called, tho.
23314
23315         * sys/v4l/v4lsrc_calls.h:
23316         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23317         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23318         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23319
23320         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23321         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23322         v4lelements are sources.
23323
23324         * sys/v4l/gstv4lxoverlay.h:
23325         * sys/v4l/gstv4lxoverlay.c:
23326         * sys/v4l/gstv4ltuner.h:
23327         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23328         
23329         * sys/v4l/gstv4lsrc.h:
23330         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23331         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23332         or something should handle that. Made a live source.
23333
23334         * sys/v4l/gstv4lelement.h:
23335         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23336         signals. Some cleanups.
23337
23338         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23339
23340         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23341         stuff.
23342
23343         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23344         stuff.
23345
23346         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23347
23348 2005-07-07  Wim Taymans  <wim@fluendo.com>
23349
23350         * ext/theora/theoradec.c: (theora_get_query_types),
23351         (theora_dec_src_getcaps), (theora_dec_push):
23352         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23353         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23354         Remove deprecated/unused query types.
23355
23356 2005-07-06  Wim Taymans  <wim@fluendo.com>
23357
23358         * ext/alsa/Makefile.am:
23359         * ext/alsa/gstalsaplugin.c: (plugin_init):
23360         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23361         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23362         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23363         (gst_alsasrc_class_init), (gst_alsasrc_init),
23364         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23365         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23366         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23367         (gst_alsasrc_reset):
23368         * ext/alsa/gstalsasrc.h:
23369         * gst-libs/gst/audio/Makefile.am:
23370         * gst-libs/gst/audio/gstaudiosink.c:
23371         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23372         (gst_audioringbuffer_start):
23373         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23374         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23375         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23376         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23377         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23378         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23379         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23380         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23381         * gst-libs/gst/audio/gstaudiosrc.h:
23382         * gst-libs/gst/audio/gstbaseaudiosink.c:
23383         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23384         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23385         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23386         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23387         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23388         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23389         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23390         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23391         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23392         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23393         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23394         (gst_baseaudiosrc_change_state):
23395         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23396         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23397         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23398         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23399         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23400         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23401         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23402         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23403         * gst-libs/gst/audio/gstringbuffer.h:
23404         Added audiosource base classes.
23405         Ported alsasrc, still very basic.
23406
23407 2005-07-06  Wim Taymans  <wim@fluendo.com>
23408
23409         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23410         (theora_dec_push), (theora_handle_data_packet):
23411         Prepare for better timestamp fix later.
23412
23413         * gst/audioconvert/gstaudioconvert.c:
23414         List most accurate caps first
23415
23416         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23417         Use proper pad task function.
23418
23419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23420         (gst_xvimagesink_show_frame):
23421         Fix deadlock when alloc failed.
23422
23423 2005-07-05  Andy Wingo  <wingo@pobox.com>
23424
23425         * ext/gnomevfs/gstgnomevfssrc.c:
23426         * gst/sine/gstsinesrc.c:
23427         * gst/tcp/gsttcpserversrc.c:
23428         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23429
23430         * sys/v4l/: Port from 0.8.
23431
23432         * Many files: Null if we got it....
23433
23434 2005-07-05  Andy Wingo  <wingo@pobox.com>
23435
23436         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23437         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23438         Signedness fixes.
23439
23440 2005-07-05  Wim Taymans  <wim@fluendo.com>
23441
23442         * configure.ac:
23443         * gst/tcp/Makefile.am:
23444         * gst/tcp/README:
23445         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23446         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23447         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23448         (is_sync_frame), (gst_multifdsink_handle_client_write),
23449         (gst_multifdsink_render), (gst_multifdsink_start),
23450         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23451         * gst/tcp/gstmultifdsink.h:
23452         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23453         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23454         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23455         * gst/tcp/gsttcp.h:
23456         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23457         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23458         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23459         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23460         * gst/tcp/gsttcpclientsink.h:
23461         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23462         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23463         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23464         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23465         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23466         * gst/tcp/gsttcpclientsrc.h:
23467         * gst/tcp/gsttcpplugin.c: (plugin_init):
23468         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23469         * gst/tcp/gsttcpserversink.h:
23470         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23471         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23472         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23473         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23474         (gst_tcpserversrc_stop):
23475         * gst/tcp/gsttcpserversrc.h:
23476         * gst/tcp/gsttcpsink.c:
23477         * gst/tcp/gsttcpsink.h:
23478         * gst/tcp/gsttcpsrc.c:
23479         * gst/tcp/gsttcpsrc.h:
23480         Ported tcp plugins to 0.9. 
23481         
23482
23483 2005-07-05  Andy Wingo  <wingo@pobox.com>
23484
23485         * gst/playback/gstplaybasebin.c (fill_buffer):
23486         message_new_application fixen.
23487
23488         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23489         Style fix.
23490
23491 2005-07-04  Wim Taymans  <wim@fluendo.com>
23492
23493         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23494         Set caps on output buffer.
23495
23496 2005-07-04  Andy Wingo  <wingo@pobox.com>
23497
23498         * ext/gnomevfs/gstgnomevfssrc.c
23499         (gst_gnomevfssrc_received_headers_callback) 
23500         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23501         hopefully.
23502
23503         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23504         No refcount leakage.
23505
23506         * configure.ac: Enable -Werror.
23507         
23508         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23509         * gst/audioconvert/bufferframesconvert.c
23510         (buffer_frames_convert_fixate):
23511         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23512         (gst_audio_convert_fixate):
23513         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23514         (gst_sinesrc_create): Fixate func changes.
23515         
23516         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23517         (gst_ximagesink_buffer_alloc): Unused var.
23518
23519 2005-07-01  Andy Wingo  <wingo@pobox.com>
23520
23521         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23522         getcaps to do explicit caps. Needs to be done in all decoders,
23523         possibly via a base class.
23524
23525         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23526
23527         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23528         caps on the sink pad, just rely on the pad template. Also, setting
23529         ANY caps on a pad is not valid because the caps are not fixed.
23530
23531         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23532         caps on the buffer, and get the width from the desired_caps if
23533         they're set.
23534         (gst_ximagesink_renegotiate_size): Implement via setting the
23535         desired_caps on the ximagesink.
23536         (gst_ximagesink_setcaps): Only reset the width of the player if it
23537         wasn't already set. Not sure if this is right.
23538         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23539
23540         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23541         that the user wants. NULL unless the window has been resized.
23542
23543         * gst/volume/gstvolume.c (volume_transform): Adapt to
23544         basetransform refcount changes.
23545         
23546 2005-07-01  Andy Wingo  <wingo@pobox.com>
23547
23548         * gst/videoscale/gstvideoscale.c:
23549         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23550         from BaseTransform, implements a transform_caps. Removed dead code
23551         including some PAR stuff that was never reached -- should probably
23552         be added back somehow.
23553
23554 2005-07-01  Andy Wingo  <wingo@pobox.com>
23555
23556         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23557         come later.
23558
23559 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23560
23561         * configure.ac:
23562         * docs/libs/Makefile.am:
23563         * docs/libs/gst-plugins-libs.types:
23564         * ext/alsa/Makefile.am:
23565         * ext/alsa/gstalsamixer.h:
23566         * ext/alsa/gstalsamixeroptions.h:
23567         * ext/alsa/gstalsamixertrack.h:
23568         * gst-libs/gst/Makefile.am:
23569         * gst-libs/gst/colorbalance/.cvsignore:
23570         * gst-libs/gst/colorbalance/Makefile.am:
23571         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23572         * gst-libs/gst/colorbalance/colorbalance.c:
23573         * gst-libs/gst/colorbalance/colorbalance.h:
23574         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23575         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23576         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23577         * gst-libs/gst/interfaces/Makefile.am:
23578         * gst-libs/gst/interfaces/colorbalance.c:
23579         (gst_color_balance_class_init):
23580         * gst-libs/gst/interfaces/colorbalance.h:
23581         * gst-libs/gst/interfaces/interfaces-marshal.list:
23582         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23583         * gst-libs/gst/interfaces/mixer.h:
23584         * gst-libs/gst/interfaces/mixeroptions.h:
23585         * gst-libs/gst/interfaces/navigation.c:
23586         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23587         * gst-libs/gst/interfaces/tuner.h:
23588         * gst/volume/Makefile.am:
23589         * gst/volume/gstvolume.c:
23590         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23591         * sys/ximage/Makefile.am:
23592         * sys/ximage/ximagesink.c:
23593         * sys/xvimage/Makefile.am:
23594         * sys/xvimage/xvimagesink.c:
23595           fold in all interfaces into an interfaces dir, preserving CVS
23596           history
23597
23598 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23599
23600         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23601           Fix build after riff changes.
23602
23603 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23604
23605         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23606         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23607         (gst_riff_create_video_template_caps),
23608         (gst_riff_create_audio_template_caps),
23609         (gst_riff_create_iavs_template_caps):
23610         * gst-libs/gst/riff/riff-media.h:
23611         * gst-libs/gst/riff/riff-read.h:
23612         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23613           Add gst_riff_init() to initialize the debug category, instead
23614           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23615
23616 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23617
23618         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23619           Oops, I shouldn't apply hacks.
23620
23621 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23622
23623         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23624           Remove pad_loop function which doesn't work.
23625
23626 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23627
23628         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23629           Send EOS when deactivating.
23630         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23631         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23632         (gen_preroll_element), (probe_triggered), (mute_stream),
23633         (silence_stream), (new_decoded_pad), (setup_substreams),
23634         (set_active_source):
23635         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23636         (remove_sinks), (add_sink):
23637         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23638           Change for new probe API.
23639
23640 2005-06-29  Wim Taymans  <wim@fluendo.com>
23641
23642         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23643         * gst-libs/gst/audio/gstbaseaudiosink.c:
23644         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23645         (gst_baseaudiosink_change_state):
23646         * gst-libs/gst/audio/gstbaseaudiosink.h:
23647         * gst-libs/gst/audio/gstringbuffer.c:
23648         (gst_ringbuffer_set_callback):
23649         Fix compilation error.
23650         Ringbuffer starts out as not running.
23651         Free our clock in dispose.
23652         When releasing the ringbuffer we need to renegotiate so
23653         clear the pad caps.
23654
23655 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23656
23657         * autogen.sh:
23658         * configure.ac:
23659         * docs/Makefile.am:
23660         * docs/libs/Makefile.am:
23661         * docs/libs/gst-plugins-libs-docs.sgml:
23662         * docs/libs/gst-plugins-libs-sections.txt:
23663         * docs/libs/gst-plugins-libs.types:
23664         * docs/libs/tmpl/gstaudio.sgml:
23665         * docs/libs/tmpl/gstcolorbalance.sgml:
23666         * docs/libs/tmpl/gstringbuffer.sgml:
23667         * gst-libs/gst/audio/gstringbuffer.c:
23668         (gst_ringbuffer_set_callback):
23669           reinstate gtk-doc docs for plugin libs
23670
23671 2005-06-28  Wim Taymans  <wim@fluendo.com>
23672
23673         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23674         (gst_ogg_demux_init):
23675         Removed pad loop function.
23676
23677 2005-06-28  Wim Taymans  <wim@fluendo.com>
23678
23679         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23680         If we're building a chain we are not in an error case
23681         when we queue a buffer.
23682
23683 2005-06-28  Andy Wingo  <wingo@pobox.com>
23684
23685         * *.c: Don't cast to GstObject before reffing/unreffing.
23686
23687 2005-06-27  Andy Wingo  <wingo@pobox.com>
23688
23689         * gst/videotestsrc/gstvideotestsrc.c
23690         (gst_videotestsrc_activate_push): Activation API changes.
23691
23692         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23693         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23694         they have refs on the decodebin.
23695
23696         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23697         parent class.
23698         (gst_ogg_pad_typefind): Don't leak a pad ref.
23699         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23700         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23701         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23702
23703 2005-06-27  Edward Hervey  <edward@fluendo.com>
23704
23705         * ext/theora/theoradec.c: (theora_dec_change_state): 
23706         re-arranged call to parent's state change in order to avoid locks (or
23707         worse).
23708
23709 2005-06-26  Edward Hervey  <edward@fluendo.com>
23710
23711         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23712         2nd argument of 'unknow-type' signal is a GstCaps and not a
23713         GstMiniObject
23714
23715 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23716         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23717           Set the worker thread's running flag to TRUE before starting the
23718           thread.
23719         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23720           Catch a failure to add typefind to the bin.
23721
23722 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23723
23724         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23725         (gst_sinesrc_init), (gst_sinesrc_create),
23726         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23727         (gst_sinesrc_start):
23728         * gst/sine/gstsinesrc.h:
23729           add num-buffers and timestamp-offset properties
23730         * gst/videotestsrc/gstvideotestsrc.c:
23731         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23732         (gst_videotestsrc_get_property):
23733           add timestamp-offset property
23734
23735 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23736
23737         * configure.ac: add videorate
23738         * gst-plugins-base.spec.in: add videorate
23739
23740 2005-06-23  Wim Taymans  <wim@fluendo.com>
23741
23742         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23743         (gst_videorate_getcaps), (gst_videorate_setcaps),
23744         (gst_videorate_event), (gst_videorate_chain):
23745         Fixed videorate, fixating an already fixated caps is not
23746         an error.
23747
23748 2005-06-23  Wim Taymans  <wim@fluendo.com>
23749
23750         * ext/ogg/README:
23751         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23752         Buffer on caps is not boxed anymore.
23753
23754 2005-06-22  Wim Taymans  <wim@fluendo.com>
23755
23756         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23757         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23758         Set buffers on caps as miniobjects and not as boxed.
23759
23760 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23761
23762         * configure.ac:
23763           back to HEAD
23764
23765 === release 0.9.1 ===
23766
23767 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23768
23769         * .cvsignore:
23770         * NEWS:
23771         * README:
23772         * RELEASE:
23773         * configure.ac:
23774         * po/af.po:
23775         * po/az.po:
23776         * po/cs.po:
23777         * po/en_GB.po:
23778         * po/hu.po:
23779         * po/it.po:
23780         * po/nb.po:
23781         * po/nl.po:
23782         * po/or.po:
23783         * po/sq.po:
23784         * po/sr.po:
23785         * po/sv.po:
23786         * po/uk.po:
23787         * po/vi.po:
23788           updates for release
23789
23790 2005-06-09  Andy Wingo  <wingo@pobox.com>
23791
23792         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23793         
23794 2005-06-09  Andy Wingo  <wingo@pobox.com>
23795
23796         * configure.ac:
23797         * gst-libs/gst/Makefile.am:
23798         * gst-libs/gst/net/Makefile.am:
23799         Add gstnet to build.
23800
23801 2005-06-09  Andy Wingo  <wingo@pobox.com>
23802
23803         * gst-libs/gst/gconf/gconf.c:
23804         * gst/playback/test.c:
23805         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23806         fixes.
23807
23808         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23809
23810         * ext/theora/theoraenc.c (theora_enc_chain): 
23811         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
23812
23813         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
23814         RealPad.
23815
23816 2005-06-02  Wim Taymans  <wim@fluendo.com>
23817
23818         * gst-libs/gst/net/Makefile.am:
23819         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23820         * pkgconfig/gstreamer-libs.pc.in:
23821         Added net stuff, version net lib.
23822
23823 2005-06-02  Wim Taymans  <wim@fluendo.com>
23824
23825         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23826         (query_rates), (query_positions_elems), (query_positions_pads),
23827         (do_seek):
23828         Updated seek example.
23829
23830 2005-06-02  Andy Wingo  <wingo@pobox.com>
23831
23832         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
23833         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
23834         list.
23835
23836         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
23837         remove the typefind, the bin dispose will do it for us. When it's
23838         removed and unreffed, the signal handler will be disconnected,
23839         too.
23840         (unlinked): It's too difficult to disconnect from unlinked
23841         handlers, as they are on pads not elements. Just punt if the pads
23842         aren't grandkids of the bin.
23843
23844 2005-06-02  Wim Taymans  <wim@fluendo.com>
23845
23846         * ext/ogg/README:
23847         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23848         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
23849         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
23850         * ext/theora/theoradec.c: (theora_dec_src_query),
23851         (theora_handle_data_packet):
23852         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23853         (theora_enc_chain):
23854         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23855         (vorbis_handle_data_packet):
23856         * gst/audioconvert/bufferframesconvert.c:
23857         (buffer_frames_convert_chain):
23858         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23859         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23860         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23861         (gst_ffmpegcsp_chain):
23862         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23863         (gst_videorate_getcaps), (gst_videorate_setcaps),
23864         (gst_videorate_event), (gst_videorate_chain):
23865         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
23866         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
23867         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23868         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
23869         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23870         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23871         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23872         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23873         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
23874         Cleanups and buffer alloc.
23875
23876 2005-05-31  Wim Taymans  <wim@fluendo.com>
23877
23878         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
23879         Don't try to call the delay method when the device is not
23880         opened.
23881
23882 2005-05-31  Wim Taymans  <wim@fluendo.com>
23883
23884         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
23885         Get actual segment size and buffer size after opening
23886         the device.
23887
23888 2005-05-30  Wim Taymans  <wim@fluendo.com>
23889
23890         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
23891         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
23892         Also FLUSH upstream, makes the loop function exit faster.
23893         
23894         * ext/theora/theoradec.c: (theora_dec_src_query):
23895         Some more debug info in the query.
23896         
23897         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23898         (gst_ximagesink_setcaps):
23899         Release lock on par error, better error reporting.
23900
23901 2005-05-26  Wim Taymans  <wim@fluendo.com>
23902
23903         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23904         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
23905         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
23906         Clear chains in READY
23907         Queue packets until the chain is activated.
23908
23909 2005-05-25  Wim Taymans  <wim@fluendo.com>
23910
23911         * gst-libs/gst/audio/gstaudiosink.c:
23912         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23913         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23914         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23915         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23916         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23917         (gst_audiosink_create_ringbuffer):
23918         * gst-libs/gst/audio/gstbaseaudiosink.c:
23919         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23920         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23921         (gst_baseaudiosink_set_property), (build_linear_format),
23922         (debug_spec_caps), (debug_spec_buffer),
23923         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23924         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23925         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23926         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23927         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23928         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23929         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
23930         (gst_ringbuffer_play), (gst_ringbuffer_pause),
23931         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
23932         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
23933         (wait_segment), (gst_ringbuffer_commit),
23934         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
23935         (gst_ringbuffer_clear):
23936         Various small cleanups.
23937
23938         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23939         (gst_audio_convert_change_state):
23940         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
23941         No need to take the locks anymore.
23942
23943 2005-05-25  Wim Taymans  <wim@fluendo.com>
23944
23945         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23946         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
23947         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
23948         (type_found):
23949         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
23950         (group_destroy), (group_commit), (queue_overrun),
23951         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
23952         (mute_stream), (new_decoded_pad), (setup_substreams),
23953         (setup_source), (mute_group_type), (set_active_source),
23954         (gst_play_base_bin_change_state):
23955         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
23956         (gen_video_element), (gen_text_element), (gen_audio_element),
23957         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
23958         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
23959         (gst_stream_info_dispose), (gst_stream_info_set_mute):
23960         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
23961         Some playbin cleanups mostly refcounting sloppyness.
23962
23963 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23964
23965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23966           Work with streaming input.
23967
23968 2005-05-25  Wim Taymans  <wim@fluendo.com>
23969
23970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23971         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23972         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23973         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
23974         No need to take the STREAM lock anymore.
23975
23976 2005-05-25  Wim Taymans  <wim@fluendo.com>
23977
23978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23979         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
23980         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
23981         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
23982         (gst_ogg_demux_sink_activate):
23983         * ext/theora/theoradec.c: (theora_dec_src_event),
23984         (theora_handle_comment_packet), (theora_dec_chain),
23985         (theora_dec_change_state):
23986         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23987         (vorbis_handle_data_packet), (vorbis_dec_chain),
23988         (vorbis_dec_change_state):
23989         Remove STREAM locks as they are taken in core now.
23990         Never set bogus granulepos on vorbis/theora.
23991         Fix leaks in theoradec tag parsing.
23992
23993 2005-05-25  Wim Taymans  <wim@fluendo.com>
23994
23995         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23996         Fix memleaks, GST_BUFFER_DATA() is not freed.
23997
23998 2005-05-25  Wim Taymans  <wim@fluendo.com>
23999
24000         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24001         Open non-blocking, set to blocking mode afterwards to avoid
24002         lockups when audio device is busy.
24003
24004 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24005
24006         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24007           This can't be good.
24008
24009 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24010
24011         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24012         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24013         (gst_audio_convert_setcaps):
24014           Implement instant setup switching.
24015
24016 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24017
24018         * gst/playback/gstplaybasebin.c: (probe_triggered):
24019           Fix missing unlock.
24020         * gst/playback/gstplaybin.c: (add_sink):
24021           First add, then link (otherwise pad link fails).
24022
24023 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24024
24025         * examples/Makefile.am:
24026         fix buildbot (make distcheck)
24027
24028 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24029
24030         * gst/playback/gstplaybin.c: (gen_vis_element):
24031           Remove some wrong code. Doesn't work yet.
24032
24033 2005-05-19  Wim Taymans  <wim@fluendo.com>
24034
24035         * gst-libs/gst/net/Makefile.am:
24036         * gst-libs/gst/net/README:
24037         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24038         (gst_netbuffer_class_init), (gst_netbuffer_init),
24039         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24040         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24041         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24042         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24043         * gst-libs/gst/net/gstnetbuffer.h:
24044         Added buffer subclass to store extra to/from addresses for
24045         network sources/sinks.
24046
24047 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24048
24049         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24050           Don't lock an unassigned variable.
24051
24052 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24053
24054         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24055           Increase buffer for video, decrease buffer for other media types.
24056         * gst/playback/gstplaybin.c: (gen_video_element),
24057         (gen_audio_element):
24058           Change names for debugging purposes.
24059
24060 2005-05-18  Wim Taymans  <wim@fluendo.com>
24061
24062         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24063         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24064         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24065         (gst_ffmpegcsp_chain):
24066         Enable buffer alloc passthrough if the source and dest
24067         formats are the same.
24068
24069 2005-05-17  Wim Taymans  <wim@fluendo.com>
24070
24071         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24072         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24073         (gst_ogg_demux_chain_unlocked):
24074         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24075         (gst_audio_convert_caps_remove_format_info),
24076         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24077         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24078         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24079         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24080         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24081         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24082         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24083         (gst_ffmpegcsp_get_property):
24084         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24085         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24086         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24087         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24088         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24089         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24090         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24091         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24092         Leak fixes in oggdemux.
24093         Some cleanups in audioconvert.
24094         Make passthrough work along with buffer_alloc etc.
24095         Make buffer_alloc and buffer recycling actually work in
24096         xvimagesink.
24097
24098 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24099
24100         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24101           make the compiler happy
24102
24103 2005-05-17  Wim Taymans  <wim@fluendo.com>
24104
24105         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24106         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24107         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24108         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24109         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24110         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24111         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24112         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24113         (gst_xvimagesink_set_xwindow_id):
24114         * sys/xvimage/xvimagesink.h:
24115         Port xvimagesink to new MiniObject.
24116
24117 2005-05-17  Wim Taymans  <wim@fluendo.com>
24118
24119         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24120         (gst_audiofilter_chain):
24121         * gst-libs/gst/audio/gstaudiosink.c:
24122         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24123         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24124         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24125         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24126         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24127         (gst_audiosink_create_ringbuffer):
24128         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24129         (gst_audio_convert_caps_remove_format_info),
24130         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24131         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24132         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24133         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24134         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24135         Fix passthrough in ffmpegcolorspace.
24136         Fix memset in audiosink on wrong memory.
24137
24138 2005-05-16  David Schleef  <ds@schleef.org>
24139
24140         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24141         to GstMiniObject.
24142
24143 2005-05-16  David Schleef  <ds@schleef.org>
24144
24145         Port from GstData to GstMiniObject.
24146         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24147         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24148         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24149         (gst_ogg_mux_collected):
24150         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24151         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24152         (theora_handle_data_packet):
24153         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24154         (theora_set_header_on_caps), (theora_enc_chain):
24155         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24156         (vorbis_handle_comment_packet):
24157         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24158         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24159         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24160         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24161         * gst/audioconvert/gstaudioconvert.c:
24162         (gst_audio_convert_get_buffer):
24163         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24164         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24165         (mute_stream), (silence_stream):
24166         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24167         * gst/volume/gstvolume.c: (volume_transform):
24168         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24169         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24170         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24171         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24172         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24173         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24174         (gst_ximagesink_buffer_alloc):
24175         * sys/ximage/ximagesink.h:
24176
24177 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24178
24179         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24180         (fill_buffer), (check_queue), (queue_threshold_reached),
24181         (queue_out_of_data):
24182         * gst/playback/gstplaybasebin.h:
24183           Post buffer-fullness on the bus.
24184
24185 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24186
24187         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24188         (try_to_link_1):
24189         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24190         (group_commit), (probe_triggered), (setup_source),
24191         (gst_play_base_bin_change_state):
24192         * gst/playback/gstplaybasebin.h:
24193         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24194         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24195         (gst_play_bin_change_state):
24196           Move setup_output_pads into a virtual function, remove
24197           group-switch (no longer needed) and redirect (handled by bus
24198           now) signals.
24199
24200 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24201
24202         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24203         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24204         (get_active_group), (get_building_group), (group_destroy),
24205         (group_commit), (check_queue), (queue_overrun),
24206         (queue_threshold_reached), (queue_out_of_data),
24207         (gen_preroll_element), (remove_groups), (unknown_type),
24208         (add_element_stream), (no_more_pads), (probe_triggered),
24209         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24210         (setup_substreams), (setup_source), (finish_source),
24211         (prepare_output), (muted_group_change_state),
24212         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24213         (gst_play_base_bin_change_state):
24214         * gst/playback/gstplaybasebin.h:
24215         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24216         (gst_play_bin_init), (gst_play_bin_set_property),
24217         (gen_video_element), (gen_text_element), (gen_audio_element),
24218         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24219         (gst_play_bin_change_state):
24220         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24221         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24222         (stream_info_change_state), (gst_stream_info_set_mute),
24223         (gst_stream_info_get_property):
24224         * gst/playback/gststreaminfo.h:
24225         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24226         (gst_stream_selector_get_linked_pad),
24227         (gst_stream_selector_getcaps),
24228         (gst_stream_selector_get_linked_pads),
24229         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24230         * gst/playback/gststreamselector.h:
24231           Rough port of playbin. Needs some more work, but is mostly done,
24232           and uses a few locks in important places, which should make stuff
24233           like chain-switches clean. Still uses GST_STATE() in a few places,
24234           which isn't all that good an idea, subtitles/elements disabled
24235           because no elements to test with and thus probably broken, query
24236           and event handling moved to GstBin, internal thread removed
24237           alltogether because the pipeline does that for us now. Can play
24238           Ogg/Vorbis files. Haven't tested anything else yet.
24239
24240 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24241
24242         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24243           Do no-more-pads (needed for autoplugging).
24244
24245 2005-05-10  Andy Wingo  <wingo@pobox.com>
24246
24247         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24248         message to the bus with the tags. Still not sent downstream tho.
24249
24250         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24251         get_parent.
24252         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24253         avoid refcounting hassles.
24254
24255 2005-05-09  Andy Wingo  <wingo@pobox.com>
24256
24257         * gst/volume/Makefile.am:
24258         * gst/volume/demo.c
24259         * gst/volume/gstvolume.h
24260         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24261         basetransform. Probably need an audio filter base class.
24262
24263 2005-05-09  Wim Taymans  <wim@fluendo.com>
24264
24265         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24266         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24267         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24268         (gst_vorbisenc_chain):
24269         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24270         (gst_audio_convert_caps_remove_format_info),
24271         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24272         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24273         Make caps writable before writing to it.
24274         Fix negotiation in audioconvert some more.
24275
24276 2005-05-09  Wim Taymans  <wim@fluendo.com>
24277
24278         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24279         (gst_videorate_getcaps), (gst_videorate_setcaps),
24280         (gst_videorate_event), (gst_videorate_chain):
24281         Better negotiation.
24282
24283 2005-05-09  Wim Taymans  <wim@fluendo.com>
24284
24285         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24286         (gst_videorate_getcaps), (gst_videorate_setcaps),
24287         (gst_videorate_blank_data), (gst_videorate_init),
24288         (gst_videorate_event), (gst_videorate_chain),
24289         (gst_videorate_change_state):
24290         Port videorate, do a better job at negotiation while we're at
24291         it.
24292
24293 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24294
24295         * configure.ac:
24296           Disable libvisual
24297
24298         * examples/Makefile.am:
24299         * gst-libs/gst/audio/Makefile.am:
24300         * gst-libs/gst/riff/Makefile.am:
24301         * gst-libs/gst/tag/Makefile.am:
24302         * gst-libs/gst/video/Makefile.am:
24303           Fixups for missing variables.
24304
24305 2005-05-09  Wim Taymans  <wim@fluendo.com>
24306
24307         * examples/seeking/seek.c: (make_theora_pipeline),
24308         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24309         (query_rates), (query_positions_elems), (query_positions_pads),
24310         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24311         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24312         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24313         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24314         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24315         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24316         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24317         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24318         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24319         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24320         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24321         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24322         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24323         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24324         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24325         (theora_dec_src_convert), (theora_dec_sink_convert),
24326         (theora_dec_src_query), (theora_dec_sink_query),
24327         (theora_dec_src_event), (theora_dec_sink_event),
24328         (theora_handle_comment_packet), (theora_handle_type_packet),
24329         (theora_handle_header_packet), (theora_handle_data_packet),
24330         (theora_dec_chain):
24331         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24332         (vorbis_dec_convert), (vorbis_dec_src_query),
24333         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24334         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24335         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24336         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24337         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24338         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24339         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24340         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24341         (gst_play_bin_query):
24342         * gst/playback/test3.c: (update_scale):
24343         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24344         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24345         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24346         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24347         (gst_videotestsrc_src_query):
24348         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24349         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24350         (paint_hline_YUV9):
24351         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24352         Port to new query API.
24353         Updated seek.
24354         Cleanups in x[v]imagesink
24355
24356 2005-05-09  Andy Wingo  <wingo@pobox.com>
24357
24358         * ext/alsa/gstalsasink.h:
24359         * ext/gnomevfs/gstgnomevfssrc.c:
24360         (gst_gnomevfssrc_get_icy_metadata):
24361         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24362         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24363         * ext/theora/theoradec.c (theora_dec_src_query)
24364         (theora_dec_src_event, theora_dec_sink_event)
24365         (theora_handle_comment_packet, theora_handle_data_packet):
24366         * ext/theora/theoraenc.c (theora_enc_chain):
24367         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24368         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24369         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24370         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24371         (qt_type_find):
24372         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24373         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24374         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24375         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24376         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24377         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24378         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24379         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24380         (paint_setup_RGB565, paint_setup_xRGB1555):
24381         * gst/videotestsrc/videotestsrc.h:
24382         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24383         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24384         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24385         GCC4 fixes.
24386         
24387         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24388         gst_pad_query_position. Fixes oggdemux.
24389
24390 2005-05-08  David Schleef  <ds@schleef.org>
24391
24392         * configure.ac: Require liboil.
24393         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24394         a few more.
24395         * gst/videotestsrc/videotestsrc.c:
24396         * gst/videotestsrc/videotestsrc.h:
24397
24398 2005-05-06  Wim Taymans  <wim@fluendo.com>
24399
24400         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24401         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24402         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24403         Well, unreffing a buffer right before pushing it is asking
24404         for trouble..
24405
24406 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24407
24408         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24409
24410 2005-05-06  Wim Taymans  <wim@fluendo.com>
24411
24412         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24413         (gst_audio_convert_caps_remove_format_info),
24414         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24415         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24416         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24417         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24418         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24419         * gst/sine/Makefile.am:
24420         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24421         (gst_sinesrc_class_init), (gst_sinesrc_init),
24422         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24423         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24424         (gst_sinesrc_update_freq):
24425         * gst/sine/gstsinesrc.h:
24426         * gst/tcp/gstmultifdsink.c:
24427         * sys/xvimage/xvimagesink.c:
24428         Fixed negotiation wrt _peer_get_caps()
24429         Some cleanups.
24430
24431
24432 2005-05-06  Wim Taymans  <wim@fluendo.com>
24433
24434         * gst-libs/gst/audio/gstaudiosink.c:
24435         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24436         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24437         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24438         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24439         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24440         (gst_audiosink_create_ringbuffer):
24441         * gst-libs/gst/audio/gstbaseaudiosink.c:
24442         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24443         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24444         (gst_baseaudiosink_set_property), (build_linear_format),
24445         (debug_spec_caps), (debug_spec_buffer),
24446         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24447         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24448         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24449         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24450         * gst-libs/gst/audio/gstbaseaudiosink.h:
24451         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24452         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24453         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24454         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24455         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24456         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24457         (wait_segment), (gst_ringbuffer_commit),
24458         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24459         (gst_ringbuffer_clear):
24460         * gst-libs/gst/audio/gstringbuffer.h:
24461         Make the base audiosink return an error when there is no
24462         audiobuffer negotiated.
24463
24464 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24465
24466         * ext/Makefile.am:
24467         Disable cdparanoia until someone ports it!
24468
24469 2005-05-06  Wim Taymans  <wim@fluendo.com>
24470
24471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24472         (gst_ogg_demux_sink_activate):
24473         And revert after wingo's revert.. sigh..
24474
24475 2005-05-05  Andy Wingo  <wingo@pobox.com>
24476
24477         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24478         GObject.
24479         * configure.ac: Return audiorate and subparse from the ghetto.
24480         Re-enable -Wall -Werror.
24481         * gst/subparse/gstsubparse.c:
24482         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24483         or chain-based. Cleaned up a bit. Not tested.
24484         
24485 2005-05-05  Christian Schaller <christian@fluendo.com> 
24486
24487         * Makefile.am: remove stuff that is not building
24488         * configure.ac: remove stuff that is not building
24489         * examples/Makefile.am: remove stuff that is not building
24490         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24491         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24492         * sys/Makefile.am: remove stuff that is not building
24493         * testsuite/Makefile.am: remove stuff that is not building
24494
24495 2005-05-05  Andy Wingo  <wingo@pobox.com>
24496
24497         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24498         * gst-libs/gst/tag/gstvorbistag.c:
24499         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24500         * gst/adder/gstadder.h:
24501         * gst/audioconvert/gstchannelmix.c:
24502         (gst_audio_convert_fill_one_other):
24503         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24504         (gst_audiorate_init), (gst_audiorate_chain):
24505         * gst/playback/gstplaybasebin.c: (setup_source):
24506         * gst/playback/test3.c: (update_scale):
24507         Some GCC4 fixes
24508         
24509         * po/af.po:
24510         * po/az.po:
24511         * po/cs.po:
24512         * po/en_GB.po:
24513         * po/hu.po:
24514         * po/it.po:
24515         * po/nb.po:
24516         * po/nl.po:
24517         * po/or.po:
24518         * po/sq.po:
24519         * po/sr.po:
24520         * po/sv.po:
24521         * po/uk.po:
24522         * po/vi.po: Foo
24523
24524 2005-05-05  Wim Taymans  <wim@fluendo.com>
24525
24526         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24527         (gst_audio_convert_caps_remove_format_info),
24528         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24529         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24530         * gst/videotestsrc/gstvideotestsrc.c:
24531         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24532         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24533         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24534         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24535         Don't ignore _push() return values.
24536         Make sure no processing is done when shutting down.
24537         Videotestsrc pad activation fix.
24538
24539 2005-05-05  Wim Taymans  <wim@fluendo.com>
24540
24541         * gst/adder/Makefile.am:
24542         * gst/adder/gstadder.c: (gst_adder_setcaps),
24543         (gst_adder_class_init), (gst_adder_init),
24544         (gst_adder_request_new_pad), (gst_adder_collected),
24545         (gst_adder_change_state):
24546         * gst/adder/gstadder.h:
24547         Ported adder as an example of a mixer element using
24548         collect pads. Needs more negotiation work.
24549
24550 2005-05-05  Wim Taymans  <wim@fluendo.com>
24551
24552         * ext/theora/theoradec.c: (_inc_granulepos),
24553         (theora_dec_src_event), (theora_dec_sink_event),
24554         (theora_handle_comment_packet), (theora_handle_type_packet),
24555         (theora_handle_header_packet), (theora_handle_data_packet),
24556         (theora_dec_chain):
24557         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24558         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24559         (theora_push_buffer), (theora_push_packet),
24560         (theora_enc_sink_event), (theora_enc_chain),
24561         (theora_enc_change_state), (theora_enc_set_property),
24562         (theora_enc_get_property):
24563         Added stream lock to decoder so that we can serialize
24564         the discont event.
24565         More theoraenc porting, recover from errors, do clean
24566         shutdown.
24567
24568 2005-05-05  Wim Taymans  <wim@fluendo.com>
24569
24570         * ext/ogg/Makefile.am:
24571         * ext/ogg/README:
24572         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24573         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24574         (gst_ogg_print):
24575         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24576         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24577         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24578         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24579         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24580         (gst_ogg_mux_change_state):
24581         Ported ogg muxer.
24582
24583 2005-05-05  Wim Taymans  <wim@fluendo.com>
24584
24585         * docs/design-audiosinks.txt:
24586         * gst-libs/gst/audio/TODO:
24587         * gst-libs/gst/audio/gstaudiosink.c:
24588         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24589         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24590         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24591         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24592         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24593         (gst_audiosink_create_ringbuffer):
24594         * gst-libs/gst/audio/gstbaseaudiosink.c:
24595         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24596         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24597         (gst_baseaudiosink_set_property), (build_linear_format),
24598         (debug_spec_caps), (debug_spec_buffer),
24599         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24600         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24601         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24602         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24603         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24604         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24605         (gst_ringbuffer_release), (gst_ringbuffer_play),
24606         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24607         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24608         (gst_ringbuffer_set_sample), (wait_segment),
24609         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24610         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24611         More work on the audiosink, mostly debugging and a race in
24612         shutdown.
24613
24614 2005-04-28  Wim Taymans  <wim@fluendo.com>
24615
24616         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24617         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24618         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24619         (vorbis_dec_src_query), (vorbis_dec_src_event),
24620         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24621         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24622         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24623         Don't crap out when seeking back to position 0.
24624
24625 2005-04-28  Wim Taymans  <wim@fluendo.com>
24626
24627         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24628         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24629         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24630         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24631         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24632         Make audio sink configurable, use alsasink as default.
24633
24634 2005-04-28  Wim Taymans  <wim@fluendo.com>
24635
24636         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24637         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24638         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24639         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24640         (vorbis_dec_change_state):
24641         * ext/vorbis/vorbisdec.h:
24642         Refactor, use STREAM_LOCK.
24643
24644 2005-04-28  Wim Taymans  <wim@fluendo.com>
24645
24646         * ext/theora/theoradec.c: (_inc_granulepos),
24647         (theora_dec_sink_event), (theora_handle_comment_packet),
24648         (theora_handle_type_packet), (theora_handle_header_packet),
24649         (theora_handle_data_packet), (theora_dec_chain),
24650         (theora_dec_change_state):
24651         Refactor a bit, use STREAM_LOCK.
24652
24653 2005-04-28  Wim Taymans  <wim@fluendo.com>
24654
24655         * ext/alsa/Makefile.am:
24656         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24657         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24658         (gst_alsa_link), (gst_alsa_close_audio):
24659         * ext/alsa/gstalsaplugin.c: (plugin_init):
24660         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24661         (gst_alsasink_dispose), (gst_alsasink_base_init),
24662         (gst_alsasink_class_init), (gst_alsasink_init),
24663         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24664         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24665         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24666         (gst_alsasink_reset):
24667         * ext/alsa/gstalsasink.h:
24668         Implement alsasink with simple open/write/close API. 
24669         Make alsa dir build by disabling compilation of code.
24670
24671 2005-04-28  Wim Taymans  <wim@fluendo.com>
24672
24673         * gst-libs/gst/audio/Makefile.am:
24674         * gst-libs/gst/audio/audio.h:
24675         * gst-libs/gst/audio/audioclock.c:
24676         * gst-libs/gst/audio/audioclock.h:
24677         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24678         (gst_audio_clock_class_init), (gst_audio_clock_init),
24679         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24680         * gst-libs/gst/audio/gstaudioclock.h:
24681         * gst-libs/gst/audio/gstaudiosink.c:
24682         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24683         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24684         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24685         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24686         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24687         (gst_audiosink_create_ringbuffer):
24688         * gst-libs/gst/audio/gstbaseaudiosink.c:
24689         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24690         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24691         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24692         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24693         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24694         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24695         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24696         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24697         * gst-libs/gst/audio/gstbaseaudiosink.h:
24698         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24699         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24700         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24701         (gst_ringbuffer_release), (gst_ringbuffer_play),
24702         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24703         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24704         (gst_ringbuffer_set_sample), (wait_segment),
24705         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24706         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24707         * gst-libs/gst/audio/gstringbuffer.h:
24708         Make ringbuffer faster and more simple by removing the locks
24709         in the playback thread.
24710         Add sample accurate playback based on buffer sample offsets.
24711         Make the baseaudiosink provide a clock.
24712         Parse caps in the base class.
24713         Correctly handle seeking, flushing and state changes.
24714
24715 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24716
24717         * configure.ac:
24718         * gst/audioconvert/Makefile.am:
24719         * gst/audioscale/Makefile.am:
24720           Fix part of the build.  Come on guys, autogen didn't even work :)
24721
24722 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24723
24724         * configure.ac:
24725         * gst-libs/gst/Makefile.am:
24726         * gst-libs/gst/media-info/.cvsignore:
24727         * gst-libs/gst/media-info/Makefile.am:
24728         * gst-libs/gst/media-info/README:
24729         * gst-libs/gst/media-info/media-info-priv.c:
24730         * gst-libs/gst/media-info/media-info-priv.h:
24731         * gst-libs/gst/media-info/media-info-test.c:
24732         * gst-libs/gst/media-info/media-info.c:
24733         * gst-libs/gst/media-info/media-info.h:
24734         * gst-libs/gst/media-info/media-info.vcproj:
24735         * pkgconfig/Makefile.am:
24736         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24737         * pkgconfig/gstreamer-media-info.pc.in:
24738           Remove media-info, which is also successed by playbin (see Totem
24739           implementation).
24740
24741 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24742
24743         * configure.ac:
24744         * examples/Makefile.am:
24745         * examples/gstplay/.cvsignore:
24746         * examples/gstplay/Makefile.am:
24747         * examples/gstplay/player.c:
24748         * gst-libs/gst/Makefile.am:
24749         * gst-libs/gst/play/.cvsignore:
24750         * gst-libs/gst/play/Makefile.am:
24751         * gst-libs/gst/play/play.c:
24752         * gst-libs/gst/play/play.h:
24753         * gst-libs/gst/play/play.vcproj:
24754         * pkgconfig/Makefile.am:
24755         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24756         * pkgconfig/gstreamer-play.pc.in:
24757           Remove libgstplay, playbin is now the official successor.
24758
24759 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24760
24761         * configure.ac:
24762         * gst-libs/gst/Makefile.am:
24763         * gst-libs/gst/xwindowlistener/Makefile.am:
24764         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24765         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24766           Remove deprecated xwindowlistener (I've moved xwindowlistening
24767           in the v4l/v4l2 plugins over to serverside).
24768
24769 2005-04-25  David Schleef  <ds@schleef.org>
24770
24771         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24772         to examples/dynparams.  Examples do not belong interspersed with
24773         source code.
24774         * examples/dynparams/demo-dparams.c:
24775         * gst/sine/Makefile.am:
24776         * gst/sine/demo-dparams.c:
24777
24778 2005-04-25  David Schleef  <ds@schleef.org>
24779
24780         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24781         * gst-libs/gst/audio/Makefile.am:
24782         * gst-libs/gst/riff/Makefile.am:
24783         * gst-libs/gst/tag/Makefile.am:
24784         * gst-libs/gst/video/Makefile.am:
24785         * gst-libs/gst/xwindowlistener/Makefile.am:
24786
24787         Convert to 0.9 API, seems to work:
24788         * sys/ximage/Makefile.am:
24789         * sys/ximage/ximagesink.c:
24790
24791 2005-04-24  David Schleef  <ds@schleef.org>
24792
24793         Link plugins against libraries:
24794         * ext/alsa/Makefile.am:
24795         * gst/tcp/Makefile.am:
24796
24797         Remove asm code that should be in liboil
24798         * gst/videoscale/Makefile.am:
24799         * gst/videoscale/videoscale_x86_asm.s:
24800
24801         gettext wants these checked in:
24802         * po/af.po:
24803         * po/az.po:
24804         * po/cs.po:
24805         * po/en_GB.po:
24806         * po/hu.po:
24807         * po/it.po:
24808         * po/nb.po:
24809         * po/nl.po:
24810         * po/or.po:
24811         * po/sq.po:
24812         * po/sr.po:
24813         * po/sv.po:
24814         * po/uk.po:
24815         * po/vi.po:
24816
24817 2005-04-24  David Schleef  <ds@schleef.org>
24818
24819         Convert gst_main() to g_main_loop_run()
24820         * gst/playback/decodetest.c: (main):
24821         * gst/playback/test2.c: (main):
24822         * gst/playback/test3.c: (main):
24823         * gst/playback/test4.c: (main):
24824
24825         Link plugins against libraries:
24826         * ext/libvisual/Makefile.am:
24827         * sys/xvimage/Makefile.am:
24828
24829 2005-04-24  David Schleef  <ds@schleef.org>
24830
24831         * configure.ac: Remove idct and resample libs
24832         * gst-libs/gst/Makefile.am: same
24833
24834         Remove usage of gst_library_load():
24835         * ext/alsa/gstalsaplugin.c: (plugin_init):
24836         * ext/libvisual/visual.c: (plugin_init):
24837         * ext/ogg/gstogg.c: (plugin_init):
24838         * ext/theora/theora.c: (plugin_init):
24839         * ext/vorbis/vorbis.c: (plugin_init):
24840         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
24841         * gst/audioscale/gstaudioscale.c:
24842         * gst/adder/gstadder.c: (plugin_init):
24843         * gst/audioconvert/plugin.c: (plugin_init):
24844         * sys/ximage/ximagesink.c: (plugin_init):
24845         * sys/xvimage/xvimagesink.c: (plugin_init):
24846         * gst/tcp/gsttcpplugin.c: (plugin_init):
24847
24848         Link plugins against libraries:
24849         * ext/ogg/Makefile.am:
24850         * ext/theora/Makefile.am:
24851         * ext/vorbis/Makefile.am:
24852         * gst/audioconvert/Makefile.am:
24853
24854         Create proper libraries:
24855         * gst-libs/gst/riff/Makefile.am:
24856         * gst-libs/gst/audio/Makefile.am:
24857         * gst-libs/gst/video/Makefile.am:
24858
24859         Move resample library to audioscale plugin directory:
24860         * gst-libs/gst/resample/Makefile.am:
24861         * gst-libs/gst/resample/README:
24862         * gst-libs/gst/resample/dtof.c:
24863         * gst-libs/gst/resample/dtos.c:
24864         * gst-libs/gst/resample/functable.c:
24865         * gst-libs/gst/resample/private.h:
24866         * gst-libs/gst/resample/resample.c:
24867         * gst-libs/gst/resample/resample.h:
24868         * gst-libs/gst/resample/resample.vcproj:
24869         * gst-libs/gst/resample/test.c:
24870         * gst/audioscale/Makefile.am:
24871         * gst/audioscale/README:
24872         * gst/audioscale/dtof.c:
24873         * gst/audioscale/dtos.c:
24874         * gst/audioscale/functable.c:
24875         * gst/audioscale/private.h:
24876         * gst/audioscale/resample.c:
24877         * gst/audioscale/resample.h:
24878         * gst/audioscale/test.c:
24879
24880         Move tagedit library to gst-libs:
24881         * gst-libs/gst/tag/Makefile.am:
24882         * gst-libs/gst/tag/gstid3tag.c:
24883         * gst-libs/gst/tag/gsttagediting.c:
24884         * gst-libs/gst/tag/gsttageditingprivate.h:
24885         * gst-libs/gst/tag/gstvorbistag.c:
24886         * gst/tags/Makefile.am:
24887         * gst/tags/gstid3tag.c:
24888         * gst/tags/gstvorbistag.c:
24889
24890         Fix for core changes:
24891         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24892         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
24893         (gst_sinesrc_getrange):
24894
24895 2005-04-23  David Schleef  <ds@schleef.org>
24896
24897         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
24898         in gst-plugins in a long time, and properly belongs in liboil.
24899         * gst-libs/gst/idct/Makefile.am:
24900         * gst-libs/gst/idct/README:
24901         * gst-libs/gst/idct/dct.h:
24902         * gst-libs/gst/idct/doieee:
24903         * gst-libs/gst/idct/fastintidct.c:
24904         * gst-libs/gst/idct/floatidct.c:
24905         * gst-libs/gst/idct/idct.c:
24906         * gst-libs/gst/idct/idct.h:
24907         * gst-libs/gst/idct/idtc.vcproj:
24908         * gst-libs/gst/idct/ieeetest.c:
24909         * gst-libs/gst/idct/intidct.c:
24910
24911 2005-04-20  Wim Taymans  <wim@fluendo.com>
24912
24913         * docs/design-audiosinks.txt:
24914         * gst-libs/gst/audio/Makefile.am:
24915         * gst-libs/gst/audio/TODO:
24916         * gst-libs/gst/audio/gstaudiosink.c:
24917         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24918         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24919         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
24920         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24921         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24922         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
24923         (gst_audiosink_class_init), (gst_audiosink_init),
24924         (gst_audiosink_create_ringbuffer):
24925         * gst-libs/gst/audio/gstaudiosink.h:
24926         * gst-libs/gst/audio/gstbaseaudiosink.c:
24927         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
24928         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
24929         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
24930         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
24931         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
24932         (gst_baseaudiosink_create_ringbuffer),
24933         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24934         * gst-libs/gst/audio/gstbaseaudiosink.h:
24935         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24936         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
24937         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
24938         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24939         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
24940         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24941         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
24942         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
24943         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
24944         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
24945         * gst-libs/gst/audio/gstringbuffer.h:
24946         An attempt at a set of audio base classes together with some
24947         design docs.
24948
24949 2005-04-20  Wim Taymans  <wim@fluendo.com>
24950
24951         * gst/audioconvert/Makefile.am:
24952         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24953         (gst_audio_convert_caps_remove_format_info),
24954         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24955         (gst_audio_convert_channels):
24956         Link against audio libs.
24957         Fix audio convert plugin.
24958
24959 2005-04-20  Wim Taymans  <wim@fluendo.com>
24960
24961         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
24962         (gst_ogg_demux_sink_activate):
24963         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
24964         (theora_set_header_on_caps), (theora_enc_sink_event),
24965         (theora_enc_chain):
24966         Fix theora encoder.
24967
24968 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24969
24970         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
24971         * gst/playback/gstdecodebin.c: (find_compatibles):
24972           Work with staticpadtemplates in elementfactories.
24973
24974 2005-04-12  Wim Taymans  <wim@fluendo.com>
24975
24976         * gst/playback/README:
24977         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24978         (compare_ranks), (print_feature), (gst_decode_bin_init),
24979         (dynamic_create), (dynamic_free), (find_compatibles),
24980         (mimetype_is_raw), (close_pad_link), (got_redirect),
24981         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
24982         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
24983         (gst_decode_bin_change_state):
24984         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24985         (gst_play_base_bin_init), (group_destroy), (group_commit),
24986         (check_queue), (queue_overrun), (queue_threshold_reached),
24987         (queue_out_of_data), (gen_preroll_element), (unknown_type),
24988         (new_decoded_pad), (setup_subtitle), (gen_source_element),
24989         (got_redirect), (setup_source), (play_base_eos),
24990         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
24991         (gst_play_base_bin_remove_element):
24992         * gst/playback/gstplaybasebin.h:
24993         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24994         (gst_play_bin_init), (gst_play_bin_dispose),
24995         (gst_play_bin_set_property), (gen_video_element),
24996         (gen_text_element), (gen_audio_element), (remove_sinks),
24997         (gst_play_bin_send_event):
24998         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
24999         (stream_info_change_state), (gst_stream_info_set_mute):
25000         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25001         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25002         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25003         (gst_stream_selector_chain):
25004         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25005         (main):
25006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25007         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25008         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25009         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25010         Raw and crude port of decodebin. 
25011         Make playbin compile.
25012
25013 2005-04-06  Wim Taymans  <wim@fluendo.com>
25014
25015         * ext/gnomevfs/Makefile.am:
25016         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25017         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25018         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25019         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25020         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25021         (gst_gnomevfssrc_stop):
25022         * ext/ogg/Makefile.am:
25023         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25024         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25025         * ext/theora/Makefile.am:
25026         * ext/theora/theoradec.c: (_inc_granulepos),
25027         (theora_dec_sink_event), (theora_dec_chain):
25028         * ext/vorbis/Makefile.am:
25029         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25030         (vorbis_dec_sink_event), (vorbis_dec_chain):
25031         * gst-libs/gst/audio/Makefile.am:
25032         * sys/xvimage/Makefile.am:
25033         Make gnomevfssrc extend the source base class.
25034         Fix linking against libs in various plugins.
25035
25036 2005-04-06  Andy Wingo  <wingo@pobox.com>
25037
25038         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25039         GST_BASE_LIBS.
25040
25041         * configure.ac: Add check and AC_SUBST for libgstbase.
25042
25043 2005-03-31  Wim Taymans  <wim@fluendo.com>
25044
25045         * examples/seeking/Makefile.am:
25046         * examples/seeking/cdparanoia.c: (main):
25047         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25048         (play_cb), (pause_cb), (stop_cb), (main):
25049         * examples/seeking/playbin.c:
25050         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25051         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25052         (make_sid_pipeline), (make_vorbis_pipeline),
25053         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25054         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25055         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25056         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25057         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25058         (stop_cb), (main):
25059         * examples/seeking/spider_seek.c:
25060         * examples/seeking/vorbisfile.c:
25061         * ext/gnomevfs/Makefile.am:
25062         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25063         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25064         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25065         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25066         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25067         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25068         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25069         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25070         * ext/ogg/README:
25071         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25072         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25073         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25074         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25075         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25076         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25077         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25078         (gst_ogg_demux_factory_filter), (compare_ranks),
25079         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25080         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25081         (gst_ogg_chain_new), (gst_ogg_chain_free),
25082         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25083         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25084         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25085         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25086         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25087         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25088         (gst_ogg_demux_get_prev_page),
25089         (gst_ogg_demux_deactivate_current_chain),
25090         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25091         (gst_ogg_demux_bisect_forward_serialno),
25092         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25093         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25094         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25095         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25096         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25097         (gst_ogg_demux_change_state), (gst_ogg_print):
25098         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25099         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25100         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25101         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25102         (gst_ogg_mux_loop):
25103         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25104         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25105         (theora_dec_src_convert), (theora_dec_sink_convert),
25106         (theora_dec_src_query), (theora_dec_src_event),
25107         (theora_dec_sink_event), (theora_dec_chain),
25108         (theora_dec_change_state):
25109         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25110         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25111         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25112         (theora_enc_change_state):
25113         * ext/vorbis/Makefile.am:
25114         * ext/vorbis/oggvorbisenc.c:
25115         * ext/vorbis/oggvorbisenc.h:
25116         * ext/vorbis/vorbis.c: (plugin_init):
25117         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25118         (vorbis_dec_src_query), (vorbis_dec_src_event),
25119         (vorbis_dec_sink_event), (vorbis_dec_chain),
25120         (vorbis_dec_change_state):
25121         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25122         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25123         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25124         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25125         (gst_vorbisenc_change_state):
25126         * ext/vorbis/vorbisenc.h:
25127         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25128         * gst-libs/gst/audio/audioclock.c:
25129         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25130         (gst_audiofilter_init), (gst_audiofilter_chain):
25131         * gst-libs/gst/audio/testchannels.c: (main):
25132         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25133         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25134         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25135         (gmip_find_track_streaminfo), (gmip_find_track_format):
25136         * gst-libs/gst/media-info/media-info.c:
25137         (gst_media_info_read_idler):
25138         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25139         (gst_play_get_all_by_interface):
25140         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25141         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25142         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25143         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25144         (gst_riff_parse_info):
25145         * gst-libs/gst/riff/riff-read.h:
25146         * gst-libs/gst/riff/riff.c: (plugin_init):
25147         * gst-libs/gst/video/Makefile.am:
25148         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25149         (gst_videosink_class_init), (gst_videosink_get_type):
25150         * gst-libs/gst/video/videosink.h:
25151         * gst/audioconvert/bufferframesconvert.c:
25152         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25153         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25154         * gst/audioconvert/channelmixtest.c: (main):
25155         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25156         (gst_audio_convert_chain),
25157         (gst_audio_convert_caps_remove_format_info),
25158         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25159         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25160         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25161         (gst_audio_convert_buffer_to_default_format),
25162         (gst_audio_convert_buffer_from_default_format),
25163         (gst_audio_convert_channels):
25164         * gst/audioconvert/gstchannelmix.h:
25165         * gst/ffmpegcolorspace/avcodec.h:
25166         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25167         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25168         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25169         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25170         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25171         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25172         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25173         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25174         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25175         (dv_type_find):
25176         * gst/videotestsrc/gstvideotestsrc.c:
25177         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25178         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25179         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25180         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25181         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25182         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25183         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25185         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25186         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25187         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25188         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25189         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25190         (gst_xvimagesink_navigation_send_event),
25191         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25192         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25193         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25194         * sys/xvimage/xvimagesink.h:
25195         Plugin port to 0.9, ogg/theora playback should work in the seek
25196         example now.
25197         Removed old examples.
25198         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25199         explained in 0.9 TODO doc.
25200
25201
25202 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25203
25204         * autogen.sh:
25205         * configure.ac:
25206         * ext/Makefile.am:
25207         * gst/Makefile.am:
25208         * po/POTFILES.in:
25209         * po/af.po:
25210         * po/az.po:
25211         * po/cs.po:
25212         * po/en_GB.po:
25213         * po/hu.po:
25214         * po/it.po:
25215         * po/nb.po:
25216         * po/nl.po:
25217         * po/or.po:
25218         * po/sq.po:
25219         * po/sr.po:
25220         * po/sv.po:
25221         * po/uk.po:
25222         * po/vi.po:
25223         * sys/Makefile.am:
25224         * testsuite/Makefile.am:
25225           remove a whole bunch of plugins.  This module now contains a set
25226           of free reference plugins/elements as agreed.
25227
25228 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25229
25230         * configure.ac:
25231           hunting season on 0.9 is now OPEN
25232
25233 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25234
25235         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25236           Kick the hell out of gcc for not warning me about a symbol conflict.
25237
25238 2005-02-22  Luca Ognibene  <luogni@tin.it>
25239
25240         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25241
25242         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25243           Don't leak caps string (fixes #168134)
25244
25245         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25246         (gst_jpegenc_init), (gst_jpegenc_finalize),
25247         (gst_jpegenc_change_state):
25248           Don't leak line buffers and context struct (fixes #168133).
25249
25250 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25251
25252         * configure.ac:
25253         * ext/dirac/gstdiracdec.cc:
25254         (gst_diracdec_chain):
25255           Since dirac 0.5.0 the framerate in dirac is expressed as a
25256           rational number. Fix build and up requirement to 0.5.0, and
25257           also pass parameters to gst_diracdec_link in the right order
25258           (fixes #167959).
25259
25260 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25261
25262         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25263         * ext/faad/gstfaad.h:
25264         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25265         certain invalid muxed streams, where some packets will contain 
25266         junk after decoder data. Partially fixes #149158.
25267
25268 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25269         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25270           Make sure we only write to writable buffers
25271
25272 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25273
25274         * gst-libs/gst/riff/riff-media.c:
25275         (gst_riff_create_audio_caps_with_data):
25276           Do actually fix invalid RIFF fmt header values for alaw
25277           and mulaw audio instead of just saying so.
25278
25279         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25280           Give gst_riff_create_audio_caps_with_data() a chance to
25281           fix up broken format header fields before extracting any
25282           parameters from the header. (fixes #167633)
25283
25284 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25285
25286         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25287
25288         * gst/audioconvert/bufferframesconvert.c:
25289         (buffer_frames_convert_link):
25290           Don't leak othercaps. (fixes #167878)
25291
25292 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25293
25294         * configure.ac:
25295         * ext/libvisual/visual.c: (gst_visual_srclink),
25296         (gst_visual_change_state):
25297           Support libvisual 0.2.0.
25298
25299 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25300
25301         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25302         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25303           Use same rowstrides for I420 as used everywhere else.
25304
25305 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25306
25307         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25308           Declare variables at beginning of block and make gcc-2.95 happy
25309           (fixes # 167482, patch by Gergely Nagy).
25310           
25311         * gst/tcp/gsttcpclientsrc.c:
25312         * gst/tcp/gsttcpclientsrc.h:
25313           Move some includes into the header, so that struct sockaddr_in is
25314           defined when it should be defined on FreeBSD as well (fixes
25315           #167483).
25316           
25317         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25318           Don't pass uninitialised values to setsockopt() here either.
25319
25320 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25321
25322         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25323
25324         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25325           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25326
25327 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25328
25329         * gst/playback/gstplaybin.c: (add_sink):
25330           Invert bin_add/link order to workaround deadlock in opt.
25331
25332 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25333
25334         * gst/modplug/gstmodplug.cc:
25335           Add missing break causing position queries to fail.
25336
25337 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25338
25339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25340           Granpos can apparently be -1, which screws up calculations...
25341
25342 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25343
25344         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25345         (gst_ximagesink_send_pending_navigation),
25346         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25347         (gst_ximagesink_init):
25348         * sys/ximage/ximagesink.h:
25349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25350         (gst_xvimagesink_send_pending_navigation),
25351         (gst_xvimagesink_navigation_send_event),
25352         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25353         * sys/xvimage/xvimagesink.h:
25354           Use a mutex protected list to marshal navigation
25355           events into the stream thread from whichever thread
25356           sends them.
25357
25358 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25359
25360         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25361           Display current position and track length; misc. clean-ups.
25362           
25363         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25364         (speed_init), (speed_chain):
25365           Add query function, so that the stream length and current position
25366           get adjusted when queried (note that current position queries may
25367           still be wrong if the audio sink returns values based on buffer
25368           timestamps instead of passing on the query).
25369
25370 2005-02-13  Benjamin Otte  <otte@gnome.org>
25371
25372         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25373         (gst_audio_convert_channels):
25374           create channel conversion matrix when linking
25375         * gst/audioconvert/.cvsignore:
25376         * gst/audioconvert/Makefile.am:
25377         * gst/audioconvert/channelmixtest.c: (main):
25378           add (ugly) test that ensures stereo <=> mono conversion works
25379           correctly
25380
25381 2005-02-13  Benjamin Otte  <otte@gnome.org>
25382
25383         * gst/audioconvert/gstchannelmix.h:
25384           include missing header file
25385         * gst/audioconvert/gstchannelmix.c:
25386         (gst_audio_convert_fill_compatible):
25387           use same sign for both channels when converting to/from compatible
25388           channel. Previously used different signs made the signals cancel
25389           each other out and appear like silence. (fixes #167269)
25390
25391 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25392
25393         * gst/ffmpegcolorspace/avcodec.h:
25394         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25395         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25396         (gst_ffmpegcsp_avpicture_fill):
25397         * gst/ffmpegcolorspace/imgconvert.c:
25398           Convert to and from YV12 (fixes #156379).
25399
25400 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25401
25402         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25403         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25404         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25405         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25406         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25407         methods from chain and negotiation and vice versa (Fixes #166142).
25408         * sys/ximage/ximagesink.h: Add stream_lock.
25409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25410         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25411         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25412         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25413
25414 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25415
25416         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25417           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25418           error message when we can't open the DVD device (when dvdnav_open()
25419           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25420           the above). Send something more useful instead (fixes #167117).
25421
25422 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25423
25424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25425         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25426         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25427         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25428         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25429         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25430         methods from chain and negotiation and vice versa (Fixes #166142).
25431         Fix a possible bug of images in the buffer pool being discarded because
25432         we are looking at the wrong geometry.
25433         * sys/xvimage/xvimagesink.h: Add stream_lock.
25434
25435 2005-02-11  David Schleef  <ds@schleef.org>
25436
25437         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25438         unsigned int. (fixes #167128)
25439
25440 2005-02-11  David Schleef  <ds@schleef.org>
25441
25442         * gst/librfb/Makefile.am: Testing stuff before committing is
25443           for wimps... and people with fast machines.  Fix stupid
25444           mistake.
25445
25446 2005-02-11  David Schleef  <ds@schleef.org>
25447
25448         * configure.ac: Pull in librfb from my CVS tree, because it is
25449           too small and annoying to be separate.  Move rfbsrc plugin
25450           to gst/.
25451         * ext/Makefile.am:
25452         * ext/librfb/Makefile.am:
25453         * ext/librfb/gstrfbsrc.c:
25454         * gst/librfb/Makefile.am:
25455         * gst/librfb/gstrfbsrc.c:
25456         * gst/librfb/rfb.c:
25457         * gst/librfb/rfb.h:
25458         * gst/librfb/rfbbuffer.c:
25459         * gst/librfb/rfbbuffer.h:
25460         * gst/librfb/rfbbytestream.c:
25461         * gst/librfb/rfbbytestream.h:
25462         * gst/librfb/rfbcontext.h:
25463         * gst/librfb/rfbdecoder.c:
25464         * gst/librfb/rfbdecoder.h:
25465         * gst/librfb/rfbutil.h:
25466
25467 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25468
25469         * gst/speed/Makefile.am:
25470         * gst/speed/demo-mp3.c: (main):
25471         * gst/speed/filter.func:
25472         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25473         (speed_class_init), (speed_init), (speed_chain_int16),
25474         (speed_chain_float32), (speed_chain), (speed_set_property),
25475         (speed_get_property), (speed_change_state):
25476         * gst/speed/gstspeed.h:
25477           Fix speed element and make it chain-based (fixes #156467),
25478           and make it handle more than one channel.
25479
25480 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25481
25482         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25483         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25484         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25485         * ext/dts/gstdtsdec.h:
25486           Don't clobber the stack constructing the channels array.
25487           Make the element chain-based. DTS tracks can now be played.
25488           
25489 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25490
25491         * gst-libs/gst/audio/multichannel.h:
25492         * gst-libs/gst/gconf/gconf.h:
25493         * gst-libs/gst/idct/idct.h:
25494         * gst-libs/gst/media-info/media-info-priv.h:
25495         * gst-libs/gst/play/play.h:
25496         * gst-libs/gst/resample/private.h:
25497         * gst-libs/gst/resample/resample.h:
25498         * gst-libs/gst/riff/riff-ids.h:
25499         * gst-libs/gst/video/video.h:
25500         * gst-libs/gst/video/videosink.h:
25501           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25502           missing, so that they work when included from C++ code.
25503
25504 2005-02-09  David Schleef  <ds@schleef.org>
25505
25506         * testsuite/gst-lint: Check for non-statically scoped
25507           parent_class variables.  This won't be a problem once
25508           plugins are loaded with RTLD_LOCAL.
25509
25510 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25511
25512         * ext/mplex/gstmplexibitstream.cc:
25513           gcc madness.
25514
25515 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25516
25517         * ext/ogg/gstogmparse.c:
25518         * gst/debug/gstnavigationtest.c:
25519           Die, thou faulty symbol pollutors (non-static parent_class).
25520
25521 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25522
25523         * ext/mplex/gstmplexibitstream.cc:
25524           Fix event handling (#165525).
25525
25526 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25527
25528         * ext/mikmod/gstmikmod.c:
25529         * gst/modplug/gstmodplug.cc:
25530           Add missing endianness to template (fixes #165509).
25531
25532 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25533
25534         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25535           Fix wrong order of reading of optional bytes (#165290).
25536
25537 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25538
25539         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25540           Implement FILLER event awareness.
25541
25542 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25543
25544         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25545           Fix track calculations (#166208).
25546
25547 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25548
25549         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25550
25551         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25552         * ext/libpng/gstpngenc.c:
25553           Fix byte-order, use proper fixed caps. Fixes #164197.
25554
25555 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25556
25557         * configure.ac:
25558           Add dvdlpcmdec 
25559
25560         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25561         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25562           Don't push buffers if the src pad isn't negotiated yet.
25563           
25564         * gst/audioconvert/gstaudioconvert.c:
25565         (gst_audio_convert_buffer_to_default_format),
25566         (gst_audio_convert_buffer_from_default_format):
25567           Add support for 24-bit width.
25568
25569         * gst/dvdlpcmdec/.cvsignore:
25570         * gst/dvdlpcmdec/Makefile.am:
25571         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25572         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25573         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25574         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25575         (plugin_init):
25576         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25577           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25578           format. Needs support for the channels maps if someone can find 
25579           a DVD LPCM track with > 2 channels.
25580
25581         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25582         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25583         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25584         * gst/mpegstream/gstdvddemux.h:
25585         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25586         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25587         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25588         * gst/mpegstream/gstmpegdemux.h:
25589         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25590         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25591         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25592         (gst_mpeg_parse_handle_src_query),
25593         (gst_mpeg_parse_handle_src_event):
25594           Use audio/x-dvd-lpcm for LPCM output.
25595           Add DTS output.
25596
25597 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25598
25599         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25600
25601         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25602         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25603           Add BGRA handling (#165736).
25604
25605 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25606
25607         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25608
25609         * gst/law/alaw-decode.c: (alawdec_link):
25610         * gst/law/alaw-encode.c: (alawenc_link):
25611         * gst/law/mulaw-decode.c: (mulawdec_link):
25612         * gst/law/mulaw-encode.c: (mulawenc_link):
25613           Fix caps memleaks (#166600).
25614
25615 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25616
25617         * ext/tarkin/mem.h:
25618         * ext/tarkin/wavelet.h:
25619         * ext/tarkin/yuv.h:
25620         * gst/ffmpegcolorspace/avcodec.h:
25621           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25622           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25623
25624 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25625
25626         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25628         (gst_xvimagesink_change_state):
25629           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25630           Xv video (and thereby regenerate Xv colourkey) in clear() so
25631           that PLAY -> READY -> PLAY works (fixes #162504).
25632
25633 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25634
25635         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25636           Switch to list instead of range, since MJPEG-devices really just
25637           support decimations, not any size.
25638
25639 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25640         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25641         (gst_mpeg2dec_reset), (free_all_buffers),
25642         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25643         * ext/mpeg2dec/gstmpeg2dec.h:
25644           The libmpeg2 user-allocated buffer management is awkward, 
25645           to say the least. Hopefully this fixes things.
25646
25647 2005-02-04  Andy Wingo  <wingo@pobox.com>
25648
25649         * gst/audioconvert/bufferframesconvert.c
25650         (buffer_frames_convert_fixate): New function, fixates to 256
25651         frames per buffer by default. (Much better than 1.)
25652         (buffer_frames_convert_init): Set the fixate function for both src
25653         and sink pad.
25654         (buffer_frames_convert_link): After success setting nonfixed caps,
25655         get the negotiated caps so we can know how many buffer-frames it
25656         will be. No idea how this worked at all before.
25657
25658 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25659
25660         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25661         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25662         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25663         (handle_sequence), (handle_picture):
25664         * ext/mpeg2dec/gstmpeg2dec.h:
25665           Rearrange buffer tracking and refcounting and refactor
25666           a little for readability. 
25667
25668 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25669         * sys/v4l/gstv4l.c: (plugin_init):
25670         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25671         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25672         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25673         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25674         * sys/v4l/gstv4ljpegsrc.h:
25675         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25676         * sys/v4l/v4l_calls.h:
25677         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25678         (gst_v4lsrc_get_fps):
25679         * sys/v4l/v4lsrc_calls.h:
25680           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25681           you jpeg inside rgb frames" driver.
25682           Don't error in the v4lsrc link function, just return 
25683           REFUSED.
25684
25685 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25686
25687         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25688         (gst_qcamsrc_open):
25689           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25690
25691 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25692
25693         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25694           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25695
25696 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25697
25698         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25699           Reset negotiated state on PAUSED->READY.
25700
25701 2005-02-02  David Schleef  <ds@schleef.org>
25702
25703         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25704         whereever possible.  (Fixes #165997)
25705         * examples/capsfilter/capsfilter1.c: (main):
25706         * examples/dynparams/filter.c: (create_ui):
25707         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25708         * examples/seeking/chained.c: (main):
25709         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25710         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25711         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25712         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25713         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25714         * examples/switch/switcher.c: (main):
25715         * ext/dv/demo-play.c: (main):
25716         * ext/faad/gstfaad.c: (gst_faad_change_state):
25717         * ext/mad/gstmad.c: (gst_mad_chain):
25718         * ext/smoothwave/demo-osssrc.c: (main):
25719         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25720         (gst_gconf_render_bin_from_description),
25721         (gst_gconf_get_default_audio_sink),
25722         (gst_gconf_get_default_video_sink),
25723         (gst_gconf_get_default_audio_src),
25724         (gst_gconf_get_default_video_src),
25725         (gst_gconf_get_default_visualization_element):
25726         * gst/level/demo.c: (main):
25727         * gst/level/plot.c: (main):
25728         * gst/playback/gstplaybin.c: (gen_video_element),
25729         (gen_audio_element):
25730         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25731         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25732         * gst/sine/demo-dparams.c: (main):
25733         * gst/spectrum/demo-osssrc.c: (main):
25734         * gst/speed/demo-mp3.c: (main):
25735         * gst/volume/demo.c: (main):
25736         * testsuite/embed/embed.c: (main):
25737
25738 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25739
25740         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25741         (gst_tcpclientsink_finalize):
25742         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25743         (gst_tcpclientsrc_finalize):
25744         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25745         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25746         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25747         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25748           Don't leak the hostname when shutting down.
25749           In tcpserversrc, take a copy of the default hostname.
25750
25751 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25752
25753         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25754           Set caps to systemstream=TRUE.
25755
25756 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25757
25758         * testsuite/Makefile.am:
25759           Fix more OSX buildbots.
25760
25761 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25762
25763         * ext/mpeg2dec/gstmpeg2dec.c:
25764           Don't send things to NULL PAD_PEERs
25765
25766         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25767           Copy-on-write the incoming buffer.
25768
25769         * gst/mpegstream/gstdvddemux.h:
25770         * gst/mpegstream/gstmpegclock.h:
25771         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25772         (normal_seek), (gst_mpeg_demux_handle_src_event):
25773         * gst/mpegstream/gstmpegdemux.h:
25774         * gst/mpegstream/gstmpegpacketize.h:
25775         * gst/mpegstream/gstmpegparse.c:
25776         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25777         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25778         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25779         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25780         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25781         * gst/mpegstream/gstmpegparse.h:
25782         * gst/mpegstream/gstrfc2250enc.h:
25783           Various changes to the way time is computed that make seeking and
25784           total time estimation much better here.
25785           Use G_BEGIN/END_DECLS instead of __cplusplus
25786
25787         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25788           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25789
25790 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25791
25792         * gst/subparse/gstsubparse.c:
25793           Fix OSX buildbot.
25794
25795 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25796
25797         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25798         (theora_enc_chain), (theora_enc_change_state):
25799         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25800         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25801         (gst_vorbisenc_change_state):
25802         * ext/vorbis/vorbisenc.h:
25803           Set granulepos and timestamp correctly for streams not
25804           starting at 0, taking into account the initial delay.
25805
25806 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25807
25808         * gst/mpegstream/gstdvddemux.c:
25809           Add audio/x-dts to audio pad template caps
25810
25811 2005-01-30  David Schleef  <ds@schleef.org>
25812
25813         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
25814         (create_context), (gst_polypsink_link): Fix silly endianness
25815         bug.  Add some debugging.  Remove float from caps; it doesn't
25816         work.  Attempt to get remote audio working.
25817
25818 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25819
25820         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25821           Add 3IV2 fourcc.
25822
25823 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25824
25825         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
25826         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
25827         (gst_avi_demux_stream_data):
25828         * gst/avi/gstavidemux.h:
25829           Invert DIB images. Fixes #132341.
25830
25831 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25832
25833         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25834         (gst_ffmpegcsp_chain):
25835           D'oh, reference the palette data, not the palette structure.
25836           Fixes color distortion in #132341.
25837
25838 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25839
25840         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25841           PAR can be non-fixed when not provided as argument (#162626).
25842
25843 2005-01-29  David Moore  <dcm@acm.org>
25844
25845         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25846
25847         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25848         (gst_qtdemux_loop_header):
25849           Re-apply patch from #142272 that allows non-seekable sources,
25850           re-proposed by Daniel Drake <dsd@gentoo.org>.
25851
25852 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25853
25854         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
25855           Use the src template for creating the src pad (#162330).
25856
25857 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25858
25859         * configure.ac:
25860         * ext/musepack/Makefile.am:
25861         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
25862         (gst_musepackdec_init), (gst_musepackdec_dispose),
25863         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
25864         (gst_musepack_stream_init), (gst_musepackdec_loop),
25865         (gst_musepackdec_change_state):
25866         * ext/musepack/gstmusepackdec.cpp:
25867         * ext/musepack/gstmusepackdec.h:
25868         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
25869         (gst_musepack_reader_read), (gst_musepack_reader_seek),
25870         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
25871         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
25872         * ext/musepack/gstmusepackreader.cpp:
25873         * ext/musepack/gstmusepackreader.h:
25874           Update to 1.1 API (#165446).
25875
25876 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25877
25878         * ext/Makefile.am:
25879           Unbreak buildbot.
25880
25881 2005-01-28  Andy Wingo  <wingo@pobox.com>
25882
25883         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
25884         to reflect a different dubious internet source. Add a reference
25885         and some commentary.
25886
25887 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25888
25889         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25890         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
25891         * gst/playback/gststreamselector.h:
25892           Be more selective when we're redoing caps negotiation from
25893           within the chain function on a stream change.
25894
25895 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25896
25897         * configure.ac:
25898         * ext/Makefile.am:
25899         * ext/amrnb/Makefile.am:
25900         * ext/amrnb/amrnb.c: (plugin_init):
25901         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
25902         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
25903         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
25904         (gst_amrnbdec_state_change):
25905         * ext/amrnb/amrnbdec.h:
25906         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
25907         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
25908         (gst_amrnbparse_init), (gst_amrnbparse_formats),
25909         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
25910         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
25911         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
25912         * ext/amrnb/amrnbparse.h:
25913           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
25914         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25915           Add AMR-NB/-WB raw formats.
25916         * ext/alsa/gstalsa.c: (gst_alsa_link):
25917           Keep valid time when changing format.
25918         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25919         (qtdemux_parse_trak):
25920           Add some more format-specific options (#140141, #143555, #155163).
25921
25922 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25923
25924         * gst/matroska/matroska-demux.c:
25925         (gst_matroska_demux_parse_blockgroup):
25926           Fix logic error in timing of subtitle stream synchronization.
25927         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25928           Add skip-chunk, which is found in kodak-camera streams.
25929
25930 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25931
25932         * po/LINGUAS:
25933         * po/vi.po:
25934           Adding Vietnamese translation (submitted by Clytie Siddall)
25935
25936 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25937
25938         * gst/playback/gstdecodebin.c: (try_to_link_1):
25939           Use realpad for signal.
25940
25941 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25942
25943         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
25944           Fix category so decodebin picks it up.
25945
25946 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25947
25948         * ext/mad/Makefile.am:
25949         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
25950         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
25951         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
25952         (found_type), (gst_id3demux_bin_change_state):
25953         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
25954         (gst_id3_tag_init), (gst_id3_tag_handle_event),
25955         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25956         (gst_id3_tag_change_state), (plugin_init):
25957         * ext/mad/gstmad.h:
25958           Add id3demuxbin (which is a simple bin consisting of id3demux
25959           and typefind), take over rank from id3demux, remove typefind
25960           code from id3demux. Makes all broken mp3s that I know of work,
25961           and thereby fixes #152688.
25962
25963 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
25964
25965         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25966
25967         * ext/mad/gstmad.c: (gst_mad_src_event):
25968         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
25969           Allow seeks on audio pad, make mad forward those (#164826).
25970         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25971           Set duration (#165335).
25972
25973 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25974
25975         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
25976         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
25977         (gst_asf_demux_process_ext_content_desc),
25978         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
25979         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
25980         * gst/asfdemux/gstasfdemux.h:
25981           Improve metadata display, e.g. if the metadata comes before the
25982           streams are loaded (which is perfectly valid).
25983
25984 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25985
25986         * tools/gst-launch-ext-m.m:
25987           Fix AVI/ASF pipelines (#165340).
25988
25989 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
25990         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
25991         build failure on amd64
25992
25993 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
25994
25995         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
25996         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
25997           Check environment variables GST_ID3V2_TAG_ENCODING,
25998           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
25999           list of character encodings to force interpretation of non-unicode
26000           strings stored in an ID3v2 tag to a particular encoding. If none
26001           is specified, try to use current locale's encoding, then fall back
26002           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26003         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26004         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26005           Check environment variables GST_ID3V1_TAG_ENCODING,
26006           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26007           list of character encodings to use in case a string encountered
26008           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26009           specified, try to use the current locale's encoding, then fall
26010           back to ISO-8859-1 (which will always succeed).
26011
26012 2005-01-25  Benjamin Otte  <otte@gnome.org>
26013
26014         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26015           - on half framerate, compute the rate in advance so the comparisons
26016             don't compare wrong values
26017           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26018             behaviour
26019           - don't use mad_header_decode anymore, mad_frame_decode does that
26020             automatically
26021           - when getting rid of consumed bytes, reset the stream's skiplen
26022           (fixes #163867)
26023
26024 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26025
26026         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26027           Use 1/2 a second for default max_discont, as PES streams from DVB
26028           seem to have larger spacings in the SCR. 
26029           Fix a typo.
26030
26031 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26032
26033         * gst/playback/gstplaybasebin.c: (group_commit):
26034           Notify delayed stream-info availability.
26035
26036 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26037         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26038         (gst_a52dec_handle_event), (gst_a52dec_chain):
26039         Add some debug output. Check that a discont has a valid
26040         time associated.
26041         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26042         (gst_alsa_sink_loop):
26043         Ignore TAG events. A little extra debug for broken timestamps.
26044         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26045         (dvdnavsrc_change_state):
26046         Ensure we send a discont to engage the link before we send any
26047         other events.
26048         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26049         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26050         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26051         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26052         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26053         dvd://title works in totem because typefinding sends a seek that ends
26054         up going back to chapter 1 regardless.
26055         * ext/mpeg2dec/gstmpeg2dec.c:
26056         * ext/mpeg2dec/gstmpeg2dec.h:
26057         Output correct timestamps and handle disconts.
26058         * ext/ogg/gstoggdemux.c: (get_relative):
26059         Small guard against a null dereference.
26060         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26061         (gst_textoverlay_set_property):
26062         Free memory when done. Don't call gst_event_filler_get_duration on
26063         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26064         g_warning.
26065         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26066         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26067         (gst_sw_srclink), (gst_smoothwave_chain):
26068         Draw solid lines, prettier colours.
26069         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26070         Add a default palette that'll work for some movies.
26071         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26072         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26073         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26074         * gst/mpegstream/gstdvddemux.h:
26075         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26076         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26077         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26078         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26079         * gst/mpegstream/gstmpegparse.h:
26080         Use PTM/NAV events when for timestamp adjustment when connected to 
26081         dvdnavsrc. Don't use many discont events where one suffices.
26082         * gst/playback/gstplaybasebin.c: (group_destroy),
26083         (gen_preroll_element), (gst_play_base_bin_add_element):
26084         * gst/playback/gstplaybasebin.h:
26085         Make sure we remove subtitles from the same bin we put them in.
26086         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26087         (gst_subparse_buffer_format_autodetect),
26088         (gst_subparse_change_state):
26089         Fix some memleaks and invalid accesses.
26090         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26091         (oggskel_type_find), (cmml_type_find), (plugin_init):
26092         Some typefind functions for Annodex v3.0 files
26093         * gst/wavparse/gstwavparse.h:
26094         GstRiffReadClass is the correct parent class.
26095
26096 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26097
26098         * gst-libs/gst/riff/riff-media.c:
26099         (gst_riff_create_video_caps_with_data):
26100           Add extradata to huffyuv (fixes #165013).
26101         * gst-libs/gst/riff/riff-read.c:
26102         (gst_riff_read_strf_vids_with_data):
26103           Fix extradata extraction if it is in the chunk size.
26104
26105 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26106
26107         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26108
26109         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26110         (gst_quarktv_change_state), (gst_quarktv_dispose):
26111           Memory free'ing location fix (#164708).
26112
26113 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26114
26115         * gst/playback/gstplaybasebin.c: (group_commit),
26116         (gen_preroll_element), (probe_triggered), (gen_source_element),
26117         (setup_source), (gst_play_base_bin_change_state),
26118         (gst_play_base_bin_add_element):
26119           Don't block for streams.
26120         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26121         (gst_stream_info_set_mute):
26122           Use gst_pad_set_active_recursive.
26123
26124 2005-01-25  Andy Wingo  <wingo@pobox.com>
26125
26126         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26127         for #ifndef HAVE_XVIDEO.
26128
26129 2005-01-24  Jeffrey C. Ollie
26130
26131         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26132
26133         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26134         * ext/gsm/gstgsmdec.h:
26135         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26136         * ext/gsm/gstgsmenc.h:
26137         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26138         was given by property. Add proper buffer timestamps and offsets.
26139
26140 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26141
26142         * gst-libs/gst/riff/riff-media.c:
26143         (gst_riff_create_audio_caps_with_data):
26144           Audio can be <8000Hz.
26145
26146 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26147
26148         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26149           Explicit state change to workaround refcount bugs.
26150
26151 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26152
26153         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26154         (gst_avimux_riff_get_avi_header):
26155           Fix...
26156
26157 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26158
26159         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26160         (gst_riff_read_element_data):
26161         * gst-libs/gst/riff/riff-read.h:
26162           Add _peek version (req'ed in CDXA).
26163         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26164         (gst_cdxaparse_loop):
26165           Fix parsing in playbin.
26166         * gst/playback/gstdecodebin.c: (close_pad_link):
26167           Ignore current_ pads, they cause major annoyance.
26168
26169 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26170
26171         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26172           Safety guard.
26173
26174 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26175
26176         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26177           Fix padding...
26178
26179 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26180
26181         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26182           Allow for 0-sized buffers. Fixes length query problems in
26183           starwars.mkv from the testsuite.
26184
26185 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26186
26187         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26188         (gst_video_box_i420), (gst_video_box_chain):
26189           Fix row strides for I420 (fixes #163159)
26190           
26191 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26192
26193         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26194           MPEG2 has a useful rate property, so we can actually use that.
26195           For MPEG-1, continue using the bytes/time properties.
26196
26197 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26198
26199         * gst-libs/gst/riff/riff-media.c:
26200         (gst_riff_create_video_caps_with_data),
26201         (gst_riff_create_video_template_caps):
26202           Add intel-h263.
26203
26204 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26205
26206         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26207           Fail if caps negotiation fails. Should fix #162184, and should
26208           definately be in there regardless of it fixing the actual bug.
26209         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26210         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26211         (gst_avimux_riff_get_avix_header),
26212         (gst_avimux_riff_get_video_header),
26213         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26214         (gst_avimux_start_file), (gst_avimux_handle_event),
26215         (gst_avimux_change_state):
26216         * gst/avi/gstavimux.h:
26217           Refactor structure writing to use GST_WRITE_UINT macros, add
26218           metadata writing support.
26219
26220 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26221
26222         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26223           Elements may already be destroyed when this function is called.
26224
26225 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26226
26227         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26228         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26229           More memory leak fixes (#149162).
26230
26231 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26232
26233         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26234         (gst_qtdemux_add_stream):
26235           Fix two memleaks.
26236
26237 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26238
26239         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26240           Argh...
26241
26242 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26243
26244         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26245           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26246           when fixating to six channels in Totem.
26247
26248 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26249
26250         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26251           Fix compile warnings on Solaris 10 buildbot
26252
26253 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26254
26255         * ext/dvdread/dvdreadsrc.c: (_read):
26256           Don't read beyond the last cell in a chapter (fixes 
26257           invalid memory access)
26258
26259 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26260
26261         * ext/dvdread/stream_labels.c:
26262         (dvdreadsrc_get_audio_stream_labels):
26263           Use NULL for an empty GList instead of g_list_alloc(); fix 
26264           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26265           of GString (easier to bulk free later)
26266
26267 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26268
26269         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26270
26271         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26272         (gst_ffmpeg_pixfmt_to_caps):
26273           Fix BGRA32 caps (#164209).
26274
26275 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26276
26277         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26278
26279         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26280         (gst_ffmpeg_caps_to_pixfmt):
26281           alpha_mask can be RGBA/ABGR. Fixes #164265.
26282
26283 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26284
26285         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26286
26287         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26288         (gst_mpeg2dec_alloc_buffer):
26289         * ext/mpeg2dec/gstmpeg2dec.h:
26290           Crop if decoding size is not the actual image size (#163676).
26291
26292 2005-01-17  Steve Baker  <steve@stevebaker.org>
26293
26294         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26295
26296         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26297         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26298           Add libsndfile typefind functions (#163309).
26299
26300 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26301
26302         * tools/gst-launch-ext-m.m:
26303           Add .aac, fix .m1v/.m2v (#163891).
26304
26305 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26306
26307         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26308           Sanity check, don't wait endlessly since the clock might not
26309           actually run at this point (which is a deadlock). Fixes #164069.
26310
26311 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26312
26313         * gst/playback/gstplaybasebin.c: (probe_triggered):
26314           Of course, only pause if group is done...
26315
26316 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26317
26318         * gst/playback/gstplaybasebin.c: (probe_triggered):
26319           Thread safety.
26320
26321 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26322
26323         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26324           Don't return state change success when the parent
26325           failed.
26326
26327 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26328
26329         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26330           Free events (fix memleak in #162905).
26331
26332 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26333
26334         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26335
26336         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26337         (gst_ffmpeg_caps_to_pixfmt):
26338           Fix for depth = 15. Fixes #161675.
26339
26340 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26341
26342         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26343           Set FPS correctly, even for webcams and the like.
26344         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26345           Don error on setting while capturing.
26346
26347 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26348
26349         * ext/dv/gstdvdec.c:
26350         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26351         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26352           I'm a bad boy. using /1001. to force C to do float division
26353           and not integer division (as it did in my last commit)
26354           Thanks to David I. Lehn for pointing this mistake.
26355
26356 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26357
26358         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26359           Revert Johan's 1.35->1.36 since it breaks compat.
26360
26361 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26362
26363         * ext/dv/gstdvdec.c:
26364         * ext/libfame/gstlibfame.c:
26365         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26366         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26367           replace framerate aproximations by their real value
26368           (24000/1001, 30000/1001, 60000/1001)
26369           Finish fixing bug #164049
26370
26371 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26372
26373         * ext/ogg/gstoggmux.c:
26374           eos/bos debugging
26375         * gst/tcp/gstmultifdsink.c:
26376         * gst/tcp/gstmultifdsink.h:
26377         * gst/tcp/gsttcp.c:
26378         * gst/tcp/gsttcp.h:
26379         * gst/tcp/gsttcpclientsink.c:
26380         * gst/tcp/gsttcpclientsrc.c:
26381         * gst/tcp/gsttcpserversink.c:
26382         * gst/tcp/gsttcpserversrc.c:
26383           improve reusability of elements after state changes and errors
26384           make multifdsink throw away streamheaders when receiving new ones
26385
26386 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26387
26388         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26389           Fix for if items are already in list...
26390
26391 2005-01-12  Benjamin Otte  <otte@gnome.org>
26392
26393         * gst/adder/gstadder.c: (gst_adder_loop):
26394           fix adder a bit so it doesn't screw up with events as much anymore
26395
26396 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26397
26398         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26399         (pixbufscale_scale), (gst_pixbufscale_chain):
26400         * ext/gdk_pixbuf/pixbufscale.h:
26401           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26402           to ensure rowstrides are calculated the same way as 
26403           ffmpegcolorspace
26404           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26405           that we pick up duration and offset also.
26406
26407 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26408
26409         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26410         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26411           Reusability fixes.
26412
26413 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26414
26415         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26416         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26417         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26418         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26419           Update flags when requested.
26420
26421 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26422
26423         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26424           Fix dmix.
26425
26426 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26427
26428         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26429         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26430         (probe_triggered), (new_decoded_pad), (gen_source_element),
26431         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26432         * gst/playback/gstplaybasebin.h:
26433         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26434         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26435         (gst_play_bin_change_state):
26436           Implement group-switch signal for use in apps to clear metadata
26437           cache, clean up subtitle, add suburi property instead of # hack,
26438           some error-out fixes.
26439
26440 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26441
26442         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26443           Debug.
26444         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26445           If we got a state change in the _get handler, don't return success.
26446
26447 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26448
26449         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26450         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26451           Make jpegdec quiet on MJPEG decoding
26452         * gst/asfdemux/README:
26453           Fix mimetypes for MJPEG and H263
26454
26455 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26456
26457         * ext/theora/theoradec.c: (theora_dec_chain):
26458           Fix broken code generation by gcc by swapping arguments.
26459         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26460           Fix \n in debug.
26461
26462 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26463
26464         * TODO:
26465           delete this file, it is by far outdated
26466         * ext/alsa/gstalsa.1: remove
26467         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26468         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26469         (gst_alsa_get_caps):
26470           Add HW probing for supported sample rates. Fixes #161704
26471
26472 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26473
26474         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26475           Don't crash, biatch! :).
26476
26477 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26478
26479         * ext/musepack/gstmusepackreader.cpp:
26480         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26481           Some work on tags - still doesn't work in playbin...
26482         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26483           Handle events...
26484
26485 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26486
26487         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26488           Also shove tags on kid pads.
26489
26490 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26491
26492         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26493           Don't bail on unknown events.
26494         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26495           Don't crash on events before negotiation.
26496         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26497           Send tags on pads, too.
26498         * gst/playback/gststreamselector.c:
26499         (gst_stream_selector_request_new_pad):
26500           Forward events on first pad if no input was selected yet.
26501
26502 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26503
26504         * gst/playback/gstplaybasebin.c: (setup_substreams):
26505           Don't disable streamtype if the stream doesn't exist, since
26506           then playing a video after audio will disable both and nothing
26507           will happen. Fixes the testsuite.
26508
26509 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26510
26511         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26512         (gst_v4l_xoverlay_set_xwindow_id):
26513         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26514         (gst_v4l2_xoverlay_set_xwindow_id):
26515           Add debug categories, fix overlay disabling.
26516
26517 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26518
26519         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26520         * ext/alsa/gstalsa.h:
26521           Add HW probing for period_count/size and buffer_size MIX/MAX
26522           Adjust default/user defined value if out of bounds
26523           Should fix bug #162024
26524
26525 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26526
26527         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26528           Fix warning (#161191).
26529
26530 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26531
26532         * ext/dvdread/stream_labels.c:
26533         (dvdreadsrc_get_audio_stream_labels):
26534           Fix warning (init the good variable in switch default)
26535
26536 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26537
26538         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26539
26540         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26541           Fix gcc-2.95 compile (#163485).
26542
26543 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26544
26545         * configure.ac:
26546         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26547         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26548         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26549         (gst_flacenc_change_state):
26550         * ext/flac/gstflacenc.h:
26551           Update for API change in flac-1.1.1. Update requirement in
26552           configure.ac. Fixes #162974.
26553
26554 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26555
26556         * gst/playback/gstplaybasebin.c: (group_destroy):
26557           Remove hack to get rid of assert and get rid of unlinked
26558           signals properly.
26559
26560 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26561
26562         * gst/playback/gstplaybasebin.c: (setup_source):
26563           Set source to NULL so that resources are free'ed. Fixes issues
26564           with playback of CDDA and similar device-accessing things.
26565
26566 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26567
26568         * testsuite/embed/Makefile.am:
26569           test->noinst, fix make test in buildbot.
26570
26571 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26572
26573         * ext/dvdread/stream_labels.c: new file
26574         * ext/dvdread/stream_labels.h: new file
26575         * ext/dvdread/Makefile.am:
26576         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26577           Extract audio stream label from DVD IFO files.
26578           It only dump them on the console for now, still have to
26579           make playbin aware of them.
26580
26581 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26582
26583         * gst/playback/gstplaybasebin.c: (setup_source):
26584           Fix hanging subs.
26585
26586 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26587
26588         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26589         (gen_preroll_element), (remove_groups), (setup_subtitle),
26590         (gen_source_element), (setup_source):
26591         * gst/playback/gstplaybasebin.h:
26592           Multiple .sub files is just a stupid idea... Fix some threading
26593           mistakes. Interestingly, external .sub files cause playbin to
26594           hang, I don't know why... Parsing fixes contributed by Fran??ois
26595           Kooman <fkooman@tuxed.net>.
26596
26597 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26598
26599         * testsuite/embed/Makefile.am:
26600           Fix buildbot.
26601
26602 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26603
26604         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26605
26606         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26607         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26608         (gst_pngenc_set_property):
26609         * ext/libpng/gstpngenc.h:
26610           Add compression level property (#163323).
26611
26612 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26613
26614         * configure.ac:
26615         * examples/capsfilter/capsfilter1.c: (main):
26616         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26617         * ext/dvdread/Makefile.am:
26618         * ext/dvdread/demo-play:
26619         * ext/dvdread/demo-play.c:
26620         * gconf/gstreamer.schemas.in:
26621         * gst-libs/gst/gconf/gconf.c:
26622         * sys/v4l/TODO:
26623         * testsuite/Makefile.am:
26624         * testsuite/embed/Makefile.am:
26625         * testsuite/embed/embed.c: (cb_expose), (main):
26626           Remove all references to xvideosink, fix examples (#140845).
26627         * gst/playback/gstplaybasebin.c: (group_destroy):
26628           Apparently, disposal does not unlink - so do explicitely.
26629         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26630           Add debug.
26631
26632 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26633
26634         * README: fix PKG_CONFIG_PATH instructions, what was there
26635         previously was breaking default search path, not nice. 
26636         Fixes #163358
26637
26638 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26639
26640         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26641         (gst_audioscale_chain):
26642           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26643           when resampling - how the ^@$^!@^! is this possible?!?
26644
26645 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26646
26647         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26648           Reset variables on READY.
26649         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26650         (gst_matroska_mux_loop):
26651           Require data before writing header.
26652
26653 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26654
26655         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26656
26657         * ext/mad/gstmad.c: (gst_mad_chain):
26658           Don't call mad_stream_sync() directly after recovering sync.
26659           Fixes #151661.
26660
26661 2005-01-09  Martin Eikermann  <meiker@upb.de>
26662
26663         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26664
26665         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26666         (snapshot_handler), (gst_snapshot_sinkconnect),
26667         (gst_snapshot_chain):
26668           Allocate resources when required, fix recursive signal emission
26669           and fix caps. Fixes #161667.
26670
26671 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26672
26673         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26674
26675         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26676         (gst_pngdec_chain):
26677           Handle only 8-bppc (bits-per-pixel-component) images, better
26678           error handling and correct strides. Fixes #163177.
26679         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26680         (gst_pngenc_chain):
26681           Better error handling. Fixes #163348.
26682
26683 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26684
26685         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26686         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26687         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26688         (dvdnavsrc_uri_handler_init):
26689           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26690         * gst/playback/gstplaybasebin.c: (gen_source_element):
26691           Add MMS to streaming URIs.
26692
26693 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26694
26695         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26696         * sys/xvimage/xvimagesink.c:
26697         (gst_xvimagesink_navigation_send_event):
26698           Check for pad availability before sending event.
26699
26700 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26701
26702         * gst-plugins.spec.in:
26703           Add subparse.
26704
26705 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26706
26707         * configure.ac:
26708           Since we use functions from CVS, up requirement.
26709
26710 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26711
26712         * gst/playback/Makefile.am:
26713         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26714         (group_destroy), (group_commit), (group_is_muted),
26715         (gen_preroll_element), (add_stream), (unknown_type),
26716         (probe_triggered), (preroll_unlinked), (mute_stream),
26717         (silence_stream), (new_decoded_pad), (setup_substreams),
26718         (setup_source), (get_active_source), (mute_group_type),
26719         (muted_group_change_state), (set_active_source),
26720         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26721         (play_base_eos), (gst_play_base_bin_change_state):
26722         * gst/playback/gstplaybasebin.h:
26723         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26724         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26725         (gst_stream_info_dispose), (stream_info_mute_pad),
26726         (stream_info_change_state), (gst_stream_info_set_mute):
26727         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26728         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26729         (gst_stream_selector_init), (gst_stream_selector_dispose),
26730         (gst_stream_selector_get_linked_pad),
26731         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26732         (gst_stream_selector_get_linked_pads),
26733         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26734         * gst/playback/gststreamselector.h:
26735           Adding stream selection support plus required properties for
26736           applications to use this. Fully fixes #100931.
26737
26738 2005-01-08  Benjamin Otte  <otte@gnome.org>
26739
26740         * gst/games/gstpuzzle.c: (nav_event_handler):
26741           - handle nav events differently: forward every event no matter if it
26742             was handled or not.
26743           - translate events
26744           You can now cheat by using navigationtest ! puzzle and moving the
26745           mouse close to the edge of a tile. ;)
26746
26747 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26748
26749         * configure.ac:
26750         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26751         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26752         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26753         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26754         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26755         (gst_ogm_parse_plugin_init):
26756         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26757         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26758         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26759         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26760         * ext/pango/gsttextoverlay.h:
26761         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26762         (gst_matroska_demux_handle_seek_event),
26763         (gst_matroska_demux_sync_streams),
26764         (gst_matroska_demux_parse_blockgroup),
26765         (gst_matroska_demux_subtitle_caps),
26766         (gst_matroska_demux_plugin_init):
26767         * gst/matroska/matroska-ids.h:
26768         * gst/playback/gstdecodebin.c: (close_pad_link):
26769         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26770         (gen_preroll_element), (remove_groups), (add_stream),
26771         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26772         (setup_source):
26773         * gst/playback/gstplaybasebin.h:
26774         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26775         * gst/subparse/Makefile.am:
26776         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26777         (gst_subparse_base_init), (gst_subparse_class_init),
26778         (gst_subparse_init), (gst_subparse_formats),
26779         (gst_subparse_eventmask), (gst_subparse_event),
26780         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26781         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26782         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26783         (parse_mpsub_deinit), (parse_mpsub_init),
26784         (gst_subparse_buffer_format_autodetect),
26785         (gst_subparse_format_autodetect), (gst_subparse_loop),
26786         (gst_subparse_change_state), (gst_subparse_type_find),
26787         (plugin_init):
26788         * gst/subparse/gstsubparse.h:
26789         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26790         (plugin_init):
26791           Add subtitle support, .sub parser (supports SRT and MPsub),
26792           OGM text support, Matroska UTF-8 text support, deadlock fixes
26793           all over the place, subtitle awareness in decodebin/playbin
26794           and some fixes to textoverlay to handle subtitles in a stream
26795           correctly. Fixes #100931.
26796
26797 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26798
26799         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26800           Check for pad availability before doing a query on it.
26801
26802 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26803
26804         * ext/dv/gstdvdec.c:
26805           really fix bpp24/32 dvdec caps (classic rgba indeed)
26806         * gst/asfdemux/gstasfdemux.c:
26807         (gst_asf_demux_process_ext_content_desc):
26808           don't send text tags if they are empty (bis repetita)
26809
26810 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26811
26812         * ext/dv/gstdvdec.c:
26813          remove unneeded comment from dvdec
26814           (related to DV 4CC codes in AVI files)
26815           moved them in gstreamer/docs/random/mimetypes
26816         * gst/asfdemux/gstasfdemux.c:
26817         (gst_asf_demux_process_ext_content_desc):
26818          don't send text tags if they are empty
26819          fix mem leak on error path
26820         * gst/ffmpegcolorspace/avcodec.h:
26821         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26822         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26823         (gst_ffmpegcsp_avpicture_fill):
26824         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
26825         * gst/ffmpegcolorspace/imgconvert_template.h:
26826          adds BGR32 and BGRA32 to ffmpegcolorspace
26827           (still bad colors, fixing it on next commit)
26828           helps with dvdec outputing BGR32
26829
26830 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26831
26832         * ext/dv/gstdvdec.c:
26833          Fix audio caps i just broke (missing ',')
26834         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
26835         (gst_matroska_mux_reset):
26836          Fix typo + add FIXME about old "x-gst-metadata" crap
26837
26838 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26839
26840         * ext/dv/demo-play.c: (main):
26841          xvideosink -> xvimagesink
26842         * ext/dv/gstdvdec.c:
26843          change rgb 32/32 caps to 24/32 (no alpha)
26844          change nb of channels to be a list (2 or 4, not 2)
26845          change sample rate to be a list (32, 44.1, 48 kHz) not a range
26846         * gst/asfdemux/gstasfdemux.c:
26847         (gst_asf_demux_process_ext_content_desc):
26848          Add 'date/year' to extracted metadata list
26849
26850 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26851
26852         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
26853           The return value of fixate_to does not imply that the requested
26854           value was set, so don't assume.
26855
26856 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
26857
26858         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26859
26860         * ext/libpng/gstpngdec.c:
26861         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
26862         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
26863         * ext/libpng/gstpngenc.h:
26864           Alpha support (encoder; #163161), mime fixage.
26865
26866 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
26867
26868         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26869
26870         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
26871         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
26872         (gst_faac_set_property), (gst_faac_get_property):
26873         * ext/faac/gstfaac.h:
26874           Allow for ADTS output (#153434).
26875
26876 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26877
26878         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26879           Fix against template (#150576).
26880
26881 2005-01-06  Benjamin Otte  <otte@gnome.org>
26882
26883         * gst/games/gstpuzzle.c: (draw_puzzle):
26884           don't draw a puzzle if either width or height of tiles would be 0.
26885
26886 2005-01-06  Benjamin Otte  <otte@gnome.org>
26887
26888         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
26889         (gst_puzzle_class_init), (gst_puzzle_finalize):
26890           no memleaks, please
26891         (gst_puzzle_create), (gst_puzzle_init),
26892         (gst_puzzle_set_property), (gst_puzzle_setup):
26893           change initialization code around so we don't reshuffle on resize
26894         (draw_puzzle):
26895           fix another stupid typo
26896
26897 2005-01-06  Benjamin Otte  <otte@gnome.org>
26898
26899         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
26900           fix stupid typo that borked copying on YUY2
26901
26902 2005-01-06  Benjamin Otte  <otte@gnome.org>
26903
26904         * gst/games/gstpuzzle.c: (draw_puzzle):
26905           fix edges when image sizes aren't multiples of tile sizes
26906
26907 2005-01-06  Benjamin Otte  <otte@gnome.org>
26908
26909         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
26910           make RGB endianness work correctly
26911         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
26912           refactor and fix race with initial shuffling
26913         (nav_event_handler):
26914           allow using the mouse to puzzle
26915         (draw_puzzle):
26916           insist on tiles having width and height as multiples of 4 to get
26917           clean YUV image handling
26918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26919         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
26920           s/DEBUG/LOG/ for common messages
26921         (gst_xvimagesink_navigation_send_event):
26922           fix mouse event translation to not include screen PAR
26923         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26924           fix mouse event translation to actually work
26925
26926 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26927
26928         * gst/asfdemux/gstasfdemux.c:
26929         (gst_asf_demux_process_ext_content_desc):
26930          Extract TrackNumber metadata + clean up code
26931         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
26932          Hope this is the good fix (var used unitialised)
26933
26934 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26935
26936         * ext/faad/gstfaad.c: (gst_faad_chain):
26937           Only increment timestamp if it's valid. Fixes raw AAC streams.
26938
26939 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26940
26941         * configure.ac:
26942         * gst/games/Makefile.am:
26943         * gst/games/gstpuzzle.c:
26944           add a puzzle game with...
26945         * gst/games/gstvideoimage.c:
26946         * gst/games/gstvideoimage.h:
26947           ... full colorspace support (that includes YUV9 and RGB16)) stolen
26948           from videotestsrc and made into something that would be a nice
26949           library for a lot of other plugins.
26950
26951 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26952
26953         * configure.ac:
26954          don't compile faad plugin if a RC of 2.0 is found
26955          Fixes #155346 (and FC1 buildbot)
26956         * gst/asfdemux/gstasfdemux.c:
26957         (gst_asf_demux_process_ext_content_desc):
26958          try to make Solaris compiler happier
26959
26960 2005-01-06  Paul Jack  <pjack@sfaf.org>
26961
26962         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26963
26964         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
26965           Fix segfault (#161667).
26966
26967 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26968
26969         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26970           Fix framerate reporting.
26971
26972 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26973
26974         * gst-libs/gst/riff/riff-ids.h:
26975         * gst/wavenc/riff.h:
26976          Add AMR (VBR and CBR) ids to riff.h audio codec list
26977         * gst/asfdemux/gstasfdemux.c:
26978         (gst_asf_demux_process_ext_content_desc),
26979         (gst_asf_demux_process_object):
26980           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
26981
26982 2005-01-05  Martin Eikermann  <meiker@upb.de>
26983
26984         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26985
26986         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26987         (gst_dvd_demux_handle_discont):
26988         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
26989         (gst_mpeg_demux_handle_discont):
26990           Recreate pads on new-media (#160730).
26991         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
26992           Send discont even if manager changes timestamps (#161929).
26993
26994 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
26995
26996         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26997
26998         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
26999           Fix invalid memory access (#159211).
27000
27001 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27002
27003         * examples/gstplay/player.c: (main):
27004           Don't iterate.
27005         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27006           Add visualizations.
27007         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27008         (gst_a52dec_handle_frame):
27009           Set duration.
27010         * ext/dvdnav/gst-dvd:
27011           Add audioconvert. Fixes #161325.
27012         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27013           Explicitely case to gint64. Possible valgrind error.
27014         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27015         (gst_play_tick_callback), (gst_play_change_state),
27016         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27017         (gst_play_set_location), (gst_play_get_location),
27018         (gst_play_seek_to_time), (gst_play_set_data_src),
27019         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27020         (gst_play_set_visualization), (gst_play_connect_visualization),
27021         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27022         (gst_play_new):
27023           Use playbin. Fixes #139749 and #147744.
27024         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27025           Add genre tag.
27026         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27027         (audioscale_get_type), (gst_audioscale_base_init),
27028         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27029         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27030         (gst_audioscale_link), (gst_audioscale_get_buffer),
27031         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27032         (gst_audioscale_init), (gst_audioscale_dispose),
27033         (gst_audioscale_chain), (gst_audioscale_set_property),
27034         (gst_audioscale_get_property), (plugin_init):
27035           Indent properly.
27036         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27037           Fix LPCM.
27038         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27039         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27040         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27041           Add more metadata (fixes #162656).
27042
27043 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27044
27045         * configure.ac:
27046           back to cvs
27047
27048 === release 0.8.7 ===
27049
27050 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27051
27052         * NEWS:
27053         * RELEASE:
27054         * configure.ac:
27055           releasing 0.8.7, "Hyperspace"
27056
27057 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27058
27059         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27060
27061         * gst/playback/gstplaybasebin.c:
27062          Fix for #162924 - free caps after use, not before
27063
27064 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27065
27066         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27067
27068         * gst/playback/gstplaybasebin.c:
27069         * gst/wavparse/gstwavparse.c:
27070           Fix for #154773 - fixes playback of small .wav files
27071
27072 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27073
27074         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27075
27076         * gst/audioscale/gstaudioscale.c:
27077           Fix for #162819 - make audioscale reusable
27078           Fixes playback of more than one file with playbin/totem
27079
27080 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27081
27082         * gst/ffmpegcolorspace/avcodec.h:
27083         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27084         * gst/ffmpegcolorspace/imgconvert.c:
27085           clean up the mess that made me cry and avoid needless duplication
27086
27087 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27088
27089         * gst/ffmpegcolorspace/imgconvert.c:
27090           give some indication of why we're segfaulting
27091
27092 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27093
27094         * configure.ac:
27095           Fix indentation, fix v4l2 plugin detection.
27096         * ext/Makefile.am:
27097           Fix libmms location (Maciej, use diff -u!).
27098         * ext/alsa/gstalsa.c: (gst_alsa_init):
27099           Initialize caps cache to NULL.
27100         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27101           Only change state on audiosink if it exists.
27102
27103 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27104
27105         * gst/matroska/matroska-demux.c:
27106         * gst/matroska/matroska-ids.h:
27107         * gst/matroska/matroska-demux.h:
27108         Fix Vorbis streams failing to decode in some files, where cluster_time
27109         isn't 0, because then it doesn't send codec_priv before actual data.
27110         Remove time-based test and replace it with marker set on beginning of
27111         new stream
27112
27113 2004-12-28  David Schleef  <ds@schleef.org>
27114
27115         Merge patch from Ronald fixing problems with streaming
27116         text.
27117         * ext/cairo/gstcairo.c: (plugin_init):
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):
27123         * ext/cairo/gsttextoverlay.h:
27124
27125 2004-12-27  David Schleef  <ds@schleef.org>
27126
27127         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27128         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27129         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27130         (gst_textoverlay_font_init), (gst_textoverlay_init),
27131         (gst_textoverlay_set_property): Improvements to actually
27132         render text as white on black outline on video, including
27133         font selection and horizontal/vertical alignment.  (Ronald's
27134         christmas present)
27135         * ext/cairo/gsttextoverlay.h:
27136
27137 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27138
27139         * ext/ogg/gstogg.c:
27140         * ext/ogg/gstogmparse.c:
27141           fix ogm[audio/video]parse plugin registration
27142           (riff won't load if bytestream is already loaded)
27143
27144 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27145
27146         * gst/audioconvert/gstchannelmix.c:
27147           fix for GLIB < 2.4
27148
27149 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27150
27151         * Makefile.am:
27152         * configure.ac:
27153           disable docs again until it actually passes make distcheck.
27154
27155 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27156
27157         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27158         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27159         (plugin_init):
27160           Add 3GP (variables name Q3GP because they can't start with a
27161           number). Add samr audio fourcc (used in .3gp files), decoder
27162           is work in progress. Also do a GST_WARNING instead of ERROR
27163           in case of unknown nodes, to decrease output.
27164
27165 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27166
27167         * Makefile.am:
27168           really fix dist
27169
27170 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27171
27172         * configure.ac:
27173         * ext/speex/gstspeexdec.h:
27174         * ext/speex/gstspeexenc.h:
27175           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27176           Fix detection code in configure.ac
27177
27178 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27179
27180         * gst/matroska/matroska-demux.c:
27181         (gst_matroska_demux_parse_blockgroup):
27182           Save position, so that queries give proper return values. Don't
27183           know how this could ever have worked before...
27184
27185 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27186
27187         * configure.ac:
27188           Put additional LAME check inside the conditional.  Fixes #152339
27189
27190 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27191
27192         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27193         (gst_avi_demux_stream_scan):
27194           Add some more debug. Fix logic error when setting movi offset
27195           while reading index.
27196
27197 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27198
27199         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27200         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27201         (gst_avi_demux_process_next_entry):
27202           Add some debugging. Better detection of broken indexes and the
27203           accompanying index recovery. No infinite loops on state changes
27204           when we're still in our loopfunction.
27205
27206 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27207
27208         * configure.ac:
27209           Fix up.
27210
27211 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27212
27213         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27214
27215         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27216           Normalizing the value before setting
27217         (gst_sunaudiomixer_get_volume):
27218           Normalizing the value after getting. Fixes bug# 161980
27219
27220 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27221
27222         * Makefile.am: Make sure docs gets disted
27223         * docs/Makefile.am: Make sure all needed files get disted
27224         * gst-plugins.spec.in: latest updates
27225
27226 2004-12-22  Wim Taymans  <wim@fluendo.com>
27227
27228         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27229         Revert patch 1.38 as clock distribution over schedulers does
27230         not work correcly in the core yet.
27231
27232 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27233
27234         * sys/oss/README: remove this file, which predates my birth
27235           (and which content is by far outdated)
27236
27237 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27238
27239         * Makefile.am:
27240         * configure.ac:
27241         * docs/Makefile.am:
27242         * docs/libs/Makefile.am:
27243         * docs/libs/gst-plugins-libs-docs.sgml:
27244         * docs/libs/gst-plugins-libs-sections.txt:
27245         * docs/libs/tmpl/gstgconf.sgml:
27246         * docs/upload.mak:
27247         * docs/version.entities.in:
27248           Added boilerplate gtk-doc files for plugin-libs documentation.
27249
27250 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27251
27252         * gst/auparse/gstauparse.c: fix int and float audio caps
27253
27254 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27255
27256         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27257         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27258           g_assert() can be a macro, don't use #ifdef inside it.
27259
27260 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27261
27262         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27263
27264         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27265         (gst_videorate_init), (gst_videorate_chain),
27266         (gst_videorate_change_state):
27267           Event handling (fixes #159986).
27268
27269 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27270
27271         * gst-libs/gst/riff/riff-media.c:
27272         (gst_riff_create_video_caps_with_data):
27273           Add BLZ0 (Blizzard's version of DivX) fourcc.
27274
27275 2004-12-18  David Schleef  <ds@schleef.org>
27276
27277         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27278         portability fix.
27279
27280 2004-12-18  David Schleef  <ds@schleef.org>
27281
27282         * gst/tta/ttadec.h: Disable some header code that isn't used
27283         and clearly isn't portable.
27284
27285 2004-12-18  David Schleef  <ds@schleef.org>
27286
27287         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27288         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27289         (avcodec_get_pix_fmt), (avpicture_layout),
27290         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27291         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27292         Fix code to not use GCC extensions (and c99 extensions that
27293         Forte does not like.)
27294
27295 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27296
27297         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27298
27299         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27300         (gst_deinterlace_chain):
27301           Rowstride fixes. Fixes #161039.
27302         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27303         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27304         (gst_video_crop_getcaps), (gst_video_crop_link),
27305         (gst_video_crop_i420), (gst_video_crop_chain),
27306         (gst_video_crop_change_state):
27307           Rework of negotiation. Actually works now. Fixes #158650.
27308
27309 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27310
27311         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27312           That was very stupid.
27313
27314 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27315
27316         * gst/matroska/matroska-demux.c:
27317         (gst_matroska_demux_parse_blockgroup):
27318           Fix possible crasher.
27319
27320 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27321
27322         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27323         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27324           Lace sizes can be zero.
27325
27326 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27327
27328         * ext/musepack/gstmusepackdec.cpp:
27329           Fetch error return values. Fixes #161624.
27330         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27331           Really EOS.
27332
27333 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27334
27335         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27336           Work for truncated (unfinished download etc.) files. Fixes #160514.
27337
27338 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27339
27340         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27341           Fix for integer overflow. Makes #156001 not crash. Probably masks
27342           the real bug.
27343
27344 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27345
27346         * gst/ac3parse/gstac3parse.c: (plugin_init):
27347           Parsers never have ranks. Fixes #159651.
27348
27349 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27350
27351         * gst/playback/gstdecodebin.c: (compare_ranks):
27352           make sure the facotries are ordered the same every time even if they
27353           have the same rank by using the name
27354         * gst/playback/gstdecodebin.c: (find_compatibles):
27355           make sure we don't add factories to the list twice
27356
27357 2004-12-16  David Schleef  <ds@schleef.org>
27358
27359         * configure.ac: look for musepack headers as musepack/*.h
27360         (fixes #159847)
27361         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27362         * ext/musepack/gstmusepackreader.h: same
27363
27364 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27365
27366         * gst-libs/gst/riff/riff-read.c:
27367         (gst_riff_read_strf_auds_with_data):
27368           Read extradata correctly (fixes #155879).
27369
27370 2004-12-16  David Schleef  <ds@schleef.org>
27371
27372         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27373         audio.  does _not_ attempt or allow conversion unless channels
27374         is 1 or 2.
27375
27376 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27377
27378         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27379
27380 2004-12-16  David Schleef  <ds@schleef.org>
27381
27382         * gst/audioscale/gstaudioscale.c: the resample library only
27383         handles 1 or 2 channels.  Change caps to compensate.
27384
27385 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27386
27387         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27388         (gst_matroska_demux_audio_caps):
27389           Some MPEG-AAC hacks, because else it doesn't work...
27390
27391 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27392
27393         * gst-libs/gst/riff/riff-media.c:
27394         (gst_riff_create_video_caps_with_data),
27395         (gst_riff_create_video_template_caps):
27396           Add h264.
27397
27398 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27399
27400         * gst-libs/gst/audio/Makefile.am:
27401           Try to fix buildbot.
27402
27403 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27404
27405         * gst/tcp/gstmultifdsink.c:
27406           Clean up and uniformize debugging.
27407
27408 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27409
27410         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27411
27412         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27413         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27414         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27415         (gst_mpeg_demux_change_state):
27416           Reset on ready. Fixes 160276.
27417
27418 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27419
27420         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27421
27422         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27423         (gst_ffmpegcsp_pad_link):
27424           Fix memleak (#154815).
27425
27426 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27427
27428         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27429
27430         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27431         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27432         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27433         * ext/musicbrainz/gsttrm.h:
27434           Add support for using a proxy server when getting a trm id from
27435           the MusicBrainz database (#149613).
27436
27437 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27438
27439         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27440
27441         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27442         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27443           Fix memleaks (#157233).
27444
27445 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27446
27447         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27448
27449         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27450         * gst-libs/gst/resample/resample.h:
27451         * gst/audioscale/gstaudioscale.c:
27452           Fix memleak (#159215).
27453
27454 2004-12-16  Toni Willberg  <toniw@iki.fi>
27455
27456         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27457
27458         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27459         * sys/oss/oss_probe.c: (main):
27460           Check for mono/stereo support (similar to samplerate probing),
27461           fixes #159433. Also add missing copyright header to oss_probe.c.
27462
27463 2004-12-15  David Schleef  <ds@schleef.org>
27464
27465         * configure.ac: add audioresample and cairo plugins.  Remove
27466         HAVE_MMX stuff, because it's not used.
27467         * ext/Makefile.am: same
27468         * ext/audioresample/Makefile.am: You are not ready for an
27469         audio resampling element based on audioresample.
27470         * ext/audioresample/gstaudioresample.c:
27471         * ext/audioresample/gstaudioresample.h:
27472         * ext/cairo/Makefile.am: You are not ready for overlay elements
27473         based on cairo.  Don't look too closely, these elements kinda
27474         suck right now.
27475         * ext/cairo/gstcairo.c: new
27476         * ext/cairo/gsttextoverlay.c: new
27477         * ext/cairo/gsttextoverlay.h: new
27478         * ext/cairo/gsttimeoverlay.c: new
27479         * ext/cairo/gsttimeoverlay.h: new
27480         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27481         problem with compilers that don't support variadic macros.
27482
27483 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27484
27485         Reviewed by:  David Schleef  <ds@schleef.org>
27486
27487         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27488         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27489         bit.  Also ran indent-gst.
27490         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27491         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27492         (gst_sunaudiosrc_setparams):
27493
27494 2004-12-14  David Schleef  <ds@schleef.org>
27495
27496         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27497         output rate to 16000.  Should fix #160235.
27498
27499 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27500
27501         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27502         Add typefinding for mpeg2 pes streams
27503
27504 2004-12-13  David Schleef  <ds@schleef.org>
27505
27506         * configure.ac:  Applied patch from bug #143659, making default
27507         sources and sinks OS-dependent (for Solaris), and added code
27508         for OS/X.
27509         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27510
27511 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27512
27513         * gst-libs/gst/riff/riff-media.c:
27514           forgot to add h2.64 to avidemux template caps
27515
27516 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27517
27518         * gst/wavenc/riff.h:
27519         * gst-libs/gst/riff/riff-media.c:
27520         * gst-libs/gst/riff/riff-ids.h:
27521         * gst/avi/gstavimux.c
27522         add 4CC code for VideoSoft h264 in AVI (VSSH)
27523           fixes bug #160655
27524         remove s323 from riff, it's quicktime specific :(
27525
27526 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27527
27528         * gst/asfdemux/README
27529         * gst/wavenc/riff.h
27530         * gst-libs/gst/riff/riff-ids.h
27531         * gst-libs/gst/riff/riff-media.c
27532         * gst/qtdemux/qtdemux.c:
27533           add new 4CC codes for h263 related codecs
27534           fixes partially bug #155163
27535
27536 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27537
27538         * configure.ac: Update polyaudio requirement to 0.7
27539         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27540
27541 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27542
27543         * gst/interleave/deinterleave.c:
27544         fix my name's spelling! :)
27545
27546 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27547
27548         * AUTHORS ChangeLog
27549         * gst/auparse/gstauparse.c
27550         * gst/interleave/deinterleave.c
27551         * gst/law/:
27552                 alaw-decode.c alaw-encode.c
27553                 mulaw-decode.c mulaw-encode.c
27554         * gst/oneton/gstoneton.c
27555         * sys/osxaudio/:
27556                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27557         * sys/osxvideo/:
27558                 cocoawindow.h cocoawindow.m
27559                 osxvideosink.h osxvideosink.m
27560
27561         put the same mail address for Zaheer Abbas Merali everywhere
27562
27563 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27564
27565         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27566           Align by packetsize, and assert that we a packet available before
27567           playing. The first makes webstreams work (they often include
27568           trailing padding data in a packet), the second allows pausing a
27569           ASF stream in totem without getting demux errors afterwards.
27570
27571 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27572
27573         * ext/ogg/gstoggdemux.c: (get_relative):
27574           Check for non-NULL before accessing member (end-of-chain).
27575
27576 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27577
27578         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27579         (cdparanoia_set_property), (cdparanoia_get_property):
27580         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27581         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27582         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27583         (dvdreadsrc_init), (dvdreadsrc_set_property),
27584         (dvdreadsrc_get_property):
27585         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27586         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27587           Synchronize property names where not yet the case. Devices are
27588           now device=X, other versions are deprecated (but still exist).
27589           Also use g_free() unconditionally.
27590         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27591         (setup_source), (gst_play_base_bin_get_property):
27592           Expose source.
27593
27594 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27595
27596         * configure.ac: move GCONF macro outside conditional for the am
27597           conditional. Fixes #160439
27598
27599 2004-12-08  David Schleef  <ds@schleef.org>
27600
27601         * tools/gst-visualise-m.m: Switch to elements that currently
27602         exist.
27603
27604 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27605
27606         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27607           We love wrong commas.
27608
27609 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27610
27611         * gst/matroska/matroska-demux.c:
27612         (gst_matroska_demux_handle_src_query):
27613           Don't set DEFAULT, unsupported - makes length display incorrectly
27614           in some cases.
27615
27616 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27617
27618         * gst/monoscope/README: remove blurb about files being GPL
27619         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27620         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27621           monoscope is now effectively LGPL licensed
27622
27623 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27624
27625         * gst/monoscope/README: Update information to be more correct
27626         * gst/monoscope/convolve.c: Relicense to LGPL
27627         * gst/monoscope/convolve.h: Relicense to LGPL
27628
27629 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27630
27631         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27632           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27633         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27634           set default_duration for mpeg1 audio
27635
27636 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27637
27638         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27639         * ext/alsa/gstalsa.h:
27640           refactor big chunks of the core caps negotiation code to make it
27641           a lot faster, because people claim it's really slow
27642           (actually, just cache the getcaps when the device is opened)
27643
27644 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27645
27646         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27647         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27648         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27649         (gst_a52dec_change_state), (plugin_init):
27650         * ext/a52dec/gsta52dec.h:
27651           Do something useful with timestamps. Make chain-based (since
27652           there's really no reason to be loopbased).
27653         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27654           Update current_byte/frame correctly.
27655
27656 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27657
27658         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27659         (gst_ape_demux_stream_init):
27660           Forward tags, too.
27661
27662 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27663
27664         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27665           Let's make sure we're done typefinding when detecting tags.
27666
27667 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27668
27669         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27670         (gst_ebml_read_init), (gst_ebml_read_use_event),
27671         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27672         (gst_ebml_read_seek), (gst_ebml_read_skip),
27673         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27674         (gst_ebml_read_master):
27675         * gst/matroska/ebml-read.h:
27676         * gst/matroska/matroska-demux.c:
27677         (gst_matroska_demux_parse_contents),
27678         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27679           Disgustingly evil hack for working around INTERRUPT events and
27680           their extremely annoying habit of being a pain in the ass. We
27681           simply peek a cluster before reading any of it.
27682
27683 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27684
27685         * ext/musepack/gstmusepackdec.cpp:
27686           There's also floating point libmusepacks.
27687
27688 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27689
27690         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27691         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27692           Set DURATION even if source buffer didn't. Also use increasing
27693           timestamps.
27694         * gst-libs/gst/riff/riff-media.c:
27695         (gst_riff_create_audio_caps_with_data):
27696           Block_align can have larger values than 8192.
27697
27698 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27699
27700         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27701         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27702         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27703         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27704           Fix caps.
27705
27706 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27707
27708         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27709           Fix logic bug.
27710
27711 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27712
27713         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27714           Yay, another one.
27715
27716 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27717
27718         * ext/esd/esdsink.c: (gst_esdsink_chain):
27719           Make error actually say something useful (fixes #156798).
27720         * gst-libs/gst/riff/riff-media.c:
27721         (gst_riff_create_video_caps_with_data),
27722         (gst_riff_create_video_template_caps):
27723           Add Intel Video 5.0 fourcc (IV50).
27724
27725 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27726
27727         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27728         detection on mono and stereo mp3 files.
27729
27730 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27731
27732         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27733           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27734           the contained stream).
27735
27736 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27737
27738         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27739           Oops, remove debug.
27740
27741 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27742
27743         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27744
27745         * gst/law/alaw-decode.c: (alawdec_getcaps):
27746         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27747           Prevent warnings when negotiating caps (fixes #159338).
27748
27749 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27750
27751         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27752         (gst_ffmpegcsp_chain):
27753           Remove old leftover that shouldn't be there...
27754
27755 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27756
27757         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27758
27759         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27760           Don't forward DISCONT events (fixes #159684).
27761
27762 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27763
27764         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27765           Unlink manually since sometimes bin disposal (and therefore
27766           pad unlinking) is delayed, which will cause a new media file
27767           to not be able to start playing instantly.
27768
27769 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27770
27771         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27772           On mute of an unlinked stream, check for pad availability so
27773           we don't crash on unlinked pad.
27774
27775 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27776
27777         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27778         (gst_avi_demux_massage_index):
27779           Fix quite humiliating bug in omitting 0-sized index chunks but
27780           forgetting to count them for timestamps.
27781
27782 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27783
27784         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27785           Actually leave the loop if we failed to sync. Don't crash.
27786
27787 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27788
27789         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27790         (gst_dvd_demux_process_private):
27791         * gst/mpegstream/gstdvddemux.h:
27792           Fix crash (#159759). Doesn't work, though. :-(.
27793
27794 2004-11-28  Benjamin Otte  <otte@gnome.org>
27795
27796         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27797           more overwriting protection due to modifying channels one by one
27798           instead of all at once
27799
27800 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27801
27802         * gst/audioconvert/gstchannelmix.c:
27803         (gst_audio_convert_fill_normalize):
27804           Normalize using absolute values.
27805
27806 2004-11-28  Julien MOUTTE  <julien@moutte.net>
27807
27808         * configure.ac:
27809         * ext/Makefile.am:
27810         * ext/directfb/Makefile.am:
27811         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
27812         (gst_directfbvideosink_get_pixel_format),
27813         (gst_directfbvideosink_get_format_from_fourcc),
27814         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
27815         (gst_directfbvideosink_sink_link),
27816         (gst_directfbvideosink_change_state),
27817         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
27818         (gst_directfbvideosink_buffer_alloc),
27819         (gst_directfbvideosink_interface_supported),
27820         (gst_directfbvideosink_interface_init),
27821         (gst_directfbvideosink_navigation_send_event),
27822         (gst_directfbvideosink_navigation_init),
27823         (gst_directfbvideosink_set_property),
27824         (gst_directfbvideosink_get_property),
27825         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
27826         (gst_directfbvideosink_base_init),
27827         (gst_directfbvideosink_class_init),
27828         (gst_directfbvideosink_get_type), (plugin_init):
27829         * ext/directfb/directfbvideosink.h: Adding a first version of
27830         directfbvideosink.
27831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
27832         more.
27833
27834 2004-11-28  Benjamin Otte  <otte@gnome.org>
27835
27836         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27837           walk the samples backwards if out_channels > in_channels so we don't
27838           overwrite data
27839
27840 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27841
27842         * gst/audioconvert/Makefile.am:
27843         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
27844         (gst_audio_convert_link), (gst_audio_convert_change_state),
27845         (gst_audio_convert_channels):
27846         * gst/audioconvert/gstchannelmix.c:
27847         (gst_audio_convert_unset_matrix),
27848         (gst_audio_convert_fill_identical),
27849         (gst_audio_convert_fill_compatible),
27850         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
27851         (gst_audio_convert_fill_others),
27852         (gst_audio_convert_fill_normalize),
27853         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
27854         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
27855         * gst/audioconvert/gstchannelmix.h:
27856           Implement a channel mixer.
27857
27858 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
27859
27860         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
27861         * ext/alsa/gstalsa.h:
27862         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
27863         Make alsasink actually honor gst_element_set_clock and use that
27864         clock instead of its internal one.
27865
27866 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27867
27868         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
27869         (gst_play_base_bin_change_state): nullify source and decoder when
27870         going from READY to NULL so that we don't try to do weird stuff with
27871         them when going from NULL to READY
27872         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
27873         instead of g_object_unref
27874         (gen_video_element), (gen_audio_element): more refcounting fixes, now
27875         it should be correct
27876         (gst_play_bin_change_state): don't call remove_sinks if we are
27877         currently disposing the object
27878
27879 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27880
27881         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27882           Don't forget bass if it's there. Else left channel is silent...
27883
27884 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27885
27886         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
27887         (gst_a52dec_change_state):
27888           Don't do sample adjusting anymore, we use float audio now.
27889         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27890           Don't fixate to non-existing properties.
27891
27892 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27893
27894         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
27895         (gst_a52dec_change_state):
27896           Advertise that we can do surround sound.
27897
27898 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27899
27900         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
27901           Add buffer-frames=0.
27902         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
27903         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
27904         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
27905         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
27906         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
27907         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
27908         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
27909         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
27910         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
27911         * ext/dvdread/dvdreadsrc.h:
27912           Add seeking, querying for bytes, sectors, title, angle and
27913           chapter. Handle multiple chapters. Relicense to LGPL because
27914           Billy agreed on that (thanks Billy!).
27915
27916 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27917
27918         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
27919         call parent dispose method
27920
27921 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
27922
27923         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
27924         (gst_audio_clock_get_internal_time):
27925         Fix active <-> inactive transitions: ensure time value always
27926         grows and avoid abrupt value changes.
27927
27928 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
27929
27930         * configure.ac:
27931         * gst/tta/Makefile.am:
27932         * gst/tta/crc32.h:
27933         * gst/tta/filters.h:
27934         * gst/tta/gsttta.c:
27935         * gst/tta/gstttadec.c:
27936         * gst/tta/gstttadec.h:
27937         * gst/tta/gstttaparse.c:
27938         * gst/tta/gstttaparse.h:
27939         * gst/tta/ttadec.h:
27940           added TTA parser and decoder
27941
27942 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27943
27944         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27945         (probe_triggered), (check_queue), (buffer_underrun),
27946         (buffer_running), (buffer_overrun), (gen_source_element),
27947         (setup_source):
27948         * gst/playback/gstplaybasebin.h:
27949           Implement buffering. Needs some more work.
27950
27951 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27952
27953         * ext/theora/theoradec.c: (theora_dec_chain):
27954           Fix ilog mask range overflow.
27955
27956 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27957
27958         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27959           Don't omit the last (which in case of dmix is the only :) )
27960           channel count. Don't set channels if <= 2.
27961
27962 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
27963
27964         * gst/playback/gstplaybin.c: (gen_video_element),
27965         (gen_audio_element): Removed 2 obsolete comments
27966
27967 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27968
27969         * ext/vorbis/oggvorbisenc.c
27970         * ext/vorbis/vorbisenc.c :
27971           change description fields of those plugins to differentiate them
27972           (pitivi show Encoders by description, they had the same one)
27973
27974 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
27975
27976         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27977
27978         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
27979         (gst_play_bin_set_property), (gen_video_element),
27980         (gen_audio_element):
27981           Refcounting fixes for provided audio-/videosinks.
27982
27983 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27984
27985         * gst/playback/gstplaybin.c: (gen_video_element),
27986         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
27987           Don't reference all sinks, but only the video- and audiosinks.
27988           The vis. element should be disposed when we're done with it.
27989           We don't have any reason to keep it around. This fixes warnings
27990           when reusing playbin for playing multiple audio files with
27991           vis. enabled. Also release audio device on pause - idea stolen
27992           from Rhythmbox.
27993
27994 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27995
27996         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
27997         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
27998         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27999         * ext/alsa/gstalsaplugin.c: (plugin_init):
28000         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28001         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28002         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28003         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28004         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28005         (gst_faad_change_state), (plugin_init):
28006         * ext/faad/gstfaad.h:
28007         * ext/vorbis/vorbis.c: (plugin_init):
28008         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28009         * gst-libs/gst/audio/Makefile.am:
28010         * gst-libs/gst/audio/audio.c: (plugin_init):
28011         * gst-libs/gst/audio/multichannel.c:
28012         (gst_audio_check_channel_positions),
28013         (gst_audio_get_channel_positions),
28014         (gst_audio_set_channel_positions),
28015         (gst_audio_set_structure_channel_positions_list),
28016         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28017         (gst_audio_fixate_channel_positions):
28018         * gst-libs/gst/audio/multichannel.h:
28019         * gst-libs/gst/audio/testchannels.c: (main):
28020         * gst/audioconvert/gstaudioconvert.c:
28021         (gst_audio_convert_class_init), (gst_audio_convert_init),
28022         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28023         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28024         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28025         * gst/audioconvert/plugin.c: (plugin_init):
28026           Surround sound support.
28027
28028 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28029
28030         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28031           Fix position for discont if we're close as well. Nitpicking, but
28032           saves a few milliseconds of extra waiting or skipping.
28033
28034 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28035
28036         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28037           We sometimes need parsers for playback, so add those too.
28038
28039 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28040
28041         * configure.ac:
28042         * gst/apetag/Makefile.am:
28043         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28044         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28045         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28046         (gst_ape_demux_get_src_query_types),
28047         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28048         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28049         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28050         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28051         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28052         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28053         (gst_ape_demux_change_state):
28054         * gst/apetag/apedemux.h:
28055         * gst/apetag/apetag.c: (plugin_init):
28056         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28057         (plugin_init):
28058           APE v1/2 tag reader plus typefind function.
28059
28060 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28061
28062         * configure.ac:
28063         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28064         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28065           Remove hacks for older core. Require newer core version
28066           accordingly.
28067
28068 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28069
28070         * gst/cdxaparse/Makefile.am:
28071         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28072         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28073         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28074         * gst/cdxaparse/gstcdxaparse.h:
28075         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28076         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28077         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28078         (gst_cdxastrip_get_src_query_types),
28079         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28080         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28081         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28082         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28083         * gst/cdxaparse/gstcdxastrip.h:
28084           SVCD/VCD header stripping separated from CDXA image parsing.
28085         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28086         (plugin_init):
28087           Add VCD/SVCD header typefinding for VCD/SVCD.
28088         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28089         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28090         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28091         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28092         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28093         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28094         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28095         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28096         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28097         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28098         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28099         * sys/vcd/vcdsrc.h:
28100           Fix up, add seeking, querying, URI interface. Works in totem now.
28101
28102 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28103
28104         * configure.ac:
28105           back to CVS
28106
28107 === release 0.8.6 ===
28108
28109 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28110
28111         * NEWS:
28112         * RELEASE:
28113         * configure.ac:
28114         * po/af.po:
28115         * po/az.po:
28116         * po/cs.po:
28117         * po/en_GB.po:
28118         * po/hu.po:
28119         * po/it.po:
28120         * po/nb.po:
28121         * po/nl.po:
28122         * po/or.po:
28123         * po/sq.po:
28124         * po/sr.po:
28125         * po/sv.po:
28126         * po/uk.po:
28127           releasing 0.8.6, "IOU Love"
28128
28129 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28130
28131         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28132
28133         * gst/playback/gstplaybasebin.c:
28134           Fix unplayable files error handling.  Fixes #158365
28135
28136 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28137
28138         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28139
28140         * gst/typefind/gsttypefindfunctions.c:
28141           Fix broken mp3 typefinding.  Fixes #158375
28142
28143 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28144
28145         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28146
28147         * ext/ogg/gstoggdemux.c:
28148           Fix sync on broken files.  Fixes #158976
28149
28150 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28151
28152         patch by: Edward Hervey <bilboed@bilboed.com>
28153
28154         * ext/libpng/gstpngenc.c:
28155           Copy over buffer properties.  Fixes #158832
28156
28157 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28158
28159         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28160
28161         * ext/dvdread/dvdreadsrc.c:
28162           Fixes invalid reads (#158462)
28163
28164 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28165
28166         * sys/v4l/gstv4lsrc.c:
28167         * sys/v4l/gstv4lsrc.h:
28168         * sys/v4l/v4lsrc_calls.c:
28169           Probe less and cache it.  Fixes #159187.
28170
28171 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28172
28173         * gst/videorate/gstvideorate.c:
28174           Handle all video formats. Fixes #159186.
28175
28176 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28177         * gst/synaesthesia/gstsynaesthesia.c:
28178         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28179         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28180         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28181         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28182         (gst_synaesthesia_change_state), (plugin_init):
28183         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28184         Force 320x200 output, as that's the only thing the underlying
28185         synaesthesia implementation supports. Still needs to be made
28186         re-entrant.
28187
28188 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28189
28190         * configure.ac:
28191           Fix mpeg2enc configure check (similar to mplex check below).
28192
28193 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28194
28195         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28196
28197         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28198           Fix for gcc-2.95 (fixes #158221).
28199
28200 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28201
28202         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28203           Re-add clock distribution hack (until new core is released).
28204           Fixes #158125.
28205
28206 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28207         * configure.ac:
28208           fix mplex configure check segfaulting on some systems (bug #140994)
28209
28210 2004-11-13  Benjamin Otte  <otte@gnome.org>
28211
28212         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28213           add debugging
28214         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28215           do a wait when we enter the loop func with no data available to
28216           write instead of getting into an 100% CPU loop by just returning and
28217           being called again by the scheduler
28218
28219 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28220
28221         * configure.ac:
28222         * ext/libvisual/visual.c: (gst_visual_get_type),
28223         (libvisual_log_handler), (gst_visual_getcaps),
28224         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28225         (plugin_init):
28226           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28227         * ext/smoothwave/Makefile.am:
28228         * ext/smoothwave/demo-osssrc.c: (main):
28229         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28230         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28231         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28232         (plugin_init):
28233         * ext/smoothwave/gstsmoothwave.h:
28234           Make gstsmoothwave a working element in the 20th century.
28235
28236         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28237           Fix incorrect link function
28238
28239 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28240
28241         * gst/volume/gstvolume.c:
28242           Allow buffer-frames=0.
28243
28244 2004-11-12 Iain <iaingnome@gmail.com>
28245
28246         * configure.ac: Check for polypaudio
28247
28248         * ext/Makefile.am: Build the polyp dir
28249
28250         * ext/polyp: The polypsink sources.
28251
28252 2004-10-30 Iain <iaingnome@gmail.com>
28253
28254         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28255         caps to reflect the new number of channels.
28256
28257 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28258
28259         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28260           Fix for negotiation order problem. This would show when the
28261           ALSA loopfuction was called before any other function. ALSA
28262           wouldn't do anything because we're not negotiated yet, leading
28263           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28264
28265 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28266
28267         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28268
28269         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28270           No warnings (#157986).
28271
28272 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28273
28274         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28275           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28276
28277 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28278
28279         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28280           Signal no-more-pads (so it works in playbin).
28281
28282 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28283
28284         * ext/musepack/gstmusepackreader.cpp:
28285           Workaround for older core.
28286
28287 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28288
28289         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28290           Actually test for odd width/height rather than testing whether
28291           a temporary variable that was 0 before we subtracted 1 is now
28292           not equal to zero (which it always is).
28293
28294 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28295
28296         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28297         Fix compilation if HAVE_XVIDEO is not defined
28298
28299 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28300
28301         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28302         Fix compilation if HAVE_XVIDEO is not defined
28303
28304 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28305
28306         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28307         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28308         (gst_goom_change_state), (plugin_init):
28309         Use the bytestream adapter so goom doesn't depend on the input
28310         buffer size.
28311         Add a debug category
28312
28313 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28314
28315         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28316           Only set hardware parameters *after* negotiation. Before
28317           negotiation, it will set ANY and that seems to cause crashes
28318           (see e.g. #151288, #153227).
28319
28320 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28321
28322         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28323           This seems to be antique leftover. It needs to pass error
28324           checking.
28325         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28326         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28327         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28328         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28329           Fix GstXOverlay implementation (#151059).
28330
28331 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28332
28333         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28334           Don't assert (#157853).
28335
28336 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28337
28338         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28339           Fix bytes/samples confustion.
28340         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28341           Fix for underrun (#144389).
28342
28343 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28344
28345         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28346           Disable halfway-seek for pending release (since it needs a new
28347           core release).
28348
28349 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28350
28351         * sys/v4l/gstv4lsrc.c:
28352         * sys/v4l/gstv4lsrc.h:
28353         * sys/v4l/v4lsrc_calls.c:
28354           add autoprobe-fps property so we can separate autoprobing parts
28355
28356 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28357
28358         * sys/v4l/gstv4lsrc.c:
28359         * sys/v4l/v4lsrc_calls.c:
28360         initialise fourcc to catch unset fourcc's, and debug
28361
28362 2004-11-09  Wim Taymans  <wim@fluendo.com>
28363
28364         * gst/playback/README:
28365         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28366         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28367         (gst_play_bin_dispose), (gst_play_bin_set_property),
28368         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28369         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28370         (gst_play_bin_get_formats), (gst_play_bin_convert),
28371         (gst_play_bin_get_query_types), (gst_play_bin_query):
28372         Cleanups and some more documentation.
28373
28374 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28375
28376         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28377         (gst_cacasink_init), (gst_cacasink_chain):
28378         * ext/libcaca/gstcacasink.h:
28379         Cacasink inherits from VideoSink, so let that store the clock.
28380
28381 2004-11-09  Wim Taymans  <wim@fluendo.com>
28382
28383         * gst/playback/README:
28384         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28385         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28386         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28387         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28388         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28389         (setup_sinks):
28390         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28391         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28392         * gst/playback/gststreaminfo.h:
28393         Updated README.
28394         Only switch groups if all streams have muted (EOSed).
28395         Send Tags in sync with the stream playback instead of in
28396         the playback/preroll phase.
28397         Some cleanups, free the fakesrc elements.
28398
28399 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28400
28401         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28402           buffer-frames property was missing
28403         * ext/arts/gst_arts.c:
28404           rate missing from sinkcaps
28405         * ext/audiofile/gstafparse.c:
28406         * ext/audiofile/gstafsink.c:
28407         * ext/audiofile/gstafsrc.c:
28408         * ext/swfdec/gstswfdec.c:
28409           int audio doesn't know buffer-frames
28410         * ext/cdparanoia/gstcdparanoia.c:
28411           int audio doesn't know chunksize either
28412         * ext/nas/nassink.c:
28413           it's endianness, not endianess
28414         * gst-libs/gst/audio/audio.h:
28415           make float standard pad template caps really describe float
28416         * gst/law/mulaw.c: (linear_factory):
28417           signed only, please
28418         * gst/mpegstream/gstdvddemux.c:
28419           widths of 20 are not valid
28420
28421 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28422
28423         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28424
28425         * po/LINGUAS:
28426         * po/it.po:
28427           Add Italian
28428
28429 2004-11-08  Wim Taymans  <wim@fluendo.com>
28430
28431         * gst/playback/README:
28432         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28433         * gst/playback/gstplaybasebin.c: (probe_triggered),
28434         (gst_play_base_bin_change_state):
28435         Updated README, added more comments for fixmes etc..
28436
28437 2004-11-08  Wim Taymans  <wim@fluendo.com>
28438
28439         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28440         We can remove this hack now.
28441
28442 2004-11-08  Wim Taymans  <wim@fluendo.com>
28443
28444         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28445         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28446         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28447         Only mix AYUV for maximum quality.
28448
28449 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28450
28451         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28452         (gst_ogg_demux_push), (gst_ogg_pad_push):
28453           Let's act as if we're synchronized now! :).
28454         * ext/theora/theoradec.c: (theora_dec_chain):
28455           Add some debug.
28456
28457 2004-11-08  Wim Taymans  <wim@fluendo.com>
28458
28459         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28460         (gst_alpha_set_property), (gst_alpha_sink_link),
28461         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28462         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28463         (gst_alpha_init_params), (gst_alpha_chain):
28464         Implement alpha functions for AYUV too, this increases
28465         accuracy quite a bit.
28466
28467 2004-11-08  Wim Taymans  <wim@fluendo.com>
28468
28469         * gst/ffmpegcolorspace/avcodec.h:
28470         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28471         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28472         (gst_ffmpegcsp_avpicture_fill):
28473         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28474         (gst_ffmpegcsp_caps_remove_format_info):
28475         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28476         (shrink12), (img_get_alpha_info), (deinterlace_line),
28477         (deinterlace_line_inplace):
28478         * gst/ffmpegcolorspace/imgconvert_template.h:
28479         Added AYUV colorspace and handle RGBA a bit more respectful.
28480
28481 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28482
28483         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28484           Actually always send a discont (cornercase when resending the
28485           same serial-tagged chain twice).
28486
28487 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28488
28489         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28490         (gst_ximagesink_finalize):
28491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28492         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28493
28494 2004-11-08  Wim Taymans  <wim@fluendo.com>
28495
28496         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28497         Don't segfault on NULL data.
28498
28499 2004-11-08  Wim Taymans  <wim@fluendo.com>
28500
28501         * gst/playback/gstdecodebin.c: (unlinked):
28502         * gst/playback/gstplay-marshal.list:
28503         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28504         (gst_play_base_bin_init), (group_create), (get_active_group),
28505         (get_building_group), (group_destroy), (group_commit),
28506         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28507         (add_element_stream), (no_more_pads), (probe_triggered),
28508         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28509         (state_change), (setup_source), (gst_play_base_bin_get_property),
28510         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28511         (gst_play_base_bin_link_stream),
28512         (gst_play_base_bin_get_streaminfo):
28513         * gst/playback/gstplaybasebin.h:
28514         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28515         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28516         Add support for chained ogg files. Prepare for playlist
28517         support. This patch introduces the concept of pad groups, which
28518         together compose one playable media file.
28519
28520 2004-11-07  David Schleef  <ds@schleef.org>
28521
28522         * testsuite/gst-lint: Check for pad templates that aren't statically
28523         scoped.
28524
28525 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28526
28527         * configure.ac:
28528         * ext/Makefile.am:
28529         * ext/musepack/Makefile.am:
28530         * ext/musepack/gstmusepackdec.cpp:
28531         * ext/musepack/gstmusepackdec.h:
28532         * ext/musepack/gstmusepackreader.cpp:
28533         * ext/musepack/gstmusepackreader.h:
28534           Add musepack decoder.
28535         * ext/faad/gstfaad.c: (gst_faad_base_init):
28536           Make pad templates static.
28537         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28538         (plugin_init):
28539           Add musepack typefinder, make mp3 typefinding work halfway stream,
28540           which doesn't actually work yet because id3demux doesn't implement
28541           _get_length().
28542
28543 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28544
28545         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28546         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28547           Fix interrupt event handling (#144436).
28548
28549 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28550
28551         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28552           Hide unused glory.
28553
28554 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28555
28556         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28557
28558         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28559           Fix weird caps (#157548).
28560
28561 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28562
28563         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28564
28565         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28566           Add missing NULL terminator (#157543).
28567
28568 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28569
28570         * gst/tcp/gsttcp.h:
28571         * gst/tcp/gsttcpclientsink.c:
28572         * gst/tcp/gsttcpclientsrc.c:
28573         * gst/tcp/gsttcpserversink.c:
28574         * gst/tcp/gsttcpserversrc.c:
28575           ports can go up to 65535.  Move common defines to gsttcp.h
28576
28577 2004-11-05  Wim Taymans  <wim@fluendo.com>
28578
28579         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28580         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28581         Added two more colorspaces.
28582
28583 2004-11-05  Wim Taymans  <wim@fluendo.com>
28584
28585         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28586         (gst_ffmpegcsp_avpicture_fill):
28587         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28588         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28589         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28590         More stride fixes.
28591
28592 2004-11-05  Wim Taymans  <wim@fluendo.com>
28593
28594         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28595         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28596         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28597         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28598         (gst_videomixer_loop):
28599         More stride fixes.
28600
28601 2004-11-05  Benjamin Otte  <otte@gnome.org>
28602
28603         * ext/mad/gstmad.c: (gst_mad_chain):
28604           don't overflow data buffer. Flush not needed sync data when syncing
28605           failed.
28606
28607 2004-11-04  Wim Taymans  <wim@fluendo.com>
28608
28609         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28610         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28611         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28612         (gst_alpha_init_params), (gst_alpha_chain),
28613         (gst_alpha_change_state):
28614         Updated the chroma keying algorithm with something more
28615         sophisticated.
28616
28617 2004-11-03  Wim Taymans  <wim@fluendo.com>
28618
28619         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28620         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28621         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28622         Fix stride issues. Does not completely work for odd
28623         heights.
28624
28625 2004-11-03  Wim Taymans  <wim@fluendo.com>
28626
28627         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28628         (gst_alpha_chroma_key), (gst_alpha_chain):
28629         Fix stride issues. Does not completely work for odd
28630         heights.
28631
28632 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28633
28634         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28635         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28636         leak fixes
28637
28638 2004-11-03  Wim Taymans  <wim@fluendo.com>
28639
28640         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28641         (gst_ffmpegcsp_avpicture_fill):
28642         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28643         (avpicture_alloc):
28644         * gst/ffmpegcolorspace/imgconvert_template.h:
28645         Use correct _fill function to get correct strides.
28646
28647 2004-11-02  David Schleef  <ds@schleef.org>
28648
28649         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28650         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28651         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28652         Change all g_print()s to debugging.  Add a bunch of consistency
28653         checks.
28654
28655 2004-11-02  Wim Taymans  <wim@fluendo.com>
28656
28657         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28658         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28659         (unlinked), (no_more_pads), (close_link):
28660         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28661         (unknown_type), (add_element_stream), (new_decoded_pad),
28662         (removed_decoded_pad), (setup_source):
28663         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28664         (gst_stream_info_class_init), (gst_stream_info_init),
28665         (gst_stream_info_new), (gst_stream_info_dispose),
28666         (stream_info_mute_pad), (gst_stream_info_set_property),
28667         (gst_stream_info_get_property):
28668         * gst/playback/gststreaminfo.h:
28669         Fix playback of multiple files.
28670         a slightly different approach to handling dynamic pad removals.
28671         This one only looks at pads that we have linked.
28672
28673 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28674
28675         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28676         free" warning from libc.
28677
28678 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28679
28680         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28681         (get_unconnected_element), (remove_starting_from), (pad_removed),
28682         (close_link):
28683           Implement support for dynamic pad changing. We listen to "live"
28684           pad removals (i.e. while playing) and re-setup autoplugging
28685           after that. Playbasebin/playbin need some more work for this
28686           to finally work, but decodebin supports (and replugs) chained
28687           ogg now.
28688
28689 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28690
28691         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28692         (gst_alsa_finalize):
28693         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28694         (gst_cdaudio_finalize):
28695         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28696         (cdparanoia_finalize):
28697         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28698         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28699         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28700         (dvdreadsrc_finalize):
28701         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28702         (gst_flacdec_finalize):
28703         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28704         (gst_flacenc_finalize):
28705         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28706         (gst_gnomevfssink_finalize):
28707         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28708         (gst_gnomevfssrc_finalize):
28709         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28710         (gst_fameenc_finalize):
28711         * ext/nas/nassink.c: (gst_nassink_class_init),
28712         (gst_nassink_finalize):
28713         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28714         (gst_sdlvideosink_class_init):
28715         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28716         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28717         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28718         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28719         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28720         (gst_x_window_listener_dispose):
28721         * gst/audioscale/gstaudioscale.c:
28722         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28723         (play_on_demand_finalize):
28724         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28725         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28726         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28727         (cdplayer_finalize):
28728         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28729         (gst_glimagesink_class_init):
28730         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28731         (gst_osselement_finalize):
28732         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28733         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28734         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28735           Fixes a bunch of problems with finalize and dispose functions,
28736           either assumptions that dispose is only called once, or not calling
28737           the parent class dispose/finalize function
28738
28739 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28740
28741         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28742           added two api precondition guards
28743           use g_strdup with getenv to fix crash when using ENVVAR
28744
28745 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28746         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28747         (gst_esdsink_finalize):
28748         Use a finalize function, not dispose, and more importantly,
28749         call the parent class finalize function too
28750
28751 2004-11-01  Johan Dahlin  <johan@gnome.org>
28752
28753         * ext/ogg/gstoggdemux.c:
28754         * gst/tags/gstvorbistag.c:
28755         Plug leaks.
28756
28757 2004-10-31  Benjamin Otte  <otte@gnome.org>
28758
28759         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28760           lotsa memleaks today. But they're all small...
28761
28762 2004-10-31  Benjamin Otte  <otte@gnome.org>
28763
28764         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28765           another memleak crushed
28766
28767 2004-10-31  Benjamin Otte  <otte@gnome.org>
28768
28769         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28770           fix memleak
28771
28772 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28773
28774         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28775           Hack to prevent crash when going to READY inside signal handler
28776           while this function is active.
28777
28778 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28779
28780         * gst/ffmpegcolorspace/Makefile.am:
28781         * gst/ffmpegcolorspace/avcodec.h:
28782         * gst/ffmpegcolorspace/common.h:
28783         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28784         * gst/ffmpegcolorspace/dsputil.h:
28785         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28786         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28787         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28788         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28789         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28790         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28791         (gst_ffmpegcsp_avpicture_fill):
28792         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28793         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28794         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28795         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28796         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28797         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28798         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28799         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28800         * gst/ffmpegcolorspace/imgconvert.c:
28801         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28802         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28803         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28804         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28805         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28806         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28807         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28808         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28809         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
28810         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
28811         (grow21), (grow22), (grow41), (grow44), (conv411),
28812         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
28813         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
28814         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
28815         (avpicture_free), (is_yuv_planar), (img_convert),
28816         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
28817         (deinterlace_line_inplace), (deinterlace_bottom_field),
28818         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
28819         * gst/ffmpegcolorspace/imgconvert_template.h:
28820         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
28821         * gst/ffmpegcolorspace/mmx.h:
28822         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
28823         (av_fast_realloc), (av_mallocz_static), (av_free_static),
28824         (av_freep), (avcodec_get_context_defaults),
28825         (avcodec_alloc_context), (avcodec_init):
28826           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
28827           handling plus update from ffmpeg CVS. Large clean-up.
28828
28829 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28830
28831         * gst/playback/Makefile.am:
28832           We need the marshallers for decodebin, too.
28833
28834 2004-10-30  David Schleef  <ds@schleef.org>
28835
28836         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
28837           quicktime typefinding work with 64-bit offsets.
28838
28839 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
28840
28841         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
28842           Set EOS on the element when processing an EOS event.
28843         * ext/speex/gstspeexdec.h:
28844         * ext/speex/gstspeexenc.h:
28845           Only keep a const ptr to the mode
28846         * gst-libs/gst/riff/riff-media.c:
28847         (gst_riff_create_audio_caps_with_data),
28848         (gst_riff_create_audio_template_caps):
28849           Allow WMAV3, with up to 6 channels.
28850         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
28851           Don't call gst_pad_set_event_function on a sink pad.
28852         * gst/mpegstream/gstdvddemux.c:
28853         (gst_dvd_demux_get_subpicture_stream),
28854         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
28855           Copy the explicit caps that were set across to the cur_* pads,
28856           instead of trying to use a possibly non-existent negotiated caps.
28857           Reset the type of subpicture pads to UNKNOWN after calling
28858           init_stream, so that the caps get set.
28859
28860 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
28861
28862         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28863
28864         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28865           Don't touch buffer if it is of size 0 (fixes #151064).
28866
28867 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28868
28869         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
28870           Synchronized discont handling.
28871
28872 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28873
28874         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28875         (gst_ogg_demux_push):
28876           Make seeking sort-of exact again (fixes #156387).
28877
28878 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28879
28880         * gst/playback/gstplaybasebin.c: (unknown_type),
28881         (add_element_stream), (new_decoded_pad),
28882         (gst_play_base_bin_change_state):
28883         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
28884         (gst_stream_info_init), (gst_stream_info_new),
28885         (gst_stream_info_dispose), (gst_stream_info_get_property):
28886         * gst/playback/gststreaminfo.h:
28887           Make caps explicitely available. Makes testing for unsupported
28888           types possible. Improves error reporting.
28889
28890 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28891
28892         * gst/audioconvert/gstaudioconvert.c:
28893         (gst_audio_convert_buffer_to_default_format):
28894           Really don't touch read-only buffers (#156563).
28895
28896 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
28897
28898         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28899
28900         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
28901           Fix memleak (#155223).
28902
28903 2004-10-29  Wim Taymans  <wim@fluendo.com>
28904
28905         * gst/tcp/.cvsignore:
28906         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
28907         (gst_multifdsink_class_init), (gst_multifdsink_init),
28908         (gst_multifdsink_add), (gst_multifdsink_remove),
28909         (gst_multifdsink_remove_client_link), (is_sync_frame),
28910         (gst_multifdsink_new_client),
28911         (gst_multifdsink_handle_client_write),
28912         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28913         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
28914         (gst_multifdsink_get_property):
28915         * gst/tcp/gstmultifdsink.h:
28916         Added burst on connect sync_method, deprecated sync_clients,
28917         streamlined the sync code some more.
28918
28919 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28920
28921         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
28922         (gst_play_base_bin_change_state):
28923           Improve error reporting.
28924
28925 2004-10-28  Wim Taymans  <wim@fluendo.com>
28926
28927         * gst/tcp/Makefile.am:
28928         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
28929         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
28930         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
28931         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
28932         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
28933         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
28934         (gst_fdset_wait):
28935         Added more locks around fdset structures. Fixed/reworked
28936         the poll array resizing code.
28937         Added stress test for fdset.
28938
28939 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28940
28941         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28942         fix build
28943
28944 2004-10-28  Benjamin Otte  <otte@gnome.org>
28945
28946         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28947           fix link function to always query channels and query width for
28948           floats
28949         * configure.ac:
28950           add equalizer dir
28951         * gst/equalizer/Makefile.am:
28952         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
28953         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
28954         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
28955         (arg_to_scale), (setup_filter),
28956         (gst_iir_equalizer_compute_frequencies),
28957         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
28958         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
28959         (plugin_init):
28960           add an equalizer
28961
28962 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28963
28964         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
28965
28966         * po/LINGUAS:
28967         * po/nb.po:
28968           Added Norwegian Bokmaal translation
28969
28970 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28971
28972         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28973           Don't break on options (fixes #156488).
28974
28975 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28976
28977         * configure.ac:
28978         * ext/cdaudio/Makefile.am:
28979         * sys/Makefile.am:
28980           fix build on older automake
28981
28982 2004-10-26  Wim Taymans  <wim@fluendo.com>
28983
28984         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
28985         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
28986         Allow a little margin when negotiating the framerate.
28987
28988 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
28989
28990         * gst/level/gstlevel.c:
28991           synchonised naming of pads and pad-templates
28992
28993 2004-10-26  Wim Taymans  <wim@fluendo.com>
28994
28995         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28996         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
28997         (_find_streams_check), (gst_ogg_demux_push):
28998         Fix EOS again. Needs to be done in a better way. We should not
28999         remove the pad if there is no new chained stream.
29000
29001 2004-10-26 Iain <iaingnome@gmail.com>
29002
29003         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29004         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29005         of the caps.
29006         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29007         pad.
29008         (interleave_release_pad): Remove the pad.
29009         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29010         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29011         the set device.
29012         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29013         attrs
29014         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29015         (gst_xvimagesink_finalize): Free the par.
29016
29017 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29018
29019         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29020         (gst_avimux_stop_file):
29021           First calculate the rate, and only then use it. Hdr.rate is a
29022           multiple and not a derivative of hdr.scale. Scale is not the
29023           same as blockalign but is solely related to rate.
29024
29025 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29026
29027         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29028         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29029           Implement seeking.
29030
29031 2004-10-25  James Henstridge  <james@jamesh.id.au>
29032
29033         Reviewed by:  David Schleef  <ds@schleef.org>
29034
29035         * examples/gstplay/player.c: (got_stream_length), (main):
29036         * examples/seeking/cdplayer.c: (update_scale):
29037         * examples/seeking/seek.c: (format_value), (update_scale):
29038         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29039         (stop_seek):
29040         Build fixes on AMD64.
29041
29042 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29043
29044         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29045
29046         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29047         Fix for some v4l cards which hang in v4lsrc
29048
29049 2004-10-25  Wim Taymans  <wim@fluendo.com>
29050
29051         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29052         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29053         Make sure to remove the pad when a new chain is
29054         encountered. Set some vars to NULL so we don't try
29055         to reference freed memory.
29056
29057 2004-10-25  Wim Taymans  <wim@fluendo.com>
29058
29059         * examples/seeking/Makefile.am:
29060         * examples/seeking/cdplayer.c: (update_scale):
29061         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29062         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29063         (format_value), (update_scale), (iterate), (start_seek),
29064         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29065         (print_usage), (main):
29066         Added some more examples, update others.
29067
29068 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29069
29070         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29071         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29072         * ext/theora/theoradec.c: (theora_dec_chain):
29073         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29074           Add codec-name metadata.
29075
29076 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29077
29078         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29079
29080         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29081         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29082         * ext/alsa/gstalsamixertrack.h:
29083         * po/POTFILES.in:
29084           ALSA mixer track label internationalization (#154054).
29085
29086 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29087
29088         * ext/theora/theoradec.c: (theora_dec_chain):
29089           Export bitrate as metadata.
29090
29091 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29092
29093         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29094         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29095         * ext/alsa/gstalsamixertrack.h:
29096           Fix names, fix loop.
29097
29098 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29099
29100         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29101         (speex_dec_convert):
29102           sinkconvert function so oggdemux can get the file length (totem).
29103
29104 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29105
29106         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29107
29108         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29109           Don't push incomplete packets.
29110         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29111           Fix MPEG-4 audio typefinding.
29112
29113 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29114
29115         * sys/v4l/Makefile.am:
29116         * sys/v4l/gstv4l.c: (plugin_init):
29117         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29118         (gst_v4lelement_init), (gst_v4lelement_dispose),
29119         (gst_v4lelement_change_state):
29120         * sys/v4l/gstv4lelement.h:
29121         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29122         (gst_v4l_xoverlay_close), (idle_refresh),
29123         (gst_v4l_xoverlay_set_xwindow_id):
29124         * sys/v4l/gstv4lxoverlay.h:
29125         * sys/v4l/v4l-overlay_calls.c:
29126         * sys/v4l/v4l_calls.h:
29127         * sys/v4l2/Makefile.am:
29128         * sys/v4l2/gstv4l2.c: (plugin_init):
29129         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29130         (gst_v4l2element_init), (gst_v4l2element_dispose),
29131         (gst_v4l2element_change_state):
29132         * sys/v4l2/gstv4l2element.h:
29133         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29134         (gst_v4l2_xoverlay_close), (idle_refresh),
29135         (gst_v4l2_xoverlay_set_xwindow_id):
29136         * sys/v4l2/gstv4l2xoverlay.h:
29137         * sys/v4l2/v4l2-overlay_calls.c:
29138         * sys/v4l2/v4l2_calls.h:
29139           Remove client-side overlay handling, use the X-server v4l plugin
29140           for that. Nicer overlay, less code. Also make the plugin
29141           compileable without X (but then without overlay, obviously).
29142           Makes xwindowlistener obsolete, should we remove that?
29143
29144 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29145
29146         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29147         (gst_osssrc_src_query):
29148         * sys/oss/gstosssrc.h:
29149           OK, so people want offset in DEFAULT. This time, actually fix all
29150           cases.
29151         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29152           Add FPS properly.
29153
29154 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29155
29156         * gst/asfdemux/gstasfmux.c:
29157         * gst/avi/gstavimux.c:
29158           Framerate.
29159
29160 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29161
29162         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29163           Fix properties (channel, norm, frequency).
29164
29165 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29166
29167         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29168           Flag typo.
29169         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29170           No warnings.
29171
29172 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29173
29174         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29175           Fix hang.
29176
29177 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29178
29179         * sys/v4l2/gstv4l2element.h:
29180           Yet Another Hack (tm) for kernel header borkedness.
29181         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29182         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29183         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29184         (gst_v4l2src_change_state):
29185         * sys/v4l2/gstv4l2src.h:
29186         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29187         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29188           Fix caps, keep track of state, work.
29189
29190 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29191
29192         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29193           Quiet.
29194
29195 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29196
29197         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29198           Don't mix bytes and samples.
29199
29200 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29201
29202         * ext/ogg/gstoggmux.c:
29203           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29204           and theora. Any is incorrect.
29205         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29206           Fix caps.
29207         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29208         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29209         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29210         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29211         * sys/v4l/gstv4lmjpegsrc.h:
29212         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29213         (gst_v4lsrc_change_state):
29214         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29215         (gst_v4lmjpegsrc_capture_stop):
29216           Fix caps. Keep track of internal state. Work.
29217
29218 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29219
29220         * ext/Makefile.am:
29221           Fix the build fixes.
29222
29223 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29224
29225         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29226         (gst_ogg_demux_src_event), (_find_chain_seek),
29227         (gst_ogg_pad_push):
29228           Check for pad availability before using it.
29229         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29230           Fix parsing of chained ogg. Needs more work on the decoder side.
29231
29232 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29233
29234         * gst/spectrum/Makefile.am:
29235         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29236         (idle_func):
29237           Fix demo and reenable it. Yes, I'm currently playing with audio
29238           analysis tools
29239
29240 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29241
29242         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29243           We love it if files that start at zero work too...
29244
29245 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29246
29247         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29248           Handle files with missing EOS headers.
29249
29250 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29251
29252         * gst/tcp/gsttcpserversink.c:
29253         (gst_tcpserversink_handle_server_read),
29254         (gst_tcpserversink_init_send):
29255         Zero some variables first (need for accept not to return EINVAL)
29256
29257 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29258
29259         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29260         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29261         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29262         (theora_dec_chain):
29263         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29264         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29265           Seeking and querying finetune.
29266
29267 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29268
29269         * configure.ac:
29270         * ext/Makefile.am:
29271         * ext/raw1394/Makefile.am:
29272           fix the build
29273
29274 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29275
29276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29277           Wrong return.
29278         * gst/playback/Makefile.am:
29279         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29280         * gst/playback/gstplay-marshal.list:
29281         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29282           Fix marshallers.
29283
29284 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29285
29286         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29287           Silence.
29288
29289 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29290
29291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29292         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29293         (gst_ogg_pad_push):
29294           Yay for non-lineair granulepos in theora.
29295
29296 2004-10-18  Wim Taymans  <wim@fluendo.com>
29297
29298         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29299         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29300         * ext/dv/gstdvdec.h:
29301         Make sure we renegotiate aspect ratio when the camera switches.
29302
29303 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29304
29305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29306         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29307           Start at zero.
29308         * ext/theora/theoradec.c: (theora_dec_chain):
29309           Skip headers. Bad idea for chained ogg, but fixes seeking.
29310
29311 2004-10-18  Wim Taymans  <wim@fluendo.com>
29312
29313         * configure.ac:
29314         I swear, this is the last time I touch this.
29315
29316 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29317
29318         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29319         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29320         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29321           Faster seeking.
29322         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29323           Time-to-default conversion.
29324         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29325           Don't error on unknown packets, just skip. We should probably
29326           read them if we want to support chained ogg.
29327
29328 2004-10-18  Wim Taymans  <wim@fluendo.com>
29329
29330         * configure.ac:
29331         Added cdaudio to wrong list.
29332
29333 2004-10-18  Wim Taymans  <wim@fluendo.com>
29334
29335         * configure.ac:
29336         Revive cdaudio.
29337
29338 2004-10-18  Wim Taymans  <wim@fluendo.com>
29339
29340         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29341         (gst_dvdec_video_link), (gst_dvdec_push):
29342         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29343         (gst_smokeenc_resync), (gst_smokeenc_chain):
29344         Fix mimetype on smoke encoder.
29345         Add aspect ratio to dvdec. Not sure if these
29346         values are correct though....
29347
29348 2004-10-18  Wim Taymans  <wim@fluendo.com>
29349
29350         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29351         Fix vorbis property descriptions and ranges.
29352
29353 2004-10-18  Wim Taymans  <wim@fluendo.com>
29354
29355         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29356         Really do nothing when no data is available.
29357         Go to the playing state when the stream is not seekable
29358         instead of failing.
29359
29360 2004-10-18  Wim Taymans  <wim@fluendo.com>
29361
29362         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29363         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29364         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29365         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29366         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29367         Added uri handler for cd://
29368         Port to new API.
29369
29370 2004-10-18  Wim Taymans  <wim@fluendo.com>
29371
29372         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29373         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29374         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29375         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29376         (remove_prerolls), (unknown_type), (add_element_stream),
29377         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29378         (gst_play_base_bin_remove_element),
29379         (gst_play_base_bin_link_stream):
29380         * gst/playback/gstplaybin.c: (gen_video_element),
29381         (gen_vis_element), (remove_sinks), (setup_sinks):
29382         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29383         (gst_stream_info_get_type), (gst_stream_info_class_init),
29384         (gst_stream_info_init), (gst_stream_info_new),
29385         (gst_stream_info_dispose), (stream_info_mute_pad),
29386         (gst_stream_info_set_property), (gst_stream_info_get_property):
29387         * gst/playback/gststreaminfo.h:
29388         Add sink padtemplate to decodebin.
29389         Added some more comments.
29390         Make queue size configurable in playbasebin.
29391         Added possibility to use elements as sinks (ex cdaudio).
29392
29393 2004-10-15  Wim Taymans  <wim@fluendo.com>
29394
29395         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29396         (gst_speexenc_chain):
29397         Fix speex timestamps so that it gets muxed properly.
29398
29399 2004-10-15  Wim Taymans  <wim@fluendo.com>
29400
29401         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29402         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29403         (gst_dv1394src_init), (gst_dv1394src_dispose),
29404         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29405         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29406         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29407         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29408         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29409         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29410         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29411         * ext/raw1394/gstdv1394src.h:
29412         Added conversion/query functions.
29413         Update buffer timestamps,
29414         Added signals.
29415         Added uri dv:// so it might play from the firewire in playbin.
29416         Fix a possible leak.
29417         Added debugging.
29418
29419 2004-10-15  Wim Taymans  <wim@fluendo.com>
29420
29421         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29422         (gst_dv1394src_init), (gst_dv1394src_set_property),
29423         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29424         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29425         * ext/raw1394/gstdv1394src.h:
29426         Added AV/C VTR control support needed for some cameras.
29427         Added automatic port detection.
29428         Added properties for selecting the channel.
29429         The configure.ac script is not yet updated to reflect the
29430         new libavc1394 and librom1394 dependencies.
29431
29432 2004-10-15  Wim Taymans  <wim@fluendo.com>
29433
29434         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29435         (qtdemux_parse), (gst_qtdemux_handle_esds):
29436         An esds box is not a container.
29437         Fix parsing of mp4v boxes.
29438         Do not try to renegotiate fps for each frame. Need to
29439         find a better method. This should fix mp4 playback.
29440
29441 2004-10-14  David Schleef  <ds@schleef.org>
29442
29443         * configure.ac: update for swfdec-0.3 and liboil-0.2
29444         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29445         * ext/swfdec/gstswfdec.h: same
29446         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29447         * gst/videotestsrc/videotestsrc.c: same
29448
29449 2004-10-14  Wim Taymans  <wim@fluendo.com>
29450
29451         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29452         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29453         (is_sync_frame), (gst_multifdsink_new_client),
29454         (gst_multifdsink_handle_client_write),
29455         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29456         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29457         Turn warnings into info.
29458         Don't allow a state change in the streaming thread.
29459
29460 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29461
29462         * ext/vorbis/oggvorbisenc.c:
29463         * ext/vorbis/vorbisdec.c:
29464           fix template sample rate
29465
29466 2004-10-13  Wim Taymans  <wim@fluendo.com>
29467
29468         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29469         Decoding the header first fixes some problems in resyncing
29470         in more mp3s.
29471
29472 2004-10-12  Wim Taymans  <wim@fluendo.com>
29473
29474         * gst/playback/gstplaybin.c: (gen_video_element),
29475         (gen_vis_element), (remove_sinks), (setup_sinks):
29476         Added vis plugin support, need to configure the vis
29477         element to activate it.
29478
29479 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29480
29481         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29482         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29483           Some debug.
29484         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29485         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29486         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29487         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29488         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29489         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29490         * gst/avi/gstavidemux.h:
29491           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29492           recovery (where, if part of the index is broken, we will still read
29493           the rest of the index and recover the broken part by stream
29494           scanning). More broken media support. EOS workarounds. General AVI
29495           braindamage headache recovery. Aspirin included.
29496
29497 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29498
29499         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29500         (cdparanoia_event), (cdparanoia_query):
29501           Get rid of hideous lead-in.
29502
29503 2004-10-11  Wim Taymans  <wim@fluendo.com>
29504
29505         * gst/playback/gstplaybasebin.c: (setup_source):
29506         Wrong var used to get g_list_next.
29507
29508 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29509
29510         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29511         (cdparanoia_get), (cdparanoia_open):
29512           Report discid as metadata, add duration.
29513
29514 2004-10-11  Wim Taymans  <wim@fluendo.com>
29515
29516         * gst/playback/gstplaybasebin.c: (setup_source):
29517         Cleanup the previous pipeline a little earlier for the
29518         case that a source element provides raw data.
29519
29520 2004-10-11  Benjamin Otte  <otte@gnome.org>
29521
29522         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29523           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29524           consuming the last 128 bytes, even though it was valid mp3 data.
29525
29526 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29527
29528         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29529         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29530         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29531         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29532
29533 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29534
29535         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29536         Fix for webcams that support only specific width or height
29537
29538 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29539
29540         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29541
29542         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29543           Fix wrong discont event setup (fixes #154967).
29544
29545 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29546
29547         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29548
29549         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29550           Error out on invalid data (fixes #154807).
29551
29552 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29553
29554         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29555
29556         * ext/dvdread/dvdreadsrc.c: (_read):
29557           Make titles > 0 work again (fixes #154834).
29558
29559 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29560
29561         * gst-libs/gst/riff/riff-media.c:
29562         (gst_riff_create_video_template_caps):
29563           WMV3 missing in template caps.
29564
29565 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29566
29567         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29568           OK, so the original code was too strict. It makes random AVI files
29569           hang for seconds upon opening, which is unacceptable and is far
29570           beyond the original goal of getting multiple chunks for one-chunk
29571           sounc stream files. So now do just that.
29572
29573 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29574
29575         * gst/playback/gstplaybasebin.c: (setup_source),
29576         (gst_play_base_bin_change_state):
29577           Actually clean up streaminfo if output fails. This would trigger
29578           if, for example, there was no CD in the drive. No preroll, so
29579           a streaminfo structure is created, but the subsequent state change
29580           of the thread fails.
29581         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29582           Don't change state if parent failed.
29583
29584 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29585
29586         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29587         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29588         (gen_video_element), (remove_sinks):
29589           Add small bits of code for screenshot handling.
29590
29591 2004-10-08  Wim Taymans  <wim@fluendo.com>
29592
29593         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29594         (gen_video_element), (gen_audio_element), (setup_sinks):
29595         Don't assume the user provided sinks are named "sink"...
29596
29597 2004-10-08  Wim Taymans  <wim@fluendo.com>
29598
29599         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29600         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29601         (gst_play_base_bin_link_stream):
29602         Do not try to autoplug sources that generate raw streams like
29603         cdparanoia.
29604         disconnect the preroll overrun signal when we don't need it anymore.
29605
29606 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29607
29608         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29609         Added reworked patch from #154903 from milosz derezynski (deadchip).
29610
29611 2004-10-08  Wim Taymans  <wim@fluendo.com>
29612
29613         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29614         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29615         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29616         (cdparanoia_convert), (cdparanoia_uri_get_type),
29617         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29618         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29619         * ext/cdparanoia/gstcdparanoia.h:
29620         This adds the cdda://<tracknum> uri.
29621
29622 2004-10-08  Wim Taymans  <wim@fluendo.com>
29623
29624         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29625         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29626         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29627         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29628         (unknown_type), (gst_play_base_bin_remove_element),
29629         (gst_play_base_bin_link_stream):
29630         * gst/playback/gstplaybasebin.h:
29631         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29632         (gst_play_bin_set_property), (gen_video_element),
29633         (gen_audio_element), (setup_sinks):
29634         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29635         (gst_stream_info_get_type), (gst_stream_info_class_init),
29636         (gst_stream_info_init), (gst_stream_info_new),
29637         (gst_stream_info_dispose), (stream_info_mute_pad),
29638         (gst_stream_info_set_property), (gst_stream_info_get_property):
29639         * gst/playback/gststreaminfo.h:
29640         Reuse the audio and video bins.
29641         Some internal cleanups in the stream selection code.
29642
29643 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29644
29645         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29646         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29647         * sys/ximage/ximagesink.h:
29648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29649         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29650         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29651         not coming from those elements. Moreover these elements should not keep
29652         the xid they have been given when in NULL state.
29653
29654 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29655
29656         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29657         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29658         * sys/ximage/ximagesink.h:
29659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29660         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29661         * sys/xvimage/xvimagesink.h:
29662           Actually only create a new toplevel window if we're not gonna
29663           embed it right after.
29664
29665 2004-10-07  Wim Taymans  <wim@fluendo.com>
29666
29667         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29668         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29669         * gst/playback/gstplaybin.c: (setup_sinks):
29670         Implement muting/unmuting of streams, mute streams that are not
29671         used.
29672
29673 2004-10-07  Wim Taymans  <wim@fluendo.com>
29674
29675         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29676         (plugin_init):
29677         Added lame audio/x-ac3 typefind function.
29678
29679 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29680
29681         * configure.ac:
29682           bump nano to cvs
29683
29684 === release 0.8.5 ===
29685
29686 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29687
29688         * NEWS:
29689         * RELEASE:
29690         * configure.ac:
29691           releasing 0.8.5, "Take You On"
29692
29693 2004-10-06  Wim Taymans  <wim@fluendo.com>
29694
29695         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29696         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29697         (no_more_pads), (close_link), (type_found):
29698         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29699         * gst/playback/gstplaybin.c: (gen_video_element):
29700         Do not signal the no_more_pads after the first pad when
29701         we are plugging a non dynamic element with multiple
29702         output pads (like swfdec, dvdec, ...).
29703
29704 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29705
29706         * configure.ac:
29707           bump for prerelease
29708
29709 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29710
29711         * gst/wavparse/gstwavparse.c:
29712           add ATRAC3 to STATIC CAPS to fix a warning
29713
29714         * gst/matroska/ebml-read.c:
29715         * gst-libs/gst/riff/riff-read.c:
29716           fix typos
29717
29718 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29719
29720         * gst-libs/gst/riff/riff-media.c:
29721           generate caps for ATRAC3 audio streams
29722
29723         * gst/realmedia/rmdemux.c:
29724           generate caps for ATRAC3 audio streams
29725
29726 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29727
29728         * gst/wavparse/Makefile.am
29729         * gst/wavparse/riff.h
29730         * gst/wavparse/wavparse.vcproj
29731           riff.h removal (unused and duplication with riff-ids.h)
29732
29733 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29734
29735         * gst/wavparse/gstwavparse.h
29736           remove duplicated defines for audio codec codes
29737
29738         * gst-libs/gst/riff/riff-ids.h
29739         * gst/wavenc/riff.h:
29740           add "4CC" code for ATRAC3 audio streams
29741           add "4CC" code for ITU_G721_ADPCM (unused for now)
29742
29743 2004-10-06  Wim Taymans  <wim@fluendo.com>
29744
29745         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29746         Actually _do_ negotiation. Pass gdouble as arg instead
29747         of guint64 for the framerate.
29748
29749 2004-10-06  Wim Taymans  <wim@fluendo.com>
29750
29751         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29752         (find_compatibles), (close_pad_link), (try_to_link_1),
29753         (no_more_pads), (close_link), (type_found):
29754         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29755         * gst/playback/gstplaybin.c: (gen_video_element),
29756         (gen_audio_element):
29757         Set state on newly added element to READY so that negotiation
29758         can happen ASAP.
29759         Addes some more debug info.
29760         Do not try to plug pads with multiple caps structures or ANY
29761         because it is too dangerous since we do not do dynamic
29762         replugging.
29763
29764 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29765
29766         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29767
29768         * po/LINGUAS:
29769         * po/or.po:
29770           add Oriya translation
29771
29772 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29773
29774         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29775           Prevent overwrite of size member. Makes audio sound crappy.
29776
29777 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29778
29779         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29780         Add rmvb to the list of known RealMedia extensions
29781
29782 2004-10-05  Wim Taymans  <wim@fluendo.com>
29783
29784         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29785         (mngdec_openstream), (mngdec_closestream),
29786         (mngdec_handle_sink_event), (mngdec_readdata),
29787         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29788         (mngdec_getcanvasline), (mngdec_refresh),
29789         (gst_mngdec_change_state):
29790         Set the framerate correctly.
29791
29792 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29793
29794         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29795           There was something wrong with the index massaging.
29796
29797 2004-10-04  Wim Taymans  <wim@fluendo.com>
29798
29799         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29800         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29801         (gst_smokedec_chain):
29802         * ext/jpeg/gstsmokedec.h:
29803         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29804         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29805         * ext/jpeg/gstsmokeenc.h:
29806         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29807         (smokecodec_decode_new), (smokecodec_info_free),
29808         (smokecodec_set_quality), (smokecodec_get_quality),
29809         (smokecodec_set_threshold), (smokecodec_get_threshold),
29810         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29811         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
29812         (smokecodec_encode), (smokecodec_parse_id),
29813         (smokecodec_parse_header), (smokecodec_decode):
29814         * ext/jpeg/smokecodec.h:
29815         * ext/jpeg/smokeformat.h:
29816         Updated smoke, new bitstream, allows embedding in ogg.
29817
29818 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29819
29820         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
29821           Fix seeking in some files. All this code is no longer needed (and
29822           actually breaks stuff) because we now synchronize the full index
29823           right when reading the header.
29824
29825 2004-10-04  Wim Taymans  <wim@fluendo.com>
29826
29827         * configure.ac:
29828         configure update for libmng.
29829
29830 2004-10-04  Wim Taymans  <wim@fluendo.com>
29831
29832         * ext/libmng/Makefile.am:
29833         * ext/libmng/gstmng.c: (plugin_init):
29834         * ext/libmng/gstmng.h:
29835         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
29836         (gst_mngdec_base_init), (gst_mngdec_class_init),
29837         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
29838         (gst_mngdec_loop), (gst_mngdec_get_property),
29839         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
29840         (mngdec_closestream), (mngdec_handle_sink_event),
29841         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
29842         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
29843         (gst_mngdec_change_state):
29844         * ext/libmng/gstmngdec.h:
29845         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
29846         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
29847         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
29848         (gst_mngenc_chain), (gst_mngenc_get_property),
29849         (gst_mngenc_set_property):
29850         * ext/libmng/gstmngenc.h:
29851         Added basic MNG decoder. Needs more work. The encoder does
29852         not work yet.
29853
29854 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29855
29856         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
29857         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
29858         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
29859           Don't hang on length=0 chunks. Some negotiation fixes. Signal
29860           no-more-pads.
29861
29862 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29863
29864         * configure.ac:
29865           you need at least 1.0.4 of speex
29866
29867 2004-10-04 Iain <iaingnome@gmail.com>
29868
29869         * ext/speex/gstspeexdec.h: Revert the includes changes.
29870
29871         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
29872
29873 2004-09-30 Iain <iaingnome@gmail.com>
29874
29875         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
29876         found during init or set as a property instead of hardcoding /dev/audio
29877
29878 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29879
29880         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
29881         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
29882         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
29883         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
29884         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
29885         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
29886         (gst_rmdemux_dump_data):
29887           Use debug category, fix EOS handling. filesrc ! rmdemux now
29888           works.
29889
29890 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29891
29892         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29893         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
29894         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
29895           Improve allocation, cutting and sorting of the index. How takes a
29896           few seconds instead of minutes.
29897
29898 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
29899
29900         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
29901           fixed compilation
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 wing commander format mimetype/fourccs.
29909         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29910           Don't crash if some value is 0.
29911
29912 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29913
29914         * gst-libs/gst/riff/riff-media.c:
29915         (gst_riff_create_video_caps_with_data),
29916         (gst_riff_create_video_template_caps):
29917           Add DIB fourcc (raw, palettized 8-bit RGB).
29918         * gst-libs/gst/riff/riff-read.c:
29919         (gst_riff_read_strf_vids_with_data):
29920           Oops, fix strf_data reading bug.
29921         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29922           Use a non-NULL tag.
29923         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29924           Time for hacks. Sorry Dave. At least one quicktime movie (a
29925           trailer) that I've encountered contains multiple video tracks.
29926           One of those is the actual video track, the other are one-frame
29927           tracks (images). Unfortunately, the number of frames according
29928           to the trak header is 1 for each, so that doesn't help. So
29929           instead, I look at the duration and discard tracks with a
29930           duration shorter than 20% of the length of the stream. Better
29931           than nothing.
29932
29933 2004-10-01  Christian Schaller <christian@fluendo.com>
29934
29935         * ext/ivorbis/vorbis.c:
29936           Patch from Phil Blundell (Bug 152341)
29937
29938 2004-10-01  Wim Taymans  <wim@fluendo.com>
29939
29940         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
29941         (speex_dec_get_formats), (speex_dec_convert),
29942         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
29943         (speex_dec_chain), (gst_speexdec_get_property),
29944         (gst_speexdec_set_property):
29945         Small cleanups.
29946
29947 2004-10-01  Wim Taymans  <wim@fluendo.com>
29948
29949         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
29950         (gst_wavparse_stream_init), (gst_wavparse_fmt),
29951         (gst_wavparse_other), (gst_wavparse_loop),
29952         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
29953         (gst_wavparse_srcpad_event):
29954         * gst/wavparse/gstwavparse.h:
29955         Added some more debugging info.
29956         Fix the case where the length of the file is 0.
29957         Make sure we seek to sample borders.
29958
29959 2004-10-01  Wim Taymans  <wim@fluendo.com>
29960
29961         * gst/playback/README:
29962         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
29963         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29964         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29965         Add some debug info to decodebin, update README
29966
29967 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29968
29969         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
29970           Don't use g_print(); use GST_DEBUG().
29971
29972 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29973
29974         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29975         (gst_ogg_mux_queue_pads):
29976           Handle EOS properly.
29977
29978 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
29979
29980         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29981
29982         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
29983         (gst_faad_chain), (gst_faad_change_state):
29984         * ext/faad/gstfaad.h:
29985           Allow playback of raw (unframed) MPEG AAC files (#148993).
29986
29987 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
29988
29989         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29990
29991         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29992           Throw error if we didn't recognize the stream. Fixes #152289.
29993
29994 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29995
29996         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
29997           Fix negotiation.
29998
29999 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30000
30001         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30002
30003         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30004           Fix memleak.
30005
30006 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30007
30008         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30009
30010         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30011           Solve #152805.
30012         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30013           Solve 152806.
30014
30015 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30016
30017         * gst-libs/gst/riff/riff-media.c:
30018         (gst_riff_create_video_caps_with_data),
30019         (gst_riff_create_audio_caps_with_data):
30020           Add codec_data handling (like asfdemux used to do).
30021         * gst/asfdemux/gstasf.c: (plugin_init):
30022         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30023         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30024           Use riff-media for caps creation instead of our own (mostly
30025           broken) copy of its functions.
30026
30027 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30028
30029         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30030           Don't actually error out if we get another return value than
30031           -EINVAL. Opposite to what I first thought, drivers have random
30032           return values for this, although -EINVAL is the expected return
30033           value. Since this is not fatal, we shouldn't use
30034           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30035
30036 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30037
30038         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30039         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30040         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30041         (dvdreadsrc_get), (dvdreadsrc_open_file),
30042         (dvdreadsrc_change_state):
30043           Fix. Don't do one big huge loop around the whole DVD, that will
30044           cache all data and thus eat sizeof(dvd) (several GB) before we
30045           see something.
30046         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30047           Actually NULL'ify event after using it.
30048         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30049         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30050         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30051         (gst_ebml_read_seek), (gst_ebml_read_skip):
30052           Handle events.
30053         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30054         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30055         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30056           Fix timing (this will probably break if I seek using menus, but
30057           I didn't get there yet). VOBs and normal DVDs should now work.
30058           Add a mpeg2-only pad with high rank so this get autoplugged for
30059           MPEG-2 movies.
30060         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30061         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30062         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30063         (gst_mpeg_demux_get_audio_stream),
30064         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30065         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30066           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30067           MPEG-1 but use dvddemux for MPEG-2.
30068         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30069         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30070         (gst_mpeg_parse_parse_packhead):
30071           Timing. Only add pad template if it exists. Add sink template from
30072           class and not from ourselves. This means we will always use the
30073           correct sink template even if it is not the one defined in this
30074           file.
30075
30076 2004-09-29  Wim Taymans  <wim@fluendo.com>
30077
30078         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30079         (gst_mpeg_demux_parse_pes):
30080         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30081         Fix playback of mpeg again, timestamps where screwed up by
30082         patch 1.61.
30083
30084 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30085
30086         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30087           Only return true if we actually filled something in. Prevents
30088           player applications from showing a random length for flac files.
30089         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30090         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30091         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30092         (gst_riff_read_strf_vids_with_data),
30093         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30094           OK, ok, so I implemented event handling. Apparently it's normal
30095           that we receive random events at random points without asking
30096           for it.
30097         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30098         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30099         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30100         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30101         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30102         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30103         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30104         * gst/avi/gstavidemux.h:
30105           Implement non-lineair chunk handling and subchunk processing.
30106           The first solves playback of AVI files where the audio and video
30107           data of individual buffers that we read are not synchronized.
30108           This should not happen according to the wonderful AVI specs, but
30109           of course it does happen in reality. It is also a prerequisite for
30110           the second. Subchunk processing allows us to cut chunks in small
30111           pieces and process each of these pieces separately. This is
30112           required because I've seen several AVI files with incredibly large
30113           audio chunks, even some files with only one audio chunk for the
30114           whole file. This allows for proper playback including seeking.
30115           This patch is supposed to fix all AVI A/V sync issues.
30116         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30117         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30118           Work.
30119         * gst/modplug/gstmodplug.cc:
30120           Proper return value setting for the query() function.
30121         * gst/playback/gstplaybasebin.c: (setup_source):
30122           Being in non-playing state (after, e.g., EOS) is not necessarily
30123           a bad thing. Allow for that. This fixes playback of short files.
30124           They don't actually playback fully now, because the clock already
30125           runs. This means that small files (<500kB) with a small length
30126           (<2sec) will still not or barely play. Other files, such as mod
30127           or flx, will work correctly, however.
30128
30129 2004-09-28  Wim Taymans  <wim@fluendo.com>
30130
30131         * ext/speex/gstspeex.c: (plugin_init):
30132         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30133         (gst_speex_dec_class_init), (speex_dec_get_formats),
30134         (speex_get_event_masks), (speex_get_query_types),
30135         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30136         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30137         (gst_speexdec_get_property), (gst_speexdec_set_property),
30138         (speex_dec_change_state):
30139         * ext/speex/gstspeexdec.h:
30140         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30141         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30142         (gst_speexenc_base_init), (gst_speexenc_class_init),
30143         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30144         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30145         (gst_speexenc_src_query), (gst_speexenc_init),
30146         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30147         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30148         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30149         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30150         (gst_speexenc_chain), (gst_speexenc_get_property),
30151         (gst_speexenc_set_property), (gst_speexenc_change_state):
30152         * ext/speex/gstspeexenc.h:
30153         Rewrote speex encoder, make sure it can be embedded in ogg.
30154         Implemented speex decoder.
30155
30156 2004-09-28  Christian Schaller <christian@fluendo.com>
30157
30158         * configure.ac:
30159         Remove kioslave plugin. Markey is brewing a new working one
30160         * ext/Makefile.am: Remove kioslave plugin
30161         * ext/kio: remove
30162         * gst-plugins.spec.in: remove kio plugin from spec
30163
30164 2004-09-27  Wim Taymans  <wim@fluendo.com>
30165
30166         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30167         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30168         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30169         (gst_multifdsink_new_client),
30170         (gst_multifdsink_handle_client_write),
30171         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30172         (gst_multifdsink_handle_clients):
30173         * gst/tcp/gstmultifdsink.h:
30174         Make syncing to keyframes actually work for new clients and lagging
30175         clients.
30176
30177 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30178
30179         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30180         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30181         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30182         * gst/debug/gstnavigationtest.h:
30183           make navigationtest display button-press and button-release events
30184
30185 2004-09-26 Iain <iaingnome@gmail.com>
30186
30187         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30188         the channels have received a new media event.
30189         (interleave_buffered_loop): Compresses a new media event on all
30190         channels into one.
30191
30192 2004-09-26 Iain <iaingnome@gmail.com>
30193
30194         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30195         call the sinkpad's default event handler and not the srcpads. He also
30196         says this is confusing :)
30197         (gst_wavenc_stop_file): Company says that seek events only go upstream
30198         we should send a discontinuous downstream instead.
30199
30200 2004-09-25  Christian Schaller <christian@fluendo.com>
30201
30202         * Update SPEC file to be usable in conjunction with Fedora Core,
30203           Fedora.us and freshrpms packages
30204         * Fix typo in multifilesrc test Makefile
30205
30206 2004-09-24  Wim Taymans  <wim@fluendo.com>
30207
30208         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30209         Only signal the no_more_pads signal when we have
30210         added the stream to our list.
30211
30212 2004-09-24  Wim Taymans  <wim@fluendo.com>
30213
30214         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30215         (new_decoded_pad):
30216         * gst/playback/gstplaybasebin.h:
30217         * gst/playback/gstplaybin.c: (setup_sinks):
30218         Don't try to preroll or decode more than one audio/video
30219         track.
30220
30221 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30222
30223         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30224           Throw error if we failed to find a suitable output. This should
30225           throw an error if we successfully set up a pipeline (e.g. because
30226           we recognized a media file) but found no decodable streams in it
30227           (e.g. because it contains only media stream types for which we
30228           have no decoders, or because it's not a media type).
30229
30230 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30231
30232         * ext/dirac/Makefile.am:
30233         * ext/dirac/gstdirac.cc:
30234         * ext/dirac/gstdiracdec.cc:
30235         * ext/dirac/gstdiracdec.h:
30236           Do something. Don't actually know if this works because I don't
30237           have a demuxer yet.
30238         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30239           Add channels=1 to caps returned from _getcaps().
30240         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30241         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30242         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30243         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30244         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30245         (gst_ogm_parse_change_state):
30246           Separate between audio/video so ogmaudioparse actually uses the
30247           audio pad templates. Both audio and video work now, including
30248           autoplugging. Also use sometimes-srcpad hack.
30249         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30250           Handle events better. Don't hang on infinite loops.
30251         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30252         (gst_avi_demux_init), (gst_avi_demux_reset),
30253         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30254         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30255         (gst_avi_demux_change_state):
30256         * gst/avi/gstavidemux.h:
30257           Improve A/V sync. Still not perfect.
30258         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30259         (gst_ebml_read_skip):
30260           Handle events better.
30261         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30262         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30263         (qtdemux_audio_caps):
30264           Add IMA4. Improve event handling. Save offset after a seek when
30265           the headers are at the end of the file so that we don't end up in
30266           an infinite loop.
30267         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30268           Add low-priority typefind support for files with no length.
30269
30270 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30271
30272         * testsuite/multifilesink/Makefile.am:
30273         fix typo
30274
30275 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30276
30277         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30279         mistakes from thaytan's patches.
30280
30281 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30282
30283         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30284           For completeness, XSync in the destroy function as xvimage does.
30285
30286 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30287
30288         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30289            Correct caps negotiation
30290         * gst/volume/gstvolume.c: (volume_chain_float),
30291         (volume_chain_int16):
30292            Modify debug output to be little more informative
30293         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30295         (gst_xvimagesink_xvimage_destroy):
30296           Add XSync calls after detaching from the shared memory segment to
30297           avoid a crash.
30298
30299 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30300
30301         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30302         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30303         * ext/vorbis/vorbis.c: (plugin_init):
30304         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30305         (gst_vorbisenc_chain):
30306         * ext/vorbis/vorbisenc.h:
30307         remove explicit newmedia support from oggmux and vorbisenc
30308         add debug category to vorbisenc
30309         * gst/multifilesink/gstmultifilesink.c:
30310         (gst_multifilesink_class_init), (gst_multifilesink_init),
30311         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30312         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30313         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30314         (plugin_init):
30315         * gst/multifilesink/gstmultifilesink.h:
30316         add support for streamheader in multifilesink
30317
30318 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30319
30320         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30321         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30322         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30323           Prevent infinite loops. More correct error reporting.
30324         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30325           Error out if negotiation fails.
30326         * gst/playback/gstplaybasebin.c: (setup_source),
30327         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30328         (gst_play_base_bin_found_tag):
30329           Error/tag forwarding. Pre-roll fixes for source errors on state
30330           changes (e.g. "file does not exist") to prevent hangs.
30331
30332 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30333
30334         * testsuite/multifilesink/Makefile.am:
30335         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30336         (gst_newmedia_class_init), (gst_newmedia_init),
30337         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30338         (newfile_signal), (test_signal), (main):
30339         * testsuite/multifilesink/multifilesrc_test.c: (main):
30340         * testsuite/multifilesink/oggtheora_test.c:
30341         (gst_newmedia_base_init), (gst_newmedia_class_init),
30342         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30343         (test_format), (newfile_signal), (test_signal), (main):
30344         * testsuite/multifilesink/oggvorbis_test.c:
30345         (gst_newmedia_base_init), (gst_newmedia_class_init),
30346         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30347         (test_format), (newfile_signal), (test_signal), (main):
30348         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30349         (gst_newmedia_class_init), (gst_newmedia_init),
30350         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30351         (newfile_signal), (test_signal), (main):
30352         New media tests
30353
30354 2004-09-20  Christian Schaller <christian@fluendo.com>
30355
30356         * Fix mikmod license to LGPL as they have relicensed
30357         * Move Dirac and Effectv into LGPL section of README_license
30358
30359 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30360
30361         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30362         (gst_mad_change_state):
30363           Allow for mp3 rate/channels changes. However, only very
30364           conservatively. Reason that we *have* to enable this is smiply
30365           because the mad find_sync() function is not good enough, it will
30366           regularly sync on random data as valid frames and therefore make
30367           us provide random caps as *final* caps of the stream. The best fix
30368           I could think of is to simply require several of the same stream
30369           changes in a row before we change caps.
30370           The actual testcase that works now is #
30371         * ext/ogg/Makefile.am:
30372         * ext/ogg/gstogg.c: (plugin_init):
30373         * ext/ogg/gstogmparse.c:
30374           OGM support (video only for now; I need an audio sample file).
30375         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30376         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30377         (gst_asf_demux_add_video_stream):
30378           WMV extradata.
30379         * gst/playback/gstplaybasebin.c: (unknown_type):
30380           Don't error out on single unknown-types after all. It's wrong.
30381           If we found type of video and audio but not of a subtitle stream,
30382           it will still error out (which is unwanted). Will find a better fix
30383           later on.
30384         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30385         (ogmaudio_type_find), (plugin_init):
30386           OGM support.
30387
30388 2004-09-20  Johan Dahlin  <johan@gnome.org>
30389
30390         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30391         after setting caps.
30392
30393 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30394
30395         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30396         * gst/wavenc/gstwavenc.h:
30397         Added newmedia support to wavenc
30398
30399 2004-09-17  Wim Taymans  <wim@fluendo.com>
30400
30401         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30402         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30403         (gst_fdset_fd_can_write), (gst_fdset_wait):
30404         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30405         (gst_multifdsink_init), (gst_multifdsink_add),
30406         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30407         (gst_multifdsink_remove_client_link),
30408         (gst_multifdsink_client_queue_buffer),
30409         (gst_multifdsink_handle_client_write),
30410         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30411         (gst_multifdsink_close), (gst_multifdsink_change_state):
30412         * gst/tcp/gstmultifdsink.h:
30413         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30414         (gst_tcpserversink_removed):
30415         Small cleanups in fdset.c
30416         Use a hastable to map fd to the client structure for faster
30417         lookup in _remove and get_stats.
30418         Added virtual function to close the fds.
30419         Handle clients even when the select/poll call was unblocked because
30420         of a command.
30421         Implement syncing to keyframe in the recovery procedure.
30422
30423 2004-09-16 Iain <iaingnome@gmail.com>
30424
30425         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30426         try caps.
30427
30428 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30429
30430         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30431           Caps are only set if the type of the stream is unknown, but this
30432           is initialized in ->init_stream(), so set to UNKNOWN after calling
30433           ->init_stream() so that capsnego starts.
30434
30435 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30436
30437         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30438         (gst_avi_demux_stream_data):
30439           Just hardcode for raw audio then. AVI audio sucks.
30440
30441 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30442
30443         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30444         * gst/matroska/matroska-mux.c: (audiosink_templ),
30445         (gst_matroska_mux_audio_pad_link):
30446         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30447         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30448
30449 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30450
30451         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30452         (gst_avi_demux_stream_data):
30453           Try to fix a/v sync issues.
30454
30455 2004-09-15  David Schleef  <ds@schleef.org>
30456
30457         * configure.ac: remove NASM check, since we don't use it.  Update
30458         dirac check to 0.4
30459         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30460         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30461         Initialized variables.
30462         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30463         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30464         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30465         SVQ3 format
30466
30467 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30468
30469         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30470         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30471         * gst/avi/gstavidemux.h:
30472           Fix for compressed audio (mp3) timestamp generation. How did this
30473           ever work?
30474
30475 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30476
30477         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30478           Volume is a double not a float.
30479
30480 2004-09-15  Wim Taymans  <wim@fluendo.com>
30481
30482         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30483         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30484         Don't close the fd in multifdsink as we didn't open it in the
30485         first place. Some cleanups.
30486
30487 2004-09-15  Wim Taymans  <wim@fluendo.com>
30488
30489         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30490         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30491         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30492         Fix the case where the muxer would mark pages as delta
30493         frames when they are not (vorbis only ogg).
30494
30495 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30496
30497         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30498         (gst_play_base_bin_change_state):
30499           Handle the case where we failed to setup a clear pipeline. This
30500           will throw an error (or EOS, another nice case) and if you don't
30501           catch that, the app will wait for the signal forever (and thus
30502           hang).
30503
30504 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30505
30506         * ext/gnomevfs/gstgnomevfssink.c:
30507         (gst_gnomevfssink_uri_get_protocols):
30508         * ext/gnomevfs/gstgnomevfssrc.c:
30509         (gst_gnomevfssrc_uri_get_protocols):
30510         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30511         * ext/gnomevfs/gstgnomevfsuri.h:
30512           Use _uri_new() instead of _open(), so it doesn't take as long and
30513           Christophe's computer won't hang.
30514         * gst/playback/gstplaybasebin.c: (unknown_type):
30515           Throw error on unknown media type, so apps actually display it.
30516
30517 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30518
30519         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30520           this script to work on Solaris since bash shell handles echo
30521           differenly than bash.
30522
30523 2004-09-17  Wim Taymans  <wim@fluendo.com>
30524
30525         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30526         (setup_source), (gst_play_base_bin_set_property),
30527         (gst_play_base_bin_add_element):
30528         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30529         Some more work on making sure seeking pauses the pipeline and
30530         that changing the uri actually does something.
30531
30532 2004-09-17  Wim Taymans  <wim@fluendo.com>
30533
30534         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30535         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30536         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30537         (gst_tcpserversink_close):
30538         Be a bit more paranoid when freeing memory.
30539
30540 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30541
30542         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30543         (qtdemux_parse_trak):
30544           Don't crash by dividing by zero (see sample movie in #126922).
30545
30546 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30547
30548         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30549           Don't touch non-existing data (fixes crash on file in #140147).
30550
30551 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30552
30553         * gst/playback/gstplaybasebin.c:
30554         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30555           Handle double disposals, and proper change of URIs.
30556
30557 2004-09-13  Martin Eikermann <meiker@upb.de>
30558
30559         * gst/mpegstream/gstmpegparse.c:
30560           fix synchronistation for streams recorded from digital PCR
30561           fixes bug #119376
30562
30563 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30564
30565         * ext/gnomevfs/Makefile.am:
30566         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30567         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30568         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30569         (gst_gnomevfssink_uri_get_type),
30570         (gst_gnomevfssink_uri_get_protocols),
30571         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30572         (gst_gnomevfssink_uri_handler_init),
30573         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30574         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30575         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30576         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30577         (gst_gnomevfssrc_uri_get_type),
30578         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30579         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30580         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30581         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30582         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30583         * ext/gnomevfs/gstgnomevfsuri.h:
30584           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30585           of fake URIs to see which this version of Gnome-VFS likes, and
30586           uses that for the Gst-URI interface. Makes playbin support http://
30587           streams. Also fix up some stupid behaviour in gnomevfssrc.
30588
30589 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30590
30591         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30592         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30593         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30594         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30595           Update mixer (to sync with other sessions) if we try to obtain
30596           a new value. This makes alsamixer work accross applications.
30597         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30598           Only call sync functions if we're running, else alsalib asserts.
30599         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30600           Sometimes fails to compile. Possibly a gcc bug.
30601         * gst/playback/gstplaybin.c: (gen_video_element),
30602         (gen_audio_element):
30603           Add a reference to an application-provided object, because we lose
30604           this same reference if we add it to the bin. If we don't do this,
30605           we can only use this object once and thus crash if we go from
30606           ready to playing, back to ready and back to playing again.
30607           Also add an audioscale element because several cheap soundcards -
30608           like mine - don't support all samplerates.
30609         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30610         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30611           Fix wrong order or PAR calls. Makes automatically obtained PAR
30612           from the X server atually being used.
30613
30614 2004-09-12  David Schleef  <ds@schleef.org>
30615
30616         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30617         #151887, #152102, #152247.
30618         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30619         * examples/seeking/cdparanoia.c: same
30620         * examples/seeking/cdplayer.c: same
30621         * examples/seeking/seek.c: same
30622         * examples/seeking/spider_seek.c: same
30623         * examples/seeking/vorbisfile.c: same
30624         * examples/stats/mp2ogg.c: same
30625         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30626         (gst_esdsink_dispose): Dispose of element properly.
30627         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30628         fixes.
30629         * ext/nas/nassink.c: (gst_nassink_class_init),
30630         (gst_nassink_dispose): Dispose of element correctly.
30631         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30632         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30633         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30634         Fix 64-bit warning.
30635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30636         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30637         Fix 64-bit warning.
30638
30639 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30640
30641         * configure.ac : change speex detection as 1.1.6 now uses
30642           .pc/pkg-config and they changed their headers location.
30643
30644 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30645
30646         * gst/matroska/matroska-mux.h:
30647         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30648         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30649         (gst_matroska_mux_write_data):
30650           Write multiple blocks/frames per cluster.
30651                 Write meta-seek information (seek heads).
30652
30653 2004-09-09  Scott Wheeler <wheeler@kde.org>
30654
30655         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30656         (gst_play_bin_set_property), (gst_play_bin_get_property),
30657         (gen_audio_element), (gen_audio_element):
30658           Add a volume element / property to the pipeline.
30659
30660 2004-09-07  Wim Taymans  <wim@fluendo.com>
30661
30662         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30663         Copy timestamps from the master pad to the output buffers.
30664
30665 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30666
30667         * ext/raw1394/gstdv1394src.c:
30668           throw errors when applicable
30669
30670 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30671
30672         * gst/matroska/ebml-ids.h:
30673         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30674         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30675         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30676           automatically convert unix time <-> ebml time when reading/writing
30677           a date, use gst_ebml_write_uint to write CUETIME,
30678           not gst_ebml_write_date.
30679         * gst/matroska/matroska-ids.h:
30680         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30681         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30682         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30683         (gst_matroska_mux_write_data):
30684           Write track and segment UIDs, write muxing date, write
30685           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30686           Create cues for audio only files.
30687
30688 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30689
30690         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30691         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30692           Re-commit ALSA switches.
30693         * gst/adder/gstadder.c: (gst_adder_loop):
30694           64-bit fix (#151416).
30695         * gst/debug/progressreport.c: (gst_progressreport_report):
30696           64-bit fix (#151419).
30697         * gst/matroska/matroska-demux.c:
30698         (gst_matroska_demux_parse_contents):
30699           64-bit fix (#151420).
30700         * gst/playback/test3.c: (update_scale):
30701           64-bit fix (#151421).
30702
30703 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30704
30705         * configure.ac:
30706           bump nano to cvs
30707
30708 === release 0.8.4 ===
30709
30710 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30711
30712         * configure.ac: releasing 0.8.4, "Alias"
30713
30714 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30715
30716         * ext/theora/Makefile.am:
30717           fix makefile.  Fixes #151462.
30718
30719 2004-08-30  Wim Taymans  <wim@fluendo.com>
30720
30721         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30722         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30723         (gst_multifdsink_remove_client_link),
30724         (gst_multifdsink_client_queue_buffer),
30725         (gst_multifdsink_handle_client_write):
30726         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30727         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30728         Fix some memory leaks.
30729
30730 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30731
30732         Patch by: David Schleef
30733
30734         * configure.ac:
30735         * sys/Makefile.am:
30736           rename our detection macro for V4L2.  Fixes #151236.
30737
30738 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30739
30740         Patch by: David Schleef
30741
30742         * configure.ac:
30743           check to define LAMEPRESET.  Fixes #151232.
30744
30745 2004-08-27  David Schleef  <ds@schleef.org>
30746
30747         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30748         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30749         (gst_glimagesink_fixate):  Move local variable declarations to
30750         make gcc-2.95 happy.
30751
30752 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30753
30754         * configure.ac:
30755           bump nano for prerelease
30756
30757 2004-08-27  David Schleef  <ds@schleef.org>
30758
30759         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30760         * sys/sunaudio/gstsunaudiosrc.c:
30761         * sys/sunaudio/gstsunaudiosrc.h:
30762
30763 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30764
30765         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30766         handle EOS correctly
30767         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30768         * gst/matroska/matroska-mux.h:
30769         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30770         VFW compatibility mode
30771
30772 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30773
30774         patch by: Zaheer Abbas Merali
30775
30776         * ext/ogg/gstoggmux.c:
30777         * ext/vorbis/vorbisenc.c:
30778         * ext/vorbis/vorbisenc.h:
30779           handle NEWMEDIA
30780
30781 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30782
30783         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30784         fix byte order reversion on little endian machines.
30785         * gst/matroska/matroska-mux.c: (audiosink_templ),
30786         (gst_matroska_mux_audio_pad_link):
30787         add TTA codec to the list of supported codecs.
30788         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30789         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30790         (gst_matroska_mux_write_data):
30791         * gst/matroska/matroska-mux.h:
30792         write segment duration correctly, write muxing app string, fixes bugs
30793         #140897 and #140898.
30794         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30795         wait for all pads to be negotiated before starting to mux.
30796
30797 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30798
30799         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30800         * ext/lame/gstlame.h:
30801         Added new media support to lame
30802
30803 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30804
30805         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30806         send vorbis headers at the beginning of a stream, fixes bug #141554.
30807         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30808         bug #148950.
30809         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
30810         (gst_matroska_demux_plugin_init):
30811         * gst/matroska/matroska-ids.h:
30812         enable demuxing of TTA audio streams, fixes bug #148951.
30813         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
30814         enable typefinding for TTA audio files, fixes bug #148711.
30815         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
30816         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
30817         fixes playback of packed bitstream and xvid with bframes, bug #135407.
30818
30819 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
30820
30821         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30822         (gst_riff_read_element_data), (gst_riff_read_seek),
30823         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
30824         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
30825         <teuf@gnome.org>
30826
30827 2004-08-23 Iain <iaingnome@gmail.com>
30828
30829         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
30830         tags. They appear to be handled differently to normal.
30831         (tag_list_to_id3_tag_foreach): Ditto.
30832
30833 2004-08-22  Wim Taymans  <wim@fluendo.com>
30834
30835         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30836         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30837         Make sure we never send -1 granulepos.
30838
30839 2004-08-20  Wim Taymans  <wim@fluendo.com>
30840
30841         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30842         (gst_ogg_mux_loop):
30843         I will accept bitchslappings with non sharp objects.
30844
30845 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30846
30847         * configure.ac:
30848         Clean up the test for lame presets
30849
30850 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30851
30852         * configure.ac:
30853         * ext/lame/Makefile.am:
30854         * ext/lame/gstlame.c: (gst_lame_class_init),
30855         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30856         Only enable lame presets if version of lame has presets in API
30857
30858 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
30859         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
30860         * gst/udp/gstudpsrc.h:
30861           Don't call gst_pad_push in a get function. Fixes #150449
30862
30863 2004-08-18  Wim Taymans  <wim@fluendo.com>
30864
30865         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
30866         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
30867         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30868         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30869         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30870         (gst_fdset_wait):
30871         * gst/tcp/gstfdset.h:
30872         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30873         (gst_multifdsink_client_queue_buffer),
30874         (gst_multifdsink_handle_client_write):
30875         * gst/tcp/gstmultifdsink.h:
30876         Some extra checks in gstfdset.
30877         Only use send() when the fd is a socket. Don't try to
30878         read from write only fds.
30879
30880 2004-08-18  Wim Taymans  <wim@fluendo.com>
30881
30882         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
30883         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30884         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30885         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30886         (gst_fdset_wait):
30887         Add more locking and bounds checking.
30888
30889 2004-08-18  Wim Taymans  <wim@fluendo.com>
30890
30891         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
30892         Realloc test fdset in the lock and right before starting
30893         the poll call. Bump the limit to 4096.
30894
30895 2004-08-17  David Schleef  <ds@schleef.org>
30896
30897         * sys/sunaudio/Makefile.am:
30898         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
30899         of rates and channels.  Make debugging less obnoxious.
30900
30901         Patch from Balamurali Viswanathan implementing a mixer for
30902         Sun audio.  (bug #144091):
30903         * sys/sunaudio/gstsunelement.c:
30904         * sys/sunaudio/gstsunelement.h:
30905         * sys/sunaudio/gstsunmixer.c:
30906         * sys/sunaudio/gstsunmixer.h:
30907
30908 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30909
30910         * gst/audioscale/gstaudioscale.c:
30911         * gst/audioscale/gstaudioscale.h:
30912         made audioscale resample from any sample rate to any sample rate
30913
30914 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30915
30916         * ext/libpng/gstpngdec.c:
30917           error out on unsupported types
30918
30919 2004-08-17  Iain <iaingnome@gmail.com>
30920
30921         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
30922         mid_side and loose_mid_side properties if its a stereo stream.
30923
30924 2004-08-17  Wim Taymans  <wim@fluendo.com>
30925
30926         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30927         (theora_get_formats), (theora_dec_src_convert),
30928         (theora_dec_sink_convert), (theora_dec_src_query),
30929         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
30930         Add a debug line.
30931
30932 2004-08-17  Wim Taymans  <wim@fluendo.com>
30933
30934         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
30935         (gst_ogg_pad_push):
30936         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30937         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
30938         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
30939         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30940         Mark delta units in the muxer.
30941         Try to decode the packet after an out-of-sync error from
30942         libogg.
30943
30944 2004-08-17  Wim Taymans  <wim@fluendo.com>
30945
30946         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30947         (gst_multifdsink_init), (gst_multifdsink_add),
30948         (gst_multifdsink_client_queue_buffer),
30949         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
30950         * gst/tcp/gstmultifdsink.h:
30951         Added option to send a keyframe to clients as the first buffer.
30952         Make timeout property writable.
30953
30954 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30955
30956         patch by: Wim Taymans
30957
30958         * gst/tcp/gstfdset.c:
30959         * gst/tcp/gstmultifdsink.c:
30960           fix index comparison, should include 0
30961
30962 2004-08-16  Wim Taymans  <wim@fluendo.com>
30963
30964         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
30965         (gst_fdset_add_fd), (gst_fdset_remove_fd),
30966         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30967         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30968         (gst_fdset_wait):
30969           copy when reallocing for poll so the select arguments don't get
30970           changed during the call
30971
30972 2004-08-16  Wim Taymans  <wim@fluendo.com>
30973
30974         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
30975         (gst_theora_enc_class_init), (theora_enc_sink_link),
30976         (theora_buffer_from_packet), (theora_enc_chain):
30977         Fix bug where buffers were not marked as keyframes
30978         correctly.
30979
30980 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30981
30982         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
30983         (gst_lame_preset_get_type), (gst_lame_class_init):
30984         describe the enum values for vbr mode and presets more verbosely
30985
30986 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30987
30988         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
30989         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
30990         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
30991         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30992         * ext/lame/gstlame.h:
30993         add preset property to lame so it can use lame presets
30994
30995 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30996
30997         * ext/lame/gstlame.c: (gst_lame_get_property):
30998         whoops forgot break, thanks teuf
30999
31000 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31001
31002         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31003         (gst_lame_class_init), (gst_lame_src_getcaps),
31004         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31005         (gst_lame_get_property), (gst_lame_setup):
31006         * ext/lame/gstlame.h:
31007         fix lame's broken vbr stuff, allow it to resample if need be, and also
31008         make xing header optional
31009
31010 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31011
31012         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31013         added getcaps function so samplerate doesnt get fixated to silly values
31014
31015 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31016
31017         * ext/lame/gstlame.c: (gst_lame_src_link):
31018         revert previous fix
31019
31020 2004-08-12  Johan Dahlin  <johan@gnome.org>
31021
31022         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31023         checks. Doesn't matter what state we are in. Interfaces are a
31024         compile time thing, not runtime. It also broke the python bindings.
31025
31026 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31027
31028         * ext/lame/gstlame.c: (gst_lame_src_link):
31029         made source pad link function check if sinkpad is ok..fixes the problem
31030         where core fixates the output rate of lame stupidly
31031
31032 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31033
31034         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31035         * sys/v4l/v4l_calls.c:
31036         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31037           fix fixate function to handle nonsimple caps.
31038           remove bogus check in _link
31039           cleanups
31040
31041 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31042
31043         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31044         set default compression ratio parameter to 0.0 so bitrate parameter
31045         works :)
31046
31047 2004-08-11  David Schleef  <ds@schleef.org>
31048
31049         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31050
31051 2004-08-11  David Schleef  <ds@schleef.org>
31052
31053         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31054         before.
31055
31056 2004-08-11  David Schleef  <ds@schleef.org>
31057
31058         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31059
31060 2004-08-11  David Schleef  <ds@schleef.org>
31061
31062         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31063           license field
31064         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31065         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31066           LGPL.
31067         * gst/auparse/gstauparse.c: Fix plugin license field.
31068         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31069         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31070         * gst/rtp/gstrtp.c: Fix plugin license field.
31071
31072 2004-08-11  Wim Taymans  <wim@fluendo.com>
31073
31074         * gst/tcp/Makefile.am:
31075         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31076         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31077         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31078         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31079         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31080         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31081         (gst_fdset_fd_can_write), (gst_fdset_wait):
31082         * gst/tcp/gstfdset.h:
31083         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31084         (gst_multifdsink_class_init), (gst_multifdsink_init),
31085         (gst_multifdsink_add), (gst_multifdsink_remove),
31086         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31087         (gst_multifdsink_remove_client_link),
31088         (gst_multifdsink_handle_client_read),
31089         (gst_multifdsink_client_queue_data),
31090         (gst_multifdsink_client_queue_caps),
31091         (gst_multifdsink_client_queue_buffer),
31092         (gst_multifdsink_handle_client_write),
31093         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31094         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31095         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31096         (gst_multifdsink_close):
31097         * gst/tcp/gstmultifdsink.h:
31098         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31099         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31100         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31101         (gst_tcpserversink_close):
31102         * gst/tcp/gsttcpserversink.h:
31103         Abstracted away the select call, implemented poll (yes we ran into
31104         the 1024 limit in production).
31105
31106 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31107
31108         * gst/tcp/gsttcp.c:
31109         * gst/tcp/gsttcpplugin.c:
31110           improve debuggging, remove assert
31111
31112 2004-08-10  Wim Taymans  <wim@fluendo.com>
31113
31114         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31115         (gst_client_status_get_type), (gst_multifdsink_class_init),
31116         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31117         (gst_multifdsink_handle_client_read),
31118         (gst_multifdsink_handle_client_write),
31119         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31120         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31121         (gst_multifdsink_get_property):
31122         * gst/tcp/gstmultifdsink.h:
31123         * gst/tcp/gsttcp-marshal.list:
31124         Starting to prepare for specifying buffer time in other units
31125         than buffers. Expose remove reason in signal.
31126
31127 2004-08-10  Wim Taymans  <wim@fluendo.com>
31128
31129         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31130         (gst_multifdsink_remove), (gst_multifdsink_clear),
31131         (gst_multifdsink_remove_client_link),
31132         (gst_multifdsink_handle_client_read),
31133         (gst_multifdsink_client_queue_data),
31134         (gst_multifdsink_client_queue_buffer),
31135         (gst_multifdsink_handle_client_write),
31136         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31137         (gst_multifdsink_chain), (gst_multifdsink_close):
31138         * gst/tcp/gstmultifdsink.h:
31139         Added more debugging info. Changed the way clients are
31140         removed from the lists. Fixed a bug where a bad file descriptor
31141         could cause many clients to be removed.
31142
31143 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31144
31145         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31146           allow all pixel-aspect-ratios, not just 1:1
31147
31148 2004-08-09  David Schleef  <ds@schleef.org>
31149
31150         * sys/glsink/ARB_multitexture.h:  Remove old files.
31151         * sys/glsink/EXT_paletted_texture.h:
31152         * sys/glsink/NV_register_combiners.h:
31153         * sys/glsink/gstgl_nvimage.c:
31154         * sys/glsink/gstgl_pdrimage.c:
31155         * sys/glsink/gstgl_rgbimage.c:
31156         * sys/glsink/gstglsink.c:
31157         * sys/glsink/gstglsink.h:
31158         * sys/glsink/gstglxwindow.c:
31159         * sys/glsink/regcomb_yuvrgb.c:
31160
31161 2004-08-09  David Schleef  <ds@schleef.org>
31162
31163         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31164         GL sink plugin.  (Bug #147302)
31165
31166         * configure.ac: Test for OpenGL
31167         * sys/Makefile.am: Use test for OpenGL
31168         * sys/glsink/Makefile.am:
31169         * sys/glsink/glimagesink.c: rewrite
31170         * sys/glsink/glimagesink.h: rewrite
31171
31172 2004-08-09  David Schleef  <ds@schleef.org>
31173
31174         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31175         sane framerates.
31176         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31178         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31179
31180 2004-08-09  Wim Taymans  <wim@fluendo.com>
31181
31182         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31183         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31184         (gst_multifdsink_client_remove),
31185         (gst_multifdsink_handle_client_read),
31186         (gst_multifdsink_handle_client_write),
31187         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31188         Do a bit more logging, make the client_read code more robust.
31189
31190 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31191
31192         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31193         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31194         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31195         (gst_jpegdec_init), (gst_jpegdec_chain):
31196         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31197         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31198           cleanups, debugging fixes and memleak plugging
31199
31200 2004-08-09  Wim Taymans  <wim@fluendo.com>
31201
31202         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31203         (theora_get_formats), (theora_dec_src_convert),
31204         (theora_dec_sink_convert), (theora_dec_src_query),
31205         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31206         (theora_dec_change_state):
31207         Don't crash on missing header packets.
31208
31209 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31210
31211         * po/LINGUAS:
31212         * po/sq.po:
31213           Added Albanian translation (Laurent Dhima)
31214         * po/cs.po:
31215           updated
31216
31217 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31218
31219         * ext/lame/gstlame.c:
31220           fix/add debugging
31221
31222 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31223
31224         * sys/ximage/ximagesink.c:
31225         * sys/xvimage/xvimagesink.c:
31226           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31227
31228 2004-08-06  Wim Taymans  <wim@fluendo.com>
31229
31230         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31231         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31232         (gst_multifdsink_client_remove),
31233         (gst_multifdsink_handle_client_read),
31234         (gst_multifdsink_handle_client_write),
31235         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31236         Make sure we don't try to read more from a client that what
31237         ioctl says us or we deadlock.
31238
31239 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31240
31241         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31242         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31243         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31244           decouple running_time and n_frames so it can handle changing
31245           framerate while running
31246
31247 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31248
31249         * po/nl.po:
31250         * po/sv.po:
31251           updated translations
31252
31253 2004-08-04  Benjamin Otte  <otte@gnome.org>
31254
31255         * gst/videotestsrc/gstvideotestsrc.c:
31256         (gst_videotestsrc_get_capslist), (generate_capslist),
31257         (plugin_init):
31258           generate the list of supported caps at startup and reuse it instead
31259           of always generating it
31260
31261 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31262
31263         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31264           whoops, last checkin broke normal build
31265
31266 2004-08-03  Benjamin Otte  <otte@gnome.org>
31267
31268         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31269         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31270         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31271         (gst_alsa_mixer_get_option):
31272         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31273         (dvdnavsrc_print_event):
31274         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31275         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31276         (gst_ogg_mux_pad_unlink):
31277         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31278         (gst_multipart_mux_pad_unlink):
31279         * gst/videofilter/gstvideobalance.c:
31280         (gst_videobalance_colorbalance_set_value):
31281         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31282         (gst_videomixer_pad_unlink):
31283         * po/uk.po:
31284         * sys/oss/gstossmixer.c:
31285         * sys/v4l/gstv4lcolorbalance.c:
31286         * sys/v4l/gstv4ltuner.c:
31287         * sys/v4l/v4lsrc_calls.c:
31288         * sys/v4l2/gstv4l2colorbalance.c:
31289         * sys/v4l2/gstv4l2tuner.c:
31290           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31291
31292 2004-08-03  Benjamin Otte  <otte@gnome.org>
31293
31294         * examples/dynparams/filter.c: (ui_control_create):
31295         * examples/gstplay/player.c: (print_tag):
31296         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31297         * ext/gdk_pixbuf/gstgdkanimation.c:
31298         (gst_gdk_animation_iter_may_advance):
31299         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31300         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31301         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31302         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31303         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31304         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31305         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31306         * gst/sine/demo-dparams.c: (main):
31307         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31308         * testsuite/alsa/formats.c: (create_pipeline):
31309         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31310           fixes for G_DISABLE_ASSERT and friends
31311         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31312         (mp3_type_frame_length_from_header), (mp3_type_find),
31313         (plugin_init):
31314           require mp3 typefinding to have at least MIN_HEADERS valid headers
31315           add typefinding for AAC adts files
31316
31317 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31318
31319         * sys/ximage/ximagesink.c:
31320         (gst_ximagesink_calculate_pixel_aspect_ratio):
31321         * sys/xvimage/xvimagesink.c:
31322         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31323         Make sure we calculate pixel-aspect-ratio using floating point maths
31324
31325 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31326
31327         * po/uk.po:
31328           updated translation
31329
31330 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31331
31332         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31334           add debugging for display PAR calculation
31335
31336 2004-08-02  David Schleef  <ds@schleef.org>
31337
31338         * configure.ac: Fix mikmod CFLAGS.
31339
31340 2004-07-27  Benjamin Otte  <otte@gnome.org>
31341
31342         * gst/audioscale/gstaudioscale.c:
31343         - fix templates to only support S16, it's the only format that works
31344         - make caps nego code use try_set_caps_nonfixed and fixation instead
31345         of try_set_caps twice, which is not nice for autopluggers
31346         - change rank to secondary, so autopluggers can pick it up after
31347         audioconvert
31348
31349 2004-08-02  Iain <iain@prettypeople.org>
31350
31351         * gst/interleave/interleave.c (interleave_init),
31352         (interleave_request_new_pad),
31353         (interleave_pad_removed),
31354         (interleave_buffered_loop): Use the real pad count, not the artificial
31355         one.
31356
31357 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31358
31359         * configure.ac: bump nano back to development
31360
31361 === release 0.8.3 ===
31362
31363 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31364
31365         * configure.ac: releasing 0.8.3, "Water"
31366
31367 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31368
31369         * sys/xvimage/xvimagesink.c:
31370         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31371         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31372         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31373         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31374         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31375         * sys/xvimage/xvimagesink.h:
31376           apply similar PAR fixes as to ximagesink
31377
31378 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31379
31380         patch from: Benjamin Otte
31381
31382         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31383           add link function to lame.  Fixes #148986.
31384
31385 2004-08-02  Johan Dahlin  <johan@gnome.org>
31386
31387         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31388         fix debugging log
31389
31390 2004-07-30  David Schleef  <ds@schleef.org>
31391
31392         * gst/videomixer/Makefile.am: Fix things that should have been
31393         fixed in the last checkin.
31394
31395 2004-07-30  David Schleef  <ds@schleef.org>
31396
31397         * gst/multipart/Makefile.am: Fix things that should have been
31398         fixed in the last checkin.
31399
31400 2004-07-30  David Schleef  <ds@schleef.org>
31401
31402         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31403
31404 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31405
31406         * configure.ac:
31407           bump nano for prerelease
31408         * po/af.po:
31409         * po/az.po:
31410         * po/cs.po:
31411         * po/en_GB.po:
31412         * po/hu.po:
31413         * po/nl.po:
31414         * po/sr.po:
31415         * po/sv.po:
31416         * po/uk.po:
31417           updates
31418
31419 2004-07-30  Wim Taymans  <wim@fluendo.com>
31420
31421         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31422         (gst_multifdsink_add), (gst_multifdsink_remove),
31423         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31424         (gst_multifdsink_client_remove),
31425         (gst_multifdsink_handle_client_write),
31426         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31427         * gst/tcp/gstmultifdsink.h:
31428         Recover from a select with a bad file descriptor by removing
31429         the client.
31430
31431 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31432
31433         * configure.ac:
31434           fix requirement of core
31435         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31436         (gst_play_pipeline_setup):
31437           don't use colorspace element.  do use hermescolorspace element.
31438           make macro to get a colorspace element.
31439           mark strings for translation.
31440         * po/POTFILES.in:
31441           add play.c
31442         * po/af.po:
31443         * po/az.po:
31444         * po/cs.po:
31445         * po/en_GB.po:
31446         * po/hu.po:
31447         * po/nl.po:
31448         * po/sr.po:
31449         * po/sv.po:
31450         * po/uk.po:
31451           update translations
31452
31453 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31454
31455         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31456         fix default for newmedia flag
31457
31458 2004-07-30  Wim Taymans  <wim@fluendo.com>
31459
31460         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31461         (gst_theora_dec_init), (theora_get_formats),
31462         (theora_dec_src_convert), (theora_dec_sink_convert),
31463         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31464         (theora_dec_chain), (theora_dec_set_property),
31465         (theora_dec_get_property):
31466         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31467         (gst_theora_enc_class_init), (gst_theora_enc_init),
31468         (theora_enc_sink_link), (theora_enc_chain),
31469         (theora_enc_set_property), (theora_enc_get_property):
31470         Added cropping option to theora decoder.
31471         Added border option to theora encoder.
31472
31473 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31474
31475         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31476         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31477         (gst_pngenc_set_property):
31478         * ext/libpng/gstpngenc.h:
31479         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
31480
31481 2004-07-30  Wim Taymans  <wim@fluendo.com>
31482
31483         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31484         (theora_enc_sink_link), (theora_enc_chain),
31485         (theora_enc_set_property), (theora_enc_get_property):
31486         Fix encoding of non-multiple-of-16 video.
31487
31488 2004-07-29  David Schleef  <ds@schleef.org>
31489
31490         * configure.ac: make test for audiofile more strict
31491
31492 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31493
31494         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31495           give different names to typefind functions
31496
31497 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31498
31499         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31500         (gst_ximagesink_calculate_pixel_aspect_ratio),
31501         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31502         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31503         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31504         (gst_ximagesink_get_property), (gst_ximagesink_init):
31505         * sys/ximage/ximagesink.h:
31506           allocate PAR's dynamically.
31507           use autodetected PAR if no object-set PAR is given.
31508           add workaround for directfb's X not setting physical size.
31509           fix to xvimagesink will follow tomorrow.
31510
31511 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31512
31513         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31514         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31515         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31516         (gst_shout2send_class_init), (gst_shout2send_init),
31517         (set_shout_metadata), (gst_shout2send_set_metadata),
31518         (gst_shout2send_chain), (gst_shout2send_set_property),
31519         (gst_shout2send_get_property), (gst_shout2send_connect),
31520         (gst_shout2send_change_state):
31521         * ext/shout2/gstshout2.h:
31522         - fix for sending mp3 audio to icecast2 server, if pad link function not
31523         called before PAUSED state
31524         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31525         - added tagging support for mp3 audio broadcasted
31526         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31527         debug info
31528
31529 2004-07-28  Wim Taymans  <wim@fluendo.com>
31530
31531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31532         (gst_ogg_demux_push):
31533         Return query failure when we don't know the length of
31534         an ogg stream insteda of returning TRUE with a bogus value.
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         Don't screw up the 1 Chroma for 1 luma sample situation when we
31543         have an odd offset/width by adding a black border in those cases.
31544
31545 2004-07-28  Wim Taymans  <wim@fluendo.com>
31546
31547         * ext/theora/theoradec.c: (theora_get_formats),
31548         (theora_dec_src_convert), (theora_dec_sink_convert),
31549         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31550         (theora_dec_chain):
31551         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31552         Added first attempt at cropping of the image as required by the
31553         theora spec. We need more properties in the caps (offset_x,
31554         offset_y,stride) to implement this correctly.
31555
31556 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31557
31558         * ext/dvdnav/README:
31559           Update the README to use dvddemux
31560         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31561           Ensure getcaps returns a subset of the template caps
31562         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31563         (gst_mpeg2subt_init):
31564           Ensure getcaps returns a subset of the template caps
31565         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31566         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31567         (gst_dvd_demux_get_subpicture_stream),
31568         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31569         * gst/mpegstream/gstdvddemux.h:
31570           Set the explicit caps on the current_video pad before pushing
31571           anything
31572         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31573         (gst_mpeg_demux_get_audio_stream):
31574           Free caps used to gst_pad_set_explicit_caps, which takes a const
31575           GstCaps *
31576
31577 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31578
31579         * configure.ac: update GStreamer requirement to 0.8.4 because of
31580           GstFraction.
31581
31582 2004-07-28  Wim Taymans  <wim@fluendo.com>
31583
31584         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31585         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31586         Add the pad to the element after setting up the caps. This
31587         makes it a lot easier to autoplug.
31588
31589 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31590
31591         * gst/median/gstmedian.c:
31592         * gst/mpeg2subt/gstmpeg2subt.c:
31593         * gst/mpegaudioparse/gstmpegaudioparse.c:
31594         * gst/mpegstream/gstdvddemux.c:
31595         * gst/mpegstream/gstmpegdemux.c:
31596         * gst/mpegstream/gstmpegpacketize.c:
31597         * gst/rtjpeg/gstrtjpeg.c:
31598         * gst/rtjpeg/gstrtjpegdec.c:
31599         * gst/rtjpeg/gstrtjpegenc.c:
31600         * gst/sine/gstsinesrc.c:
31601         * gst/smooth/gstsmooth.c:
31602         * gst/smpte/gstsmpte.c:
31603         * gst/smpte/gstsmpte.h:
31604         * gst/stereo/gststereo.c:
31605         * gst/videofilter/gstgamma.c:
31606         * gst/videofilter/gstvideobalance.c:
31607         * gst/videofilter/gstvideofilter.c:
31608         * gst/videofilter/gstvideoflip.c:
31609         * gst/videoscale/gstvideoscale.c:
31610         * gst/videoscale/videoscale.c:
31611         * gst/videotestsrc/gstvideotestsrc.c:
31612         * gst/videotestsrc/videotestsrc.c:
31613         * gst/wavenc/gstwavenc.c:
31614         * gst/wavparse/gstwavparse.c:
31615           fix local includes and 64 bits constants
31616
31617 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31618
31619         * win32/gst.sln:
31620         * gst-libs/gst/*/*.vcproj:
31621         * gst/*/*.vcproj:
31622           more working plugins
31623
31624 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31625
31626         * testsuite/alsa/Makefile.am:
31627         * testsuite/alsa/srcstate.c:
31628         add test for alsasrc changing state
31629
31630 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31631
31632         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31633         (gst_silence_get):
31634         * gst/silence/gstsilence.h:
31635         fix silence generation for 16bit raw audio
31636
31637 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31638
31639         * gst/matroska/matroska-demux.c:
31640         (gst_matroska_demux_parse_metadata),
31641         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31642         * gst/mpegaudio/common.c:
31643         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31644         (gst_videoscale_getcaps), (gst_videoscale_link),
31645         (gst_videoscale_src_fixate), (gst_videoscale_init),
31646         (gst_videoscale_finalize):
31647         * gst/videoscale/gstvideoscale.h:
31648         * gst/videotestsrc/gstvideotestsrc.c:
31649         (gst_videotestsrc_get_capslist):
31650         * gst/wavenc/gstwavenc.c:
31651         * sys/oss/gstossmixer.c: (fill_labels):
31652         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31653         (gst_ximagesink_handle_xevents),
31654         (gst_ximagesink_calculate_pixel_aspect_ratio),
31655         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31656         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31657         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31658         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31659         (gst_ximagesink_init), (gst_ximagesink_class_init):
31660         * sys/ximage/ximagesink.h:
31661         * sys/xvimage/xvimagesink.c:
31662         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31663         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31664         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31665         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31666         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31667         * sys/xvimage/xvimagesink.h:
31668           first batch of pixel aspect ratio commits.
31669
31670 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31671
31672         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31673         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31674         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31675           handle stride, needs work if we want to move stride handling
31676           upstream, but works correctly for our purposes.
31677
31678 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31679
31680         * gst/videoscale/README:
31681           add testing examples
31682         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31683         (gst_videoscale_chain):
31684         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31685         (gst_videoscale_get_size):
31686           add get_size function that handles stride like videotestsrc.
31687           fixes conversion for YUV formats for as much as I can test them.
31688
31689 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31690
31691         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31692         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31694         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31695         (gst_xvimagesink_xvimage_put):
31696           further cleanups, logging, error handling and synchronizing
31697
31698 2004-07-27  Wim Taymans  <wim@fluendo.com>
31699
31700         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31701         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31702         (gst_videomixer_pad_set_property),
31703         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31704         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31705         (gst_videomixer_class_init), (gst_videomixer_init),
31706         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31707         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31708         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31709         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31710         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31711         (gst_videomixer_loop), (plugin_init):
31712         Be a nicer negotiation citizen and provide a getcaps function on
31713         the srcpad. This also fixes a crash when resizing.
31714
31715 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31716
31717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31718         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31719
31720 2004-07-27  Wim Taymans  <wim@fluendo.com>
31721
31722         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31723         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31724         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31725         (gst_pngenc_set_property):
31726         * ext/libpng/gstpngenc.h:
31727         Added snapshot property to pngenc.
31728         removed g_print from pngdec
31729
31730 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31731
31732         * gst/ac3parse/ac3parse.vcproj
31733         * gst/adder/adder.vcproj
31734         * gst/alpha/alpha.vcproj
31735         * gst/alpha/alphacolor.vcproj
31736         * gst/asfdemux/asf.vcproj
31737         * gst/audioconvert/audioconvert.vcproj
31738         * gst/audiorate/audiorate.vcproj
31739         * gst/audioscale/audioscale.vcproj
31740         * gst/auparse/auparse.vcproj
31741         * gst/avi/avi.vcproj
31742         * gst/cdxaparse/cdxaparse.vcproj
31743         * gst/chart/chart.vcproj
31744         * gst/colorspace/colorspace.vcproj
31745         * gst/cutter/cutter.vcproj
31746         * gst/debug/debug.vcproj
31747         * gst/debug/efence.vcproj
31748         * gst/debug/navigationtest.vcproj
31749         * gst/deinterlace/deinterlace.vcproj
31750         * gst/effectv/effectv.vcproj
31751         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31752         * gst/filter/filter.vcproj
31753         * gst/flx/flxdec.vcproj
31754         * gst/goom/goom.vcproj
31755         * gst/interleave/interleave.vcproj
31756         * gst/law/alaw.vcproj
31757         * gst/law/mulaw.vcproj
31758         * gst/matroska/matroska.vcproj
31759         * gst/median/median.vcproj
31760         * gst/mixmatrix/mixmatrix.vcproj
31761         * gst/mpeg1sys/mpeg1systemencode.vcproj
31762         * gst/mpeg1videoparse/mp1videoparse.vcproj
31763         * gst/mpeg2sub/mpeg2subt.vcproj
31764         * gst/mpegaudio/mpegaudio.vcproj
31765         * gst/mpegaudioparse/mpegaudioparse.vcproj
31766         * gst/mpegstream/mpegstream.vcproj
31767         * gst/multifilesink/multifilesink.vcproj
31768         * gst/multipart/multipart.vcproj
31769         * gst/oneton/oneton.vcproj
31770         * gst/overlay/overlay.vcproj
31771         * gst/passthrough/passthrough.vcproj
31772         * gst/qtdemux/qtdemux.vcproj
31773         * gst/realmedia/rmdemux.vcproj
31774         * gst/rtjpeg/rtjpeg.vcproj
31775         * gst/rtp/rtp.vcproj
31776         * gst/silence/silence.vcproj
31777         * gst/sine/sinesrc.vcproj
31778         * gst/smooth/smooth.vcproj
31779         * gst/smpte/smpte.vcproj
31780         * gst/spectrum/spectrum.vcproj
31781         * gst/speed/speed.vcproj
31782         * gst/stereo/stereo.vcproj
31783         * gst/switch/switch.vcproj
31784         * gst/tags/tagedit.vcproj
31785         * gst/tcp/tcp.vcproj
31786         * gst/typefind/typefindfunctions.vcproj
31787         * gst/udp/udp.vcproj
31788         * gst/videobox/videobox.vcproj
31789         * gst/videocrop/videocrop.vcproj
31790         * gst/videodrop/videodrop.vcproj
31791         * gst/videofilter/gamma.vcproj
31792         * gst/videofilter/videobalance.vcproj
31793         * gst/videofilter/videofilter.vcproj
31794         * gst/videofilter/videoflip.vcproj
31795         * gst/videoflip/videoflip.vcproj
31796         * gst/videomixer/videomixer.vcproj
31797         * gst/videorate/videorate.vcproj
31798         * gst/videoscale/videoscale.vcproj
31799         * gst/videotestsrc/videotestsrc.vcproj
31800         * gst/virtualdub/virtualdub.vcproj
31801         * gst/volenv/volenv.vcproj
31802         * gst/volume/volume.vcproj
31803         * gst/wavenc/wavenc.vcproj
31804         * gst/wavparse/wavparse.vcproj
31805         * gst/y4m/y4menc.vcproj
31806         * gst-libs/gst/audio/audio.vcproj
31807         * gst-libs/gst/audio/audiofilter.vcproj
31808         * gst-libs/gst/colorbalance/colorbalance.vcproj
31809         * gst-libs/gst/idct/idtc.vcproj
31810         * gst-libs/gst/media-info/media-info.vcproj
31811         * gst-libs/gst/mixer/mixer.vcproj
31812         * gst-libs/gst/navigation/navigation.vcproj
31813         * gst-libs/gst/play/play.vcproj
31814         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
31815         * gst-libs/gst/resample/resample.vcproj
31816         * gst-libs/gst/riff/riff.vcproj
31817         * gst-libs/gst/tuner/tuner.vcproj
31818         * gst-libs/gst/video/video.vcproj
31819         * gst-libs/gst/xoverlay/xoverlay.vcproj
31820           avoid problems with math.h, fix release dependancy
31821           rename GStreamer-0.8.lib to libgstreamer.lib
31822
31823 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31824
31825         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
31827         the atom is not available we have to unlock the mutex. Fixes #148023
31828
31829 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31830
31831         * gst-libs/gst/media-info/media-info.h:
31832           issue for a vararg macro with MSVC
31833
31834 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31835
31836         * gst/effectv/effectv.vcproj
31837         * gst-libs/gst/idct/idct.vcproj:
31838         * gst-libs/gst/media-info/media-info.vcproj:
31839         * gst-libs/gst/navigation/navigation.vcproj:
31840         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31841         * gst-libs/gst/video/video.vcproj:
31842         * gst-libs/gst/xoverlay/xoverlay.vcproj:
31843           fixes for build problems
31844
31845 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31846
31847         * gst-libs/gst/audio/audio.def:
31848         * gst-libs/gst/audio/riff.def:
31849           add some definitions needed by plugins
31850
31851 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31852
31853         * gst/asfdemux/gstasfmux.c
31854           Fix some 64 bits constants to be glib friendly
31855
31856 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31857
31858         * gst/ac3parse/gstac3parse.c
31859         * gst/audioscale/gstaudioscale.c
31860         * gst/auparse/gstauparse.c
31861         * gst/colorspace/gstcolorspace.c
31862         * gst/colorspace/yuv2rgb.h
31863           local include fixes
31864
31865 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31866
31867         * win32/gst.sln
31868           add more plugins to the build
31869
31870 2004-07-26  Julien MOUTTE  <julien@moutte.net>
31871
31872         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31873         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
31874
31875 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31876
31877         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
31878         (gst_level_set_property), (gst_level_get_property),
31879         (gst_level_base_init), (gst_level_class_init):
31880           add debugging categories.  cleanups.
31881
31882 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31883
31884         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31885         (gst_videoscale_planar411), (gst_videoscale_planar400),
31886         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
31887         (gst_videoscale_scale_nearest_str1),
31888         (gst_videoscale_scale_nearest_str2),
31889         (gst_videoscale_scale_nearest_str4),
31890         (gst_videoscale_scale_nearest_16bit),
31891         (gst_videoscale_scale_nearest_24bit):
31892           fixed stride issues
31893           tested with 320x240 -> 321, 322, 324 x240
31894           tested with YV12, I420, YUY2, UYVY
31895           fixed packed422rev (don't think it could have worked before)
31896           by testing with UYVY
31897
31898 2004-07-26  Benjamin Otte  <otte@gnome.org>
31899
31900         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
31901         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
31902         (plugin_init):
31903           add debugging category, add error checks like checking return values
31904           of setup calls, make sure it still works after
31905           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
31906
31907 2004-07-26  Wim Taymans  <wim@fluendo.com>
31908
31909         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31910         (gst_mpeg_demux_get_audio_stream),
31911         (gst_mpeg_demux_process_private):
31912         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
31913         Check for error codes from the negotiation functions. Make sure
31914         we really set the pad caps when a new pad is created.
31915
31916 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31917
31918         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31919         (gst_ffmpeg_caps_to_pix_fmt):
31920         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31921         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31922         (gst_ffmpegcolorspace_pad_link):
31923           don't make function do two things at the same time without reason.
31924
31925 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31926
31927         * gst/ac3parse/ac3parse.vcproj
31928         * gst/adder/adder.vcproj
31929         * gst/alpha/alpha.vcproj
31930         * gst/alpha/alphacolor.vcproj
31931         * gst/asfdemux/asf.vcproj
31932         * gst/audioconvert/audioconvert.vcproj
31933         * gst/audiorate/audiorate.vcproj
31934         * gst/audioscale/audioscale.vcproj
31935         * gst/auparse/auparse.vcproj
31936         * gst/avi/avi.vcproj
31937         * gst/cdxaparse/cdxaparse.vcproj
31938         * gst/chart/chart.vcproj
31939         * gst/colorspace/colorspace.vcproj
31940         * gst/cutter/cutter.vcproj
31941         * gst/debug/debug.vcproj
31942         * gst/debug/efence.vcproj
31943         * gst/debug/navigationtest.vcproj
31944         * gst/deinterlace/deinterlace.vcproj
31945         * gst/effectv/effectv.vcproj
31946         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31947         * gst/filter/filter.vcproj
31948         * gst/flx/flxdec.vcproj
31949         * gst/goom/goom.vcproj
31950         * gst/interleave/interleave.vcproj
31951         * gst/law/alaw.vcproj
31952         * gst/law/mulaw.vcproj
31953         * gst/matroska/matroska.vcproj
31954         * gst/median/median.vcproj
31955         * gst/mixmatrix/mixmatrix.vcproj
31956         * gst/mpeg1sys/mpeg1systemencode.vcproj
31957         * gst/mpeg1videoparse/mp1videoparse.vcproj
31958         * gst/mpeg2sub/mpeg2subt.vcproj
31959         * gst/mpegaudio/mpegaudio.vcproj
31960         * gst/mpegaudioparse/mpegaudioparse.vcproj
31961         * gst/mpegstream/mpegstream.vcproj
31962         * gst/multifilesink/multifilesink.vcproj
31963         * gst/multipart/multipart.vcproj
31964         * gst/oneton/oneton.vcproj
31965         * gst/overlay/overlay.vcproj
31966         * gst/passthrough/passthrough.vcproj
31967         * gst/qtdemux/qtdemux.vcproj
31968         * gst/realmedia/rmdemux.vcproj
31969         * gst/rtjpeg/rtjpeg.vcproj
31970         * gst/rtp/rtp.vcproj
31971         * gst/silence/silence.vcproj
31972         * gst/sine/sinesrc.vcproj
31973         * gst/smooth/smooth.vcproj
31974         * gst/smpte/smpte.vcproj
31975         * gst/spectrum/spectrum.vcproj
31976         * gst/speed/speed.vcproj
31977         * gst/stereo/stereo.vcproj
31978         * gst/switch/switch.vcproj
31979         * gst/tags/tagedit.vcproj
31980         * gst/tcp/tcp.vcproj
31981         * gst/typefind/typefindfunctions.vcproj
31982         * gst/udp/udp.vcproj
31983         * gst/videobox/videobox.vcproj
31984         * gst/videocrop/videocrop.vcproj
31985         * gst/videodrop/videodrop.vcproj
31986         * gst/videofilter/gamma.vcproj
31987         * gst/videofilter/videobalance.vcproj
31988         * gst/videofilter/videofilter.vcproj
31989         * gst/videofilter/videoflip.vcproj
31990         * gst/videoflip/videoflip.vcproj
31991         * gst/videomixer/videomixer.vcproj
31992         * gst/videorate/videorate.vcproj
31993         * gst/videoscale/videoscale.vcproj
31994         * gst/videotestsrc/videotestsrc.vcproj
31995         * gst/virtualdub/virtualdub.vcproj
31996         * gst/volenv/volenv.vcproj
31997         * gst/volume/volume.vcproj
31998         * gst/wavenc/wavenc.vcproj
31999         * gst/wavparse/wavparse.vcproj
32000         * gst/y4m/y4menc.vcproj
32001           more plugins supported under windows
32002
32003 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32004
32005         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32006         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32007         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32009         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32010           Add debugging statements.  Use the sizes as returned by the
32011           *CreateImage calls.
32012
32013 2004-07-26  Johan Dahlin  <johan@gnome.org>
32014
32015         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32016         the pad is negotiated.
32017
32018         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32019
32020 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32021
32022         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32023         * gst-libs/gst/idct/idct.vcproj:
32024         * gst-libs/gst/media-info/media-info.vcproj:
32025         * gst-libs/gst/mixer/mixer.vcproj:
32026         * gst-libs/gst/navigation/navigation.vcproj:
32027         * gst-libs/gst/play/play.vcproj:
32028         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32029         * gst-libs/gst/resample/resample.vcproj:
32030         * gst-libs/gst/tuner/tuner.vcproj:
32031         * gst-libs/gst/video/video.vcproj:
32032         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32033           more plugins supported under windows
32034
32035 2004-07-25 Iain <iain@prettypeople.org>
32036
32037         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32038         pad now rather than when the pad is created because state changes wipe
32039         explicit caps (fixes #148043).
32040
32041 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32042
32043         reviewed by Benjamin Otte  <otte@gnome.org>
32044
32045         * ext/mad/gstmad.c:
32046           fix mad plugin crashing on Sun (fixes #148289)
32047
32048 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32049
32050         * gst/avi/avi.def:
32051         * gst/avi/avi.vcproj:
32052         * gst/matroska/matroska.def:
32053         * gst/matroska/matroska.vcproj:
32054           remove unused .def files
32055
32056 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32057
32058         * gst-libs/gst/audio/gstaudiofilter.c:
32059           Clean the local include
32060
32061 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32062
32063         * win32/gst.sln:
32064         * gst-libs/gst/audio/audio.def:
32065         * gst-libs/gst/audio/audio.vcproj:
32066         * gst-libs/gst/audio/audiofilter.vcproj:
32067         * gst-libs/gst/audio/riff.def:
32068         * gst-libs/gst/audio/riff.vcproj:
32069         * gst-libs/gst/gst-libs.def:
32070         * gst-libs/gst/gst-libs.vcproj:
32071         * gst/avi/avi.vcproj:
32072         * gst/avi/avi.vcproj:
32073           Copy the files where needed after building, cleaner projects
32074
32075 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32076
32077         * gst/matroska/ebml-write.c:
32078           Fix some 64 bits constants to be glib friendly
32079
32080 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32081
32082         * win32/gst.sln:
32083         * gst-libs/gst/gst-libs.def:
32084         * gst-libs/gst/gst-libs.vcproj:
32085         * gst/matroska/matroska.def:
32086         * gst/matroska/matroska.vcproj:
32087           Add the preliminary canvas to build plugins on Win32
32088
32089 2004-07-23  Benjamin Otte  <otte@gnome.org>
32090
32091         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32092           don't enfore negotiation from source side, it breaks
32093           sinesrc ! audioconvert ! osssink
32094
32095 2004-07-22  David Schleef  <ds@schleef.org>
32096
32097         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32098         for ELF files, since they can easily be recognized as audio/mpeg.
32099         (bug #147441)
32100
32101 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32102
32103         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32104         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32105         (gst_videoscale_scale_nearest_24bit),
32106         (gst_videoscale_scale_nearest_16bit):
32107           fix 16bit and 24bit for stride (24bit might need testing)
32108           don't pretend we do more than one algorithm
32109
32110 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32111
32112         * configure.ac:
32113         * gst/Makefile.am:
32114         * gst/multifilesink/Makefile.am:
32115         * gst/multifilesink/gstmultifilesink.c:
32116         (gst_multifilesink_get_formats),
32117         (gst_multifilesink_get_query_types), (_do_init),
32118         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32119         (gst_multifilesink_init), (gst_multifilesink_dispose),
32120         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32121         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32122         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32123         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32124         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32125         (gst_multifilesink_uri_get_type),
32126         (gst_multifilesink_uri_get_protocols),
32127         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32128         (gst_multifilesink_uri_handler_init), (plugin_init):
32129         * gst/multifilesink/gstmultifilesink.h:
32130         * testsuite/Makefile.am:
32131         * testsuite/multifilesink/Makefile.am:
32132         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32133         (gst_newmedia_class_init), (gst_newmedia_init),
32134         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32135         (newfile_signal), (test_signal), (main):
32136         multifilesink plugin for creating new files every time a new media
32137         discontinuity event occurs
32138
32139 2004-07-22  Wim Taymans  <wim@fluendo.com>
32140
32141         * gst/alpha/Makefile.am:
32142         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32143         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32144         (gst_alpha_color_init), (gst_alpha_color_set_property),
32145         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32146         (transform), (gst_alpha_color_chain),
32147         (gst_alpha_color_change_state), (plugin_init):
32148         Stupid plugin to to RGBA to AYUV conversion because none of
32149         the colorspace plugins can handle that yet.
32150
32151 2004-07-22  Wim Taymans  <wim@fluendo.com>
32152
32153         * examples/seeking/seek.c: (update_scale), (main):
32154         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32155         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32156         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32157         (gst_decode_bin_init), (gst_decode_bin_dispose),
32158         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32159         (no_more_pads), (close_link), (type_found),
32160         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32161         (plugin_init):
32162         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32163         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32164         (gst_play_base_bin_dispose), (queue_overrun),
32165         (gen_preroll_element), (remove_prerolls), (unknown_type),
32166         (no_more_pads), (new_stream), (setup_source),
32167         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32168         (play_base_eos), (gst_play_base_bin_change_state),
32169         (gst_play_base_bin_add_element),
32170         (gst_play_base_bin_remove_element),
32171         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32172         (gst_play_base_bin_unlink_stream),
32173         (gst_play_base_bin_get_streaminfo):
32174         * gst/playback/gstplaybin.c: (gen_video_element),
32175         (gen_audio_element):
32176         * gst/playback/gststreaminfo.h:
32177         More playback updates, attempt to fix things after the state change
32178         breakage.
32179
32180 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32181
32182         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32183         (gst_videoscale_scale_nearest_16bit):
32184           comment algorithm
32185
32186 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32187
32188         * gst/videotestsrc/gstvideotestsrc.c:
32189         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32190         (gst_videotestsrc_init), (gst_videotestsrc_get),
32191         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32192         (gst_videotestsrc_get_property):
32193         * gst/videotestsrc/gstvideotestsrc.h:
32194         * gst/videotestsrc/videotestsrc.c:
32195         * gst/videotestsrc/videotestsrc.h:
32196           cleanup and commenting
32197
32198 2004-07-21  Wim Taymans  <wim@fluendo.com>
32199
32200         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32201         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32202         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32203         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32204         (_find_chain_get_unknown_part), (_find_streams_check),
32205         (gst_ogg_demux_push), (gst_ogg_pad_push):
32206         * ext/theora/theoradec.c: (theora_get_formats),
32207         (theora_dec_src_convert), (theora_dec_sink_convert),
32208         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32209         (theora_dec_chain):
32210         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32211         (vorbis_dec_convert), (vorbis_dec_src_query),
32212         (vorbis_dec_src_event), (vorbis_dec_event):
32213         More seeking fixes, oggdemux now supports seeking to time and
32214         uses the downstream element to convert granulepos to time.
32215         Seeking in theora-only ogg files now works.
32216
32217 2004-07-21  Wim Taymans  <wim@fluendo.com>
32218
32219         * ext/theora/theoradec.c: (gst_theora_dec_init),
32220         (theora_get_formats), (theora_get_event_masks),
32221         (theora_get_query_types), (theora_dec_src_convert),
32222         (theora_dec_sink_convert), (theora_dec_src_query),
32223         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32224         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32225         (vorbis_get_event_masks), (vorbis_get_query_types),
32226         (gst_vorbis_dec_init), (vorbis_dec_convert),
32227         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32228         Added query/convert/formats functions to vorbis and theora decoders
32229         so that the outside world can use them too. Fixed seeking on an
32230         ogg/theora/vorbis file by disabling the seeking seeking on the
32231         theora srcpad.
32232
32233 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32234
32235         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32236         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32237         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32238         images creation for both elements. We don't create the image on caps
32239         nego or renego, we just destroy the internal one if present if it does
32240         not match the needs. The chain function takes care of creating a new
32241         image when needed.
32242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32243         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32244         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32245         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32246         the image format information. The buffer pool checks for the context
32247         image format and discard images with different formats.
32248         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32249
32250 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32251
32252         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32253         (gst_ffmpegcolorspace_chain):
32254           no point in doing any chaining if the pad we want to push from
32255           isn't usable.
32256
32257 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32258
32259         * gst-libs/gst/riff/riff-media.c:
32260         (gst_riff_create_audio_caps_with_data):
32261           Fix double end-to-native symbol conversion (#148021).
32262
32263 2004-07-20  David Schleef  <ds@schleef.org>
32264
32265         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32266         Don't use an Atom that doesn't exist.
32267
32268 2004-07-20  Wim Taymans  <wim@fluendo.com>
32269
32270         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32271         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32272         (gst_multifdsink_client_remove),
32273         (gst_multifdsink_handle_client_write),
32274         (gst_multifdsink_queue_buffer):
32275         * gst/tcp/gstmultifdsink.h:
32276         More multifdsink stats. Avoid deadlock by releasing locks
32277         before sending out a signal.
32278
32279 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32280
32281         * po/LINGUAS:
32282         * po/hu.po:
32283           added Hungarian translation (Laszlo Dvornik)
32284
32285 2004-07-20  Wim Taymans  <wim@fluendo.com>
32286
32287         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32288         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32289         (gst_multifdsink_handle_client_write),
32290         (gst_multifdsink_queue_buffer):
32291         * gst/tcp/gsttcp-marshal.list:
32292         Fixed the stupid marshal definition.
32293
32294 2004-07-20  Wim Taymans  <wim@fluendo.com>
32295
32296         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32297         (gst_multifdsink_init), (gst_multifdsink_add),
32298         (gst_multifdsink_client_remove),
32299         (gst_multifdsink_handle_client_write),
32300         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32301         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32302         (gst_multifdsink_init_send):
32303         * gst/tcp/gstmultifdsink.h:
32304         Added more stats, added timeout for a client, fixed some typos
32305         and added some comments.
32306
32307 2004-07-20  Wim Taymans  <wim@fluendo.com>
32308
32309         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32310         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32311         (gst_multifdsink_client_remove),
32312         (gst_multifdsink_handle_client_write):
32313         * gst/tcp/gstmultifdsink.h:
32314         * gst/tcp/gsttcp-marshal.list:
32315         Added get_stats method that returns a GValueArray of
32316         stats values.
32317
32318 2004-07-19  Benjamin Otte  <otte@gnome.org>
32319
32320         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32321           make sure longname, description and author are valid UTF-8
32322
32323 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32324
32325         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32326         (gst_ximagesink_set_property):
32327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32328         (gst_xvimagesink_set_property):
32329           make sure SYNCHRONOUS is respected after getting the X context
32330
32331 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32332
32333         * gst/matroska/matroska-demux.c:
32334         (gst_matroska_demux_handle_src_event),
32335         (gst_matroska_demux_parse_blockgroup):
32336         * gst/matroska/matroska-ids.h:
32337           add BlockReference tag and ignore it to clear out log.
32338           ignore NAVIGATION events to clear out log.
32339
32340 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32341
32342         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32343         (gst_matroska_demux_add_stream):
32344         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32345           add debug categories
32346
32347 2004-07-16  Wim Taymans  <wim@fluendo.com>
32348
32349         * ext/libpng/Makefile.am:
32350         * ext/libpng/gstpng.c: (plugin_init):
32351         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32352         (gst_pngdec_get_type), (gst_pngdec_base_init),
32353         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32354         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32355         * ext/libpng/gstpngdec.h:
32356         Added png decoder.
32357
32358 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32359
32360         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32361         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32362         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32363         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32364         (gst_ximagesink_buffer_alloc):
32365         * sys/ximage/ximagesink.h:
32366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32367         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32368         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32369         (gst_xvimagesink_buffer_alloc):
32370         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32371         again. Using internal data pointer of the x(v)image to store image's
32372         data to be coherent with the buffer alloc mechanism. Investigated the
32373         image destruction code to be sure that everything gets freed correctly.
32374
32375 2004-07-16  Wim Taymans  <wim@fluendo.com>
32376
32377         * gst-libs/gst/riff/riff-read.c:
32378         (gst_riff_read_strf_vids_with_data),
32379         (gst_riff_read_strf_auds_with_data):
32380         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32381         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32382         Make sure we don't create 0 sized subbuffers in riff-read.
32383         Signal the no more pads signal after reading the avi header.
32384
32385 2004-07-16  Wim Taymans  <wim@fluendo.com>
32386
32387         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32388         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32389         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32390         (gst_decode_bin_init), (gst_decode_bin_dispose),
32391         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32392         (no_more_pads), (close_link), (type_found),
32393         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32394         (gst_decode_bin_change_state), (plugin_init):
32395         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32396         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32397         (gst_play_base_bin_dispose), (queue_overrun),
32398         (gen_preroll_element), (remove_prerolls), (unknown_type),
32399         (no_more_pads), (new_stream), (setup_source),
32400         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32401         (play_base_eos), (gst_play_base_bin_change_state),
32402         (gst_play_base_bin_add_element),
32403         (gst_play_base_bin_remove_element),
32404         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32405         (gst_play_base_bin_unlink_stream),
32406         (gst_play_base_bin_get_streaminfo):
32407         * gst/playback/gstplaybasebin.h:
32408         Better error recovery. Added configurable preroll queue size. Faster
32409         detection of no-more-pads.
32410
32411 2004-07-16  Wim Taymans  <wim@fluendo.com>
32412
32413         * gst-libs/gst/video/video.h:
32414         Added 32 bits RGBA. Not sure if we should use another mime-type
32415         for alpha rgb. Currently the presence of the alpha_mask property
32416         signals an alpha channel.
32417
32418 2004-07-16  Wim Taymans  <wim@fluendo.com>
32419
32420         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32422         FPS seems to be 0.0 to MAX everywhere else.
32423
32424 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32425
32426         * gst-libs/gst/riff/riff-media.c:
32427         (gst_riff_create_video_caps_with_data):
32428           mp42/mp43 (no caps) exist too.
32429         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32430           Set pixel_width/height; we've got them in-caps.
32431         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32432         * gst/wavparse/gstwavparse.c: (plugin_init):
32433           Both are valid primary.
32434         * sys/oss/gstossmixer.c:
32435           Remove i18n hack and enable translations.
32436
32437 2004-07-15  Benjamin Otte  <otte@gnome.org>
32438
32439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32440         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32441           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32442
32443 2004-07-15  Benjamin Otte  <otte@gnome.org>
32444
32445         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32446         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32447         (gst_alsa_close_audio):
32448           disable some of the debugging code for now. Writing debugging to a
32449           buffer is broken in current alsalib releases.
32450
32451 2004-07-12  Benjamin Otte  <otte@gnome.org>
32452
32453         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32454           use bufferpools
32455
32456 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32457
32458         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32459         (theora_dec_src_query), (theora_dec_event):
32460         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32461           add debugging categories.  Remove \n's.
32462
32463 2004-07-13  Johan Dahlin  <johan@gnome.org>
32464
32465         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32466         (gst_play_bin_get_property): Impl.
32467
32468 2004-07-13  Wim Taymans  <wim@fluendo.com>
32469
32470         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32471         When trying to find the stream length, seek back N pages
32472         instead of just one, where N is the number of streams in
32473         the current chain.
32474
32475 2004-07-13  Wim Taymans  <wim@fluendo.com>
32476
32477         * gst-libs/gst/riff/riff-media.c:
32478         (gst_riff_create_audio_caps_with_data),
32479         (gst_riff_create_audio_caps),
32480         (gst_riff_create_audio_template_caps):
32481         * gst-libs/gst/riff/riff-media.h:
32482         * gst-libs/gst/riff/riff-read.c:
32483         (gst_riff_read_strf_vids_with_data),
32484         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32485         * gst-libs/gst/riff/riff-read.h:
32486         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32487         (gst_avi_demux_add_stream):
32488         Set codec_data on caps for avidemuxer.
32489
32490 2004-07-12  David Schleef  <ds@schleef.org>
32491
32492         * configure.ac: Fix test for Objective C
32493
32494 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32495         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32496         (gst_gdk_pixbuf_chain):
32497           Add svg and pcx to template caps, and ensure that getcaps returns a
32498           subset of the template caps.
32499           Copy each row manually for output, as gdkpixbuf may pad the
32500           rowstride to a 32-bit word boundary.
32501
32502 2004-07-12  Wim Taymans  <wim@fluendo.com>
32503
32504         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32505         (gst_riff_create_video_template_caps):
32506         Fix the template caps to include some more media types.
32507
32508 2004-07-12  Wim Taymans  <wim@fluendo.com>
32509
32510         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32511         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32512         (compare_ranks), (print_feature), (gst_decode_bin_init),
32513         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32514         (try_to_link_1), (new_pad), (close_link), (type_found),
32515         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32516         (gst_decode_bin_change_state), (plugin_init):
32517         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32518         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32519         (gst_play_base_bin_dispose), (queue_overrun),
32520         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32521         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32522         (gst_play_base_bin_get_property), (play_base_eos),
32523         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32524         (gst_play_base_bin_remove_element),
32525         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32526         (gst_play_base_bin_unlink_stream),
32527         (gst_play_base_bin_get_streaminfo):
32528         * gst/playback/gstplaybasebin.h:
32529         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32530         (gst_play_bin_class_init), (gst_play_bin_init),
32531         (gst_play_bin_dispose), (gst_play_bin_set_property),
32532         (gst_play_bin_get_property), (gen_video_element),
32533         (gen_audio_element), (remove_sinks), (setup_sinks),
32534         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32535         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32536         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32537         (gst_play_bin_query), (plugin_init):
32538         * gst/playback/test4.c: (main):
32539         More fixes on reusing of the element.
32540
32541 2004-07-11  Benjamin Otte  <otte@gnome.org>
32542
32543         * ext/mad/gstmad.c: (normal_seek):
32544           allow seeking for other methods than just SET
32545
32546 2004-07-11  Andy Wingo  <wingo@pobox.com>
32547
32548         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32549         float, "any" caps -> buffer_frames=[0,MAX].
32550
32551         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32552         doesn't intersect our caps with the template any more. Do it
32553         ourselves.
32554         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32555
32556 2004-07-09  Wim Taymans  <wim@fluendo.com>
32557
32558         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32559         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32560         (compare_ranks), (print_feature), (gst_decode_bin_init),
32561         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32562         (try_to_link_1), (new_pad), (close_link), (type_found),
32563         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32564         (gst_decode_bin_change_state), (plugin_init):
32565         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32566         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32567         (gst_play_base_bin_dispose), (queue_overrun),
32568         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32569         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32570         (gst_play_base_bin_get_property), (play_base_eos),
32571         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32572         (gst_play_base_bin_remove_element),
32573         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32574         (gst_play_base_bin_unlink_stream),
32575         (gst_play_base_bin_get_streaminfo):
32576         * gst/playback/gstplaybasebin.h:
32577         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32578         (gst_play_bin_class_init), (gst_play_bin_init),
32579         (gst_play_bin_dispose), (gst_play_bin_set_property),
32580         (gst_play_bin_get_property), (gen_video_element),
32581         (gen_audio_element), (remove_sinks), (setup_sinks),
32582         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32583         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32584         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32585         (gst_play_bin_query), (plugin_init):
32586         * gst/playback/test4.c: (main):
32587         Work on object reuse and seeking.
32588
32589 2004-07-09  Wim Taymans  <wim@fluendo.com>
32590
32591         * examples/seeking/seek.c: (iterate):
32592         Don't consume all CPU in the idle loop.
32593
32594 2004-07-09  Wim Taymans  <wim@fluendo.com>
32595
32596         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32597         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32598         Add pad to element *after* setting the pad functions so that
32599         the scheduler can use the correct ones.
32600
32601 2004-07-09  Wim Taymans  <wim@fluendo.com>
32602
32603         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32604         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32605         Sync to keyframe after seek
32606
32607 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32608
32609         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32610         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32611         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32612         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32613         * ext/libvisual/visual.c: (gst_visual_change_state):
32614         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32615         * ext/theora/theoradec.c: (theora_dec_change_state):
32616         * ext/theora/theoraenc.c: (theora_enc_change_state):
32617         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32618         * gst-libs/gst/navigation/navigation.c:
32619         * gst/adder/gstadder.c: (gst_adder_change_state):
32620         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32621         (gst_audio_convert_get_buffer):
32622         * gst/multipart/multipartdemux.c:
32623         (gst_multipart_demux_change_state):
32624         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32625         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32626         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32627         * gst/videoscale/gstvideoscale.c:
32628         (gst_videoscale_handle_src_event):
32629         * gst/volume/gstvolume.c: (volume_chain_int16):
32630           don't assert in state change, this should be done by the base
32631           GstElement class.
32632           various debugging fixes.
32633
32634 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32635
32636         * configure.ac:
32637         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32638         (gst_play_dispose), (gst_play_set_location),
32639         (gst_play_set_data_src), (gst_play_set_video_sink),
32640         (gst_play_set_audio_sink), (gst_play_set_visualization),
32641         (gst_play_connect_visualization), (gst_play_get_sink_element),
32642         (gst_play_get_all_by_interface):
32643         * gst-libs/gst/play/play.h:
32644           add new method to get elements implementing an interface.
32645           add various error logging
32646
32647 2004-07-08  Wim Taymans  <wim@fluendo.com>
32648
32649         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32650         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32651         (make_playerbin_pipeline), (query_durations_elems),
32652         (query_durations_pads), (query_positions_elems),
32653         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32654         (main):
32655         Added playbin seeking example.
32656
32657 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32658
32659         * gst-libs/gst/play/play.c: (gst_play_set_location),
32660         (gst_play_set_data_src), (gst_play_set_video_sink),
32661         (gst_play_set_audio_sink), (gst_play_set_visualization),
32662         (gst_play_connect_visualization), (gst_play_get_framerate):
32663           use a macro to look up elements from hash table
32664
32665 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32666
32667         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32668         (gst_play_get_length_callback), (gst_play_set_location),
32669         (gst_play_seek_to_time), (gst_play_set_data_src),
32670         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32671         (gst_play_set_visualization), (gst_play_connect_visualization),
32672         (gst_play_get_sink_element):
32673         - add debugging info
32674         - fix looking up sink elements by iterating over complete caps
32675         - put everything except for source and autoplugger in a complete bin
32676
32677 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32678
32679         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32680         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32681         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32682         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32683         * ext/alsa/gstalsasink.h:
32684         - add debugging info
32685         - clean up schizophrenia of data/buffer/event
32686         - fix double event unref error
32687
32688 2004-07-08  Wim Taymans  <wim@fluendo.com>
32689
32690         * gst/playback/Makefile.am:
32691         Add headers to noinst
32692
32693 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32694
32695         * tools/gst-launch-ext-m.m:
32696         * tools/gst-launch-ext.1.in:
32697           convert to the third millenium
32698
32699 2004-07-07  David Schleef  <ds@schleef.org>
32700
32701         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32702
32703 2004-07-07  Wim Taymans  <wim@fluendo.com>
32704
32705         * gst/playback/Makefile.am:
32706         * gst/playback/README:
32707         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32708         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32709         (compare_ranks), (print_feature), (gst_decode_bin_init),
32710         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32711         (try_to_link_1), (new_pad), (close_link), (type_found),
32712         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32713         (plugin_init):
32714         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32715         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32716         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32717         (gen_preroll_element), (no_more_pads), (new_stream),
32718         (setup_source), (gst_play_base_bin_set_property),
32719         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32720         (gst_play_base_bin_add_element),
32721         (gst_play_base_bin_remove_element),
32722         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32723         (gst_play_base_bin_unlink_stream),
32724         (gst_play_base_bin_get_streaminfo):
32725         * gst/playback/gstplaybasebin.h:
32726         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32727         (gst_play_bin_class_init), (gst_play_bin_init),
32728         (gst_play_bin_dispose), (gst_play_bin_set_property),
32729         (gst_play_bin_get_property), (gen_video_element),
32730         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32731         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32732         (gst_play_bin_get_formats), (gst_play_bin_convert),
32733         (gst_play_bin_get_query_types), (gst_play_bin_query),
32734         (plugin_init):
32735         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32736         (gst_stream_info_get_type), (gst_stream_info_class_init),
32737         (gst_stream_info_init), (gst_stream_info_new),
32738         (gst_stream_info_dispose), (gst_stream_info_set_property),
32739         (gst_stream_info_get_property):
32740         * gst/playback/gststreaminfo.h:
32741         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32742         (main):
32743         * gst/playback/test2.c: (main):
32744         * gst/playback/test3.c: (update_scale), (main):
32745         More playbin fixes. Added README. Do better element filtering.
32746         Added base class to preroll media. Added test apps.
32747
32748 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32749
32750         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32751         * ext/mpeg2dec/gstmpeg2dec.h:
32752           various debugging improvements.  Reset stream to next picture
32753           instead of sequence header, otherwise seeks cannot work.
32754
32755 2004-07-07  Wim Taymans  <wim@fluendo.com>
32756
32757         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32758         (gst_video_box_class_init), (gst_video_box_set_property),
32759         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32760         Use pad_alloc where possible.
32761
32762 2004-07-07  Wim Taymans  <wim@fluendo.com>
32763
32764         * sys/oss/gstosselement.c: (gst_osselement_reset),
32765         (gst_osselement_parse_caps):
32766         * sys/oss/gstosselement.h:
32767         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32768         Fix offset on osssrc.
32769
32770 2004-07-07  Wim Taymans  <wim@fluendo.com>
32771
32772         * ext/theora/theora.c: (plugin_init):
32773         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32774         (theora_dec_src_query), (theora_dec_chain):
32775         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32776         (theora_enc_sink_link), (theora_buffer_from_packet),
32777         (theora_push_packet), (theora_enc_chain):
32778         Fix theora granulepos calculation.
32779         Fix overflow in duration/position calculation.
32780         Bump rank to PRIMARY for theoradec.
32781         Use granulepos of last packet to calculate position.
32782         Set keyframe flag on buffers when needed.
32783
32784 2004-07-06  David Schleef  <ds@schleef.org>
32785
32786         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32787         serious?  (Fixed, obviously.)
32788
32789 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32790
32791         * po/LINGUAS:
32792         * po/cs.po:
32793           added Czech translation (Miloslav Trmac)
32794
32795 2004-07-05  Wim Taymans  <wim@fluendo.com>
32796
32797         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32798         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32799         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32800         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32801         (close_link), (type_found), (gst_decode_bin_set_property),
32802         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
32803         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32804         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32805         (gst_decode_bin_query), (plugin_init):
32806         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32807         (gst_play_bin_class_init), (gst_play_bin_init),
32808         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32809         (get_video_element), (new_pad), (setup_source),
32810         (gst_play_bin_set_property), (gst_play_bin_get_property),
32811         (gst_play_bin_change_state), (gst_play_bin_add_element),
32812         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32813         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32814         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32815         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32816         * gst/playback/test.c: (main):
32817         More fixes, cleaned up playbin, make it use decodebin. Added
32818         threaded property to playbin.
32819
32820 2004-07-05  Wim Taymans  <wim@fluendo.com>
32821
32822         * configure.ac:
32823         * gst/playback/Makefile.am:
32824         * gst/playback/decodetest.c: (main):
32825         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32826         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32827         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32828         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32829         (close_link), (type_found), (gst_decode_bin_set_property),
32830         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
32831         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
32832         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
32833         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
32834         (plugin_init):
32835         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32836         (gst_play_bin_class_init), (gst_play_bin_init),
32837         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
32838         (collect_sink_pads), (find_compatibles), (close_pad_link),
32839         (try_to_link_1), (new_pad), (close_link), (type_found),
32840         (setup_source), (gst_play_bin_set_property),
32841         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
32842         (compare_ranks), (gst_play_bin_collect_factories),
32843         (gst_play_bin_change_state), (gst_play_bin_add_element),
32844         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32845         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32846         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32847         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32848         * gst/playback/test.c: (main):
32849         Added some playback helper elements and some test apps, very alpha
32850         still.
32851
32852 2004-07-04  Benjamin Otte  <otte@gnome.org>
32853
32854         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32855           only restart audio when we indeed have an xrun to fix repeated
32856           xruns. Fix suggested by Giuliano Pochini.
32857
32858 2004-07-03  David Schleef  <ds@schleef.org>
32859
32860         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
32861         call to gst_debug_log() if debugging is disabled (bug #145118)
32862
32863 2004-07-03  Benjamin Otte  <otte@gnome.org>
32864
32865         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32866           use our own functions for restarting the alsa device.
32867         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32868           I should apply patches myself - use MIN for the third argument, not
32869           the second, this fixes seeking
32870
32871 2004-07-02  David Schleef  <ds@schleef.org>
32872
32873         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
32874         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
32875         do with the logic.
32876
32877 2004-07-02  David Schleef  <ds@schleef.org>
32878
32879         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
32880         output buffers.  Fix logic mistake.  (bug #144866)
32881
32882 2004-07-02  David Schleef  <ds@schleef.org>
32883
32884         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
32885         on X.  (bug #144753)
32886
32887 2004-07-02  David Schleef  <ds@schleef.org>
32888
32889         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
32890         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
32891         (bug #144624)
32892         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
32893         (gst_osselement_rate_probe_check): Add another workaround for
32894         buggy drivers (bug #145336)
32895
32896 2004-07-02  David Schleef  <ds@schleef.org>
32897
32898         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
32899         Most systems don't have MSG_NOSIGNAL.
32900
32901 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32902
32903         * Makefile.am:
32904         * gst-libs/gst/colorbalance/Makefile.am:
32905         * gst-libs/gst/mixer/Makefile.am:
32906         * gst-libs/gst/play/Makefile.am:
32907         * gst-libs/gst/tuner/Makefile.am:
32908           (hopefully) fix both install and dist and make error message useful.
32909           needs testing across automakes.
32910
32911 2004-07-02  Benjamin Otte  <otte@gnome.org>
32912
32913         * ext/ogg/gstogg.c: (plugin_init):
32914           we require bytestream now
32915         * ext/ogg/gstoggdemux.c:
32916           huge diff to implement chain setup in a fast and generic way. This
32917           improves tag reading and startup of huge files (read: Theora videos)
32918           quite a bit. It probably contains bugs, too, so please test.
32919           Seeking is not improved to the fast method.
32920
32921 2004-06-29  Wim Taymans  <wim@fluendo.com>
32922
32923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
32924         * ext/ogg/gstoggmux.c:
32925         Fix memleak in oggdemux when running unconnected pads.
32926         doc update in mux, start working on keyframe mode.
32927
32928 2004-06-29  Benjamin Otte  <otte@gnome.org>
32929
32930         * sys/oss/gstosssink.c:
32931         * sys/oss/gstosssrc.c:
32932           advertise correct template caps - we indeed do non-native endianness
32933           and 8bit audio has no endianness
32934         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
32935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
32936           avoid (wrong) duplications in getcaps function and return
32937           template caps
32938
32939 2004-06-29  Wim Taymans  <wim@fluendo.com>
32940
32941         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32942         (gst_multifdsink_class_init), (gst_multifdsink_add),
32943         (gst_multifdsink_remove), (gst_multifdsink_clear),
32944         (gst_multifdsink_client_remove),
32945         (gst_multifdsink_handle_client_read),
32946         (gst_multifdsink_client_queue_data),
32947         (gst_multifdsink_client_queue_caps),
32948         (gst_multifdsink_client_queue_buffer),
32949         (gst_multifdsink_handle_client_write),
32950         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32951         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32952         (gst_multifdsink_init_send), (gst_multifdsink_close):
32953         Fix wrong GList iteration that could crash the server when
32954         more then 2 clients disconnect at the same time. Read all the
32955         pending commands in one batch to recover from command storms under
32956         very heavy load.
32957
32958 2004-06-28  Wim Taymans  <wim@fluendo.com>
32959
32960         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32961         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32962         (gst_videomixer_pad_set_property),
32963         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32964         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32965         (gst_videomixer_class_init), (gst_videomixer_init),
32966         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
32967         (pad_zorder_compare), (gst_videomixer_sort_pads),
32968         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
32969         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
32970         (gst_videomixer_update_queues), (gst_videomixer_loop),
32971         (plugin_init):
32972         Avoid divide by zero, choose masterpad as the pad with the highest
32973         framerate.
32974
32975 2004-06-27  Julien Moutte  <julien@moutte.net>
32976
32977         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
32978         (gst_ximagesink_xwindow_new):
32979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
32980         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
32981         function directly. We might want to call it from somewhere else one day.
32982
32983 2004-06-27  Julien Moutte  <julien@moutte.net>
32984
32985         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
32986         (gst_ximagesink_xwindow_new):
32987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
32988         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
32989         window decorations.
32990
32991 2004-06-27  Wim Taymans  <wim@fluendo.com>
32992
32993         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
32994         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
32995         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
32996         (gst_dvdec_set_property), (gst_dvdec_get_property):
32997         * ext/dv/gstdvdec.h:
32998         Implement drop_factor property to lower the framerate with
32999         a factor.
33000
33001 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33002
33003         * gst-libs/gst/colorbalance/Makefile.am:
33004         * gst-libs/gst/mixer/Makefile.am:
33005         * gst-libs/gst/play/Makefile.am:
33006         * gst-libs/gst/tuner/Makefile.am:
33007           unbreak Company's fix that didn't install the -enum.h files
33008
33009 2004-06-27  Wim Taymans  <wim@fluendo.com>
33010
33011         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33012         (gst_dvdec_change_state):
33013         * ext/dv/gstdvdec.h:
33014         Fix timestamp, duration and offset of the buffers.
33015
33016 2004-06-27  Wim Taymans  <wim@fluendo.com>
33017
33018         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33019         (gst_multifdsink_class_init), (gst_multifdsink_add),
33020         (gst_multifdsink_remove), (gst_multifdsink_clear),
33021         (gst_multifdsink_client_remove),
33022         (gst_multifdsink_handle_client_read),
33023         (gst_multifdsink_client_queue_data),
33024         (gst_multifdsink_client_queue_caps),
33025         (gst_multifdsink_client_queue_buffer),
33026         (gst_multifdsink_handle_client_write),
33027         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33028         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33029         (gst_multifdsink_init_send), (gst_multifdsink_close):
33030         * gst/tcp/gstmultifdsink.h:
33031         * gst/tcp/gsttcpserversink.c:
33032         (gst_tcpserversink_handle_server_read),
33033         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33034         More multifdsink fixes, more recovery policy fixes.
33035         Removed stupid g_print
33036
33037 2004-06-26  Wim Taymans  <wim@fluendo.com>
33038
33039         * gst/tcp/Makefile.am:
33040         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33041         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33042         (gst_multifdsink_class_init), (gst_multifdsink_init),
33043         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33044         (gst_multifdsink_handle_client_read),
33045         (gst_multifdsink_client_queue_data),
33046         (gst_multifdsink_client_queue_caps),
33047         (gst_multifdsink_client_queue_buffer),
33048         (gst_multifdsink_handle_client_write),
33049         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33050         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33051         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33052         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33053         (gst_multifdsink_close), (gst_multifdsink_change_state):
33054         * gst/tcp/gstmultifdsink.h:
33055         * gst/tcp/gsttcpplugin.c: (plugin_init):
33056         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33057         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33058         (gst_tcpserversink_handle_server_read),
33059         (gst_tcpserversink_handle_select),
33060         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33061         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33062         * gst/tcp/gsttcpserversink.h:
33063         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33064         one of the locks, added recovery policy to multifdsink.
33065
33066 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33067
33068         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33069           fix decision for when getting frames with same timestamp
33070         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33071         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33072         (gst_v4lsrc_get_property):
33073         * sys/v4l/gstv4lsrc.h:
33074           add latency offset property
33075
33076 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33077
33078         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33079         (plugin_init):
33080           fix debugging. add category.
33081
33082 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33083
33084         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33085           fix wrong offsets
33086
33087 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33088
33089         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33090         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33091         (gst_alsa_src_change_state):
33092           return a time that is in sync with the element's processing
33093
33094 2004-06-25  Wim Taymans  <wim@fluendo.com>
33095
33096         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33097         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33098         (gst_tcpserversink_client_remove),
33099         (gst_tcpserversink_handle_client_read),
33100         (gst_tcpserversink_client_queue_data),
33101         (gst_tcpserversink_client_queue_caps),
33102         (gst_tcpserversink_client_queue_buffer),
33103         (gst_tcpserversink_handle_client_write),
33104         (gst_tcpserversink_queue_buffer),
33105         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33106         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33107         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33108         (gst_tcpserversink_close):
33109         * gst/tcp/gsttcpserversink.h:
33110         Serversink rewrite. Really do non blocking writes to clients and
33111         maintain an internal queue to handle slower clients while not
33112         disturbing fast clients.
33113
33114 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33115
33116         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33117           better debug, don't override OFFSET and OFFSET_END
33118
33119 2004-06-25  Iain <iain@prettypeople.org>
33120
33121         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33122         name=source for the wavparse pipeline.
33123
33124 2004-06-24  Johan Dahlin  <johan@gnome.org>
33125
33126         * ext/theora/theoraenc.c (theora_enc_chain): Call
33127         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33128         streamheader caps are set correctly.
33129
33130 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33131
33132         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33133         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33134           respect minimum bitrate; same could be done for max bitrate
33135
33136 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33137
33138         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33139         (gst_vorbisenc_setup):
33140           fix sample rate range
33141
33142 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33143
33144         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33145         (gst_oggvorbisenc_setup):
33146         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33147         (gst_vorbisenc_setup):
33148           resolve ambiguities in code and description
33149
33150 2004-06-24  Wim Taymans  <wim@fluendo.com>
33151
33152         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33153         * ext/alsa/gstalsa.h:
33154         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33155         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33156         Use alsa trigger_tstamp to get the timestamp of the first
33157         sample in the buffer for more precise sync. Some cleanups.
33158
33159 2004-06-24  Wim Taymans  <wim@fluendo.com>
33160
33161         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33162         (gst_audiorate_init), (gst_audiorate_chain),
33163         (gst_audiorate_set_property), (gst_audiorate_get_property):
33164         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33165         (gst_videorate_chain):
33166         Added some logging, fixed an overflow bug in videorate.
33167
33168 2004-06-24  Benjamin Otte  <otte@gnome.org>
33169
33170         * ext/kio/Makefile.am:
33171           fix for builddir != srcdir and distcheck
33172
33173 2004-06-24  Benjamin Otte  <otte@gnome.org>
33174
33175         * gst-libs/gst/colorbalance/Makefile.am:
33176         * gst-libs/gst/mixer/Makefile.am:
33177         * gst-libs/gst/play/Makefile.am:
33178         * gst-libs/gst/tuner/Makefile.am:
33179         * gst/tcp/Makefile.am:
33180         * sys/dxr3/Makefile.am:
33181           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33182           tarball.
33183           Also add all *.list files that were missing.
33184         * Makefile.am:
33185           add a distcheck hook to ensure the above doesn't happen again.
33186
33187 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33188
33189         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33190
33191 2004-06-23  Colin Walters  <walters@redhat.com>
33192
33193         * m4/Makefile.am: Distribute gst-fionread.m4.
33194
33195 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33196
33197         * configure.ac: back to dev
33198
33199 2004-06-23  Wim Taymans  <wim@fluendo.com>
33200
33201         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33202         (gst_alsa_xrun_recovery):
33203         * ext/alsa/gstalsa.h:
33204         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33205         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33206         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33207         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33208         (gst_alsa_src_loop):
33209         Add clock to alsasrc. Take new capture timestamp when
33210         restarting after an overrun. Split up some functions between
33211         alsasrc and alsasink.
33212
33213 === release 0.8.2 ===
33214
33215 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33216
33217         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33218         (gst_alsa_change_state), (gst_alsa_update_avail),
33219         (gst_alsa_xrun_recovery):
33220         * ext/alsa/gstalsa.h:
33221         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33222           merge back changes from release
33223
33224 2004-06-23  Wim Taymans  <wim@fluendo.com>
33225
33226         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33227         (gst_audiorate_init), (gst_audiorate_chain),
33228         (gst_audiorate_set_property), (gst_audiorate_get_property):
33229         Implement sample dropping and notify
33230
33231 2004-06-22  Wim Taymans  <wim@fluendo.com>
33232
33233         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33234         (theora_enc_sink_link), (theora_buffer_from_packet),
33235         (theora_push_packet), (theora_enc_chain):
33236         Some cleanups, make sure the timestamps are correct.
33237
33238 2004-06-22  Wim Taymans  <wim@fluendo.com>
33239
33240         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33241         (gst_alsa_change_state), (gst_alsa_update_avail),
33242         (gst_alsa_xrun_recovery):
33243         * ext/alsa/gstalsa.h:
33244         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33245         Cleanups, take queued samples into account when reporting
33246         the time.
33247
33248 2004-06-22  Wim Taymans  <wim@fluendo.com>
33249
33250         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33251         (gst_videorate_init):
33252         Initialize the property as well.
33253
33254 2004-06-22  Wim Taymans  <wim@fluendo.com>
33255
33256         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33257         (gst_videorate_init), (gst_videorate_chain),
33258         (gst_videorate_set_property), (gst_videorate_get_property):
33259         Add property to make videorate silent.
33260         Add property to prefer new frames over old ones.
33261
33262 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33263
33264         * sys/osxvideo/Makefile.am:
33265         Workaround so that the osxvideo .so file gets linked with the
33266         Cocoa, OpenGL and QuickTime frameworks
33267
33268 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33269
33270         * sys/osxaudio/Makefile.am:
33271         Workaround so that the osxaudio .so file gets linked with the
33272         CoreAudio framework
33273
33274 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33275
33276         * configure.ac:
33277         Whoops, my fault...fixed build issues
33278
33279 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33280
33281         * configure.ac:
33282         Add objective-c support if running in Darwin/Mac OS X
33283         * sys/Makefile.am:
33284         * sys/osxvideo:
33285         * sys/osxvideo/Makefile.am:
33286         * sys/osxvideo/osxvideosink.h:
33287         * sys/osxvideo/osxvideosink.m:
33288         * sys/osxvideo/cocoawindow.h:
33289         * sys/osxvideo/cocoawindow.m:
33290         Add osxvideosink, a cocoa-based osx video sink
33291
33292
33293 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33294         * ext/dvdnav/gst-dvd:
33295         Grab the gconf key from the right spot
33296         * gst/debug/gstnavseek.c: (gst_navseek_init),
33297         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33298         (gst_navseek_chain):
33299         * gst/debug/gstnavseek.h:
33300           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33301           and loop parameters of a segment seek.
33302         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33303         (gst_videotestsrc_get_event_masks),
33304         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33305         * gst/videotestsrc/gstvideotestsrc.h:
33306           Add seeking support to videotestsrc
33307           Initialise the timestamp_offset variable.
33308
33309 2004-06-18  Wim Taymans  <wim@fluendo.com>
33310
33311         * ext/sidplay/gstsiddec.cc:
33312         Fix negotiation and set correct end offset.
33313
33314 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33315
33316         * configure.ac: branch and prerelease
33317
33318 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33319
33320         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33321         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33322         (gst_tcpclientsrc_init_receive):
33323         * gst/tcp/gsttcpclientsrc.h:
33324           read caps when connecting to server for GDP so we set them correctly
33325
33326 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33327
33328         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33329           notify drops and duplicates
33330         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33331           no good reason to limit ourselves to 100x100
33332
33333 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33334
33335         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33336         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33337         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33338         (gst_v4lsrc_get_property):
33339         * sys/v4l/gstv4lsrc.h:
33340         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33341         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33342         (gst_v4l_set_audio):
33343         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33344         (gst_v4lsrc_try_capture):
33345         * sys/v4l/v4lsrc_calls.h:
33346           change try_palette to more general try_capture
33347           add autoprobe option so we can turn off autoprobing
33348           various fixes
33349
33350 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33351
33352         * configure.ac:
33353           add videorate
33354         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33355         (gst_ximagesink_class_init):
33356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33357         (gst_xvimagesink_class_init):
33358           run them as finalize, not dispose, since dispose can be invoked
33359           multiple times
33360
33361 2004-06-17  Wim Taymans  <wim@fluendo.com>
33362
33363         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33364         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33365         * ext/alsa/gstalsa.h:
33366         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33367         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33368         (gst_alsa_src_change_state):
33369         * ext/alsa/gstalsasrc.h:
33370         Make the xrun code timestamp and offset the buffers correctly.
33371         moved the clock to the base class, use alsa methods to get time.
33372         Do correct timestamping on outgoing buffers.
33373
33374 2004-06-17  Wim Taymans  <wim@fluendo.com>
33375
33376         * gst/audiorate/Makefile.am:
33377         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33378         (gst_audiorate_base_init), (gst_audiorate_class_init),
33379         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33380         (gst_audiorate_set_property), (gst_audiorate_get_property),
33381         (gst_audiorate_change_state), (plugin_init):
33382         Added an audiorate converter that fills in gaps.
33383
33384 2004-06-17  Johan Dahlin  <johan@gnome.org>
33385
33386         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33387
33388 2004-06-16  Wim Taymans  <wim@fluendo.com>
33389
33390         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33391         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33392         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33393         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33394         (gst_v4lsrc_get_property):
33395         * sys/v4l/gstv4lsrc.h:
33396         Added a copy mode to v4lsrc where it will output a copied version
33397         of its internal hardware buffer.
33398         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33399         can't | them.
33400
33401 2004-06-16  Wim Taymans  <wim@fluendo.com>
33402
33403         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33404         Timestamp fixes.
33405
33406 2004-06-16  Wim Taymans  <wim@fluendo.com>
33407
33408         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33409         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33410         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33411         (gst_v4lsrc_get_property):
33412         * sys/v4l/gstv4lsrc.h:
33413         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33414         Added a sync mode enum property to control v4lsrc timestamp method
33415         Removed the use-fixed-fps property and moved functionality in
33416         the enum.
33417         Don't error on an error value from v4l-conf, it might not always
33418         be a real error.
33419
33420 2004-06-16  Wim Taymans  <wim@fluendo.com>
33421
33422         * gst/videorate/Makefile.am:
33423         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33424         (gst_videorate_base_init), (gst_videorate_class_init),
33425         (gst_videorate_getcaps), (gst_videorate_link),
33426         (gst_videorate_init), (gst_videorate_chain),
33427         (gst_videorate_set_property), (gst_videorate_get_property),
33428         (gst_videorate_change_state), (plugin_init):
33429         Added a video timestamp corrector.
33430
33431 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33432
33433         fixed a potential leak with previous commit
33434
33435         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33436
33437 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33438
33439         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33440         Added missing refcount, fixes bug #144425
33441         Cheers Tim for finding the bug
33442
33443 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33444
33445         * sys/v4l/gstv4l.c: (plugin_init):
33446         * sys/v4l/gstv4lcolorbalance.c:
33447         * sys/v4l/gstv4lcolorbalance.h:
33448         * sys/v4l/gstv4lelement.c:
33449         * sys/v4l/gstv4lelement.h:
33450         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33451         * sys/v4l/gstv4lmjpegsink.h:
33452         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33453         * sys/v4l/gstv4lmjpegsrc.h:
33454         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33455         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33456         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33457         * sys/v4l/gstv4lsrc.h:
33458         * sys/v4l/gstv4ltuner.c:
33459         * sys/v4l/gstv4ltuner.h:
33460         * sys/v4l/gstv4lxoverlay.c:
33461         * sys/v4l/gstv4lxoverlay.h:
33462         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33463         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33464         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33465         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33466         (gst_v4l_set_audio):
33467         * sys/v4l/v4l_calls.h:
33468         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33469         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33470         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33471         (gst_v4lmjpegsink_playback_init),
33472         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33473         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33474         (gst_v4lmjpegsink_playback_stop),
33475         (gst_v4lmjpegsink_playback_deinit):
33476         * sys/v4l/v4lmjpegsink_calls.h:
33477         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33478         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33479         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33480         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33481         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33482         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33483         * sys/v4l/v4lmjpegsrc_calls.h:
33484         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33485         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33486         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33487         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33488         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33489         (gst_v4lsrc_try_palette):
33490         * sys/v4l/v4lsrc_calls.h:
33491           bunch of paranoia cleanups
33492
33493 2004-06-14  David Schleef  <ds@schleef.org>
33494
33495         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33496         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33497         Send discont events and change timestamps appropriately when
33498         we get a seek event.  (bug #144240)
33499         * ext/cdparanoia/gstcdparanoia.h:
33500
33501 2004-06-14  Benjamin Otte  <otte@gnome.org>
33502
33503         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33504           snd_pcm_hw_params_set_rate  since the latter fails for no good
33505           reason on some setups.
33506
33507 2004-06-14  David Schleef  <ds@schleef.org>
33508
33509         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33510         standard.  Thank you for playing.
33511
33512 2004-06-14  Wim Taymans  <wim@fluendo.com>
33513
33514         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33515         Patch 1.3 broke the ordering of the colorspace info and
33516         made the plugin basically work by coincidence, reordered
33517         the info.
33518
33519 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33520
33521         * ext/lame/gstlame.c:
33522         * ext/mad/gstmad.c:
33523           sync caps.  Make sure mad can only output a list of rates, not
33524           a full range.  In the future, have three caps lists for each of the
33525           mpeg versions.  Change mpegversion to a double as well.
33526
33527 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33528
33529         * gst/volume/.cvsignore:
33530         * gst/volume/Makefile.am:
33531         * gst/volume/demo.c: (value_changed_callback), (idler),
33532         (setup_gui), (main):
33533           added small demo app
33534
33535 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33536         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33537         * ext/esd/esdsink.h:
33538         Close the esd connection on pause, because esd will just wait -
33539         blocking all other esd clients indefinitely.
33540
33541 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33542
33543         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33544           previous commit with GST_DEBUG
33545
33546 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33547
33548         * configure.ac:
33549           add a header check for a dvdread header in dvdnav.  Fixes #133002
33550
33551 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33552
33553         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33554         * gst/tcp/gsttcpclientsink.h:
33555         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33556         * gst/tcp/gsttcpclientsrc.h:
33557         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33558         (gst_tcpserversink_handle_server_read),
33559         (gst_tcpserversink_init_send):
33560         * gst/tcp/gsttcpserversink.h:
33561         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33562         * gst/tcp/gsttcpserversrc.h:
33563         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33564         version of IP)
33565
33566 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33567
33568         * configure.ac:
33569         Added ogg library so that OSX detects libtheora properly
33570
33571 2004-06-11  Wim Taymans  <wim@fluendo.com>
33572
33573         * ext/theora/theoradec.c: (theora_dec_chain),
33574         (theora_dec_change_state):
33575         Don't try to decode frames before we received a keyframe.
33576
33577 2004-06-11  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 property to set the maximum delay of a page.
33585
33586 2004-06-10  Wim Taymans  <wim@fluendo.com>
33587
33588         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33589         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33590         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33591         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33592         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33593         Added max-delay property to control the maximum amount
33594         of data to put in one page.
33595
33596 2004-06-10  Wim Taymans  <wim@fluendo.com>
33597
33598         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33599         (gst_theora_enc_init), (theora_enc_sink_link),
33600         (theora_buffer_from_packet), (theora_enc_set_property),
33601         (theora_enc_get_property):
33602         Set duration on encoded buffer, added some more properties
33603
33604 2004-06-10  Wim Taymans  <wim@fluendo.com>
33605
33606         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33607         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33608         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33609         * ext/theora/theoraenc.c: (theora_enc_chain):
33610         Fix refcounting bugs
33611
33612 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33613
33614         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33615         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33616         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33617         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33618         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33619         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33620         (gst_asf_demux_change_state):
33621         * gst/asfdemux/gstasfdemux.h:
33622           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33623           feels like. I think we should set a new requirement for demuxers
33624           from now on to implement sane loop functions, data loops, query
33625           and seek functions before first commit into CVS. And this commit
33626           fixes all of the above.
33627
33628 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33629
33630         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33631           vorbis comments are properly encoded in UTF-8 before adding them
33632           to a GstTagList
33633
33634 2004-06-09  Benjamin Otte  <otte@gnome.org>
33635
33636         * ext/alsa/gstalsa.c: (add_channels):
33637           handle min <= max correctly
33638         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33639         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33640           add fixation functions so we fixate correctly. No preferring of alaw
33641           anymore because it's the first structure.
33642         * ext/alsa/gstalsa.h:
33643         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33644         (gst_alsa_hw_params_dump):
33645           add functions to ease debugging in alsalib
33646         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33647         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33648         (gst_alsa_start_audio):
33649           only specify hw params if we really setup a format (fixes #134007 -
33650           or at least works around it)
33651
33652 2004-06-09  Wim Taymans  <wim@fluendo.com>
33653
33654         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33655         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33656         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33657         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33658         (gst_ogg_mux_loop):
33659         Use stream caps to setup the initial pages in the ogg stream.
33660         Correctly set the streamheader caps on the srcpad.
33661
33662 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33663
33664         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33665         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33666         (gst_v4lsrc_getcaps):
33667         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33668         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33669           add querying of fps lists for webcams.  Negotiating to a framerate
33670           now works.
33671
33672 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33673
33674         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33675         (theora_push_buffer), (theora_push_packet),
33676         (theora_set_header_on_caps), (theora_enc_chain):
33677           mark buffers and put on streamheader, raw theora streaming
33678           now works too, whee
33679
33680 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33681
33682         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33683         (gst_tcp_gdp_read_caps):
33684           do a looping read for caps and GDP headers too
33685
33686 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33687
33688         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33689         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33690           return EOS instead of NULL in _get
33691
33692 2004-06-08  Wim Taymans  <wim@fluendo.com>
33693
33694         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33695         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33696         (gst_tcp_gdp_write_caps):
33697         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33698         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33699         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33700         Memory leak fixes
33701
33702 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33703
33704         * ext/vorbis/Makefile.am:
33705         * ext/vorbis/vorbis.c: (plugin_init):
33706         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33707         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33708         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33709         (vorbis_parse_change_state):
33710         * ext/vorbis/vorbisparse.h:
33711           adding a vorbisparse element that marks the buffers, streaming
33712           raw vorbis using GDP now works, whee
33713
33714 2004-06-08  Wim Taymans  <wim@fluendo.com>
33715
33716         * ext/jpeg/Makefile.am:
33717         * ext/jpeg/README:
33718         * ext/jpeg/gstjpeg.c: (plugin_init):
33719         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33720         (gst_smokedec_base_init), (gst_smokedec_class_init),
33721         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33722         * ext/jpeg/gstsmokedec.h:
33723         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33724         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33725         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33726         (gst_smokeenc_resync), (gst_smokeenc_chain),
33727         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33728         * ext/jpeg/gstsmokeenc.h:
33729         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33730         (smokecodec_flush_destination), (smokecodec_term_destination),
33731         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33732         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33733         (smokecodec_term_source), (smokecodec_encode_new),
33734         (smokecodec_decode_new), (smokecodec_info_free),
33735         (smokecodec_set_quality), (smokecodec_get_quality),
33736         (smokecodec_set_threshold), (smokecodec_get_threshold),
33737         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33738         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33739         (smokecodec_parse_header), (smokecodec_decode):
33740         * ext/jpeg/smokecodec.h:
33741         Added a new simple jpeg based codec
33742
33743 2004-06-08  Wim Taymans  <wim@fluendo.com>
33744
33745         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33746         (gst_multipart_mux_loop):
33747         Fix memory leak
33748
33749 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33750
33751         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33752         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33753         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33754         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33755         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33756         * gst/tcp/gsttcpserversink.h:
33757           take streamheader into account
33758
33759 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33760
33761         * gst/level/Makefile.am:
33762         * gst/level/gstlevel.c: (gst_level_class_init):
33763           clean up marshal generation
33764
33765 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33766
33767         * gst/tcp/Makefile.am:
33768         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33769         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33770         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33771         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33772         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33773         (gst_tcpclientsrc_get_property):
33774         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33775         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33776         (gst_tcpserversink_handle_client_read),
33777         (gst_tcpserversink_handle_client_write),
33778         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33779         * gst/tcp/gsttcpserversink.h:
33780           add signals client-added and client-removed
33781         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33782         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33783         (gst_tcpserversrc_get_property):
33784         uniformized, change default protocol to NONE
33785         * gst/tcp/gsttcp-marshal.list: added
33786 2004-06-07  Benjamin Otte  <otte@gnome.org>
33787
33788         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33789           handle discont events if they happen before caps nego
33790
33791 2004-06-07  Wim Taymans  <wim@fluendo.com>
33792
33793         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33794         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33795         (gst_multipart_demux_plugin_init):
33796         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33797         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33798         (gst_multipart_mux_change_state):
33799         Small updates, fix a memleak
33800
33801 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33802
33803         * configure.ac: OSS portability
33804         * ext/arts/gst_arts.c: idem
33805         * sys/oss/gstosselement.c: idem
33806         * sys/oss/gstossmixer.c: idem
33807         * sys/oss/gstosssink.c: idem
33808         * sys/oss/gstosssrc.c: idem
33809         * sys/oss/oss_probe.c: idem
33810           - check for soundcard.h in different places for some BSD
33811
33812 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
33813
33814         * AUTHORS:
33815         Add me to the authors file
33816         * configure.ac:
33817         Increase the libdv requirement to >= version 0.100
33818         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33819         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
33820         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
33821         * ext/dv/gstdvdec.h:
33822         Add support for the new_media flag when sending DISCONT events
33823         Make the querying work when video pad is not linked
33824
33825 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33826
33827         reviewed by Benjamin Otte  <otte@gnome.org>
33828
33829         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
33830           create a NULL-initialized array of pads, so we don't think they
33831           exist already. (fixes #143130)
33832
33833 2004-06-07  Benjamin Otte  <otte@gnome.org>
33834
33835         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
33836         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
33837         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
33838           don't use // coments
33839
33840 2004-06-07  Benjamin Otte  <otte@gnome.org>
33841
33842         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
33843           cast to GstClockTime to get higher granularity
33844         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33845           use gst_element_set_time_delay to get the exact time
33846         * ext/mad/gstmad.c: (gst_mad_chain):
33847           use the negotiated rate instead of the current frame's rate which
33848           might be wrong because of bit errors. This avoids emitting totally
33849           bogus timestamps and screwing sync.
33850         (fixes #143454)
33851
33852 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33853
33854         reviewed by Benjamin Otte  <otte@gnome.org>
33855
33856         * gst/adder/gstadder.c: (gst_adder_loop):
33857           properly error out when no negotiation has happened yet. (fixes
33858           #143032)
33859
33860 2004-06-06  Benjamin Otte  <otte@gnome.org>
33861
33862         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33863           forward correctly transformed offset in discont events. Based on
33864           patch by Arwed v. Merkatz. (fixes #142851)
33865
33866 2004-06-06  David Schleef  <ds@schleef.org>
33867
33868         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
33869         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
33870         problems on several systems.
33871
33872 2004-06-06  Benjamin Otte  <otte@gnome.org>
33873
33874         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
33875           use explicit caps on the srcpad
33876         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33877           properly error out if caps couldn't be set (fixes #142764)
33878
33879 2004-06-06  Benjamin Otte  <otte@gnome.org>
33880
33881         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33882         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33883         (gst_alsa_start_audio):
33884           - don't call set_periods_integer anymore, it breaks the
33885           configuration randomly
33886           - call snd_pcm_hw_params_set_access directly instead of using masks
33887           - don't fail if the sw_params can't be set, just use the default
33888           params and hope it works. Alsalib has weird issues when you touch
33889           sw_params and does no proper error reporting about what failed.
33890         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33891         (gst_alsa_close_audio):
33892           make our alsa debugging go via gst debugging and not conditionally
33893           defined
33894         * ext/alsa/gstalsa.h:
33895           add ALSA_DEBUG_FLUSH macro
33896         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
33897         (plugin_init):
33898           wrap alsa errors to be printed via the gst debugging system and not
33899           spammed to stderr
33900
33901 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33902
33903         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
33904         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
33905         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
33906         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
33907         (qtdemux_parse_trak):
33908         * gst/qtdemux/qtdemux.h:
33909           Bitch. Also known as seeking, querying & co.
33910         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33911         (gst_osssink_change_state):
33912         * sys/oss/gstosssink.h:
33913           Resyncing is for weenies, this hack is no longer needed and was
33914           broken anyway (since it - unintendedly - always leaves resync to
33915           TRUE).
33916
33917 2004-06-05  Andrew Turner <zxombie@hotpop.com>
33918
33919         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
33920         * gst/tcp/gsttcpclientsrc.h: idem
33921           - define MSG_NOSIGNAL if not done
33922           - include unistd.h for off_t
33923           (fixes #143749)
33924
33925 2004-06-05  Benjamin Otte  <otte@gnome.org>
33926
33927         * configure.ac:
33928         * ext/kio/Makefile.am:
33929           check for qt's moc preprocessor explicitly and use it
33930
33931 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33932
33933         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
33934           don't get a signal for EPIPE on socket writes
33935           (somebody check if this works on other platforms)
33936
33937 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33938
33939         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33940         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33941           check error condition on available samples correctly
33942
33943 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33944
33945         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
33946           avoid a segfault
33947         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
33948         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
33949         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33950         (gst_tcpserversrc_gdp_read_header):
33951          use ssize_t over size_t since the former is signed and thus the
33952          check for error codes can work
33953
33954 2004-06-02  Wim Taymans  <wim@fluendo.com>
33955
33956         reviewed by: Johan
33957
33958         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33959         (gst_multipart_mux_loop):
33960         Oops
33961
33962 2004-06-02  Wim Taymans  <wim@fluendo.com>
33963
33964         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33965         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33966         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
33967         (gst_multipart_mux_change_state):
33968         Added configurable boundary specifier, added the value as a
33969         caps field as well.
33970
33971 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33972
33973         * gst/tcp/gsttcp.c:
33974         * gst/tcp/gsttcpclientsrc.c:
33975         * gst/tcp/gsttcpclientsrc.h:
33976         * gst/tcp/gsttcpserversrc.c:
33977           - portability fix, to compile on OSX
33978             (fixes #143146)
33979
33980         * sys/osxaudio/gstosxaudioelement.c:
33981         * sys/osxaudio/gstosxaudiosink.c:
33982         * sys/osxaudio/gstosxaudiosrc.c:
33983           - compilation warnings on OSX
33984             (fixes #143153)
33985
33986 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33987
33988         * ext/vorbis/vorbisdec.c : sign warning fixes
33989
33990         * gst-libs/gst/mixer/mixertrack.c :
33991           do no use defines which are glib 2.4 specific
33992
33993 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
33994
33995         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
33996           buffer since libflac doesn't expect it (reports a sync error when
33997           it encounters that)
33998
33999
34000 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34001
34002         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34003         * gst-libs/gst/mixer/mixertrack.c:
34004         (gst_mixer_track_get_property), (get_mixer_track_init),
34005         (get_mixer_track_get_property): Added property accessors
34006         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34007         * gst-libs/gst/mixer/mixeroptions.c:
34008         (gst_mixer_options_get_values): Added
34009         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34010         * gst-libs/gst/mixer/mixer.c: Fixed comment
34011
34012
34013 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34014
34015         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34016           improve error messages on open
34017
34018
34019 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34020
34021         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34022           check if v4l-conf is in path
34023
34024 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34025
34026         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34027           change assert to a more readable error message
34028
34029 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34030
34031         * gst-libs/gst/tuner/tunerchannel.h:
34032           - add a freq_multiplicator field to make the conversion
34033             between internal frequency unit and Hz
34034         * sys/v4l/gstv4lelement.c:
34035         * sys/v4l2/gstv4l2element.c:
34036           - change default video device to /dev/video0
34037         * sys/v4l/v4l_calls.c:
34038         * sys/v4l2/v4l2_calls.c:
34039           - we only expose frequency to the user in Hz instead of
34040             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34041
34042 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34043         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34044           Initialise b_o_s and e_o_s variables
34045         * gst-libs/gst/riff/riff-media.c:
34046         (gst_riff_create_video_caps_with_data):
34047           Add some unusual fourcc's from mplayer avi's
34048         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34049           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34050           autoplugging.
34051
34052 2004-05-28  Wim Taymans  <wim@fluendo.com>
34053
34054         * configure.ac:
34055         * gst/alpha/Makefile.am:
34056         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34057         (gst_alpha_get_type), (gst_alpha_base_init),
34058         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34059         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34060         (gst_alpha_chroma_key), (gst_alpha_chain),
34061         (gst_alpha_change_state), (plugin_init):
34062         A plugin to add an alpha channel to I420 video. Can optionally do
34063         chroma keying.
34064         * gst/multipart/Makefile.am:
34065         * gst/multipart/multipart.c: (plugin_init):
34066         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34067         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34068         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34069         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34070         (gst_multipart_demux_change_state),
34071         (gst_multipart_demux_plugin_init):
34072         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34073         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34074         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34075         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34076         (gst_multipart_mux_pad_unlink),
34077         (gst_multipart_mux_request_new_pad),
34078         (gst_multipart_mux_handle_src_event),
34079         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34080         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34081         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34082         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34083         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34084         send multipart jpeg images to a browser.
34085         * gst/videobox/Makefile.am:
34086         * gst/videobox/README:
34087         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34088         (gst_video_box_get_type), (gst_video_box_base_init),
34089         (gst_video_box_class_init), (gst_video_box_init),
34090         (gst_video_box_set_property), (gst_video_box_get_property),
34091         (gst_video_box_sink_link), (gst_video_box_i420),
34092         (gst_video_box_ayuv), (gst_video_box_chain),
34093         (gst_video_box_change_state), (plugin_init):
34094         Crops or adds borders around an image. can do alpha channel
34095         borders as well.
34096         * gst/videomixer/Makefile.am:
34097         * gst/videomixer/README:
34098         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34099         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34100         (gst_videomixer_pad_get_sink_event_masks),
34101         (gst_videomixer_pad_get_property),
34102         (gst_videomixer_pad_set_property),
34103         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34104         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34105         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34106         (gst_videomixer_base_init), (gst_videomixer_class_init),
34107         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34108         (gst_videomixer_handle_src_event),
34109         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34110         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34111         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34112         (gst_videomixer_loop), (gst_videomixer_get_property),
34113         (gst_videomixer_set_property), (gst_videomixer_change_state),
34114         (plugin_init):
34115         Generic video mixer plugin, can handle multiple inputs all with
34116         different framerates and video sizes. Is fully alpha channel
34117         aware.
34118
34119 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34120
34121         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34122           Select first track as master track. Not sure how else to handle
34123           that...
34124         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34125           Discard discont events. Should fix #142962.
34126
34127 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34128
34129         * ext/alsa/Makefile.am:
34130         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34131         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34132         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34133         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34134         (gst_alsa_mixer_get_option):
34135         * ext/alsa/gstalsamixer.h:
34136         * ext/alsa/gstalsamixeroptions.c:
34137         (gst_alsa_mixer_options_get_type),
34138         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34139         (gst_alsa_mixer_options_new):
34140         * ext/alsa/gstalsamixeroptions.h:
34141         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34142         * ext/alsa/gstalsamixertrack.h:
34143           Add enumerations (as GstMixerOptions). Make correct distinction
34144           between input/output tracks. Add capture/playback private flag.
34145           Use flag to decide on whether to set capture or playback volumes
34146           or switches. Use playback and record switches.
34147         * gst-libs/gst/mixer/Makefile.am:
34148         * gst-libs/gst/mixer/mixer-marshal.list:
34149         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34150         (gst_mixer_set_option), (gst_mixer_get_option),
34151         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34152         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34153         * gst-libs/gst/mixer/mixer.h:
34154         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34155         (gst_mixer_options_class_init), (gst_mixer_options_init),
34156         (gst_mixer_options_dispose):
34157         * gst-libs/gst/mixer/mixeroptions.h:
34158           Add GstMixerOptions.
34159         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34160           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34161           broken device detection on computers with multiple OSS sound
34162           cards.
34163
34164 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34165
34166         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34167           fixate nicely even when the peer is not negotiating
34168
34169 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34170
34171         * gst/audioconvert/gstaudioconvert.c:
34172         (gst_audio_convert_parse_caps):
34173           make sure we don't allow depth > width
34174         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34175           fixate endianness to G_BYTE_ORDER as default
34176         * gst/audioscale/gstaudioscale.c:
34177           we don't handle another endianness as host-endianness
34178
34179 2004-05-25  David Schleef  <ds@schleef.org>
34180
34181         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34182
34183 2004-05-24  Benjamin Otte  <otte@gnome.org>
34184
34185         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34186         (gst_oggvorbisenc_setup):
34187           properly fail when we can't setup the vorbis encoder due to
34188           unsupported settings
34189         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34190         (gst_vorbisenc_setup):
34191           same
34192         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34193           fix case where warnings occured when one pad was unlinked while the
34194           other's link function was called
34195
34196 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34197
34198         * gst/tcp/Makefile.am:
34199           use GST_ENABLE_NEW
34200
34201 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34202
34203         * gst-libs/gst/resample/private.h:
34204           don't use optimizations that are #if 0'ed
34205
34206 2004-05-24  Wim Taymans  <wim@fluendo.com>
34207
34208         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34209         Fix potential division by zero error and hopefully get
34210         the position query right to get correct timestamps on avi
34211         audio.
34212
34213 2004-05-24  Wim Taymans  <wim@fluendo.com>
34214
34215         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34216         (gst_videoscale_scale_nearest_str2),
34217         (gst_videoscale_scale_nearest_str4),
34218         (gst_videoscale_scale_nearest_32bit),
34219         (gst_videoscale_scale_nearest_24bit),
34220         (gst_videoscale_scale_nearest_16bit):
34221         Fix the scaling algorithm and avoid a buffer overflow.
34222         removed the while loop in the scaling function as it
34223         was used for point sampling only.
34224
34225 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34226
34227         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34228         (gst_id3_tag_class_init), (gst_id3_tag_init),
34229         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34230         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34231         (gst_id3_tag_send_tag_event):
34232           lots of fixes to make id3mux work and id3demux work correctly
34233
34234 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34235
34236         * ext/Makefile.am:
34237           add rules to build shout2send (was removed by accident
34238           when this module was no more marked experimental/broken)
34239
34240 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34241
34242         * ext/shout2/gstshout2.c:
34243         * ext/shout2/gstshout2.h:
34244           adding a "connection problem" signal to shout2send
34245           (fixes #142954)
34246
34247 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34248
34249         * ext/kio/kioreceiver.cpp:
34250         * ext/kio/kioreceiver.h:
34251           fix sign comparison issues
34252
34253 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34254
34255         * gst/cdxaparse/gstcdxaparse.c:
34256         * gst/cdxaparse/gstcdxaparse.h:
34257           some renaming
34258           add some checks/sanity
34259           prepare for seek addition
34260
34261         * sys/sunaudio/gstsunaudio.c:
34262           remove exported dupe init function
34263
34264 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34265
34266         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34267         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34268           Fix format conversion and position querying.
34269         * gst/debug/progressreport.c: (gst_progressreport_report):
34270           Don't output a bogus total value that we didn't query.
34271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34272           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34273           only a blank window after xine has been used.
34274
34275 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34276
34277         * m4/as-arts.m4:
34278           sync with upstream version to fix test on FC2
34279           readd with -ko to preserve Id header
34280
34281 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34282
34283         * configure.ac:
34284           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34285         * gst/tcp/gsttcpclientsrc.c: idem
34286         * gst/tcp/gsttcpserversink.c: idem
34287         * gst/tcp/gsttcpserversrc.c: idem
34288         * m4/gst-fionread.m4: idem
34289
34290         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34291
34292         * configure.ac: enable speex plugin for speex 1.1.5+
34293         * ext/speex/gstspeexenc.c: fix cast warning
34294
34295         * ext/esd/README: fix typo
34296
34297 2004-05-20  David Schleef  <ds@schleef.org>
34298
34299         * configure.ac: Minor cosmetic change to convince the buildbot to
34300         reautogen.
34301         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34302         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34303         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34304         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34305         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34306         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34307         More hacking.  Plays audio now.
34308
34309 2004-05-20  David Schleef  <ds@schleef.org>
34310
34311         * configure.ac:
34312         * sys/Makefile.am:
34313
34314 2004-05-20  David Schleef  <ds@schleef.org>
34315
34316         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34317         * sys/osxaudio/gstosxaudio.c:
34318         * sys/osxaudio/gstosxaudioelement.c:
34319         * sys/osxaudio/gstosxaudioelement.h:
34320         * sys/osxaudio/gstosxaudiosink.c:
34321         * sys/osxaudio/gstosxaudiosink.h:
34322         * sys/osxaudio/gstosxaudiosrc.c:
34323         * sys/osxaudio/gstosxaudiosrc.h:
34324
34325 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34326
34327         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34328         (gst_vorbisenc_chain):
34329           put the codec headers on the caps as streamheader as well as
34330           pushing them out
34331
34332 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34333
34334         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34335         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34336         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34337         split up push_packet into two functions
34338
34339 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34340
34341         * gst/tcp/.cvsignore:
34342           ignore enums
34343         * gst/tcp/Makefile.am:
34344         * gst/tcp/README:
34345         * gst/tcp/gsttcp.c:
34346         * gst/tcp/gsttcp.h:
34347         * gst/tcp/gsttcpclientsink.c:
34348         * gst/tcp/gsttcpclientsink.h:
34349         * gst/tcp/gsttcpclientsrc.c:
34350         * gst/tcp/gsttcpclientsrc.h:
34351         * gst/tcp/gsttcpplugin.c:
34352         * gst/tcp/gsttcpserversink.c:
34353         * gst/tcp/gsttcpserversink.h:
34354         * gst/tcp/gsttcpserversrc.c:
34355         * gst/tcp/gsttcpserversrc.h:
34356           add new tcp elements
34357
34358 2004-05-19  Wim Taymans  <wim@fluendo.com>
34359
34360         * gst/law/mulaw-conversion.c: (mulaw_encode):
34361         Fix overflow bug in ulaw encoding.
34362
34363 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34364
34365         * ext/mad/gstmad.c: (gst_mad_handle_event):
34366           don't unref the event twice
34367
34368 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34369
34370         * configure.ac:
34371           remove -Wno-sign-compare
34372
34373 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34374
34375         * configure.ac:
34376           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34377           if you want to work against glib 2.2 and 2.4
34378
34379 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34380
34381         * gst/tcp/Makefile.am:
34382         * gst/tcp/gsttcp.c:
34383         * gst/tcp/gsttcp.h:
34384         * gst/tcp/gsttcpsink.h:
34385         * gst/tcp/gsttcpsrc.h:
34386           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34387
34388 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34389
34390         * gst/debug/tests.c: (md5_get_value):
34391           fix segfault on gst-inspect
34392
34393 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34394
34395         * gst/debug/testplugin.c:
34396         * gst/debug/tests.c:
34397         * gst/debug/tests.h:
34398           add new extensible and configurable testing element. Current tests
34399           include buffer count, stream length, timestamp/duration matching and
34400           md5.
34401         * gst/debug/Makefile.am:
34402         * gst/debug/gstdebug.c: (plugin_init):
34403           add infrastructure for new element
34404
34405 2004-05-19  Johan Dahlin  <johan@gnome.org>
34406
34407         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34408         ending of the array. Fixes gst-inspect segfault on ppc.
34409
34410 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34411
34412         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34413
34414         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34415
34416 2004-05-18  David Schleef  <ds@schleef.org>
34417
34418         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34419         warnings (bugs, actually) noticed by gcc but not forte.
34420
34421 2004-05-18  David Schleef  <ds@schleef.org>
34422
34423         * sys/sunaudio/Makefile.am:
34424         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34425
34426 2004-05-18  David Schleef  <ds@schleef.org>
34427
34428         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34429         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34430         to allow qtdemux to use non-seekable streams. (bug #142272)
34431
34432 2004-05-18  David Schleef  <ds@schleef.org>
34433
34434         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34435         (gst_resample_sinc_ft_float): Remove use of static temporary
34436         buffer.  This code was obviously not supposed to last long, but
34437         it's stuck in our ABI, so it required a little hack to make it
34438         ABI-compatible.  Fixes #142585.
34439         * gst-libs/gst/resample/resample.h: same.
34440
34441 2004-05-18  David Schleef  <ds@schleef.org>
34442
34443         * configure.ac: Add sunaudio
34444         * examples/Makefile.am: make gstplay depend on gconf
34445         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34446         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34447         (convert_table_lookup), (img_convert): remove c99-isms
34448         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34449           unsigned, to fix a warning on Solaris
34450         * gst/mpeg1sys/systems.c: bcopy->memcpy
34451         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34452         * sys/Makefile.am: Add sunaudio
34453
34454 2004-05-18  Wim Taymans  <wim@fluendo.com>
34455
34456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34457         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34458         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34459         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34460         (gst_ogg_mux_loop):
34461         Fix an ugly memleak where the muxer didn't flush enough ogg
34462         pages. This also resulted in badly muxed ogg files.
34463
34464 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34465
34466         * gst/asfdemux/asfheaders.c :
34467         * gst/asfdemux/asfheaders.h :
34468         * gst/asfdemux/gstasfdemux.c :
34469           - fix ASF_OBJ_PADDING guid
34470           - add 3 new object guids (language list, metadata,
34471             extended stream properties)
34472           - add a function to parse extended header objects
34473
34474 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34475
34476         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34477           remove leftover debugging g_print
34478
34479 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34480
34481         * ext/mad/gstmad.c: (gst_mad_handle_event):
34482           Fix for when the first format in a discont event is not a
34483           byte-based one. Should fix #137710.
34484
34485 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34486
34487         * m4/a52.m4 : fix compilation with -Wall -Werror
34488         * m4/libfame.m4 : idem
34489         * m4/libmikmod.m4 : idem
34490
34491 2004-05-17  Benjamin Otte  <otte@gnome.org>
34492
34493         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34494           signal the new tags before giving up the reference
34495
34496 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34497
34498         * ext/shout2/gstshout2.c:
34499           use application/ogg instead of application/x-ogg (patch by Patrick
34500           Guimond, fixes #142432)
34501         * sys/oss/gstosselement.c: (gst_osselement_reset),
34502         (gst_osselement_sync_parms):
34503           don't set fragment size unless specified (fixes #142493)
34504
34505 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34506
34507         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34508           fixes #142664
34509
34510 2004-05-17  Benjamin Otte  <otte@gnome.org>
34511
34512         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34513           compute offsets correctly for internal buffers so timestamps are set
34514           correctly when we can't seek. Also handle cases where there are no
34515           offsets. (based on a patch by David Moore, fixes #142507)
34516
34517 2004-05-17  Benjamin Otte  <otte@gnome.org>
34518
34519         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34520           use correct variable when determining amount of data to skip so we
34521           don't skip into the void and segfault
34522
34523 2004-05-16  Benjamin Otte  <otte@gnome.org>
34524
34525         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34526           Hi, I'm a memleak
34527
34528 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34529
34530         * gst/asfdemux/gstasfdemux.c:
34531           - fix a mem leak and always propagate tags
34532           - add WMV3 to known video codecs (but no decoder yet)
34533           - replace "surplus data" at end of audio header for what
34534             it is : codec specific data
34535           - fix a typo
34536
34537 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34538
34539         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34540
34541         * gst-libs/gst/audio/audioclock.c:
34542           Fix wrong return type (#142205).
34543
34544 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34545
34546         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34547           Ignore CRCs by default (fixes #142566).
34548
34549 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34550
34551         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34552         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34553         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34554         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34555         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34556         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34557           Fix for cases where we fail to attach to a mixer.
34558
34559 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34560
34561         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34562           Don't touch events after not owning them anymore.
34563         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34564         (gst_wavparse_fmt), (gst_wavparse_other),
34565         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34566         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34567         (gst_wavparse_srcpad_event):
34568         * gst/wavparse/gstwavparse.h:
34569           Add seeking, fix querying.
34570
34571 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34572
34573         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34574           - process comments even if they don't end with \0\0
34575             g_convert would ignore them if present and works well without them
34576
34577 2004-05-16  Benjamin Otte  <otte@gnome.org>
34578
34579         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34580           simplify caps
34581
34582 2004-05-16  Benjamin Otte  <otte@gnome.org>
34583
34584         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34585           don't write to memory we might not write to - g_convert does that
34586           for us anyway (fixes #142613)
34587         (gst_asf_demux_audio_caps):
34588           comment out gst_util_dump_mem
34589
34590 2004-05-16  Benjamin Otte  <otte@gnome.org>
34591
34592         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34593           compute correct expected timestamps after seek (broken since
34594           last commit)
34595         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34596           rename element and debugging category to gdkpixbufscale
34597
34598 2004-05-16  Benjamin Otte  <otte@gnome.org>
34599
34600         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34601           add error checking to snd_pcm_delay and remove duplicate call to
34602           snd_pcm_delay that caused issues (see inline code comments)
34603         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34604           make more readable and fix return value when snd_pcm_delay fails
34605         (fixes #142586)
34606
34607 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34608         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34609         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34610         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34611         (gst_pixbufscale_link), (gst_pixbufscale_init),
34612         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34613         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34614         (gst_pixbufscale_get_property), (pixbufscale_init):
34615         * ext/gdk_pixbuf/pixbufscale.h:
34616         Add these files I forgot earlier
34617
34618 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34619         * ext/gdk_pixbuf/Makefile.am:
34620         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34621         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34622         Add new pixbufscale element to scale RGB video
34623         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34624         and HYPER interpolation correctly.
34625         * ext/theora/theoraenc.c: (theora_enc_chain),
34626         Discard buffer and return if explicit caps could not be set
34627         (theora_enc_get_property):
34628         Make _get return kbps for the bitrate consistent with
34629         the _set function.
34630
34631
34632 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34633
34634         * ext/libvisual/visual.c: (gst_visual_chain):
34635           add missing visual_audio_analyze
34636
34637 2004-05-14  David Schleef  <ds@schleef.org>
34638
34639         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34640         is killed while we're playing.
34641         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34642         gst_element_no_more_pads().
34643
34644 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34645
34646         * gst-libs/gst/riff/riff-read.c :
34647           - fix INFO tag extraction in RIFF/AVI files
34648             because gst_event_unref (event) also freed taglist
34649           - avoid a mem leak
34650
34651 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34652
34653         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34654         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34655
34656         * gst/auparse/gstauparse.c :
34657           - add code (commented for now) to support audio/x-adpcm on src pad
34658             (we have no decoder for those layout yet)
34659
34660         * gst/cdxaparse/gstcdxaparse.c :
34661         * gst/cdxaparse/gstcdxaparse.h :
34662           - partial rewrite using RiffRead (ripped iain's wavparse code)
34663
34664         * gst/rtp/gstrtpL16enc.c : typo
34665         * gst/rtp/gstrtpgsmenc.c : typo
34666
34667 2004-05-13  Benjamin Otte  <otte@gnome.org>
34668
34669         * configure.ac:
34670           check for exact version of libvisual, it's not supposed to be
34671           API/ABI stable yet
34672
34673 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34674
34675         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34676           signal no-more-pads
34677
34678 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34679
34680         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34681         Report which format was used for GST_FORMAT_DEFAULT
34682         * gst/debug/Makefile.am:
34683         * gst/debug/gstdebug.c: (plugin_init):
34684         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34685         (gst_progressreport_class_init), (gst_progressreport_init),
34686         (gst_progressreport_report), (gst_progressreport_set_property),
34687         (gst_progressreport_get_property), (gst_progressreport_chain),
34688         (gst_progressreport_plugin_init):
34689         Add progressreport element for testing.
34690
34691 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34692
34693         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34694         * sys/v4l/gstv4lsrc.h:
34695         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34696         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34697         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34698         (gst_v4lsrc_grab_frame):
34699           add more debugging
34700           send a discont at start
34701
34702 2004-05-12  Colin Walters  <walters@redhat.com>
34703
34704         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34705         inflooping if we can't find a chunk.  Or in other words, don't blow
34706         chunks if we don't have a chunk to blow.
34707
34708 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34709         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34710         Remove old debug output
34711         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34712         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34713         (gst_dvdec_set_property), (gst_dvdec_get_property):
34714         Change the quality setting to an enum, so it works from gst-launch
34715         Don't renegotiate a non-linked pad. Allows audio only decoding.
34716         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34717         (gst_deinterlace_link), (gst_deinterlace_init):
34718         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34719         (gst_videodrop_link):
34720         Some caps negotiation fixes
34721
34722 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34723
34724         * ext/tarkin/gsttarkin.c :
34725           - Change RANK from NONE to PRIMARY
34726         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34727           - Change RANK from NONE to MARGINAL
34728         * ext/divx/gstdivxenc.c :
34729           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34730
34731 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34732
34733         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34734         (gst_vorbisenc_push_packet):
34735           copy a function that was added between 1.0 and 1.0.1 until we
34736           depend on worthwhile features of post-1.0
34737
34738 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34739
34740         * configure.ac:
34741           enable shout2 by default
34742         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34743         (gst_shout2send_base_init), (gst_shout2send_init),
34744         (gst_shout2send_connect), (gst_shout2send_change_state):
34745         * ext/shout2/gstshout2.h:
34746           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34747           #142262)
34748         * ext/theora/theora.c: (plugin_init):
34749           don't set rank on encoders
34750
34751 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34752
34753         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34754           Use codec_data property instead of flag1 and flag2 for wma
34755
34756 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34757
34758         * gst/cdxaparse/gstcdxaparse.c :
34759           - Add mpegversion to CAPS to make it link
34760           - Rank is as GST_RANK_SECONDARY instead of NONE
34761         * gst/auparse/gstauparse.c :
34762           - Document all audio encoding we can encounter from Solaris 9
34763             headers and libsndfile information.
34764           - Increase max. rate from 48000 to 192000 (to match other elements)
34765           - Don't try to play junk data between header and samples
34766
34767 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34768
34769         * ext/libvisual/visual.c: (gst_visual_getcaps):
34770           use the right caps depending on endianness (I hope)
34771         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34772           use GST_RANK_NONE for all non-decoding elements or spider gets
34773           mighty confused
34774
34775 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34776
34777         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34778           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34779
34780 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34781
34782         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34783         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34784         (gst_switch_loop), (gst_switch_get_type):
34785           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34786           HEADERS. Had to be said.
34787
34788 2004-05-10  David Schleef  <ds@schleef.org>
34789
34790         * configure.ac: Add prototype Dirac support.
34791         * ext/Makefile.am:
34792         * ext/dirac/Makefile.am:
34793         * ext/dirac/gstdirac.cc:
34794         * ext/dirac/gstdiracdec.cc:
34795
34796 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34797
34798         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34799         (gst_auparse_init), (gst_auparse_chain),
34800         (gst_auparse_change_state):
34801           Hack around spider. Remove me some day please.
34802
34803 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34804
34805         * gst/auparse/gstauparse.c: (gst_auparse_chain):
34806           Fix for some uninitialized variables in previous patch, also
34807           makes it work. Fixes #142286 while we're at it.
34808
34809 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34810
34811         * gst/auparse/gstauparse.c:
34812                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
34813                 only unsupported formats are ADPCM/CCITT G.72x
34814                 reviewed by Ronald
34815         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
34816
34817 2004-05-10  Wim Taymans  <wim@fluendo.com>
34818
34819         * ext/vorbis/Makefile.am:
34820         * ext/vorbis/README:
34821         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
34822         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
34823         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
34824         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
34825         (gst_oggvorbisenc_convert_sink),
34826         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
34827         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
34828         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
34829         (get_constraints_string), (update_start_message),
34830         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
34831         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
34832         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
34833         * ext/vorbis/oggvorbisenc.h:
34834         * ext/vorbis/vorbis.c: (plugin_init):
34835         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
34836         (raw_caps_factory), (gst_vorbisenc_class_init),
34837         (gst_vorbisenc_init), (gst_vorbisenc_setup),
34838         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
34839         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
34840         * ext/vorbis/vorbisenc.h:
34841         Added a raw vorbis encoder to be used with the oggmuxer.
34842         We still need the old encoder for some gnome applications,
34843         read the README to find out how that works.
34844         The raw encoder is called "rawvorbisenc" until 0.9.
34845
34846 2004-05-10  Wim Taymans  <wim@fluendo.com>
34847
34848         * ext/ogg/gstogg.c: (plugin_init):
34849         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
34850         (gst_ogg_print):
34851         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
34852         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
34853         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
34854         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
34855         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
34856         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
34857         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
34858         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
34859         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
34860         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
34861         Added an ogg muxer.
34862         Small typo fixes in the demuxer.
34863
34864 2004-05-10  Wim Taymans  <wim@fluendo.com>
34865
34866         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34867         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34868         (theora_enc_change_state), (theora_enc_set_property),
34869         (theora_enc_get_property):
34870         Mark the last packet with an EOS flag which is not really needed
34871         in gstreamer.
34872         Do some better video framerate initialisation.
34873         Update the buffer timestamp.
34874
34875 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
34876
34877         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
34878         Return the result of the parent state change call
34879
34880 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34881
34882         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
34883         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
34884         * gst/law/alaw-encode.c : (idem)
34885         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
34886         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
34887         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
34888
34889 2004-05-09  Benjamin Otte  <otte@gnome.org>
34890
34891         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34892           don't use a fixed buffer size when writing variable length data to
34893           it. Fixes memory corruption and makes alsasrc work
34894
34895 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34896
34897         * ext/gnomevfs/gstgnomevfssink.c:
34898         (_gst_boolean_allow_overwrite_accumulator),
34899         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
34900           Run glib's default signal handler (??) in RUN_CLEANUP rather than
34901           RUN_LAST, and don't use that to set the accumulator value because
34902           then it's always FALSE.
34903
34904 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34905
34906         * gst-libs/gst/riff/riff-media.c:
34907         (gst_riff_create_video_caps_with_data),
34908         (gst_riff_create_audio_caps),
34909         (gst_riff_create_audio_template_caps):
34910         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34911           Fix for unaligned RIFF files (i.e. where all the chunks together
34912           in a LIST chunk are not of the same size as the size given in
34913           the LIST chunk header). Fixes several odd WAVE files. Also fix
34914           ADPCM (block_align property) in audio, so that wavparse based
34915           on this works now as it used to stand-alone.
34916
34917 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
34918
34919         reviewed by Benjamin Otte  <otte@gnome.org>
34920
34921         * ext/a52dec/gsta52dec.c:
34922         * ext/divx/gstdivxdec.c:
34923         * ext/divx/gstdivxenc.c:
34924         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
34925         * ext/faac/gstfaac.c: (gst_faac_base_init):
34926         * ext/faad/gstfaad.c: (gst_faad_base_init):
34927         * ext/ivorbis/vorbisfile.c:
34928         * ext/lame/gstlame.c:
34929         * ext/libfame/gstlibfame.c:
34930         * ext/mpeg2enc/gstmpeg2enc.cc:
34931         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
34932         * ext/sidplay/gstsiddec.cc:
34933         * ext/speex/gstspeexdec.c:
34934         * ext/speex/gstspeexenc.c:
34935         * ext/xvid/gstxviddec.c:
34936         * ext/xvid/gstxvidenc.c:
34937           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
34938           (fixes #142193)
34939
34940 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34941
34942         * ext/alsa/gstalsa.c: (device_list),
34943         (gst_alsa_class_probe_devices):
34944         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
34945           Fix alsa oddness in mixer after the combination of using mixer
34946           in source/sink elements and using hw:x,y instead of just hw:x.
34947
34948 2004-05-09  Benjamin Otte  <otte@gnome.org>
34949
34950         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
34951         (gst_wavparse_create_sourcepad):
34952           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
34953           sourcepads
34954
34955 2004-05-09  Benjamin Otte  <otte@gnome.org>
34956
34957         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34958           allow discont events before caps nego
34959
34960 2004-05-08  Benjamin Otte  <otte@gnome.org>
34961
34962         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34963           don't leak events
34964
34965 2004-05-08  Benjamin Otte  <otte@gnome.org>
34966
34967         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
34968         (gst_level_change_state), (gst_level_init):
34969         * gst/level/gstlevel.h:
34970           figure out if we're initialized directly instead of keeping a
34971           variable that's wrong in 90% of cases
34972           don't initialize pads and then leak them and use a new unitialized
34973           pad. (fixes #142084)
34974           these were bugs so n00bish I didn't find them for an hour :/
34975
34976 2004-05-08 Iain <iain@prettypeople.org>
34977
34978         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
34979         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
34980         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
34981         return the length that was read.
34982         (gst_riff_read_strf_auds): Allow fmt tags as well.
34983
34984 2004-05-07  David Schleef  <ds@schleef.org>
34985
34986         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
34987         signed char assumption in faad.h.
34988
34989 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34990
34991         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
34992           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
34993
34994 2004-05-07  Colin Walters  <walters@redhat.com>
34995
34996         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
34997         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
34998         function.
34999         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35000         Add dispose function.
35001
35002 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35003         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35004           Fix caps nego and pad templates. RGB mode caps should
35005           work now.
35006         * ext/dvdnav/gst-dvd:
35007           Move mpeg2dec inside the thread because otherwise the
35008           queue rejects cap changes mid-stream
35009         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35010         (gst_mpeg2dec_flush_decoder):
35011           For mpeg2dec > 0.4.0, call the flush function instead of
35012           manually extracting all in-flight frames.
35013         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35014         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35015           Change mime type video/dv go video/x-dv to match the
35016           rest of gst-plugins
35017
35018 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35019
35020         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35021         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35022         (gst_alsa_sink_class_init):
35023         * ext/alsa/gstalsasink.h:
35024         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35025         (gst_alsa_src_class_init):
35026         * ext/alsa/gstalsasrc.h:
35027           Make alsasink/src a subclass of alsamixer so that mixer stuff
35028           shows up in gst-rec. Needs some finetuning.
35029
35030 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35031
35032         * ext/lame/gstlame.c: (gst_lame_chain):
35033           simplify
35034         * ext/mad/gstmad.c: (gst_mad_handle_event):
35035           fix event leak
35036         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35037           be able to detect mp3 files < 4096 bytes
35038
35039 2004-05-06  Wim Taymans  <wim@fluendo.com>
35040
35041         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35042         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35043         (theora_enc_set_property), (theora_enc_get_property):
35044         Also encode the first frame, cleanup some code.
35045
35046 2004-05-06  Wim Taymans  <wim@fluendo.com>
35047
35048         * ext/mpeg2enc/gstmpeg2enc.cc:
35049         Forward events first before deciding that negotiation was
35050         not performed.
35051
35052 2004-05-06  Wim Taymans  <wim@fluendo.com>
35053
35054         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35055         First process the events before deciding that negotiation
35056         was not performed.
35057
35058 2004-05-06  Wim Taymans  <wim@fluendo.com>
35059
35060         * ext/theora/Makefile.am:
35061         * ext/theora/theora.c: (plugin_init):
35062         * ext/theora/theoradec.c: (theora_dec_change_state):
35063         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35064         (gst_theora_enc_class_init), (gst_theora_enc_init),
35065         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35066         (theora_enc_chain), (theora_enc_change_state),
35067         (theora_enc_set_property), (theora_enc_get_property):
35068         Added a theora encoder, grouped the encoder and decoder into the
35069         same plugin.
35070
35071 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35072
35073         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35074         (gst_jpegenc_chain):
35075         fix DURATION on outgoing buffers
35076         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35077         debug using time formats
35078         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35080         (gst_xvimagesink_sink_link):
35081         windows with width/height 0 generate X errors, so don't allow them
35082
35083 2004-05-05  Wim Taymans  <wim@fluendo.com>
35084
35085         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35086         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35087         (gst_mpeg2dec_negotiate_format):
35088         * ext/mpeg2dec/gstmpeg2dec.h:
35089           removed the static pad template so that we can add the
35090           more accurate framerate value to the caps.
35091
35092
35093 2004-05-04  Benjamin Otte  <otte@gnome.org>
35094
35095         * configure.ac:
35096           check for kdemacros.h, too (should fix #141821)
35097         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35098           don't crash if no header was sent, but nicely error out (fixes part
35099           of #141554)
35100
35101 2004-05-04  Wim Taymans  <wim@fluendo.com>
35102
35103         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35104         parent dispose function to avoid segfault on destroy.
35105
35106 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35107
35108         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35109         (plugin_init):
35110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35111         (gst_xvimagesink_sink_link):
35112         clean up debugging caps
35113         also recreate xvimage when format has changed
35114
35115 2004-05-04  Benjamin Otte  <otte@gnome.org>
35116
35117         * ext/libvisual/Makefile.am:
35118         * ext/libvisual/visual.c: (gst_visual_class_init),
35119         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35120         (gst_visual_srclink), (gst_visual_chain),
35121         (gst_visual_change_state), (plugin_init):
35122           use a GstAdapter to correctly adapt buffer sizes - allows using a
35123           framerate
35124
35125 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35126
35127         * sys/v4l/gstv4lelement.h:
35128         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35129         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35130         (gst_v4lsrc_buffer_free):
35131         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35132         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35133         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35134         (gst_v4lsrc_requeue_frame):
35135         move some debugging categories around
35136         query for fps index and set accordingly if found
35137
35138 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35139
35140         * ext/lame/gstlame.c:
35141         correct defaults that lame_init puts out of range
35142
35143 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35144
35145         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35146         (gst_divxenc_class_init):
35147         fix range since -1 is the default
35148         * gst/mpeg1sys/gstmpeg1systemencode.c:
35149         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35150         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35151         (gst_rtjpegdec_chain):
35152         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35153         (gst_rtjpegenc_chain):
35154         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35155         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35156         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35157         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35158         * sys/v4l/gstv4lsrc.c:
35159         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35160         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35161         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35162         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35163         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35164           remove gst_info calls
35165
35166 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35167
35168         * Makefile.am:
35169         * po/af.po:
35170         * po/az.po:
35171         * po/en_GB.po:
35172         * po/nl.po:
35173         * po/sr.po:
35174         * po/sv.po:
35175           Updated translations
35176
35177 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35178
35179         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35180           refactor/comment code
35181
35182 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35183
35184         * gst/asfdemux/Makefile.am:
35185         * gst/asfdemux/asfheaders.c:
35186         * gst/asfdemux/asfheaders.h:
35187         * gst/asfdemux/gstasf.c: (plugin_init):
35188         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35189         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35190         (gst_asf_demux_setup_pad):
35191         * gst/asfdemux/gstasfdemux.h:
35192         * gst/asfdemux/gstasfmux.c:
35193         * gst/asfdemux/gstasfmux.h:
35194           Add tagging support to demuxer, split out registration in its own
35195           file instead of in demux (hacky), and prevent having some tables
35196           in our memory multiple times (in asfheaders.h).
35197
35198 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35199
35200         * gst/matroska/matroska-demux.c:
35201         (gst_matroska_demux_parse_metadata):
35202         * gst/matroska/matroska-ids.h:
35203           Basic tag reading support.
35204
35205 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35206
35207         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35208           Really detect ac-3 audio.
35209         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35210           really detect matroska files (off-by-1).
35211
35212 2004-04-30  David Schleef  <ds@schleef.org>
35213
35214         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35215         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35216         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35217         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35218         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35219         hackage -- parse a lot more atoms, extract a few tags.  One might even
35220         mistake this for tag support.  Maybe it is.
35221         * gst/qtdemux/qtdemux.h:
35222
35223 2004-04-30  Colin Walters  <walters@verbum.org>
35224
35225         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35226
35227 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35228
35229         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35230         (gst_ffmpegcolorspace_getcaps):
35231           remove broken nego fix
35232
35233 2004-04-30  Benjamin Otte  <otte@gnome.org>
35234
35235         * configure.ac:
35236         * ext/Makefile.am:
35237         * ext/libvisual/Makefile.am:
35238         * ext/libvisual/visual.c:
35239           add initial support for libvisual (http://libvisual.sourceforge.net)
35240           libvisual is still quite alpha, so expect crashes in there :)
35241
35242 2004-04-29  David Schleef  <ds@schleef.org>
35243
35244         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35245         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35246         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35247         code; you will no longer respect me.
35248
35249 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35250
35251         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35252         * ext/alsa/gstalsa.h :
35253         change alsa pcm device discovery to find more than 1 device
35254         per card. code review by Ronald.
35255
35256 2004-04-29  David Schleef  <ds@schleef.org>
35257
35258         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35259         Add a check for a driver bug on FreeBSD.  (bug #140565)
35260
35261 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35262
35263         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35264         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35265         (gst_jpegenc_getcaps):
35266           move format setting to inner loop
35267         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35268         (gst_ffmpegcolorspace_getcaps):
35269           use GST_PAD_CAPS if available so that we use already negotiated
35270           caps
35271         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35272         (qtdemux_parse_moov), (qtdemux_parse):
35273           extra debugging
35274         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35275         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35276           move hardcoded path to DEFINE
35277
35278 2004-04-28  David Schleef  <ds@schleef.org>
35279
35280         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35281         (bug #140064)
35282
35283 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35284
35285         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35286           Don't probe for playback device if we're a source element. Fixes
35287           #139658.
35288
35289 2004-04-29  Benjamin Otte  <otte@gnome.org>
35290
35291         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35292         (gst_id3_tag_chain):
35293           rewrite buffer offset
35294
35295 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35296
35297         * configure.ac:
35298         * ext/Makefile.am:
35299         * ext/dts/Makefile.am:
35300         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35301         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35302         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35303         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35304         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35305         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35306         (plugin_init):
35307         * ext/dts/gstdtsdec.h:
35308           New DTS decoder.
35309         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35310         (gst_faad_srcconnect):
35311           Add ESDS atom handling (.m4a).
35312
35313 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35314
35315         * ext/divx/gstdivxdec.c: (plugin_init):
35316           Remove comment that makes no sense.
35317         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35318           Fix for obvious typo that resulted in warnings during gst-register.
35319         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35320         (gst_xviddec_sink_link):
35321           Fix caps negotiation a bit better.
35322         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35323           We call this 'codec_data', not 'esds'.
35324
35325 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35326
35327         * gst/monoscope/gstmonoscope.c:
35328           make sure we only provide 256x128
35329         * gst/monoscope/monoscope.c: (monoscope_init):
35330           assert size of 256x128
35331
35332 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35333
35334         * Makefile.am:
35335         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35336         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35337           fixate to max width and height of device
35338
35339 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35340
35341         * Makefile.am:
35342         * sys/v4l/gstv4l.c:
35343         * sys/v4l/gstv4lsrc.c:
35344         * sys/v4l/v4l_calls.c:
35345         * sys/v4l/v4lsrc_calls.c:
35346           fix for qc-usb driver which fakes having more than one buffer
35347           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35348           buffer_free override
35349           add debugging
35350
35351 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35352
35353         * Makefile.am:
35354         * gst/videotestsrc/gstvideotestsrc.c:
35355         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35356         (gst_videotestsrc_init), (gst_videotestsrc_get),
35357         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35358         * gst/videotestsrc/gstvideotestsrc.h:
35359           add num-buffers property
35360
35361         2004-04-26  Benjamin Otte  <otte@gnome.org>
35362
35363         * ext/mad/gstid3tag.c: (plugin_init):
35364           set id3mux rank to NONE so it doesn't confuse spider
35365           require audio/mpeg,mpegversion=1 in id3mux
35366
35367 2004-04-26  Benjamin Otte  <otte@gnome.org>
35368
35369         * configure.ac:
35370           detect faad correctly as non-working if it's indeed non-working
35371
35372 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35373
35374         * Makefile.am:
35375         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35376         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35377         fix _getcaps so it only negotiates to its supported format
35378
35379 2004-04-25  Benjamin Otte  <otte@gnome.org>
35380
35381         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35382           fix memleak
35383
35384 2004-04-23  Benjamin Otte  <otte@gnome.org>
35385
35386         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35387           audio/x-raw-int with height rules! not. Now it's depth.
35388
35389 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35390
35391         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35392         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35393         (gst_wavparse_loop):
35394           Missing variable initialization. Add handling of DVI ADPCM. Fix
35395           mis-parsing of LIST chunks. This works around a bug where we mis-
35396           parse non-aligning LIST chunks (so LIST chunks where the contents
35397           don't align with the actual LIST size). The correct fix is to use
35398           rifflib, I'm not going to fix wavparse - too much work. All this
35399           fixes #104878.
35400
35401 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35402
35403         reviewed by Benjamin Otte  <otte@gnome.org>
35404
35405         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35406           fix shoutcast not working (fixes #140844)
35407
35408 2004-04-22  Benjamin Otte  <otte@gnome.org>
35409
35410         * ext/hermes/gsthermescolorspace.c:
35411         (gst_hermes_colorspace_caps_remove_format_info):
35412         * gst/colorspace/gstcolorspace.c:
35413         (gst_colorspace_caps_remove_format_info):
35414         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35415         (gst_ffmpegcolorspace_caps_remove_format_info):
35416           s/gst_caps_simplify/gst_caps_do_simplify/
35417
35418 2004-04-22  Benjamin Otte  <otte@gnome.org>
35419
35420         * gst-libs/gst/riff/riff-media.c:
35421         (gst_riff_create_video_caps_with_data):
35422           mpegversion is an int
35423         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35424           don't try to create pad templates with NULL caps, use any caps
35425           instead.
35426
35427 2004-04-20  David Schleef  <ds@schleef.org>
35428
35429         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35430         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35431         (bug #140384)
35432
35433 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35434
35435         reviewed by David Schleef
35436
35437         * ext/mad/gstid3tag.c: Add stdlib.h
35438         * gst/rtp/gstrtpgsmenc.c: same
35439         * gst/tags/gstid3tag.c: same
35440         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35441         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35442         GST_DISABLE_LOADSAVE use.
35443         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35444         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35445         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35446         atol(3)).
35447         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35448         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35449         strtoul(3)).
35450         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35451         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35452         $(ID3_CFLAGS).
35453         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35454         $(LIBFAME_CFLAGS).
35455
35456 2004-04-20  David Schleef  <ds@schleef.org>
35457
35458         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35459         last checkin.  Same idea.
35460
35461 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35462
35463         reviewed by David Schleef
35464
35465         * configure.ac: bump required gstreamer version to 0.8.1.1
35466         because of following changes [--ds]
35467
35468         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35469         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35470         (gst_riff_read_header):  Use GST_READ_UINT*
35471         macros to access possibly unaligned memory.
35472
35473         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35474         (mp3_type_find):  Use GST_READ_UINT*
35475         macros to access possibly unaligned memory.
35476         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35477         (speex_type_find): Likewise
35478
35479         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35480
35481         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35482         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35483         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35484         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35485         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35486         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35487         macros to access possibly unaligned memory.
35488
35489         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35490         Likewise.
35491
35492         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35493         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35494
35495         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35496         Likewise.
35497
35498         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35499         (gst_mpeg2subt_chain_subtitle): Likewise.
35500
35501         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35502         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35503         Likewise.
35504
35505         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35506         Likewise.
35507
35508         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35509         Likewise.
35510
35511         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35512         Likewise.
35513
35514 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35515
35516         * configure.ac:
35517           update required version of GStreamer because of GST_TIME_FORMAT
35518
35519 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35520
35521         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35522           remove leftover g_print
35523         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35524           don't try setting only a subset of the caps. We don't want to kill
35525           autoplugging on purpose
35526
35527 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35528
35529         * sys/ximage/ximagesink.c: (plugin_init):
35530         * sys/xvimage/xvimagesink.c: (plugin_init):
35531           add debugging categories
35532
35533 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35534
35535         * po/en_GB.po:
35536         * po/LINGUAS:
35537           Adding en_GB translation (Gareth Owen)
35538
35539 2004-04-20  David Schleef  <ds@schleef.org>
35540
35541         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35542         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35543         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35544         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35545         A number of new features and hacks to extract the esds atom and
35546         put it into the caps.  (bug #137724)
35547
35548 2004-04-19  David Schleef  <ds@schleef.org>
35549
35550         * gconf/Makefile.am: Fix for non-GNU make
35551         * gst-libs/gst/Makefile.am: Change directory order to handle
35552         GstPlay linking with gstinterfaces
35553         * gst-libs/gst/audio/make_filter: make use of tr portable
35554         * gst-libs/gst/play/Makefile.am: Add intended \
35555         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35556         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35557         function prototype instead of void *.
35558         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35559         macro.
35560         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35561         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35562         * gst/videofilter/make_filter: make use of tr portable
35563         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35564
35565 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35566
35567         * po/LINGUAS:
35568         * po/uk.po:
35569           Added Ukrainian translation (Maxim V. Dziumanenko)
35570
35571 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35572
35573         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35574         (gst_gsmdec_link), (gst_gsmdec_chain):
35575           Fix capsnego, simplify chain function slightly.
35576         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35577           Add GSM.
35578
35579 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35580
35581         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35582         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35583         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35584           Hack to make wavparse work with spider (always -> sometimes pad).
35585           Fixes #135862 && #140411.
35586
35587 2004-04-18  Benjamin Otte  <otte@gnome.org>
35588
35589         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35590         (gst_osselement_rate_probe_check),
35591         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35592           get rid of \n in debug output
35593
35594 2004-04-17  Iain <iain@prettypeople.org>
35595
35596         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35597         not just EOS.
35598
35599 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35600
35601         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35602         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35603         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35604         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35605         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35606         (gst_id3_tag_change_state), (plugin_init):
35607           deprecate id3tag element and replace with id3demux/id3mux.
35608           great side effect: this ugly file is now even uglier, yay!
35609         * ext/mad/gstmad.h:
35610           remove non-available function
35611           update for new get_type
35612
35613 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35614
35615         * configure.ac:
35616           require mpeg2dec >= 0.4.0
35617
35618 2004-04-17  Benjamin Otte  <otte@gnome.org>
35619
35620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35621         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35622         (gst_xvimagesink_set_xwindow_id):
35623           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35624           assorted cleanup fixes.
35625
35626 2004-04-16  David Schleef  <ds@schleef.org>
35627
35628         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35629         * sys/xvimage/xvimagesink.h: same
35630
35631 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35632
35633         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35634           Fix GST_ELEMENT_ERROR with (NULL)
35635
35636 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35637
35638         * gst-libs/gst/riff/riff-media.c:
35639         (gst_riff_create_video_caps_with_data):
35640           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35641
35642 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35643
35644         * gst-libs/gst/riff/riff-media.c:
35645         (gst_riff_create_video_caps_with_data),
35646         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35647         (gst_riff_create_video_template_caps),
35648         (gst_riff_create_audio_template_caps):
35649         * gst-libs/gst/riff/riff-media.h:
35650         * gst-libs/gst/riff/riff-read.c:
35651         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35652         * gst-libs/gst/riff/riff-read.h:
35653         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35654           Add MS RLE support. I added some functions to read out strf chunks
35655           into strf chunks and the data behind it. This is usually color
35656           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35657           caps creation. Lastly, add ADPCM (similar to wavparse - which
35658           should eventually be rifflib based).
35659         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35660         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35661         * gst/matroska/matroska-demux.h:
35662           Remove placeholders for some prehistoric tagging system. Didn't add
35663           support for any tag system really anyway.
35664         * gst/qtdemux/qtdemux.c:
35665           Add support for audio/x-m4a (MPEG-4) through spider.
35666         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35667         (gst_wavparse_loop):
35668           ADPCM support (#135862). Increase max. buffer size because we
35669           cannot split buffers for ADPCM (screws references) and I've seen
35670           files with 2048 byte chunks. 4096 seems safe for now.
35671
35672 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35673
35674         * configure.ac: bump nano to 1
35675
35676 === release 0.8.1 ===
35677
35678 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35679
35680         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35681
35682 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35683
35684         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35685           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35686           Fixes #140058
35687
35688 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35689
35690         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35691           lower rank of dvddemux so that it's not used for mpeg playback.
35692
35693 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35694
35695         * configure.ac:
35696           save libs correctly when checking mad
35697
35698 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35699
35700         * ext/mad/gstid3tag.c: (plugin_init):
35701           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35702
35703 2004-04-13  David Schleef  <ds@schleef.org>
35704
35705         * common/m4/gst-feature.m4: Call -config scripts with
35706         --plugin-libs if it is supported.
35707         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35708         JPEG images are image/jpeg.
35709         * gst/debug/Makefile.am:
35710         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35711         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35712         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35713         (gst_negotiation_plugin_init): Add a property that acts like
35714         filter caps.
35715         * testsuite/gst-lint:  Move license checking to be a standard
35716         test.
35717
35718 2004-04-13  David Schleef  <ds@schleef.org>
35719
35720         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35721         patch from Sebastien Cote (bug #139958)
35722
35723 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35724
35725         * examples/gstplay/Makefile.am:
35726         * examples/gstplay/player.c: (main):
35727           make the commandline player example use gconf settings
35728
35729 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35730
35731         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35732         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35733         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35734           init/end library during state transition, not object
35735           creation/disposal.  get rid of custom dispose handler.
35736
35737
35738 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35739
35740         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35741         be a symlink
35742
35743 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35744
35745         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35746           Handle JUNK chunks inside data section. Prevents warnings.
35747
35748 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35749
35750         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35751         (gst_riff_create_video_template_caps):
35752           Add MS video v1.
35753         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35754         (gst_avi_demux_stream_data):
35755           Add support for "rec-list" chunks.
35756
35757 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35758
35759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35760           Fix another codecname mismatch.
35761
35762 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35763
35764         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35765           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35766           so that MJPEG plays back.
35767
35768 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35769
35770         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35771         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35772         * gst/mpeg1videoparse/gstmp1videoparse.h:
35773           Fix for some slight mis-cuts in buffer parsing, and for some
35774           potential overflows or faults-causers. Adds disconts. Also fixes
35775           #139105 while we're at it.
35776
35777 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35778
35779         * configure.ac:
35780         * sys/v4l2/gstv4l2element.h:
35781           Workaround for missing struct v4l2_buffer declaration in Suse 9
35782           and Mandrake 10 linux/videodev2.h header file (#135919).
35783
35784 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35785
35786         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35787           Bail out if no filename was given.
35788
35789 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35790
35791         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35792         (gst_v4l2_fourcc_from_structure):
35793           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35794           Y41B somewhere).
35795
35796 2004-04-09  Benjamin Otte  <otte@gnome.org>
35797
35798         * ext/gnomevfs/gstgnomevfssink.c:
35799         (_gst_boolean_allow_overwrite_accumulator),
35800         (gst_gnomevfssink_class_init):
35801           fix erase signal - if any handler returns false the file will not be
35802           overwritten. If no handler is connected, the file will not be
35803           overwritten either.
35804           renamed signal to "allow-overwrite"
35805         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35806           free string when adding it to ID3 failed
35807         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35808           unref event when done
35809         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35810           free caps
35811         * gst/typefind/gsttypefindfunctions.c:
35812         (mpeg_video_stream_type_find):
35813           fix invalid read
35814
35815 2004-04-08  David Schleef  <ds@schleef.org>
35816
35817         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35818         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
35819
35820 2004-04-08  David Schleef  <ds@schleef.org>
35821
35822         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
35823         we don't support (bug #139532)
35824
35825 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35826
35827         * ext/mad/gstmad.c: (gst_mad_handle_event),
35828         (gst_mad_check_caps_reset), (gst_mad_chain),
35829         (gst_mad_change_state):
35830           only set explicit caps if they haven't been set before for
35831           this stream.  MPEG-audio sample rate/channels aren't allowed
35832           to change in-stream.
35833           Fixes #139382
35834
35835 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35836
35837         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
35838         (_gst_boolean_did_something_accumulator),
35839         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
35840         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
35841         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
35842         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
35843         (gst_gnomevfssink_change_state):
35844           Fix erase signal. Don't erase by default. Remove handoff signal.
35845           Remove erase property. Don't segfault. General cleanup.
35846
35847 2004-04-07  Benjamin Otte  <otte@gnome.org>
35848
35849         * gst-libs/gst/gconf/test-gconf.c: (main):
35850           add missing gst_init
35851
35852 2004-04-07  Benjamin Otte  <otte@gnome.org>
35853
35854         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35855           free the mutexes, too
35856
35857 2004-04-07  Benjamin Otte  <otte@gnome.org>
35858
35859         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35860           actually free the URI string
35861         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
35862           compute offset correctly when passing discont events
35863         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35864           don't leak discont events
35865         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35866           add some missing breaks so caps aren't copied randomly
35867         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
35868           if we realloc memory, we better use it
35869
35870 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35871
35872         * ext/mad/gstmad.c: (normal_seek):
35873           fix GST_FORMAT_TIME usage
35874
35875 2004-04-05  David Schleef  <ds@schleef.org>
35876
35877         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
35878         a deprecated function (hack!)
35879
35880 2004-04-05  Benjamin Otte  <otte@gnome.org>
35881
35882         * ext/esd/esdmon.c: (gst_esdmon_get):
35883           fix nonterminated vararg and memleak
35884
35885 2004-04-05  Benjamin Otte  <otte@gnome.org>
35886
35887         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
35888         (gst_ladspa_init), (gst_ladspa_force_src_caps),
35889         (gst_ladspa_set_property), (gst_ladspa_get_property),
35890         (gst_ladspa_instantiate), (gst_ladspa_activate),
35891         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
35892           clean up debugging
35893
35894 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
35895
35896         reviewed by Benjamin Otte  <otte@gnome.org>
35897
35898         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
35899           check for broken LADSPA parameters (fixes #138635)
35900
35901 2004-04-05  Benjamin Otte  <otte@gnome.org>
35902
35903         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
35904           advertise buffer-frames correctly on sinkpads
35905
35906 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35907
35908         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
35909         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
35910         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
35911         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
35912         (gst_mad_check_caps_reset), (gst_mad_chain):
35913         add more debugging, only reset caps when we're not in error state
35914
35915 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35916
35917         * ext/mad/gstmad.c: add debugging category, comment + cleanups
35918
35919 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35920
35921         reviewed by Benjamin Otte  <otte@gnome.org>
35922
35923         * configure.ac:
35924           fix == in test(1) operator
35925
35926 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35927
35928         reviewed by Benjamin Otte  <otte@gnome.org>
35929
35930         * configure.ac:
35931           fix --export-symblos-regex to a working regex.
35932
35933 2004-04-04  Benjamin Otte  <otte@gnome.org>
35934
35935         * sys/oss/.cvsignore:
35936           add for oss_probe
35937
35938 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
35939
35940         reviewed by Benjamin Otte  <otte@gnome.org>
35941
35942         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35943           add missing 'new_media' argument (fixes #138168)
35944         * gst/matroska/matroska-demux.c:
35945         (gst_matroska_demux_handle_seek_event):
35946           add vararg terminator (fixes #138169)
35947
35948 2004-04-02  David Schleef  <ds@schleef.org>
35949
35950         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
35951         disted (bug #138914)
35952
35953 2004-04-01  Benjamin Otte  <otte@gnome.org>
35954
35955         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
35956         (gst_alsa_close_audio):
35957           handle case better where a soundcard can't pause
35958         * ext/ogg/gstoggdemux.c:
35959           don't crash when we get events but don't have pads yet
35960
35961 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35962
35963         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
35964           throw an error if we couldn't probe any caps.
35965
35966 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
35967
35968         * ext/dvdnav/gst-dvd:
35969         Add a really simple sample DVD player
35970
35971 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
35972
35973         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
35974         (gst_a52dec_push), (gst_a52dec_handle_event),
35975         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
35976         (gst_a52dec_change_state):
35977         * ext/a52dec/gsta52dec.h:
35978           Use a debug category, Output timestamps correctly
35979           Emit tag info, Handle events, tell liba52dec about cpu
35980           capabilities so it can use MMX etc.
35981         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
35982           Fix a crasher accessing invalid memory
35983         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
35984         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
35985         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
35986         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
35987         (dvdnavsrc_query):
35988           Some support for byte-format seeking.
35989           Small fixes for still frames and menu button overlays
35990         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35991         (gst_mpeg2dec_alloc_buffer):
35992           Use a debug category. Adjust the report level of several items to
35993           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
35994           so it doesn't lose the GstBuffer pointer
35995         * gst/debug/Makefile.am:
35996         * gst/debug/gstdebug.c: (plugin_init):
35997         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
35998         (gst_navseek_base_init), (gst_navseek_class_init),
35999         (gst_navseek_init), (gst_navseek_seek),
36000         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36001         (gst_navseek_get_property), (gst_navseek_chain),
36002         (gst_navseek_plugin_init):
36003         * gst/debug/gstnavseek.h:
36004           Add the navseek debug element for seeking back and forth in a
36005           video stream using arrow keys.
36006         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36007         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36008         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36009         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36010         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36011         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36012         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36013         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36014         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36015         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36016         * gst/mpeg2sub/gstmpeg2subt.h:
36017           Pretty much a complete rewrite. Now a loopbased element. May still
36018           require work to properly synchronise subtitle buffers.
36019         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36020         (gst_dvd_demux_send_subbuffer):
36021         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36022           Don't attempt to create subbuffers of size 0
36023           Reduce a couple of error outputs to warnings.
36024         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36025         (gst_y4mencode_chain):
36026         Output the y4m frame header correctly.
36027
36028 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36029
36030         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36031           throw errors instead of allowing SIGFPE
36032
36033 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36034
36035         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36036         (gst_gconf_render_bin_from_key):
36037           leak plugging and style fixing
36038
36039 2004-03-31  David Schleef  <ds@schleef.org>
36040
36041         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36042         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36043         (bug #138225)
36044         * gst/debug/Makefile.am:
36045         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36046         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36047         plugin.
36048         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36049         (gst_negotiation_base_init), (gst_negotiation_class_init),
36050         (gst_negotiation_init), (gst_negotiation_getcaps),
36051         (gst_negotiation_pad_link), (gst_negotiation_chain),
36052         (gst_negotiation_set_property), (gst_negotiation_get_property),
36053         (gst_negotiation_plugin_init):  New element to talk about random
36054         negotiation things happening in a pipeline.
36055
36056 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36057
36058         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36059           fix integer addition with help of Stefan Kost
36060
36061 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36062
36063         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36064
36065 2004-03-30  David Schleef  <ds@schleef.org>
36066
36067         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36068         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36069         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36070         (bug #137504)
36071         * ext/mpeg2dec/gstmpeg2dec.h:
36072
36073 2004-03-30  David Schleef  <ds@schleef.org>
36074
36075         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36076
36077 2004-03-30  David Schleef  <ds@schleef.org>
36078
36079         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36080         Michael Petullo) to handle .mov
36081
36082 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36083
36084         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36085         (gst_osselement_rate_check_rate):
36086           probe caps correctly for sound cards that only support one format
36087
36088 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36089
36090         * ext/kio/kiosrc.cpp: (process_events):
36091           update handling event processing if inside KDE - untested
36092
36093 2004-03-29  David Schleef  <ds@schleef.org>
36094
36095         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36096         by 2 to not interfere with other colorspaces.
36097         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36098         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36099         one to not interfere with ffmpeg_colorspace.
36100
36101 2004-03-29  David Schleef  <ds@schleef.org>
36102
36103         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36104         aren't in the caps.
36105         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36106         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36107
36108 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36109
36110         * gst-libs/gst/riff/riff-media.c:
36111           fail on error, don't try to set stuff on NULL caps
36112
36113 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36114
36115         * configure.ac:
36116         * ext/Makefile.am:
36117         * ext/kio/Makefile.am:
36118         * ext/kio/kioreceiver.cpp:
36119         * ext/kio/kioreceiver.h:
36120         * ext/kio/kiosrc.cpp:
36121         * ext/kio/kiosrc.h:
36122           add experimental kiosrc plugin
36123         * ext/alsa/gstalsaplugin.c: (plugin_init):
36124           initialize debugging category only when we're sure registering the
36125           plugins worked.
36126
36127 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36128
36129         * examples/gstplay/player.c: (main):
36130         * gst-libs/gst/play/play.c: (gst_play_class_init),
36131         (gst_play_set_location), (gst_play_set_data_src),
36132         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36133         (gst_play_set_visualization), (gst_play_connect_visualization):
36134           check return values of element_set_state and return FALSE where
36135           failed
36136
36137 2004-03-29  Benjamin Otte  <otte@gnome.org>
36138
36139         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36140           try harder to check if an event is really a discont
36141
36142 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36143
36144         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36145         * po/az.po:
36146
36147 2004-03-28  Benjamin Otte  <otte@gnome.org>
36148
36149         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36150         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36151         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36152           get rid of non-standard "..." ranges in case statements.
36153
36154 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36155
36156         * gst/mpegstream/gstmpegdemux.c:
36157         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36158         specific functionality split to the new dvddemux element.
36159         * gst/mpegstream/gstdvddemux.c:
36160         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36161         streams, derived from mpegdemux.
36162         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36163         up. SCR based timestamp rewriting can be turned off (will probably
36164         completely disappear soon).
36165         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36166         hacking. General cleanup. All printf statements replaced by
36167         debugging messages. Almost complete libdvdnav support.
36168         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36169         by events. New properties for audio and subpicture languages.
36170         (dvdnavsrc_update_highlight): Now uses events.
36171         (dvdnavsrc_user_op): Cleaned up.
36172         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36173         based). Lots of cleanup, and propper support for most libdvdnav
36174         events.
36175         (dvdnavsrc_make_dvd_event): New function.
36176         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36177         (dvdnavsrc_make_clut_change_event): New function.
36178
36179 2004-03-26  Benjamin Otte  <otte@gnome.org>
36180
36181         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36182           fix bug where typefinding would claim it's theora whenever less then
36183           7 bytes of data were available
36184
36185 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36186
36187         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36188         (gst_alawdec_base_init), (gst_alawdec_class_init),
36189         (gst_alawdec_init), (gst_alawdec_chain):
36190         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36191         (gst_alawenc_base_init), (gst_alawenc_class_init),
36192         (gst_alawenc_init), (gst_alawenc_chain):
36193         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36194         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36195         (gst_mulawdec_init), (gst_mulawdec_chain):
36196         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36197         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36198         (gst_mulawenc_init), (gst_mulawenc_chain):
36199           Fix capsnego in all four, remove the unused property functions and
36200           simplify the chain functions slightly. I guess we could use macros
36201           or something similar for those, since the code is so similar, but
36202           I'm currently too lazy...
36203
36204 2004-03-24  David Schleef  <ds@schleef.org>
36205
36206         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36207         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36208         (gst_osselement_get_format_structure),
36209         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36210         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36211         (gst_osselement_rate_int_compare): Add code to handle rate probing
36212         (bug #120883)
36213         * sys/oss/gstosselement.h: same
36214         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36215         Use rate probing provided by osselement.
36216         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36217
36218 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36219
36220         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36221         (gst_xvidenc_get_property):
36222           ulong/int mess-up.
36223
36224 2004-03-24  David Schleef  <ds@schleef.org>
36225
36226         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36227         (gst_speexdec_init):
36228         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36229         (gst_speexenc_init):  Create the pad template correctly (from
36230         the static pad template, not a NULL pointer.)
36231
36232 2004-03-25  Benjamin Otte  <otte@gnome.org>
36233
36234         * gst/debug/Makefile.am:
36235         * gst/debug/breakmydata.c:
36236           add element that quasi-randomly changes bytes in the stream.
36237           Intended use is robustness checking of demuxers and decoders in
36238           media tests.
36239
36240 2004-03-24  Benjamin Otte  <otte@gnome.org>
36241
36242         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36243         (gst_alsa_probe_hw_params):
36244         * ext/alsa/gstalsa.h:
36245           debugging output fixes
36246
36247 2004-03-24  Benjamin Otte  <otte@gnome.org>
36248
36249         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36250           don't g_return_if_fail if element is PLAYING, fail silently as every
36251           other element.
36252         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36253           only fix needed for cast lvalue issues in gst-plugins
36254         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36255           add proxy_getcaps
36256
36257 2004-03-24  Benjamin Otte  <otte@gnome.org>
36258
36259         * gst/level/gstlevel.c: (gst_level_init):
36260           add proxying getcaps function, so level doesn't advertise impossible
36261           caps
36262
36263 2004-03-24  David Schleef  <ds@schleef.org>
36264
36265         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36266         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36267         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36268         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36269         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36270         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36271         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36272         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36273         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36274         messages.  Divide the chunk size by the compression ratio
36275         (needed for MACE audio)
36276
36277 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36278
36279         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36280           Fix buffer overflow read error.
36281
36282 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36283
36284         * ext/alsa/gstalsa.h:
36285           Remove unused entry.
36286         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36287           Add cinepak.
36288         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36289         (gst_videodrop_link), (gst_videodrop_chain):
36290           Fix, sort of. Was horribly broken with new capsnego. Bah...
36291
36292 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36293
36294         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36295         (plugin_init):
36296         Add a monkeysaudio typefind function
36297
36298 2004-03-23  Johan Dahlin  <johan@gnome.org>
36299
36300         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36301         (gst_play_video_fixate): Check so the structure has the field
36302         before trying to fixate them, this makes it possible to have
36303         fakesinks for video and audio output without printing errors on
36304         the output console.
36305
36306 2004-03-22  David Schleef  <ds@schleef.org>
36307
36308         * sys/oss/Makefile.am:
36309         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36310         (check_rate), (add_rate):  Rate probing test app.
36311
36312 2004-03-21  Benjamin Otte  <otte@gnome.org>
36313
36314         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36315         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36316           add a fixation function that pretty much does the right thing (fixes
36317           #137556)
36318
36319 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36320
36321         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36322
36323 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36324
36325         reviewed by: Benjamin Otte  <otte@gnome.org>
36326
36327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36328           terminate gst_event_new_discontinuous correctly (fixes parts of
36329           #137711)
36330
36331 2004-03-19  David Schleef  <ds@schleef.org>
36332
36333         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36334         since it doesn't depend on X, and it's part of our ABI.
36335
36336 2004-03-19  Iain <iain@prettypeople.org>
36337
36338         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36339         is_int in the structure, not the local variable.
36340
36341 2004-03-19  David Schleef  <ds@schleef.org>
36342
36343         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36344         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36345         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36346         Improvements in caps negotiation.
36347
36348 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36349
36350         * po/LINGUAS:
36351         * po/af.po:
36352           adding Afrikaans (Petri Jooste)
36353
36354 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36355
36356         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36357         (gst_ffmpegcolorspace_chain):
36358         throw error instead of g_critical (#137588)
36359
36360 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36361
36362         * Makefile.am:
36363         * configure.ac:
36364           dist common and m4 correctly
36365         * po/sv.po:
36366
36367 2004-03-17  David Schleef  <ds@schleef.org>
36368
36369         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36370         (bug #137348)
36371
36372 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36373
36374         * po/LINGUAS:
36375         * po/sv.po:
36376           adding Swedish translation (Christian Rose)
36377
36378 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36379
36380         * Makefile.am: use release.mak
36381
36382 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36383
36384         * common/ChangeLog:
36385         * common/gst-autogen.sh:
36386           add some explanation about the version detection
36387         * configure.ac:
36388           fix X check
36389
36390 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36391
36392         * configure.ac: bump nano to 1
36393
36394 === release 0.8.0 ===
36395
36396 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36397
36398         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36399
36400 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36401
36402         * configure.ac:
36403           update libtool version
36404         * gst-libs/gst/media-info/Makefile.am:
36405           actually use libtool version
36406
36407 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36408
36409         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36410
36411 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36412
36413         * configure.ac:
36414         * gst-plugins.spec.in:
36415         * pkgconfig/Makefile.am:
36416         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36417         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36418         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36419         * pkgconfig/gstreamer-libs.pc.in:
36420         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36421         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36422         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36423         * pkgconfig/gstreamer-plugins.pc.in:
36424           remove @VERSION@ from some of the pc files since core and plugins
36425           are decoupled.
36426           created gstreamer-plugins.pc as it's a better name, but keeping
36427           -libs around for now to get fixes upstream done first.
36428
36429 2004-03-15  Julien MOUTTE <julien@moutte.net>
36430
36431         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36432         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36433         * gst-libs/gst/play/play.h:
36434
36435 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36436
36437         * *.c, *.cc: don't mix tabs and spaces
36438
36439 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36440
36441         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36442           use the new ffmpegcolorspace
36443         * gst-plugins.spec.in:
36444           package new colorspace and media-info
36445         * configure.ac:
36446         * pkgconfig/Makefile.am:
36447           fix some more disting issues
36448         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36449         * pkgconfig/gstreamer-media-info.pc.in:
36450           generate media-info pc files
36451
36452 2004-03-15  Johan Dahlin  <johan@gnome.org>
36453
36454         * *.h: Revert indenting
36455
36456 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36457
36458         * configure.ac:
36459           adding ffmpegcolorspace element
36460         * gst/ffmpegcolorspace/Makefile.am:
36461         * gst/ffmpegcolorspace/avcodec.h:
36462         * gst/ffmpegcolorspace/common.h:
36463         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36464         * gst/ffmpegcolorspace/dsputil.h:
36465         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36466         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36467         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36468         (gst_ffmpeg_caps_to_pix_fmt):
36469         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36470         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36471         (gst_ffmpegcolorspace_caps_remove_format_info),
36472         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36473         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36474         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36475         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36476         (gst_ffmpegcolorspace_set_property),
36477         (gst_ffmpegcolorspace_get_property),
36478         (gst_ffmpegcolorspace_register):
36479         * gst/ffmpegcolorspace/imgconvert.c:
36480         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36481         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36482         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36483         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36484         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36485         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36486         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36487         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36488         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36489         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36490         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36491         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36492         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36493         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36494         (img_get_alpha_info), (deinterlace_line),
36495         (deinterlace_line_inplace), (deinterlace_bottom_field),
36496         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36497         * gst/ffmpegcolorspace/imgconvert_template.h:
36498         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36499         * gst/ffmpegcolorspace/mmx.h:
36500         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36501           adding ffmpegcolorspace element supplied by Ronald after cleaning
36502           up and pulling in the right bits of upstream source.
36503           I'm sure a better C/compiler wizard could do some cleaning up (for
36504           example use GLIB's malloc stuff), but as a first pass this
36505           works very well
36506
36507 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36508
36509         * ext/alsa/gstalsa.h:
36510           I assume Ronald forgot to commit the change to have cardname
36511           as a struct member.  Expect some public spanking at the next
36512           opportunity.
36513
36514 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36515
36516         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36517         (gst_alsa_open_audio), (gst_alsa_close_audio):
36518         * ext/alsa/gstalsa.c:
36519           Don't open the device if we're a mixer (= padless).
36520         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36521         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36522         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36523           Open mixer during state change rather than during object
36524           initialization. Also, get a device name. Currently in a somewhat
36525           hackish fashion, but I didn't really find something better.
36526
36527 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36528
36529         * *.c, *.h: run gst-indent
36530
36531 2004-03-14  Benjamin Otte  <otte@gnome.org>
36532
36533         * gst/modplug/gstmodplug.cc:
36534         * gst/modplug/gstmodplug.h:
36535           set correct timestamps on outgoing buffers
36536
36537 2004-03-14  Benjamin Otte  <otte@gnome.org>
36538
36539         * gst/modplug/gstmodplug.cc:
36540           handle events - don't do crap when a discont arrives that's not
36541           necessary
36542           This allows correct loading and playback of mods in Rhythmbox
36543
36544 2004-03-14  Benjamin Otte  <otte@gnome.org>
36545
36546         * configure.ac:
36547         * gst-libs/gst/gconf/Makefile.am:
36548         * pkgconfig/Makefile.am:
36549           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36550           they get rebuilt properly
36551         * configure.ac:
36552           when checking for vorbis, try pkgconfig first.
36553         * gst/modplug/gstmodplug.cc:
36554           add fixate function
36555
36556 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36557
36558         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36559           Fix for obvious mistake, where we first shift the offset and then
36560           read a samplesize element assuming the old offset. Note that this
36561           part still has something weird, i.e. my movies containing those
36562           don't actually play well, but at least there's something that looks
36563           like sound now.
36564
36565 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36566         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36567         (plugin_init):
36568         Add a typefind function for speex format
36569
36570 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36571
36572         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36573         (gst_asf_demux_setup_pad):
36574           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36575           instead of 0. Reason is simple: some elements have a fps range
36576           of 1-max instead of 0-max. So now ASF video actually works.
36577
36578 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36579
36580         * po/LINGUAS:
36581         * po/sr.po:
36582           adding serbian as a language
36583
36584 2004-03-13  Benjamin Otte  <otte@gnome.org>
36585
36586         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36587           return taglist correctly from _get function, don't gst_pad_push it.
36588           (fixes #137042)
36589
36590 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36591         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36592
36593 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36594
36595         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36596         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36597         (gst_alsa_mixer_track_new):
36598         * ext/alsa/gstalsamixertrack.h:
36599           Fix ancient leftovers... MixerTrack is a GObject.
36600
36601 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36602
36603         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36604         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36605           Don't block during probing...
36606
36607 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36608
36609         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36610         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36611         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36612         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36613         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36614         (gst_alsa_open_audio), (gst_alsa_close_audio):
36615         * ext/alsa/gstalsa.h:
36616           Add propertyprobe interface implementation, add some device-name
36617           property, all this so that it looks good in gnome-volume-control.
36618
36619 2004-03-12  David Schleef  <ds@schleef.org>
36620
36621         * configure.ac: the Hermes library controls hermescolorspace, not
36622         colorspace.
36623         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36624         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36625         not /* */
36626         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36627         * ext/sdl/sdlvideosink.h: ditto.
36628         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36629
36630 2004-03-12  Benjamin Otte  <otte@gnome.org>
36631
36632         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36633         (gst_x_overlay_got_xwindow_id):
36634         * gst-libs/gst/xoverlay/xoverlay.h:
36635           replace XID with unsigned long to get rid of the xlibs dependency in
36636           XOverlay (fixes #137004)
36637
36638 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36639         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36640         (gst_agingtv_setup):
36641         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36642         (gst_dicetv_base_init), (gst_dicetv_class_init),
36643         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36644         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36645         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36646         (gst_edgetv_setup), (gst_edgetv_rgb32):
36647         * gst/effectv/gsteffectv.c:
36648         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36649         (gst_quarktv_set_property):
36650         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36651         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36652         (gst_revtv_setup), (gst_revtv_rgb32):
36653         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36654         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36655         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36656         (gst_shagadelictv_rgb32):
36657         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36658         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36659         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36660         * gst/effectv/gstwarp.c:
36661         Port everything that can be ported to videofilter and fix up the caps.
36662         Can someone with a big-endian machine please check these?
36663
36664 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36665
36666         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36667         (gst_osssink_chain), (gst_osssink_change_state):
36668           Latest fixes for A/V sync, audio playback and such. This is about
36669           all... MPEG playback issues are mostly related to the async build-
36670           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36671
36672 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36673
36674         patch from: Stephane Loeuillet
36675
36676         * configure.ac:
36677           use pkg-config for some libraries, falling back to the old .m4 way
36678           (fixes #131270)
36679         * m4/libdv.m4:
36680           removed
36681
36682 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36683
36684         * configure.ac:
36685         * tools/Makefile.am:
36686         * tools/Makefile.in:
36687         * tools/gst-launch-ext-m.m:
36688         * tools/gst-launch-ext.1.in:
36689         * tools/gst-visualise-m.m:
36690         * tools/gst-visualise.1:
36691         * tools/gst-visualise.1.in:
36692           reorganizing generation of script tools
36693
36694 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36695
36696         * ext/divx/gstdivxdec.c:
36697           Downgrade priority. We prefer ffdec_mpeg4.
36698         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36699         (gst_faad_chain), (gst_faad_change_state):
36700           Fix capsnego. Doesn't work for some sounds because we don't have
36701           a 5:1 to stereo element.
36702         * ext/xvid/gstxvid.c: (plugin_init):
36703           Add priority.
36704         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36705         (gst_osssink_change_state):
36706           Add discont handling.
36707
36708 2004-03-09  Colin Walters  <walters@verbum.org>
36709
36710         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36711         conversion.
36712
36713 2004-03-09  Benjamin Otte  <otte@gnome.org>
36714
36715         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36716           the signals take 2 arguments
36717
36718 2004-03-09  David Schleef  <ds@schleef.org>
36719
36720         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36721         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36722         * ext/alsa/gstalsa.h:
36723         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36724
36725 2004-03-09  Benjamin Otte  <otte@gnome.org>
36726
36727         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36728         (gst_mikmod_change_state):
36729         * ext/mikmod/gstmikmod.h:
36730           make mikmod's loop function not loop infinitely and call
36731           gst_element_yield anymore
36732         * gst/modplug/gstmodplug.cc:
36733           fix pad negotiation (fixes #136590)
36734
36735 2004-03-09  David Schleef  <ds@schleef.org>
36736
36737         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36738         doesn't conflict with the internal colorspace plugin.
36739         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36740         satisfy the crappy-ass shell shipped by a certain vendor.
36741         * gst/videofilter/make_filter: same (bug #135299)
36742
36743 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36744
36745         * configure.ac: bump nano to 1
36746
36747 === release 0.7.6 ===
36748
36749 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36750
36751         * configure.in: releasing 0.7.6, "There"
36752
36753 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36754
36755         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36756         * pkgconfig/gstreamer-play.pc.in:
36757           synchronize the two
36758
36759 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36760
36761         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36762         (cdparanoia_open), (cdparanoia_event):
36763           fix/add error handling
36764         * po/POTFILES.in:
36765           add cdparanoia source
36766         * tools/Makefile.am:
36767           make scripts executable
36768
36769 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36770
36771         * configure.ac:
36772         * ext/vorbis/Makefile.am:
36773         * sys/Makefile.am:
36774           remove id3types, vorbisfile and xvideosink from the build (#133783)
36775
36776 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36777
36778         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36779           Fix metadata read crash (#136537).
36780
36781 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36782
36783         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36784         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36785           adding mime types, fixing the one-stop function
36786
36787 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36788
36789         * ext/nas/nassink.c and /ext/nas/nassink.h:
36790         More NAS love from Arwed von Merkatz
36791         So lets all sing 'Can you feel the NAS tonight'
36792
36793 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36794
36795         * tools/gst-launch-ext.in:
36796         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36797
36798 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36799
36800         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36801         (gst_mpeg2dec_init):
36802         remove the user_data pad for now, because it is being used in
36803         fixating causing MPEG playback to fixate on 1000 Hz for playback.
36804         If someone knows how to fix this properly, please do.
36805
36806 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36807
36808         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36809         (gst_osssink_get_time):
36810         add a warning, IMO this won't get triggered anymore, remove later
36811
36812 2004-03-07  David Schleef  <ds@schleef.org>
36813
36814         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
36815         format (bug #136470)
36816
36817 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36818
36819         * gst-libs/Makefile.am:
36820         * gst-libs/gst/media-info/Makefile.am:
36821         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
36822         (error_callback), (gst_media_info_error_create),
36823         (gst_media_info_error_element), (gmip_init), (gmip_reset),
36824         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
36825         * gst-libs/gst/media-info/media-info-priv.h:
36826         * gst-libs/gst/media-info/media-info-test.c: (main):
36827         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
36828         (gst_media_info_class_init), (gst_media_info_instance_init),
36829         (gst_media_info_set_source), (gst_media_info_read_with_idler),
36830         (gst_media_info_read_idler), (gst_media_info_read):
36831         * gst-libs/gst/media-info/media-info.h:
36832         fixed, should work now
36833
36834 2004-03-07  Christian Schaller <Uraeus@gnome.org>
36835
36836         * ext/nas/nassink.c:
36837         A bunch of NAS fixes from Arwed von Merkatz
36838
36839 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36840
36841         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
36842         (qtdemux_parse_trak):
36843           Fix crash (j might be greater than n_samples, in which case we're
36844           writing outside the allocated space for the array) and memleak.
36845
36846 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36847
36848         * sys/oss/gstosssink.c: (gst_osssink_chain):
36849           And another caller that couldn't handle delay < 0 (unsigned
36850           integer overflow). Video now continues playing on an audio
36851           buffer underrun, and the clock continues working. Audio still
36852           stalls.
36853
36854 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36855
36856         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36857         (gst_osssink_get_time):
36858           get_delay() may return values lower than 0. In those cases, we
36859           should not actually cast to *unsigned* int64, that will break
36860           stuff horribly. In my case, it screwed up A/V sync in movies
36861           in totem rather badly.
36862
36863 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36864
36865         * ext/faac/gstfaac.c: (gst_faac_chain):
36866         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36867         * ext/libpng/gstpngenc.c: (user_write_data):
36868         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36869         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
36870         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
36871         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36872         Fix several misuse of gst_buffer_merge (it doesn't take ownership
36873         of any buffer), should fix some leaks. I hope I didn't unref buffers
36874         that shouldn't be...
36875
36876 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36877
36878         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
36879         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
36880         (error_callback), (gmi_reset), (gmi_seek_to_track),
36881         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
36882         (gmip_find_type_post), (gmip_find_stream_post),
36883         (gmip_find_track_streaminfo_post):
36884         * gst-libs/gst/media-info/media-info-priv.h:
36885         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
36886         (info_print), (main):
36887         * gst-libs/gst/media-info/media-info.c:
36888         (gst_media_info_error_create), (gst_media_info_error_element),
36889         (gst_media_info_instance_init), (gst_media_info_get_property),
36890         (gst_media_info_new), (gst_media_info_set_source),
36891         (gst_media_info_read_idler), (gst_media_info_read):
36892         * gst-libs/gst/media-info/media-info.h:
36893           first pass at making this work again.  This seems to work on
36894           tagged ogg/vorbis and mp3 files.
36895
36896 2004-03-06  Benjamin Otte  <otte@gnome.org>
36897
36898         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
36899           fix huge leak: gst_buffer_merge doesn't unref the first argument
36900           itself.
36901
36902 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36903
36904         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
36905           report layer/mode/emphasis
36906
36907 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36908
36909         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
36910
36911 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36912
36913         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
36914           signal serial
36915
36916 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36917
36918         * ext/vorbis/vorbis.c: (plugin_init):
36919         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
36920         (gst_vorbis_dec_init), (vorbis_dec_event):
36921         add debug category
36922         make vorbisdec handle _BYTE and _TIME queries
36923
36924 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36925
36926         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
36927           from the xing header
36928
36929 2004-03-06  Benjamin Otte  <otte@gnome.org>
36930
36931         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
36932         (gst_audio_convert_link), (gst_audio_convert_change_state),
36933         (gst_audio_convert_buffer_from_default_format):
36934           do conversions from/to float correctly, fix some caps nego errors,
36935           export correct supported caps in template and getcaps, use correct
36936           caps in try_set_caps functions
36937
36938 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36939
36940         For some reason, I only committed a ChangeLog entry yesterday and
36941         not the corresponding code...
36942         * ext/mad/gstmad.c: Fix detection of Xing headers
36943         * gst/tags/gstid3tag.c: Changes to support TLEN tags
36944
36945 2004-03-06  Benjamin Otte  <otte@gnome.org>
36946
36947         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
36948         (gst_ogg_demux_src_query):
36949           make sure to handle the case where there's no current chain
36950           gracefully.
36951
36952 2004-03-05  David Schleef  <ds@schleef.org>
36953
36954         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
36955         Add fixate function. (bug #131128)
36956         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
36957         (gst_sdlvideosink_fixate):  Add fixate function.
36958         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36959         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
36960         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
36961         Fix missing break that was causing ulaw to be interpreted as
36962         raw int.
36963
36964 2004-03-05  David Schleef  <ds@schleef.org>
36965
36966         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36967         Fix code that ignores return value of gst_buffer_merge().
36968         (bug #114560)
36969         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
36970         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
36971         * testsuite/gst-lint:  Check for above.
36972
36973 2004-03-05  David Schleef  <ds@schleef.org>
36974
36975         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
36976         caps and throw an element error.  (bug #136334)
36977
36978 2004-03-05  David Schleef  <ds@schleef.org>
36979
36980         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
36981         (gst_faad_chain): Fix negotiation.
36982         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
36983         key and button events.
36984         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
36985         dung heap of code.
36986         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
36987         depends on gconf
36988         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
36989         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
36990         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
36991         function to encourage better negotiation, particularly between
36992         audioconvert and osssink.
36993         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
36994         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
36995         more important.
36996         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
36997         typefinding.
36998         * gst/vbidec/vbiscreen.c:  Add glib header
36999         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37000
37001 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37002
37003         * ext/mad/gstmad.c: Fix detection of Xing headers
37004         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37005
37006 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37007
37008         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37009         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37010           debug updates
37011
37012 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37013
37014         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37015         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37016         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37017         files, and report the parsed length as a GST_TAG_DURATION tag.
37018         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37019
37020 2004-03-05  Benjamin Otte  <otte@gnome.org>
37021
37022         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37023           convert channels correctly. convert correctly to unsigned.
37024
37025 2004-03-05  Julien MOUTTE <julien@moutte.net>
37026
37027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37028         we have a window before clearing it.
37029
37030 2004-03-05  Julien MOUTTE <julien@moutte.net>
37031
37032         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37033         have a window before clearing it.
37034
37035 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37036
37037         * gconf/gstreamer.schemas.in:
37038         * gst-libs/gst/gconf/Makefile.am:
37039           version installation path the same way as for 0.6
37040         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37041         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37042         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37043           remove comment that was fixed
37044
37045 2004-03-05  David Schleef  <ds@schleef.org>
37046
37047         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37048         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37049         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37050         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37051         Add prototype code for handling seeking and querying.
37052
37053 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37054
37055         * examples/gstplay/player.c: (main):
37056           Initialize variables to NULL. Prevents a segfault because the
37057           (uninitialized) variable is not NULL, resulting in a crash on
37058           trying to reach error->message.
37059
37060 2004-03-05  Benjamin Otte  <otte@gnome.org>
37061
37062         * gst/audioconvert/gstaudioconvert.c:
37063         (gst_audio_convert_buffer_to_default_format):
37064         make float=>int conversion work correctly even in cornercases.
37065
37066 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37067
37068         * debian/README.Debian:
37069         * debian/build-deps:
37070         * debian/changelog:
37071         * debian/control:
37072         * debian/control.in:
37073         * debian/copyright:
37074         * debian/gstreamer-a52dec.files:
37075         * debian/gstreamer-aa.files:
37076         * debian/gstreamer-alsa.files:
37077         * debian/gstreamer-alsa.manpages:
37078         * debian/gstreamer-arts.files:
37079         * debian/gstreamer-artsd.files:
37080         * debian/gstreamer-audiofile.files:
37081         * debian/gstreamer-avifile.files:
37082         * debian/gstreamer-cdparanoia.files:
37083         * debian/gstreamer-colorspace.files:
37084         * debian/gstreamer-doc.files:
37085         * debian/gstreamer-dv.files:
37086         * debian/gstreamer-dvd.files:
37087         * debian/gstreamer-esd.files:
37088         * debian/gstreamer-festival.files:
37089         * debian/gstreamer-flac.files:
37090         * debian/gstreamer-gconf.conffiles:
37091         * debian/gstreamer-gconf.files:
37092         * debian/gstreamer-gconf.postinst:
37093         * debian/gstreamer-gnomevfs.files:
37094         * debian/gstreamer-gsm.files:
37095         * debian/gstreamer-http.files:
37096         * debian/gstreamer-jack.files:
37097         * debian/gstreamer-jpeg.files:
37098         * debian/gstreamer-mad.files:
37099         * debian/gstreamer-mikmod.files:
37100         * debian/gstreamer-misc.files:
37101         * debian/gstreamer-mpeg2dec.files:
37102         * debian/gstreamer-oss.files:
37103         * debian/gstreamer-plugin-apps.files:
37104         * debian/gstreamer-plugin-apps.manpages:
37105         * debian/gstreamer-plugin-libs-dev.files:
37106         * debian/gstreamer-plugin-libs.files:
37107         * debian/gstreamer-plugin-template.postinst:
37108         * debian/gstreamer-plugin-template.postrm:
37109         * debian/gstreamer-sdl.files:
37110         * debian/gstreamer-sid.files:
37111         * debian/gstreamer-vorbis.files:
37112         * debian/gstreamer-x.files:
37113         * debian/mk.control:
37114         * debian/rules:
37115         Debian package info not maintained here.
37116
37117 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37118
37119         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37120         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37121         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37122         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37123         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37124         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37125         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37126         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37127         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37128         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37129         * gst-libs/gst/colorbalance/colorbalance.c:
37130         (gst_color_balance_class_init):
37131         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37132         (gst_color_balance_channel_class_init):
37133         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37134         * gst-libs/gst/play/play.c: (gst_play_class_init):
37135         * gst-libs/gst/propertyprobe/propertyprobe.c:
37136         (gst_property_probe_iface_init):
37137         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37138         * gst-libs/gst/tuner/tunerchannel.c:
37139         (gst_tuner_channel_class_init):
37140         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37141         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37142         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37143         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37144         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37145         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37146         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37147         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37148         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37149           fix signals to use - instead of _
37150         * ext/libcaca/gstcacasink.h:
37151         * ext/sdl/sdlvideosink.h:
37152           fix header rename
37153
37154 2004-03-04  David Schleef  <ds@schleef.org>
37155
37156         * testsuite/gst-lint:  Add a check for bad signal names.
37157
37158 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37159
37160         reviewed by David Schleef
37161
37162         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37163         modified the alpha channel and caused a warning. (bug #136192)
37164
37165 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37166
37167         * gst-plugins.spec.in:
37168         Change names of plugins to actually be correct. Try to keep things
37169         alphabetical to avoid getting beat up by Thomas
37170
37171 2004-03-03  Julien MOUTTE <julien@moutte.net>
37172
37173         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37174         Using ximagesink as a default if no gconf key found. We should
37175         probably consider using alsasink instead of osssink for the audio
37176         part.
37177
37178 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37179
37180         * configure.ac:
37181           fix --with-plugins, don't think it ever worked before
37182         * gst-plugins.spec.in:
37183           even more updates
37184
37185 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37186
37187         * ext/sdl/sdlvideosink.h:
37188         * sys/ximage/ximagesink.h:
37189         * sys/xvideo/xvideosink.h:
37190         * sys/xvimage/xvimagesink.h:
37191           Fix for move of gstvideosink.h -> videosink.h.
37192
37193 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37194
37195         * gst-libs/gst/xwindowlistener/Makefile.am:
37196           this is a plugin library, not a library
37197
37198 2004-03-01  David Schleef  <ds@schleef.org>
37199
37200         * AUTHORS:  Added some names.  Add yourself if you're still
37201         missing.
37202
37203 2004-03-01  David Schleef  <ds@schleef.org>
37204
37205         * MAINTAINERS: Add
37206
37207 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37208
37209         * gst-plugins.spec.in: clean up spec file
37210
37211 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37212
37213         * gst-libs/gst/video/Makefile.am:
37214         * gst-libs/gst/video/gstvideosink.c:
37215         * gst-libs/gst/video/gstvideosink.h:
37216           rename gstvideosink.h to videosink.h to match other headers
37217         * gst/mixmatrix/Makefile.am:
37218           fix plugin filename
37219         * gst/tags/Makefile.am: fix plugin filename
37220
37221 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37222
37223         * gst/tags/Makefile.am: fix plugin filename
37224
37225 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37226
37227         * examples/gstplay/player.c: (got_time_tick), (main):
37228           add error handler
37229           display time_tick more readably
37230         * gst/mixmatrix/Makefile.am:
37231           fix plugin file name
37232
37233 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37234
37235         * sys/oss/gstosselement.c: (gst_osselement_probe),
37236         (device_combination_append), (gst_osselement_class_probe_devices):
37237         * sys/oss/gstosselement.h:
37238           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37239           on my system using alsa oss emulation, fixes bug #135597
37240
37241 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37242
37243         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37244         (gst_videodrop_chain), (gst_videodrop_change_state):
37245         * gst/videodrop/gstvideodrop.h:
37246           Work based on timestamp of input data, not based on the expected
37247           framerate from the input. The consequence is that this element now
37248           not only scales framerates, but also functions as a framerate
37249           corrector or framerate stabilizer/constantizer.
37250
37251 2004-02-27  David Schleef  <ds@schleef.org>
37252
37253         patches from jmmv@menta.net (Julio M. Merino Vidal)
37254
37255         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37256         GST_ELEMENT_ERROR call (bug #135634)
37257         * gst/interleave/interleave.c: (interleave_buffered_loop),
37258         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37259         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37260         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37261         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37262         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37263         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37264         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37265         Fix GST_ELEMENT_ERROR call.
37266         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37267         GST_ELEMENT_ERROR call.
37268
37269 2004-02-27  Benjamin Otte  <otte@gnome.org>
37270
37271         * gst-libs/gst/audio/audio.h:
37272           add macro to make sure header isn't included twice
37273         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37274           don't use gst_buffer_free
37275         * gst/playondemand/filter.func:
37276           don't use gst_data_free. Free data only once.
37277
37278 2004-02-26  David Schleef  <ds@schleef.org>
37279
37280         * gst-libs/gst/colorbalance/Makefile.am:
37281         * gst-libs/gst/mixer/Makefile.am:
37282         * gst-libs/gst/tuner/Makefile.am:
37283         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37284         should not be disted, -marshal.h files should not be installed,
37285         and -enum.h files _should_ be installed.  Fix to make this the
37286         case.
37287
37288 === release 0.7.5 ===
37289
37290 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37291
37292         * configure.ac: release 0.7.5, "Under The Sea"
37293
37294 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37295
37296         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37297         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37298         * gst/videoscale/gstvideoscale.c:
37299         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37300           assorted debug/warning fixes
37301
37302 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37303
37304         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37305         (gst_videoscale_init), (gst_videoscale_chain),
37306         (gst_videoscale_set_property), (plugin_init):
37307         * gst/videoscale/gstvideoscale.h:
37308         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37309         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37310         (gst_videoscale_planar400), (gst_videoscale_packed422),
37311         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37312         (gst_videoscale_24bit), (gst_videoscale_16bit),
37313         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37314         (gst_videoscale_scale_plane_slow),
37315         (gst_videoscale_scale_point_sample),
37316         (gst_videoscale_scale_nearest),
37317         (gst_videoscale_scale_nearest_str2),
37318         (gst_videoscale_scale_nearest_str4),
37319         (gst_videoscale_scale_nearest_32bit),
37320         (gst_videoscale_scale_nearest_24bit),
37321         (gst_videoscale_scale_nearest_16bit):
37322         add debugging category and use it properly
37323         fix use of GST_PTR_FORMAT
37324
37325 2004-02-25  Andy Wingo  <wingo@pobox.com>
37326
37327         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37328         push only when channel->buffer is NULL. Prevents segfaults doing
37329         the state change after a nonlocal exit, like a scheme exception.
37330
37331         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37332         Handle the case where the intersected caps is empty.
37333
37334 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37335
37336         * gst/law/mulaw-decode.c: (mulawdec_link):
37337         * gst/law/mulaw.c: (plugin_init):
37338           fix mulawdec so it actually works again
37339
37340 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37341
37342         reviewed by: David Schleef  <ds@schleef.org>
37343
37344         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37345         (gst_gamma_init), (gst_gamma_set_property),
37346         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37347         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37348         for RGB, with separate r g and b correction factors. (#131167)
37349
37350 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37351
37352         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37353           only signal tags for bitrate if they're > 0 (#134894)
37354
37355 2004-02-24  David Schleef  <ds@schleef.org>
37356
37357         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37358         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37359         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37360         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37361         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37362         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37363         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37364         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37365         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37366         category.  Attempt to fix timestamp calculation.
37367
37368 2004-02-24  Johan Dahlin  <johan@gnome.org>
37369
37370         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37371
37372 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37373
37374         * configure.ac:
37375         * gconf/Makefile.am:
37376         * gconf/gstreamer.schemas:
37377         * gst-libs/gst/gconf/Makefile.am:
37378         * gst-libs/gst/gconf/gconf.c:
37379           version gconf schemas and install locations
37380
37381 2004-02-23  Benjamin Otte  <otte@gnome.org>
37382
37383         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37384         (gst_xine_input_subclass_init):
37385           call parent dispose.
37386           change pad template for CD reader correctly
37387         * ext/xine/Makefile.am:
37388         * ext/xine/gstxine.h:
37389         * ext/xine/xine.c: (plugin_init):
37390         * ext/xine/xineaudiosink.c:
37391           wrap audio sinks, too
37392         * gst-libs/gst/resample/private.h:
37393         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37394         (gst_resample_reinit), (gst_resample_scale),
37395         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37396         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37397         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37398         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37399         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37400         * gst-libs/gst/resample/resample.h:
37401         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37402         (gst_audioscale_class_init), (gst_audioscale_link),
37403         (gst_audioscale_get_buffer), (gst_audioscale_init),
37404         (gst_audioscale_chain), (gst_audioscale_set_property),
37405         (gst_audioscale_get_property):
37406         * gst/audioscale/gstaudioscale.h:
37407           s/resample_*/gst_resample_*/i to not clobber namespaces
37408
37409 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37410
37411         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37412         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37413         (gst_riff_create_video_template_caps),
37414         (gst_riff_create_audio_template_caps),
37415         (gst_riff_create_iavs_template_caps):
37416         * gst-libs/gst/riff/riff-media.h:
37417         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37418         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37419         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37420         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37421         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37422         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37423         (gst_matroska_demux_plugin_init): First batch implementing audio and
37424         video codec tags in demuxers.
37425
37426 2004-02-22  Benjamin Otte  <otte@gnome.org>
37427
37428         * ext/xine/Makefile.am:
37429         * ext/xine/gstxine.h:
37430         * ext/xine/xine.c: (plugin_init):
37431         * ext/xine/xineinput.c:
37432           add input plugin wrapper. Playback from files, http, mms and cdda
37433           works.
37434         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37435           remove leftover G_GNUC_UNUSED
37436         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37437         (gst_asf_demux_identify_guid):
37438           improve debugging output
37439
37440 2004-02-22  Benjamin Otte  <otte@gnome.org>
37441
37442         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37443
37444         * autogen.sh:
37445           replace test -e with test -x for mkinstalldirs to be more portable.
37446           (fixes #134816)
37447
37448 2004-02-22  Benjamin Otte  <otte@gnome.org>
37449
37450         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37451
37452         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37453           set rank to PRIMARY
37454         * gst/volume/gstvolume.c: (plugin_init):
37455           set rank to NONE
37456         fixes #134960
37457
37458 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37459
37460         reviewed by Benjamin Otte  <otte@gnome.org>
37461
37462         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37463           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37464
37465 2004-02-22  Benjamin Otte  <otte@gnome.org>
37466
37467         * configure.ac:
37468           export [_]*{gst,Gst,GST}.* symbols from plugins
37469
37470 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37471
37472         reviewed by: Benjamin Otte  <otte@gnome.org>
37473
37474         * ext/lame/gstlame.c: (add_one_tag):
37475         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37476         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37477         (gst_vorbisenc_metadata_set1):
37478         * gst/tags/gstid3tag.c:
37479         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37480           apply fixes from bugs #135042 (lame can't write tags) and #133817
37481           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37482
37483 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37484
37485         * configure.ac: Export only gst_plugin_desc from plugins.
37486          Note that this change only makes any effect with Linux using libtool
37487          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37488          fine. And don't try to have several versions of libtool in different
37489          directories.
37490
37491 2004-02-20  Andy Wingo  <wingo@pobox.com>
37492
37493         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37494         interleave respectively.
37495
37496         * gst/interleave/deinterleave.c: New plugin: deinterleave
37497         (replaces on oneton).
37498         * gst/interleave/interleave.c: New plugin: interleave.
37499         * gst/interleave/plugin.h: Support file.
37500         * gst/interleave/plugin.c: Support file.
37501
37502         * configure.ac: Remove intfloat and oneton, add interleave.
37503
37504         * ext/sndfile/gstsf.c: Handle events better.
37505
37506         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37507         and float2int operation. int2float has scheduling problems as
37508         noted in in2float_chain.
37509
37510 2004-02-20  Benjamin Otte  <otte@gnome.org>
37511
37512         * ext/xine/Makefile.am:
37513         * ext/xine/gstxine.h:
37514         * ext/xine/xine.c:
37515         * ext/xine/xineaudiodec.c:
37516         * ext/xine/xinecaps.c:
37517           add first version of xine plugin wrapper. Currently only wraps the
37518           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37519         * configure.ac:
37520         * ext/Makefile.am:
37521           add xine plugin wrapper, disabled by default. Use --enable-xine to
37522           build. Note that it'll segfault on gst-register if you don't remove
37523           the goom and tvtime post plugins from xine.
37524         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37525         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37526           add extradata parsing for QDM2.
37527           change around debugging prints.
37528
37529 2004-02-19  Benjamin Otte  <otte@gnome.org>
37530
37531         * ext/lame/gstlame.c: (gst_lame_chain):
37532         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37533           use gst_tag_list_insert when you want to insert tags
37534
37535 2004-02-18  David Schleef  <ds@schleef.org>
37536
37537         * configure.ac:  Move massink to gst-rotten
37538         * ext/Makefile.am:
37539         * ext/mas/Makefile.am:
37540         * ext/mas/massink.c:
37541         * ext/mas/massink.h:
37542
37543 2004-02-18  David Schleef  <ds@schleef.org>
37544
37545         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37546         typefinding, since it seems to be worse than nothing.
37547         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37548         atom to recognize .mp4 and .m4a files as video/quicktime.
37549
37550 2004-02-18  David Schleef  <ds@schleef.org>
37551
37552         * gst/sine/demo-dparams.c: (quit_live),
37553         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37554         Use double dparams, not float.
37555         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37556         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37557         sync'd elements don't really work correctly.
37558         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37559         (volume_update_volume), (volume_get_property):  Change dparam
37560         to double.
37561
37562 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37563
37564         * sys/ximage/ximagesink.c:
37565         (gst_ximagesink_xwindow_update_geometry),
37566         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37567         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37568         (gst_ximagesink_init): Rework the way software video scaling works. So
37569         now we check on each chain call if the video frames are feeling the
37570         window. If not we try to renegotiate caps. On failure we memorize that
37571         and we won't try again for that PLAYING sessions.
37572         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37573         failure.
37574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37575         synchronous flag.
37576
37577 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37578
37579         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37580           break up _link so we can give a better debug message for errors
37581
37582 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37583
37584         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37585           set up debug category
37586
37587 2004-02-18  Julien MOUTTE <julien@moutte.net>
37588
37589         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37590         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37591         the way renegotiation work. The event handling function is not taking
37592         care of external windows and renegotiate method check for pad flags
37593         NEGOTIATING. Should fix : #133209
37594
37595 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37596
37597         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37598         pad is negotiating before trying renegotiation.
37599
37600 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37601
37602         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37603           pass on all possible mime types as typefind hints
37604
37605 2004-02-17  Julien MOUTTE <julien@moutte.net>
37606
37607         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37609         possible SHM leak if we crash. All other apps using XShm are doing
37610         that.
37611
37612 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37613
37614         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37615         (gst_ximagesink_expose): Renegotiate size on expose.
37616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37617         size on expose.
37618
37619 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37620
37621         * testsuite/alsa/sinesrc.c:
37622           cosmetic fix to fix compile issue with gcc 2.95.4
37623
37624 2004-02-16  Julien MOUTTE <julien@moutte.net>
37625
37626         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37627         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37628         failed opening the audio device.
37629         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37630         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37631         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37632         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37633         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37634         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37635         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37636         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37637         Removing some useless g_return_if_fail like wingo suggested.
37638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37639         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37640         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37641         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37642         (gst_xvimagesink_update_colorbalance),
37643         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37644         (gst_xvimagesink_xcontext_clear),
37645         (gst_xvimagesink_get_fourcc_from_caps),
37646         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37647         (gst_xvimagesink_set_xwindow_id),
37648         (gst_xvimagesink_colorbalance_list_channels),
37649         (gst_xvimagesink_colorbalance_set_value),
37650         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37651         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37652
37653 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37654
37655         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37656           throw error when not negotiated instead of asserting
37657
37658 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37659
37660         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37661         correct data refcounting.
37662
37663 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37664
37665         * gst/switch/gstswitch.c: (gst_switch_change_state),
37666         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37667         change, mostly the EOS flag.
37668
37669 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37670
37671         * examples/gstplay/player.c: (got_eos), (main): Adding some
37672         output for debugging.
37673         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37674         timeouts if we go to any state different from PLAYING.
37675         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37676         more EOS bugs in riff lib.
37677
37678 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37679
37680         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37681         visualization until i find a way to fix switch correctly.
37682         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37683         EOS arrives.
37684         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37685         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37686         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37687         Reworked switch to get a more correct behaviour with events and refing
37688         of data stored in sinkpads.
37689         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37690         we don't pull from a pad in EOS.
37691
37692 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37693
37694         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37695           remove v1 tag even if we can't read it (makes sure we don't detect
37696           it again)
37697
37698 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37699
37700         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37701         (gst_alsa_xrun_recovery):
37702         * ext/alsa/gstalsa.h:
37703           try xrun recovery when wait failed. Make xrun recovery function
37704           return TRUE/FALSE to indicate success. (might fix #134354)
37705
37706 2004-02-13  David Schleef  <ds@schleef.org>
37707
37708         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37709         (dynparm_value_changed), (main): Convert from float to double.
37710         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37711
37712 2004-02-13  David Schleef  <ds@schleef.org>
37713
37714         * gst/silence/gstsilence.c: (gst_silence_class_init),
37715         (gst_silence_set_clock), (gst_silence_get),
37716         (gst_silence_set_property), (gst_silence_get_property):
37717         * gst/silence/gstsilence.h: Add sync property.
37718         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37719         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37720         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37721         * gst/sine/gstsinesrc.h: Add sync property.
37722
37723 2004-02-13  David Schleef  <ds@schleef.org>
37724
37725         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37726         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37727
37728 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37729
37730         * configure.ac:
37731         * ext/Makefile.am:
37732         * gst-libs/ext/Makefile.am:
37733           move ffmpeg plugin to gst-ffmpeg module
37734
37735 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37736
37737         * configure.ac: use GST_ARCH to detect architecture
37738
37739 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37740
37741         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37742
37743 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37744
37745         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37746           classify LADSPA plugins based on number of src/sink pads
37747           (#133663, Stefan Kost)
37748         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37749           fix dparams registration
37750           (#133528, Stefan Kost)
37751         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37752           fix use of isprint and use g_ascii_isprint instead
37753           (#133316, Stefan Kost)
37754
37755 2004-02-11  David Schleef  <ds@schleef.org>
37756
37757         Convert a few inner loops to use liboil.  This is currently
37758         optional, and is only enabled if liboil is present (duh!).
37759         * configure.ac: Check for liboil-0.1
37760         * gst/intfloat/Makefile.am:
37761         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37762         (gst_int2float_chain_gint16):
37763         * gst/videofilter/Makefile.am:
37764         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37765         (tablelookup_u8), (gst_videobalance_planar411):
37766         * gst/videotestsrc/Makefile.am:
37767         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37768         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37769         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37770         (paint_hline_RGB565), (paint_hline_xRGB1555):
37771
37772 2004-02-11  David Schleef  <ds@schleef.org>
37773
37774         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37775         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37776         (gst_colorspace_getcaps), (gst_colorspace_link),
37777         (gst_colorspace_base_init), (gst_colorspace_init),
37778         (gst_colorspace_chain), (gst_colorspace_change_state),
37779         (plugin_init): Merge Ronald's patch (bug #117897) and update
37780         for new caps and negotiation.  Seems to work, although it
37781         shows off bugs in lcs.
37782
37783 2004-02-11  David Schleef  <ds@schleef.org>
37784
37785         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37786         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37787
37788 2004-02-11  David Schleef  <ds@schleef.org>
37789
37790         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37791         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37792         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37793         Add server and port properties
37794
37795 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37796
37797         * m4/a52.m4:
37798         * m4/aalib.m4:
37799         * m4/as-ffmpeg.m4:
37800         * m4/as-liblame.m4:
37801         * m4/as-slurp-ffmpeg.m4:
37802         * m4/check-libheader.m4:
37803         * m4/esd.m4:
37804         * m4/freetype2.m4:
37805         * m4/gconf-2.m4:
37806         * m4/glib.m4:
37807         * m4/gst-alsa.m4:
37808         * m4/gst-artsc.m4:
37809         * m4/gst-ivorbis.m4:
37810         * m4/gst-matroska.m4:
37811         * m4/gst-sdl.m4:
37812         * m4/gst-shout2.m4:
37813         * m4/gst-sid.m4:
37814         * m4/gtk.m4:
37815         * m4/libdv.m4:
37816         * m4/libfame.m4:
37817         * m4/libmikmod.m4:
37818         * m4/ogg.m4:
37819         * m4/vorbis.m4:
37820           fix underquotedness of macros (#133800)
37821         * m4/as-avifile.m4:
37822         * m4/xmms.m4:
37823           removed because no longer used
37824
37825 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37826
37827         * configure.ac:
37828           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
37829           by autopoint (fixes #132996)
37830
37831 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37832
37833         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
37834         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
37835         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
37836         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
37837           fix memleaks
37838
37839 2004-02-11  David Schleef  <ds@schleef.org>
37840
37841         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
37842         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
37843         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
37844         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
37845         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
37846         (gst_jpegenc_class_init), (gst_jpegenc_init),
37847         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
37848         (gst_jpegenc_chain), (gst_jpegenc_set_property),
37849         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
37850         * ext/jpeg/gstjpegenc.h: Fix negotiation.
37851
37852 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37853
37854         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
37855         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
37856         * ext/mikmod/gstmikmod.h:
37857           fix caps negotiation in mikmod
37858         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
37859           output debug information
37860
37861 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37862
37863         * gst-libs/gst/colorbalance/Makefile.am:
37864         * gst-libs/gst/navigation/Makefile.am:
37865         * gst-libs/gst/xoverlay/Makefile.am:
37866           remove unused GST_OPT_CFLAGS from Makefiles
37867           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
37868
37869 2004-02-07  David Schleef  <ds@schleef.org>
37870
37871         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
37872         push events to pads that haven't been created (#133508)
37873
37874 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
37875
37876         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
37877         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
37878         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
37879         (gst_dvdec_loop), (gst_dvdec_change_state):
37880         Second attempt at committing a working dvdec element.
37881
37882 2004-02-06  David Schleef  <ds@schleef.org>
37883
37884         Build fixes for OS X: (see #129600)
37885         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
37886         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
37887         (gst_riff_read_strf_iavs):
37888         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
37889         (gst_avi_demux_stream_odml):
37890         * gst/playondemand/Makefile.am:
37891         * gst/rtp/rtp-packet.c:
37892
37893 2004-02-05  David Schleef  <ds@schleef.org>
37894
37895         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
37896         last change, because it Just Doesn't Compile.
37897
37898 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37899
37900         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37901           skip undecodable id3v2 tag instead of keeping it
37902
37903 2004-02-05  David Schleef  <ds@schleef.org>
37904
37905         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37906         Unref leaked buffer.  (Noticed by Ronald)
37907
37908 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
37909
37910         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37911         Sync requires with other checks.  >= vs =.
37912
37913 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
37914
37915         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
37916         (gst_dvdec_video_link), (gst_dvdec_loop):
37917         * ext/dv/gstdvdec.h:
37918           rework the caps negotiation so that dvdec works again instead
37919           of just segfaulting.
37920
37921 === release 0.7.4 ===
37922
37923 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37924
37925         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
37926         * configure.ac: changed for release
37927
37928 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37929
37930         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
37931         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37932         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37933         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37934           reworked patch by David Lehn to fix libdir and includedir for
37935           uninstalled libraries
37936           removed play and gconf from gstreamer-libs since they have their
37937           own pkgconfig files
37938
37939 2004-02-04  David Schleef  <ds@schleef.org>
37940
37941         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
37942         memleak.
37943
37944 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37945
37946         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37947           use correct GST_TAG_ENCODER tag
37948
37949 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37950
37951         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
37952           be sure to stop the clock when going to paused
37953         * sys/oss/gstosssink.c: (gst_osssink_change_state):
37954           reset number of transmitted when going to ready.
37955         fixes #132935
37956
37957 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
37958
37959         reviewed by Benjamin Otte
37960
37961         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37962           extract track count (fixes #133410)
37963
37964 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37965
37966         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
37967           that should be !=, not == (fixes #132519)
37968
37969 2004-02-04  David Schleef  <ds@schleef.org>
37970
37971         Make sure set_explicit_caps() is called before adding pad.
37972         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
37973         * gst/id3/gstid3types.c: (gst_id3types_loop):
37974         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
37975         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37976
37977 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37978
37979         * configure.ac:
37980           bump nano to 2, first prerelease
37981           put back AM_PROG_LIBTOOL
37982
37983 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37984
37985         * testsuite/alsa/Makefile.am:
37986           these are user test apps, not automatic testsuite tests
37987
37988 2004-02-04  David Schleef  <ds@schleef.org>
37989
37990         Convert GST_DEBUG_CAPS() to GST_DEBUG():
37991         * gst/mpeg1videoparse/gstmp1videoparse.c:
37992         (mp1videoparse_parse_seq):
37993         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37994         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
37995         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
37996         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
37997         (gst_xvideosink_getcaps):
37998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
37999         * testsuite/gst-lint: more tests
38000
38001 2004-02-04  David Schleef  <ds@schleef.org>
38002
38003         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38004         with the code that they would expand to.
38005         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38006         (gst_flacdec_get_src_query_types),
38007         (gst_flacdec_get_src_event_masks):
38008         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38009         (gst_gnomevfssrc_get_query_types),
38010         (gst_gnomevfssrc_get_event_mask):
38011
38012 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38013
38014         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38015         (gst_sinesrc_dispose):
38016           fix memleak by properly disposing sinesrc
38017
38018 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38019
38020         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38021         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38022         an overlay to redraw the image because it has been exposed.
38023         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38024         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38025         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38026         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38027         interface
38028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38029         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38030         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38031         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38032         interface
38033
38034 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38035
38036         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38037           more memleak fixage
38038
38039 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38040
38041         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38042         * gst/typefind/gsttypefindfunctions.c:
38043           fix memleaks shown by gst-typefind
38044
38045 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38046
38047         * common/glib-gen.mak:
38048           add hack rule to touch .Plo files
38049         * gst-libs/gst/colorbalance/Makefile.am:
38050         * gst-libs/gst/mixer/Makefile.am:
38051         * gst-libs/gst/play/Makefile.am:
38052         * gst-libs/gst/tuner/Makefile.am:
38053           remove glib_root variable
38054
38055 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38056
38057         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38058           set explicit caps before adding the element, so the autopluggers can
38059           plug correctly.
38060         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38061         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38062         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38063         (dv_type_find):
38064           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38065           argument.
38066
38067 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38068
38069         * gst-libs/gst/colorbalance/Makefile.am:
38070         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38071         * gst-libs/gst/colorbalance/colorbalance.c:
38072         * gst-libs/gst/colorbalance/colorbalance.h:
38073         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38074         * gst-libs/gst/mixer/Makefile.am:
38075         * gst-libs/gst/mixer/mixer-marshal.list:
38076         * gst-libs/gst/mixer/mixer.c:
38077         * gst-libs/gst/mixer/mixer.h:
38078         * gst-libs/gst/mixer/mixermarshal.list:
38079         * gst-libs/gst/play/Makefile.am:
38080         * gst-libs/gst/play/play.h:
38081         * gst-libs/gst/tuner/Makefile.am:
38082         * gst-libs/gst/tuner/tuner-marshal.list:
38083         * gst-libs/gst/tuner/tuner.c:
38084         * gst-libs/gst/tuner/tuner.h:
38085         * gst-libs/gst/tuner/tunermarshal.list:
38086           use new glib-gen.mak snippet to clean up Makefile.am
38087           fix various bugs in Makefile.am's
38088
38089 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38090
38091         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38092           handle chain parsing correctly in the multichain case
38093         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38094         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38095         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38096         (theora_dec_chain):
38097           handle events and queries correctly
38098
38099 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38100
38101         * .cvsignore:
38102         Ignore generated file _stdint.h.
38103
38104 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38105
38106         * gst-libs/gst/colorbalance/Makefile.am:
38107         * gst-libs/gst/colorbalance/colorbalance.h:
38108         * gst-libs/gst/mixer/Makefile.am:
38109         * gst-libs/gst/mixer/mixer.h:
38110         * gst-libs/gst/play/Makefile.am:
38111         * gst-libs/gst/play/play.h:
38112         * gst-libs/gst/tuner/Makefile.am:
38113         * gst-libs/gst/tuner/tuner.h:
38114         Generate enum type code with glib-mkenums.
38115         * gst-libs/gst/colorbalance/.cvsignore:
38116         * gst-libs/gst/mixer/.cvsignore:
38117         * gst-libs/gst/play/.cvsignore:
38118         * gst-libs/gst/tuner/.cvsignore:
38119         Ignore generated files.
38120
38121 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38122
38123         * gst-libs/gst/audio/.cvsignore:
38124         Ignore generated file.
38125         * gst-libs/gst/audio/Makefile.am:
38126         Do not install example filter.
38127
38128 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38129
38130         * examples/switch/.cvsignore:
38131         Ignore generated file.
38132
38133 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38134
38135         * common/m4/ax_create_stdint_h.m4:
38136         * configure.ac:
38137           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38138           _stdint.h.
38139         * Makefile.am:
38140           remove generated _stdint.h in DISTCLEANFILES
38141         * ext/a52dec/gsta52dec.c:
38142           include _stdint.h for a52dec. (should fix #133064)
38143
38144 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38145
38146         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38147         (gst_tag_to_vorbis_comments):
38148         Add replaygain support to vorbistag
38149
38150 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38151         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38152         (gst_ffmpeg_caps_to_extradata):
38153           Fix SVQ3 caps flag properties
38154           Use glib macro for bytes swap
38155
38156 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38157
38158         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38159         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38160         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38161         * ext/sndfile/gstsf.c: (plugin_init):
38162         * gst/avi/gstavi.c: (plugin_init):
38163         * sys/dxr3/dxr3init.c: (plugin_init):
38164         * sys/oss/gstossaudio.c: (plugin_init):
38165         * sys/v4l/gstv4l.c: (plugin_init):
38166         * sys/v4l2/gstv4l2.c: (plugin_init):
38167           remove textdomain calls
38168         * po/nl.po:
38169           update Dutch translation
38170
38171 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38172
38173         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38174         (gst_play_set_audio_sink): Moving volume in the audio thread for
38175         instantaneous volume change. Maybe i will add another volume in front
38176         of visualization later, not sure yet though.
38177
38178 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38179
38180         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38181         (gst_ximagesink_handle_xevents): Better X events handling, only take
38182         the latest events for configure and motion.
38183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38184
38185 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38186
38187         reviewed by: David Schleef  <ds@schleef.org>
38188
38189         Fix memory leaks:
38190         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38191         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38192
38193 2004-02-02  David Schleef  <ds@schleef.org>
38194
38195         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38196         of lines.
38197         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38198         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38199         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38200         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38201         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38202         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38203         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38204         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38205         (gst_float2_2_int_link):
38206         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38207         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38208         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38209         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38210         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38211         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38212         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38213         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38214         * testsuite/gst-lint: Add tests for bzero and ;;
38215
38216 2004-02-02  David Schleef  <ds@schleef.org>
38217
38218         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38219
38220 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38221
38222         * ext/aalib/gstaasink.c: (gst_aasink_open):
38223         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38224         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38225         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38226         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38227         (gst_afsink_close_file):
38228         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38229         (gst_afsrc_close_file):
38230         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38231         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38232         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38233         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38234         * ext/esd/esdmon.c: (gst_esdmon_get):
38235         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38236         * ext/faac/gstfaac.c: (gst_faac_chain):
38237         * ext/faad/gstfaad.c: (gst_faad_chain):
38238         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38239         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38240         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38241         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38242         (gst_flacdec_loop):
38243         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38244         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38245         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38246         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38247         (gst_gnomevfssink_close_file):
38248         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38249         (gst_gnomevfssrc_open_file):
38250         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38251         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38252         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38253         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38254         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38255         * ext/mad/gstmad.c: (gst_mad_chain):
38256         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38257         * ext/mpeg2dec/gstmpeg2dec.c:
38258         * ext/mpeg2enc/gstmpeg2enc.cc:
38259         * ext/mplex/gstmplex.cc:
38260         * ext/mplex/gstmplexibitstream.cc:
38261         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38262         (gst_ogg_demux_push):
38263         * ext/raw1394/gstdv1394src.c:
38264         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38265         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38266         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38267         (gst_sf_loop):
38268         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38269         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38270         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38271         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38272         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38273         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38274         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38275         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38276         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38277         (gst_riff_read_element_data), (gst_riff_read_seek),
38278         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38279         * gst/adder/gstadder.c: (gst_adder_loop):
38280         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38281         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38282         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38283         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38284         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38285         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38286         * gst/goom/gstgoom.c: (gst_goom_chain):
38287         * gst/id3/gstid3types.c: (gst_id3types_loop):
38288         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38289         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38290         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38291         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38292         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38293         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38294         (gst_ebml_read_float), (gst_ebml_read_header):
38295         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38296         (gst_matroska_demux_parse_blockgroup):
38297         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38298         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38299         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38300         * gst/silence/gstsilence.c: (gst_silence_get):
38301         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38302         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38303         * gst/speed/gstspeed.c: (speed_loop):
38304         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38305         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38306         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38307         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38308         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38309         (gst_wavparse_loop):
38310         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38311         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38312         (dxr3audiosink_close):
38313         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38314         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38315         (dxr3videosink_close), (dxr3videosink_write_data):
38316         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38317         * sys/oss/gstosssink.c: (gst_osssink_chain):
38318         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38319         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38320         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38321         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38322         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38323         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38324         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38325         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38326         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38327         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38328         (gst_v4l_set_audio):
38329         * sys/v4l/v4l_calls.h:
38330         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38331         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38332         (gst_v4lmjpegsink_playback_init),
38333         (gst_v4lmjpegsink_playback_start):
38334         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38335         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38336         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38337         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38338         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38339         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38340         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38341         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38342         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38343         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38344         (gst_v4l2_get_output), (gst_v4l2_set_output),
38345         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38346         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38347         (gst_v4l2_set_attribute):
38348         * sys/v4l2/v4l2_calls.h:
38349         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38350         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38351         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38352         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38353         (gst_v4l2src_capture_stop):
38354         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38355         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38356         (gst_ximagesink_chain):
38357         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38358         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38359         (gst_xvideosink_xwindow_new):
38360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38361         (gst_xvimagesink_chain):
38362
38363 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38364
38365         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38366         (gst_volume_get_volume), (volume_class_init), (volume_init),
38367         (volume_chain_int16), (volume_update_volume):
38368         * gst/volume/gstvolume.h:
38369           make code more readable by removing magic numbers
38370           make mixer interface export 0-100 range
38371           make it internally map to 0.0-1.0 range so users don't distort
38372           output by putting the sliders at full volume
38373
38374 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38375
38376         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38377         (gst_play_state_change), (gst_play_seek_to_time):
38378         block the tick callback for 0.5 secs after doing a seek
38379
38380 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38381
38382         * gst-libs/gst/play/play.c: (gst_play_new):
38383           check for GError
38384
38385 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38386
38387         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38388         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38389         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38390         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38392         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38393
38394 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38395
38396         * configure.ac:
38397         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38398           check for a function added in vorbis 1.1
38399
38400 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38401
38402         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38403         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38404           really start/stop clock only on PLAYING <=> PAUSED
38405         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38406           remove \n from debugging lines
38407         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38408           make it work when seeking does not
38409         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38410           reset on DISCONT
38411
38412 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38413
38414         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38415           start clock on PAUSED=>PLAYING, not later
38416         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38417           extract correct time for different discont formats
38418         (gst_alsa_sink_get_time):
38419           don't segfault when no format is negotiated yet, just return 0
38420         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38421         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38422         (gst_ogg_pad_push):
38423           handle flush and discont events correctly
38424         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38425           handle discont events correctly
38426
38427 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38428
38429         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38430         (gst_play_error_create), (gst_play_error_plugin),
38431         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38432         * gst-libs/gst/play/play.h:
38433           add error handling during creation
38434         * examples/gstplay/player.c: (main):
38435           use new gst_play_new
38436
38437
38438 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38439
38440         * ext/theora/theoradec.c: (theora_dec_chain):
38441           make comments work
38442         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38443         (vorbis_dec_src_event), (vorbis_dec_chain):
38444           add encoder tag, fix tag reading to be more error tolerant, change
38445           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38446           gst_pad_event_default.
38447         * gst/tags/gstvorbistag.c:
38448         (gst_tag_list_from_vorbiscomment_buffer):
38449           undefine function specific define at end of function
38450
38451 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38452
38453         * ext/flac/gstflac.c: (plugin_init):
38454         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38455         * ext/flac/gstflacdec.h:
38456         * ext/flac/gstflacenc.h:
38457           Fix typos
38458
38459 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38460
38461         * examples/gstplay/player.c: s/gstplay.h/play.h/
38462
38463 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38464
38465         * gst-libs/gst/play/Makefile.am:
38466         * gst-libs/gst/play/gstplay.c:
38467         * gst-libs/gst/play/gstplay.h:
38468         * gst-libs/gst/play/play.c:
38469           more surgery, operation complete
38470
38471 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38472
38473         * gst-libs/gst/play/play.old.c:
38474         * gst-libs/gst/play/play.old.h:
38475           after CVS surgery by moving, remove
38476         * gst-libs/gst/play/playpipelines.c:
38477           remove
38478
38479         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38480           add negotiation error
38481
38482 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38483
38484         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38485         (gst_ogg_demux_push):
38486           add some seeking debug info
38487           send a flush when seeking
38488
38489 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38490
38491         * configure.ac:
38492           use AC_C_INLINE
38493         * configure.ac:
38494         * ext/Makefile.am:
38495         * ext/theora/Makefile.am:
38496         * ext/theora/theoradec.c:
38497           add theora video decoder. Does just do simple decoding for now and
38498           has been tested against Theora cvs only. It only works when theora
38499           is compiled with --enable-static.
38500         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38501           always reset packetno on DISCONT
38502
38503 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38504
38505         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38506           Fix audio.
38507
38508 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38509
38510         * gst/mpegaudioparse/gstmpegaudioparse.c:
38511         (mp3_type_frame_length_from_header):
38512           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38513
38514 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38515
38516         * ext/esd/esdsink.c: (gst_esdsink_init):
38517           Since we have static pad template caps, we don't need to negotiate;
38518           either the core errors out or we know the format.
38519
38520 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38521
38522         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38523         (gst_riff_read_seek):
38524         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38525         (gst_ebml_read_seek):
38526           Fix event handling.
38527
38528 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38529
38530         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38531           removee video/x-theora from vp3 decoder, it doesn't handle raw
38532           theora streams
38533         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38534           fix bug with finalizing element that never went to PAUSED
38535         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38536           length and position queries were swapped
38537         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38538         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38539         (vorbis_dec_src_event):
38540           implement querying time and bytes
38541
38542 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38543
38544         * just about every source file:
38545           gst_element_error -> GST_ELEMENT_ERROR
38546
38547 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38548
38549         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38550         emiting FLUSH and even before DISCONT.
38551         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38552         get the best instant seeking as possible yay!
38553
38554 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38555
38556         * gst/mpeg1videoparse/gstmp1videoparse.c:
38557         (gst_mp1videoparse_real_chain):
38558           Committed wrong version last week... Grr... Didn't notice until now.
38559
38560 2004-01-29  Julien MOUTTE <julien@moutte.net>
38561
38562         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38564         have_xwindow_id signal in xwindow_create.
38565
38566 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38567
38568         * ext/ogg/gstoggdemux.c:
38569           lots of changes - mainly support for chained bitstreams, seeking,
38570           querying and bugfixes of course
38571         * ext/vorbis/Makefile.am:
38572         * ext/vorbis/vorbisdec.c:
38573         * ext/vorbis/vorbisdec.h:
38574           add vorbisdec raw vorbis decoder
38575         * ext/vorbis/vorbis.c: (plugin_init):
38576           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38577         * gst/intfloat/Makefile.am:
38578         * gst/intfloat/float22int.c:
38579         * gst/intfloat/float22int.h:
38580         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38581           add float2intnew plugin. It converts multichannel interleaved float to
38582           multichannel interleaved int. The name should probably be changed.
38583         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38584         (plugin_init):
38585           add typefinding for raw theora video so oggdemux can detect it.
38586
38587 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38588
38589         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38590         sink element first.
38591         * gst/videoscale/gstvideoscale.c:
38592         (gst_videoscale_handle_src_event): Fixing src event handler.
38593
38594 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38595
38596         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38597         (gst_v4lsrc_open), (gst_v4lsrc_close),
38598         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38599         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38600         * sys/v4l/gstv4lsrc.h:
38601         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38602         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38603           Implement resizing... Hack. But that's why v4l is b0rked...
38604
38605 2004-01-28  Julien MOUTTE <julien@moutte.net>
38606
38607         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38608         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38609         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38610         (gst_ximagesink_xwindow_destroy):
38611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38612         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38613         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38614         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38615         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38616         correctly cleaning the image created to check xshm calls on succes,
38617         added a lot of XSync calls in X11 functions, and fixed a segfault when
38618         no image format was defined before negotiation happened.
38619
38620 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38621
38622         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38623           use gst_element_get_time to get correct time
38624
38625 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38626
38627         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38628         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38629         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38631         (gst_xvimagesink_check_xshm_calls),
38632         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38633         X plugins are now able to detect that XShm calls will fail even if the
38634         server claims that it has XShm support (remote displays most of the
38635         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38636         so that we use non XShm functions. This feature is almost useless for
38637         xvimagesink as Xv is not supported on remote displays anyway, but
38638         it might happen than even on the local display XShm calls fail.
38639
38640 2004-01-27  David Schleef  <ds@schleef.org>
38641
38642         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38643         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38644         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38645         changed esdsink to only use 44100,16,2, since esd sucks at rate
38646         conversion and esdsink has had difficulty negotiating.
38647
38648 2004-01-27  Julien MOUTTE <julien@moutte.net>
38649
38650         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38651         (gst_play_seek_to_time): Fixing the way to get current position.
38652
38653 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38654
38655         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38656           use gst_element_get_time to get correct time
38657
38658 2004-01-27  Julien MOUTTE <julien@moutte.net>
38659
38660         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38661         fix ever... Inverting 2 lines of code make spider autoplug correctly
38662         tagged mp3 !
38663
38664 2004-01-27  David Schleef  <ds@schleef.org>
38665
38666         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38667         Use gst_pad_try_set_caps_nonfixed().
38668
38669 2004-01-27  David Schleef  <ds@schleef.org>
38670
38671         * gst/ac3parse/gstac3parse.c: update to checklist 5
38672         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38673         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38674         * gst/audioscale/gstaudioscale.c: same
38675         * gst/auparse/gstauparse.c: same
38676         * gst/avi/gstavidemux.c: same
38677
38678 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38679
38680         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38681           stop processing after EOS
38682
38683 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38684
38685         * gst/asfdemux/asfheaders.h:
38686         * gst/asfdemux/gstasfdemux.c:
38687         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38688         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38689         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38690           lot's of fixes to make data extraction simpler and get the code
38691           architecture and compiler independant. Add debugging category
38692         * gst/goom/gstgoom.c: (gst_goom_change_state):
38693           reset channel count on PAUSED=>READY, not READY=>PAUSED
38694
38695 2004-01-26  Colin Walters  <walters@verbum.org>
38696
38697         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38698         code to pull a bigger buffer in iradio mode.  This as a side effect
38699         makes typefinding work.
38700
38701 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38702
38703         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38704         Fix SVQ3 decoding on PPC
38705
38706 2004-01-26  Julien MOUTTE <julien@moutte.net>
38707
38708         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38709         that one managed to stay there... Fixed.
38710
38711 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38712
38713         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38714         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38715         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38716         (qtdemux_video_caps):
38717         * gst/qtdemux/qtdemux.h:
38718         Add SVQ3 specific flags to qtdemux and ffmpeg
38719
38720 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38721
38722         * gst-libs/gst/audio/audio.h:
38723           remove buffer-frames from audio caps
38724         * gst/audioconvert/gstaudioconvert.c:
38725           fix plugin to really work.
38726
38727 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38728
38729         * gst-libs/gst/mixer/mixer.c:
38730         * gst-libs/gst/propertyprobe/propertyprobe.c:
38731         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38732         (gst_tuner_find_channel_by_name):
38733         * gst-libs/gst/tuner/tuner.h:
38734           Add gtk-doc style comments. Also fix a function name.
38735
38736 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38737
38738         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38739         (gst_divxdec_negotiate):
38740           Fix for new capsnego - also fixes gst-player with divxdec.
38741
38742 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38743
38744         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38745         (gst_play_identity_handoff), (gst_play_set_location),
38746         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38747         try in visualization implementation. Still have an issue with switch
38748         blocking when pulling from video_queue and only audio comes out of
38749         spider.
38750         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38751         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38752         release method. And check if the pad is usable before pulling.
38753
38754 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38755
38756         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38757         (gst_videobalance_init),
38758         (gst_videobalance_colorbalance_list_channels),
38759         (gst_videobalance_colorbalance_set_value),
38760         (gst_videobalance_colorbalance_get_value),
38761         (gst_videobalance_update_properties),
38762         (gst_videobalance_update_tables_planar411),
38763         (gst_videobalance_planar411):
38764         * gst/videofilter/gstvideobalance.h:
38765           Implement lookup-tables. +/- 10x faster.
38766
38767 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38768
38769         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38770         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38771           The index reading was broken. The rest worked fine, but the whole
38772           goal of my rewrite was to make avidemux readable, and this was
38773           not at all readable. Please use typed variables.
38774
38775 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38776
38777         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38778           Additional pad usability check.
38779         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38780         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38781         (gst_mp1videoparse_real_chain):
38782           Fix MPEG video stream parsing. The original plugin had several
38783           issues, including not timestamping streams where the source was
38784           not timestamped (this happens with PTS values in mpeg system
38785           streams, but MPEG video is also a valid stream on its own so
38786           that needs timestamps too). We use the display time code for that
38787           for now. Also, if one incoming buffer contains multiple valid
38788           frames, we push them all on correctly now, including proper EOS
38789           handling. Lastly, several potential segfaults were fixed, and we
38790           properly sync on new sequence/gop headers to include them in next,
38791           not previous frames (since they're header for the next frame, not
38792           the previous). Also see #119206.
38793         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38794         (bpf_from_header):
38795           Move caps setting so we only do it after finding several valid
38796           MPEG-1 fraes sequentially, not right after the first one (which
38797           might be coincidental).
38798         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38799         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38800         (plugin_init):
38801           Add unsynced MPEG video stream typefinding, and change some
38802           probability values so we detect streams rightly. The idea is as
38803           follows: I can have an unsynced system stream which contains
38804           video. In the current code, I would randomly get a type for either
38805           system or video stream type found, because the probabilities are
38806           being calculated rather randomly. I now use fixed values, so we
38807           always prefer system stream if that was found (and that is how it
38808           should be). If no system stream was found, we can still identity                the stream as video-only.
38809
38810 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38811
38812         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38813         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38814           don't write to buffer. Extract data without the need of
38815           __attribute__ ((packed))
38816
38817 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38818
38819         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
38820         (mpeg1_sys_type_find):
38821           Fix MPEG-1 stream typefinding.
38822
38823 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38824
38825         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
38826           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
38827
38828 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38829
38830         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
38831         * ext/esd/gstesd.c: (plugin_init):
38832           private debugging, better error reporting
38833
38834 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38835
38836         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
38837         (gst_riff_read_init), (gst_riff_read_change_state):
38838         * gst-libs/gst/riff/riff-read.h:
38839           Remove stuff fromold metadata system.
38840
38841 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38842
38843         * ext/ogg/gstoggdemux.c:
38844           Fix wrong file comment.
38845         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38846         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
38847           Add metadata reading properly.
38848
38849 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38850
38851         * ext/Makefile.am:
38852           Fix nas DIST_SUBDIRS
38853           Uraeus:
38854           Fix bug where make distcheck doesn't get run on adding stuff to
38855           the build.
38856
38857 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38858
38859         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
38860         * ext/divx/gstdivxdec.h:
38861           Fix divx3 ("msmpeg4") playback using divxdec.
38862
38863 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38864
38865         * gst/typefind/gsttypefindfunctions.c:
38866         (mp3_type_frame_length_from_header): fix bug in length computation
38867         (mp3_type_find): improve debugging output
38868
38869 2004-01-23  Julien MOUTTE  <julien@moutte.net>
38870
38871         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38872         (gst_play_set_location), (gst_play_seek_to_time),
38873         (gst_play_set_audio_sink), (gst_play_set_visualization),
38874         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
38875         the pipeline from scratch. Visualization is back and switch went out as
38876         i realized it was not possible to use the way i wanted.
38877         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
38878         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
38879         clearing in state change from READY to NULL. So that one can clean the
38880         X ressources keeping the element.
38881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38882         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
38883         (gst_xvimagesink_colorbalance_set_value),
38884         (gst_xvimagesink_colorbalance_get_value),
38885         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
38886         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
38887         change from READY to NULL and fixed some stupid bugs in colorbalance
38888         get/set values. Also added the following feature : when nobody tries to
38889         set some values to the colorbalance levels before the xcontext is
38890         grabbed, then when creating channels list from Xv attributes we set the
38891         internal values to the Xv defaults. This way we handle buggy Xv drivers
38892         that set default hue values far from the middle of the range (Thanks
38893         to Jon Trowbridge for pointing that issue).
38894         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
38895         colorbalance levels have been set before xcontext is grabbed.
38896
38897 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38898
38899         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
38900           Fix the ossmixer case where we shouldn't open /dev/dsp* because
38901           it might block operations (which is bad for a mixer).
38902
38903 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38904
38905         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
38906         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
38907         (gmip_find_type_pre):
38908         * gst-libs/gst/media-info/media-info-priv.h:
38909         * gst-libs/gst/media-info/media-info.c:
38910         (gst_media_info_instance_init), (gst_media_info_read_idler):
38911         add fakesink to get caps on decoder src pad again
38912         fix callback prototype to match new have_type signal signature
38913
38914 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38915
38916         * gst/adder/gstadder.c: (gst_adder_link):
38917           fix non-compile and cut-n-paste code
38918
38919 2004-01-21  David Schleef  <ds@schleef.org>
38920
38921         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
38922         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
38923         (gst_swfdec_init), (gst_swfdec_change_state):
38924         * ext/swfdec/gstswfdec.h:
38925         Fix negotiation.
38926         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
38927         (gst_adder_request_new_pad): Fix negotiation.
38928         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
38929         Add a fixate function.
38930         * gst/intfloat/gstfloat2int.c:
38931         * gst/intfloat/gstfloat2int.h:
38932         * gst/intfloat/gstint2float.c:
38933         * gst/intfloat/gstint2float.h:
38934         Completely rewrite the negotiation.  Doesn't quite work yet,
38935         due to some buffer-frames problem.
38936
38937 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
38938
38939         * ext/gnomevfs/gstgnomevfssrc.c:
38940         * sys/v4l2/v4l2_calls.h:
38941           fix includes for distcheck
38942
38943 2004-01-21  Christian Schaller <uraeus@gnome.org>
38944
38945         * ext/nas/
38946         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
38947         based on earlier patch from Laurent Vivier
38948
38949 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
38950
38951         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38952         Fix wma caps property
38953         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
38954         Fix typo (flags1 and flags2)
38955
38956 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38957
38958         * gst-libs/gst/media-info/media-info-priv.c:
38959         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
38960         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
38961         (gmip_find_stream), (gmip_find_track_metadata),
38962         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
38963         (gmip_find_track_format):
38964         * gst-libs/gst/media-info/media-info-priv.h:
38965         * gst-libs/gst/media-info/media-info-test.c: (main):
38966         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
38967         (gst_media_info_read_idler), (gst_media_info_read):
38968         * gst-libs/gst/media-info/media-info.h:
38969           register debugging category and use it for debugging
38970
38971 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38972
38973         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
38974         (gst_vorbisfile_new_link):
38975           signal streaminfo through tags
38976
38977 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38978
38979         * ext/mplex/gstmplex.cc:
38980         * ext/mplex/gstmplexibitstream.cc:
38981           g++ doesn't like NULL in our i18n/error macros, should be
38982           either (NULL) or ("").
38983
38984 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38985
38986         * sys/dxr3/dxr3audiosink.c:
38987         * sys/dxr3/dxr3init.c:
38988         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
38989         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
38990           Fix more error error error errors (missing includes here).
38991
38992 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38993
38994         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38995           fix thomas' error errors.
38996
38997 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38998
38999         * ext/mpeg2enc/gstmpeg2enc.cc:
39000           fix error errors.
39001
39002 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39003
39004         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39005         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39006           Fix for new error system.
39007
39008 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39009
39010         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39011           fix for new error reporting
39012
39013 2004-01-20  David Schleef  <ds@schleef.org>
39014
39015         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39016         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39017         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39018         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39019         and neither is 100+, most likely.
39020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39021         (gst_xvimagesink_getcaps): same
39022
39023 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39024
39025         * configure.ac:
39026           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39027           clashes with ffmpeg.
39028
39029 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39030
39031         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39032         (gst_switch_init): Fixed switch element : proxying link and setting
39033         caps from src to sink on request.
39034
39035 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39036
39037         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39038         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39039         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39040         fix element_error
39041
39042 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39043
39044         * sys/v4l/v4l_calls.h:
39045         * sys/v4l2/v4l2_calls.h:
39046           element_error fixes
39047
39048 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39049
39050         * gst-libs/gst/gst-i18n-plugin.h:
39051           add locale.h
39052           remove config.h inclusion
39053
39054 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39055
39056         * autogen.sh:
39057           adding autopoint invocation
39058         * Makefile.am:
39059         * configure.ac:
39060         * gst-libs/gst/gettext.h:
39061           adding gettext bits
39062         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39063         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39064         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39065         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39066         (gst_gnomevfssink_close_file):
39067         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39068         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39069         * gst-libs/gst/gst-i18n-plugin.h:
39070         * gst/avi/gstavi.c: (plugin_init):
39071         * sys/dxr3/dxr3init.c: (plugin_init):
39072         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39073         * sys/oss/gstossaudio.c: (plugin_init):
39074         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39075         * sys/v4l/gstv4l.c: (plugin_init):
39076         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39077         * sys/v4l2/gstv4l2.c: (plugin_init):
39078         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39079         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39080         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39081         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39082         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39083         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39084           make sure locale and translation domain are set
39085           fix translated strings
39086         * po/.cvsignore:
39087         * po/LINGUAS:
39088         * po/Makevars:
39089         * po/POTFILES.in:
39090         * po/nl.po:
39091           put translation files into place
39092         * sys/xvideo/imagetest.c: (main):
39093         * ext/dv/demo-play.c: (main):
39094           fix unnecessary translations
39095
39096 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39097
39098         * ext/sndfile/gstsf.c:
39099         * gst/avi/gstavimux.c:
39100         * ext/audiofile/gstafsink.c:
39101         * ext/audiofile/gstafsrc.c:
39102         * ext/gnomevfs/gstgnomevfssink.c:
39103         * ext/gnomevfs/gstgnomevfssrc.c:
39104         * sys/oss/gstosselement.c:
39105         * sys/v4l/v4l_calls.h:
39106           fix i18n include
39107
39108 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39109
39110         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39111         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39112         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39113         (gst_v4l2_get_output), (gst_v4l2_set_output),
39114         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39115         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39116         (gst_v4l2_set_attribute):
39117         update to new error handling
39118
39119 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39120
39121         * ext/sidplay/gstsiddec.cc:
39122         * gst/modplug/gstmodplug.cc:
39123           parenthese NULL because C++ seems angry about it
39124
39125 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39126
39127         * gst-libs/gst/gst-i18n-plugin.h:
39128           add skeleton i18n stuff, but needs to be further implemented
39129
39130 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39131
39132         * examples/gstplay/player.c: (main):
39133         * ext/aalib/gstaasink.c: (gst_aasink_open):
39134         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39135         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39136         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39137         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39138         (gst_afsink_close_file):
39139         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39140         (gst_afsrc_close_file):
39141         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39142         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39143         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39144         * ext/esd/esdmon.c: (gst_esdmon_get):
39145         * ext/esd/esdsink.c: (gst_esdsink_chain):
39146         * ext/faac/gstfaac.c: (gst_faac_chain):
39147         * ext/faad/gstfaad.c: (gst_faad_chain):
39148         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39149         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39150         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39151         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39152         (gst_flacdec_loop):
39153         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39154         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39155         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39156         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39157         (gst_gnomevfssink_close_file):
39158         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39159         (gst_gnomevfssrc_open_file):
39160         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39161         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39162         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39163         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39164         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39165         * ext/mad/gstmad.c: (gst_mad_chain):
39166         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39167         * ext/mpeg2dec/gstmpeg2dec.c:
39168         * ext/mpeg2enc/gstmpeg2enc.cc:
39169         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39170         * ext/mplex/gstmplex.cc:
39171         * ext/mplex/gstmplexibitstream.cc:
39172         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39173         (gst_ogg_demux_push), (gst_ogg_pad_push):
39174         * ext/raw1394/gstdv1394src.c:
39175         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39176         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39177         * ext/sidplay/gstsiddec.cc:
39178         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39179         (gst_sf_loop):
39180         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39181         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39182         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39183         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39184         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39185         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39186         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39187         * gst-libs/gst/Makefile.am:
39188         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39189         (gst_riff_read_element_data), (gst_riff_read_seek),
39190         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39191         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39192         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39193         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39194         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39195         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39196         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39197         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39198         * gst/goom/gstgoom.c: (gst_goom_chain):
39199         * gst/id3/gstid3types.c: (gst_id3types_loop):
39200         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39201         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39202         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39203         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39204         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39205         (gst_ebml_read_float), (gst_ebml_read_header):
39206         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39207         (gst_matroska_demux_parse_blockgroup):
39208         * gst/modplug/gstmodplug.cc:
39209         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39210         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39211         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39212         * gst/silence/gstsilence.c: (gst_silence_get):
39213         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39214         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39215         * gst/speed/gstspeed.c: (speed_loop):
39216         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39217         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39218         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39219         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39220         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39221         (gst_wavparse_loop):
39222         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39223         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39224         (dxr3audiosink_close):
39225         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39226         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39227         (dxr3videosink_close), (dxr3videosink_write_data):
39228         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39229         * sys/oss/gstosselement.h:
39230         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39231         (gst_osssink_chain):
39232         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39233         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39234         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39235         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39236         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39237         (gst_v4l_enable_overlay):
39238         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39239         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39240         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39241         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39242         (gst_v4l_set_audio):
39243         * sys/v4l/v4l_calls.h:
39244         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39245         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39246         (gst_v4lmjpegsink_playback_init),
39247         (gst_v4lmjpegsink_playback_start):
39248         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39249         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39250         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39251         (gst_v4lmjpegsrc_requeue_frame):
39252         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39253         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39254         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39255         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39256         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39257         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39258         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39259         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39260         (gst_v4l2src_capture_stop):
39261         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39262         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39263         (gst_ximagesink_chain):
39264         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39265         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39266         (gst_xvideosink_xwindow_new):
39267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39268         (gst_xvimagesink_chain):
39269         use new error signal, function and categories
39270
39271 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39272
39273         * configure.ac:
39274         * ext/Makefile.am:
39275         * ext/musicbrainz/gsttrm.c:
39276         * ext/musicbrainz/gsttrm.h:
39277         * ext/musicbrainz/Makefile.am:
39278         Add a trm plugin
39279
39280 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39281
39282         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39283         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39284         synchronous property for debugging.
39285         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39287         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39288         smaller block, fixing indent.
39289
39290 2004-01-16  David Schleef  <ds@schleef.org>
39291
39292         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39293         property affects the video stream.
39294         * sys/xvimage/xvimagesink.c:
39295         * sys/xvimage/xvimagesink.h:
39296         Add synchronous property for debugging.  Should probably be
39297         disabled in non-CVS builds.  Make sure that the Xv attribute
39298         exists before we set it (crash!).  Fix a silly float bug that
39299         caused colorbalance to just not work.
39300
39301 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39302
39303         * tools/gst-launch-ext.in - update for new plugins
39304
39305 2004-01-16  David Schleef  <ds@schleef.org>
39306
39307         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39308         already-freed caps.
39309
39310 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39311
39312         * Update spec for new colorspace plugin and libcaca plugin
39313         * Fix compilation of libcaca plugin (clock -> id)
39314
39315 2004-01-16  Julien MOUTTE <julien@moutte.net>
39316
39317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39318         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39319         (gst_xvimagesink_set_xwindow_id),
39320         (gst_xvimagesink_colorbalance_set_value),
39321         (gst_xvimagesink_colorbalance_get_value),
39322         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39323         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39324         correct colorbalance properties. They can now be set when the element
39325         is still in NULL state. The values will be committed to the Xv Port
39326         when xcontext is initialized.
39327         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39328         brightness int values in the GstXvImagesink structure.
39329
39330 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39331
39332         * gst-libs/gst/Makefile.am:
39333           restructure so having local patches works easier.
39334
39335 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39336
39337         * ext/mpeg2enc/Makefile.am:
39338         * ext/mpeg2enc/gstmpeg2enc.cc:
39339         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39340           Bugfix with respect to EOS handling.
39341
39342 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39343
39344         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39345           Link with right caps (else, it segfaults).
39346         * ext/mplex/gstmplexjob.cc:
39347           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39348
39349 2004-01-15  David Schleef  <ds@schleef.org>
39350
39351         * gst-libs/gst/audio/Makefile.am:
39352         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39353         from the template.
39354         * gst-libs/gst/audio/gstaudiofilter.c:
39355         * gst-libs/gst/audio/gstaudiofilter.h:
39356         Add bytes_per_sample and size and n_samples calculation.
39357         * gst-libs/gst/audio/gstaudiofilterexample.c:
39358         Remove, now autogenerated.
39359         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39360         Moved from gstaudiofilterexample, object name changed, code added
39361         so that it actually works.
39362         * gst-libs/gst/audio/make_filter:
39363         Script to build an audiofilter subclass from the template.
39364         * gst/colorspace/Makefile.am:
39365         * gst/colorspace/yuv2yuv.c:
39366         Remove file, since it's GPL, and we don't use it.
39367
39368 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39369
39370         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39372         them use the buffer free function to test how the buffer was allocated.
39373
39374 2004-01-15  David Schleef  <ds@schleef.org>
39375
39376         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39377         that handles osssink fallback.
39378         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39379         (gst_audio_convert_getcaps):
39380         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39381         Add audio/x-qdm2 for QDM2 audio.
39382         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39383         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39384         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39385         Decrease minimum size to 16x16.
39386         * gst/wavparse/gstwavparse.c:
39387         Convert disabled pad template caps to new caps.
39388         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39389         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39390         (gst_xvimagesink_chain): Throw element error when display cannot
39391         be opened.  Increase minimum framerate to 1.0.  Check the data
39392         free function on a buffer to make sure it is the type we expect
39393         before manipulating it.
39394
39395 2004-01-15  Julien MOUTTE <julien@moutte.net>
39396
39397         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39398         (gst_videobalance_colorbalance_set_value): Implement passthru if
39399         settings are in the middle.
39400         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39401
39402 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39403
39404         * gst/videofilter/Makefile.am:
39405         * gst/volume/Makefile.am:
39406           Since we use videofilter symbols, link to it.
39407
39408 2004-01-15  Julien MOUTTE <julien@moutte.net>
39409
39410         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39411         mixer interface type to HARDWARE.
39412         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39413         type to SOFTWARE.
39414         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39415         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39416         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39417         (gst_volume_interface_init), (gst_volume_list_tracks),
39418         (gst_volume_set_volume), (gst_volume_get_volume),
39419         (gst_volume_set_mute), (gst_volume_mixer_init),
39420         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39421         (volume_init): Implementing mixer interface.
39422         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39423         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39424         (gst_osselement_change_state): Removing some trailing commas in
39425         structures.
39426         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39427         interface type to HARDWARE.
39428         * sys/v4l/gstv4lcolorbalance.c:
39429         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39430         type to HARDWARE.
39431         * sys/v4l2/gstv4l2colorbalance.c:
39432         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39433         interface type to HARDWARE.
39434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39435         same code than ximagesink for event handling.
39436
39437 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39438
39439         * ext/snapshot/Makefile.am:
39440         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39441         (gst_snapshot_chain):
39442         * ext/snapshot/gstsnapshot.h:
39443           This has to be a joke... Snapshot should be connected to a tee,
39444           colorspace element before it and EOS after that, where the other
39445           src of the tee receives normal data.
39446           The current way is *wrong*.
39447
39448 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39449
39450         * ext/hermes/gsthermescolorspace.c:
39451           Fix another compile error. Same as below.
39452
39453 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39454
39455         * gst/colorspace/gstcolorspace.c:
39456         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39457         (gst_colorspace_i420_to_yv12):
39458           Fix compiling... Didn't test if it actually works.
39459
39460 2004-01-15  David Schleef  <ds@schleef.org>
39461
39462         * configure.ac:
39463         * gst/colorspace/Makefile.am:
39464         * gst/colorspace/gstcolorspace.c:
39465         * gst/colorspace/gstcolorspace.h:
39466         * gst/colorspace/yuv2rgb.c:
39467         * gst/colorspace/yuv2rgb.h:
39468         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39469         code and GPL code.  Fix for new caps negotiation.  Rewrite
39470         much of the format handling code, and some of the conversion
39471         code.  Basically, rewrote almost everything.  This element
39472         handles I420, YV12 to RGB conversions.
39473         * ext/hermes/Makefile.am:
39474         * ext/hermes/gsthermescolorspace.c:
39475         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39476         Remove non-Hermes related code.  This element handles lots of
39477         RGB to RGB conversions, but no YUV.
39478         * ext/hermes/gstcolorspace.c:
39479         * ext/hermes/gstcolorspace.h:
39480         * ext/hermes/rgb2yuv.c:
39481         * ext/hermes/yuv2rgb.c:
39482         * ext/hermes/yuv2rgb.h:
39483         * ext/hermes/yuv2rgb_mmx16.s:
39484         * ext/hermes/yuv2yuv.c:
39485         * ext/hermes/yuv2yuv.h:
39486         Remove old code.
39487
39488 2004-01-14  Colin Walters  <walters@verbum.org>
39489
39490         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39491         they've already been.
39492
39493 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39494
39495         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39496           assume tag mode when pad is not connected
39497
39498 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39499
39500         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39501           Don't update the time of the clock
39502         (gst_alsa_sink_loop):
39503           sync to the clock given to alsasink, not the own clock
39504         * sys/oss/gstosssink.c: (gst_osssink_chain):
39505           sync to the clock
39506         (gst_osssink_change_state):
39507           activate the clock
39508         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39510           remove bogus code that made DISCONT events unhandled
39511         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39512           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39513           #131502)
39514         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39515         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39516         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39517           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39518           2nd warning in bug #131502)
39519
39520 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39521
39522         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39523         (gst_videobalance_colorbalance_set_value),
39524         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39525         for colorbalance interface implementation.
39526         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39527         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39528         (gst_ximagesink_dispose), (gst_ximagesink_init),
39529         (gst_ximagesink_class_init): Adding DISPLAY property.
39530         * sys/ximage/ximagesink.h: Adding display_name to store display.
39531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39532         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39533         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39534         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39535         properties (they still need polishing though for gst-launch use : no
39536         xcontext yet, i ll do that tomorrow).
39537         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39538
39539 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39540
39541         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39542         (gst_play_set_location), (gst_play_set_visualization): Preparing
39543         switch integration, adding videobalance in the pipeline.
39544
39545 2004-01-14  Julien MOUTTE <julien@moutte.net>
39546
39547         * gst-libs/gst/colorbalance/colorbalance.c:
39548         (gst_color_balance_class_init): Adding a default type.
39549         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39550         the type.
39551         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39552         (gst_videobalance_dispose), (gst_videobalance_class_init),
39553         (gst_videobalance_init), (gst_videobalance_interface_supported),
39554         (gst_videobalance_interface_init),
39555         (gst_videobalance_colorbalance_list_channels),
39556         (gst_videobalance_colorbalance_set_value),
39557         (gst_videobalance_colorbalance_get_value),
39558         (gst_videobalance_colorbalance_init): Implementing colorbalance
39559         interface.
39560         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39561         list.
39562         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39563         bug which was triggering a BadAccess X error when setting an overlay
39564         before pad was really negotiated.
39565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39566         Using the colorbalance type macro.
39567
39568 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39569
39570         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39571         (gst_flacenc_chain):
39572           handle tags correctly
39573         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39574           extract ID3v1 tags correctly
39575
39576 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39577
39578         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39579         (plugin_init):
39580           Improve matroska typefinding for odd-typed headers...
39581
39582 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39583
39584         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39585           Fix for using incremental number on padnames.
39586
39587 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39588
39589         * ext/divx/gstdivxdec.c:
39590         * ext/divx/gstdivxenc.c:
39591           Set category to divx4linux instead of divx (too generic).
39592         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39593         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39594         (gst_wavparse_loop), (gst_wavparse_change_state):
39595         * gst/wavparse/gstwavparse.h:
39596           fix parsing of WAV files with non-standard fmt-tag size and fix
39597           skipping of unrecognized chunks... Someone please fix this thing
39598           to use rifflib so all this is automated.
39599         * sys/v4l/Makefile.am:
39600         * sys/v4l2/Makefile.am:
39601           Add X_CFLAGS because we depend on X (for overlay).
39602
39603 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39604
39605         * ext/mpeg2dec/gstmpeg2dec.c:
39606           Don't issue a timestamp unless we tagged the frame
39607           with a PTS.
39608
39609 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39610
39611         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39612           Query the audio element to get the time, not the clock. We're
39613           interested in the element's time here.
39614
39615 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39616
39617         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39618         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39619         * ext/esd/esdsink.c: (gst_esdsink_chain):
39620         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39621         * ext/mas/massink.c: (gst_massink_chain):
39622         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39623         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39624         (gst_matroska_demux_parse_metadata):
39625         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39626         (gst_mpeg_parse_release_locks):
39627         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39628         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39629         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39630         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39631         (gst_osssink_change_state):
39632         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39633         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39634         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39635         (gst_xvideosink_release_locks):
39636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39637           use element time.
39638         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39639         (gst_alsa_clock_stop):
39640         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39641         (gst_audio_clock_get_internal_time):
39642           simplify for use with new clocking code.
39643         * testsuite/alsa/Makefile.am:
39644         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39645           fix testsuite for new caps system
39646
39647 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39648
39649         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39650         * ext/flac/gstflacenc.c: (add_one_tag):
39651           length is already host endian, no need to convert. Fixes playback of
39652           tagged files on PPC. (bug #128384)
39653
39654 2004-01-13  Julien MOUTTE <julien@moutte.net>
39655
39656         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39657         colorbalance interface stating if it is hardware based or software
39658         based.
39659         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39660         Removing a trailing comma.
39661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39662         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39663         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39664         the documentation seems to be wrong on the -1000 to 1000 interval.
39665
39666 2004-01-12  David Schleef  <ds@schleef.org>
39667
39668         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39669         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39670         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39671         Fix negotiation.  Add a bufferalloc function for the sink pad,
39672         and generally clean up some of the code.
39673
39674 2004-01-12  Julien MOUTTE <julien@moutte.net>
39675
39676         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39677         (gst_color_balance_channel_dispose): Adding safety check in dispose
39678         method.
39679         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39680         (gst_xvimagesink_xcontext_clear),
39681         (gst_xvimagesink_interface_supported),
39682         (gst_xvimagesink_colorbalance_list_channels),
39683         (gst_xvimagesink_colorbalance_set_value),
39684         (gst_xvimagesink_colorbalance_get_value),
39685         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39686         Adding colorbalance interface support to set XV parameters such as
39687         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39688         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39689         interface.
39690
39691 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39692
39693         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39694         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39695         (gst_audio_convert_init), (gst_audio_convert_set_property),
39696         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39697         (gst_audio_convert_link),
39698         (gst_audio_convert_buffer_to_default_format),
39699         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39700           - implement _getcaps and use it
39701           - improve linking
39702           - remove float caps since no float conversion is actually done
39703           - remove properties and arguments that were to be used for rate
39704             conversion
39705
39706 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39707
39708         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39709         (gst_audio_structure_set_int):
39710         * gst-libs/gst/audio/audio.h:
39711           add helper functions for _getcaps matching the standard audio
39712           templates
39713
39714 2004-01-12  David Schleef  <ds@schleef.org>
39715
39716         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39717         Test that pad is negotiated before getting its caps.
39718
39719 2004-01-12  Julien MOUTTE <julien@moutte.net>
39720
39721         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39722         analyzing the pads of an element the bin is mostly in READY state so
39723         no caps were negotiated. This helper function needs to work with
39724         _get_caps directly then. I was not freeing them though, added that to
39725         fix the mem leak.
39726
39727 2004-01-12  Julien MOUTTE <julien@moutte.net>
39728
39729         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39731         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39732         than the free_func.
39733
39734 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39735
39736         * sys/oss/gstossaudio.c: (plugin_init):
39737         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39738         * sys/oss/gstosselement.h:
39739           make an oss debugging category
39740           make failure more descriptive
39741
39742 2004-01-11  David Schleef  <ds@schleef.org>
39743
39744         * ext/ffmpeg/gstffmpeg.c:
39745         * ext/ffmpeg/gstffmpegcodecmap.c:
39746         * ext/ffmpeg/gstffmpegdec.c:
39747         * ext/ffmpeg/gstffmpegenc.c:
39748         * ext/ffmpeg/gstffmpegprotocol.c:
39749         * ext/gdk_pixbuf/gstgdkanimation.c:
39750         * ext/jpeg/gstjpeg.c:
39751         * ext/libpng/gstpng.c:
39752         * ext/mpeg2dec/perftest.c:
39753         * ext/speex/gstspeex.c:
39754         * gst-libs/gst/resample/dtos.c:
39755         * gst/intfloat/gstintfloatconvert.c:
39756         * gst/oneton/gstoneton.c:
39757         * gst/rtjpeg/RTjpeg.c:
39758         * gst/rtp/gstrtp.c:
39759         * sys/dxr3/dxr3init.c:
39760         * sys/glsink/gstgl_nvimage.c:
39761         * sys/glsink/gstgl_pdrimage.c:
39762         * sys/glsink/gstglsink.c:
39763         * testsuite/gst-lint:
39764         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39765
39766 2004-01-11  David Schleef  <ds@schleef.org>
39767
39768         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39769         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39770         * ext/gdk_pixbuf/gstgdkanimation.c:
39771         (gst_gdk_animation_iter_create_pixbuf):
39772         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39773         (gst_gdk_pixbuf_chain):
39774         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39775         * ext/jack/gstjack.c: (gst_jack_change_state):
39776         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39777         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39778         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39779         * gst/videofilter/gstvideofilter.c:
39780         (gst_videofilter_set_output_size):
39781         Remove all usage of gst_pad_get_caps(), and replace it with
39782         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39783
39784 2004-01-11  David Schleef  <ds@schleef.org>
39785
39786         * configure.ac:
39787         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39788         * ext/divx/gstdivxdec.c:
39789         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39790         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39791         handle images that span multiple buffers.  Now work with both
39792         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39793         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39794         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39795         video/video.h changes
39796         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39797         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39798         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39799         of GstData free function.
39800         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39801         same.
39802
39803 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39804
39805         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39806         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39807         (gst_v4l2element_get_property):
39808         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39809           add norm, channel and frequency properties.
39810         * sys/v4l2/gstv4l2tuner.c:
39811           fixes for tuner interface changes
39812         * sys/v4l2/gstv4l2element.h:
39813         * sys/v4l2/gstv4l2src.c:
39814         * sys/v4l2/gstv4l2src.h:
39815         * sys/v4l2/v4l2src_calls.c:
39816         * sys/v4l2/v4l2src_calls.h:
39817           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
39818
39819 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39820
39821         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
39822         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
39823         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
39824         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
39825         * gst-libs/gst/tuner/tuner.h:
39826           GObjects aren't const.
39827           Add find_by_name functions.
39828           Add checks to _changed functions.
39829         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
39830         (gst_v4l_tuner_get_norm):
39831           Fixes for above.
39832
39833 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39834
39835         * gst-libs/gst/video/video.h:
39836           Fix caps template names to be understandable.
39837           Prefix everything with GST_VIDEO.
39838         * ext/aalib/gstaasink.c:
39839         * ext/divx/gstdivxdec.c:
39840         * ext/divx/gstdivxenc.c:
39841         * ext/gdk_pixbuf/gstgdkpixbuf.c:
39842         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
39843         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
39844         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
39845         * ext/libcaca/gstcacasink.c:
39846         * ext/libpng/gstpngenc.c: (raw_caps_factory):
39847         * ext/snapshot/gstsnapshot.c:
39848         * ext/swfdec/gstswfdec.c:
39849         * ext/xvid/gstxviddec.c:
39850         * ext/xvid/gstxvidenc.c:
39851         * gst/chart/gstchart.c:
39852         * gst/deinterlace/gstdeinterlace.c:
39853         * gst/effectv/gsteffectv.c:
39854         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39855         * gst/goom/gstgoom.c:
39856         * gst/median/gstmedian.c:
39857         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
39858         (gst_monoscope_srcconnect), (gst_monoscope_chain):
39859         * gst/overlay/gstoverlay.c:
39860         * gst/smooth/gstsmooth.c:
39861         * gst/smpte/gstsmpte.c:
39862         * gst/synaesthesia/gstsynaesthesia.c:
39863         * gst/videocrop/gstvideocrop.c:
39864         * gst/videodrop/gstvideodrop.c:
39865         * gst/y4m/gsty4mencode.c:
39866         * sys/qcam/gstqcamsrc.c:
39867         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
39868           Make them work with new video.h file.
39869         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39870         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39872         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39873           Make it work with new buffer allocation system.
39874
39875 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39876
39877         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
39878         pad_alloc_buffer implementation to use ->srcpad
39879         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
39880         pad_alloc_buffer implementation to use ->srcpad
39881         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
39882         pad_alloc_buffer implementation to use ->srcpad
39883         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
39884         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
39885         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39886         a reference to everything we need.
39887         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
39888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
39889         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
39890         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39891         a reference to everything we need.
39892         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
39893
39894 2004-01-11  David Schleef  <ds@schleef.org>
39895
39896         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
39897         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
39898         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
39899         structure members.
39900         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
39901         value during a resize/renegotiation.
39902         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
39903         gst_pad_alloc_buffer();
39904         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39905         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
39906         structure members.
39907         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39908         Fix for rename of buffer private structure members.
39909         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39910         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39911         Fix for rename of buffer private structure members.
39912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39913         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39914         Fix for rename of buffer private structure members.
39915
39916 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
39917
39918         reviewed by: David Schleef <ds@schleef.org>
39919
39920         * gst/videofilter/Makefile.am:
39921         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
39922         from the patch by ds to fit in with recent make_filter changes.
39923
39924 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39925
39926         * configure.ac: Adding examples/switch/Makefile
39927         * examples/Makefile.am: Adding examples/switch
39928         * examples/switch/Makefile.am: Adding switcher example.
39929         * examples/switch/switcher.c: (got_eos), (idle_iterate),
39930         (switch_timer), (main): Adding an example demonstrating switch usage
39931         with 2 videotestsrc showing different patterns.
39932         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39933         (gst_switch_init): Fixing switch with the new caps system.
39934
39935 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39936
39937         * gst-libs/gst/video/video.h:
39938           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
39939           They should probably be like
39940           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
39941
39942 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39943
39944         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
39945         (qtdemux_parse_trak):
39946           fix audio chunk size/timestamp calculation
39947
39948 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39949
39950         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39951           fix SVQ3 caps
39952
39953 2004-01-11  Steve Baker  <steve@stevebaker.org>
39954
39955         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
39956         (gst_agingtv_base_init), (gst_agingtv_class_init),
39957         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
39958         (gst_agingtv_set_property), (gst_agingtv_get_property):
39959         Port agingTV to videofilter
39960
39961 2004-01-09  Julien MOUTTE <julien@moutte.net>
39962
39963         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
39964         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39965
39966 2004-01-09  Julien MOUTTE <julien@moutte.net>
39967
39968         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
39969         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39970         * gst-libs/gst/xoverlay/xoverlay.c:
39971         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
39972         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
39973         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39974         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39975         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39976         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39977         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
39978         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
39979         the bufferalloc_function to replace bufferpools, fixing the XOverlay
39980         interface implementation to handle xid being 0 and fix some bugs
39981         triggered by Benjamin's testcase.
39982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39983         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
39984         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
39985         the bufferalloc_function to replace bufferpools, fixing the XOverlay
39986         interface implementation to handle xid being 0 and fix some bugs
39987         triggered by Benjamin's testcase.
39988
39989 2004-01-09  David Schleef  <ds@schleef.org>
39990
39991         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
39992         mouse pointer events.  It works.
39993
39994 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39995
39996         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
39997           Use explicit caps - fix capsnego.
39998         * ext/xvid/gstxviddec.c:
39999         * ext/xvid/gstxvidenc.c:
40000           Remove macro-inside-macro which caused compile errors.
40001         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40002           Error out if it's not a RIFF file. Else we error out without
40003           gst_element_error() which is not good...
40004
40005 2004-01-08  David Schleef  <ds@schleef.org>
40006
40007         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40008         Fix pad_link function to handle formats that ffmpeg returns
40009         as multiple caps structures.
40010         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40011         Only complain if source buffer is _smaller_ than expected.
40012         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40013         (gst_videoscale_handle_src_event): Resize navigation events
40014         when passing them upstream.
40015         * gst/videotestsrc/gstvideotestsrc.c:
40016         * gst/videotestsrc/gstvideotestsrc.h:
40017         * gst/videotestsrc/videotestsrc.c:
40018         * gst/videotestsrc/videotestsrc.h:
40019         Rewrite many of the buffer painting functions to handle odd
40020         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40021         been verified to work with my video card.
40022         * testsuite/gst-lint:  Add check for elements calling
40023         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40024
40025 2004-01-08  David Schleef  <ds@schleef.org>
40026
40027         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40028         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40029
40030 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40031
40032         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40033         configure event is not emiting the desired size signal. That fixes
40034         aspect ratio issues with gst-player.
40035
40036 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40037
40038         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40039           Fix capsnego.
40040
40041 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40042
40043         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40044         public method to fire size signal.
40045
40046 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40047
40048         * examples/gstplay/Makefile.am: Adding the interface library.
40049         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40050         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40051         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40052         GST_IS_X_OVERLAY before signal connect.
40053         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40054         Removing the have_video_size signal.
40055         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40056         and associated public method.
40057         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40058         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40059         signal.
40060         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40061         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40062         signal.
40063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40064         Using XOverlay public method to fire size signal.
40065
40066 2004-01-07  David Schleef  <ds@schleef.org>
40067
40068         * gst/videofilter/Makefile.am:
40069         * gst/videofilter/gstvideotemplate.c:
40070         * gst/videofilter/make_filter:
40071         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40072         Convert make_filter to /bin/sh script.
40073
40074 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40075
40076         * gst/modplug/gstmodplug.cc: fix element description
40077
40078 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40079
40080         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40081         (got_video_size): Adding some new lines in g_print calls.
40082         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40083         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40084         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40085         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40086         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40087         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40088         Complete code review, reverting some stuff i disagree with, adding
40089         some fixes : time synchronization on invalid timestamps, renegotiation
40090         of private window.
40091         * sys/ximage/ximagesink.h:
40092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40093         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40094         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40095         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40096         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40097         (gst_xvimagesink_buffer_new),
40098         (gst_xvimagesink_navigation_send_event),
40099         (gst_xvimagesink_set_xwindow_id),
40100         (gst_xvimagesink_get_desired_size),
40101         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40102         stuff i disagree with, adding some fixes : Renegotiation of private
40103         window, implementing get_desired_size.
40104
40105 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40106
40107         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40108         (gst_afsink_handle_event):
40109         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40110         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40111         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40112         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40113         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40114           Fix for instantiate-test (see core). Also remove dead code from
40115           jpegenc (which still needs fixing, but that's lower on my TODO
40116           list...).
40117         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40118           Never return NULL as caps.
40119
40120 2004-01-07  David Schleef  <ds@schleef.org>
40121
40122         * configure.ac:
40123         * ext/Makefile.am:
40124         * ext/librfb/Makefile.am:
40125         * ext/librfb/gstrfbsrc.c:
40126         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40127         is the protocol used by VNC.
40128
40129 2004-01-07  David Schleef  <ds@schleef.org>
40130
40131         * gst/videofilter/gstvideotemplate.c:
40132         * gst/videofilter/gstvideotemplate.h:
40133         * gst/videofilter/make_filter:
40134         Merge videotemplate header into source file.
40135         * gst/effectv/Makefile.am:
40136         * gst/effectv/gsteffectv.c: (plugin_init):
40137         * gst/effectv/gstwarp.c:
40138         Make warpTV a subclass of videofilter.
40139
40140 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40141
40142         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40143           Add guard against invalid utf-8 conversions in mad. Just in case.
40144
40145 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40146
40147         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40148           Fix for bug shown by poisoning
40149
40150 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40151
40152         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40153         (gst_v4lmjpegsrc_buffer_free):
40154         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40155         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40156         (gst_v4lsrc_buffer_free):
40157           Fix for removed bufferpools.
40158
40159 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40160
40161         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40162         Fix caps negotiation.
40163
40164         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40165         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40166         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40167         (dvdnavsrc_event):
40168         * ext/mpeg2dec/gstmpeg2dec.c:
40169         * gst-libs/gst/navigation/navigation.c:
40170         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40171         * gst-libs/gst/navigation/navigation.h:
40172         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40173         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40175         Super-simple first version of mouse and keyboard events. Clicking
40176         on a DVD menu now works, although it may not take you where you
40177         expected.
40178
40179         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40180         * gst/videotestsrc/gstvideotestsrc.c:
40181         (gst_videotestsrc_src_fixate):
40182         These fixate functions were broken - they never actually
40183         fixated :)
40184
40185 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40186
40187         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40188         (gst_icecastsend_init):
40189           fix for new caps system.
40190         * gst-libs/gst/mixer/mixertrack.h:
40191         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40192           Add 'master track' flag (for tools like ACME that only want to
40193           change the main volume).
40194
40195 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40196
40197         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40198         (gst_xvid_csp_to_caps):
40199         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40200         * ext/xvid/gstxvidenc.c:
40201         ifdef out ARGB type when it isn't available
40202         in xvidcore 1.0.0beta2
40203
40204 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40205
40206         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40207           When we have received a new SCR right in the first buffer after
40208           a seek (so in the same cycle that handles the discont), we should
40209           handle the buffer instead of unreffing it, else we lose data.
40210
40211 2004-01-06  Iain <iain@prettypeople.org>
40212
40213         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40214           buffer-frames caps too.
40215
40216         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40217           caps that we need, don't destroy them all and rebuild them. And when
40218           creating src pads, use the src pad template rather than the sink...
40219
40220 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40221
40222         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40223           Add pad to element *after* setting functions such as event handler.
40224           Without this, the scheduler (opt) will link pads, set the event
40225           handler from the default event function (dispatcher in gstpad.c)
40226           and *after* that, we will set our own event function, which will
40227           thus never be used (and thus mpegdemux doesn't handle events).
40228
40229 2004-01-04  David Schleef  <ds@schleef.org>
40230
40231         Fix the fixate functions to handle new prototype:
40232         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40233         * gst/videotestsrc/gstvideotestsrc.c:
40234         (gst_videotestsrc_src_fixate):
40235         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40236         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40238
40239 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40240
40241         * sys/ximage/ximagesink.h:
40242         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40243         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40244         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40245         (gst_ximagesink_xoverlay_init):
40246           assorted fixes to make (re)embedding work
40247         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40248         (gst_ximagesink_get_desired_size):
40249           implement desired size additions to XOverlay
40250
40251 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40252
40253         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40254         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40255         (gst_x_overlay_got_desired_size):
40256         * gst-libs/gst/xoverlay/xoverlay.h:
40257           Add optional "desired size" signal and querying.
40258
40259 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40260
40261         * gst/matroska/matroska-demux.c:
40262         (gst_matroska_demux_parse_blockgroup):
40263           Fix EBML-laced block parsing. Diffs are relative to previous
40264           lace, not the first lace. Thanks to Mosu from the Matroska
40265           team for detecting this.
40266         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40267         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40268         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40269         (gst_wavparse_change_state):
40270         * gst/wavparse/gstwavparse.h:
40271           Quickfix for capsnego.
40272
40273 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40274
40275         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40276           Fix indenting, fix pad creation.
40277
40278 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40279
40280         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40281         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40282         (gst_xviddec_sink_link):
40283           Implement src_getcaps() so proper size caps is negotiated.
40284
40285 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40286
40287         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40288           Finish flac decoder on EOS. See #116178.
40289
40290 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40291
40292         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40293         (gst_matroska_demux_add_stream):
40294         * gst/matroska/matroska-ids.h:
40295           Add getcaps() function to fix capsnego...
40296
40297 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40298
40299         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40300         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40301         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40302           Fix more integer overflows. Again, see #126967.
40303
40304 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40305
40306         * ext/mpeg2dec/gstmpeg2dec.c:
40307           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40308           #130416.
40309
40310 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40311
40312         * configure.ac:
40313         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40314         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40315         * ext/xvid/gstxvid.h:
40316         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40317         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40318         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40319         (gst_xviddec_change_state):
40320         * ext/xvid/gstxviddec.h:
40321         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40322         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40323         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40324         (gst_xvidenc_link), (gst_xvidenc_set_property),
40325         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40326         * ext/xvid/gstxvidenc.h:
40327           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40328
40329 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40330
40331         * gst/rtp/rtp-packet.c:
40332           Add sys/types.h include, since OS X doesn't define in_addr_t
40333           in netinet/in.h, like it does on Linux (see #129600).
40334
40335 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40336
40337         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40338
40339         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40340           Correct logic of dispose function (see #129306).
40341
40342 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40343
40344         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40345         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40346         (gst_mpeg_parse_init):
40347         * gst/mpegstream/gstmpegparse.h:
40348           Remove clock (which was never provided, i.e. dead code), and
40349           also fix integer overflows at high PTS values (see #126967).
40350
40351 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40352
40353         * ext/flac/gstflacdec.c:
40354         * ext/libpng/gstpngenc.h:
40355         * ext/mikmod/gstmikmod.h:
40356           OS X fixes (see #126628).
40357
40358 2004-01-02  David Schleef  <ds@schleef.org>
40359
40360         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40361         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40362         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40363         (gst_mpeg_parse_class_init): Move pad template registration
40364         to class_init, since the derived class (mpegdemux) doesn't
40365         want them.
40366
40367 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40368
40369         * sys/ximage/Makefile.am:
40370         * sys/xvideo/Makefile.am:
40371         * sys/xvimage/Makefile.am:
40372           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40373           after installation (see #127664).
40374
40375 2004-01-02  David Schleef  <ds@schleef.org>
40376
40377         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40378         (gst_ffmpegenc_connect):  Negotiation fixes.
40379         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40380         Remove inappropriate gst_caps_free().
40381         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40382         Reenable Ronald's internal resize code, since the core handles
40383         it correctly now.
40384
40385 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40386
40387         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40388         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40389         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40390           Fix pad template stuff.
40391
40392 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40393
40394         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40395         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40396           fix signed integer reading/writing.
40397
40398 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40399
40400         * ext/alsa/README:
40401           Remove outdated document
40402
40403 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40404
40405         * gst/cutter/gstcutter.c: (gst_cutter_init):
40406           src pad was being created twice - oops.
40407
40408 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40409
40410         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40411           Comment out internal resize. It doesn't handle the resulting
40412           XEvent internally, does another try_set_caps() which leads to
40413           a really nice loop.
40414           Real fix will come when Julien and Dave are awake. ;).
40415
40416 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40417
40418         * ext/mpeg2enc/gstmpeg2enc.cc:
40419           fix const/nonconst compile issue.
40420
40421 2004-01-02  David Schleef  <ds@schleef.org>
40422
40423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40424         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40425         Add fixate function and a check for bad formats.
40426
40427 2004-01-01  David Schleef  <ds@schleef.org>
40428
40429         Negotiation fixes:
40430         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40431         (gst_audiofilter_init):
40432         * gst/debug/efence.c: (gst_efence_init):
40433         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40434         (gst_deinterlace_init):
40435         * gst/volume/gstvolume.c: (volume_connect):
40436
40437 2004-01-01  David Schleef  <ds@schleef.org>
40438
40439         Convert elements to use gst_pad_use_explicit_caps() where
40440         appropriate:
40441         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40442         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40443         (gst_afparse_open_file):
40444         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40445         (gst_afsrc_open_file):
40446         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40447         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40448         (gst_ffmpegdec_chain):
40449         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40450         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40451         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40452         (gst_gdk_pixbuf_chain):
40453         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40454         (gst_jpegdec_chain):
40455         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40456         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40457         (gst_mikmod_negotiate):
40458         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40459         (gst_mpeg2dec_negotiate_format):
40460         * ext/mpeg2enc/gstmpeg2enc.cc:
40461         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40462         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40463         (gst_speexdec_sinkconnect):
40464         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40465         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40466         (gst_vorbisfile_new_link):
40467         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40468         (gst_ac3parse_chain):
40469         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40470         (gst_asf_demux_setup_pad):
40471         * gst/auparse/gstauparse.c: (gst_auparse_init),
40472         (gst_auparse_chain):
40473         * gst/id3/gstid3types.c: (gst_id3types_loop):
40474         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40475         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40476         (mp1videoparse_parse_seq):
40477         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40478         (bpf_from_header):
40479         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40480         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40481         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40482         (gst_mpeg_parse_send_data):
40483         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40484         (gst_qtdemux_add_stream):
40485         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40486         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40487         (gst_wavparse_parse_fmt):
40488
40489 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40490
40491         * configure.ac:
40492           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40493           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40494           it therefore uses the wrong include paths. Too bad... Note
40495           that 1.6.1.93 is not release yet. ;).
40496           Also add a check for mplex, which is now using the lib'ified
40497           mplex from mjpegtools, too.
40498         * ext/ffmpeg/gstffmpegcodecmap.c:
40499           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40500           issues. I don't think ffmpeg handles 3ivx correctly, so this
40501           probably won't work. But it won't hurt either.
40502         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40503         (gst_ffmpegdec_chain):
40504         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40505         (gst_ffmpegenc_chain_audio):
40506           Fix memleak in audio encoding. Close codec if open fails, this
40507           calls the cleanup routines so we can re-use the context.
40508         * ext/mpeg2enc/gstmpeg2enc.cc:
40509           Fix pad template names/types, fix memory issue with getcaps().
40510         * ext/mpeg2enc/gstmpeg2encoder.cc:
40511         * ext/mpeg2enc/gstmpeg2encoder.hh:
40512           Fix compile issue with new caps system (const thingy).
40513         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40514         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40515           We read a first frame right on initing, so that we have a caps
40516           when we init the output. This caps is cached in padprivate and
40517           read as first frame.
40518         * ext/mplex/Makefile.am:
40519         * ext/mplex/gstmplex.cc:
40520         * ext/mplex/gstmplex.h:
40521         * ext/mplex/gstmplex.hh:
40522         * ext/mplex/gstmplexibitstream.cc:
40523         * ext/mplex/gstmplexibitstream.hh:
40524         * ext/mplex/gstmplexjob.cc:
40525         * ext/mplex/gstmplexjob.hh:
40526         * ext/mplex/gstmplexoutputstream.cc:
40527         * ext/mplex/gstmplexoutputstream.hh:
40528           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40529           had issues, didn't do capsnego, supported only a subset of the
40530           mplex features and required a mplex fork in our local CVS. Plus
40531           that it worked agaist a very old mplex version. Rewriting was
40532           faster than updating it.
40533         * gst-libs/ext/Makefile.am:
40534         * gst-libs/ext/mplex/INSTRUCT:
40535         * gst-libs/ext/mplex/Makefile.am:
40536         * gst-libs/ext/mplex/README:
40537         * gst-libs/ext/mplex/TODO:
40538         * gst-libs/ext/mplex/ac3strm_in.cc:
40539         * gst-libs/ext/mplex/audiostrm.hh:
40540         * gst-libs/ext/mplex/audiostrm_out.cc:
40541         * gst-libs/ext/mplex/aunit.hh:
40542         * gst-libs/ext/mplex/bits.cc:
40543         * gst-libs/ext/mplex/bits.hh:
40544         * gst-libs/ext/mplex/buffer.cc:
40545         * gst-libs/ext/mplex/buffer.hh:
40546         * gst-libs/ext/mplex/fastintfns.h:
40547         * gst-libs/ext/mplex/format_codes.h:
40548         * gst-libs/ext/mplex/inputstrm.cc:
40549         * gst-libs/ext/mplex/inputstrm.hh:
40550         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40551         * gst-libs/ext/mplex/mjpeg_logging.cc:
40552         * gst-libs/ext/mplex/mjpeg_logging.h:
40553         * gst-libs/ext/mplex/mjpeg_types.h:
40554         * gst-libs/ext/mplex/mpastrm_in.cc:
40555         * gst-libs/ext/mplex/mpegconsts.cc:
40556         * gst-libs/ext/mplex/mpegconsts.h:
40557         * gst-libs/ext/mplex/mplexconsts.hh:
40558         * gst-libs/ext/mplex/multplex.cc:
40559         * gst-libs/ext/mplex/outputstream.hh:
40560         * gst-libs/ext/mplex/padstrm.cc:
40561         * gst-libs/ext/mplex/padstrm.hh:
40562         * gst-libs/ext/mplex/stillsstream.cc:
40563         * gst-libs/ext/mplex/stillsstream.hh:
40564         * gst-libs/ext/mplex/systems.cc:
40565         * gst-libs/ext/mplex/systems.hh:
40566         * gst-libs/ext/mplex/vector.cc:
40567         * gst-libs/ext/mplex/vector.hh:
40568         * gst-libs/ext/mplex/videostrm.hh:
40569         * gst-libs/ext/mplex/videostrm_in.cc:
40570         * gst-libs/ext/mplex/videostrm_out.cc:
40571         * gst-libs/ext/mplex/yuv4mpeg.cc:
40572         * gst-libs/ext/mplex/yuv4mpeg.h:
40573         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40574         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40575           We don't fork mjpegtools' mplex in our CVS anymore.
40576         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40577         (gst_avi_demux_add_stream):
40578         * gst/avi/gstavidemux.h:
40579           Add getcaps() function for proper caps nego. This makes some
40580           parts of AVI playback/reading work.
40581         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40582           Resize window on new capsnego. This is probably wrong, but
40583           I'm still committing it because with current capsnego, the
40584           first successfull capsnego is auto-fixated, therefore rounded
40585           down to the lowest values in the caps. this results in a 16x16
40586           XWindow that is not reized when real capsnego finishes.
40587           Dave, I see more cases of this, do you know a proper solution?
40588         * tools/gst-launch-ext.in:
40589           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40590
40591 2003-12-31  David Schleef  <ds@schleef.org>
40592
40593         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40594         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40595           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40596
40597 2003-12-30  David Schleef  <ds@schleef.org>
40598
40599         * ext/ffmpeg/gstffmpegcolorspace.c:
40600         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40601         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40602         (gst_ffmpegcsp_chain): Negotiation fixes
40603         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40604         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40605         (gst_audio_convert_link), (gst_audio_convert_channels):
40606         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40607         (gst_audioscale_link), (gst_audioscale_get_buffer),
40608         (gst_audioscale_chain): Negotiation fixes
40609         * gst/audioscale/gstaudioscale.h:
40610         * gst/videofilter/gstvideofilter.c:
40611         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40612         (gst_videofilter_link), (gst_videofilter_init),
40613         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40614         (gst_videofilter_find_format_by_structure):
40615         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40616         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40617         (gst_videoscale_link):
40618         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40619         (videoscale_find_by_structure), (gst_videoscale_setup):
40620         * gst/videoscale/videoscale.h: Negotiation fixes
40621         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40622         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40623         function, restrict resizing to a multiple of 4 (hack until
40624         everyone supports odd sizes correctly).
40625
40626 2003-12-29  Colin Walters  <walters@verbum.org>
40627
40628         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40629         signed.
40630
40631 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40632
40633         * ext/sndfile/gstsf.c: (gst_sf_loop):
40634           Fix warning about discarding const qualifier
40635
40636 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40637
40638         * gst/cutter/gstcutter.c:
40639         * gst/videoscale/gstvideoscale.c:
40640         * gst/volenv/gstvolenv.c:
40641         * gst-libs/gst/audio/audio.c:
40642         * gst-libs/gst/video/video.c:
40643           Fix warnings
40644
40645 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40646
40647         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40648           Don't send ALSA debugging to stderr.
40649         * ext/alsa/gstalsa.h:
40650           Use GST_WARNING instead of g_warning when ALSA functions fail.
40651
40652 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40653
40654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40655           Free XVAdapterInfo correctly.
40656
40657 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40658
40659         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40660         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40661           Make id3tag use correct caps nego.
40662
40663 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40664
40665         * ext/ivorbis/vorbis.c:
40666         * ext/ivorbis/vorbisenc.h:
40667         * ext/ivorbis/vorbisfile.c:
40668           Modify so that it uses the new caps things
40669
40670 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40671
40672         * testsuite/spider/spider1.c: (main):
40673         * testsuite/spider/spider2.c: (main):
40674         * testsuite/spider/spider3.c: (main):
40675           Make tests compile again. They probably don't work.
40676
40677 2003-12-24  Colin Walters  <walters@verbum.org>
40678
40679         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40680         we can't fixate the caps anymore.
40681
40682 2003-12-23  David Schleef  <ds@schleef.org>
40683
40684         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40685         * sys/oss/gstosssink.c: (gst_osssink_init),
40686         (gst_osssink_sink_fixate): Add fixate function.
40687
40688 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40689
40690         * ext/ffmpeg/gstffmpegcodecmap.c:
40691         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40692         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40693         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40694         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40695         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40696         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40697         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40698           fix typo in RGB masks, and move back to "old" colorspace
40699           capsnego code until whoever wrote this new crap has actually
40700           tested it so that it works.
40701           And yes, this works, keep it that way please.
40702
40703 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40704
40705         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40706         (gst_divxdec_init), (gst_divxdec_negotiate):
40707         * ext/divx/gstdivxdec.h:
40708         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40709         (gst_divxenc_init):
40710         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40711         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40712         * ext/mpeg2enc/gstmpeg2enc.cc:
40713         * ext/mpeg2enc/gstmpeg2encoder.cc:
40714         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40715         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40716         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40717         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40718         (dxr3spusink_init):
40719         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40720         (dxr3videosink_init):
40721           Fix caps breakage after Dave's caps branch merge.
40722
40723 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40724
40725         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40726           Fix for 24bpp display.
40727
40728 2003-12-23  Colin Walters  <walters@verbum.org>
40729
40730         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40731         a GnomeVFSHandle directly.
40732
40733 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40734
40735         * gst/volume/Makefile.am:
40736         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40737         (volume_base_init), (volume_init):
40738           Reenable volume element and fix to work with new caps stuff.
40739           Rhythmbox needs this.
40740
40741 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40742
40743         * gst/qtdemux/qtdemux.c: (plugin_init):
40744           qtdemux requires bytestream
40745
40746 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40747
40748         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40749           Fix remaining caps handling errors due to CAPS merge.
40750
40751 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40752
40753         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40754         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40755         (gst_faad_srcconnect):
40756           Port to new caps system.
40757
40758 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40759
40760         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40761         (got_video_size), (main): using g_print instead of g_message.
40762         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40763         signal which was not emitted because of "switch" element added to the
40764         bin but not connected. (Removing from the bin temporarily)
40765
40766 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40767
40768         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40769         find X development files. I don't understand the previous tests and
40770         they fail on my debian/ppc unstable. This one works.
40771         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40772         exiting.
40773         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40774         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40775         (gst_play_set_visualization): Add some safety checks in set_ methods
40776         and state_change. This was throwing some ugly CRITICAL messages when
40777         pipeline was getting disposed and casts were failing.
40778
40779 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40780
40781         * configure.ac:
40782           Improve mpeg2enc detection. This is for distributions that do
40783           ship mjpegtools, but without mpeg2enc. Also does object check
40784           for might there ever be ABI incompatibility.
40785         * ext/mpeg2enc/gstmpeg2enc.cc:
40786           Add Andrew as second maintainer (he's helping me), and also add
40787           an error if no caps was set. This happens if I pull before capsnego
40788           and that's something I should solve sometime else.
40789         * gst/matroska/matroska-demux.c:
40790         (gst_matroska_demux_parse_blockgroup):
40791           Fix time parsing.
40792         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40793         (gst_matroska_mux_track_header):
40794           Add caps to templates.
40795         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40796           Add mpegversion=1 to prevent confusion with MPEG/AAC.
40797         * gst/mpegstream/gstmpegdemux.c:
40798           Remove layer since it causes warnings about unfixed caps.
40799         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40800           Fix obvious typo (we error out if caps were set, we should of
40801           course error out if *no* caps were set).
40802         * sys/oss/gstosselement.c: (gst_osselement_convert):
40803           Fix format conversion, we confused bits/bytes.
40804         * sys/oss/gstosselement.h:
40805           Improve documentation for 'bps'.
40806         * sys/v4l/TODO:
40807           Remove stuff about plugins that need removing - this was done
40808           ages ago.
40809         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
40810         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
40811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
40812         (gst_v4lsrc_src_query):
40813         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
40814         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
40815           Add get_query_types(), get_formats() and query() functions.
40816
40817 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
40818
40819         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
40820           * moved CVS to freedesktop.org