gst/audioresample/gstaudioresample.c: Fixate the rate to the nearest supported rate...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * gst/audioresample/gstaudioresample.c:
4         (gst_audioresample_class_init), (audioresample_fixate_caps):
5         Fixate the rate to the nearest supported rate instead of
6         the first one. Fixes bug #549510.
7
8 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
9
10         * win32/common/libgstaudio.def:
11         Add new symbols.
12
13 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
14
15         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
16         Attempt to make obfuscated code clearer.
17
18 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
19
20         * docs/libs/gst-plugins-base-libs-sections.txt:
21         * gst-libs/gst/floatcast/floatcast.h:
22         Move float endianness conversion macros to core. Second part of
23         bug ##555196.
24
25 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
26
27         * sys/ximage/ximagesink.h:
28         * sys/xvimage/xvimagesink.h:
29           Don't mark as gtk-doc docs as they aren't public.
30
31 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
32
33         * sys/xvimage/xvimagesink.c:
34         * sys/xvimage/xvimagesink.h:
35         * tests/icles/Makefile.am:
36         * tests/icles/test-colorkey.c:
37           Allow setting colorkey if possible. Implement property probe interface
38           for optional X features (autopaint-colorkey, double-buffer and
39           colorkey). Fixes #554533
40
41 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
42
43         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
44         Remove useless buffer size assignment. It already has this value.
45
46 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
47
48         * gst-libs/gst/audio/gstaudiosink.c:
49         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
50         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
51         (gst_audioringbuffer_stop):
52         Implement a separate activate functions to start monitoring the segments
53         or, in pull mode, pulling in data.
54
55         * gst-libs/gst/audio/gstbaseaudiosink.c:
56         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
57         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
58         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
59         (gst_base_audio_sink_activate_pull),
60         (gst_base_audio_sink_async_play),
61         (gst_base_audio_sink_change_state):
62         Implement pad and element convert query function.
63         Activate the ringbuffer.
64         Use the segment last_stop value as the offset to pull.
65         Use new basesink _do_preroll() method to preroll in the pulling thread.
66         Take appropriate locking in the pulling thread.
67
68         * gst-libs/gst/audio/gstringbuffer.h:
69         Update some docs.
70
71 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
72
73         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
74         Improve MXF typefinding a bit by searching for a header partition
75         pack instead of just a general partition pack and checking more
76         bytes for valid values.
77
78 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
79
80         * tests/icles/.cvsignore:
81         update ignore file.
82
83         * tests/icles/Makefile.am:
84         * tests/icles/test-box.c: (make_pipeline), (main):
85         Add another interactive command line experimentation suite for
86         dynamically boxing/cropping/saling an input video.
87
88 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
89
90         * docs/libs/gst-plugins-base-libs-sections.txt:
91         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
92         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
93         * gst-libs/gst/audio/gstringbuffer.h:
94         Add methods to more accuratly control the pulling thread of a
95         ringbuffer.
96         Add format conversion helper code to the ringbuffer.
97         API: GstRingBuffer:gst_ring_buffer_activate()
98         API: GstRingBuffer:gst_ring_buffer_is_active()
99         API: GstRingBuffer:gst_ring_buffer_convert()
100
101 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
102
103         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
104         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
105         (gst_audioringbuffer_stop):
106         Signal thread startup earlier so that we can immediatly go into pull
107         mode when we have to and block on preroll.
108
109 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
110
111         * gst-libs/gst/audio/gstringbuffer.c:
112         (gst_ring_buffer_prepare_read):
113         In pull mode we want the callback to prepull a buffer we can preroll on
114         even when we are not yet playing.
115
116 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
117
118         * ext/alsa/Makefile.am:
119         * ext/cdparanoia/Makefile.am:
120         * ext/gio/Makefile.am:
121         * ext/gnomevfs/Makefile.am:
122         * ext/libvisual/Makefile.am:
123         * ext/ogg/Makefile.am:
124         * ext/pango/Makefile.am:
125         * ext/theora/Makefile.am:
126         * ext/vorbis/Makefile.am:
127         * gst/adder/Makefile.am:
128         * gst/audioconvert/Makefile.am:
129         * gst/audiorate/Makefile.am:
130         * gst/audioresample/Makefile.am:
131         * gst/audiotestsrc/Makefile.am:
132         * gst/ffmpegcolorspace/Makefile.am:
133         * gst/gdp/Makefile.am:
134         * gst/playback/Makefile.am:
135         * gst/subparse/Makefile.am:
136         * gst/tcp/Makefile.am:
137         * gst/typefind/Makefile.am:
138         * gst/videorate/Makefile.am:
139         * gst/videoscale/Makefile.am:
140         * gst/videotestsrc/Makefile.am:
141         * gst/volume/Makefile.am:
142         * sys/v4l/Makefile.am:
143         * sys/ximage/Makefile.am:
144         * sys/xvimage/Makefile.am:
145           Don't install static libs for plugins. Fixes #550851 for base.
146
147 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
148
149         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
150         Set the default blocksize to -1 because we will then use the configured
151         samplesperbuffer to create our output buffer.
152
153 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
154
155         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
156         (gst_riff_create_video_template_caps):
157         Add mappping for the KMVC (Karl Morton's Video) Codec.
158
159 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
160
161         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
162         Don't forget to advance the offset of what we're matching against, else
163         we end up in a forever loop.
164
165 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
166
167         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
168         Improve typefinding a bit. If we don't have a Unicode charset
169         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
170
171 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
172
173         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
174         Fix build on macosx.
175
176 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
177
178         Based on patch by: Robin Stocker <robin at nibor dot org>
179
180         * ext/theora/gsttheoradec.h:
181         * ext/theora/theoradec.c: (gst_theora_dec_init),
182         (theora_dec_setcaps), (theora_handle_type_packet),
183         (theora_dec_decode_buffer), (theora_dec_change_state):
184         Parse input caps and make the PAR override the encoded PAR when
185         specified by a container. Fixes #555699.
186
187 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
188
189         * gst-libs/gst/rtp/gstbasertpdepayload.c:
190         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
191         (gst_base_rtp_depayload_set_gst_timestamp),
192         (gst_base_rtp_depayload_change_state):
193         * gst-libs/gst/rtp/gstbasertpdepayload.h:
194         Add some more G_LIKELY
195         Fail when the setcaps function was not called.
196
197         * gst-libs/gst/rtp/gstbasertppayload.c:
198         (gst_basertppayload_set_outcaps):
199         Propagate return value of setcaps.
200
201 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
202
203         * gst/subparse/Makefile.am:
204         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
205         (gst_sub_parse_class_init), (gst_sub_parse_init),
206         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
207         (get_next_line), (gst_sub_parse_data_format_autodetect),
208         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
209         (gst_subparse_type_find):
210         * gst/subparse/gstsubparse.h:
211         Add support for UTF16/UTF32 subtitles as long as the first bytes of
212         the first buffer contain the BOM. This also adds support for other
213         encodings that allow NUL bytes via the encoding property.
214         Fixes bugs #552237 and #456788.
215
216 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
217
218         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
219         Don't drop the last byte of image tags if they're not an URI list.
220         Fixes bug #556066.
221
222 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
223
224         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
225         For looking at the 4th byte we have to get 4 bytes of course
226         and not 3.
227
228 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
229
230         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
231         Improve FLAC-without-headers typefinding by looking at most of the
232         frame header and checking if invalid values are used. Should prevent
233         quite some false positives compared to the old version which only
234         check if the first 14 bits are set.
235
236 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
237
238         * sys/xvimage/xvimagesink.c:
239           Don't assert on caps==NULL.
240
241 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
242
243         * gst/subparse/gstsubparse.c:
244         (gst_sub_parse_data_format_autodetect), (handle_buffer),
245         (gst_sub_parse_change_state):
246         * gst/subparse/gstsubparse.h:
247         * tests/check/elements/subparse.c: (GST_START_TEST):
248         Add support for subtitle files with UTF-8 BOM at the beginning
249         by simple stripping it from the first line before passing it
250         to any parsing code. Fixes bug #555257 and playback of files
251         created by Gnome Subtitles.
252
253 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
254
255         * gst/audiotestsrc/gstaudiotestsrc.c:
256         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
257         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
258         (gst_audio_test_src_start), (gst_audio_test_src_stop),
259         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
260         (gst_audio_test_src_create):
261         * gst/audiotestsrc/gstaudiotestsrc.h:
262         Define the default property values in the usual place.
263         Implement start/stop to reset values correctly.
264         Calculate the sample size only once when we negotiate.
265         Rename some values to make more sense.
266         Keep track of our byte range.
267         Add support for pull based scheduling. Disabled for now until we have
268         the whole stack working.
269         Set the BUFFER_OFFSET correctly.
270
271 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
272
273         Based on a patch by: xavierb at gmail dot com
274
275         * gst/subparse/gstsubparse.c:
276         (gst_sub_parse_data_format_autodetect):
277         * tests/check/elements/subparse.c: (GST_START_TEST):
278         Make the detection of the used subtitle a bit less strict
279         for srt subtitles. Fixes bug #555607.
280
281 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
282
283         * ext/vorbis/vorbisenc.c:
284         (gst_vorbis_enc_buffer_check_discontinuous):
285         Fix discontinuity detection which was broken by last commit.
286
287 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
288
289         * configure.ac::
290           Require core CVS for ghostpad API additions used by decodebin2.
291
292 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
293
294         * gst-libs/gst/audio/gstbaseaudiosrc.c:
295         (gst_base_audio_src_create):
296         Fix debug statements (space between '%' and actual format).
297
298 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
299
300         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
301         Remove bogus assert, the decodepad could have been created inside an
302         already existing group.
303
304 2008-10-08  Andy Wingo  <wingo@pobox.com>
305
306         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
307         target instead of setting it.
308         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
309         API for a decode pad. The bugfix is that we set the group in
310         activate(), not when the pad was created because it might be NULL
311         then.
312         (gst_decode_group_control_source_pad, gst_decode_group_expose):
313         Update to use the API.
314
315 2008-10-08  Andy Wingo  <wingo@pobox.com>
316
317         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
318         be a subclass of GstGhostPad.
319         (analyze_new_pad): So, when emitting the signals that determine
320         how we do autoplugging, already create the ghost pad and use it as
321         the pad in the signal arguments. This allows applications to make
322         a connection between the pad passed in e.g. autoplug-continue, and
323         the pad passed in new-decoded-pad.
324         (connect_pad, expose_pad): Update to receive the ghosted decode
325         pad in the args, retargetting it as necessary if we have to plug
326         the target pad through a multiqueue.
327         (gst_decode_group_control_source_pad): Adapt to receive an
328         already-ghosted pad that just needs activation, blocking, and
329         drain notification.
330         (sort_end_pads): Adapt for decode pads actually being pads.
331         (gst_decode_group_expose): Adapt for decode pads actually being
332         pads. Rewrite the decode pad names so they appear in order. Adds a
333         new error case if we couldn't set the name.
334         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
335         logic.
336         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
337         New API for the decode pad, needed because we shouldn't do these
338         things inside gst_decode_pad_new(), but after.
339         (gst_decode_pad_new): Change to actually make the real pad, and
340         delay the blocking/drainage bits.
341
342 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
343
344         Patch by: Daniel Drake <dsd at laptop dot org>
345
346         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
347         Unref all buffers when clearing collectpads. Fixes bug #546955.
348
349 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
350
351         Based on a patch by: Klaas <klaas at rivercrew dot net>
352
353         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
354         (gst_vorbis_enc_buffer_check_discontinuous),
355         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
356         * ext/vorbis/vorbisenc.h:
357         Keep track of the upstream segments and use the running time on that
358         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
359
360 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
361
362         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
363         Prevent overflows with big buffer when calculating the size of
364         the intermediate buffer by using gst_util_uint64_scale() instead of
365         plain arithmetics. Fixes bug #552801.
366
367 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
368
369         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
370
371         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
372         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
373         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
374         (gst_clock_overlay_get_property):
375         * ext/pango/gstclockoverlay.h:
376         API: Add ability to specify format for date/time display by
377         adding a "time-format" property.
378         Fixes bug #554879.
379
380 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
381
382         Patch by: Jan Gerber <j at oil21 dot org>
383
384         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
385         (gst_riff_create_video_template_caps):
386         Add FFV1 fourcc to support playback of FFMPEG lossless video
387         in AVI. Fixes bug #555319.
388
389 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
390
391         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
392
393         * gst-libs/gst/audio/gstbaseaudiosrc.c:
394         (gst_base_audio_src_create):
395         Implement skew clock slaving. Fixes #552559.
396
397 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
398
399         * gst-libs/gst/audio/multichannel.c:
400         * gst-libs/gst/audio/testchannels.c:
401         Fix include of config.h
402
403 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
404
405         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
406
407         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
408         (print_media), (gst_sdp_message_dump):
409         Fix parsing of the c= field containing multicast addresses.
410         Fixes #552199.
411         Add the connection info to the session or streams.
412         Fix parsing of the bandwidth.
413         Add debugging for the connections and bandwidths for a media.
414         Add debugging for the bandwidth of the session. 
415
416 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
417
418         * gst-libs/gst/rtp/gstbasertppayload.c:
419         (gst_basertppayload_change_state):
420         Configure the next seqnum and timestamp in the state change so that they
421         can be queried soon after.
422
423 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
424
425         * gst-libs/gst/rtp/gstbasertpdepayload.c:
426         (gst_base_rtp_depayload_chain):
427         Improve debugging of the rtptime.
428
429 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
430
431         * configure.ac:
432         Back to development -> 0.10.21.1
433
434 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
435
436         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
437         (plugin_init):
438         Add typefinding for FLAC without headers in the beginning.
439         This is already handled by flacdec and friends.
440
441 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
442
443         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
444         (plugin_init):
445         Add typefinder for MXF.
446
447 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
448
449         * tests/icles/Makefile.am:
450         Only build test-colorkey if GTK+ is available.
451
452 === release 0.10.21 ===
453
454 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
455
456         * configure.ac:
457           releasing 0.10.21, "We Could Be Wrong"
458
459 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
460
461         * configure.ac:
462         0.10.20.4 pre-release
463
464 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
465
466         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
467
468         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
469         Set the BOS flag on the BOS packet. Fixes #553244.
470
471 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
472
473         * gst-libs/gst/rtsp/gstrtspmessage.c:
474         (gst_rtsp_message_parse_request),
475         (gst_rtsp_message_parse_response):
476         Fix the g_return_val_if_fail() statements.
477
478 2008-09-22  Michael Smith <msmith@songbirdnest.com>
479
480         * gst-libs/gst/tag/gsttagdemux.c:
481           Fail to activate if there's insufficient data in the file to be usable,
482           preventing an assertion fail later. Fixes #552960
483
484 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
485
486         * gst-libs/gst/pbutils/descriptions.c:
487         * gst/typefind/gsttypefindfunctions.c:
488           Recognise Kate subtitle streams (#550582).
489
490 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
491
492         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
493           Remove trailing comma from enum list, which causes problems
494           with -pendantic (#550729).
495
496 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
497
498         * configure.ac:
499         0.10.20.2 pre-release
500
501         * po/LINGUAS:
502         * po/id.po:
503         * po/pt_BR.po:
504
505         New translations.
506
507 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
508
509         * gst-libs/gst/interfaces/propertyprobe.c:
510           (gst_property_probe_get_properties),
511           (gst_property_probe_get_property),
512           (gst_property_probe_probe_property),
513           (gst_property_probe_probe_property_name),
514           (gst_property_probe_needs_probe),
515           (gst_property_probe_needs_probe_name),
516           (gst_property_probe_get_values),
517           (gst_property_probe_get_values_name),
518           (gst_property_probe_probe_and_get_values),
519           (gst_property_probe_probe_and_get_values_name):
520           More sanity checks for our second-favourite interface.
521
522 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
523
524         * gst-libs/gst/interfaces/propertyprobe.c:
525           Check for NULL pointer, in the hope that this fixes #532864.
526
527 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
528
529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
530           No really, the next release is 0.10.21 (fix Since: tags in docs).
531
532 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
533
534         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
535         Disable a code path that is now called but causes a deadlock for some
536         reason and is unneeded.
537
538 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
539
540         * sys/xvimage/xvimagesink.c:
541         * sys/xvimage/xvimagesink.h:
542           Add a "draw-border" property that can be set to false to disable
543           drawing borders.
544           
545         * tests/icles/test-colorkey.c:
546         * tests/icles/Makefile.am:
547           Add new test application for the colorkey handling.
548
549 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
550
551         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
552         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
553         This will also be fixed for upcoming gst-ffmpeg release so that once
554         this release of -base is out, it will work with the latest gst-ffmpeg
555         release.
556
557 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
558
559         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
560         (gst_riff_create_audio_template_caps):
561         Add Truespeech mapping for RIFF formats (AVI/WAV).
562         Fixes #550656
563
564 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
565
566         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
567         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
568         Fixes #550638.
569
570 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
571
572         * configure.ac:
573         * gst/subparse/Makefile.am:
574         * gst/subparse/gstsubparse.c:
575         * gst/subparse/samiparse.c:
576         * tests/check/elements/subparse.c:
577           Rework last change, so that we build subparse, but just disable the
578           sami parse functionality, if we're configured to not use xml. In the
579           tests only the sami test is disabled now.
580
581 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
582
583         * configure.ac:
584           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
585           test runs.
586
587 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
588
589         * po/POTFILES.in:
590           Add some more files with strings for translation.
591
592 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
593
594         * gst-libs/gst/tag/gstvorbistag.c:
595         * tests/check/libs/tag.c:
596           Use new geo location tags from core. Fixes #481169
597
598 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
599
600         * tests/check/elements/audioresample.c: (setup_audioresample),
601         (fail_unless_perfect_stream), (test_perfect_stream_instance),
602         (test_discont_stream_instance):
603         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
604         Add debugging for coherence.
605
606 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
607
608         Patch by: Jonathan Matthew  <notverysmart gmail com>
609
610         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
611           Add typefinder for PDF documents (which is nice to have, since it's a
612           common format, but also helps prevent false positives). Fixes #549814.
613
614 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
615
616         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
617         (no_more_pads_cb):
618         Fix nasty race where multiple decodebins could start pushing data before
619         we manage to configure the sinks, resulting in not-linked errors in
620         typical RTSP streaming cases.
621
622 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
623
624         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
625         Since we now call stop, we trigger this code path that causes a deadlock
626         is apparently not needed.
627
628 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
629
630         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
631         (gst_ring_buffer_stop):
632         Also allow the case where the ringbuffer was paused when we try to stop
633         it so that the basesrc stop function is still called.
634
635 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
636
637         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
638
639         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
640         Reprobe devices again instead of taking a cached list as new
641         devices could've been plugged in. Fixes bug #549062.
642
643 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
644
645         Patch by: Alessandro Dessina <alessandro nnva org>
646
647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
648         (gst_ogg_demux_activate_chain):
649         Don't add pads and activate them for skeleton streams. These are already
650         handled inside oggdemux. Fixes bug #537599.
651
652 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
653
654         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
655         Reset variable so that query and convert fail after going back to
656         READY. Fixes #548898.
657
658 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
659
660         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
661         If a buffer arrives with a timestamp before the timestamp+duration
662         of the previous buffer clip it instead of dropping it completely.
663         Slight improvement for the unfixable bug #548913.
664
665 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
666
667         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
668         Take the current timestamp instead of timestamp+duration for the offset.
669         This offset will later be used for calculating the timestamp and
670         otherwise vorbisdec will interpolate timestamps wrong if upstream
671         only sends timestamps and no granulepos.
672
673 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
674
675         * tests/examples/seek/seek.c:
676           Don't crash when having no visualisations.
677
678 2008-08-16  David Schleef  <ds@schleef.org>
679
680         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
681           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
682           Fixes #548065.
683
684 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
685
686         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
687         When cleaning up the caps fields also remove "depth" for the same
688         reason we remove "width".
689
690 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
691
692         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
693           Add Lead H.264 here as well.
694
695 2008-08-14  Julien Moutte  <julien@fluendo.com>
696
697         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
698         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
699
700 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
701
702         * gst-libs/gst/audio/gstbaseaudiosrc.c:
703         (gst_base_audio_src_create):
704         When not slaved to another clock also subtract the base_time from our
705         internal clock time to get the running time.
706
707 2008-08-12  David Schleef  <ds@schleef.org>
708
709         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
710           since it has no basis in libtheora.
711
712 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
713
714         * gst-libs/gst/interfaces/propertyprobe.h:
715           Remove double "interface" from doc-string.
716
717         * gst-libs/gst/interfaces/xoverlay.h:
718           Document interface.
719
720         * gst-libs/gst/riff/riff.c:
721           Add basic doc blobs.
722
723 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
724
725         * gst-libs/gst/audio/Makefile.am:
726           Don't try to build that example anymore.
727
728 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
729
730         * gst-libs/gst/audio/.cvsignore:
731         * gst-libs/gst/audio/Makefile.am:
732         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
733         * gst-libs/gst/audio/make_filter:
734           Move audiofiltertemplate to gst-template.
735
736 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
737
738         * docs/libs/gst-plugins-base-libs-sections.txt:
739         * gst-libs/gst/audio/gstaudiosrc.h:
740           More docs and shuffling. What can we do with the hundreds of #defines.
741
742 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
743
744         * gst-libs/gst/audio/audio.h:
745         * gst-libs/gst/audio/gstaudiofilter.h:
746         * gst-libs/gst/audio/gstringbuffer.h:
747         * gst-libs/gst/interfaces/propertyprobe.h:
748         * gst-libs/gst/tag/gsttagdemux.h:
749           Reducing number of dundocumented symbols.
750
751 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
752
753         * gst-libs/gst/audio/audio.c:
754           Fix doc comment syntax.
755
756         * gst-libs/gst/interfaces/propertyprobe.c:
757           Add more doc-comments and a FIXME: for the signal.    
758
759 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
760
761         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
762         (gst_ogg_mux_request_new_pad):
763         * ext/ogg/gstoggmux.h:
764         Don't pretend to support NEWSEGMENT events, instead override the
765         GstCollectPads event function to return FALSE on NEWSEGMENT events
766         and do the normal work for other events.
767
768         This prevents elements like flacenc to seek to the start and rewrite
769         some data which then results in a broken Ogg packet.
770
771 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
772
773         Patch by: Frederic Crozat <fcrozat@mandriva.org>
774
775         * ext/alsa/gstalsaplugin.c: (plugin_init):
776         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
777         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
778         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
779         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
780         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
781         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
782         * gst/playback/gstdecodebin.c: (plugin_init):
783         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
784         * gst/playback/gstplayback.c: (plugin_init):
785         * gst/playback/gstqueue2.c: (plugin_init):
786         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
787         * sys/v4l/gstv4l.c: (plugin_init):
788         Make sure gettext returns translations in UTF-8 encoding rather
789         than in the current locale encoding (#546822).
790
791 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
792
793         * gst-libs/gst/pbutils/descriptions.c:
794           Add audio/x-qdm for qtdemux.
795
796 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
797
798         * ext/vorbis/vorbisdec.c:
799           Do not leak old taglist.
800
801 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
802
803         * tests/icles/test-scale.c:
804           Include <stdlib.h> for atoi().
805
806 2008-08-04  Andy Wingo  <wingo@pobox.com>
807
808         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
809         documentation fix.
810
811 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
812
813         * gst/adder/gstadder.c:
814           Cleanup lots of empty lines that came from gst-indent going havoc
815           before I added the INDENT_ON/OFF marker some time agao.
816
817 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
818
819         * configure.ac:
820         * gst-libs/gst/riff/riff-read.c:
821           Bump requirement to latest core and use new tag for riff formats.
822           Needed for #520694.
823
824 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
825
826         * tests/examples/dynamic/Makefile.am:
827         * tests/examples/dynamic/codec-select.c: (make_encoder),
828         (make_pipeline), (do_switch), (my_bus_callback), (main):
829         Add example app that dynamically switches between 3 'encoders'.
830
831 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
832
833         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
834         Add some more comments.
835
836 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
837
838         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
839         (gst_video_test_src_create):
840         Discard buffers of the wrong size after renegotiation, this is perfectly
841         possible with things like capsfilter that could suggest caps changes
842         upstream without knowing the size of the buffer.
843
844 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
845
846         * tests/icles/.cvsignore:
847         * tests/icles/Makefile.am:
848         * tests/icles/test-scale.c: (make_pipeline), (main):
849         Add dynamic rescaling tests for the new basetransform.
850
851 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
852
853         * gst/audioconvert/Makefile.am:
854           Dist recently-added gstfastrandom.h.
855
856 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
857
858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
859         Fix a "may be used uninitialized in this function" which weirdly only
860         appears on macosx (?).
861
862 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
863
864         * gst-libs/gst/riff/riff-ids.h:
865           Adding acid chunk for tempo and loop information.
866
867 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
868
869         * sys/xvimage/Makefile.am:
870           floor() needs linking to $(LIBM).
871
872 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
873
874         * ext/gnomevfs/gstgnomevfssrc.c:
875           Aggregate short reads and add some comments and debug logging.
876           Fixes #537380
877
878 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
879
880         * gst/playback/gstplaybasebin.c:
881           Fix property doc markup (its not a signal).
882
883         * sys/xvimage/xvimagesink.c:
884           Add since tag for new proeprties (also add sice tags fro the last two
885           other additions).
886
887 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
888
889         * sys/xvimage/xvimagesink.c:
890         * sys/xvimage/xvimagesink.h:
891           Add autofill/colorkey properties. Fixes #538656.
892
893 2008-07-28  David Schleef  <ds@schleef.org>
894
895         * sys/xvimage/xvimagesink.c:
896           Fix rounding errors when converting colorbalance values
897           between hardware and object property ranges.  Partial
898           fix for #537889, however, there still seems to be a small
899           drift problem that could be totem's fault.
900
901 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
902
903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
904         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
905         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
906         This fixes a critical warning.
907
908 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
909
910         * ext/ogg/gstoggmux.c:
911         Allow muxing of CELT into Ogg streams.
912
913 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
914
915         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
916         (plugin_init):
917         Add simple typefinder for the CELT codec (www.celt-codec.org).
918
919 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
920
921         Patch by: Jan Gerber <j at oil21 dot org>
922
923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
924         Fix calculation of the start time from skeleton streams.
925         Fixes bug #530068.
926
927 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
928
929         * tests/examples/seek/seek.c:
930           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
931
932 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
933
934         * gst/audioconvert/audioconvert.h:
935         * gst/audioconvert/gstaudioquantize.c:
936         (gst_audio_quantize_setup_dither),
937         (gst_audio_quantize_free_dither):
938         * gst/audioconvert/gstfastrandom.h:
939         Implement a linear congruential generator as pseudo random number
940         generator for the dither noise. This is about 2 times faster than
941         using GLib's mersenne twister. Also this uses only integer math for
942         generating integers while GLib internally uses floating point math.
943
944 2008-07-23  Michael Smith <msmith@songbirdnest.com>
945
946         * configure.ac:
947           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
948
949 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
950
951         Patch by: Damien Lespiau  <damien.lespiau gmail com>
952
953         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
954           Use GST_STR_NULL to avoid crashes with libcs that don't
955           like NULL strings in printf args (such as the win32 one).
956           Fixes #544306.
957
958 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
959
960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
961         Oops - set the size of the image used for probing back to 1x1, for
962         consistency with ximagesink
963
964 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
965
966         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
967         (gst_ximagesink_ximage_new):
968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
969         (gst_xvimagesink_xvimage_new):
970
971         Apparently on Solaris and OS/X (at least), it's not legal to ask the
972         X server to attach to a shared memory segment after we've deleted it,
973         with the result that MIT-SHM is disabled. Instead, remove it only after 
974         X succeeds in attaching too.
975
976 2008-07-16  David Schleef  <ds@schleef.org>
977
978         * gst/audiotestsrc/gstaudiotestsrc.c:
979         * gst/audiotestsrc/gstaudiotestsrc.h:
980           Add 'ticks', a 1/30 second sine wave pulse every second.
981
982 2008-07-15  David Schleef  <ds@schleef.org>
983
984         * gst-libs/gst/video/video.c: Revert ABI change.
985
986 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
987
988         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
989         Make it impossible to have NULL caps at the point where we set
990         framerate and other things. Also don't return immediately for "3ivd"
991         video and let framerate, etc be set. Might fix bug #542508.
992
993 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
994
995         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
996         Video format can also be conveniently determined from (many)
997         non-fixed caps.
998
999 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1000
1001         * gst/playback/gstplaybasebin.c:
1002         * gst/playback/gstplaybasebin.h:
1003         * gst/playback/gstplaybin.c:
1004         * gst/playback/gststreamselector.c:
1005         First stab at integrating DVD subpicture overlay into
1006         playbin. Successfully plugs and plays, but the queues need
1007         shrinking - 3 seconds of video is too much buffering.
1008
1009 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1010
1011         * gst/audioconvert/gstaudioconvert.c:
1012           Remove now obsolete note in the docs.
1013
1014 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1015
1016         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1017         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1018         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1019         * docs/plugins/gst-plugins-base-plugins.args:
1020         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1021         * docs/plugins/gst-plugins-base-plugins.interfaces:
1022         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1023         * docs/plugins/gst-plugins-base-plugins.signals:
1024         * docs/plugins/inspect/plugin-adder.xml:
1025         * docs/plugins/inspect/plugin-alsa.xml:
1026         * docs/plugins/inspect/plugin-audioconvert.xml:
1027         * docs/plugins/inspect/plugin-audiorate.xml:
1028         * docs/plugins/inspect/plugin-audioresample.xml:
1029         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1030         * docs/plugins/inspect/plugin-cdparanoia.xml:
1031         * docs/plugins/inspect/plugin-decodebin.xml:
1032         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1033         * docs/plugins/inspect/plugin-gdp.xml:
1034         * docs/plugins/inspect/plugin-gnomevfs.xml:
1035         * docs/plugins/inspect/plugin-libvisual.xml:
1036         * docs/plugins/inspect/plugin-ogg.xml:
1037         * docs/plugins/inspect/plugin-pango.xml:
1038         * docs/plugins/inspect/plugin-playback.xml:
1039         * docs/plugins/inspect/plugin-queue2.xml:
1040         * docs/plugins/inspect/plugin-subparse.xml:
1041         * docs/plugins/inspect/plugin-tcp.xml:
1042         * docs/plugins/inspect/plugin-theora.xml:
1043         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1044         * docs/plugins/inspect/plugin-uridecodebin.xml:
1045         * docs/plugins/inspect/plugin-video4linux.xml:
1046         * docs/plugins/inspect/plugin-videorate.xml:
1047         * docs/plugins/inspect/plugin-videoscale.xml:
1048         * docs/plugins/inspect/plugin-videotestsrc.xml:
1049         * docs/plugins/inspect/plugin-volume.xml:
1050         * docs/plugins/inspect/plugin-vorbis.xml:
1051         * docs/plugins/inspect/plugin-ximagesink.xml:
1052         * docs/plugins/inspect/plugin-xvimagesink.xml:
1053         * ext/alsa/gstalsamixer.c:
1054         * ext/alsa/gstalsasink.c:
1055         * ext/alsa/gstalsasrc.c:
1056         * ext/gio/gstgiosink.c:
1057         * ext/gio/gstgiosrc.c:
1058         * ext/gio/gstgiostreamsink.c:
1059         * ext/gio/gstgiostreamsrc.c:
1060         * ext/gnomevfs/gstgnomevfssink.c:
1061         * ext/gnomevfs/gstgnomevfssrc.c:
1062         * ext/ogg/gstoggdemux.c:
1063         * ext/ogg/gstoggmux.c:
1064         * ext/pango/gstclockoverlay.c:
1065         * ext/pango/gsttextoverlay.c:
1066         * ext/pango/gsttextrender.c:
1067         * ext/pango/gsttimeoverlay.c:
1068         * ext/theora/theoradec.c:
1069         * ext/theora/theoraenc.c:
1070         * ext/theora/theoraparse.c:
1071         * ext/vorbis/vorbisdec.c:
1072         * ext/vorbis/vorbisenc.c:
1073         * ext/vorbis/vorbisparse.c:
1074         * ext/vorbis/vorbistag.c:
1075         * gst/adder/gstadder.c:
1076         * gst/audioconvert/gstaudioconvert.c:
1077         * gst/audioresample/gstaudioresample.c:
1078         * gst/audiotestsrc/gstaudiotestsrc.c:
1079         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1080         * gst/gdp/gstgdpdepay.c:
1081         * gst/gdp/gstgdppay.c:
1082         * gst/playback/gstdecodebin2.c:
1083         * gst/playback/gstplaybin.c:
1084         * gst/playback/gstplaybin2.c:
1085         * gst/playback/gstqueue2.c:
1086         * gst/playback/gsturidecodebin.c:
1087         * gst/tcp/gstmultifdsink.c:
1088         * gst/tcp/gsttcpserversink.c:
1089         * gst/videorate/gstvideorate.c:
1090         * gst/videoscale/gstvideoscale.c:
1091         * gst/videotestsrc/gstvideotestsrc.c:
1092         * gst/volume/gstvolume.c:
1093         * sys/ximage/ximagesink.c:
1094         * sys/xvimage/xvimagesink.c:
1095           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1096           titles. Drop mentining that all our example pipelines are "simple"
1097           pipelines.
1098
1099 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1100
1101         * tests/examples/seek/Makefile.am:
1102         Fix out of tree build by adding all required CFLAGS.
1103
1104 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1105
1106         * gst/playback/gstdecodebin.c: (add_raw_queue):
1107         And ref the pad before returning it again when linking to the queue
1108         failed. Otherwise we will unref the pad twice later and things break.
1109
1110 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1111
1112         * gst/playback/gstdecodebin.c: (add_raw_queue):
1113         If linking the raw pad with a queue fails, try it without a queue
1114         instead of failing completely. This should never happen.
1115
1116 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1117
1118         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1119
1120         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1121         Add a queue after a demuxer if the demuxer outputs raw data. This was
1122         done before only for non-raw data but is required in this case too.
1123         Fixes bug #540215.
1124
1125         decodebin2 doesn't have this issue because all streams of a group
1126         go through multiqueue.
1127
1128 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1129
1130         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1131
1132         * gst-libs/gst/sdp/gstsdpmessage.c:
1133         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1134         that getaddrinfo() can be used. Fixes #541358.
1135
1136 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1137
1138         * gst/videotestsrc/gstvideotestsrc.c:
1139         (gst_video_test_src_class_init), (gst_video_test_src_init),
1140         (gst_video_test_src_set_property),
1141         (gst_video_test_src_get_property), (gst_video_test_src_create):
1142         * gst/videotestsrc/gstvideotestsrc.h:
1143         Cleanups, use default property values as defines.
1144         Add property to enable/disable peer buffer allocation.
1145
1146 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1147
1148         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1149         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1150         Enable unit tests on PPC again as the bugs are now fixed.
1151
1152 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1153
1154         * gst-libs/gst/riff/riff-ids.h:
1155         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1156         (gst_riff_create_audio_template_caps):
1157         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1158         Fixes bug #540351.
1159
1160 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1161
1162         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1163         (gst_ffmpeg_pixfmt_to_caps):
1164         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1165         (gst_ffmpegcsp_get_unit_size):
1166         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1167         it on other formats. Also adjust the unit size only for that format
1168         to not include the palette. Fixes bug #540497.
1169
1170 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1171
1172         * gst/adder/gstadder.c:
1173           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1174
1175 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1176
1177         * ChangeLog:
1178           ChangeLog surgery.
1179   
1180         * tests/examples/seek/seek.c:
1181           Move variable into ifdef too.
1182         
1183
1184 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1185
1186         * tests/examples/seek/seek.c:
1187           Include config.h and check if we have X. Remove XInitThread(), don't
1188           think its needed. Fixes: #540334.
1189
1190 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1191
1192         Patch by: Sam Morris <sam at robots dot org to uk>
1193
1194         * gst-libs/gst/interfaces/mixertrack.c:
1195         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1196         (gst_mixer_track_set_property):
1197         API: Add "index" property to GstMixerTrack to differantiate between
1198         multiple mixer tracks with the same label.
1199
1200         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1201         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1202         Set the "index" property of GstMixerTrack to the index given by ALSA.
1203         Fixes bug #528299.
1204
1205 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1206
1207         * tests/examples/seek/Makefile.am:
1208         * tests/examples/seek/seek.c:
1209           Remove libgstvideo usage. Use gtk_get_option_group instead of
1210           gtk_init().
1211
1212 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1213
1214         * tests/check/Makefile.am:
1215           Name the test registry format neutral.
1216
1217 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1218
1219         * gst/playback/gstqueue2.c:
1220           Do not double notify. Remove the unsued return value.
1221
1222 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1223
1224         * ext/alsa/gstalsamixer.c:
1225           Also consider "speaker" as a name for master volume. If that doesn't
1226           help look for the first non-mono volume control that also has a
1227           playback switch.
1228
1229 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1230
1231         * ChangeLog:
1232           Forgot to save the ChangeLog :/
1233
1234 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1235
1236         * tests/examples/seek/Makefile.am:
1237         * tests/examples/seek/seek.c:
1238           Embedd the xwindow. Allow to play multiple files.
1239
1240 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1241
1242         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1243         (gst_ximagesink_setcaps):
1244         * sys/ximage/ximagesink.h:
1245         When the caps change, make sure to re-draw borders in
1246         force-aspect-ratio=true mode.
1247         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1248         Don't clear the border_draw flag until we actually draw the border.
1249         * tests/check/Makefile.am:
1250         Ignore alsasink/src during the states test too, so it doesn't fail
1251         when running without access to the sound device.
1252
1253 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1254
1255         * tests/examples/seek/seek.c:
1256           Fix crasher when playing a parse-launch line the 2nd time.
1257
1258 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1259
1260         * tests/check/pipelines/oggmux.c:
1261           Properly ifdef tests to fix compilation.
1262
1263 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1264
1265         * gst/playback/gstplay-marshal.list:
1266         * gst/playback/gstplaybin2.c:
1267           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1268           playbin2. This allows the user to get to the selector's sinkpads, and
1269           thus inspect a range of things - caps, tags, etc. 
1270
1271 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1272
1273         * gst/playback/gstplaybin2.c:
1274           Use a different constant for the convert-frame signal id.
1275           Fixes #537009.
1276
1277 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1278
1279         * gst/playback/gstplaybin2.c:
1280         * gst/playback/gstplaysink.c:
1281           Fix a whole bunch of typos in comments and log statements. 
1282
1283 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1284
1285         * sys/xvimage/xvimagesink.c:
1286           Don't set colour balance values on the Xv port if the user hasn't
1287           changed them (via properties or the interface). Avoids accumulating
1288           rounding errors for the common case.
1289           Partial fix for bug #537889.
1290
1291 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1292
1293         * gst/playback/gstdecodebin2.c:
1294           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1295           pads are drained.
1296
1297 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1298
1299         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1300         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1301         Report the encoder latency. Fixes #538232.
1302
1303 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1304
1305         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1306         (notify_source), (activate_group):
1307         Implement the source property, emit notify when it changes in the
1308         underlying uridecodebin.
1309
1310 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1311
1312         * tests/examples/seek/seek.c: (stop_cb):
1313         Free and clear the seek element list so that we don't use invalid
1314         references when seeking after recreating a gst-launch line.
1315
1316 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1317
1318         * gst-libs/gst/audio/gstbaseaudiosink.c:
1319         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1320         (gst_base_audio_sink_render):
1321         Report latency even if we are not live instead of hiding it.
1322         Take ts-offset and render-delay of the basesink into account when
1323         scheduling samples.
1324         Rework the clipping code so that we can take the various offsets into
1325         account and still do correct clipping.
1326
1327 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1328
1329         * configure.ac:
1330         Bump verion back to devel -> 0.10.20.1
1331
1332 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1333
1334         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1335         Don't increase the size of non-string image buffers by one as this
1336         might in theory confuse decoders. Still increase it by one for string
1337         image buffers to append '\0'.
1338
1339 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1340
1341         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1342         
1343         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1344         Fix a buffer memleak and remove a confusing and wrong debug output.
1345         Fixes bug #538663.
1346
1347 === release 0.10.20 ===
1348
1349 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1350
1351         * configure.ac:
1352           releasing 0.10.20, "Here I Go Again"
1353
1354 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1355
1356         * configure.ac:
1357         0.10.19.3 pre-release
1358
1359 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1360
1361         * gst-libs/gst/rtsp/gstrtspconnection.c:
1362         Fix build on win32.
1363         Patch By: David Schleef <ds@schleef.org>
1364         Fixes: #536874
1365
1366 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1367
1368         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1369         (gst_gio_base_src_create):
1370         * ext/gio/gstgiobasesrc.h:
1371         Try to read the requested number of bytes, even if the first
1372         read returns less than requested, until nothing is read anymore
1373         or we have the requested amount of bytes. This fixes playback of
1374         files via Samba as Samba only allows to read 64k at once.
1375
1376         Implement a caching algorithm that makes sure that we read at
1377         least 4k of data every time. Some elements will try to read a few
1378         bytes, then seek, read again a few bytes and so on and this is
1379         painfully slow as every operation has to go over DBus if GVfs is
1380         used as backend.
1381
1382         Fixes bug #536849 and #536848.
1383
1384         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1385         (gst_gio_src_check_get_range):
1386         Override check_get_range() to blacklist http/https URIs
1387         and whitelist file URIs. More to be added on demand.
1388
1389 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1390
1391         * configure.ac:
1392         0.10.19.2 pre-release
1393
1394 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1395
1396         * win32/common/libgstrtsp.def:
1397         * win32/common/libgsttag.def:
1398         Add new API functions to the dll exports
1399
1400 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1401
1402         * gst/playback/gstplaybasebin.c:
1403           Disconnect signals from decodebins we created before we remove it
1404           from playbin, to avoid crashes if the decodebin is eventually
1405           disposed after the playbin itself (possible if the app takes a
1406           reference on the decodebin).
1407           Fixes #536521.
1408
1409 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1410
1411         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1412           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1413           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1414           (h264_video_type_find), (mpeg_video_stream_type_find),
1415           (dv_type_find), (mmsh_type_find):
1416           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1417           copy caps for no good reason (this may be desirable to make it easier
1418           to detect leaks, but then it should probably be done for all caps
1419           in the typefinder somewhere).
1420
1421 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1422
1423         * tests/check/Makefile.am:
1424         Do not try to run the check tests for subparse unless it has been
1425         built.
1426
1427 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1428
1429         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1430         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1431         Do not try to run a test which requires vorbisenc unless we have
1432         actually built it.
1433
1434 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1435
1436         * gst-libs/gst/rtsp/gstrtspconnection.c:
1437         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1438         (gst_rtsp_connection_clear_auth_params),
1439         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1440         * gst-libs/gst/rtsp/gstrtspconnection.h:
1441         Add a couple of missing argument guards.
1442         Add a way of setting the DSCP for an RTSP connection.
1443         Add an accessor method for the ip member of GstRTSPConnection as all
1444         members are supposed to be private.
1445
1446 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1447
1448         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1449         Fixed accidental use of IPv4 options for all IPv6 addresses.
1450
1451 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1452
1453         * gst-libs/gst/interfaces/mixertrack.h:
1454           Document mixer track flags.
1455
1456 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1457
1458         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1459
1460         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1461         Don't set caps on the buffers that contain a copy of the buffer
1462         including the caps of them resulting in an always increasing refcount
1463         of the caps and insanely large caps. Instead include a buffer without
1464         caps in the new caps. Fixes bug #536475.
1465
1466 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1467
1468         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1469         Transform a given PAR to a range on the struct with the generic
1470         height/width instead of the struct with the possibly restricted
1471         height/width.
1472
1473 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1474
1475         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1476         Prefer the given format if it contains something stricter than [1,MAX]
1477         for height or width and only put a structure that requires rescaling
1478         as second. This makes it possible to use videoscale in pipelines where
1479         the source can actually produce the wanted height/width but usually
1480         selects a different one from the requested.
1481
1482 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1483
1484         Based on patch by: John Millikin <jmillikin gmail com>
1485
1486         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1487           (gst_vorbis_tag_add_coverart):
1488           Retrieve COVERART tags from vorbis comments (#512333)
1489
1490 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1491
1492         * gst-libs/gst/tag/tag.h:
1493         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1494           Don't forget to add new enum value here too (should probably use
1495           glib-mkenums here...).
1496
1497 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1498
1499         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1500         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1501         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1502           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1503           (gst_tag_image_data_to_image_buffer):
1504           Add two utility functions to avoid code duplication (#512333):
1505           API: add gst_tag_image_data_to_image_buffer()
1506           API: add gst_tag_list_add_id3_image()
1507           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1508
1509 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1510
1511         * win32/common/libgstaudio.def:
1512         Add gst_audio_check_channel_positions() to the exported symbols.
1513
1514 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1515
1516         * docs/libs/gst-plugins-base-libs-sections.txt:
1517         * gst-libs/gst/audio/multichannel.c:
1518         (gst_audio_check_channel_positions):
1519         * gst-libs/gst/audio/multichannel.h:
1520         API: Make gst_audio_check_channel_positions() public.
1521
1522         * tests/check/libs/audio.c: (GST_START_TEST):
1523         Add some simple checks for gst_audio_check_channel_positions().
1524
1525 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1526
1527         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1528           minrange and maxrange are scaled according to the frequency
1529           multiplier.
1530
1531 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1532
1533         * ext/pango/Makefile.am:
1534         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1535           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1536           Use gstvideo functions to calculate strides and plane offsets. Fixes
1537           rendering issue ('ghost' images of the text on the chroma planes)
1538           with widths or heights that are not multiples of 8 (#506659 and
1539           probably also #485729).
1540
1541         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1542           (main):
1543           Test with odd height/width too.
1544
1545 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1546
1547         * gst/adder/gstadder.c: (gst_adder_query_duration),
1548         (gst_adder_query_latency):
1549         When using gst_element_iterate_pads() one has to unref every pad
1550         after usage.
1551
1552 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1553
1554         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1555         (gst_base_audio_src_class_init):
1556         Add a gtk-doc chunk for the new properties to have a Since: indication.
1557
1558 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1559
1560         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1561         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1562         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1563         (gst_base_audio_src_change_state):
1564         Provide readable actual-buffer-time and actual-latency-time properties
1565         that reflect the configured ringbuffer values. Fixes #524724.
1566         API: GstBaseAudioSrc:actual-buffer-time
1567         API: GstBaseAudioSrc:actual-latency-time
1568
1569 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1570
1571         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1572         (gst_basertppayload_change_state):
1573         Simply converting the running time into an RTP timestamp by scaling it
1574         based on the clock-rate is good enough for making an RTP timestamp. This
1575         has the added benefit that we can later on expose a property with the
1576         RTP timestamp of running time 0, as is needed for RTSP servers to
1577         generate the response of the PLAY request.
1578
1579 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1580
1581         * gst/audioconvert/gstaudioconvert.c:
1582         (structure_has_fixed_channel_positions),
1583         (gst_audio_convert_transform_caps):
1584         Allow up to 11 positioned channels now that audioconvert can handle
1585         this but add no default positions for > 8 channels.
1586         
1587         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1588         Add some unit tests for the above change: Test conversion of
1589         11 positioned channels to stereo and the other way around, test
1590         conversion of 15 unpositioned channels in different ways.
1591
1592 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1593
1594         * win32/common/libgstaudio.def:
1595         Add gst_audio_clock_reset to the list of exported symbols.
1596
1597 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1598
1599         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1600         Remove wrong_channels_identification_header unit test as we now
1601         support 7 (and more channels).
1602
1603 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1604
1605         * gst/audioconvert/gstchannelmix.c:
1606         (gst_channel_mix_fill_one_other):
1607         If mixing left or right to center (or the other way around) only take
1608         the complete value if we don't already have the original position in
1609         the source.
1610
1611 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1612
1613         * gst-libs/gst/audio/multichannel.c:
1614         (gst_audio_check_channel_positions),
1615         (gst_audio_set_structure_channel_positions_list),
1616         (gst_audio_fixate_channel_positions):
1617         Allow rear center together with rear left/right and other previously
1618         conflicting channel positions. The reason why they weren't allowed
1619         was the channel mixing implementation in audioconvert.
1620         Also take this into account when fixing channel layouts.
1621
1622         Allow setting channel positions for 1/2 channels when using
1623         gst_audio_set_structure_channel_position().
1624
1625         * gst/audioconvert/gstchannelmix.c:
1626         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1627         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1628         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1629         Major rewrite of the channel mixing.
1630
1631         We now allow previously conflicting channel positions to appear
1632         together (rear center and rear left/right for example).
1633         Fixes bug #533817.
1634
1635         Rework the way channels are mixed together to take more possible
1636         channel positions into account, properly mix from/to side channels
1637         and don't assume that either center, left&right or nothing of a
1638         specific position is available anymore.
1639
1640         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1641         Adjust unit tests with non-standard 1/2 channel layouts to the more
1642         correct new behaviour.
1643
1644         Add a unit test for 5.1->Stereo downmixing.
1645
1646 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1647
1648         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1649         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1650         Add sane defaults for the 7 and 8 channel layouts as those are
1651         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1652         more than 8 channels instead of erroring out. Fixes bug #535356.
1653
1654 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1655
1656         * docs/plugins/Makefile.am:
1657         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1658         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1659         * ext/theora/theoraparse.c:
1660         Add theoraparse to the docs and fix some docs.
1661
1662 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1663
1664         * gst-libs/gst/cdda/gstcddabasesrc.c:
1665         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1666         Fix EOS condition and track addition check, the track.end sector is
1667         included in the track. Fixes #533265.
1668
1669 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1670
1671         Patch by: Mark Nauwelaerts <manauw at skynet be>
1672
1673         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1674         (gst_video_rate_flush_prev), (gst_video_rate_event),
1675         (gst_video_rate_chain):
1676         * gst/videorate/gstvideorate.h:
1677         React (more) to NEWSEGMENT
1678         Small adjustment in timestamp calculation to prevent mismatches
1679         Fixes #435633.
1680
1681 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1682
1683         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1684           Initialise error to NULL as we should.
1685
1686 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1687
1688         * gst/adder/gstadder.c: (gst_adder_query_duration),
1689         (gst_adder_query_latency), (gst_adder_query):
1690         Implement latency query.
1691
1692 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1693
1694         * gst/adder/gstadder.c: (gst_adder_query_duration):
1695         Correctly resync the iterator if gst_iterator_next() returns
1696         GST_ITERATOR_RESYNC.
1697
1698 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1699
1700         * win32/vs6/libgstpbutils.dsp:
1701           Add pbutils-enumtypes.c to sources (#518037).
1702
1703 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1704
1705         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1706         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1707         * gst-libs/gst/audio/gstaudioclock.h:
1708         Add method to inform the clock that the time starts from 0 again. We use
1709         this info to calculate a clock offset so that the time we report in
1710         internal_time is monotonically increasing, as required by the clock base
1711         class. Fixes #521761.
1712         API: GstAudioClock::gst_audio_clock_reset()
1713
1714         * gst-libs/gst/audio/gstbaseaudiosink.c:
1715         (gst_base_audio_sink_skew_slaving),
1716         (gst_base_audio_sink_change_state):
1717         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1718         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1719         Reset reported time when we (re)create the ringbuffer.
1720
1721 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1722
1723         * ext/alsa/gstalsamixertrack.c:
1724           (gst_alsa_mixer_track_update_alsa_capabilities):
1725           Make sure playback volumes aren't accidentally overwritten by
1726           capture volumes if an alsa mixer track has both playback and
1727           capture capabilities: we create two GstMixerTracks in that
1728           case, so make sure we query only the alsa capabilities that
1729           refer to the type of GstMixerTrack we created from the dual
1730           capability alsa element. Should fix issues with Audigy2 sound
1731           cards (#518082).
1732
1733 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1734
1735         * tests/check/pipelines/oggmux.c: (test_pipeline):
1736           Don't use deprecated function.
1737
1738 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1739
1740         * gst/playback/gstdecodebin2.c:
1741         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1742         Check for NULL cases and log them, creating ghostpads can, for example,
1743         fail when the pad returns wrong caps.
1744
1745         * gst/playback/gstplaybin2.c: (perform_eos):
1746         When pushing out the EOS event, collect the return value and warn when
1747         something failed.
1748
1749 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1750
1751         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1752         (gst_riff_create_video_template_caps):
1753         Add support for DVCPRO.
1754
1755 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1756
1757         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1758           Change default scaling method from nearest-neighbour to bilinear.
1759
1760 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1761
1762         * tests/check/libs/video.c:
1763           More checks.
1764
1765 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
1766
1767         * gst/subparse/gstsubparse.c: (parser_state_init),
1768           (gst_sub_parse_format_autodetect), (handle_buffer):
1769         * gst/subparse/gstsubparse.h:
1770         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1771           Limit duration to a maximum of five seconds for tmplayer format where
1772           we can guess the duration only from the timestamp of the next line of
1773           text. We don't want to show a text for eternities just because nothing
1774           else is being said for a while.
1775
1776 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1777
1778         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1779         (gst_base_rtp_depayload_chain),
1780         (gst_base_rtp_depayload_handle_sink_event),
1781         (gst_base_rtp_depayload_push_full),
1782         (gst_base_rtp_depayload_change_state):
1783         Check sequence numbers, mark input buffers with a discont flag for the
1784         subclass when we detected a gap, drop duplicate buffers. We do this
1785         because one can use the element without a jitterbuffer in front and we
1786         don't want to feed the subclasses invalid or reordered data.
1787         Do an error when the subclass did not provide a process function instead
1788         of crashing.
1789         Some other small cleanups.
1790
1791 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
1792
1793         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1794           May just as well use the precalculated uvstride here.
1795
1796 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
1797
1798         * docs/plugins/Makefile.am:
1799         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1800         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1801         * docs/plugins/gst-plugins-base-plugins.args:
1802         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1803         * docs/plugins/gst-plugins-base-plugins.interfaces:
1804         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1805         * docs/plugins/inspect/plugin-adder.xml:
1806         * docs/plugins/inspect/plugin-alsa.xml:
1807         * docs/plugins/inspect/plugin-audioconvert.xml:
1808         * docs/plugins/inspect/plugin-audiorate.xml:
1809         * docs/plugins/inspect/plugin-audioresample.xml:
1810         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1811         * docs/plugins/inspect/plugin-cdparanoia.xml:
1812         * docs/plugins/inspect/plugin-decodebin.xml:
1813         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1814         * docs/plugins/inspect/plugin-gdp.xml:
1815         * docs/plugins/inspect/plugin-gio.xml:
1816         * docs/plugins/inspect/plugin-gnomevfs.xml:
1817         * docs/plugins/inspect/plugin-libvisual.xml:
1818         * docs/plugins/inspect/plugin-ogg.xml:
1819         * docs/plugins/inspect/plugin-pango.xml:
1820         * docs/plugins/inspect/plugin-playback.xml:
1821         * docs/plugins/inspect/plugin-queue2.xml:
1822         * docs/plugins/inspect/plugin-subparse.xml:
1823         * docs/plugins/inspect/plugin-tcp.xml:
1824         * docs/plugins/inspect/plugin-theora.xml:
1825         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1826         * docs/plugins/inspect/plugin-uridecodebin.xml:
1827         * docs/plugins/inspect/plugin-video4linux.xml:
1828         * docs/plugins/inspect/plugin-videorate.xml:
1829         * docs/plugins/inspect/plugin-videoscale.xml:
1830         * docs/plugins/inspect/plugin-videotestsrc.xml:
1831         * docs/plugins/inspect/plugin-volume.xml:
1832         * docs/plugins/inspect/plugin-vorbis.xml:
1833         * docs/plugins/inspect/plugin-ximagesink.xml:
1834         * docs/plugins/inspect/plugin-xvimagesink.xml:
1835         * ext/cdparanoia/gstcdparanoiasrc.c:
1836         * ext/ogg/gstoggdemux.c:
1837         * ext/ogg/gstoggdemux.h:
1838         * ext/ogg/gstoggmux.c:
1839         * ext/ogg/gstoggmux.h:
1840         * gst/audioconvert/audioconvert.c:
1841         * gst/audioconvert/audioconvert.h:
1842         * gst/audioconvert/gstaudioconvert.h:
1843         * gst/gdp/gstgdpdepay.h:
1844         * gst/gdp/gstgdppay.h:
1845         * gst/playback/gstdecodebin.c:
1846         * gst/playback/gstdecodebin2.c:
1847         * gst/playback/gstplaybin.c:
1848         * gst/playback/gstplaybin2.c:
1849         * gst/playback/gsturidecodebin.c:
1850         * gst/tcp/gstmultifdsink.c:
1851         * gst/tcp/gstmultifdsink.h:
1852         * gst/tcp/gsttcp.h:
1853
1854         Add some documentation comments, and some new headers to be scanned.
1855         Rename some internal enum declarations (audioconvert's DitherType and
1856         NoiseShapingType, GstUnitType from the TCP elements) to match the
1857         documented GObject type names so that the docs pick them up.
1858         Name the playbin2 docs markups properly so they get picked up. They'll
1859         need renaming back when/if playbin2 becomes playbin.
1860
1861         100% symbol coverage for the plugin docs, booya.
1862
1863 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
1864
1865         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
1866
1867         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1868         Fix generation of NV12/NV21 frames. Fixes bug #532454.
1869
1870 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1871
1872         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1873
1874         * gst/playback/gstdecodebin.c: (remove_fakesink):
1875         Lock the fakesink before setting the state to NULL and removing it from
1876         the bin so that a concurrent state change cannot interfere. 
1877         Fixes #534331.
1878
1879 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1880
1881         * docs/Makefile.am:
1882         Fix installing plugin documentation when gtk-doc is disabled.
1883
1884 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1885
1886         * gst-libs/gst/rtsp/Makefile.am:
1887         Distribute, don't install md5.h
1888
1889 2008-05-21  Julien Moutte  <julien@fluendo.com>
1890
1891         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
1892         instead of SOL_IP, works on more platforms.
1893         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
1894         arguments.
1895
1896 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1897
1898         * ext/vorbis/vorbisdec.c:
1899         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
1900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
1901         Some debug and comment fixes.
1902
1903         * tests/examples/dynamic/addstream.c: (main):
1904         Fix , to ;
1905
1906 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1907
1908         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1909         * gst/playback/decodetest.c: (new_decoded_pad_cb):
1910         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1911         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
1912         (cleanup_decodebin):
1913         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1914         (connect_element), (gst_decode_group_control_demuxer_pad):
1915         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
1916         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
1917         (mute_group_type):
1918         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
1919         (gst_play_bin_set_property), (handoff), (gen_video_element),
1920         (gen_text_element), (gen_audio_element), (gen_vis_element),
1921         (remove_sinks), (add_sink), (setup_sinks):
1922         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
1923         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
1924         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
1925         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
1926         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
1927         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
1928         (gen_vis_chain), (gst_play_sink_reconfigure),
1929         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
1930         (gst_play_sink_request_pad):
1931         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
1932         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1933         (cb_newpad):
1934         * gst/playback/test6.c: (new_decoded_pad_cb):
1935         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1936         * tests/check/elements/audiorate.c: (test_injector_chain),
1937         (do_perfect_stream_test):
1938         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1939         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
1940         * tests/check/elements/gnomevfssink.c:
1941         * tests/check/elements/textoverlay.c:
1942         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
1943         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
1944         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
1945         * tests/check/pipelines/oggmux.c: (test_pipeline):
1946         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
1947         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1948         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
1949         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
1950         * tests/examples/seek/seek.c: (make_mod_pipeline),
1951         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
1952         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
1953         (make_theora_pipeline), (make_vorbis_theora_pipeline),
1954         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
1955         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
1956         (update_fill), (msg_buffering):
1957         Don't use bad gst_element_get_pad().
1958
1959 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
1960
1961         * gst-libs/gst/riff/riff-media.c:
1962           Fix wrong method name in docs. Fix calculation of strf fields for
1963           broken mulaw/alaw.
1964   
1965         * gst-libs/gst/riff/riff-read.c:
1966           Whitespace fix and removing double ';'.
1967
1968 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1969
1970         * docs/design/part-playbin2.txt:
1971         Add some leftover doc.
1972
1973 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1974
1975         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
1976         Fix copy & paste error in last commit.
1977
1978 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1979
1980         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
1981         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
1982         other channel positions when source has SIDE channels and dest doesn't
1983         or the other way around.
1984
1985 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1986
1987         Patch by: Henrik Eriksson <henriken at axis dot com>
1988
1989         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
1990         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
1991         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
1992         (gst_multi_fd_sink_get_property):
1993         * gst/tcp/gstmultifdsink.h:
1994         Add support for DSCP QOS. Fixes #469933.
1995
1996 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1997
1998         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1999         Add another test that checks if conversion between standard 1 and 2
2000         channel layouts with and without positions set is working.
2001
2002 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2003
2004         * gst-libs/gst/audio/multichannel.c:
2005         (gst_audio_check_channel_positions):
2006         Allow non-standard 2 channel layouts.
2007         
2008         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2009         Add some tests for converting and remapping non-standard 1 and 2
2010         channel layouts.
2011
2012 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2013
2014         * gst/audioconvert/gstchannelmix.c:
2015         (gst_channel_mix_fill_normalize):
2016         Prevent division by zero if the channel mix matrix contains only
2017         zeroes.
2018
2019 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2020
2021         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2022
2023         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2024         Close a buffer memory leak. Fixes bug #534071.
2025
2026 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2027
2028         * gst-libs/gst/rtsp/gstrtsptransport.h:
2029         Make the GstRTSPTransport struct members public as there are no
2030         setters/getters and it's supposed to be changed directly.
2031         Fixes bug #533087.
2032
2033 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2034
2035         * gst/adder/gstadder.c:
2036         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2037         claim this on the pad template caps.
2038
2039 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2040
2041         * gst-libs/gst/audio/gstbaseaudiosink.c:
2042         (gst_base_audio_sink_sync_latency):
2043         We can only use our optimal calibration if we prerolled before the
2044         latency expired.
2045
2046 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2047
2048         * configure.ac:
2049           Require core CVS for GstBaseSrc buffer caps setting magic.
2050
2051 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2052
2053         * gst/audioconvert/gstaudioconvert.c:
2054         (gst_audio_convert_fixate_channels):
2055         Fix logic in last commit.
2056
2057 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2058
2059         * gst/audioconvert/gstaudioconvert.c:
2060         (gst_audio_convert_fixate_channels):
2061         Passthrough the channel positions if the number of output channels is
2062         the same as the number of input channels, the input had a channel
2063         layout and downstream requests no special one. We did this already for
2064         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2065
2066 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2067
2068         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2069         (gst_gnome_vfs_src_finalize),
2070         (gst_gnome_vfs_src_received_headers_callback),
2071         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2072         * ext/gnomevfs/gstgnomevfssrc.h:
2073         Set the ICY caps on the srcpad from where they get picked up by the base
2074         class now and set on the outgoing buffers.
2075
2076         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2077         (gst_base_audio_src_create):
2078         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2079         BaseSrc now sets the caps on outgoing buffers automatically.
2080
2081 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2082
2083         * gst-libs/gst/audio/gstbaseaudiosink.c:
2084         (gst_base_audio_sink_resample_slaving),
2085         (gst_base_audio_sink_skew_slaving),
2086         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2087         (gst_base_audio_sink_async_play),
2088         (gst_base_audio_sink_change_state):
2089         Change the way in which the ringbuffer is started when dealing with a
2090         slaved clock and latency. We now sync to the clock until we reach
2091         upstream latency before starting the ringbuffer. This has the effect
2092         that we can accurately align the master and slave clocks and let the
2093         rate correction code take care of the initial drift or rounding errors
2094         instead of leaving them uncorrected with the old approach.
2095
2096 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2097
2098         * gst/audioconvert/gstaudioconvert.c:
2099         (gst_audio_convert_fixate_channels):
2100         Correctly set the default channel positions when converting to 8
2101         channels.
2102
2103 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2104
2105         * configure.ac:
2106           Error out if we don't have the required version of core.
2107
2108 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2109
2110         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2111           Use data scan helper in aac typefinder and stop scanning
2112           for headers when we've found a type. Also fix potential invalid
2113           memory access when calculating the frame length.
2114
2115 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2116
2117         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2118           (mpeg_sys_is_valid_pack):
2119           Don't modify scan context when we return FALSE in ensure_data, so
2120           it's possible to continue scanning, and we don't end up with a NULL
2121           data pointer and a positive size, which might bite us the next time
2122           we're called. Small constification.
2123
2124 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2125
2126         * gst/adder/gstadder.c:
2127         Adder doesn't support 24 bit samples so don't claim it supports them
2128         in the pad template caps.
2129
2130 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2131
2132         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2133         (gst_base_rtp_depayload_chain):
2134         Validate the RTP packet before further processing it. It's just too
2135         dangerous to accept random packets and people are not forced to use a
2136         jitterbuffer or session manager to filter out the bad packets.
2137
2138         * gst-libs/gst/rtp/gstrtpbuffer.c:
2139         (gst_rtp_buffer_set_extension_data),
2140         (gst_rtp_buffer_get_payload_subbuffer):
2141         Small cleanups.
2142         When setting extension data in a buffer that is too small, we fail and
2143         we should not set the extension bit.
2144         Change GST_WARNINGS into g_warning because they really are
2145         programming errors.
2146
2147         * tests/check/libs/rtp.c: (GST_START_TEST):
2148         Catch the g_warnings now in the unit tests and that fact that failing to
2149         set extension data left the extension bit untouched.
2150
2151 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2152
2153         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2154           Revert previous change which made basetransform handle buffer_alloc
2155           and which breaks things badly in the non-passthrough case since it
2156           returned buffers with a different (ie. sometimes smaller) size than
2157           the size requested.
2158
2159 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2160
2161         Patch by: Bernard B <b-gnome at largestprime dot net>
2162
2163         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2164         Fix seqnum compare function for bordercase values and fix the docs
2165         again. Fixes #533075.
2166
2167         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2168         Add a testcase for seqnum compare function.
2169
2170 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2171
2172         * gst/adder/gstadder.c: (gst_adder_setcaps),
2173         (gst_adder_class_init):
2174         Correctly declare the supported endianness on the pad templates
2175         and check for correct endianness in the set caps function. Adder
2176         only supports native endianness.
2177         Also use gst_element_class_set_details_simple().
2178
2179 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2180
2181         * sys/xvimage/xvimagesink.c:
2182           Better debug logging in port value handling. Merging separate port
2183           value loops into one.
2184
2185 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2186
2187         Patch by: Hannes Bistry <hannesb at gmx dot de>
2188
2189         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2190         * gst/tcp/gsttcpserversink.c:
2191         (gst_tcp_server_sink_handle_server_read),
2192         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2193         Fix regression in clientsrc because we did not add the fd to the poll
2194         set anymore. Fixes #532364.
2195         Do some cleanups here and there.
2196
2197 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2198
2199         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2200         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2201         * gst/playback/gstplay-marshal.list:
2202         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2203         Use correct marshallers. GstCaps are a boxed type and no GObject
2204         subclass.
2205
2206 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2207
2208         * win32/common/libgstrtsp.def:
2209         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2210         symbols.
2211
2212 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2213
2214         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2215
2216         * tests/check/elements/audioresample.c:
2217         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2218         (live_switch_push), (GST_START_TEST):
2219         Add unit test for the latest basetransform negotiation changes.
2220         See bug #526768.
2221
2222 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2223
2224         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2225         Fix nv12<->nv21 conversion if stride is larger than width.
2226
2227 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2228
2229         Patch by: Jan Gerber <j at oil21 dot org>
2230
2231         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2232         (gst_ogg_pad_parse_skeleton_fisbone):
2233         * ext/ogg/gstoggdemux.h:
2234         Parse presentation time from skeleton streams and use it as offset
2235         for the timestamps. Fixes bug #530068.
2236
2237 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2238
2239         * gst-libs/gst/audio/gstbaseaudiosink.c:
2240         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2241         Revert previous patch that attempted to more accurately calculate the
2242         initial offset between master and slave clock. The best thing we can do
2243         in general is take the time of both clocks as the diff since we don't
2244         know when the actual preroll happened.
2245
2246 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2247
2248         * gst-libs/gst/pbutils/install-plugins.c:
2249           Fix docs: type and missing word.
2250
2251 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2252
2253         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2254           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2255           for this instead; don't check if we've found enough markers after
2256           each and every step, it's enough to do that only if we've actually
2257           found a new marker.
2258           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2259
2260 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2261
2262         * gst/typefind/gsttypefindfunctions.c:
2263           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2264           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2265           (mpeg_video_stream_type_find):
2266           Move scan helper thingy to the beginning of the file so we can use
2267           it in other typefind functions. Rename it to something more
2268           generic. Also improve handling of things towards the end of the
2269           typefind data: peek as much as we can if we know the size of the
2270           data, rather than just min_size.
2271
2272 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2273
2274         * docs/libs/gst-plugins-base-libs-sections.txt:
2275         * gst-libs/gst/interfaces/colorbalance.c:
2276         * gst-libs/gst/interfaces/colorbalance.h:
2277         * gst-libs/gst/interfaces/colorbalancechannel.c:
2278         * gst-libs/gst/interfaces/colorbalancechannel.h:
2279         * gst-libs/gst/interfaces/tuner.c:
2280         * gst-libs/gst/interfaces/tunerchannel.c:
2281         * gst-libs/gst/interfaces/tunerchannel.h:
2282         * gst-libs/gst/interfaces/tunernorm.c:
2283         * gst-libs/gst/interfaces/tunernorm.h:
2284         * gst-libs/gst/video/video.c:
2285         * gst-libs/gst/video/video.h:
2286         Document the GstTuner and GstColorBalance interfaces, and some
2287         other random API functions that needed it. 70% symbol coverage, woo.
2288
2289 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2290
2291         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2292         Choose to allocate one less segment but require one additional segment
2293         as latency. 
2294
2295         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2296         No need to increment the number of segments in the source.
2297
2298         * gst-libs/gst/audio/gstbaseaudiosink.c:
2299         (gst_base_audio_sink_get_time), (clock_convert_external),
2300         (gst_base_audio_sink_resample_slaving),
2301         (gst_base_audio_sink_skew_slaving),
2302         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2303         (gst_base_audio_sink_async_play):
2304         Remove adding latency when returning the internal time while subtracting
2305         it again when we use the value a little later.
2306         When calculating the end timestamp, we are making a rounding error
2307         with the current algorithm. Ensure that we don't accumulate these
2308         rounding errors when aligning samples by not resampling at all if we
2309         don't need to. Fixes #419351.
2310         Make the initial calibration of the clock slaving a little more
2311         predictable and accurate. Also handle the case where we don't do
2312         clock slaving.
2313
2314 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2315
2316         Based on a patch by:
2317           Björn Benderius <bjoern dot benderius at axis dot com>
2318
2319         * gst/ffmpegcolorspace/avcodec.h:
2320         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2321         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2322         (gst_ffmpegcsp_avpicture_fill):
2323         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2324         * gst/ffmpegcolorspace/imgconvert_template.h:
2325         Add conversions from/to NV12 and NV21 and conversions between those
2326         two formats. Fixes bug #532166.
2327
2328 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2329
2330         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2331         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2332         which happens for example with files smaller than 128kb.
2333
2334 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2335
2336         Patch by: Wouter Cloetens <zombie at e2big dot org>
2337
2338         * gst-libs/gst/rtsp/Makefile.am:
2339         * gst-libs/gst/rtsp/gstrtspconnection.c:
2340         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2341         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2342         (add_auth_header), (gst_rtsp_connection_free),
2343         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2344         (gst_rtsp_connection_set_auth_param),
2345         (gst_rtsp_connection_clear_auth_params):
2346         * gst-libs/gst/rtsp/gstrtspconnection.h:
2347         Add Digest authorization support for RTSP connections. See #532065.
2348
2349         * gst-libs/gst/rtsp/md5.c:
2350         * gst-libs/gst/rtsp/md5.h:
2351         Yeap, another md5 implementation until we can depend on a glib that has
2352         support for it.
2353
2354 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2355
2356         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2357
2358         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2359         Let audioresample use the buffer allocation of basetransform instead
2360         of it's own stuff.
2361
2362         * tests/check/elements/audioresample.c: (alloc_only_48000),
2363         (GST_START_TEST), (audioresample_suite):
2364         Add unit test for the recent basetransform bugfix, where upstream
2365         changes caps to something that can't be passed through anymore.
2366
2367 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2368
2369         * win32/common/config.h.in:
2370           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2371           use the real thing than having "???" unconditionally.
2372
2373 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2374
2375         * gst-libs/gst/audio/gstbaseaudiosink.c:
2376         (gst_base_audio_sink_query):
2377         Report the latency with the new seglatency parameter.
2378
2379         * gst-libs/gst/audio/gstringbuffer.c:
2380         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2381         (gst_ring_buffer_acquire):
2382         * gst-libs/gst/audio/gstringbuffer.h:
2383         Add new field to the ringbufferspec to specify the expected latency
2384         between the underlying device read/write pointer, this is needed
2385         when writing sinks that sit a little closer to the hardware.
2386         Add some more docs for other fields.
2387
2388 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2389
2390         * gst/volume/gstvolume.c: (volume_transform_ip):
2391         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2392         reason instead of crashing later. Might fix bug #509125.
2393
2394 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2395
2396         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2397
2398         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2399         * gst/audioconvert/audioconvert.h:
2400         * gst/audioconvert/gstaudioconvert.c:
2401         (gst_audio_convert_parse_caps),
2402         (structure_has_fixed_channel_positions),
2403         (gst_audio_convert_transform_caps):
2404         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2405         Add support for more than 8 channels and NONE channel layouts. For
2406         more than 8 channels no channel conversion is supported yet, only
2407         format conversions are supported. Fixes bug #398033.
2408
2409         * tests/check/elements/audioconvert.c: (verify_convert),
2410         (GST_START_TEST), (audioconvert_suite):
2411         Add some unit tests by Tim for checking the NONE channel layouts
2412         and more than 8 channels and add some more unit tests for channel
2413         conversions.
2414
2415 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2416
2417         * gst/playback/gstdecodebin2.c: (connect_pad):
2418         When autoplugging fails, set the element back to NULL before
2419         unreffing it.
2420
2421 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2422
2423         * win32/common/libgstaudio.def:
2424         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2425         symbols.
2426
2427 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2428
2429         * gst/subparse/samiparse.c: (handle_start_sync),
2430         (end_sami_element), (characters_sami):
2431         Remove trailing, leading and double whitespaces.
2432         Correctly timestamp buffers and output the last buffer too.
2433
2434         * tests/check/elements/subparse.c: (GST_START_TEST),
2435         (subparse_suite):
2436         Add a simple unit test for SAMI parsing.
2437
2438 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2439
2440         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2441
2442         * gst/subparse/samiparse.c: (handle_start_sync),
2443         (start_sami_element), (end_sami_element), (characters_sami),
2444         (sami_context_reset):
2445         Only output characters inside the "sync" elements. There could be
2446         other elements like "style" that have some content but should
2447         not be printed. Fixes bug #467911.
2448
2449 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2450
2451         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2452         (set_active_source):
2453         * gst/playback/gstplaybasebin.h:
2454         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2455         (playbin_set_audio_mute):
2456         Allow setting -1 as current-audio to mute the current audio stream,
2457         similar to what is done for subtitles. Fixes bug #342294.
2458
2459 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2460
2461         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2462         It's SorensOn and not SorensEn.
2463
2464 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2465
2466         * gst-libs/gst/pbutils/descriptions.c: (formats):
2467           Fix description of video/x-flash-video.
2468
2469 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2470
2471         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2472         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2473         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2474         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2475         Remove some unused code.
2476
2477         * gst/audioconvert/gstaudioquantize.c:
2478         (gst_audio_quantize_free_noise_shaping):
2479         Don't return before freeing the noise shaping history.
2480
2481 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2482
2483         * tests/check/elements/subparse.c: (do_test),
2484           (test_tmplayer_style3b), (subparse_suite):
2485           Add unit test for the tmplayer variant from bug #530962.
2486
2487 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2488
2489         * gst/subparse/gstsubparse.c: (handle_buffer),
2490           (gst_sub_parse_sink_event):
2491         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2492           (tmplayer_parse_line):
2493           Fix parsing of tmplayer subtitle variant where every single line contains
2494           text and there isn't an empty line after each line to determine the
2495           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2496           making sure that we push out the last line of text without a duration if
2497           there's still text left in the buffer at the end.
2498
2499 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2500
2501         * gst/subparse/gstsubparse.c: (feed_textbuf):
2502           Fix detection of discontinuities based on the buffer offset (doesn't work
2503           so well if no buffer offset is set) and also check for the DISCONT buffer
2504           flag. This keeps the parser state from being reset after each buffer in
2505           the unit test.
2506
2507 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2508
2509         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2510           Further fine-tuning: don't absolutely require sequence or GOP headers
2511           (as introduced in the previous commit), but adjust the typefind
2512           probabilities returned accordingly if we don't see them. Also make sure
2513           picture header and first slice are somewhat close to each other (which
2514           is not perfect but still better than requiring a fixed offset or having
2515           no limit at all).
2516
2517 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2518
2519         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2520         (gst_basertppayload_sink_setcaps),
2521         (gst_basertppayload_sink_getcaps):
2522         Rename the setcaps/getcaps function internally to make it clear that
2523         they are called for the sink pad.
2524
2525 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2526
2527         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2528         (gst_base_rtp_depayload_class_init),
2529         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2530         (gst_base_rtp_depayload_packet_lost),
2531         (gst_base_rtp_depayload_set_gst_timestamp):
2532         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2533         Catch packet-lost events from the jitterbuffer and convert them into a
2534         vmethod call (lost-packet) so that depayloaders can do something smart.
2535         Also add a default packet-lost function that sends out a segment update
2536         to the decoders.
2537
2538 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2539
2540         * gst/playback/test4.c:
2541         * gst/playback/test5.c:
2542         * gst/playback/test6.c:
2543         * gst/playback/test7.c:
2544           Also include config.h when relying on defines from it. Fixes the
2545           build. Its been a please to serve :)
2546
2547 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2548
2549         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2550         (paint_setup_NV21), (paint_hline_NV12_NV21):
2551         Add support for NV12 and NV21 in videotestsrc
2552
2553 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2554
2555         * gst/videoscale/gstvideoscale.c:
2556         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2557         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2558         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2559         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2560         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2561         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2562         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2563         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2564         (vs_image_scale_linear_RGB555):
2565         Support 1x1 images as input and output as for example the BBC HQ new
2566         streams have 1x1 GIFs in the playlists for some reason.
2567
2568 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2569
2570         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2571           (try_to_link_1):
2572           If we can't activate one of the decoders we plugged in (such as,
2573           say, musepackdec) for some reason (it might not support push mode,
2574           for example), remove any pad probes that close_pad_link() might
2575           have set up. This makes sure we later don't try to remove a probe
2576           for a pad that doesn't exist any longer, and avoids nast warnings
2577           and probably other things too.
2578
2579 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2580
2581         * gst/typefind/gsttypefindfunctions.c:
2582           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2583           (plugin_init):
2584           Rework mpeg video stream typefinding a bit more: make sure sequence,
2585           GOP, picture and slice headers appear in the order they should and
2586           that we've in fact at least had one of each; fix picture header
2587           detection; decouple picture and slice header check - don't assume
2588           they're at a fixed offset, there may be extra data in between. Also,
2589           announce varying degrees of probability depending on what we found
2590           exactly (multiple pictures, at least one picture, just sequence and
2591           GOP headers). Finally, in _ensure_data(), take into account that we
2592           might be typefinding smaller amounts of data, such as the first
2593           buffer of a stream, so fall back to the minimum size needed as long
2594           as that's available, instead of erroring out if there's less than
2595           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2596           fuzzed file from #399342 as valid.
2597
2598 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2599
2600         * ext/theora/theoradec.c:
2601           Cool kids don't divide by zero.
2602           Treat PAR of x:0 as 1:1.
2603           Fixes #530719.
2604
2605 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2606
2607         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2608           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2609           (mpeg_video_stream_type_find):
2610           Refactor a bit: use context structure to track parsing offset and
2611           size of available data and make the code a bit clearer. Fixes bad
2612           memory access in #356937.
2613
2614 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2615
2616         * gst/playback/test4.c:
2617         * gst/playback/test5.c:
2618         * gst/playback/test6.c:
2619         * gst/tcp/gstmultifdsink.c:
2620           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2621           is defined.
2622
2623 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2624
2625         * gst-libs/gst/audio/gstbaseaudiosink.h:
2626         Clarify some docs.
2627
2628         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2629         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2630         (gst_base_audio_src_set_slave_method),
2631         (gst_base_audio_src_get_slave_method),
2632         (gst_base_audio_src_set_property),
2633         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2634         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2635         Add property and methods for selecting the clock slave method in the
2636         source, like in the sink.
2637         We only implement "none" and "re-timestamp" for now.
2638         API: gst_base_audio_src_set_slave_method()
2639         API: gst_base_audio_src_get_slave_method()
2640
2641 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2642
2643         * gst-libs/gst/rtp/gstrtpbuffer.c:
2644         Fix the docs about the seqnum compare function, it returns a difference.
2645
2646 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2647
2648         * ext/alsa/gstalsadeviceprobe.c:
2649         (gst_alsa_get_device_list): Don't return before freeing up
2650         the allocated structures.
2651
2652 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2653
2654         * gst/playback/gstplaybin.c:
2655           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2656
2657 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2658
2659         * ext/ogg/gstoggdemux.c:
2660           Revert the event part, that should not go in.
2661
2662 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2663
2664         * ext/ogg/gstoggdemux.c:
2665           Don't leak GstPluginFeatures when filtering.
2666
2667 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2668
2669         * sys/xvimage/xvimagesink.c:
2670           Add some logging for cases when grabbing the xv failed.
2671
2672 2008-04-21  David Schleef  <ds@schleef.org>
2673
2674         * ext/ogg/gstoggmux.c:
2675           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2676           packet.  Should conform to what we currently think is the
2677           final Ogg/Dirac muxing spec.
2678
2679 2008-04-21  David Schleef  <ds@schleef.org>
2680
2681         * sys/xvimage/xvimagesink.c:
2682           Fix typo that causes the overlay keying color to bright green
2683           on a 16-bit display.  Dark grey good.  Bright green bad.
2684
2685 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2686
2687         * ext/gnomevfs/gstgnomevfsuri.c:
2688           Add  FIXME comment about using uri-list for source and sink.
2689
2690 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2691
2692         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2693         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2694         vaargs functions to gint. Otherwise the fractions will get 0 set
2695         instead of the correct value on big endian systems. Fixes bug #529018.
2696
2697 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2698
2699         * ext/gnomevfs/gstgnomevfssink.c:
2700         (gst_gnome_vfs_sink_uri_get_protocols):
2701         * ext/gnomevfs/gstgnomevfssrc.c:
2702         (gst_gnome_vfs_src_uri_get_protocols):
2703         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2704         (gst_gnomevfs_get_supported_uris):
2705         Get the list of supported URI schemes in a threadsafe way and use the
2706         same list for the source and sink.
2707
2708 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2709
2710         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2711         (gst_gio_get_supported_protocols):
2712         Don't generate a new supported protocols list on each call but cache
2713         it. It's supposed to be static anyway, this way we only leak it once
2714         per process.
2715
2716         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2717         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2718         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2719         (gst_gio_sink_start):
2720         * ext/gio/gstgiosink.h:
2721         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2722         (gst_gio_src_class_init), (gst_gio_src_finalize),
2723         (gst_gio_src_set_property), (gst_gio_src_get_property),
2724         (gst_gio_src_start):
2725         * ext/gio/gstgiosrc.h:
2726         API: Add "file" properties where one can set a GFile as
2727         source/destination.
2728
2729         Add locking to the properties and use
2730         gst_element_class_set_details_simple() instead of a static
2731         GstElementDetails struct.
2732
2733 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2734
2735         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2736         (plugin_init):
2737         Add "mpp" and "mp+" as possible extensions for MusePack files.
2738
2739         Add typefinding for MusePack StreamVersion 8 files and include the
2740         stream version in the caps.
2741
2742 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2743
2744         * gst-libs/gst/rtp/gstrtppayloads.c:
2745         (gst_rtp_payload_info_for_name):
2746         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2747
2748 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2749
2750         * configure.ac:
2751           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2752           (NB: this only affects compilation of some of the examples).
2753           Remove some configure.ac cruft that's not needed any longer.
2754
2755 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2756
2757         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2758         Don't validate the payload if there isn't any.
2759         Fixes #525915
2760
2761 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2762
2763         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2764         Use g_atomic_int_set() instead of gst_atomic_int_set().
2765
2766 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2767
2768         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2769         Return NULL instead of a gchar * array with one NULL element if we
2770         don't get any supported URI schemes from GIO.
2771
2772 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2773
2774         * gst/audiotestsrc/gstaudiotestsrc.c:
2775           Remove cpp style commented old code.
2776
2777 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2778
2779         * gst/playback/gstdecodebin2.c:
2780           Fix signal docs.
2781
2782 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2783
2784         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2785           (gst_text_overlay_init):
2786           Fix textoverlay unit test again by making the supposed default
2787           value for the wait-text property the actual default value.
2788           Also fix Since: tag for new property.
2789
2790 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2791
2792         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
2793           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
2794           (gst_video_format_get_pixel_stride),
2795           (gst_video_format_get_component_width),
2796           (gst_video_format_get_component_height),
2797           (gst_video_format_get_component_offset), (gst_video_format_get_size),
2798           (gst_video_format_convert):
2799           Add guards to these functions to ensure sane input values.
2800
2801         * tests/check/libs/video.c:
2802           Fix unit test not to create caps with width=0 and height=0.
2803
2804 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2805
2806         * docs/design/draft-keyframe-force.txt:
2807         Fix typo.
2808
2809         * gst/playback/gstqueue2.c: (update_buffering),
2810         (gst_queue_handle_src_query):
2811         Set buffering mode in the messages.
2812         Set buffering percent in the query.
2813
2814         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
2815         (do_stream_buffering), (do_download_buffering), (msg_buffering):
2816         Do some more fancy things based on the buffering method in use.
2817
2818 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2819
2820         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
2821         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
2822         (msg_buffering), (main):
2823         Add basic download reports to seek using the new buffering API.
2824
2825 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2826
2827         * gst/playback/gstqueue2.c: (update_buffering),
2828         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
2829         (gst_queue_src_checkgetrange_function):
2830         Include extra buffering stats in the buffering message.
2831         Implement BUFFERING query.
2832
2833         * gst/playback/gsturidecodebin.c: (do_async_start),
2834         (do_async_done), (type_found), (setup_streaming), (setup_source),
2835         (gst_uri_decode_bin_change_state):
2836         Only add decodebin2 when the type is found in streaming mode.
2837         Make uridecodebin async to PAUSED even when we don't have decodebin2
2838         added yet.
2839
2840 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
2841
2842         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2843         Filter cdda from the supported URI schemes. We can't support
2844         musicbrainz tags and everything else one expects from a cdda source
2845         with GIO. Fixes bug #526794.
2846
2847 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
2848
2849         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
2850         (gst_xvimagesink_buffer_alloc):
2851         Fix calculation of 'expected size' for YV12 buffers.
2852         Be a little more verbose in the debug output for buffer-alloc'ed
2853         buffers which turn out to have the wrong size.
2854
2855 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
2856
2857         * NEWS:
2858         * RELEASE:
2859         * gst-plugins-base.doap:
2860           Merge other changes from 0.10.19 release branch.
2861
2862 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2863
2864         * gst-libs/gst/audio/gstbaseaudiosink.c:
2865           (gst_base_audio_sink_class_init):
2866         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2867           (gst_base_audio_src_class_init):
2868         * gst/playback/gstplayback.c: (plugin_init):
2869         * gst/volume/gstvolume.c: (plugin_init):
2870           Work around missing bits of thread-safety on older GLibs some
2871           more to avoid assertions when starting up multiple playbin
2872           objects concurrently (see #512382).
2873
2874 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2875
2876         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2877           Remove some more fields.
2878
2879 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
2880
2881         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2882
2883         * configure.ac:
2884         Actually build dlls when cross-compiling with mingw32.
2885         Fixes bug #526247.
2886
2887 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2888
2889         * configure.ac:
2890           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
2891
2892 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2893
2894         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
2895         (msg_buffering), (connect_bus_signals), (main):
2896         Add statusbar.
2897         Add buffering support with feedback in the statusbar.
2898
2899 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2900
2901         * ext/ogg/gstoggmux.c:
2902           Fix sample pipeline description.
2903
2904 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
2905
2906         * docs/plugins/Makefile.am:
2907         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2908         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2909         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2910           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
2911
2912         * docs/plugins/gst-plugins-base-plugins.args:
2913         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2914         * docs/plugins/gst-plugins-base-plugins.interfaces:
2915         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2916         * docs/plugins/inspect/plugin-adder.xml:
2917         * docs/plugins/inspect/plugin-alsa.xml:
2918         * docs/plugins/inspect/plugin-audioconvert.xml:
2919         * docs/plugins/inspect/plugin-audiorate.xml:
2920         * docs/plugins/inspect/plugin-audioresample.xml:
2921         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2922         * docs/plugins/inspect/plugin-cdparanoia.xml:
2923         * docs/plugins/inspect/plugin-decodebin.xml:
2924         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2925         * docs/plugins/inspect/plugin-gdp.xml:
2926         * docs/plugins/inspect/plugin-gnomevfs.xml:
2927         * docs/plugins/inspect/plugin-libvisual.xml:
2928         * docs/plugins/inspect/plugin-ogg.xml:
2929         * docs/plugins/inspect/plugin-pango.xml:
2930         * docs/plugins/inspect/plugin-playback.xml:
2931         * docs/plugins/inspect/plugin-queue2.xml:
2932         * docs/plugins/inspect/plugin-subparse.xml:
2933         * docs/plugins/inspect/plugin-tcp.xml:
2934         * docs/plugins/inspect/plugin-theora.xml:
2935         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2936         * docs/plugins/inspect/plugin-uridecodebin.xml:
2937         * docs/plugins/inspect/plugin-video4linux.xml:
2938         * docs/plugins/inspect/plugin-videorate.xml:
2939         * docs/plugins/inspect/plugin-videoscale.xml:
2940         * docs/plugins/inspect/plugin-videotestsrc.xml:
2941         * docs/plugins/inspect/plugin-volume.xml:
2942         * docs/plugins/inspect/plugin-vorbis.xml:
2943         * docs/plugins/inspect/plugin-ximagesink.xml:
2944         * docs/plugins/inspect/plugin-xvimagesink.xml:
2945           Update introspection data.
2946
2947         * ext/ogg/gstoggmux.c:
2948           Document oggmux.
2949
2950         * gst/playback/gstdecodebin2.c:
2951           Don't use gtk-doc style comment start for private stuff, but make it
2952           formatted like this for consistency.
2953
2954 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2955
2956         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
2957         (gst_decode_bin_init), (gst_decode_bin_dispose),
2958         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
2959         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2960         (analyze_new_pad), (connect_pad), (expose_pad),
2961         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
2962         (gst_decode_group_expose), (gst_decode_group_free),
2963         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
2964         Remove fakesink hack, we can now implement this more elegantly.
2965         Added property to bypass typefinding.
2966         Removed underrun callback and demuxer pad probe, we now use the srcpad
2967         probe to expose groups.
2968         API::sink-caps property
2969
2970         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
2971         Guard against multiple emissions of the no_more_pads signal, which
2972         happens when we are dealing with chained oggs.
2973
2974         * gst/playback/gsturidecodebin.c: (remove_decoders),
2975         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
2976         (setup_source):
2977         For streams, use our own typefind element and plug our queue after it.
2978         We will need this to determine the type of buffering to use for the
2979         queue soon.
2980
2981 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2982
2983         * gst-libs/gst/audio/gstbaseaudiosink.c:
2984         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
2985         Guard against over and underflows because of clock slaving.
2986         When we are using our own clock, still compensate for any calibrations
2987         that we might have done to our clock.
2988
2989 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2990
2991         * ext/theora/theoradec.c: (theora_handle_type_packet),
2992         (theora_dec_chain):
2993         Don't try to do anything fancy with the return code from pushing an
2994         event, it does not have enough information to turn it into a
2995         GST_FLOW_ERROR.
2996
2997 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2998
2999         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3000         (gst_ogg_demux_chain_elem_pad):
3001         Add small debug line.
3002         Pass return code from the internal decoder instead of the too generic
3003         GST_FLOW_ERROR.
3004
3005 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3006
3007         * gst-libs/gst/cdda/Makefile.am:
3008         * gst-libs/gst/cdda/base64.c:
3009         * gst-libs/gst/cdda/base64.h:
3010         * gst-libs/gst/cdda/gstcddabasesrc.c:
3011         (gst_cddabasesrc_calculate_musicbrainz_discid):
3012         Use GLib's base64 implementation instead of our own.
3013
3014 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3015
3016         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3017         (gst_ogg_demux_read_chain):
3018         Refix oggdemux, we only have a problem if we failed to find a chain and
3019         we are not EOF.
3020
3021 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3022
3023         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3024
3025         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3026         (gst_ogg_demux_read_chain):
3027         When we fail to find a BOS page and we and up with no chain, error out
3028         properly instead of segfaulting. Fixes #525665.
3029
3030 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3031
3032         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3033         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3034         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3035         no-more-pads...
3036
3037 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3038
3039         * gst/playback/gstqueue2.c: (update_out_rates),
3040         (gst_queue_open_temp_location_file),
3041         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3042         (gst_queue_handle_src_query), (gst_queue_set_property):
3043         Update the estimated input data when we push out a buffer.
3044         Add some debug info about the temp file.
3045         Only forward src events when we are not using a temp file.
3046         Don't block the duration query, we need to find something better.
3047         Don't leak the temp filename.
3048
3049 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3050
3051         * configure.ac:
3052         Require GLib 2.12 and liboil 0.3.14.
3053
3054         * gst/volume/gstvolume.c: (volume_process_double):
3055         Unconditionally use liboil 0.3.14 function.
3056
3057 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3058
3059         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3060         ms-gsm can have arbitrarty sample rates. See #481354.
3061
3062 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3063
3064         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3065         MP4S is generic MPEG-4, not a microsoft variant.
3066
3067 2008-03-27  Michael Smith <msmith@fluendo.com>
3068
3069         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3070           Check the body CRC (if set) when depayloading.
3071           Fixes #522401.
3072
3073 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3074
3075         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3076           Fix Since: version for new property.
3077
3078 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3079
3080         * gst-libs/gst/rtsp/gstrtspconnection.c:
3081         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3082         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3083         Don't error when poll_wait returns EAGAIN.
3084
3085 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3086
3087         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3088         The queue is never filled when there are no buffers in the queue at all.
3089         Fixes #523993.
3090
3091 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3092
3093         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3094         (init_group), (free_group), (gst_play_bin_init),
3095         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3096         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3097         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3098         (gst_play_bin_set_current_video_stream),
3099         (gst_play_bin_set_current_audio_stream),
3100         (gst_play_bin_set_current_text_stream),
3101         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3102         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3103         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3104         (activate_group), (deactivate_group), (setup_next_source),
3105         (save_current_group), (gst_play_bin_change_state):
3106         Update some docs.
3107         Add new locks and conds to protect pipeline creation and group
3108         switching.
3109         Implement the sub-uri property.
3110         Keep track of pending uridecodebin creation and configure the output
3111         pipeline after all streams are configured.
3112         Propagate subtitle encoding to the uridecodebins.
3113         Implement getting the video/audio/visualisation elements.
3114         Use input-selector for stream switching.
3115         If we are asked to do visualisation, prefer to autoplug raw sinks
3116         instead of sinks that accept encoded data.
3117
3118 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3119
3120         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3121         (gst_play_sink_init), (gst_play_sink_dispose),
3122         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3123         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3124         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3125         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3126         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3127         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3128         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3129         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3130         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3131         * gst/playback/gstplaysink.h:
3132         Add methods to get audio/video/vis elements.
3133         Add methods to set the font description for the overlay.
3134         Remove properties, we're using this element with its methods only.
3135         Add support for subtitles.
3136         Rearrange the locking a bit to not use the object lock for protecting
3137         the pipeline construction.
3138         Try to use the volume and mute property on the sink when its available.
3139         Implement the mute option with volume when the sink does not have a mute
3140         property.
3141         Only add volume element when the sink has no volume property.
3142         Only do visualisations with raw audio pads.
3143
3144 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3145
3146         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3147         (gst_text_overlay_init), (gst_text_overlay_set_property),
3148         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3149         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3150         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3151         (gst_text_overlay_change_state):
3152         * ext/pango/gsttextoverlay.h:
3153         Add property to configure waiting for text on the textpad or not, with
3154         the default behaviour being the old one (always wait for text before
3155         rendering the video). This default behaviour is usually not the best one
3156         because the text stream can very sparse and could require queueing a lot
3157         of video.
3158         Fix the flushing and EOS handing so that we don't mix up their meaning.
3159
3160 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3161
3162         * gst/playback/gsturidecodebin.c:
3163         (gst_uri_decode_bin_autoplug_factories),
3164         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3165         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3166         (gst_uri_decode_bin_set_property),
3167         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3168         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3169         (proxy_autoplug_factories_signal), (make_decoder),
3170         (source_new_pad), (setup_source):
3171         Add a readonly source property and notify.
3172         Add new lock for protecting the construction of the pipeline.
3173         Keep track of the decodebins we plugged.
3174         Correctly proxy the autoplug signal so that it actually continues.
3175         Proxy subtitle-encoding to the decodebins.
3176
3177 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3178
3179         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3180         (text_toggle_cb), (update_streams), (main):
3181         Rearrange some buttons in playbin2 and make some other boxes insensitive
3182         when needed.
3183         Add language codes to subtitle selection boxes when we gind the right
3184         tags for the streams.
3185
3186 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3187
3188         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3189         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3190         (gst_decode_bin_set_subs_encoding),
3191         (gst_decode_bin_get_subs_encoding),
3192         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3193         (deactivate_free_recursive):
3194         Protect caps property with the object lock.
3195         Protect encoding property with the object lock.
3196         Keep list of elements we added that have the subtitle-encoding property.
3197         Distribute the subtitle-encoding to all of the elements when it
3198         changes.
3199
3200 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3201
3202         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3203         Small debug improvement.
3204
3205         * gst-libs/gst/audio/gstbaseaudiosink.c:
3206         (gst_base_audio_sink_render):
3207         Fix bug in determining the sample start/stop position, we want to base
3208         this decision on the fact that we are going forwards or backwards, not
3209         slower or faster. This fixes some ugly resync warnings when playing at
3210         very slow speeds.
3211
3212 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3213
3214         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3215         Correctly set the supported URI schemes and don't leave
3216         some schemes in the middle or at the start at NULL.
3217
3218 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3219
3220         * tests/check/elements/gdpdepay.c:
3221           Make test compile without unused function/variable warnings on PPC.
3222  
3223 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3224
3225         * configure.ac:
3226         * ext/alsa/gstalsamixerelement.c:
3227         (gst_alsa_mixer_element_class_init):
3228         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3229         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3230         * ext/cdparanoia/gstcdparanoiasrc.c:
3231         (gst_cd_paranoia_src_class_init):
3232         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3233         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3234         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3235         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3236         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3237         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3239         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3240         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3241         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3242         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3243         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3244         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3245         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3246         (gst_audio_filter_template_class_init):
3247         * gst-libs/gst/audio/gstbaseaudiosink.c:
3248         (gst_base_audio_sink_class_init):
3249         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3250         (gst_base_audio_src_class_init):
3251         * gst-libs/gst/cdda/gstcddabasesrc.c:
3252         (gst_cdda_base_src_class_init):
3253         * gst-libs/gst/interfaces/mixertrack.c:
3254         (gst_mixer_track_class_init):
3255         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3256         (gst_base_rtp_depayload_class_init):
3257         * gst-libs/gst/rtp/gstbasertppayload.c:
3258         (gst_basertppayload_class_init):
3259         * gst/audioconvert/gstaudioconvert.c:
3260         (gst_audio_convert_class_init):
3261         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3262         * gst/audioresample/gstaudioresample.c:
3263         (gst_audioresample_class_init):
3264         * gst/audiotestsrc/gstaudiotestsrc.c:
3265         (gst_audio_test_src_class_init):
3266         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3267         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3268         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3269         (preroll_unlinked):
3270         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3271         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3272         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3273         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3274         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3275         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3276         (gst_stream_selector_class_init):
3277         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3278         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3279         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3280         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3281         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3282         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3283         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3284         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3285         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3286         * gst/videotestsrc/gstvideotestsrc.c:
3287         (gst_video_test_src_class_init):
3288         * gst/volume/gstvolume.c: (gst_volume_class_init):
3289         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3290         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3291         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3292         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3293         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3295         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3296         static strings (i.e. all). This gives us less memory usage,
3297         fewer allocations and thus less memory defragmentation. Depend
3298         on core CVS for this. Fixes bug #523806.
3299
3300 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3301
3302         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3303         Filter http and https protocols. GIO/GVfs handles them but it's
3304         impossible to implement iradio/icecast with it. Better use
3305         souphttpsrc or something else for this.
3306
3307         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3308         If getting the file informations by a query fails try it with the
3309         seek-to-end trick too.
3310
3311 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3312
3313         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3314         (gst_volume_base_init), (gst_volume_class_init),
3315         (volume_process_double), (volume_process_float),
3316         (volume_transform_ip), (plugin_init):
3317         memset buffers to zero if we get a GAP buffer. We usually see a
3318         buffer as one unit so let's handle it as one and don't care about
3319         volume changes while processing one buffer.
3320         Also clean up some stuff a bit.
3321
3322 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3323
3324         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3325         (gst_audio_convert_create_silence_buffer),
3326         (gst_audio_convert_transform):
3327         Make audioconvert GAP-aware by outputting silence buffers when the
3328         input has the GAP flag set. This is up to 8x faster.
3329         Based on a patch by Stefan Kost. Fixes bug #517813.
3330
3331 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3332
3333         * gst/volume/gstvolume.c: (volume_process_double):
3334         Use oil_scalarmultiply_f64_ns() for double processing when it's
3335         available at compile time.
3336
3337 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3338
3339         * configure.ac:
3340         Fix lrint/lrintf checks to actually work. These functions are
3341         in libm on Linux at least so try to link to it.
3342
3343 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3344
3345         * configure.ac:
3346         Back to development - 0.10.18.1
3347
3348 === release 0.10.18 ===
3349
3350 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3351
3352         * configure.ac:
3353           releasing 0.10.18, "I will follow"
3354
3355 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3356
3357         * configure.ac:
3358         * win32/common/config.h:
3359         0.10.17.4 pre-release
3360
3361 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3362
3363         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3364         Use GST_STR_NULL when trying to print strings that could be NULL because
3365         this might crash on some platforms. See #520808.
3366
3367 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3368
3369         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3370
3371         * gst-libs/gst/rtsp/gstrtspconnection.c:
3372         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3373         (read_line), (gst_rtsp_connection_read_internal):
3374         Generic Windows fixes that makes libgstrtsp work on Windows when
3375         coupled with the new GstPoll API. See #520808.
3376
3377 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3378
3379         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3380
3381         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3382           If seeking to a new position succeeds don't simply return from
3383           create() without creating a buffer. Do this only in the case
3384           seeking to the new position fails. Fixes bug #523054.
3385
3386 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3387
3388         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3389           (gst_video_format_from_rgba32_masks):
3390           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3391           (#522635).
3392
3393         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3394           Add unit test for the RGB caps parsing and creation, checking for
3395           internal consistency of the new API and consistency of the API with
3396           the old GST_VIDEO_CAPS_* defines.
3397
3398 2008-03-14  David Schleef  <ds@schleef.org>
3399
3400         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3401           because -base is in freeze.
3402
3403 2008-03-14  David Schleef  <ds@schleef.org>
3404
3405         Patch by: William M. Brack
3406
3407         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3408
3409 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3410
3411         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3412         (gst_selector_pad_chain):
3413         * gst/playback/gststreamselector.h:
3414         Revert change that caused regression until a real fix is found.
3415         Fixes #522203.
3416
3417 2008-03-12  Michael Smith <msmith@fluendo.com>
3418
3419         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3420         * gst-libs/gst/audio/gstringbuffer.h:
3421           Rename recently added buffer types to make more sense.
3422         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3423         (gst_alsasink_write):
3424           Adapt for above API changes.
3425           Fixes bug #520523.
3426
3427 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3428
3429         * win32/common/libgstnetbuffer.def:
3430         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3431
3432 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3433
3434         * configure.ac:
3435         * win32/common/config.h:
3436         0.10.17.3 pre-release
3437
3438 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3439
3440         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3441         (gst_base_audio_src_create):
3442         Fix duration when no clock was provided. Fixes #520300.
3443
3444 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3445
3446         Patch by: Olivier Crete  <tester at tester ca>
3447
3448         * docs/libs/gst-plugins-base-libs-sections.txt:
3449         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3450         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3451         Add trivial function to compare GstNetAddress. See #520626.
3452         API: GstNetBuffer::gst_netaddress_equal
3453
3454 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3455
3456         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3457         Update mode property docs, it's deprecated now.
3458
3459 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3460
3461         * gst-libs/gst/rtsp/gstrtspconnection.c:
3462         (gst_rtsp_connection_create):
3463         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3464         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3465         * gst/tcp/gstmultifdsink.h:
3466         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3467         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3468         Remove GstPollMode from gstpoll constructor.
3469
3470 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3471
3472         * configure.ac:
3473         * win32/common/config.h:
3474         0.10.17.2 pre-release
3475
3476 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3477
3478         * gst/Makefile.am:
3479         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3480         them twice
3481
3482         * win32/common/libgstinterfaces.def:
3483         * win32/common/libgstrtp.def:
3484         Add new API to the defs
3485
3486 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3487
3488         Patch by: Mersad Jelacic  <mersad at axis dot com>
3489
3490         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3491         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3492         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3493         possible to specify the sample size in bits. (#509637)
3494
3495 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3496
3497         * tests/check/libs/mixer.c:
3498           Add a few simple checks for the new message types.
3499
3500 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3501
3502         * docs/libs/gst-plugins-base-libs-sections.txt:
3503         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3504           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3505           (gst_mixer_message_get_type),
3506           (gst_mixer_message_parse_option_changed),
3507           (gst_mixer_message_parse_options_list_changed):
3508         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3509           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3510           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3511           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3512           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3513           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3514
3515 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3516
3517         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3518           (gst_mixer_options_get_values):
3519         * gst-libs/gst/interfaces/mixeroptions.h:
3520           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3521           (_GstMixerOptions), (_GstMixerOptionsClass):
3522           API: add GstMixerOptions::get_values vfunc (#519906)
3523
3524 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3525
3526         * configure.ac:
3527         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3528         plug-ins are included/excluded. (#498222)
3529
3530 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3531
3532         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3533         Add typefinder for IMelody files, using audio/x-imelody.
3534         See bug #519516.
3535
3536 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3537
3538         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3539         * ext/alsa/gstalsasink.c: (set_hwparams):
3540         * ext/alsa/gstalsasrc.c: (set_hwparams):
3541         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3542         * ext/ogg/gstoggmux.h:
3543         * ext/ogg/gstogmparse.c:
3544         * gst-libs/gst/audio/audio.c:
3545         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3546         * gst-libs/gst/pbutils/missing-plugins.c:
3547         (gst_missing_uri_sink_message_new),
3548         (gst_missing_element_message_new),
3549         (gst_missing_decoder_message_new),
3550         (gst_missing_encoder_message_new):
3551         * gst-libs/gst/rtp/gstbasertppayload.c:
3552         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3553         (gst_rtcp_packet_bye_get_reason):
3554         * gst/audioconvert/gstaudioconvert.c:
3555         * gst/audioresample/gstaudioresample.c:
3556         * gst/ffmpegcolorspace/imgconvert.c:
3557         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3558         * gst/typefind/gsttypefindfunctions.c:
3559         * gst/videoscale/vs_4tap.c:
3560         * gst/videoscale/vs_4tap.h:
3561         * sys/v4l/gstv4lelement.c:
3562         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3563         * sys/v4l/v4l_calls.c:
3564         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3565         (gst_v4lsrc_try_capture):
3566         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3567         (gst_ximagesink_ximage_new):
3568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3569         (gst_xvimagesink_xvimage_new):
3570         * tests/check/elements/audioconvert.c:
3571         * tests/check/elements/audioresample.c:
3572         (fail_unless_perfect_stream):
3573         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3574         * tests/check/elements/decodebin.c:
3575         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3576         (setup_gdpdepay_streamheader):
3577         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3578         (setup_gdppay_streamheader):
3579         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3580         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3581         * tests/check/elements/textoverlay.c:
3582         * tests/check/elements/videorate.c: (setup_videorate):
3583         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3584         * tests/check/elements/volume.c: (setup_volume):
3585         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3586         * tests/check/elements/vorbistag.c:
3587         * tests/check/generic/clock-selection.c:
3588         * tests/check/generic/states.c: (setup), (teardown):
3589         * tests/check/libs/cddabasesrc.c:
3590         * tests/check/libs/video.c:
3591         * tests/check/pipelines/gio.c:
3592         * tests/check/pipelines/oggmux.c:
3593         * tests/check/pipelines/simple-launch-lines.c:
3594         (simple_launch_lines_suite):
3595         * tests/check/pipelines/streamheader.c:
3596         * tests/check/pipelines/theoraenc.c:
3597         * tests/check/pipelines/vorbisdec.c:
3598         * tests/check/pipelines/vorbisenc.c:
3599         * tests/examples/seek/scrubby.c:
3600         * tests/examples/seek/seek.c: (query_positions_elems),
3601         (query_positions_pads):
3602         * tests/icles/stress-xoverlay.c: (myclock):
3603         Correct all relevant warnings found by the sparse semantic code
3604         analyzer. This include marking several symbols static, using
3605         NULL instead of 0 for pointers and using "foo (void)" instead
3606         of "foo ()" for declarations.
3607
3608         * win32/common/libgstrtp.def:
3609         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3610
3611 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3612
3613         Patch by: José Alburquerque <jaalburqu svn gnome org>
3614
3615         * gst/playback/gstplaybin2.c:
3616           Make the function signature of the _get_*_tags() functions match
3617           the signature of the vfuncs they implement, ie. return a
3618           GstTagList rather than a GstStructure, which is more correct,
3619           even if one is typedef'ed to the other (#518940).
3620
3621 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3622
3623         * gst-libs/gst/rtsp/gstrtspconnection.c:
3624           Don't include unix headers unconditionally (fixes #518037).
3625
3626 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3627
3628         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3629           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3630           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3631           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3632           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3633           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3634           (gst_video_format_is_packed), (video_format_is_packed):
3635           Add unit test that makes sure that the strides, offsets and
3636           sizes returned for the various YUV formats by the new video API
3637           match the old reference implementation in videotestsrc.
3638
3639 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3640
3641         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3642           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3643           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3644           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3645           (gst_video_format_get_pixel_stride),
3646           (gst_video_format_get_component_width),
3647           (gst_video_format_get_component_height),
3648           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3649         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3650           (GST_VIDEO_FORMAT_Y42B):
3651           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3652
3653 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3654
3655         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3656           YV12 is I420 with swapped components 1 and 2, so the offset of
3657           component 1 for I420 should be the offset for component 2 for YV12
3658           and vice versa.
3659
3660 2008-02-29  Rene Stadler  <mail@renestadler.de>
3661
3662         * sys/v4l/gstv4lelement.c:
3663         Add missing semicolon to fix indentation.
3664
3665 2008-02-29  Julien Moutte  <julien@fluendo.com>
3666
3667         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3668         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3669         if we can do SPDIF output.
3670         * ext/alsa/gstalsa.h:
3671         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3672         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3673         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3674         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3675         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3676         to support AC3, EC3 and IEC958 buffers.
3677
3678 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3679
3680         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3681           (gst_mixer_message_parse_mute_toggled),
3682           (gst_mixer_message_parse_record_toggled),
3683           (gst_mixer_message_parse_volume_changed),
3684           (gst_mixer_message_parse_option_changed):
3685           De-cruft and fix message type assertions (NULL is not a really
3686           valid mixer message type string).
3687
3688 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3689
3690         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3691         When negotiating, actually start from a format that we can support
3692         instead of from the too generic template.
3693
3694 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3695
3696         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3697         Enable vis setting.
3698
3699         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3700         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3701         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3702         (gen_vis_chain):
3703         Implement vis switching while playing.
3704
3705 2008-02-28  David Schleef  <ds@schleef.org>
3706
3707         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3708
3709 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3710
3711         Patch by: Peter Kjellerstedt  <pkj at axis com>
3712
3713         * gst/tcp/Makefile.am:
3714         * gst/tcp/fdsetstress.c:
3715         * gst/tcp/gstfdset.c:
3716         * gst/tcp/gstfdset.h:
3717         Removed fdset and stress test, they are now known as GstPoll in
3718         core. 
3719
3720         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3721         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3722         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3723         (gst_multi_fd_sink_handle_client_write),
3724         (gst_multi_fd_sink_queue_buffer),
3725         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3726         (gst_multi_fd_sink_stop):
3727         * gst/tcp/gstmultifdsink.h:
3728         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3729         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3730         (gst_tcp_gdp_read_caps):
3731         * gst/tcp/gsttcp.h:
3732         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3733         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3734         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3735         * gst/tcp/gsttcpclientsink.h:
3736         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3737         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3738         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3739         * gst/tcp/gsttcpclientsrc.h:
3740         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3741         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3742         * gst/tcp/gsttcpserversink.h:
3743         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3744         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3745         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3746         * gst/tcp/gsttcpserversrc.h:
3747         Port to GstPoll. See #505417.
3748
3749 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3750
3751         Patch by: Peter Kjellerstedt  <pkj at axis com>
3752
3753         * gst-libs/gst/rtsp/gstrtspconnection.c:
3754         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3755         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3756         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3757         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3758         (gst_rtsp_connection_flush):
3759         * gst-libs/gst/rtsp/gstrtspconnection.h:
3760         Use GstPoll for the rtsp connection. See #505417.
3761
3762 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3763
3764         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3765         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3766         Add combo box for visualisations, populate it with a factory list
3767         of all visualisation plugins, configure vis plugin instance in
3768         playbin2. 
3769
3770 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3771
3772         * tests/check/libs/rtp.c: (GST_START_TEST):
3773         Add check for RTP buffer defaults, padding and marker bit API.
3774
3775 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
3776
3777         * gst-libs/gst/cdda/sha1.c: (sha_transform):
3778         Use memcpy() instead of upcasting a byte array to long *. This
3779         fixes an unaligned memory access, resulting in SIGBUS on IA64.
3780         This should be ported to GCheckSum once we can use GLib 2.16.
3781         Partially fixes bug #500833.
3782
3783 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
3784
3785         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
3786           Push tag event after the newsegment event. Log the pointer of
3787           the buffer we're actually going to push rather than the buffer
3788           we're feeding to _make_metadata_writable().
3789
3790 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3791
3792         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3793         Comment smoke typefinder for now. The smokedec plugin needs one
3794         frame per buffer but we have no parser yet, thus it simply crashes
3795         in most situations.
3796
3797 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3798
3799         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3800         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
3801
3802 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3803
3804         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
3805         (plugin_init):
3806         Add midi typefinder, copied from the timidity plugin.
3807
3808 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3809
3810         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
3811
3812         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3813         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
3814           (subparse_suite):
3815           Forward slashes at the beginning and end of a line also signify
3816           italics (Fixes: #518162).
3817
3818 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3819
3820         * tests/check/gst-plugins-base.supp:
3821         Add a suppression for a cached value in GIO that wasn't moved
3822         while moving gio from -bad to -base.
3823
3824 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3825
3826         Patch by: Brian Cameron <brian dot cameron at sun dot com>
3827
3828         * configure.ac:
3829         Don't hardcode -Wall and -Werror for configure checks, this fails
3830         with non-GCC compilers. Fixes bug #517991.
3831
3832 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3833
3834         * gst/audioconvert/gstaudioconvert.c:
3835         * gst/audioconvert/gstaudioquantize.c:
3836         * gst/audioconvert/gstaudioquantize.h:
3837           Make audioconvert gap aware. If noiseshaping is used, wait for
3838           noiseshaping to converge before marking as GAP. Fixes #517813.
3839
3840 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3841
3842         * gst/audiotestsrc/gstaudiotestsrc.c:
3843           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
3844
3845 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
3846
3847         * ext/gnomevfs/gstgnomevfssink.c:
3848         (gst_gnome_vfs_sink_handle_event):
3849         Return FALSE when seeking for a new segment fails instead
3850         of silently ignoring the failure and appending every buffer
3851         that comes for the new segment.
3852
3853 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3854
3855         * gst/playback/gstplaysink.c: (find_property),
3856         (gst_play_sink_find_property), (gen_video_chain),
3857         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
3858         Recursively search the sink element for a last-frame property so that we
3859         can also find the property in autovideosink and friends that don't
3860         always proxy the internal sink properties.
3861
3862 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3863
3864         * gst-libs/gst/audio/multichannel.c:
3865           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
3866           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
3867           (gst_audio_set_structure_channel_positions_list),
3868           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
3869           (gst_audio_fixate_channel_positions):
3870           Fix confusing terminology in docs and code: structure fields are
3871           'fields' and not 'properties'.
3872
3873 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3874
3875         * gst-libs/gst/audio/multichannel.c:
3876           (gst_audio_check_channel_positions), (add_list_to_struct):
3877           Give more useful warning messages if one of the channel
3878           layout enums passed to us is invalid and if the "channels"
3879           field in the caps has a GType we don't expect.
3880
3881 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3882
3883         * gst-libs/gst/audio/multichannel.c:
3884           Fix typo in docs blurb.
3885
3886 2008-02-19  Julien Moutte  <julien@fluendo.com>
3887
3888         Patch by: Josep Torra Valles <josep@fluendo.com>
3889
3890         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
3891         typefind lookup to fix typefinding on HD clips.
3892
3893 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3894
3895         * gst/playback/gstscreenshot.c:
3896         * gst/playback/gstscreenshot.h:
3897           Fix up copyright (I rewrote the GStreamer-0.10 code for
3898           this from scratch back in the days).
3899
3900 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3901
3902         * gst/playback/Makefile.am:
3903         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
3904         (create_element), (gst_play_frame_conv_convert):
3905         * gst/playback/gstscreenshot.h:
3906         Add screenshot conversion code from totem.
3907
3908         * gst/playback/gstplay-marshal.list:
3909         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
3910         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
3911         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
3912         Implement frame property to get a color-unconverted snapshot.
3913         Implement convert-frame action signal to get a converted snapshot image.
3914         Configure connection speed in uridecodebin.
3915         Document some more properties.
3916
3917         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3918         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
3919         (gst_play_sink_get_last_frame):
3920         * gst/playback/gstplaysink.h:
3921         Use last-buffer property of the video sink to get a video snapshot.
3922
3923         * tests/examples/seek/seek.c: (shot_cb), (main):
3924         Add snapshot button for playbin2 and use the frame property to save the
3925         frame as a png in the current directory.
3926
3927 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
3928
3929         Patch by: Josep Torra Valles <josep at fluendo dot com>
3930
3931         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
3932         (plugin_init):
3933         Add typefinding support for h264 elementary streams.
3934         Fixes bug #517420.
3935
3936 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
3937
3938         * configure.ac:
3939           Require CVS of core for new API in collectpads.
3940
3941         * gst/adder/gstadder.c:
3942           Use new API to make adder sparse stream aware.
3943
3944 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3945
3946         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
3947         (no_more_pads_cb):
3948         Get the object data correct so that we can remove our channels
3949         correctly.
3950
3951         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
3952         (gen_vis_chain), (gst_play_sink_reconfigure),
3953         (gst_play_sink_request_pad):
3954         Add option to disable async behaviour in the sinks when possible. This
3955         makes it possible to avoid an audio queue when dealing with
3956         visualisations.
3957         Add option to add a queue for the audio path.
3958
3959         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
3960         (main):
3961         Disable the vis checkbox to match the defaults of playbin2.
3962         Only get the stream info when we need to.
3963
3964 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
3965
3966         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
3967         (gst_gio_base_sink_set_stream):
3968         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
3969         (gst_gio_base_src_set_stream):
3970         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
3971         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
3972         Don't use async operations as they require a running main loop.
3973         This makes us block again when closing streams and unable
3974         to mount the enclosing volume of an URI if it isn't yet.
3975
3976 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
3977
3978         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
3979         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
3980         (gen_vis_chain), (gst_play_sink_reconfigure),
3981         (gst_play_sink_request_pad):
3982         Move tee in front of the audio and vis pipelines.
3983         Add queue for audio for now.
3984         Add visualisation support.
3985
3986         * tests/examples/seek/seek.c: (main):
3987         Visualisation is by default disabled.
3988
3989 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
3990
3991         * ext/gio/gstgiobasesink.c: (close_stream_cb):
3992         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
3993         Improve debugging a bit.
3994
3995         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
3996         * ext/gio/gstgiosink.h:
3997         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
3998         * ext/gio/gstgiosrc.h:
3999         Try to mount the enclosing volume of a GFile if it isn't mounted
4000         yet. This requires us to wait for an async operation to finish, done
4001         with an nested GMainLoop. Authentication is not supported yet, will
4002         come later.
4003
4004 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4005
4006         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4007         (gst_play_bin_set_property), (gst_play_bin_get_property),
4008         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4009         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4010         (gst_play_sink_get_mute), (gen_audio_chain):
4011         * gst/playback/gstplaysink.h:
4012         Add mute property.
4013
4014         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4015         (gst_selector_pad_chain):
4016         * gst/playback/gststreamselector.h:
4017         Make sure we forward the event only once.
4018
4019         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4020         Add and implement the mute button for playbin2.
4021
4022 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4023
4024         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4025
4026         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4027         Add some more debug info.
4028         Make sure we never return a negative delay. Fixes #516246.
4029
4030 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4031
4032         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4033           Revert patch that makes the sink hold the object lock when
4034           calling snd_pcm_delay(), since it breaks playback for me.
4035
4036 2008-02-12  Julien Moutte  <julien@fluendo.com>
4037
4038         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4039         some seek flags when changing rate.
4040
4041 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4042
4043         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4044         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4045         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4046         Fix potential leaks.
4047
4048         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4049         Fix leak when there is no function configured.
4050
4051 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4052
4053         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4054         (gst_v4lsrc_buffer_finalize):
4055         Correctly chain up the finalize method.
4056
4057 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4058
4059         * ext/gio/gstgiostreamsink.c:
4060         * ext/gio/gstgiostreamsrc.c:
4061         Add documentation and example code for giostreamsink/giostreamsrc.
4062
4063         * tests/check/pipelines/gio.c: (GST_START_TEST):
4064         Ask the GMemoryOutputStream for the data instead of assuming that
4065         the pointer to the data stayed the same. It could've been realloc'ed.
4066
4067 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4068
4069         * ext/gio/gstgiosink.c:
4070         * ext/gio/gstgiosrc.c:
4071         Make the documentation of giosink/giosrc complete, large parts
4072         are based on the gnomevfssink/gnomevfssrc docs.
4073
4074 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4075
4076         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4077         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4078         * docs/plugins/gst-plugins-base-plugins.args:
4079         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4080         * docs/plugins/gst-plugins-base-plugins.interfaces:
4081         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4082         * docs/plugins/gst-plugins-base-plugins.signals:
4083         * docs/plugins/inspect/plugin-adder.xml:
4084         * docs/plugins/inspect/plugin-audioconvert.xml:
4085         * docs/plugins/inspect/plugin-audiorate.xml:
4086         * docs/plugins/inspect/plugin-audioresample.xml:
4087         * docs/plugins/inspect/plugin-decodebin.xml:
4088         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4089         * docs/plugins/inspect/plugin-gdp.xml:
4090         * docs/plugins/inspect/plugin-gio.xml:
4091         * docs/plugins/inspect/plugin-gnomevfs.xml:
4092         * docs/plugins/inspect/plugin-libvisual.xml:
4093         * docs/plugins/inspect/plugin-ogg.xml:
4094         * docs/plugins/inspect/plugin-pango.xml:
4095         * docs/plugins/inspect/plugin-playback.xml:
4096         * docs/plugins/inspect/plugin-queue2.xml:
4097         * docs/plugins/inspect/plugin-subparse.xml:
4098         * docs/plugins/inspect/plugin-theora.xml:
4099         * docs/plugins/inspect/plugin-uridecodebin.xml:
4100         * docs/plugins/inspect/plugin-videorate.xml:
4101         * docs/plugins/inspect/plugin-videoscale.xml:
4102         * docs/plugins/inspect/plugin-volume.xml:
4103         * docs/plugins/inspect/plugin-vorbis.xml:
4104         Add the GIO documentation again and while at that run make update.
4105
4106 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4107
4108         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4109         * ext/alsa/gstalsasink.c: (set_swparams):
4110         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4111           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4112           against libasound >= 1.0.16, since it's been deprecated in
4113           0.10.16, and alignment is always 1 then, apparently. (#512899)
4114
4115 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4116
4117         * gst/playback/gstplaybin.c: (gen_audio_element):
4118         * gst/playback/gstplaysink.c: (gen_audio_chain):
4119           Handle case where we can't create the volume element a bit
4120           better (#514307).
4121
4122 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4123
4124         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4125         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4126           Add support for https protocol. Fixes #510229.
4127
4128 2008-02-11  Julien Moutte  <julien@fluendo.com>
4129         
4130         Patch by: Alan Peevers <peeves@pacbell.net>
4131
4132         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4133         lock when calling alsa methods.
4134
4135 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4136
4137         * gst/typefind/gsttypefindfunctions.c:
4138           Bump rank of jpeg and png typefinders, which will return maximum
4139           probability in the most common cases (thus short-circuiting more
4140           expensive typefinders like the mp3 one for these two quite common
4141           image types).
4142
4143 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4144
4145         * ext/theora/theoraparse.c:
4146         Fix long description of the theora parser to be more verbose than just
4147         the type name.
4148
4149 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4150
4151         Patch by: Branko Čibej <brane at xbc dot nu>
4152
4153         * sys/xvimage/xvimagesink.c:
4154         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4155         Fixes bug #515654.
4156
4157 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4158
4159         * gst/playback/gstplaybasebin.c:
4160         Set is_dynamic as True if there are elements with both request
4161         and sometimes src pad templates instead of breaking out when it
4162         finds the first pad template that is a src.
4163
4164 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4165
4166         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4167         (update_streams), (video_combo_cb), (audio_combo_cb),
4168         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4169         Add some stream switching and volume gui for playbin2.
4170
4171 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4172
4173         * gst/playback/gstplay-marshal.list:
4174         Added marshal for streamselector Tags.
4175
4176         * gst/playback/gstplaybasebin.c: (set_active_source):
4177         Streamselector now selects pads based on the pad object instead of its
4178         name.
4179
4180         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4181         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4182         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4183         (gst_play_bin_get_text_tags),
4184         (gst_play_bin_set_current_video_stream),
4185         (gst_play_bin_set_current_audio_stream),
4186         (gst_play_bin_set_current_text_stream),
4187         (gst_play_bin_set_property), (gst_play_bin_get_property),
4188         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4189         Remove option to mute streams with the current-a/v/t property, we have
4190         this functionality in the flags.
4191         Add signals to notify when the number of A/V/T channels changed.
4192         Add action signals to get tags for the A/V/T streams.
4193         Implement setting the current A/V/T stream.
4194         Rearrange some things to simplify stream selection.
4195         Implement volume.
4196
4197         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4198         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4199         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4200         (activate_vis), (gst_play_sink_reconfigure):
4201         * gst/playback/gstplaysink.h:
4202         Add and implement volume setting methods.
4203
4204         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4205         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4206         (gst_selector_pad_event), (gst_stream_selector_class_init),
4207         (gst_stream_selector_init), (gst_stream_selector_finalize),
4208         (gst_stream_selector_set_property),
4209         (gst_stream_selector_get_property),
4210         (gst_stream_selector_get_linked_pad),
4211         (gst_stream_selector_request_new_pad):
4212         * gst/playback/gststreamselector.h:
4213         Add pad properties for tags and status of pads.
4214         Keep tags on pads.
4215         Make active pad selection based on pad object instead of name.
4216
4217 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4218
4219         * configure.ac:
4220           Revert last change as we now check in gtk-doc.m4 for sed.
4221
4222 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4223
4224         * configure.ac:
4225         Find and subst SED when building the docs.
4226
4227 2008-02-08  Julien Moutte  <julien@fluendo.com>
4228
4229         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4230         (main): Make sure bus signals are reconnected when pressing STOP
4231         and then PLAY again for a parse launch pipeline. Fix a ref leak
4232         on the bus.
4233         * win32/common/config.h: Updated.
4234
4235 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4236
4237         * configure.ac:
4238         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4239         pre-releases or releases.
4240
4241 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4242
4243         * configure.ac:
4244         * ext/gio/Makefile.am:
4245         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4246         reporting
4247
4248 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4249
4250         * docs/plugins/Makefile.am:
4251         Add the headers which need scanning for the GIO plugin. The rest of
4252         the docs still need migrating.
4253
4254 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4255
4256         * ext/Makefile.am:
4257         * tests/check/Makefile.am:
4258         * tests/check/pipelines/.cvsignore:
4259         Add gio in a few more places.
4260
4261 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4262
4263         * configure.ac:
4264         * ext/Makefile.am:
4265         * tests/check/Makefile.am:
4266         Move gio plugin from -bad and mark as experimental.
4267
4268 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4269
4270         * gst-libs/gst/interfaces/mixeroptions.c:
4271         * gst-libs/gst/interfaces/mixertrack.c:
4272         Comment out a couple of other things which break the build when
4273         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4274
4275 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4276
4277         * docs/libs/gst-plugins-base-libs-sections.txt:
4278           Fix pbutils header.
4279
4280 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4281
4282         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4283         Fix compiler warning.
4284
4285 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4286
4287         Patch by: Peter Kjellerstedt  <pkj at axis com>
4288
4289         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4290         Clear the addrinfo struct using memset. Fixes #514937.
4291
4292 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4293
4294         * gst/tcp/gstfdset.h:
4295         Remove unused field to same some memory.
4296
4297         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4298         Mark action signals as such.
4299
4300 2008-02-06  Michael Smith <msmith@fluendo.com>
4301
4302         * ext/theora/theoradec.c: (_theora_granule_frame),
4303         (_inc_granulepos):
4304           Increment granulepos for new-bitstream versions appropriately.
4305           Fixes #514623.
4306
4307 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4308
4309         * tests/examples/seek/seek.c: (do_seek),
4310         (rate_spinbutton_changed_cb), (update_streams), (main):
4311         Remove obsolete stream_time reset after flushing seek, core does that
4312         automatically now.
4313         Improve accuracy of speed spinbutton.
4314         Only do playbin2 stuff when we actually use it.
4315
4316 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4317
4318         * tests/check/Makefile.am:
4319           Revert previous change of the test environment's GST_PLUGIN_PATH.
4320           The problem is not with the plugins, but with element factories
4321           and only occurs if elements are split out from existing plugins
4322           or if plugins change name (see #512740).
4323
4324 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4325
4326         * tests/check/Makefile.am:
4327           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4328           with the core's plugins first and our local build directories last,
4329           since we might be building against an installed core, and that
4330           core's plugin directory may contain older or other versions of
4331           our own -base plugins, but we really do want to test our local
4332           ones (if there are multiple plugins or element factories with the
4333           same name, those inspected last will trump those read in earlier).
4334           Fixes #512740 for the most part.
4335
4336 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4337
4338         * configure.ac:
4339         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4340         Use gmtime_r if available as gmtime is not MT-safe.
4341         Fixes bug #511810.
4342
4343 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4344
4345         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4346         Cast glong to time_t as time_t might have a different type on
4347         other platforms, like FreeBSD, and we get a compiler warning
4348         otherwise. Fixes bug #511825.
4349
4350 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4351
4352         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4353         (get_group), (get_n_pads), (gst_play_bin_get_property),
4354         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4355         (autoplug_select_cb), (deactivate_group):
4356         Remove stream-info, we going for something easier.
4357         Refactor getting the current group.
4358         Implement getting the number of audio/video/text streams.
4359
4360         * gst/playback/gststreamselector.c:
4361         (gst_stream_selector_class_init), (gst_stream_selector_init),
4362         (gst_stream_selector_get_property),
4363         (gst_stream_selector_request_new_pad),
4364         (gst_stream_selector_release_pad):
4365         * gst/playback/gststreamselector.h:
4366         Add property for number of pads.
4367
4368         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4369         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4370         (text_toggle_cb), (update_streams), (msg_async_done),
4371         (msg_state_changed), (main):
4372         Block slider callback when updating the slider position.
4373         Add gui elements for controlling playbin2.
4374         Add callback for async_done that updates position/duration.
4375
4376 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4377
4378         * docs/plugins/Makefile.am:
4379         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4380         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4381         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4382         * docs/plugins/gst-plugins-base-plugins.interfaces:
4383         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4384           First round of plugin docs cleansups.
4385
4386         * docs/plugins/inspect/plugin-adder.xml:
4387         * docs/plugins/inspect/plugin-alsa.xml:
4388         * docs/plugins/inspect/plugin-audioconvert.xml:
4389         * docs/plugins/inspect/plugin-audiorate.xml:
4390         * docs/plugins/inspect/plugin-audioresample.xml:
4391         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4392         * docs/plugins/inspect/plugin-cdparanoia.xml:
4393         * docs/plugins/inspect/plugin-decodebin.xml:
4394         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4395         * docs/plugins/inspect/plugin-gdp.xml:
4396         * docs/plugins/inspect/plugin-gnomevfs.xml:
4397         * docs/plugins/inspect/plugin-libvisual.xml:
4398         * docs/plugins/inspect/plugin-ogg.xml:
4399         * docs/plugins/inspect/plugin-pango.xml:
4400         * docs/plugins/inspect/plugin-subparse.xml:
4401         * docs/plugins/inspect/plugin-tcp.xml:
4402         * docs/plugins/inspect/plugin-theora.xml:
4403         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4404         * docs/plugins/inspect/plugin-video4linux.xml:
4405         * docs/plugins/inspect/plugin-videorate.xml:
4406         * docs/plugins/inspect/plugin-videoscale.xml:
4407         * docs/plugins/inspect/plugin-videotestsrc.xml:
4408         * docs/plugins/inspect/plugin-volume.xml:
4409         * docs/plugins/inspect/plugin-vorbis.xml:
4410         * docs/plugins/inspect/plugin-ximagesink.xml:
4411         * docs/plugins/inspect/plugin-xvimagesink.xml:
4412           Regenerate.
4413
4414         * ext/ogg/Makefile.am:
4415         * ext/ogg/gstoggmux.c:
4416         * ext/ogg/gstoggmux.h:
4417           Add header for oggmux. the c-file needs a doc blob still.
4418
4419 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4420
4421         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4422
4423         * gst-libs/gst/rtp/gstrtpbuffer.c:
4424         (gst_rtp_buffer_set_extension_data):
4425         * gst-libs/gst/rtp/gstrtpbuffer.h:
4426         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4427         Add gst_rtp_buffer_set_extension_data() 
4428         Add a unit test for this addition. Fixes #511478.
4429         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4430
4431 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4432
4433         * configure.ac:
4434         Back to CVS
4435
4436 === release 0.10.17 ===
4437
4438 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4439
4440         * configure.ac:
4441           releasing 0.10.17, "Peanut Butter and Jelly"
4442
4443 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4444
4445         * gst-libs/gst/interfaces/mixeroptions.c:
4446         * gst-libs/gst/interfaces/mixertrack.c:
4447         Also remove the conditional registration of the signals
4448         that disappeared with the ABI change in 0.10.14
4449
4450 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4451
4452         * gst-libs/gst/rtsp/gstrtspconnection.c:
4453         Revert patch to gstrtspconnection.c for brown paper bag
4454         release of -base. Re-opens: #511825
4455
4456 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4457
4458         * gst-libs/gst/interfaces/mixeroptions.h:
4459         * gst-libs/gst/interfaces/mixertrack.h:
4460         Change the way these deprecated function pointers are removed
4461         so that the compiled ABI is unconditionally smaller. This 
4462         sets in stone an ABI break that actually occurred when the
4463         things were deprecated in 0.10.14, which seems to be the best
4464         fix as the only known users are oss-mixer and sunaudio-mixer in 
4465         gst-plugins-good.
4466         Fixes: #513018
4467
4468 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4469
4470         * win32/common/libgstpbutils.def:
4471           Export the two new _get_type() functions which are needed
4472           by the python bindings.
4473
4474 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4475
4476         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4477         Cast glong to time_t as time_t might have a different type on
4478         other platforms, like FreeBSD, and we get a compiler warning
4479         otherwise. Fixes bug #511825.
4480
4481 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4482
4483         * gst-libs/gst/audio/gstaudiofilter.c:
4484         (gst_audio_filter_class_init):
4485         Initialize the GstRingerBuffer class to get it's debug category
4486         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4487         category and otherwise we get some g_critical(). Fixes bug #512334.
4488
4489 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4490
4491         * configure.ac:
4492         Back to CVS
4493
4494 === release 0.10.16 ===
4495
4496 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4497
4498         * configure.ac:
4499           releasing 0.10.16, "Scheduled Interruption"
4500
4501 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4502
4503         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4504
4505         * gst-libs/gst/rtp/gstrtpbuffer.c:
4506         (gst_rtp_buffer_get_extension_data):
4507         Fix typos and wrong extension check. Fixes #511274.
4508
4509 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4510
4511         * po/sk.po:
4512         Oops - add new sk.po mentioned in the LINGUAS I just committed
4513
4514 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4515
4516         * po/LINGUAS:
4517         Add ca translation to the disted list.
4518
4519         * win32/vs6/libgstsdp.dsp:
4520         Convert line endings to CRLF
4521
4522 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4523
4524         * win32/MANIFEST:
4525         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4526
4527 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4528
4529         * win32/common/libgstsdp.def:
4530         * win32/common/libgstvideo.def:
4531         Add new API declarations
4532
4533 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4534
4535         * ext/theora/gsttheoradec.h:
4536         * ext/theora/gsttheoraparse.h:
4537         * ext/theora/theoradec.c:
4538         * ext/theora/theoraparse.c:
4539         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4540         and parser by inspecting the bitstream version of the incoming data.
4541
4542 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4543
4544         * configure.ac:
4545         * pkgconfig/Makefile.am:
4546         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4547         * pkgconfig/gstreamer-audio.pc.in:
4548         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4549         * pkgconfig/gstreamer-cdda.pc.in:
4550         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4551         * pkgconfig/gstreamer-fft.pc.in:
4552         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4553         * pkgconfig/gstreamer-floatcast.pc.in:
4554         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4555         * pkgconfig/gstreamer-interfaces.pc.in:
4556         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4557         * pkgconfig/gstreamer-netbuffer.pc.in:
4558         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4559         * pkgconfig/gstreamer-pbutils.pc.in:
4560         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4561         * pkgconfig/gstreamer-riff.pc.in:
4562         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4563         * pkgconfig/gstreamer-rtp.pc.in:
4564         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4565         * pkgconfig/gstreamer-rtsp.pc.in:
4566         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4567         * pkgconfig/gstreamer-sdp.pc.in:
4568         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4569         * pkgconfig/gstreamer-tag.pc.in:
4570         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4571         * pkgconfig/gstreamer-video.pc.in:
4572         Provide one pkg-config file for every gst-plugins-base library.
4573         This makes linking to those libraries much more intuitive and
4574         provides standard pkg-config behaviour for them. Fixes bug #499697.
4575
4576 2008-01-13  David Schleef  <ds@schleef.org>
4577
4578         * gst/videoscale/vs_4tap.c:
4579           Fix valgrind error on 4tap scaling method.
4580
4581 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4582
4583         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4584         Include Winsock2.h for VS6 and use a different way initialize
4585         hints structure so it can build with VS6.
4586         * win32/MANIFEST:
4587         * win32/vs6/libgstsdp.dsp:
4588         * win32/common/libgstsdp.def:
4589         Add new files for libgstsdp.
4590         * win32/vs6/grammar.dsp:
4591         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4592         * win32/vs6/gst_plugins_base.dsw:
4593         * win32/vs6/libgstdecodebin.dsp:
4594         * win32/vs6/libgstdecodebin2.dsp:
4595         * win32/vs6/libgstplaybin.dsp:
4596         * win32/vs6/libgstvolume.dsp:
4597         Add new dependencies to the link list.
4598
4599 2008-01-13  Julien Moutte  <julien@fluendo.com>
4600
4601         * win32/common/config.h:
4602         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4603         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4604         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4605         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4606         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4607         * win32/common/interfaces-enumtypes.c:
4608         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4609         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4610         (gst_mixer_track_flags_get_type),
4611         (gst_tuner_channel_flags_get_type):
4612         * win32/common/multichannel-enumtypes.c:
4613         (gst_audio_channel_position_get_type):
4614         * win32/common/pbutils-enumtypes.c:
4615         (gst_install_plugins_return_get_type):
4616         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4617         in the win32 build directory.
4618
4619 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4620
4621         * tests/check/Makefile.am:
4622         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4623
4624         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4625         * tests/check/elements/playbin.c:
4626         * tests/check/libs/mixer.c: (test_element_interface_supported),
4627         (gst_implements_interface_init):
4628         * tests/check/libs/rtp.c: (GST_START_TEST):
4629         Fix various assignment type mismatches.
4630
4631 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4632
4633         * configure.ac:
4634         * gst-libs/gst/rtsp/Makefile.am:
4635         Add test to see if hstrerror is available or if we need libresolv
4636         (Solaris) for it, then use it in libgstrtsp.
4637
4638 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4639
4640         * gst-libs/gst/tag/Makefile.am:
4641         Fix include path order
4642
4643 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4644
4645         * gst-libs/gst/pbutils/install-plugins.c:
4646         (gst_install_plugins_context_copy),
4647         (gst_install_plugins_context_get_type):
4648         * gst-libs/gst/pbutils/install-plugins.h:
4649         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4650         for bindings.
4651
4652 2008-01-11  Michael Smith <msmith@fluendo.com>
4653
4654         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4655         (_theora_granule_frame), (_theora_granule_start_time),
4656         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4657           Adapt for post-alpha meaning of granulepos, when we
4658           have a newer version of libtheora.
4659         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4660         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4661         (theora_enc_is_discontinuous), (theora_enc_chain):
4662           Likewise.
4663         * tests/check/Makefile.am:
4664           Link libtheora into theoraenc test so we can check which version of
4665           libtheora we're testing against.
4666         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4667         (check_buffer_granulepos),
4668         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4669         (theoraenc_suite):
4670           Adapt tests to check the values that are now defined for theora; make
4671           the tests backwards-adapt the passed values if we're running against an
4672           old libtheora.
4673           Fixes #497964
4674
4675 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4676
4677         * gst-libs/gst/audio/gstbaseaudiosink.c:
4678           (gst_base_audio_sink_class_init):
4679         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4680           (gst_base_audio_src_class_init):
4681           Ref audio clock class from a thread-safe context to make sure
4682           we're not bit by GObjects lack of thread-safety here (#349410),
4683            however unlikely that may be in practice.
4684
4685 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4686
4687         * autogen.sh:
4688           Add -Wno-portability to the automake parameters to stop warnings
4689           about GNU make extensions being used. We require GNU make in almost
4690           every Makefile anyway.
4691           
4692         * configure.ac:
4693           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4694           at the same time is required for per target flags.
4695
4696 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4697
4698         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4699           Post an error message if we can't pull as many bytes as we need
4700           for the tag. This makes sure the user gets to see a proper error
4701           message if a file with a partial ID3 tag is fed to decodebin, and
4702           not a 'no ID3 tag demuxer' error, which would be confusing
4703           (see #508138).
4704
4705 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4706
4707         * gst-libs/gst/pbutils/descriptions.c: (formats):
4708           Add description strings for ID3, APE, and ICY tags.
4709
4710 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4711
4712         * gst/playback/gstdecodebin.c: (try_to_link_1):
4713           Make sure we error out correctly if we can't activate one of
4714           the elements we've added.  Fixes #508138.
4715           
4716 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4717
4718         Patch by: Bastien Nocera <hadess at hadess net>
4719
4720         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4721           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4722           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4723           the volume is the same for all channels. This works around
4724           some problem in alsa that leaves us with inconsistent state
4725           for some reason (#486840).
4726
4727 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4728
4729         Patch by: Jerone Young <jerone at gmail com>
4730
4731         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4732           If there's no mixer track by the name of 'Master' or 'Front',
4733           check if there's one called 'PCM' before trying the generic
4734           fallback logic (fixes #506928, where we pick 'Mic' as master
4735           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4736
4737 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4738
4739         * gst/playback/gstplay-enum.c:
4740         (register_gst_autoplug_select_result),
4741         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4742         (gst_play_flags_get_type):
4743         * gst/playback/gstplay-enum.h:
4744         Add enums for configuration flags.
4745
4746         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4747         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4748         (gst_play_bin_get_property), (no_more_pads_cb),
4749         (autoplug_select_cb), (gst_play_bin_change_state):
4750         Merge mode with flags.
4751         Add more property getters/setters, defaults and docs.
4752         Add properties to get number of audio/video/text streams.
4753         Create sink object in _init so that we can always rely on it being
4754         there.
4755
4756         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4757         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4758         (activate_vis), (gst_play_sink_reconfigure),
4759         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4760         (gst_play_sink_change_state):
4761         * gst/playback/gstplaysink.h:
4762         Use flags to configure the sink pipelines.
4763         Add tee before audio pipeline so that we can use it for visualisations.
4764         Start working on integrating visualisations.
4765         Remove mode, we can do everything with the flags now.
4766         Add method to configue the sink pipeline.
4767
4768 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
4769
4770         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4771           (check_buffer_timestamp), (check_buffer_duration):
4772           Turn these functions into macros so we can see right away
4773           where the failure occured.
4774
4775 2008-01-05  Julien Moutte  <julien@fluendo.com>
4776
4777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4778         debugging information to understand how X calculates the stride
4779         for XvImages.
4780
4781 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4782
4783         * gst/volume/Makefile.am:
4784         * gst/volume/gstvolume.c: (volume_choose_func),
4785         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
4786         (volume_setup):
4787         * gst/volume/gstvolume.h:
4788         Use GstAudioFilter as base class for the volume element instead of
4789         plain GstBaseTransform.
4790
4791 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4792
4793         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
4794         Don't set element details for the abstract GstAudioFilter class.
4795
4796 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
4797
4798         * gst-libs/gst/audio/gstaudiofilter.c:
4799         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
4800         Implement get_unit_size() vmethod of GstBaseTransform.
4801
4802 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
4803
4804         * gst-libs/gst/pbutils/Makefile.am:
4805         * gst-libs/gst/pbutils/pbutils.h:
4806         Use glib-enum generator to have a proper enum GType for
4807         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
4808
4809 2007-12-31  David Schleef  <ds@schleef.org>
4810
4811         * tests/check/Makefile.am:
4812         * tests/check/pipelines/theoraenc.c:
4813           Reenable theoraenc test, which fails on the buildbot but
4814           not locally.
4815
4816 2007-12-31  David Schleef  <ds@schleef.org>
4817
4818         * docs/libs/.cvsignore:
4819         * docs/plugins/.cvsignore:
4820           Add *-undeclared.txt to fix buildbot.
4821
4822 2007-12-31  David Schleef  <ds@schleef.org>
4823
4824         * tests/check/Makefile.am:
4825           Second attempt at disabling theoraenc test long enough to
4826           get buildbot to compile -base.
4827
4828 2007-12-31  David Schleef  <ds@schleef.org>
4829
4830         * tests/check/pipelines/theoraenc.c:
4831           Disable theoraenc test long enough to get the buildbot to
4832           compile a recent -base.
4833
4834 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4835
4836         * tests/examples/seek/seek.c: (stop_cb):
4837         Make sure we reset the slider value to 0.0 without racing against a
4838         possible g_idle that sets it to something else.
4839
4840 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
4841
4842         * sys/ximage/ximagesink.c:
4843         fix typo
4844
4845 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4846
4847         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
4848         * gst-libs/gst/rtsp/gstrtspdefs.h:
4849         Add Location header so that we can start implementing redirects.
4850         See #506025.
4851
4852 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4853
4854         * gst/subparse/gstssaparse.c:
4855         combine if's
4856
4857 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4858
4859         * gst/subparse/gstssaparse.c:
4860         remove duplicate log message
4861
4862 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
4863
4864         * ext/libvisual/visual.c: (gst_visual_chain):
4865         Fix 'xyz may be used uninitialized' compiler warnings caused
4866         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
4867         abort() in any case but properly report the error.
4868
4869 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4870
4871         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4872         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4873         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4874         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
4875         (autoplug_select_cb), (activate_group), (deactivate_group),
4876         (setup_next_source), (save_current_group),
4877         (gst_play_bin_change_state):
4878         Code cleanups.
4879         Remove next-uri, we can use the uri property just fine.
4880         Fix some crasher.
4881         Unref uridecodebin when switching.
4882         Fix going to READY.
4883
4884         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4885         (gst_play_sink_init), (gst_play_sink_dispose),
4886         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
4887         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
4888         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
4889         (gst_play_sink_set_property), (gst_play_sink_get_property),
4890         (gen_video_chain), (gen_text_element), (gen_audio_chain),
4891         (gen_vis_element), (gst_play_sink_get_mode),
4892         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
4893         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
4894         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
4895         (gst_play_sink_change_state):
4896         * gst/playback/gstplaysink.h:
4897         Add some locking to make things threadsafe.
4898
4899         * gst/playback/test7.c: (about_to_finish_cb):
4900         Fix test.
4901
4902 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
4903
4904         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
4905           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
4906           (gst_video_scale_transform):
4907           Don't claim to be able to handle/transform caps that can't really
4908           be handled by the currently selected scaling method (here: RGB or
4909           packed YUV with 4-tap method). Also add locking to method property.
4910
4911         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
4912           (test_basetransform_based):
4913           Some test pipelines for the above (not entirely valgrind clean yet
4914           apparently).
4915
4916 2007-12-21  David Schleef  <ds@schleef.org>
4917
4918         * gst-libs/gst/video/video.c:
4919         * gst-libs/gst/video/video.h:
4920           Add additional RGBA and RGB-24 video formats.
4921
4922 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4923
4924         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
4925           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
4926           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
4927         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
4928           (cddabasesrc_suite):
4929           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
4930           deprecated in the future (see #498924).
4931
4932 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4933
4934         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
4935           Don't leak event.
4936
4937 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
4938
4939         * gst-libs/gst/riff/riff-read.c:
4940         Use GST_ROUND_UP_2 macro
4941
4942 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4943
4944         * gst/playback/.cvsignore:
4945           Ignore more.
4946
4947 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4948
4949         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4950         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
4951           (set_active_source):
4952         * gst/playback/gstplaybasebin.h:
4953         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4954           (setup_sinks), (playbin_set_subtitles_visible):
4955           Make switching off of subtitles work. To avoid all kind of
4956           problems with unlinking of the subtitle input, we just keep
4957           the subtitle inputs linked as they are and tell textoverlay
4958           not to render them. Fixes #373011.
4959           Other subtitle switching issues (esp. when there are both
4960           external and in-stream subtitles) remain. They'll be solved
4961           in playbin2.
4962
4963 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4964
4965         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
4966         Init the pad segment too.
4967
4968 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4969
4970         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4971         (gst_audioringbuffer_open_device),
4972         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
4973         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4974         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
4975         (gst_audio_sink_create_ringbuffer):
4976         Improve debug output.
4977
4978         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
4979         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
4980         Prevent some functions from doing things and failing when the
4981         ringbuffer is not yet acquired.
4982
4983 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
4984
4985         * gst-libs/gst/interfaces/interfaces.h:
4986           Also remove interfaces.h from CVS as it is not needed anymore.
4987
4988 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
4989
4990         * gst-libs/gst/interfaces/Makefile.am:
4991           interfaces.h is not used anymore so remove it from the build
4992           process.
4993
4994 2007-12-17  David Schleef  <ds@schleef.org>
4995
4996         * gst/videotestsrc/gstvideotestsrc.c:
4997         * gst/videotestsrc/gstvideotestsrc.h:
4998           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
4999           for testing vertical refresh synchronization.
5000
5001 2007-12-17  David Schleef  <ds@schleef.org>
5002
5003         * docs/libs/gst-plugins-base-libs-sections.txt:
5004         * gst-libs/gst/video/video.c:
5005         * gst-libs/gst/video/video.h:
5006           Add new GstVideFormat enum and write a bunch of helper functions
5007           based around it.
5008
5009 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5010
5011         * Makefile.am:
5012           Use new common/win32.mak.
5013
5014 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5015
5016         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5017         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5018         Add debug info.
5019         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5020         the parent state change function, just like the audiosink, because the
5021         parent waits for the element to finish its processing before completing
5022         the state change. This makes going to PAUSED a lot snappier.
5023         When going from READY to PAUSED, don't allow the ringbuffer to start
5024         yet.
5025
5026 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5027
5028         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5029         Yet another fix for broken software that produce files with an empty
5030         blockalign field. Instead of completely failing, make a second attempt
5031         at guessing the width/depth by looking at strf->size.
5032
5033 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5034
5035         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5036           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5037         * gst-libs/gst/pbutils/install-plugins.c:
5038           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5039         * gst-libs/gst/pbutils/missing-plugins.c:
5040           (gst_missing_plugin_message_get_installer_detail),
5041           (gst_missing_encoder_installer_detail_new):
5042         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5043         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5044           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5045           avoid compiler warnings (#503930).
5046
5047 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5048
5049         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5050         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5051         for jpeg video streams.
5052         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5053         for the above modification.
5054
5055 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5056
5057         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5058           (gst_x_overlay_handle_events):
5059           More guards (we don't want klass to end up being NULL).
5060
5061 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5062
5063         * configure.ac:
5064         * gst/volume/gstvolume.c: (gst_volume_init):
5065           Use new gst_base_transform_set_gap_aware() function as volume
5066           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5067           for this.
5068
5069 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5070
5071         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5072         Don't go to READY on EOS as this avoids testing of seeking and
5073         restarting after EOS, use the stop button when you want to READY.
5074         Don't try to do a flushing seek in segment-done, it does not make
5075         sense to use this for gapless playback and is not needed.
5076
5077 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5078
5079         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5080         (reset_rate_timer), (update_in_rates), (update_out_rates),
5081         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5082         (gst_queue_chain), (gst_queue_loop):
5083         Use separate timers for input and output rates.
5084         Pause measuring the output rate when we block for more data.
5085         See #503262.
5086
5087 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5088
5089         * gst/playback/gstqueue2.c: (gst_queue_chain):
5090         Pause the timer to measure the input rate when we block because the
5091         queue is filled. See #503262.
5092
5093 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5094
5095         Patch by: Peter Kjellerstedt  <pkj at axis com>
5096
5097         * gst-libs/gst/rtsp/gstrtspconnection.c:
5098         (gst_rtsp_connection_free):
5099         Close control sockets. Fixes #503440.
5100
5101 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5102
5103         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5104         Expose the right pad in the right place with the right element.
5105
5106 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5107
5108         * gst-libs/gst/pbutils/descriptions.c: (formats):
5109           Add description for 'private' dts caps (who come up with that name?).
5110
5111 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5112
5113         * Makefile.am:
5114           Add check-exports target and run it with 'make check'.
5115
5116         * configure.ac:
5117           Be stricter about what we export in our libraries: change regexp so that
5118           we only export _gst_foo(), but not __gst_foo().
5119
5120         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5121         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5122           Change internal functions to __gst_foo so they dont' get exported.
5123
5124         * win32/common/libgstaudio.def:
5125           Add missing symbols.
5126
5127 2007-12-11  David Schleef  <ds@schleef.org>
5128
5129         * ChangeLog: remove conflict markers
5130
5131 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5132
5133         * ext/gnomevfs/Makefile.am:
5134         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5135           Use gst_tag_freeform_string_to_utf8() here, which also takes
5136           into account any character sets specified by the user via
5137           environment variables.
5138
5139 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5140
5141         * gst/audioconvert/Makefile.am:
5142         Also link to libm.
5143
5144 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5145
5146         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5147         No need for floating point operations here. avoids having to link
5148         against the math library too.
5149
5150 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5151
5152         * gst-libs/gst/pbutils/descriptions.c: (formats),
5153           (format_info_get_desc):
5154         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5155           (GST_START_TEST):
5156           Add one or two missing formats.  Generate ADPCM description
5157           dynamically depending on layout/format.
5158
5159 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5160
5161         * configure.ac:
5162           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5163
5164 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5165
5166         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5167
5168         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5169           Some .srt files start with chunk number 0 and not chunk number 1,
5170           recognise and accept those as well (fixes #502497).
5171
5172         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5173           (test_src):
5174           Add unit test for the above.
5175
5176 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5177
5178         * gst/playback/gstplay-enum.c:
5179         (register_gst_autoplug_select_result),
5180         (gst_autoplug_select_result_get_type):
5181         * gst/playback/gstplay-enum.h:
5182         Add missing files.
5183
5184 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5185
5186         * gst/playback/Makefile.am:
5187         Group decodebin2 and uridecodebin into the same plugin so that they
5188         can share the GEnumType.
5189
5190         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5191         (_gst_select_accumulator), (gst_decode_bin_class_init),
5192         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5193         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5194         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5195         Add signal to sort factories instead of the more awkward autoplug-select
5196         signal.
5197         Modify autoplug_select so that we can try, skip or expose the
5198         autopluggin of an element on a pad.
5199
5200         * gst/playback/gstfactorylists.c: (compare_ranks),
5201         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5202         (element_filter), (gst_factory_list_get_elements),
5203         (gst_factory_list_debug), (gst_factory_list_filter):
5204         * gst/playback/gstfactorylists.h:
5205         Simplify the API, allow getting elements based on mask.
5206
5207         * gst/playback/gstplay-marshal.list:
5208         Add some more marshallers.
5209
5210         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5211         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5212         (autoplug_select_cb), (activate_group):
5213         Add support for managing non-raw sinks by providing a custom element and
5214         sink list to decodebin2.
5215         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5216         decodebin2.
5217
5218         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5219         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5220         * gst/playback/gstplaysink.h:
5221         Add support for raw and non-raw sinks. 
5222         Add support to force sinks selected by playbin2.
5223         Don't plug raw converters for non-raw sinks.
5224
5225         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5226         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5227         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5228         (plugin_init):
5229         Use right accumulators.
5230         Proxy new signal.
5231
5232 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5233
5234         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5235         Use runnning time as the base time instead of the timestamp.
5236         Spotted by Saur on IRC.
5237
5238 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5239
5240         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5241         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5242
5243 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5244
5245         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5246         (gst_ogg_demux_read_chain):
5247         If we find a new serial number but it does not contain a BOS page, make
5248         sure we initialize the chain to NULL because else we will try to scan it
5249         and crash. Fixes #500763
5250
5251 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5252
5253         * gst/playback/Makefile.am:
5254         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5255         (get_feature_array), (decoders_filter), (sinks_filter),
5256         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5257         (gst_factory_list_filter):
5258         * gst/playback/gstfactorylists.h:
5259         Refactor some common code to filter factories and check caps compat.
5260
5261         * gst/playback/gstdecodebin.c:
5262         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5263         (gst_decode_bin_init), (gst_decode_bin_dispose),
5264         (gst_decode_bin_autoplug_continue),
5265         (gst_decode_bin_autoplug_factories),
5266         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5267         (find_compatibles):
5268         * gst/playback/gstplaybin.c:
5269         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5270         (gst_play_bin_init), (gst_play_bin_finalize),
5271         (autoplug_factories_cb), (activate_group):
5272         * gst/playback/gstqueue2.c:
5273         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5274         (proxy_autoplug_continue_signal),
5275         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5276         (proxy_drained_signal):
5277         Add some more debug info and use factor filtering code.
5278
5279 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5280
5281         * gst/audiotestsrc/gstaudiotestsrc.c:
5282         * gst/volume/gstvolume.c:
5283         * gst/volume/gstvolume.h:
5284           Add GAP-flag support.
5285
5286 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5287
5288         * tests/examples/seek/seek.c: (main): Increase the range of the
5289         rate selector as I would like to test QOS behavior at higher
5290         forward and reverse playback speed like say 64x.
5291
5292 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5293
5294         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5295         (audioresample_query), (audioresample_query_type),
5296         (gst_audioresample_set_property):
5297         Implement latency query.
5298
5299 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5300
5301         * gst-libs/gst/audio/gstbaseaudiosink.c:
5302         (gst_base_audio_sink_drain):
5303         Our EOS time contains the base_time, _wait_eos() expects a running_time
5304         so we have to subtract the base_time again before calling the function.
5305         This fixes an EOS regression where the base_time was added twice and EOS
5306         took longer and longer in certain situations.
5307         Fixes #498767.
5308
5309 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5310
5311         * docs/libs/gst-plugins-base-libs-sections.txt:
5312         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5313         (gst_base_audio_sink_set_provide_clock),
5314         (gst_base_audio_sink_get_provide_clock),
5315         (gst_base_audio_sink_set_slave_method),
5316         (gst_base_audio_sink_get_slave_method),
5317         (gst_base_audio_sink_set_property),
5318         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5319         (gst_base_audio_sink_none_slaving),
5320         (gst_base_audio_sink_handle_slaving):
5321         * gst-libs/gst/audio/gstbaseaudiosink.h:
5322         Expose methods for some object properties so that subclasses can more
5323         easily configure them.
5324         Added slave method none, that completely disables slaving to the
5325         internal clock.
5326         API: gst_base_audio_sink_set_provide_clock()
5327         API: gst_base_audio_sink_get_provide_clock()
5328         API: gst_base_audio_sink_set_slave_method()
5329         API: gst_base_audio_sink_get_slave_method()
5330
5331         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5332         (gst_base_audio_src_set_provide_clock),
5333         (gst_base_audio_src_get_provide_clock),
5334         (gst_base_audio_src_set_property),
5335         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5336         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5337         Expose methods for some object properties so that subclasses can more
5338         easily configure them.
5339         API: gst_base_audio_src_set_provide_clock()
5340         API: gst_base_audio_src_get_provide_clock()
5341
5342 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5343
5344         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5345
5346         * gst-libs/gst/sdp/gstsdpmessage.c:
5347         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5348
5349 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5350
5351         * tests/check/libs/fft.c: (GST_START_TEST):
5352         Fix scaling to really have dB instead of something else.
5353
5354 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5355
5356         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5357         GTK version, use it.
5358
5359 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5360
5361         * tests/examples/seek/seek.c: (main): Try to support stable version
5362         of GTK.
5363
5364 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5365
5366         * gst/playback/README:
5367         * gst/playback/test7.c:
5368           Fix the build + little README update.
5369
5370 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5371
5372         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5373         Add playbin2 seek pipeline.
5374
5375 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5376
5377         * gst/playback/Makefile.am:
5378         * gst/playback/gstplayback.c: (plugin_init):
5379         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5380         (eos_cb), (about_to_finish_cb), (main):
5381         Add playbin2.
5382         Added gapless playback example.
5383
5384         * gst/playback/gstplaybasebin.c:
5385         * gst/playback/gstplaybasebin.h:
5386         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5387         * gst/playback/gstqueue2.c:
5388         * gst/playback/test.c:
5389         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5390         (pad_removed_cb):
5391         * gst/playback/gststreaminfo.h:
5392         Change email.
5393
5394         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5395         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5396         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5397         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5398         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5399         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5400         (drained_cb), (unlink_group), (activate_group),
5401         (setup_next_source), (gst_play_bin_change_state),
5402         (gst_play_bin2_plugin_init):
5403         Added raw first version of playbin2. Does chained oggs and gapless
5404         playback fine. No support for raw sinks yet. No visualisations or
5405         subtitles yet.
5406
5407         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5408         (gst_play_sink_class_init), (gst_play_sink_init),
5409         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5410         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5411         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5412         (gst_play_sink_set_property), (gst_play_sink_get_property),
5413         (post_missing_element_message), (free_chain), (add_chain),
5414         (activate_chain), (gen_video_chain), (gen_text_element),
5415         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5416         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5417         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5418         (gst_play_sink_send_event), (gst_play_sink_change_state):
5419         * gst/playback/gstplaysink.h:
5420         Added Element that abstracts the sinks and their pipelines for playbin2.
5421
5422 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5423
5424         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5425         (gst_selector_pad_class_init), (gst_selector_pad_init),
5426         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5427         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5428         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5429         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5430         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5431         (gst_stream_selector_init), (gst_stream_selector_set_property),
5432         (gst_stream_selector_get_linked_pad),
5433         (gst_stream_selector_getcaps),
5434         (gst_stream_selector_is_active_sinkpad),
5435         (gst_stream_selector_activate_sinkpad),
5436         (gst_stream_selector_get_linked_pads),
5437         (gst_stream_selector_request_new_pad),
5438         (gst_stream_selector_release_pad):
5439         * gst/playback/gststreamselector.h:
5440         Improve streamselector, make it select and unselect the current pad more
5441         intelligently. 
5442         Subclass GstPad for the sinkpads of the selector.
5443         Handle segments more correctly.
5444         Fix caps negotiation.
5445         Implement release_pad.
5446
5447 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5448
5449         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5450         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5451         (remove_fakesink):
5452         Add drained signal fired when decodebin finishes decoding the data.
5453         Remove deprecated STATE_DIRTY message.
5454
5455         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5456         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5457         (analyse_source), (proxy_drained_signal), (make_decoder),
5458         (source_new_pad), (value_list_append_structure_list),
5459         (handle_redirect_message), (handle_message):
5460         Proxy the new drained signal.
5461         Handle pad removed from decodebin.
5462         Handle redirect messages by sorting multiple redirections based on the
5463         connection speed.
5464
5465 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5466
5467         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5468
5469         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5470         Fix leaking headers. Fixes #496761.
5471
5472 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5473
5474         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5475
5476         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5477         (gst_ximagesink_change_state):
5478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5479         Don't leak the PAR on errors. Fixes #496731.
5480
5481 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5482
5483         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5484           (gst_tag_from_id3_user_tag):
5485           Add mapping for audio cd discid tags, so we can extract
5486           them from tags as well (see #347848). Also compare identifiers
5487           in ID3v2 TXXX frames in a case-insensitive way to increase
5488           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5489
5490 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5491
5492         * gst-plugins-base.doap:
5493         Oops, fix the release name.
5494
5495 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5496
5497         * gst-plugins-base.doap:
5498         Add 0.10.15 release
5499
5500 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5501
5502         * configure.ac:
5503         Back to CVS
5504
5505 === release 0.10.15 ===
5506
5507 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5508
5509         * configure.ac:
5510           releasing 0.10.15, "No need to argue"
5511
5512 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5513
5514         * win32/vs6/libgstfft.dsp:
5515         Convert line endings to DOS.
5516
5517 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5518
5519         * win32/vs6/gst_plugins_base.dsw:
5520         * win32/vs6/libgstfft.dsp:
5521         * win32/MANIFEST:
5522         Add a project file for fft plugin and remove socket
5523         based plugin which don't build from the workspace.
5524         * win32/vs6/libgstaudio.dsp:
5525         * win32/vs6/libgstrtp.dsp:
5526         * win32/vs6/libgsttag.dsp:
5527         Convert line endings back to DOS.
5528         Fixes #496724
5529
5530 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5531
5532         * win32/vs6/libgstinterfaces.dsp:
5533         * win32/vs6/libgstrtsp.dsp:
5534         Convert line endings back to DOS
5535
5536 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5537
5538         * gst-libs/gst/fft/kiss_fft_f32.h:
5539         * gst-libs/gst/fft/kiss_fft_f64.h:
5540         * gst-libs/gst/fft/kiss_fft_s16.h:
5541         * gst-libs/gst/fft/kiss_fft_s32.h:
5542         Don't include malloc.h which doesn't exist on Mac OSX.
5543         Instead, pull in glib.h and use g_malloc/g_free for 
5544         consistency. Fixes: #496548
5545
5546 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5547
5548         * gst/playback/gstdecodebin2.c:
5549           Dont leak ghostpad. Fixes #475451.
5550
5551 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5552
5553         * docs/design/design-decodebin.txt:
5554         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5555         Update some more docs and comments.
5556
5557 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5558
5559         Patch by: Sebastien Moutte  <sebastien moutte net>
5560
5561         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5562           (gst_rtcp_unix_to_ntp):
5563         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5564           Fix some C99-isms and and a missing function that some versions of
5565           MSVC don't like too much (#494346).
5566
5567         * win32/vs6/gst_plugins_base.dsw:
5568         * win32/vs6/libgstaudio.dsp:
5569         * win32/vs6/libgstrtp.dsp:
5570         * win32/vs6/libgsttag.dsp:
5571           Update vs6 projects files (#494346).
5572
5573 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5574
5575         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5576
5577         * win32/common/libgstaudio.def:
5578         * win32/common/libgstcdda.def:
5579         * win32/common/libgstinterfaces.def:
5580         * win32/common/libgstnetbuffer.def:
5581         * win32/common/libgstpbutils.def:
5582         * win32/common/libgstrtp.def:
5583         * win32/common/libgstrtsp.def:
5584         * win32/common/libgsttag.def:
5585         * win32/common/libgstvideo.def:
5586           More missing symbols to export (fixes #493986).
5587
5588 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5589
5590         * docs/libs/gst-plugins-base-libs-sections.txt:
5591         * gst-libs/gst/fft/gstfftf32.c:
5592         * gst-libs/gst/fft/gstfftf32.h:
5593         * gst-libs/gst/fft/gstfftf64.c:
5594         * gst-libs/gst/fft/gstfftf64.h:
5595         * gst-libs/gst/fft/gstffts16.c:
5596         * gst-libs/gst/fft/gstffts16.h:
5597         * gst-libs/gst/fft/gstffts32.c:
5598         * gst-libs/gst/fft/gstffts32.h:
5599         * tests/check/libs/fft.c: (GST_START_TEST):
5600         Remove the magnitude and phase calculation functions as these have
5601         very special use cases and can't even be used for the spectrum
5602         element. Also adjust the docs to mention some properties of the used
5603         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5604
5605 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5606
5607         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5608           (finish_source):
5609           Avoid crash when there are external subtitles (fixes #491722).
5610
5611 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5612
5613         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5614         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5615           'Could not open resource for writing' is not an acceptable
5616           error message when we can't open the audio device (see #492334),
5617           even less so when we're trying to open it to record something.
5618
5619 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5620
5621         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5622
5623         * win32/common/libgstrtp.def:
5624           Add some more missing symbols (#492813).
5625
5626 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5627
5628         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5629
5630         * tests/check/elements/audioconvert.c: (verify_convert):
5631           Add check to make sure that the out caps have a channel layout
5632           set on them where they should have one.
5633
5634 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5635
5636         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5637
5638         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5639         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5640           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5641           (#492306).
5642
5643         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5644           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5645           (it disappeared in GLib 2.14.0) (#492306).
5646
5647         * gst-libs/gst/sdp/Makefile.am:
5648         * gst-libs/gst/sdp/gstsdpmessage.c:
5649           Fix includes and LIBS for win32/Mingw (#492306).
5650
5651         * tests/examples/dynamic/addstream.c (pause_play_stream):
5652           Use more portable g_usleep() instead of sleep() (#492306).
5653
5654 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5655
5656         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5657
5658         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5659           (gst_ring_buffer_parse_caps):
5660           Return NULL instead of an enum that happens to be 0, fixes warning
5661           on MSVC (#492114).
5662
5663         * gst-libs/gst/audio/gstringbuffer.h:
5664           No trailing commas in enum list (for gcc-2.9x).
5665
5666         * gst/videotestsrc/videotestsrc.c: (random_char):
5667           Make information loss explicit instead of implicitly truncating to
5668           eight bits via the return value.  Fixes runtime error on MSVC when
5669           using the debug CRT (#492114).
5670
5671         * win32/common/config.h.in:
5672           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5673
5674         * win32/common/libgstinterfaces.def:
5675         * win32/common/libgstrtp.def:
5676           Export a few more symbols (#492114).
5677
5678 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5679
5680         * gst-libs/gst/audio/audio.c:
5681         * gst-libs/gst/audio/audio.h:
5682           Readd the deprecation guards, but preserve compilability.
5683
5684 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5685
5686         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5687           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5688           Preserve channel layout when fixating the number of channels in the
5689           output caps, or make sure there's a suitable channel position layout
5690           set on the caps if required. Fixes #430677.
5691
5692 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5693
5694         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5695           Make sure the pipeline really operates in push mode as it should
5696           in this case.
5697
5698 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5699
5700         * gst-libs/gst/audio/audio.h:
5701           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5702           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5703           (ie. normal cvs builds) will fail.
5704
5705 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5706
5707         * docs/libs/Makefile.am:
5708         * gst-libs/gst/audio/audio.c:
5709         * gst-libs/gst/audio/audio.h:
5710         * gst-libs/gst/interfaces/mixer.c:
5711           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5712
5713 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5714
5715         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5716           (test_channel_layout_value_intersect), (audio_suite):
5717           Add simple unit test to make sure GstValue intersection
5718           of channel layouts works the way I think it does.
5719
5720 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5721
5722         * docs/libs/gst-plugins-base-libs-sections.txt:
5723         * gst-libs/gst/audio/gstaudiofilter.h:
5724         * gst-libs/gst/interfaces/mixer.h:
5725         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5726         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5727         * gst-libs/gst/sdp/gstsdpmessage.c:
5728           Fix the docs according to what gtk-doc complained about.
5729
5730 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5731
5732         * tests/icles/stress-playbin.c:
5733           Fix the build.
5734
5735 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5736
5737         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5738         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5739           Post nice/more useful error message if we don't have a decoder for
5740           the primary type.
5741
5742 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5743
5744         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5745         Be a bit more useful, unblock the pads after we fired the no-more-pads
5746         signal so that we can use the signal to inspect and connect all pads
5747         without having to keep extra state outside of decodebin.
5748
5749 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5750
5751         * gst/playback/gsturidecodebin.c:
5752         (gst_uri_decode_bin_autoplug_continue),
5753         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5754         Implement default signal handler so that we return TRUE when nothing is
5755         connected.
5756
5757 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5758
5759         * gst-libs/gst/riff/riff-media.c:
5760         (gst_riff_wavext_add_channel_layout),
5761         (gst_riff_wave_add_default_channel_layout),
5762         (gst_riff_wavext_get_default_channel_mask),
5763         (gst_riff_create_audio_caps):
5764         Use the ALSA channel layout as default for wav files without channel
5765         layout information. This fixes playback of chan-id.wav on 5.1 systems
5766         for example. Also refactor the channel layout setting a bit and add
5767         more default channel orders. Fixes #489010.
5768
5769 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5770
5771         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5772           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5773           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5774           instead.
5775
5776 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
5777
5778         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5779         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5780         (gst_decode_bin_set_subs_encoding),
5781         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5782         (gst_decode_bin_get_property), (analyze_new_pad):
5783         Move subtitle encoding property to decodebin2 so that it can set the
5784         property value on all elements that it autoplugs and that require it.
5785         Make caps refcounting more consistent in get/set.
5786
5787         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
5788         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5789         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5790         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
5791         (proxy_autoplug_continue_signal),
5792         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5793         (make_decoder):
5794         Proxy properties and relevant signals from the internal decodebin.
5795         Make properties MT safe.
5796
5797 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5798
5799         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
5800         * gst-libs/gst/tag/tags.c:
5801           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
5802           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
5803
5804         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
5805           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
5806
5807         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
5808           (gst_tag_to_vorbis_comments):
5809           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
5810           just mapping everything I found in the wild) (#414539).
5811
5812 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
5813
5814         Inspired by patch of: René Stadler <mail at renestadler dot de>
5815
5816         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5817         (gst_decode_bin_autoplug_continue),
5818         (gst_decode_bin_autoplug_factories),
5819         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
5820         (find_compatibles):
5821         * gst/playback/gstplay-marshal.list:
5822         Remove the autoplug-sort signal and replace it with a binding friendly
5823         autoplug-select signal.
5824         Add an autoplug-factories signal that can be used to generate a list of
5825         factories to try to autoplug.
5826         Add the GstPad to the autoplugging signal args as it might be needed to
5827         make a good factory selection.
5828         Fix up the marshallers for this. Fixes #407282.
5829
5830 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5831
5832         * gst-libs/gst/tag/gsttagdemux.c:
5833           Don't abort with an assertion if we receive a seek event with
5834           a start type of NONE (see launchpad bug #155878).
5835
5836 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5837
5838         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5839         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5840         (gst_ximagesink_change_state), (gst_ximagesink_reset):
5841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
5842         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
5843         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
5844         Make sure that before we clean up the X resources, we shutdown and join
5845         the event thread.
5846         Also make sure the event thread does not shut down immediatly after
5847         startup because the running variable is not yet correctly set.
5848         Fixes #378770. 
5849
5850 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5851
5852         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
5853         Make the window for a race in typefind and shutting down smaller until
5854         we figure out the right locking here. Avoids #485753 usually.
5855
5856         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
5857         Remove unneeded lock causing a race in typefind and shutting down.
5858         Fixes #485753.
5859
5860         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5861         Also remove sinks when going to NULL because we might not complete the
5862         state change to PAUSED, causing the PAUSED->READY state change not to
5863         happen.
5864
5865 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5866
5867         * gst-libs/gst/audio/gstbaseaudiosink.c:
5868         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
5869         Also explicitly release the ringbuffer when going to NULL because it
5870         is required in the setcaps function, before the state change to PAUSED
5871         completes.
5872
5873 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
5874
5875         * tests/icles/.cvsignore:
5876         * tests/icles/Makefile.am:
5877         * tests/icles/stress-playbin.c:
5878           Does what it says on the tin.
5879
5880 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
5881
5882         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
5883         Fix queue negotiation. See #486758.
5884
5885 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5886
5887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5888         (gst_xvimagesink_xwindow_new),
5889         (gst_xvimagesink_update_colorbalance),
5890         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
5891
5892         Fix handling of some of the X atoms. If the last parameter is True,
5893         XInternAtom won't create the atom if it doesn't exist, and therefore
5894         might return None. This causes X errors on Xv implementations that
5895         don't provide the colour balance attributes.
5896
5897 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5898
5899         * gst-libs/gst/tag/gstvorbistag.c:
5900         * tests/check/libs/tag.c:
5901           Extract vorbis comment LICENSE tags correctly.
5902
5903 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5904
5905         Patch by: Jason Kivlighn  <jkivlighn gmail com>
5906
5907         * gst-libs/gst/tag/gstid3tag.c:
5908         * tests/check/libs/tag.c:
5909           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
5910
5911 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5912
5913         * gst-libs/gst/tag/gsttagdemux.c:
5914           Don't error out when a buggy downstream element doesn't
5915           handle the newsegment event we send properly (especially
5916           not without posting a meaningful error message on the
5917           bus). See bug #471370 and launchpad bug #136264.
5918
5919 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
5920
5921         * gst-libs/gst/audio/gstbaseaudiosink.c:
5922         (gst_base_audio_sink_drain):
5923         Use new basesink method to make our EOS drain interruptable.
5924
5925 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
5926
5927         * gst-libs/gst/rtp/gstrtppayloads.c:
5928         Fix silly search-replace oversight.
5929
5930 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
5931
5932         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5933
5934         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
5935         (gst_basertppayload_set_outcaps):
5936         Fix caps memleak. Fixes #484989.
5937
5938
5939 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5940
5941         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5942         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
5943         Fix debug output.
5944
5945 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5946
5947         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5948         (gst_base_audio_src_create):
5949         Also handle the case where there is no clock set on the audio source,
5950         like in the unit tests.
5951
5952 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5953
5954         * gst-libs/gst/rtp/gstrtppayloads.c:
5955         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
5956         to avoid compiler warnings
5957
5958 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5959
5960         * gst/playback/gstdecodebin.c: (type_found),
5961         (gst_decode_bin_change_state):
5962         * gst/playback/gstdecodebin2.c: (type_found),
5963         (gst_decode_bin_change_state):
5964         Don't disconnect the have_type signal because we never reconnect it
5965         later on. Instead keep a variable to see if we already detected a type.
5966
5967 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5968
5969         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
5970         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
5971         (type_found):
5972         Unlink the signal handler when we found the type, we're not going to do
5973         anything sensible with more type_found signals anyway.
5974
5975 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
5976
5977         * gst-libs/gst/tag/gsttagdemux.c:
5978           Don't leak caps.
5979
5980 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
5981
5982         * gst-libs/gst/tag/Makefile.am:
5983         * gst-libs/gst/tag/gsttagdemux.c:
5984         * gst-libs/gst/tag/gsttagdemux.h:
5985           API: add GstTagDemux base class for simple tag demuxers.
5986
5987         * docs/libs/gst-plugins-base-libs-docs.sgml:
5988         * docs/libs/gst-plugins-base-libs-sections.txt:
5989           Add GstTagDemux to docs.
5990
5991 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
5992
5993         * gst-libs/gst/rtp/gstrtpbuffer.c:
5994         (gst_rtp_buffer_get_payload_subbuffer):
5995         Fix bug introduced with last commit which inverted the logic and
5996         caused all buffers to be dropped. Fixes #483620.
5997         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
5998
5999 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6000
6001         * gst-libs/gst/rtp/gstrtpbuffer.c:
6002           Replace g_return_if_val (as it could be disabled), with regular return
6003           and warning.
6004
6005 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6006
6007         * tests/check/pipelines/simple-launch-lines.c:
6008           Print message name and not just number.
6009
6010 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6011
6012         * gst-libs/gst/audio/gstbaseaudiosink.c:
6013         (gst_base_audio_sink_async_play):
6014         When slaved to the clock, don't try to align a sample with the previous
6015         one when going to PLAYING again.
6016
6017 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6018
6019         * tests/examples/snapshot/snapshot.c:
6020           Fix the build.
6021
6022 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6023
6024         * gst-libs/gst/sdp/gstsdpmessage.h:
6025         Add RFC 3556 bandwidth modifiers.
6026
6027 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6028
6029         * docs/libs/gst-plugins-base-libs-docs.sgml:
6030         * docs/libs/gst-plugins-base-libs-sections.txt:
6031         * gst-libs/gst/rtp/gstrtppayloads.c:
6032         Update documentation.
6033
6034 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6035
6036         * gst-libs/gst/rtp/Makefile.am:
6037         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6038         (gst_rtp_payload_info_for_name):
6039         * gst-libs/gst/rtp/gstrtppayloads.h:
6040         Added new file and header to deal with payload info.
6041
6042         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6043         (gst_rtp_buffer_default_clock_rate):
6044         * gst-libs/gst/rtp/gstrtpbuffer.h:
6045         Payload specific stuff is move to new headers.
6046         Implement _default_clock rate using the new payload function.
6047
6048         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6049         (gst_sdp_parse_line):
6050         * gst-libs/gst/sdp/gstsdpmessage.h:
6051         Add some more comments.
6052
6053 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6054
6055         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6056         (sdp_check_header), (sdp_type_find), (plugin_init):
6057         Add typefind function for application/sdp.
6058         Remove some old dirac typefind code that was ifdeffed out.
6059
6060 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6061
6062         * win32/common/libgstaudio.def:
6063         Add new exported functions.
6064         * win32/vs6/grammar.dsp:
6065         Add autogeneration and copy of some autegenerated files from win32/common
6066         for rtsp library.
6067         * win32/vs6/libgstaudioconvert.dsp:
6068         Add gstaudioquantize.c to the build.
6069         * win32/vs6/libgstinterfaces.dsp:
6070         Add videoorientation.c to the build.
6071         * win32/vs6/libgstriff.dsp:
6072         Add libgsttag to the link libraries list.
6073         * win32/vs6/libgstvolume.dsp:
6074         Add liboil to the link.
6075         * win32/vs6/gst_plugins_base.dsw:
6076         * win32/vs6/libgstrtsp.dsp:
6077         * win32/common/libgstrtsp.def:
6078         Add files to build libgstrtsp library.
6079         
6080 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6081
6082         * tests/examples/snapshot/snapshot.c: (main):
6083         Print error when pipeline failed to construct.
6084
6085 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6086
6087         * configure.ac:
6088         * gst-libs/gst/tag/gstid3tag.c:
6089         * gst-libs/gst/tag/gstvorbistag.c:
6090           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6091           and ID3v2 tags.
6092
6093 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6094
6095         * gst-libs/gst/floatcast/floatcast.h:
6096           Don't include config.h in an installed public header, this
6097           might break compilation of applications that don't have such
6098           a header and doesn't necessarily do what it's supposed to do
6099           anyway (ie. check for the lrint/lrintf defines) (#442065).
6100           Add docs for the various macros and document how this header
6101           has to be used (link against libm, etc.); add a few FIXMEs;
6102           include math.h for non-c99 code path.  Based on patch by
6103           Jan Schmidt.
6104           
6105 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6106
6107         * configure.ac:
6108         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6109         of duplicating these macros in configure.ac.
6110
6111 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6112
6113         * po/hu.po:
6114         * po/sv.po:
6115         * po/uk.po:
6116           Updated translations to 0.10.14
6117
6118 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6119
6120         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6121
6122         * po/pl.po:
6123           Added Polish translation.
6124
6125 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6126
6127         translated by: Ilkka Tuohela <hile@iki.fi>
6128
6129         * po/fi.po:
6130           Added Finnish translation.
6131
6132 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6133
6134         translated by: Jorge González González <aloriel@gmail.com>
6135
6136         * po/es.po:
6137           Added Spanish translation.
6138
6139 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6140
6141         translated by: Mogens Jaeger <mogens@jaeger.tf>
6142
6143         * po/da.po:
6144           Added Danish translation.
6145
6146 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6147
6148         translated by: Funda Wang <fundawang@linux.net.cn>
6149
6150         * po/zh_CN.po:
6151           Added Chinese (simplified) translation.
6152
6153 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6154
6155         translated by: Alexander Shopov <ash@contact.bg>
6156
6157         * po/bg.po:
6158           Added Bulgarian translation.
6159
6160 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6161
6162         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6163         Fix compilation wrt printf arguments.
6164
6165 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6166
6167         * configure.ac:
6168         * tests/examples/Makefile.am:
6169         * tests/examples/snapshot/.cvsignore:
6170         * tests/examples/snapshot/Makefile.am:
6171         * tests/examples/snapshot/snapshot.c: (main):
6172         Add simple snapshot example program using appsink.
6173
6174 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6175
6176         * tests/check/generic/states.c:
6177           Improved state change unit test.
6178
6179 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6180
6181         * docs/plugins/.cvsignore:
6182         * tests/check/.cvsignore:
6183           Ignore registries in any format.
6184
6185 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6186
6187         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6188         (gst_base_rtp_depayload_chain),
6189         (gst_base_rtp_depayload_set_gst_timestamp):
6190         Only copy timestamp on outgoing packets if the depayloader did not set
6191         one.
6192         Also copy duration on outgoing packets.
6193
6194 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6195
6196         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6197         (gst_basertppayload_set_outcaps):
6198         Fix compilation because of missing %d in printf.
6199         When fixating caps, fixate what we can and throw away all remaining
6200         unfixed caps, subclasses should do something smart if they need to.
6201
6202 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6203
6204         * ext/gnomevfs/gstgnomevfssrc.c:
6205           Improve debug logs a bit and be more verbose if things go wrong.
6206
6207 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6208
6209         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6210         (gst_text_overlay_set_property):
6211         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6212         * gst-libs/gst/audio/gstbaseaudiosink.c:
6213         (gst_base_audio_sink_render):
6214         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6215         (gst_rtcp_unix_to_ntp):
6216         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6217         * gst/playback/gstqueue2.c:
6218         * tests/examples/seek/seek.c: (set_scale):
6219         Fix a bunch of compile warnings shown with Forte.
6220
6221         * gst/audiorate/gstaudiorate.c:
6222         Always pull in config.h before including any system headers.
6223
6224 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6225
6226         * gst/playback/gstqueue2.c: (update_buffering),
6227         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6228         (gst_queue_handle_sink_event), (gst_queue_chain),
6229         (gst_queue_push_one), (gst_queue_sink_activate_push),
6230         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6231         Also fix #476514 for queue2.
6232
6233 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6234
6235         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6236         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6237         (gst_base_rtp_depayload_chain),
6238         (gst_base_rtp_depayload_handle_sink_event),
6239         (gst_base_rtp_depayload_push_full),
6240         (gst_base_rtp_depayload_set_gst_timestamp),
6241         (gst_base_rtp_depayload_change_state):
6242         Remove code to deal with RTP to GST time conversion, we now just copy
6243         the GST timestamp we receive to the outgoing buffers.
6244         Handle segment and flushes correctly.
6245
6246         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6247         When we have no valid input timestamp, use the previous rtp timestamp on
6248         the outgoing RTP packet instead of the RTP base time.
6249
6250 2007-09-15  David Schleef  <ds@schleef.org>
6251
6252         * ext/alsa/gstalsa.c:
6253         * ext/alsa/gstalsadeviceprobe.c:
6254         * ext/alsa/gstalsamixer.c:
6255         * ext/alsa/gstalsasink.c:
6256         * ext/alsa/gstalsasrc.c:
6257           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6258
6259 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6260
6261         * gst-libs/gst/rtp/gstbasertppayload.c:
6262         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6263         Add some debug info when negotiating caps.
6264
6265 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6266
6267         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6268         A buffer with an empty payload is also a valid buffer.
6269
6270 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6271
6272         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6273         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6274         (gst_basertppayload_change_state):
6275         Make sure we start our RTP timestamp from the random base RTP
6276         timestamp even if the buffer timestamp starts from some random value.
6277
6278 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6279
6280         * configure.ac:
6281         * tests/examples/Makefile.am:
6282         * tests/examples/dynamic/.cvsignore:
6283         * tests/examples/dynamic/Makefile.am:
6284         * tests/examples/dynamic/addstream.c: (create_stream),
6285         (pause_play_stream), (message_received), (eos_message_received),
6286         (perform_step), (main):
6287         Add simple exmple app to demonstrate starting and pausing live and
6288         non-live bins in a PLAYING pipeline.
6289
6290 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6291
6292         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6293         typefind for QCP files (RFC #3625)
6294
6295 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6296
6297         * gst-libs/gst/audio/gstbaseaudiosink.c:
6298         (gst_base_audio_sink_init):
6299         Disable pull mode scheduling, we're not ready for it yet and it subtly
6300         breaks a lot of things.
6301
6302 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6303
6304         * tests/check/elements/libvisual.c:
6305           Test all libvisual plugins, not just the first one; this reproduces
6306           bug #450336 quite easily.  Looks like a problem with the 'jess'
6307           visualisation.
6308
6309 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6310
6311         * tests/check/Makefile.am:
6312         * tests/check/elements/.cvsignore:
6313         * tests/check/elements/libvisual.c:
6314           Add basic libvisual test case in an attempt to reproduce bug #450336.
6315           Doesn't reproduce that bug, but some other crasher instead (invalid
6316           free), at least with make elements/libvisual.forever and the bumscope
6317           plugin on x86-64/gutsy. Leaving test disabled for now.
6318
6319 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6320
6321         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6322
6323         * gst-libs/gst/rtsp/gstrtspconnection.c:
6324         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6325         (read_body), (gst_rtsp_connection_receive):
6326         Make sure we can not cancel in the middle of receiving a message.
6327         Fixes #475731.
6328
6329 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6330
6331         Patch by: Josep Torra Valles <josep@fluendo.com>
6332
6333         * gst/playback/gstplaybasebin.c:
6334           Increase upper limit for audio queue a bit; fixes preroll problem
6335           with playbin and decodebin2 when playing a quicktime trailer with
6336           multichannel audio via http (#464666).
6337
6338 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6339
6340         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6341         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6342         (gst_base_audio_src_provide_clock),
6343         (gst_base_audio_src_set_property),
6344         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6345         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6346         Allow othe clocks than the internal clock to be used for the pipeline.
6347         Add property to disable clock provide.
6348         API: GstBaseAudioSrc::provide-clock
6349
6350 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6351
6352         * gst/playback/gstdecodebin2.c:
6353           Don't leak request pads. Fixes #475395.
6354
6355 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6356
6357         Patch by: René Stadler <mail at renestadler dot de>
6358
6359         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6360         (gst_ximage_buffer_class_init):
6361         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6362         (gst_xvimage_buffer_class_init):
6363         Correctly chain up finalize with the parent class to prevent
6364         memory leaks. Fixes #474880.
6365
6366 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6367
6368         * gst/volume/gstvolume.c: (volume_choose_func):
6369         * tests/check/elements/volume.c: (GST_START_TEST):
6370         Revert the latest change: floating point samples are allowed to
6371         have any value, not only values in the range [-1,1]. Thanks to Andy
6372         Wingo for noticing.
6373         Also fix processing of int32 samples with volumes > 4 by making the
6374         unity value smaller which prevents overflows.
6375
6376 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6377
6378         * gst-libs/gst/rtp/gstrtpbuffer.c:
6379         * tests/check/libs/rtp.c:
6380           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6381
6382 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6383
6384         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6385
6386         * gst-libs/gst/rtp/gstrtpbuffer.c:
6387           Fix up GstRTPHeader helper struct so that compilers will not under
6388           any circumstances add padding in between our fields, as currently
6389           happens with MSVC on win32, because that would lead to us sending
6390           out RTP payloads with broken RTP headers (#471194).
6391           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6392           
6393         * tests/check/Makefile.am:
6394         * tests/check/libs/.cvsignore:
6395         * tests/check/libs/rtp.c:
6396           Add some simple unit tests for GstRTPBuffer. Some are disabled
6397           because the code tested still needs fixing (set_csrc() does not work).
6398
6399 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6400
6401         * win32/MANIFEST:
6402         * win32/common/gstrtsp-enumtypes.c:
6403         * win32/common/gstrtsp-enumtypes.h:
6404         * win32/common/interfaces-enumtypes.c:
6405         * win32/common/interfaces-enumtypes.h:
6406         * win32/common/multichannel-enumtypes.c:
6407           Add rtsp enumtypes (#474384) and update others.
6408
6409 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6410
6411         * configure.ac:
6412           Fix configure check for HAVE_LIBXML_HTML.
6413
6414 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6415
6416         * tests/check/libs/.cvsignore:
6417           Ignore more, in case the build bots work again one day.
6418
6419 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6420
6421         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6422
6423         * configure.ac:
6424         * gst-libs/gst/Makefile.am:
6425         * gst-libs/gst/fft/Makefile.am:
6426         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6427         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6428         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6429         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6430         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6431         * gst-libs/gst/fft/gstfft.h:
6432         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6433         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6434         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6435         * gst-libs/gst/fft/gstfftf32.h:
6436         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6437         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6438         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6439         * gst-libs/gst/fft/gstfftf64.h:
6440         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6441         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6442         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6443         * gst-libs/gst/fft/gstffts16.h:
6444         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6445         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6446         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6447         * gst-libs/gst/fft/gstffts32.h:
6448         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6449         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6450         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6451         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6452         * gst-libs/gst/fft/kiss_fft_f32.h:
6453         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6454         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6455         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6456         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6457         * gst-libs/gst/fft/kiss_fft_f64.h:
6458         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6459         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6460         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6461         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6462         * gst-libs/gst/fft/kiss_fft_s16.h:
6463         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6464         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6465         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6466         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6467         * gst-libs/gst/fft/kiss_fft_s32.h:
6468         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6469         (kiss_fftr_f32), (kiss_fftri_f32):
6470         * gst-libs/gst/fft/kiss_fftr_f32.h:
6471         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6472         (kiss_fftr_f64), (kiss_fftri_f64):
6473         * gst-libs/gst/fft/kiss_fftr_f64.h:
6474         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6475         (kiss_fftr_s16), (kiss_fftri_s16):
6476         * gst-libs/gst/fft/kiss_fftr_s16.h:
6477         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6478         (kiss_fftr_s32), (kiss_fftri_s32):
6479         * gst-libs/gst/fft/kiss_fftr_s32.h:
6480         * gst-libs/gst/fft/kiss_version:
6481         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6482         * pkgconfig/gstreamer-plugins-base.pc.in:
6483         Add libgstfft, a FFT library based on Kiss FFT which is
6484         BSD licensed. Supported sample formats are int16, int32,
6485         float and double. For those formats a real FFT and IFFT
6486         can be done, different windowing functions can be applied
6487         and functions for extracting the magnitude and phase exist.
6488         Fixes #468619.
6489
6490         * docs/libs/Makefile.am:
6491         * docs/libs/gst-plugins-base-libs-docs.sgml:
6492         * docs/libs/gst-plugins-base-libs-sections.txt:
6493         Integrate libgstfft into the docs.
6494
6495         * tests/check/Makefile.am:
6496         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6497         Add unit tests for libgstfft, currently only testing the FFT.
6498         Unit tests for IFFT will follow soon.
6499
6500 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6501
6502         Patch by: Peter Kjellerstedt  <pkj at axis com>
6503
6504         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6505         (gst_sdp_message_init), (gst_sdp_message_uninit),
6506         (is_multicast_address), (gst_sdp_message_as_text),
6507         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6508         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6509         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6510         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6511         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6512         (gst_sdp_media_init), (gst_sdp_media_uninit),
6513         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6514         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6515         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6516         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6517         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6518         * gst-libs/gst/sdp/gstsdpmessage.h:
6519         Separate INIT_ARRAY() and related macros into two versions, one for
6520         structures and one for pointers (e.g., INIT_ARRAY() and
6521         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6522         lists of emails and phone numbers.
6523         Add missing const as appropriate.
6524         Change all gint to guint since they all actually represent unsigned
6525         values.
6526         Do not use time as a variable name as it shadows the global time().
6527         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6528         Actually implement gst_sdp_message_add_time().
6529         Make gst_sdp_message_add_time() take repeat times as an argument.
6530         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6531         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6532         misspelled as badwidth).
6533         gst-indented and a little clean up. Fixes #471067.
6534
6535 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6536
6537         * gst/volume/gstvolume.c: (volume_choose_func),
6538         (volume_process_double), (volume_process_double_clamp),
6539         (volume_process_float_clamp):
6540         Correctly clamp float/double samples in the [-1.0,1.0] range to
6541         prevent weird effects.
6542         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6543         Add unit tests for all samples types that had none before.
6544
6545 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6546
6547         * gst-libs/gst/rtp/gstrtpbuffer.c:
6548           Need to include stdlib.h for abs() here too.
6549
6550 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6551
6552         * gst/playback/gststreaminfo.c:
6553           Fix build.
6554
6555 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6556
6557         * gst/playback/gststreaminfo.c:
6558           Clean up some half-disabled code and comment.
6559
6560 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6561
6562         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6563
6564         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6565         (gst_base_rtp_payload_audio_handle_event):
6566         Return FALSE from the event handler to let the parent class handle the
6567         event. Fixes #446766.
6568
6569         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6570         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6571         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6572
6573         * gst-libs/gst/rtp/gstbasertppayload.c:
6574         Bump the MTU to 1400.
6575
6576 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6577
6578         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6579         Add an audio/x-nsf typefind function for the nsfdec element.
6580
6581 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6582         * gst/playback/gstplaybasebin.c:
6583         Included "myth://" on stream_uris list for enable buffering to mythtv files
6584
6585 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6586
6587         * docs/libs/gst-plugins-base-libs-sections.txt:
6588         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6589         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6590         (gst_rtcp_unix_to_ntp):
6591         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6592         Fix parsing of RB blocks.
6593         Fix docs.
6594         Added helper functions to convert to/from UNIX and NTP time.
6595         API: gst_rtcp_ntp_to_unix()
6596         API: gst_rtcp_unix_to_ntp()
6597
6598         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6599         (gst_rtp_buffer_get_header_len),
6600         (gst_rtp_buffer_get_extension_data),
6601         (gst_rtp_buffer_get_payload_subbuffer),
6602         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6603         (gst_rtp_buffer_ext_timestamp):
6604         * gst-libs/gst/rtp/gstrtpbuffer.h:
6605         Fix some more docs.
6606         Implement handling of packets with extensions.
6607         Fix padding check in _validate().
6608         Added function to get extension data.
6609         API: gst_rtp_buffer_get_header_len()
6610         API: gst_rtp_buffer_get_extension_data()
6611
6612 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6613
6614         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6615         (gst_base_rtp_depayload_class_init),
6616         (gst_base_rtp_depayload_set_gst_timestamp):
6617         Add some more docs for the queue-delay property and fix a typo in a
6618         comment.
6619
6620         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6621         Fix typo.
6622
6623 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6624
6625         * gst-libs/gst/audio/gstbaseaudiosink.c:
6626         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6627         (gst_base_audio_sink_change_state):
6628         When skew slaving, try to hover around the middle of a segment so that
6629         we at most drift by half a segment.
6630         If we are aligning in the oposite direction of the clock skew, we don't
6631         have to resync.
6632
6633 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6634
6635         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6636         (gst_base_rtp_depayload_setcaps),
6637         (gst_base_rtp_depayload_set_gst_timestamp):
6638         Be less silly with the segment start, just apply the clock-base to the
6639         timestamp.
6640
6641 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6642
6643         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6644         (gst_base_rtp_depayload_class_init),
6645         (gst_base_rtp_depayload_finalize),
6646         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6647         (gst_base_rtp_depayload_handle_sink_event),
6648         (gst_base_rtp_depayload_set_gst_timestamp),
6649         (gst_base_rtp_depayload_change_state):
6650         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6651         Deprecate the queue handling thread thing and remove the code.
6652         Use new method to calculate the extended timestamp.
6653
6654 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6655
6656         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6657         (gst_rtcp_packet_sdes_copy_entry):
6658         Use g_strndup which does exactly what we want.
6659
6660         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6661         (gst_rtp_buffer_ext_timestamp):
6662         * gst-libs/gst/rtp/gstrtpbuffer.h:
6663         Add helper function to compare seqnums.
6664         Add helper function to calculate extended timestamps.
6665         API: gst_rtp_buffer_compare_seqnum()
6666         API: gst_rtp_buffer_ext_timestamp()
6667
6668 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6669
6670         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6671         (gst_rtcp_packet_sdes_get_entry),
6672         (gst_rtcp_packet_sdes_copy_entry):
6673         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6674         Fix and document SDES item data function.
6675         Add new function that makes a proper copy of SDES item data.
6676         API: gst_rtcp_packet_sdes_copy_entry()
6677
6678 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6679
6680         * configure.ac:
6681         * gst/Makefile.am:
6682           The tcp and subparse plugins are under gst, but not totaly free of
6683           dependencies. Handle selection inconfigure.ac, so that they show up
6684           on the final list of what is build and what is not. Maybe they should
6685           better be moved to ext.
6686
6687 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6688
6689         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6690
6691         * configure.ac:
6692         * gst/Makefile.am:
6693           Check if libxml provides HTML parser which subparse needs.
6694           Fixes #451970.
6695
6696 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6697
6698         * ext/alsa/gstalsa.c:
6699           Fix typo and compilation on big endian systems.
6700
6701 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6702
6703         * gst/subparse/gstssaparse.c:
6704           Convert SSA newline codes into actual newline characters (#470766).
6705
6706 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6707
6708         * docs/libs/gst-plugins-base-libs-sections.txt:
6709         * gst-libs/gst/pbutils/install-plugins.c:
6710         * gst-libs/gst/pbutils/install-plugins.h:
6711         * tests/check/libs/pbutils.c:
6712           API: also add gst_install_plugins_supported() while we're at it
6713           (see #470456).
6714
6715 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6716
6717         * docs/libs/gst-plugins-base-libs-sections.txt:
6718         * gst-libs/gst/pbutils/missing-plugins.c:
6719         * gst-libs/gst/pbutils/missing-plugins.h:
6720         * tests/check/libs/pbutils.c:
6721           API: add gst_missing_*_installer_detail_new() convenience API so
6722           that applications that know exactly what they're missing can request
6723           installer detail strings for those items directly instead of having
6724           to first create a dummy missing-plugin message and then get the
6725           installer detail string from that.  Fixes #470456.
6726
6727 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6728
6729         * gst/playback/gstdecodebin.c: (close_pad_link):
6730         We need to set up delayed-linking whenever the caps are non-fixed,
6731         not just when there are multiple types - use gst_pad_is_fixed()
6732         to test.
6733
6734 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6735
6736         * gst-libs/gst/pbutils/missing-plugins.c:
6737           (gst_missing_plugin_message_get_installer_detail):
6738           Add missing separator in PID fallback case.
6739
6740 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6741
6742         * ext/alsa/Makefile.am:
6743         There is no GST_PLUGINS_BASE_LIBS defined.
6744         
6745         * ext/alsa/gstalsa.c:
6746         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6747         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6748         Add support for ALSA 24-bit formats.
6749         snd_pcm_delay can return an error code, especially
6750         during XRUNS. In that case, the best we can do is assume
6751         delay = 0.
6752
6753         * gst/audioconvert/Makefile.am:
6754         Add flags from -base before any more-remote dependencies.
6755
6756 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6757
6758         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6759
6760         * gst/volume/gstvolume.c: (volume_choose_func),
6761         (volume_update_real_volume), (gst_volume_set_volume),
6762         (gst_volume_init), (volume_process_int32),
6763         (volume_process_int32_clamp), (volume_process_int24),
6764         (volume_process_int24_clamp), (volume_process_int16),
6765         (volume_process_int16_clamp), (volume_process_int8),
6766         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6767         * gst/volume/gstvolume.h:
6768         Add support for int32, int24 and int8 to the volume element.
6769         Fixes #445529.
6770
6771 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6772
6773         * tests/examples/Makefile.am:
6774           Fix even more.
6775
6776 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6777
6778         * configure.ac:
6779         * docs/libs/Makefile.am:
6780         * docs/libs/gst-plugins-base-libs-docs.sgml:
6781         * docs/libs/gst-plugins-base-libs-sections.txt:
6782         * ext/gnomevfs/gstgnomevfssrc.c:
6783         * ext/gnomevfs/gstgnomevfssrc.h:
6784         * gst-libs/gst/Makefile.am:
6785         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6786         * pkgconfig/gstreamer-plugins-base.pc.in:
6787         * sys/v4l/v4lsrc_calls.c:
6788         * tests/examples/Makefile.am:
6789         * win32/common/config.h:
6790           Revert unwanted commit. many thanks to moap. I want a fix for 
6791           https://thomas.apestaart.org/moap/trac/ticket/239
6792
6793 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6794
6795         * gst/volume/gstvolume.c:
6796           Move passthrough below gst_object_sync_values(). Fixes #442654.
6797
6798 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6799
6800         * gst-libs/gst/audio/audio.c:
6801         Clarify the docs a little.
6802
6803 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6804
6805         * gst/volume/gstvolume.c:
6806           Enable liboil for float and add more details about problems with
6807           int16.
6808
6809 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6810
6811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6812         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
6813
6814 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6815
6816         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6817         When calculating the first timestamp of the buffers, don't go below 0
6818         and clip the samples because the offset was on the eos page.
6819         Fixes #466717.
6820
6821 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6822
6823         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
6824         (gst_ogg_demux_collect_chain_info):
6825         Also submit the eos page when trying to find the first timestamp.
6826         See #466717.
6827
6828 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6829
6830         * gst-libs/gst/audio/audio.h:
6831         Use gst_util_uint64_scale() instead of doing the math
6832         with double for GST_FRAMES_TO_CLOCK_TIME() and
6833         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
6834         prevents rounding errors. Fixes #467667.
6835
6836 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6837
6838         * gst-libs/gst/rtsp/gstrtspconnection.c:
6839         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
6840         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
6841         * gst-libs/gst/rtsp/gstrtspconnection.h:
6842         Small cleanups.
6843         On shutdown, don't read the control socket yet.
6844         Set timeout value correctly in all cases.
6845         Add function to check if the server accepts reads or writes.
6846         API: gst_rtsp_connection_poll()
6847
6848         * gst-libs/gst/rtsp/gstrtspdefs.h:
6849         Fix compilation with -pedantic.
6850         Add enum for _poll.
6851
6852 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6853
6854         Patch by: Olivier Crete  <tester at tester ca>
6855
6856         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6857         (gst_basertppayload_getcaps):
6858         * gst-libs/gst/rtp/gstbasertppayload.h:
6859         Add getcaps vfunc to basertppayload. See #465146.
6860
6861 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6862
6863         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
6864         Only post buffering messages when we are a stream.
6865
6866 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6867
6868         * gst-libs/gst/pbutils/install-plugins.c:
6869         * gst-libs/gst/pbutils/missing-plugins.c:
6870           Small docs fix and addition.
6871
6872 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6873
6874         * tests/icles/.cvsignore:
6875         * tests/icles/Makefile.am:
6876         * tests/icles/test-textoverlay.c:
6877           Add a dumb little test for textoverlay alignments.
6878
6879 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6880
6881         Patch by: Dan Williams  <dcbw redhat com>
6882
6883         * ext/pango/gsttextoverlay.c:
6884         * ext/pango/gsttextoverlay.h:
6885           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
6886           "silent" property so there's a Since tag in the API reference.
6887
6888 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
6889
6890         * gst-libs/gst/rtp/gstbasertppayload.c:
6891         (gst_basertppayload_set_outcaps):
6892         * gst-libs/gst/rtp/gstbasertppayload.h:
6893         Improve caps negotiation so that downstream elements can confiure
6894         certain RTP properties by fixing them on the caps. See #465146.
6895         Add docs.
6896
6897 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
6898
6899         * docs/libs/gst-plugins-base-libs-sections.txt:
6900         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6901         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6902           Mark as deprecated some macros which were presumably meant to be
6903           private API and accidentally exposed in the public header file.
6904           Also actually _init() lock (only works at the moment because the
6905           struct is zeroed out when created and the initial values in the
6906           mutex struct are zeroes too). (#459585)
6907
6908 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
6909
6910         * docs/libs/Makefile.am:
6911           Remove cruft and do some cleanups.
6912
6913         * docs/libs/gst-plugins-base-libs-docs.sgml:
6914           Prepare for comming gtkdoc features (rebase against online docs).
6915
6916 2007-08-10  Michael Smith <msmith@fluendo.com>
6917
6918         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6919           Debug output fixes.
6920         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
6921         (GST_START_TEST):
6922           Change the number of buffers used; 500 is too many and leads to
6923           timeouts.
6924
6925 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6926
6927         * gst/playback/gstqueue2.c:
6928         * gst/videorate/gstvideorate.c:
6929           Printf format fixes (#465028).
6930
6931 2007-08-09  Michael Smith <msmith@fluendo.com>
6932
6933         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6934           If we have a large (> 1 second) discontinuity, push a series of
6935           smaller buffers rather than a single very large buffer. Avoids
6936           unreasonably large single buffer allocations when encountering a
6937           large gap.
6938         * tests/check/elements/audiorate.c: (GST_START_TEST),
6939         (audiorate_suite):
6940           Add a test for this.
6941
6942 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
6943
6944         * gst/playback/gstplaybasebin.c: (group_commit),
6945         (queue_remove_probe), (queue_threshold_reached):
6946
6947         Patch by: Josep Torra Valles <josep@fluendo.com>
6948         Fixes: #465015
6949         Make sure we remove the check_queues buffer probe from the 
6950         correct queue to avoid racily going back to "buffering 99%" when
6951         buffering is actually complete.
6952
6953         Also, fix the spelling of Josep's surname in the ChangeLog.
6954
6955 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
6956
6957         * ext/ogg/gstoggmux.c:
6958           Do not leak oggmux instance.
6959         
6960         * ext/vorbis/vorbisenc.c:
6961           Also log values.
6962
6963 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6964
6965         * po/hu.po:
6966         * po/it.po:
6967         * po/nl.po:
6968         * po/uk.po:
6969         * po/vi.po:
6970           Updated translations.
6971
6972 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
6973
6974         patch by: Yang Hong <hongyang@redflag-linux.com>
6975
6976         * ext/pango/gsttextoverlay.c:
6977         * ext/pango/gsttextoverlay.h:
6978           Add 'silent' property to GstTimeOverlay. Fixes #462979
6979
6980 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
6981
6982         Patch by: Josep Torra Valles <josep@fluendo.com>
6983
6984         * docs/plugins/gst-plugins-base-plugins.args:
6985         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6986         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
6987         (gst_uri_decode_bin_get_property), (gen_source_element):
6988         Add connection-speed property. Fixes #464690.
6989
6990 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
6991
6992         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
6993
6994         * configure.ac:
6995         * gst-libs/gst/rtsp/Makefile.am:
6996         * gst-libs/gst/rtsp/gstrtspconnection.c:
6997         (gst_rtsp_connection_connect):
6998         Fix compilation on windows. Fixes #464320.
6999
7000 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7001
7002         Patch by: Josep Torra Valles <josep@fluendo.com>
7003
7004         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7005         (gst_play_base_bin_init), (queue_threshold_reached),
7006         (gen_source_element), (setup_substreams),
7007         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7008         (gst_play_base_bin_get_streaminfo_value_array):
7009         * gst/playback/gstplaybasebin.h:
7010         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7011         (gst_play_bin_set_property), (gst_play_bin_get_property),
7012         (gst_play_bin_handle_redirect_message):
7013         Move connection-speed property from playbin to playbasebin so that we
7014         can also configure it in source elements that have the connection-speed
7015         property. Fixes #464028.
7016         Add some debug info here and there.
7017
7018 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7019
7020         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7021         Properly respond to conversion queries. Fixes #464079.
7022
7023 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7024
7025         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7026         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7027         (gst_audio_test_src_init_sine_table),
7028         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7029         * gst/audiotestsrc/gstaudiotestsrc.h:
7030         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7031         Also set the default volume to the default value specified in the
7032         GParamSpec.
7033
7034 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7035
7036         Patch by: Jens Granseuer <jensgr at gmx dot net>
7037
7038         * gst/audioconvert/gstaudioquantize.c:
7039         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7040
7041 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7042
7043         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7044         Add rdt manager for rdt transport.
7045         Fix parsing of RDT transport.
7046
7047 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7048
7049         * configure.ac:
7050         Back to CVS
7051
7052 === release 0.10.14 ===
7053
7054 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7055
7056         * configure.ac:
7057           releasing 0.10.14, "Light Years Ahead"
7058
7059 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7060
7061         * tests/check/libs/audio.c: (GST_START_TEST):
7062         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7063
7064 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7065
7066         * gst-libs/gst/audio/audio.c:
7067         When clipping a buffer with no timestamp, assume it is
7068         within the segment without warnings.
7069
7070         Fixes: #460978
7071
7072 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7073
7074         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7075         Fire the signal on the object, not the interface.
7076
7077 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7078
7079         * gst-libs/gst/rtsp/.cvsignore:
7080         Ber. Don't include the full path, idiot.
7081
7082 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7083
7084         * gst-libs/gst/rtsp/.cvsignore:
7085         Ignore generated files.
7086
7087 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7088
7089         * gst-libs/gst/interfaces/Makefile.am:
7090         * gst-libs/gst/interfaces/interfaces-marshal.list:
7091         * gst-libs/gst/interfaces/rtspextension.c:
7092         * gst-libs/gst/interfaces/rtspextension.h:
7093         * gst-libs/gst/rtsp/Makefile.am:
7094         * gst-libs/gst/rtsp/gstrtsp.h:
7095         * gst-libs/gst/rtsp/gstrtspextension.c:
7096         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7097         (gst_rtsp_extension_detect_server),
7098         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7099         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7100         (gst_rtsp_extension_configure_stream),
7101         (gst_rtsp_extension_get_transports),
7102         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7103         * gst-libs/gst/rtsp/gstrtspextension.h:
7104         * gst-libs/gst/rtsp/rtsp-marshal.list:
7105         Move the rtspextension.h interface into gstrtspextension.h
7106         as part of libgstrtsp instead of libgstinterfaces, because it's
7107         only for use within plugins, not applications. 
7108         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7109         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7110         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7111         is abstract.
7112
7113 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7114
7115         * gst-libs/gst/interfaces/Makefile.am:
7116         * gst-libs/gst/interfaces/interfaces-marshal.list:
7117         * gst-libs/gst/interfaces/rtspextension.c:
7118         (gst_rtsp_extension_iface_init),
7119         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7120         * gst-libs/gst/interfaces/rtspextension.h:
7121         Fix marshaller for the send signal.
7122         Add URL to stream selection interface method.
7123
7124 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7125
7126         * gst-libs/gst/riff/Makefile.am:
7127         Pull in our dependencies from -base before those from outside.
7128
7129 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7130
7131         * docs/libs/gst-plugins-base-libs-sections.txt:
7132         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7133         * gst-libs/gst/rtsp/gstrtspbase64.h:
7134         API: gst_rtsp_base64_decode_ip()
7135         Added function to decode Base64 in-place.
7136
7137 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7138
7139         * tests/check/libs/.cvsignore:
7140         Ignore the mixer test binary.
7141
7142 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7143
7144         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7145         Gratuitous comment change to trigger a rebuild on the buildbots.
7146
7147 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7148
7149         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7150         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7151         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7152         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7153         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7154         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7155         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7156         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7157         (gst_sdp_media_get_attribute_val):
7158         * gst-libs/gst/sdp/gstsdpmessage.h:
7159         Constify args where we can.
7160
7161 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7162
7163         * gst-libs/gst/interfaces/Makefile.am:
7164         * gst-libs/gst/interfaces/rtspextension.c:
7165         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7166         (gst_rtsp_extension_detect_server),
7167         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7168         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7169         (gst_rtsp_extension_configure_stream),
7170         (gst_rtsp_extension_get_transports),
7171         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7172         * gst-libs/gst/interfaces/rtspextension.h:
7173         Move interface for RTSP extensions from -good to here.
7174         Added helper methods to invoke interface methods.
7175
7176 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7177
7178         * docs/libs/gst-plugins-base-libs-sections.txt:
7179         * gst-libs/gst/rtsp/gstrtspdefs.h:
7180         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7181         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7182         (gst_rtsp_message_init_response),
7183         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7184         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7185         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7186         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7187         (gst_rtsp_message_get_body), (dump_key_value):
7188         * gst-libs/gst/rtsp/gstrtspmessage.h:
7189         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7190         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7191         (gst_rtsp_range_parse):
7192         * gst-libs/gst/rtsp/gstrtsprange.h:
7193         * gst-libs/gst/rtsp/gstrtsptransport.c:
7194         * gst-libs/gst/rtsp/gstrtspurl.c:
7195         Fix some more RTSP docs.
7196         Add some missing methods for dealing with messages.
7197
7198 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7199
7200         * docs/libs/gst-plugins-base-libs-docs.sgml:
7201         * docs/libs/gst-plugins-base-libs-sections.txt:
7202         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7203         * gst-libs/gst/rtsp/gstrtspbase64.h:
7204         * gst-libs/gst/rtsp/gstrtspconnection.c:
7205         (gst_rtsp_connection_connect), (add_auth_header),
7206         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7207         (read_body), (gst_rtsp_connection_receive),
7208         (gst_rtsp_connection_next_timeout),
7209         (gst_rtsp_connection_reset_timeout),
7210         (gst_rtsp_connection_set_auth):
7211         * gst-libs/gst/rtsp/gstrtspconnection.h:
7212         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7213         * gst-libs/gst/rtsp/gstrtspdefs.h:
7214         * gst-libs/gst/rtsp/gstrtspmessage.h:
7215         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7216         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7217         (gst_rtsp_range_parse):
7218         * gst-libs/gst/rtsp/gstrtspurl.h:
7219         Added beginnings of RTSP documentation.
7220
7221 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7222
7223         * docs/libs/Makefile.am:
7224         * docs/libs/gst-plugins-base-libs-docs.sgml:
7225         * docs/libs/gst-plugins-base-libs-sections.txt:
7226         * gst-libs/gst/sdp/gstsdp.h:
7227         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7228         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7229         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7230         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7231         (gst_sdp_message_get_attribute_val),
7232         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7233         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7234         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7235         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7236         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7237         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7238         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7239         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7240         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7241         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7242         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7243         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7244         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7245         (gst_sdp_media_get_attribute_val_n),
7246         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7247         (print_media), (gst_sdp_message_dump):
7248         * gst-libs/gst/sdp/gstsdpmessage.h:
7249         Document the SDP library.
7250         Add some of the missing SDPMedia methods.
7251
7252 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7253
7254         * configure.ac:
7255         * gst-libs/gst/Makefile.am:
7256         * gst-libs/gst/rtsp/Makefile.am:
7257         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7258         * gst-libs/gst/rtsp/gstrtspbase64.h:
7259         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7260         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7261         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7262         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7263         (parse_response_status), (parse_request_line), (parse_line),
7264         (gst_rtsp_connection_read), (read_body),
7265         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7266         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7267         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7268         (gst_rtsp_connection_set_auth):
7269         * gst-libs/gst/rtsp/gstrtspconnection.h:
7270         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7271         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7272         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7273         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7274         (gst_rtsp_find_method):
7275         * gst-libs/gst/rtsp/gstrtspdefs.h:
7276         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7277         (gst_rtsp_message_new), (gst_rtsp_message_init),
7278         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7279         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7280         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7281         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7282         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7283         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7284         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7285         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7286         (gst_rtsp_message_dump):
7287         * gst-libs/gst/rtsp/gstrtspmessage.h:
7288         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7289         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7290         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7291         * gst-libs/gst/rtsp/gstrtsprange.h:
7292         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7293         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7294         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7295         (range_as_text), (rtsp_transport_mode_as_text),
7296         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7297         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7298         (gst_rtsp_transport_free):
7299         * gst-libs/gst/rtsp/gstrtsptransport.h:
7300         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7301         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7302         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7303         * gst-libs/gst/rtsp/gstrtspurl.h:
7304         * gst-libs/gst/sdp/Makefile.am:
7305         * gst-libs/gst/sdp/gstsdp.h:
7306         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7307         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7308         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7309         (gst_sdp_attribute_init), (gst_sdp_message_new),
7310         (gst_sdp_message_init), (gst_sdp_message_uninit),
7311         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7312         (gst_sdp_media_uninit), (gst_sdp_media_free),
7313         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7314         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7315         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7316         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7317         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7318         (gst_sdp_message_get_attribute_val),
7319         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7320         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7321         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7322         (gst_sdp_media_get_attribute_val_n),
7323         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7324         (read_string), (read_string_del), (gst_sdp_parse_line),
7325         (gst_sdp_message_parse_buffer), (print_media),
7326         (gst_sdp_message_dump):
7327         * gst-libs/gst/sdp/gstsdpmessage.h:
7328         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7329         Move SDP and RTSP from helper objects in -good to a reusable library.
7330         Use a proper gst_ namespace.
7331
7332 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7333
7334         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7335         (vorbis_dec_flush_decode):
7336         Use the new buffer clipping function from gstaudio here.
7337
7338 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7339
7340         * docs/libs/gst-plugins-base-libs-sections.txt:
7341         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7342         * gst-libs/gst/audio/audio.h:
7343         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7344         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7345         Also add deprecation guards for gst_audio_structure_set_int() to the
7346         header.
7347
7348 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7349
7350         * docs/libs/gst-plugins-base-libs-sections.txt:
7351           Cleanup the docs.
7352
7353 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7354
7355         Patch by: Dan Williams <dcbw at redhat dot com>
7356
7357         * gst/playback/gstplaybasebin.c:
7358         (gst_play_base_bin_get_streaminfo_value_array):
7359         Don't return NULL when querying the stream info value array but instead
7360         return an empty array. Fixes #459204.
7361
7362 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7363
7364         * gst/playback/gsturidecodebin.c:
7365           Init debug category before using it.
7366
7367 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7368
7369         * gst-libs/gst/interfaces/mixer.h:
7370         Add padding vars in place of the signal pointers
7371         when building with DISABLE_DEPRECATED so that the
7372         interface structure doesn't change size.
7373
7374 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7375
7376         * docs/libs/gst-plugins-base-libs-sections.txt:
7377         * ext/alsa/gstalsamixer.c:
7378         * ext/alsa/gstalsamixer.h:
7379         * ext/alsa/gstalsamixerelement.c:
7380         * ext/alsa/gstalsamixertrack.c:
7381         * gst-libs/gst/interfaces/mixer.c:
7382         * gst-libs/gst/interfaces/mixer.h:
7383         * gst-libs/gst/interfaces/mixeroptions.c:
7384         * gst-libs/gst/interfaces/mixeroptions.h:
7385         * gst-libs/gst/interfaces/mixertrack.c:
7386         * gst-libs/gst/interfaces/mixertrack.h:
7387         * tests/check/Makefile.am:
7388         * tests/check/libs/mixer.c:
7389
7390         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7391         Fixes: #152864 
7392
7393         Add support for notifying mixer changes on the message bus, and
7394         implement it in alsamixer.
7395
7396         API: gst_mixer_get_mixer_flags
7397         API: gst_mixer_message_parse_mute_toggled
7398         API: gst_mixer_message_parse_record_toggled
7399         API: gst_mixer_message_parse_volume_changed
7400         API: gst_mixer_message_parse_option_changed
7401         API: GstMixerMessageType
7402         API: GstMixerFlags
7403
7404 2007-07-20  Michael Smith <msmith@fluendo.com>
7405
7406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7407         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7408           xcontext->im_format is only for testing XShm support (as the header
7409           file comments document). Use xvimage->im_format for everything else.
7410           Avoids spurious warnings on buffer allocation before setcaps.
7411
7412 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7413
7414         * tests/examples/volume/Makefile.am:
7415         * tests/icles/Makefile.am:
7416           We should use $(LIBM).
7417
7418 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7419
7420         * tests/icles/Makefile.am:
7421           This needs -lm.
7422
7423 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7424
7425         * gst-libs/gst/rtp/gstbasertppayload.c:
7426         (gst_basertppayload_class_init), (gst_basertppayload_init),
7427         (gst_basertppayload_set_property),
7428         (gst_basertppayload_get_property):
7429         Don't break ABI, restore previous ranges. Keep the default random
7430         selection of timestamp and seqnum offset but as soon as the app sets a
7431         specific value, use that one.
7432
7433 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7434
7435         Patch by: Bastien Nocera <hadess at hadess dot net>
7436
7437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7438         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7439         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7440         * sys/xvimage/xvimagesink.h:
7441         Add option to turn off double-buffering for debugging purposes.
7442         Fixes #437169.
7443
7444 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7445
7446         Patch by: Jorn Baayen <jorn at openedhand dot com>
7447
7448         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7449         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7450         (gst_ximagesink_init), (gst_ximagesink_class_init):
7451         * sys/ximage/ximagesink.h:
7452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7453         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7454         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7455         * sys/xvimage/xvimagesink.h:
7456         add 'handle-expose' property. Useful for video widgets which may want to
7457         be in control of Expose behaviour. Fixes #380625
7458
7459 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7460
7461         * gst-libs/gst/rtp/gstbasertppayload.c:
7462         (gst_basertppayload_class_init), (gst_basertppayload_init),
7463         (gst_basertppayload_event), (gst_basertppayload_push),
7464         (gst_basertppayload_set_property),
7465         (gst_basertppayload_get_property),
7466         (gst_basertppayload_change_state):
7467         * gst-libs/gst/rtp/gstbasertppayload.h:
7468         Fix ranges of rtp payloader properties so that the full range can be
7469         used in addition to -1 (random).
7470         Fix wrong seqnum reporting in caps.
7471         Fixes #420326.
7472
7473 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7474
7475         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7476         (gst_video_rate_query):
7477         Use boilerplate.
7478         Add latency query, might not be perfect yet but already works a lot
7479         better. Fixes #442557.
7480
7481 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7482
7483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7484         (gst_xvimagesink_setcaps):
7485         * sys/xvimage/xvimagesink.h:
7486         After a caps change, redraw our borders to avoid garbage left there
7487         when the image format changes to a smaller size, like 16:9 -> 4:3
7488         Also, hold the flow_lock a bit longer in the set_caps while we're
7489         fiddling with the xcontext.
7490
7491 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7492
7493         * Makefile.am:
7494         * configure.ac:
7495         * tests/Makefile.am:
7496         Remove bogus check for libcheck, since we check for
7497         gstreamer-check and it pulls in the required info from there, and we
7498         weren't actually _using_ the information for libcheck ourselves
7499         anyway.
7500
7501 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7502
7503         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7504         (gst_ffmpeg_caps_to_pixfmt):
7505         Fix the r_mask test for RGBA32 on little-endian.
7506         Fix a stupid typo that would have obviously broken 
7507         compilation on big-endian, if anyone was testing.
7508
7509 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7510
7511         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7512         (paint_hline_str4):
7513         * gst/videotestsrc/videotestsrc.h:
7514         Add alpha to the color struct.
7515         Use a default alpha value of 255 instead of 128.
7516
7517 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7518
7519         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7520         (setup_source):
7521         Clear the dynamic pads counter when starting a new uri. This makes
7522         reusing playbin work again.
7523         Fixes #454264.
7524
7525 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7526
7527         * configure.ac:
7528           Use pkg-config to locate check.
7529
7530 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7531
7532         * configure.ac:
7533         * tests/check/elements/volume.c: (GST_START_TEST):
7534           Fix 'make check' build against core CVS.
7535
7536 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7537
7538         * gst-libs/gst/interfaces/propertyprobe.c:
7539         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7540         * gst-libs/gst/tag/gstvorbistag.c:
7541           Make gtk-doc happy.
7542
7543 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7544
7545         * gst-libs/gst/audio/gstbaseaudiosink.c:
7546         (gst_base_audio_sink_callback):
7547           Quick hack to make audiosinks stop at EOS when operating in
7548           pull-mode; needs to be fixed properly some day.
7549
7550 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7551
7552         * docs/libs/gst-plugins-base-libs-sections.txt:
7553           Fix location of includes in the docs.
7554
7555 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7556
7557         * gst/ffmpegcolorspace/avcodec.h:
7558         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7559         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7560         (gst_ffmpegcsp_avpicture_fill):
7561         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7562         (img_get_alpha_info):
7563         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7564         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7565         end of the word. Partially fixes #451908
7566
7567 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7568
7569         * docs/libs/Makefile.am:
7570         * docs/plugins/Makefile.am:
7571           Simplify --extra-dir as gtkdoc scans recursively.
7572
7573 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7574
7575         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7576         (gst_adder_request_new_pad):
7577         Make getcaps more robust by not using the proxycaps function. This makes
7578         sure that we don't end up recursively calling getcaps upstream.
7579         See #316248.
7580
7581 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7582
7583         * gst/audioconvert/audioconvert.c:
7584         Include math.h to fix compilation.
7585
7586 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7587
7588         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7589         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7590         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7591         format, as produced by some dc1394 cameras like the iSight.
7592         See http://www.fourcc.org/yuv.php#IYU1
7593
7594 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7595
7596         * gst/audioconvert/Makefile.am:
7597         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7598         (check_default), (audio_convert_prepare_context),
7599         (audio_convert_clean_context), (audio_convert_convert):
7600         * gst/audioconvert/audioconvert.h:
7601         * gst/audioconvert/gstaudioconvert.c:
7602         (gst_audio_convert_dithering_get_type),
7603         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7604         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7605         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7606         * gst/audioconvert/gstaudioconvert.h:
7607         * gst/audioconvert/gstaudioquantize.c:
7608         (gst_audio_quantize_setup_noise_shaping),
7609         (gst_audio_quantize_free_noise_shaping),
7610         (gst_audio_quantize_setup_dither),
7611         (gst_audio_quantize_free_dither),
7612         (gst_audio_quantize_setup_quantize_func),
7613         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7614         * gst/audioconvert/gstaudioquantize.h:
7615         Implement dithering and noise shaping in audioconvert. By default now
7616         TPDF dithering (and no noise shaping) will be used when converting
7617         from a higher bit depth to 20 bit depth or smaller, otherwise
7618         everything will be as it is now.
7619         For the last audioconvert in a pipeline it would make sense to
7620         use some kind of noise shaping, enabling it by default for all
7621         conversions would give undesired results though. Fixes #360246.
7622         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7623         (GST_START_TEST):
7624         Adjust unit test for the new audioconvert.
7625
7626 2007-06-28  Wim Taymans  <wim@fluendo.com>
7627
7628         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7629         Use other metrics as well when estimating the buffer level.
7630
7631 2007-06-28  Wim Taymans  <wim@fluendo.com>
7632
7633         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7634         Small debug improvement.
7635
7636         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7637         (plugin_init):
7638         Tweak the rate estimation period.
7639         When calculating the buffer filledness in rate estimation mode, don't
7640         mix it with other metrics.
7641
7642 2007-06-28  Wim Taymans  <wim@fluendo.com>
7643
7644         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7645         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7646         When creating the groups, allow for a 5 second, unlimited buffers
7647         preroll phase after which we expose the group.
7648         When the group is exposed, use a small number of buffers up to a 2
7649         second limit. Also disconnect the overrun signal from multiqueue when we
7650         exposed the group because it is not needed anymore.
7651
7652 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7653
7654         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7655           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7656           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7657           (#451707); also, output some debugging info when dealing with
7658           freeform strings.
7659
7660         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7661           Add unit test for the above.
7662
7663 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7664
7665         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7666           Add description for Windows Media RTP caps.
7667
7668         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7669           Remove RTP fields that don't define the format from caps.
7670
7671 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7672
7673         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7674           Skip empty buffers, but not empty header buffers. That way the original
7675           vorbisdec unit test still passes (#451145); also, take into account
7676           that those empty packets might carry a granulepos.
7677
7678         * tests/check/Makefile.am:
7679         * tests/check/elements/vorbisdec.c:
7680         (_create_codebook_header_buffer), (_create_audio_buffer),
7681         (GST_START_TEST), (vorbisdec_suite):
7682           Add unit test that sends an empty packet.
7683
7684 2007-06-27  Wim Taymans  <wim@fluendo.com>
7685
7686         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7687         Don't error out on 0-sized packets, just emit a warning because this is
7688         not a fatal error. Fixes #451145.
7689
7690 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7691
7692         * docs/plugins/gst-plugins-base-plugins.args:
7693         * docs/plugins/gst-plugins-base-plugins.signals:
7694         * docs/plugins/inspect/plugin-adder.xml:
7695         * docs/plugins/inspect/plugin-alsa.xml:
7696         * docs/plugins/inspect/plugin-audioconvert.xml:
7697         * docs/plugins/inspect/plugin-audiorate.xml:
7698         * docs/plugins/inspect/plugin-audioresample.xml:
7699         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7700         * docs/plugins/inspect/plugin-cdparanoia.xml:
7701         * docs/plugins/inspect/plugin-decodebin.xml:
7702         * docs/plugins/inspect/plugin-decodebin2.xml:
7703         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7704         * docs/plugins/inspect/plugin-gdp.xml:
7705         * docs/plugins/inspect/plugin-gnomevfs.xml:
7706         * docs/plugins/inspect/plugin-libvisual.xml:
7707         * docs/plugins/inspect/plugin-ogg.xml:
7708         * docs/plugins/inspect/plugin-pango.xml:
7709         * docs/plugins/inspect/plugin-playbin.xml:
7710         * docs/plugins/inspect/plugin-subparse.xml:
7711         * docs/plugins/inspect/plugin-tcp.xml:
7712         * docs/plugins/inspect/plugin-theora.xml:
7713         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7714         * docs/plugins/inspect/plugin-video4linux.xml:
7715         * docs/plugins/inspect/plugin-videorate.xml:
7716         * docs/plugins/inspect/plugin-videoscale.xml:
7717         * docs/plugins/inspect/plugin-videotestsrc.xml:
7718         * docs/plugins/inspect/plugin-volume.xml:
7719         * docs/plugins/inspect/plugin-vorbis.xml:
7720         * docs/plugins/inspect/plugin-ximagesink.xml:
7721         * docs/plugins/inspect/plugin-xvimagesink.xml:
7722           Update docs with caps info.
7723
7724 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7725
7726         * po/POTFILES.in:
7727           Add more files with translatable strings (#450875).
7728
7729 2007-06-23  Edward Hervey  <edward@fluendo.com>
7730
7731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7732         The chain should be freed if we error out here, else it will leak.
7733         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7734         (cleanup_decodebin):
7735         Don't forget to *properly* remove the signals, else it will leak.
7736
7737 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7738
7739         * MAINTAINERS:
7740         Updating all the maintainers files
7741
7742 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7743
7744         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7745         (main):
7746           Destroy and recreate parse-launch based pipeline after stop to be able
7747           to play again. Reorder some code and add more comments.
7748
7749 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7750
7751         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7752         When handling a delayed-caps notification case, mark
7753         the group as dynamic so that the nbdynamic count is
7754         incremented and decremented correctly. Fixes: #449156
7755         Patch by: Wim Taymans <wim@fluendo.com>
7756
7757 2007-06-19  Andy Wingo  <wingo@pobox.com>
7758
7759         * gst-libs/gst/audio/gstbaseaudiosink.c
7760         (gst_base_audio_sink_init): Enable pull-mode operation.
7761
7762 2007-06-19  Michael Smith <msmith@fluendo.com>
7763
7764         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7765           Change minimum rate back to 1000 to allow low-sample-rate wav files
7766           to play back.
7767
7768 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7769
7770         * po/vi.po:
7771           Update translations.
7772
7773 2007-06-15  David Schleef  <ds@schleef.org>
7774
7775         * gst/playback/gstqueue2.c:
7776           Fix compile error from ignored return value.
7777
7778 2007-06-15  Michael Smith <msmith@fluendo.com>
7779
7780         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7781           Update tmpbuf for all neccesary rows, not just one, as is required
7782           when downscaling.
7783           Fixes #402076.
7784
7785 2007-06-15  Michael Smith <msmith@fluendo.com>
7786
7787         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
7788         (eos_buffer_probe):
7789           Add a test that ensures we set DELTA_UNIT on all non-header,
7790           non-video buffers, if we have a video stream.
7791         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7792         (gst_ogg_mux_process_best_pad):
7793           Move setting delta_pad to earlier, where we inspect all pads, so
7794           that leading audio pages don't get DELTA_UNIT unset if they come
7795           before the first DELTA_UNIT from video pages. Fixes the newly-added
7796           test. Fixes #385527.
7797
7798 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7799
7800         * tests/check/pipelines/streamheader.c: (streamheader_suite):
7801           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
7802           fails on the p5-ppc64 build bot and the failure looks like it is due
7803           to the same issue as #348114, ie. a compiler bug.
7804
7805 2007-06-13  Edward Hervey  <edward@fluendo.com>
7806
7807         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7808         Fix build on MacOSX.
7809
7810 2007-06-13  Wim Taymans  <wim@fluendo.com>
7811
7812         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7813         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
7814         Fix compilation on mingw. Fixes #446972.
7815
7816 2007-06-12  Wim Taymans  <wim@fluendo.com>
7817
7818         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7819
7820         * gst/playback/gstqueue2.c: (update_buffering),
7821         (gst_queue_locked_enqueue):
7822         Fix a division by zero when the max percent is <= 0. Fixes #446572.
7823         also update the buffering status when receiving events. Fixes #446551.
7824
7825 2007-06-11  Wim Taymans  <wim@fluendo.com>
7826
7827         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7828
7829         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
7830         (gst_queue_handle_src_query):
7831         Wait for preroll before attempting to forward a duration query upstream.
7832         Fixes #445505.
7833
7834 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
7835
7836         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
7837         (gst_base_rtp_depayload_set_gst_timestamp):
7838         Use G_GINT64_CONSTANT macro for int64 constant.
7839         * win32/common/libgstinterfaces.def:
7840         * win32/common/libgsttag.def:
7841         Add new exported functions.
7842
7843 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
7844
7845         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
7846           The BOS page of the first Dirac video stream needs to come before
7847           the BOS page of any Vorbis streams or other audio streams, just like
7848           it is with Theora.
7849
7850 2007-06-07  Wim Taymans  <wim@fluendo.com>
7851
7852         * gst/playback/gstqueue2.c: (gst_queue_get_range):
7853         Fix compilation.
7854
7855 2007-06-06  Wim Taymans  <wim@fluendo.com>
7856
7857         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7858
7859         * gst/playback/gstqueue2.c: (gst_queue_init),
7860         (gst_queue_handle_sink_event), (gst_queue_chain),
7861         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
7862         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
7863         (gst_queue_src_activate_pull):
7864         Add pull based scheduling and fix some deadlocks. Fixes #444523.
7865         Does not yet completely work because duration queries upstream won't
7866         block yet.
7867
7868 2007-06-06  Wim Taymans  <wim@fluendo.com>
7869
7870         * configure.ac:
7871         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7872         Some more fseeko checks.
7873
7874 2007-06-06  Wim Taymans  <wim@fluendo.com>
7875
7876         * configure.ac:
7877         check for large file support.
7878
7879 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
7880
7881         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
7882
7883         * gst/subparse/gstsubparse.c: (parse_subrip),
7884         (subviewer_unescape_newlines), (parse_subviewer),
7885         (gst_sub_parse_data_format_autodetect),
7886         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
7887         * gst/subparse/gstsubparse.h:
7888         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
7889         * tests/check/elements/subparse.c: (GST_START_TEST),
7890         (subparse_suite):
7891         Add a unit test for both SubViewer formats.
7892
7893 2007-06-01  Michael Smith <msmith@fluendo.com>
7894
7895         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
7896           Don't overflow intermediate values when seeking to large time values
7897           in audiotestsrc.
7898
7899 2007-06-05  Wim Taymans  <wim@fluendo.com>
7900
7901         * gst/playback/gstqueue2.c: (gst_queue_have_data),
7902         (gst_queue_create_read), (gst_queue_read_item_from_file),
7903         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
7904         Include stdio to define fseeko.
7905
7906 2007-06-05  Wim Taymans  <wim@fluendo.com>
7907
7908         Patch by: Edward Hervey  <edward@fluendo.com>
7909
7910         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
7911         (gst_v4lsrc_query):
7912         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
7913
7914 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
7915
7916         * gst-libs/gst/riff/Makefile.am:
7917         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
7918           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
7919           our own implementation.
7920
7921 2007-06-05  Wim Taymans  <wim@fluendo.com>
7922
7923         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7924         (gst_base_rtp_depayload_setcaps),
7925         (gst_base_rtp_depayload_set_gst_timestamp),
7926         (gst_base_rtp_depayload_change_state):
7927         Handle timestamp wraparound.
7928
7929 2007-06-05  Wim Taymans  <wim@fluendo.com>
7930
7931         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
7932         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
7933         (gst_uri_decode_bin_change_state):
7934         Make sure we name srcpads uniquely even when using different internal
7935         decodebins.
7936         Signal no-more-pads when no more dynamic elements exist.
7937         Remove pads on cleanup.
7938
7939 2007-06-05  Wim Taymans  <wim@fluendo.com>
7940
7941         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7942
7943         * gst/playback/gstqueue2.c: (gst_queue_class_init),
7944         (gst_queue_init), (gst_queue_finalize),
7945         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
7946         (gst_queue_create_read), (gst_queue_read_item_from_file),
7947         (gst_queue_open_temp_location_file),
7948         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
7949         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
7950         (gst_queue_is_empty), (gst_queue_is_filled),
7951         (gst_queue_change_state), (gst_queue_set_temp_location),
7952         (gst_queue_set_property):
7953         Add support for filebased buffering. Fixes #441264.
7954
7955 2007-06-05  Wim Taymans  <wim@fluendo.com>
7956
7957         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
7958         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
7959         (caps_notify_group_cb), (gst_decode_group_new),
7960         (gst_decode_group_free):
7961         Add support for delayed caps fixation when autoplugging.
7962         Optimize cases where a multiqueue is not needed/wanted, like right after
7963         anything that is not a demuxer.
7964
7965 2007-06-05  Wim Taymans  <wim@fluendo.com>
7966
7967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
7968         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
7969         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
7970         consideratly speedup ogg chain detection by not trying to find a base
7971         timestamp for skeleton streams. 
7972
7973 2007-06-05  Wim Taymans  <wim@fluendo.com>
7974
7975         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
7976         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
7977         (gst_multi_fd_sink_remove_flush),
7978         (gst_multi_fd_sink_remove_client_link),
7979         (gst_multi_fd_sink_handle_client_write),
7980         (gst_multi_fd_sink_handle_clients):
7981         * gst/tcp/gstmultifdsink.h:
7982         Add support for remove_flush.
7983
7984 2007-06-05  Wim Taymans  <wim@fluendo.com>
7985
7986         * docs/design/draft-keyframe-force.txt:
7987         * ext/theora/theoraenc.c: (theora_enc_sink_event),
7988         (theora_enc_chain):
7989         Add draft design for forcing keyframes in encoders and implement in
7990         theoraenc.
7991
7992 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
7993
7994         * configure.ac:
7995           Back to CVS
7996
7997 === release 0.10.13 ===
7998
7999 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8000
8001         * configure.ac:
8002           releasing 0.10.13, "What's Going on?"
8003
8004 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8005
8006         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8007         In riff, the depth is stored in the size field but it just means that
8008         the least significant bits are cleared. We can therefore just play
8009         the sample as if it had a depth == width. Fixes: #440997
8010
8011         Patch by: Wim Taymans <wim@fluendo.com> 
8012         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8013
8014 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8015
8016         * gst-libs/gst/floatcast/floatcast.h:
8017         Define inline when needed on win32 builds. Fixes: #441295
8018         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8019
8020 2007-05-29  Wim Taymans  <wim@fluendo.com>
8021
8022         * gst/playback/gstplaybasebin.c: (queue_overrun),
8023         (no_more_pads_full):
8024         Stop buffering when the group is commited because the queues filled up.
8025         Fixes #442024.
8026
8027 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8028
8029         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8030         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8031         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8032         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8033         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8034         * ext/alsa/gstalsamixer.h:
8035         * ext/alsa/gstalsamixerelement.c:
8036         (gst_alsa_mixer_element_interface_supported),
8037         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8038         (gst_alsa_mixer_element_set_property),
8039         (gst_alsa_mixer_element_get_property),
8040         (gst_alsa_mixer_element_change_state):
8041         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8042         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8043         (gst_mixer_option_changed):
8044         * gst-libs/gst/interfaces/mixer.h:
8045         Revert commits towards #152864 made so far. We'll pick it up again
8046         after the 0.10.13 release.
8047
8048 2007-05-24  Wim Taymans  <wim@fluendo.com>
8049
8050         * gst-libs/gst/audio/gstbaseaudiosink.c:
8051         (gst_base_audio_sink_render):
8052         After an interrupt (PAUSED/flush) assume that the next sample should not
8053         be aligned to the previous sample. Fixes #417992.
8054
8055 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8056
8057         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8058           Don't add channels and rate fields to the template caps for
8059           audio/x-dts, as wavparse might not always be able to set them,
8060           which would then lead to 'caps are not a real subset of the
8061           template caps' warnings.
8062
8063 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8064
8065         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8066         Handle unknown or invalid pads without crashing, as might occur if
8067         a media file like an mp3 is specified as a subtitle file.
8068         Fixes: #410039
8069
8070 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8071
8072         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8073         (setup_sinks):
8074         Block the subtitle bin output queue before ghosting it and linking,
8075         then unblock after. This avoids spurious not-linked errors caused 
8076         by the queue starting up (because it gets linked when it is ghosted). 
8077         Fixes: #350299
8078
8079 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8080
8081         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8082         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8083         file. Avoids flukes where the input gets typefound to some valid but
8084         useless type.
8085
8086 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8087
8088         * tests/check/Makefile.am:
8089         * tests/check/elements/.cvsignore:
8090         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8091         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8092           Add unit test for gnomevfssink seeking and position reporting for
8093           file:// URIs.
8094
8095 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8096
8097         Patch by: Mark Nauwelaerts <manauw at skynet be>
8098
8099         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8100         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8101         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8102         * ext/gnomevfs/gstgnomevfssink.h:
8103           Fix position reporting, especially after a seek (from upstream),
8104           see #412648.
8105
8106 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8107
8108         * ext/cdparanoia/gstcdparanoiasrc.c:
8109           Repair umlaut.
8110
8111 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8112
8113         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8114         Specify the full valid range for MP3 samplerates. Fixes a regression
8115         caused by extra header checks since the last release.
8116
8117 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8118
8119         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8121         Fix a locking-order bug I introduced with my changes the other day.
8122         Patch by Mike Smith.
8123
8124 2007-05-21  Michael Smith <msmith@fluendo.com>
8125
8126         * ext/theora/theoradec.c: (theora_handle_data_packet):
8127           Don't look inside 0-length packets (which indicate duplicated
8128           frames)
8129
8130 2007-05-21  Wim Taymans  <wim@fluendo.com>
8131
8132         * ext/cdparanoia/gstcdparanoiasrc.c:
8133         (gst_cd_paranoia_src_read_sector):
8134         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8135         (gst_base_audio_src_create):
8136         Small cleanups.
8137
8138         * ext/theora/theoradec.c: (theora_dec_sink_event):
8139         Fix typo.
8140
8141         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8142         (gst_base_rtp_depayload_set_gst_timestamp):
8143         Add some FIXME
8144
8145         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8146         And some debug info when a FIXME path is hit.
8147
8148 2007-05-21  Wim Taymans  <wim@fluendo.com>
8149
8150         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8151         (gst_base_rtp_audio_payload_class_init),
8152         (gst_base_rtp_audio_payload_init),
8153         (gst_base_rtp_audio_payload_finalize),
8154         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8155         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8156         (gst_base_rtp_payload_audio_handle_event):
8157         Some cleanups, remove minptime property as it is now in the parent
8158         class.
8159         Override parent class event function.
8160
8161         * gst-libs/gst/rtp/gstbasertppayload.c:
8162         (gst_basertppayload_class_init), (gst_basertppayload_init),
8163         (gst_basertppayload_event), (gst_basertppayload_set_property),
8164         (gst_basertppayload_get_property):
8165         * gst-libs/gst/rtp/gstbasertppayload.h:
8166         Add min-ptime property.
8167         Add handle-event vmethod. Fixes #415001.
8168
8169 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8170
8171         * gst-libs/gst/audio/gstbaseaudiosink.c
8172           (gst_base_audio_sink_change_state):
8173           Fix typo in comment.
8174
8175         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8176           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8177           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8178           close_link):
8179         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8180           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8181           Remove trailing whitespaces in comments.
8182
8183         * gst/volume/Makefile.am:
8184           Fix tabs.
8185
8186 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8187
8188         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8189
8190         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8191           set_option, get_option, _gst_reserved):
8192           Revert reordering functions (keep ABI).
8193
8194 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8195
8196         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8197         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8198         (gst_ximagesink_show_frame):
8199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8200         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8201         (gst_xvimagesink_show_frame):
8202         When we create our own window, indicate that we handle the 
8203         WM_DELETE client message from the window manager, so that it won't 
8204         kill our window (and our app) along with it. Handle ClientMessage,
8205         post an error on the bus, and close the window. Further buffers
8206         arriving will result in a FlowError because the window has been
8207         destroyed.
8208
8209         Fixes: #393975
8210
8211         Clean up the X event handling loop and make them the same for
8212         both xvimagesink and ximagesink while I'm at it.
8213
8214 2007-05-17  Wim Taymans  <wim@fluendo.com>
8215
8216         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8217         Make decodebin2 autoplug depayloaders too.
8218
8219         * gst/playback/gsturidecodebin.c: (source_new_pad):
8220         Set the newly created decoder in a usable state when autoplugging a
8221         dynamic source such as RTSP.
8222
8223 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8224
8225         * gst/playback/gststreaminfo.c: (cb_probe):
8226           Ignore video-codec tag for audio streams and ignore audio-codec tags
8227           for video streams. Should make codec name collection a bit more
8228           robust against sloppy demuxers that send tag events containing both
8229           tags down each pad.
8230
8231 2007-05-17  Wim Taymans  <wim@fluendo.com>
8232
8233         * gst/playback/gstqueue2.c: (update_rates):
8234         Tweak the buffering thresholds a little.
8235         Update the buffer size with the previously calculate rate instead of
8236         only when we calculate a new rate so that we get smoother buffering
8237         updates.
8238
8239         * gst/playback/Makefile.am:
8240         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8241         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8242         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8243         (gst_uri_decode_bin_get_property), (unknown_type),
8244         (add_element_stream), (no_more_pads_full), (no_more_pads),
8245         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8246         (gen_source_element), (has_all_raw_caps), (analyse_source),
8247         (remove_decoders), (make_decoder), (remove_source),
8248         (source_new_pad), (setup_source), (decoder_query_init),
8249         (decoder_query_duration_fold), (decoder_query_duration_done),
8250         (decoder_query_position_fold), (decoder_query_position_done),
8251         (decoder_query_latency_fold), (decoder_query_latency_done),
8252         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8253         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8254         (gst_uri_decode_bin_change_state), (plugin_init):
8255         New element that intergrates a source, optional buffering element and
8256         decodebin.
8257
8258 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8259
8260         * configure.ac:
8261           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8262           (also has a .pc file, so we don't need the fallback check any
8263           longer). Fixes #438840.
8264
8265 2007-05-17  Wim Taymans  <wim@fluendo.com>
8266
8267         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8268         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8269         (apply_segment), (apply_buffer), (update_buffering),
8270         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8271         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8272         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8273         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8274         (plugin_init):
8275         fix build.
8276
8277 2007-05-17  Wim Taymans  <wim@fluendo.com>
8278
8279         * gst/playback/Makefile.am:
8280         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8281         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8282         (gst_queue_getcaps), (gst_queue_bufferalloc),
8283         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8284         (apply_buffer), (update_buffering), (reset_rate_timer),
8285         (update_rates), (gst_queue_locked_flush),
8286         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8287         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8288         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8289         (gst_queue_loop), (gst_queue_handle_src_event),
8290         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8291         (gst_queue_src_activate_push), (gst_queue_change_state),
8292         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8293         On our way to playbin2 this is the new network queue that does buffering
8294         all by itself using high and low watermarks. It can also measure up and
8295         downstream bandwidth to optimally size the queue.
8296
8297 2007-05-17  Michael Smith <msmith@fluendo.com>
8298
8299         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8300         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8301           Use the segment->last_stop value to calculate the next timestamp to
8302           generate after a seek; not the segment->start value.
8303
8304 2007-05-15  David Schleef  <ds@schleef.org>
8305
8306         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8307           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8308
8309 2007-05-15  Wim Taymans  <wim@fluendo.com>
8310
8311         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8312         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8313         Some more chained streaming ogg timestamp fixes.
8314
8315 2007-05-15  Wim Taymans  <wim@fluendo.com>
8316
8317         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8318         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8319         (gst_ogg_demux_handle_page):
8320         Add some FIXMEs.
8321         Fix chain start/stop segment handling based on patch by
8322         <ahalda at cs dot mcgill dot ca> see #320984.
8323
8324 2007-05-15  Michael Smith <msmith@fluendo.com>
8325
8326         * configure.ac:
8327           We don't require a C++ compiler. So don't require one.
8328
8329 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8330
8331         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8332           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8333           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8334           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8335           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8336           gst_alsa_mixer_update_track):
8337           Apply some of the cleanup Tim suggested in #152864 afterwards.
8338
8339 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8340
8341         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8342
8343         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8344           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8345           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8346           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8347           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8348           gst_alsa_mixer_handle_source_callback,
8349           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8350           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8351           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8352           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8353           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8354           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8355         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8356         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8357           gst_alsa_mixer_element_interface_supported,
8358           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8359           gst_alsa_mixer_element_set_property,
8360           gst_alsa_mixer_element_get_property,
8361           gst_alsa_mixer_element_change_state):
8362         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8363         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8364           gst_mixer_option_changed):
8365         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8366           volume_changed, option_changed, _gst_reserved):
8367           Implement notification for alsamixer. Fixes #152864
8368
8369 2007-05-14  David Schleef  <ds@schleef.org>
8370
8371         * gst/videotestsrc/videotestsrc.c:
8372         * gst/videotestsrc/videotestsrc.h:
8373           Add support for video/x-raw-bayer.
8374
8375 2007-05-12  David Schleef  <ds@schleef.org>
8376
8377         * sys/xvimage/xvimagesink.c:
8378           Add some sanity checking for the XVImage size returned by X.
8379           Related to #377400.
8380
8381 2007-05-12  Wim Taymans  <wim@fluendo.com>
8382
8383         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8384         (gst_base_rtp_depayload_setcaps),
8385         (gst_base_rtp_depayload_set_gst_timestamp):
8386         Parse and use additional caps fields as described in updated
8387         application/x-rtp caps spec.
8388
8389 2007-05-12  Wim Taymans  <wim@fluendo.com>
8390
8391         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8392         (gst_ogg_demux_collect_chain_info):
8393         If there is a stream in a chain without any data packets, ignore the
8394         stream in the total length calculations. Might be related to #436820.
8395
8396 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8397
8398         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8399         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8400         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8401         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8402         (plugin_init):
8403
8404         Consolidate and re-work our mpeg system stream detection to probe
8405         more packets and produce a higher confidence result. Fixes a
8406         regression caused by lowering the typefind probability last year
8407         - related to bug #397810. Remove the redundant MPEG-1 specific 
8408         typefind function, as the new one detects both MPEG-1 & MPEG-2
8409         happily.
8410
8411         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8412         little. 
8413
8414         Tested against my media test directory, with some improvements and
8415         no regressions.
8416
8417 2007-05-10  Wim Taymans  <wim@fluendo.com>
8418
8419         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8420         (queue_out_of_data):
8421         Connect to the new queue "pushing" signal instead of the broken
8422         "running" one.
8423
8424 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8425
8426         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8427         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8428         Move variable declaration before the first instruction.
8429         * gst/videotestsrc/videotestsrc.c:
8430         Define M_PI if it's not defined yet.
8431         * win32/common/libgstrtp.def:
8432         Add new exported functions.
8433
8434 2007-05-09  Michael Smith <msmith@fluendo.com>
8435
8436         * ext/theora/theoradec.c: (theora_handle_type_packet):
8437           gst_pad_push_event() does not return a GstFlowReturn!
8438
8439 2007-05-09  Wim Taymans  <wim@fluendo.com>
8440
8441         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8442         * tests/examples/seek/seek.c: (do_seek):
8443         Some small cosmetic changes.
8444
8445 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8446
8447         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8448           gst_adder_change_state):
8449         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8450           segment_pending, segment_position, segment_rate):
8451           Handle playback-rate on adder.
8452
8453 2007-05-07  Michael Smith <msmith@fluendo.com>
8454
8455         * ext/theora/gsttheoradec.h:
8456         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8457         (theora_dec_sink_event), (theora_handle_comment_packet),
8458         (theora_handle_type_packet), (theora_dec_change_state):
8459           Don't push events (newsegment, tags) before initialising the
8460           decoder.
8461           This is neccesary for seeking to work correctly in gnonlin.
8462
8463 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8464
8465         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8466         * gst/adder/gstadder.c:
8467         * gst/audiotestsrc/gstaudiotestsrc.c
8468           (gst_audio_test_src_create_white_noise):
8469         * gst/videotestsrc/gstvideotestsrc.c:
8470         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8471           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8472           volume_sink_template, volume_src_template, gst_volume_init,
8473           volume_process_double, volume_process_int16,
8474           volume_process_int16_clamp):
8475           Doc fixes and formatting.
8476
8477 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8478
8479         * tests/check/Makefile.am:
8480         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8481           Minimal check for volume's GstController usability; also another
8482           test for #422295.
8483
8484 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8485
8486         * gst-libs/gst/cdda/gstcddabasesrc.c:
8487         (gst_cdda_base_src_add_track):
8488           Fix it so that it (a) makes sense and (b) doesn't break
8489           everything cdda-related including the unit test.
8490
8491 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8492
8493         * gst-libs/gst/cdda/gstcddabasesrc.c:
8494         (gst_cdda_base_src_add_track):
8495           Fix build when disabling asserts.
8496
8497 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8498
8499         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8500           When XShm is not available, we might get row strides that are not
8501           rounded up to multiples of four; this is bad, because virtually
8502           every RGB-processing element in GStreamer assumes rowstrides are
8503           rounded up to multiples of four, so let's allocate at least enough
8504           memory to avoid crashes in this case. The image will still be
8505           displayed distorted though if this happens, so that still needs
8506           fixing (maybe by allocating a bigger image with an 'even' width
8507           and then clipping it appropriately when rendering - something for
8508           Xlib aficionados in any case).
8509
8510 2007-05-03  Michael Smith <msmith@fluendo.com>
8511
8512         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8513           If a buffer doesn't have a timestamp, assume it's contiguous with
8514           the previous buffer, and synthesise timestamps appropriately.
8515
8516 2007-05-03  Edward Hervey  <edward@fluendo.com>
8517
8518         * tests/check/elements/videorate.c: (GST_START_TEST):
8519         Set buffer timestamp to a valid value in order to test the buffer
8520         really does stay in videorate.
8521
8522 2007-05-03  Edward Hervey  <edward@fluendo.com>
8523
8524         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8525         There is no sensible way to handle incoming buffers which don't have a
8526         valid timestamp. We therefore discard them and wait for the next one.
8527
8528 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8529
8530         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8531         * gst/playback/gstdecodebin2.c: (plugin_init):
8532           Better error message for text files.
8533
8534 2007-04-29  Wim Taymans  <wim@fluendo.com>
8535
8536         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8537         Fix offset bug in generation RR packets.
8538
8539 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8540
8541         * ext/theora/theoradec.c: (_theora_granule_time),
8542         (theora_dec_push_forward), (theora_handle_data_packet),
8543         (theora_dec_decode_buffer): Calculate buffer duration correctly
8544         to generate a perfect stream (#433888).
8545         * gst/audioresample/gstaudioresample.c:
8546         (audioresample_check_discont): Glib provides ABS.
8547
8548 2007-04-27  Wim Taymans  <wim@fluendo.com>
8549
8550         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8551         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8552         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8553         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8554         (gst_rtcp_packet_bye_set_reason):
8555         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8556         Fix RB block parsing and writing.
8557         Add support for constructing BYE packets.
8558
8559 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8560
8561         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8562         (gst_base_audio_src_create):
8563         * po/POTFILES.in:
8564           When posting a warning message because samples were dropped, post
8565           something more intelligible than he default error message for clock
8566           errors which is just confusing in this context (#432984).
8567
8568 2007-04-25  Wim Taymans  <wim@fluendo.com>
8569
8570         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8571         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8572         (read_packet_header), (gst_rtcp_packet_move_to_next),
8573         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8574         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8575         (gst_rtcp_packet_sdes_get_item_count),
8576         (gst_rtcp_packet_sdes_first_item),
8577         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8578         (gst_rtcp_packet_sdes_first_entry),
8579         (gst_rtcp_packet_sdes_next_entry),
8580         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8581         (gst_rtcp_packet_sdes_add_entry):
8582         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8583         Implement code to write SR, RR and SDES packets.
8584
8585 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8586
8587         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8588
8589         * sys/ximage/ximagesink.c:
8590           Fix build if XShm is not available (#432362).
8591
8592 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8593
8594         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8595         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8596         pointers to random memory which are passed to g_free() when
8597         audio_convert_prepare_context() is called the first time.
8598
8599 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8600
8601         Patch by: Dan Williams <dcbw redhat com>
8602
8603         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8604           Don't leak incoming buffer if gst_pad_push() returns a
8605           non-OK flow. Fixes #432755.
8606          
8607         * tests/check/elements/videorate.c: (GST_START_TEST),
8608         (videorate_suite):
8609           Unit test for the above by Yours Truly.
8610
8611 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8612
8613         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8614         (gst_adder_sink_event), (gst_adder_collected):
8615           Fix non-flushing segmented seeks, Fixes #340060 for me
8616
8617 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8618
8619         Patch by: Olivier Crete  <tester at tester ca>
8620
8621         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8622         (gst_base_rtp_audio_payload_class_init),
8623         (gst_base_rtp_audio_payload_init),
8624         (gst_base_rtp_audio_payload_dispose):
8625           Chain up to parent class in dispose function; get rid of
8626           unnecessary 'diposed' flag in private structure (#415001).
8627
8628 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8629
8630         * docs/libs/gst-plugins-base-libs.types:
8631         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8632         (gst_base_rtp_audio_payload_class_init):
8633         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8634         * gst-libs/gst/rtp/gstbasertppayload.c:
8635           Some minor docs fixes and additions; also add missing 'Since' bits.
8636
8637 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8638
8639         Patch by: Zeeshan Ali  <zeenix gmail com>
8640
8641         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8642         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8643         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8644         (gst_base_rtp_audio_payload_push):
8645         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8646           The recently-added gst_base_rtp_audio_payload_push() should take an
8647           object of type GstBaseRTPAudioPayload as first argument (#431672).
8648
8649 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8650
8651         * gst/audioresample/gstaudioresample.c:
8652           Make more functions static, just because we can.
8653
8654 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8655
8656         * tests/check/elements/audioresample.c:
8657           Add unit test for audioresample shutdown crasher (#420106).
8658
8659 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8660
8661         * gst/subparse/gstsubparse.c:
8662         * gst/subparse/samiparse.c:
8663           Use GST_DISABLE_XML here
8664
8665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8666         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8667         (gst_xvimagesink_buffer_alloc),
8668         (gst_xvimagesink_navigation_send_event):
8669         * sys/xvimage/xvimagesink.h:
8670           Include stdlib.h when using atoi.
8671           
8672         * tests/check/elements/playbin.c: (playbin_suite):
8673           Use GST_DISABLE_REGISTRY here
8674
8675 2007-04-19  Michael Smith  <msmith@fluendo.com>
8676
8677         * ext/theora/gsttheoraenc.h:
8678         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8679         (theora_enc_sink_event), (theora_enc_change_state):
8680           Track initialisation state; don't try to use encoder state if we're
8681           not initialised (it'll segfault).
8682
8683 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8684
8685         * tests/check/pipelines/.cvsignore:
8686         Fix build.
8687
8688 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8689
8690         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8691         Allow random depths between 1 and 32 instead of only multiplies of 8.
8692
8693 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8694
8695         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8696         Set the maximum number of channels for PCM and float in the correct
8697         place to have it also used when creating the template caps.
8698
8699 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8700
8701         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8702         Correctly support 4, 6 and 8 channels with normal PCM and float
8703         wav files.
8704
8705         Fix the depth and signedness calculation in extensible wav files and
8706         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8707         mask is found.
8708
8709         Add support for float, alaw and mulaw in extensible wav files.
8710
8711         This allows correct playback of all but 5 files from
8712         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8713         
8714         (gst_riff_create_audio_template_caps):
8715         Add voxware and float formats to the template caps.     
8716
8717 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8718
8719         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8720
8721         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8722         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8723
8724         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8725         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8726         Use the correct format strings for integer formats.
8727
8728 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8729
8730         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8731           Don't use pad_alloc_buffer_and_set_caps to create a small header
8732           packet, or, worse, to create a big temporary video buffer using the
8733           src pad.
8734
8735 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8736
8737         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8738         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8739           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8740           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8741
8742 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8743
8744         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8745           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8746           streamheader_suite):
8747           Add another test set up for failure
8748
8749 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8750
8751         * tests/check/Makefile.am:
8752         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8753           GST_START_TEST, streamheader_suite, main):
8754           Add a test for the streamheader bug Wim fixed.
8755
8756 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8757
8758         * ext/theora/theoradec.c: (theora_dec_sink_event):
8759         Fix misleading comment.
8760
8761 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8762
8763         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8764           More sanity checks for the header fields.
8765
8766 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8767
8768         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8769           Try encodings from all environment variables, not just those in the
8770           first environment variable that is set.
8771
8772 2007-04-12  Wim Taymans  <wim@fluendo.com>
8773
8774         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8775         (gst_video_rate_chain):
8776         Add some debug.
8777
8778         * tests/check/elements/videorate.c: (GST_START_TEST),
8779         (videorate_suite):
8780         Added check for videorate changing caps handling. Closes #421834.
8781
8782 2007-04-12  Michael Smith  <msmith@fluendo.com>
8783
8784         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8785           Use scale functions to avoid overflow when calculating duration of 
8786           vorbis buffers.
8787
8788 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8789
8790         * docs/libs/gst-plugins-base-libs-sections.txt:
8791         * gst-libs/gst/tag/tag.h:
8792         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8793           API: add gst_tag_freeform_string_to_utf8() (#405072).
8794
8795         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
8796           Use gst_tag_freeform_string_to_utf8() here.
8797
8798 2007-04-12  Wim Taymans  <wim@fluendo.com>
8799
8800         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
8801         (gst_gdp_pay_sink_event):
8802         Make sure we set the IN_CAPS flag correctly.
8803
8804         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8805         Get the IN_CAPS flag before we call functions that mess with the flags.
8806
8807 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8808
8809         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
8810           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
8811           Only stamp buffers with offset/offset_end right before they get
8812           pushed.  This ensures offset continuity, which was not the case
8813           before as shown by
8814           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
8815
8816 2007-04-06  Wim Taymans  <wim@fluendo.com>
8817
8818         * gst/playback/gstplaybin.c: (add_sink),
8819         (gst_play_bin_change_state):
8820         Activate sync in playbin, we are ready to handle it for live streams.
8821
8822 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8823
8824         * tests/check/elements/playbin.c:
8825         (test_sink_usage_video_only_stream), (playbin_suite):
8826           Add small test for stream-info-value-array code paths.
8827
8828 2007-04-05  Wim Taymans  <wim@fluendo.com>
8829
8830         * gst-libs/gst/audio/gstbaseaudiosink.c:
8831         (gst_base_audio_sink_skew_slaving):
8832         Don't try to create invalid calibration parameters by making the
8833         internal time go backwards, instead make external time go forward.
8834
8835 2007-04-05  Wim Taymans  <wim@fluendo.com>
8836
8837         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8838
8839         * gst/playback/gstplaybasebin.c: (add_stream):
8840         Fix leak in add_stream(), when g_value_set_object() increases the
8841         refcount of streaminfo object. Fixes #426250.
8842
8843 2007-04-03  David Schleef  <ds@schleef.org>
8844
8845         * gst/videotestsrc/gstvideotestsrc.c:
8846         * gst/videotestsrc/gstvideotestsrc.h:
8847         * gst/videotestsrc/videotestsrc.c:
8848         * gst/videotestsrc/videotestsrc.h:
8849           Add a test pattern called "circular", which has concentric
8850           rings with varying radial frequency.  The main purpose of this
8851           pattern is to test fidelity loss in a filter or scaler element.
8852           Notably, this pattern is scale invariant, and is optimally viewed
8853           with a width (and height) of 400.
8854
8855 2007-04-03  Wim Taymans  <wim@fluendo.com>
8856
8857         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8858
8859         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
8860         (deactivate_free_recursive):
8861         Decodebin2 doesn't unref pads it obtains in some occasions:
8862         - multiqueue src pads, when either connecting further or exposing
8863         - sink pads of new autoplugged elements
8864         - peer pads when recursively freeing elements
8865         Fixes #425455.
8866
8867 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8868
8869         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8870         Add audio/x-raw-float support, now that audioconvert support
8871         non-native endianness floats.
8872
8873 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
8874
8875         * docs/libs/gst-plugins-base-libs-docs.sgml:
8876           gstreamer-plugins-base.pc doesn't exist, it's
8877           gstreamer-plugins-base-0.10.pc.
8878
8879 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8880
8881         Patch by: René Stadler <mail at renestadler dot de>
8882         with some minor changes
8883
8884         * gst-libs/gst/floatcast/floatcast.h:
8885         Use more efficient float endianness conversion functions that don't
8886         involve 2 function calls per value.
8887         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8888         (check_default), (audio_convert_prepare_context):
8889         * gst/audioconvert/gstaudioconvert.c:
8890         (gst_audio_convert_parse_caps), (make_lossless_changes):
8891         Support non-native endianness floats as input and output.
8892         Fixes #339838.
8893         * tests/check/elements/audioconvert.c: (verify_convert),
8894         (GST_START_TEST):
8895         Add unit tests for the non-native endianness float conversions.
8896
8897 2007-03-29  Wim Taymans  <wim@fluendo.com>
8898
8899         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8900         (gst_base_rtp_depayload_base_init),
8901         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
8902         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
8903         (gst_base_rtp_depayload_set_gst_timestamp),
8904         (gst_base_rtp_depayload_change_state),
8905         (gst_base_rtp_depayload_set_property),
8906         (gst_base_rtp_depayload_get_property):
8907         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8908         Add Private structure.
8909         Bring element code to 2007.
8910         Parse clock-base caps param and use it when generating the
8911         newsegment.
8912         Reset variables before going to PAUSED.
8913         Fix some docs.
8914
8915 2007-03-29  Wim Taymans  <wim@fluendo.com>
8916
8917         * docs/libs/gst-plugins-base-libs-docs.sgml:
8918         * docs/libs/gst-plugins-base-libs-sections.txt:
8919         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8920         (gst_base_rtp_audio_payload_get_adapter):
8921         Add RTCP docs.
8922         Fix some more docs.
8923
8924         * gst-libs/gst/rtp/Makefile.am:
8925         * gst-libs/gst/rtp/gstrtcpbuffer.c:
8926         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
8927         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
8928         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
8929         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
8930         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
8931         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
8932         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
8933         (gst_rtcp_packet_sr_get_sender_info),
8934         (gst_rtcp_packet_sr_set_sender_info),
8935         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
8936         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
8937         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
8938         (gst_rtcp_packet_sdes_get_chunk_count),
8939         (gst_rtcp_packet_sdes_first_chunk),
8940         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
8941         (gst_rtcp_packet_sdes_first_item),
8942         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
8943         (gst_rtcp_packet_bye_get_ssrc_count),
8944         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
8945         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8946         (gst_rtcp_packet_bye_get_reason_len),
8947         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
8948         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8949         Add new helper object for parsing and creating RTCP messages.
8950
8951 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8952
8953         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8954         PCM samples with width=8 must be always unsigned, no matter what
8955         depth they have.
8956
8957 2007-03-29  Andy Wingo  <wingo@pobox.com>
8958
8959         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
8960         perfect offsets also, not just timestamps.
8961
8962         * tests/check/elements/videorate.c (test_more): Test that given
8963         any incoming offsets, that videorate produces perfect offsets.
8964
8965 2007-03-29  Wim Taymans  <wim@fluendo.com>
8966
8967         * gst-libs/gst/riff/riff-ids.h:
8968         Add some more RIFF formats.
8969
8970 2007-03-29  Wim Taymans  <wim@fluendo.com>
8971
8972         * gst-libs/gst/rtp/gstrtpbuffer.c:
8973         (gst_rtp_buffer_default_clock_rate):
8974         * gst-libs/gst/rtp/gstrtpbuffer.h:
8975         Fix fixed payload names and docs.
8976         Added method to get the default clock rates of fixed payload types.
8977         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
8978
8979 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8980
8981         * tests/check/pipelines/.cvsignore:
8982         Add new vorbisdec test to cvsignore.
8983
8984 2007-03-28  Wim Taymans  <wim@fluendo.com>
8985
8986         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
8987         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
8988         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
8989         (gst_base_audio_sink_set_property),
8990         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
8991         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
8992         (gst_base_audio_sink_skew_slaving),
8993         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
8994         (gst_base_audio_sink_async_play):
8995         * gst-libs/gst/audio/gstbaseaudiosink.h:
8996         Store private stuff in GstBaseAudioSinkPrivate.
8997         Add configurable clock slaving modes property.
8998         API:: GstBaseAudioSink::slave-method property
8999         Some more latency reporting tweaks.
9000         Added skew based clock slaving correction and make it the default until
9001         the resampling method is more robust.
9002
9003 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9004
9005         * gst/audioconvert/audioconvert.c:
9006         Add docs to the integer pack functions and implement proper
9007         rounding. Before we had rounding towards negative infinity, i.e.
9008         always the smaller number was taken. Now we use natural rounding,
9009         i.e. rounding to the nearest integer and to the one with the largest
9010         absolute value for X.5. The old rounding introduced some minor
9011         distortions. Fixes #420079
9012         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9013         Fix one unit test that assumed the old rounding and added unit tests
9014         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9015         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9016         rounding from signed int32 to signed/unsigned int16.
9017
9018 2007-03-27  Michael Smith  <msmith@fluendo.com>
9019
9020         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9021         (gst_audio_convert_transform_caps):
9022           Fix typo in debug line introduced recently, as pointed out on irc.
9023
9024 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9025
9026         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9027         * tests/check/libs/tag.c: (GST_START_TEST):
9028           Make sure we parse floating-point numbers in vorbis comments
9029           correctly with either '.' or ',' as separator, no matter what
9030           the current locale is. Add unit test for this too.
9031
9032 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9033
9034         Patch by: René Stadler  <mail at renestadler de>
9035
9036         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9037           When writing out floating-point numbers to vorbis comment tags, always
9038           use the same character as separator no matter what the current locale is
9039           (fixes #423051).
9040
9041         * tests/check/libs/tag.c: (GST_START_TEST):
9042           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9043
9044 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9045
9046         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9047           vorbis_handle_data_packet):
9048           Correctly set DURATION to generate a timestamp-continuous stream.
9049           One bug left at the end; see
9050           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9051         * tests/check/Makefile.am:
9052         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9053           Add a test to check this.  Without the above patch this test fails.
9054
9055 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9056
9057         * gst-libs/gst/rtp/Makefile.am:
9058         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9059
9060 2007-03-23  Michael Smith  <msmith@fluendo.com>
9061
9062         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9063         (gst_video_rate_reset), (gst_video_rate_chain):
9064           If videorate changes caps, we can no longer use the old buffer
9065           (which may have a different size, incompatible with our caps).
9066           So don't do that; just duplicate the new frame more times.
9067
9068 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9069
9070         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9071         Remove playbin's override of the set_clock vmethod. It's irrelevant
9072         after Wim's commit on the 19th.
9073
9074 2007-03-22  Wim Taymans  <wim@fluendo.com>
9075
9076         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9077         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9078         * ext/gnomevfs/gstgnomevfssrc.h:
9079         Don't cache file sizes. Fixes #341078.
9080
9081 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9082
9083         * gst/playback/gstplaybin.c: (add_sink):
9084           Use GST_PTR_FORMAT to log caps. 
9085
9086 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9087
9088         Patch by: Young-Ho Cha <ganadist at chollian net>
9089
9090         * gst/subparse/samiparse.c: (handle_start_font):
9091           Special-case some more colour names that pango doesn't handle by
9092           default. Fixes #420578.
9093
9094 2007-03-20  Michael Smith  <msmith@fluendo.com>
9095
9096         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9097           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9098           that marks EOS internally. After that, libvorbis will buffer all
9099           input data, and encode none of it, eventually leading to memory
9100           exhaustion.
9101
9102 2007-03-19  Wim Taymans  <wim@fluendo.com>
9103
9104         * gst/playback/gstdecodebin.c: (remove_fakesink):
9105         Don't post STATE_DIRTY anymore.
9106
9107         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9108         (gst_play_bin_change_state):
9109         Remove stream_time reset in seek handling, core does that now.
9110         Disable clocking for live pipelines by forcing a NULL clock to the
9111         complete pipeline, core is too smart now for our previous hack.
9112         We can always autoplug in PAUSED now.
9113
9114 2007-03-17  David Schleef  <ds@schleef.org>
9115
9116         * REQUIREMENTS:  Update this file, change the formatting to make
9117         it more consistent, plus more machine readable.
9118
9119 2007-03-16  Michael Smith  <msmith@fluendo.com>
9120
9121         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9122         (strip_width_64), (append_with_other_format):
9123           Previous fix was too simplistic, and broke the tests. Use a better
9124           approach; only strip 64 from widths for integer audio.
9125
9126 2007-03-16  Michael Smith  <msmith@fluendo.com>
9127
9128         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9129         (gst_audio_convert_transform_caps):
9130           We don't support 64 bit integer audio, so don't try to claim we can.
9131           Stops us producing caps don't match our template caps.
9132           Update comments.
9133
9134 2007-03-15  Michael Smith  <msmith@fluendo.com>
9135
9136         * gst/audioresample/gstaudioresample.c:
9137         (audioresample_check_discont), (audioresample_transform):
9138           Don't trigger discontinuities for very small imperfections; a filter
9139           flush will sound bad, and many plugins have rounding errors leading
9140           to these.
9141
9142 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9143
9144         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9145
9146         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9147         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9148         API: add "min-ptime" property to RTP base audio payloader.
9149         API: add gst_base_rtp_audio_payload_push().
9150         API: add gst_base_rtp_audio_payload_get_adapter().
9151         Fixes #415001
9152         Indentation/whitespace/documentation fixes.
9153
9154 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9155
9156         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9157         (audioresample_transform_size), (audioresample_do_output),
9158         (audioresample_transform), (audioresample_pushthrough): Handle
9159         discontinuous streams.
9160         * gst/audioresample/gstaudioresample.h:
9161         * tests/check/elements/audioresample.c:
9162         (test_discont_stream_instance), (GST_START_TEST),
9163         (audioresample_suite): Add a test for discontinuous streams.
9164         * win32/common/config.h: Updated.
9165
9166 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9167
9168         * po/af.po:
9169         * po/az.po:
9170         * po/cs.po:
9171         * po/en_GB.po:
9172         * po/it.po:
9173         * po/nb.po:
9174         * po/nl.po:
9175         * po/or.po:
9176         * po/sq.po:
9177         * po/sr.po:
9178         * po/sv.po:
9179         * po/uk.po:
9180         * po/vi.po:
9181           Update translations from translation project.
9182
9183 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9184
9185         * gst/audioresample/debug.h:
9186         * gst/audioresample/resample.c: (resample_init):
9187           Since I really am not interested in a debug line for each sample
9188           being processed, move the library's debugging to its own category,
9189           libaudioresample
9190
9191 2007-03-13  Michael Smith  <msmith@fluendo.com>
9192
9193         * ext/theora/theoradec.c: (theora_handle_type_packet):
9194           Since the plugin doesn't support anything other than 4:2:0 right
9195           now, post an error and fail if we get something else. Won't matter
9196           until libtheora supports the other pixel formats, but hopefully
9197           that'll be soon...
9198
9199 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9200
9201         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9202         Use gst_guint64_to_gdouble for conversion.
9203         * win32/MANIFEST:
9204         Add new files to the win32 MANIFEST.
9205         * win32/common/libgstaudio.def:
9206         * win32/common/libgstpbutils.def:
9207         Add new exported functions.
9208         * win32/vs6/gst_plugins_base.dsw:
9209         * win32/vs6/libgstdecodebin.dsp:
9210         * win32/vs6/libgstplaybin.dsp:
9211         Change the link to libgstpbutils.lib.
9212         * win32/vs6/libgstdecodebin2.dsp:
9213         Add a new project for decodebin2.
9214         * win32/vs6/libgstpbutils.dsp:
9215         Add a new project for pbutils.
9216
9217 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9218
9219         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9220           Also accept partial dates with only year and month,
9221           like 1999-12-00 (fixes #410396 even more).
9222
9223         * tests/check/libs/tag.c: (GST_START_TEST):
9224           Add unit test for the above.
9225
9226 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9227
9228         * tests/check/elements/subparse.c: (GST_START_TEST),
9229         (subparse_suite):
9230           Add unit test for MPL2 subtitle format (#413799).
9231
9232 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9233
9234         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9235
9236         * gst/subparse/Makefile.am:
9237         * gst/subparse/gstsubparse.c:
9238         (gst_sub_parse_data_format_autodetect),
9239         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9240         (gst_subparse_type_find):
9241         * gst/subparse/gstsubparse.h:
9242         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9243         * gst/subparse/mpl2parse.h:
9244           Add support for MPL2 subtitle format (#413799).
9245
9246 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9247
9248         * configure.ac:
9249           We require core CVS for the new buffer metadata copy functions.
9250
9251 2007-03-09  Wim Taymans  <wim@fluendo.com>
9252
9253         * gst-libs/gst/tag/gstid3tag.c:
9254         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9255         Fixes #414496.
9256
9257         Patch by: Alex Lancaster <alexl at users sourceforge net>
9258
9259 2007-03-09  Wim Taymans  <wim@fluendo.com>
9260
9261         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9262         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9263         Improve adapter usage and comments.
9264
9265 2007-03-09  Wim Taymans  <wim@fluendo.com>
9266
9267         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9268         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9269         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9270         Use new metadata copy function.
9271
9272         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9273         (gst_ffmpegcsp_transform):
9274         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9275         Basetransform copied the metadata for us.
9276
9277 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9278
9279         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9280         (gst_text_overlay_video_event):
9281           Some more logging. Only accept newsegment events in TIME format and
9282           send a WARNING message if they are not in TIME format.
9283
9284         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9285         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9286         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9287         * gst/subparse/gstsubparse.h:
9288           No need to allocate GstSegment structure dynamically, just put it
9289           into the instance structure; ignore newsegment events in BYTE
9290           format and in particular don't let it overwrite our saved TIME
9291           segment from the last seek.
9292
9293 2007-03-09  Michael Smith  <msmith@fluendo.com>
9294
9295         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9296           Replace AC3 typefinder with one that isn't terrible, and actually
9297           works usefully.
9298
9299 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9300
9301         * gst/audioconvert/gstaudioconvert.c:
9302         (gst_audio_convert_transform):
9303           fix error category and translatable string
9304           
9305
9306 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9307
9308         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9309         * pkgconfig/gstreamer-plugins-base.pc.in:
9310           Fix up utils => pbutils here too.
9311
9312 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9313
9314         * gst/subparse/gstsubparse.c: (handle_buffer):
9315           Break out of loop in chain function as soon as possible if we get
9316           a non-OK flow return.
9317
9318 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9319
9320         * tests/check/elements/alsa.c: (GST_START_TEST):
9321         Unref the mixer if the state change fails too (if the
9322         alsa devices are inaccessible, for example)
9323
9324 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9325
9326         * tests/check/Makefile.am:
9327         Don't test libvisual elements in the states check, because libvisual
9328         seems to leak internally.
9329
9330         Re-enable the alsa and states tests now that there's new suppressions
9331         in gst.supp.
9332
9333         * tests/check/elements/alsa.c: (GST_START_TEST):
9334         Don't leak the alsamixer we instantiated.
9335
9336 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9337
9338         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9339         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9340         (gst_ximagesink_finalize):
9341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9342         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9343         Move some cleanup stuff from the state change handler into a _reset()
9344         function that can be called from _finalize(). This ensures that things
9345         get freed even if (for some reason) the NULL->READY state transition
9346         fails in the parent class.
9347         Even if a parent state change fails, process our downward state change
9348         logic instead of bailing out early.
9349         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9350
9351 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9352
9353         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9354         Extra log line.
9355
9356         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9357         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9358         Use pango_font_description_set_family_static instead of 
9359         pango_font_description_set_family to save a string copy (it was
9360         leaking due to the strdup anyway)
9361
9362         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9363         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9364         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9365         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9366         Chain up in finalize.
9367
9368 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9369
9370         * gst-libs/gst/interfaces/mixertrack.c:
9371         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9372         (gst_mixer_track_set_property):
9373           API: add "untranslated-label" property which should be set by
9374           implementations at construct time (#414645).
9375
9376         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9377         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9378           Set "untranslated-label" when constructing mixer track objects.
9379
9380         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9381           Unit test to check the above.
9382
9383 2007-03-07  Wim Taymans  <wim@fluendo.com>
9384
9385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9386         Fix confusing debug message.
9387
9388 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9389
9390         * gst-plugins-base.doap:
9391         update doap file with new version
9392
9393 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9394
9395         * configure.ac:
9396         Back to CVS
9397
9398 === release 0.10.12 ===
9399
9400 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9401
9402         * configure.ac:
9403           releasing 0.10.12, "Zombie Horde"
9404
9405 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9406
9407         * configure.ac:
9408         Bump version to 0.10.11.4 pre-release
9409
9410 2007-03-06  Wim Taymans  <wim@fluendo.com>
9411
9412         * gst-libs/gst/audio/gstbaseaudiosink.c:
9413         (gst_base_audio_sink_async_play):
9414         Fix regression that made GStreamer skip the first samples of audio.
9415         Fixes #414684.
9416
9417 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9418
9419         * configure.ac:
9420         Bump version to 0.10.11.3 pre-release
9421
9422 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9423
9424         * po/POTFILES.in:
9425           Update paths for the rename from utils to pbutils to fix the build.
9426
9427 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9428
9429         * gst-libs/gst/pbutils/Makefile.am:
9430           Change directory to install headers in from gst/utils to gst/pbutils
9431           as well.
9432
9433 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9434
9435         * configure.ac:
9436         * docs/libs/gst-plugins-base-libs-docs.sgml:
9437         * docs/libs/gst-plugins-base-libs-sections.txt:
9438         * gst-libs/gst/Makefile.am:
9439         * gst-libs/gst/interfaces/mixer.c:
9440         * gst-libs/gst/pbutils/Makefile.am:
9441         * gst-libs/gst/pbutils/descriptions.c:
9442         (gst_pb_utils_get_source_description),
9443         (gst_pb_utils_get_sink_description),
9444         (gst_pb_utils_get_decoder_description),
9445         (gst_pb_utils_get_encoder_description),
9446         (gst_pb_utils_get_element_description),
9447         (gst_pb_utils_add_codec_description_to_tag_list),
9448         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9449         * gst-libs/gst/pbutils/descriptions.h:
9450         * gst-libs/gst/pbutils/install-plugins.c:
9451         * gst-libs/gst/pbutils/install-plugins.h:
9452         * gst-libs/gst/pbutils/missing-plugins.c:
9453         (gst_missing_uri_source_message_new),
9454         (gst_missing_uri_sink_message_new),
9455         (gst_missing_element_message_new),
9456         (gst_missing_decoder_message_new),
9457         (gst_missing_encoder_message_new),
9458         (gst_missing_plugin_message_get_description):
9459         * gst-libs/gst/pbutils/missing-plugins.h:
9460         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9461         * gst-libs/gst/pbutils/pbutils.h:
9462         * gst-libs/gst/utils/Makefile.am:
9463         * gst-libs/gst/utils/base-utils.c:
9464         * gst-libs/gst/utils/base-utils.h:
9465         * gst-libs/gst/utils/descriptions.c:
9466         * gst-libs/gst/utils/descriptions.h:
9467         * gst-libs/gst/utils/install-plugins.c:
9468         * gst-libs/gst/utils/install-plugins.h:
9469         * gst-libs/gst/utils/missing-plugins.c:
9470         * gst-libs/gst/utils/missing-plugins.h:
9471         * gst-plugins-base.spec.in:
9472         * gst/playback/Makefile.am:
9473         * gst/playback/gstdecodebin.c:
9474         * gst/playback/gstdecodebin2.c:
9475         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9476         (gen_source_element):
9477         * gst/playback/gstplaybin.c: (plugin_init):
9478         * tests/check/Makefile.am:
9479         * tests/check/libs/pbutils.c: (GST_START_TEST),
9480         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9481         * tests/check/libs/utils.c:
9482           rename utils to pbutils
9483
9484 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9485
9486         * docs/plugins/Makefile.am:
9487         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9488         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9489         * docs/plugins/inspect/plugin-decodebin2.xml:
9490         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9491         Add documentation for decodebin2 that indicates that the API
9492         is still unstable.
9493
9494 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9495
9496         * configure.ac:
9497         Update to 0.10.11.2 (0.10.12 pre-release)
9498
9499 2007-03-01  Wim Taymans  <wim@fluendo.com>
9500
9501         * gst-libs/gst/audio/gstbaseaudiosink.c:
9502         (gst_base_audio_sink_async_play):
9503         base time is irrelevant here.
9504
9505 2007-03-01  Wim Taymans  <wim@fluendo.com>
9506
9507         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9508         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9509         Improve debugging.
9510
9511         * gst-libs/gst/audio/gstbaseaudiosink.c:
9512         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9513         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9514         Improve latency and clock slaving calculations.
9515         Improve slave clock calibration.
9516
9517         * gst-libs/gst/audio/gstringbuffer.c:
9518         (gst_ring_buffer_commit_full):
9519         When we are asked to render N sample to 0 bytes, return N.
9520
9521 2007-03-01  Wim Taymans  <wim@fluendo.com>
9522
9523         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9524         (gst_alsasink_write), (gst_alsasink_reset):
9525         * ext/alsa/gstalsasink.h:
9526         Remove unused dispose function.
9527         Rename lock to not interfere with alsasrc lock.
9528
9529         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9530         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9531         (gst_alsasrc_read), (gst_alsasrc_reset):
9532         * ext/alsa/gstalsasrc.h:
9533         Implement finalize function.
9534         Use lock to protect alsa access.
9535         Implement _reset.
9536         Fine tune sw params.
9537
9538 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9539
9540         * configure.ac:
9541           Convert to new AG_GST style.
9542
9543 2007-02-28  Wim Taymans  <wim@fluendo.com>
9544
9545         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9546
9547         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9548         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9549         Fix race condition when rapidly switching visualisations in playbin.
9550         Fixes #401029.
9551
9552 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9553
9554         * tests/check/Makefile.am:
9555         Include local stuff before system installed things in LDFLAGS and
9556         CFLAGS.
9557
9558 2007-02-28  Wim Taymans  <wim@fluendo.com>
9559
9560         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9561         Improve debugging.
9562
9563 2007-02-28  Wim Taymans  <wim@fluendo.com>
9564
9565         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9566         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9567         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9568         Fix duration and timestamping, taking latency into account.
9569         Implement latency query.
9570
9571 2007-02-28  Wim Taymans  <wim@fluendo.com>
9572
9573         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9574         (gst_audio_clock_new):
9575         Fix clock name.
9576
9577         * gst-libs/gst/audio/gstbaseaudiosink.c:
9578         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9579         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9580         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9581         (gst_base_audio_src_create):
9582         Improve latency query code.
9583         Use proper clock names.
9584
9585 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9586
9587         * tests/check/generic/states.c: (GST_START_TEST):
9588           Copy the states.c test from core again
9589         * tests/check/Makefile.am:
9590           ignore cdio and cdparanoiasrc
9591
9592 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9593
9594         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9595         (double_hq), (audio_convert_get_func_index), (check_default),
9596         (audio_convert_prepare_context), (audio_convert_convert):
9597           Also make valgrind happy and avoid copying data in some cases.
9598
9599 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9600
9601         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9602         (double_hq), (audio_convert_get_func_index),
9603         (audio_convert_prepare_context), (audio_convert_convert):
9604         * gst/audioconvert/gstaudioconvert.c:
9605         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9606         (gst_audio_convert_transform_caps):
9607         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9608         (audioconvert_suite):
9609           Don't run inplace if that overwrites source data as we go. Add more
9610           tests. Fixes #339837 even more.
9611
9612 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9613
9614         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9615         (msg_segment_done): Fix various seeking bugs (Slider was not
9616         updating when doing a non flushing seek, Reverse playback 
9617         on segment seek was wrong).
9618
9619 2007-02-26  Wim Taymans  <wim@fluendo.com>
9620
9621         * tests/examples/seek/seek.c: (stop_seek):
9622         When we stop scrubbing, don't leave the pipeline PLAYING when we
9623         requested a PAUSED state.
9624
9625 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9626
9627         Patch by: René Stadler <mail at renestadler de>
9628
9629         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9630           Parse date strings in vorbis comments that have an invalid (zero)
9631           month or day (#410396).
9632
9633         * tests/check/libs/tag.c: (GST_START_TEST):
9634           Test case for the above.
9635
9636 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9637
9638         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9639
9640         * configure.ac:
9641         * ext/alsa/Makefile.am:
9642         * gst/audiotestsrc/Makefile.am:
9643           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9644
9645 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9646
9647         * gst/playback/gstplaybin.c:
9648           Improve docs: point out that the application needs to assist playbin
9649           with buffering.
9650
9651 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9652
9653         * gst-libs/gst/utils/install-plugins.c:
9654         * gst-libs/gst/utils/missing-plugins.c:
9655         * tests/check/libs/utils.c: (missing_msg_check_getters):
9656           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9657           to just 'gstreamer'. Document the caps string component of the
9658           decoder/encoder detail a bit better, since not everyone will be
9659           familiar with the GStreamer media type/caps system (but they better
9660           enjoy nested itemized lists).
9661
9662 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9663
9664         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9665         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9666           Fix copying of GstNetBuffer (would crash before, or at least lead to
9667           invalid memory access, #410772), for now by copying the GstBuffer copy
9668           code from the core over here so we can copy the GstBuffer fields on a
9669           provided buffer instance (of type GstNetBuffer in this case). Would be
9670           better to fix this with some support by the core though (and in the long
9671           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9672
9673         * tests/check/Makefile.am:
9674           Enable unit test for GstNetBuffer.
9675
9676 2007-02-22  Andy Wingo  <wingo@pobox.com>
9677
9678         * gst-libs/gst/audio/gstbaseaudiosink.c
9679         (gst_base_audio_sink_init): Disable pull-mode activation until we
9680         figure out how to make audio sinks go to PLAYING.
9681
9682 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9683
9684         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9685         (double_hq), (audio_convert_get_func_index),
9686         (audio_convert_prepare_context), (audio_convert_convert):
9687         * gst/audioconvert/audioconvert.h:
9688         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9689         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9690         * gst/audioconvert/gstchannelmix.h:
9691         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9692           Add float as an intermediate format, as well as float mixing. Enable
9693           test that was failing before. Fixes #339837
9694
9695 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9696
9697         * tests/examples/seek/seek.c: (do_seek):
9698         Undo the previous commit: -1 as a stop time implies that the stop
9699         time is the end of file, clearing any previously configured segment.
9700
9701 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9702
9703         * tests/examples/seek/seek.c: (do_seek):
9704         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9705
9706 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9707
9708         * gst/volume/gstvolume.c: (volume_process_int16),
9709         (volume_process_int16_clamp), (volume_set_caps):
9710           Unbreak volume, value remains gint.
9711
9712 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9713
9714         * gst/volume/gstvolume.c: (volume_choose_func),
9715         (volume_update_real_volume), (gst_volume_set_volume),
9716         (gst_volume_init), (volume_process_double), (volume_process_float),
9717         (volume_process_int16), (volume_process_int16_clamp),
9718         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9719         * gst/volume/gstvolume.h:
9720           Extend float audio support (double) and some int->uint cleanups.
9721
9722 2007-02-20  Edward Hervey  <edward@fluendo.com>
9723
9724         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9725         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9726         (sort_end_pads), (gst_decode_group_expose),
9727         (gst_decode_group_hide):
9728         Don't free groups from the streaming threads. Just put them aside and
9729         free them in dispose.
9730
9731 2007-02-20  Edward Hervey  <edward@fluendo.com>
9732
9733         * gst/playback/gstdecodebin2.c: (connect_element),
9734         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9735         (sort_end_pads), (gst_decode_group_expose):
9736         Handle dynamic pads within groups.
9737         Sort pads before exposing them in order to make playbin happy.
9738         There still is a race with the multiqueue filling up. This should be
9739         solved separately.
9740         Fixes #398721
9741
9742 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9743
9744         * gst-libs/gst/utils/base-utils.c:
9745         * gst-libs/gst/utils/descriptions.c:
9746         * gst-libs/gst/utils/install-plugins.c:
9747         * gst-libs/gst/utils/missing-plugins.c:
9748           Some more docs (and descriptions for two subtitle formats).
9749
9750 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9751
9752         * gst-libs/gst/audio/audio.c:
9753           Fix documentation.
9754
9755 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9756
9757         Patch by: Yves Lefebvre  <ivanohe abacom com>
9758
9759         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9760           Don't leak caps. Fixes #408278.
9761
9762 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9763
9764         * ext/cdparanoia/gstcdparanoiasrc.h:
9765         * ext/ogg/gstoggdemux.h:
9766         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9767         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9768         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9769         * gst-libs/gst/audio/audio.h:
9770         * gst-libs/gst/audio/gstaudiofilter.h:
9771         * gst-libs/gst/interfaces/videoorientation.h:
9772         * gst/adder/gstadder.h:
9773           More docs coverage and some ChangeLog surgery (add missing names)
9774
9775 2007-02-15  Wim Taymans  <wim@fluendo.com>
9776
9777         * sys/ximage/ximagesink.c:
9778         (gst_ximagesink_calculate_pixel_aspect_ratio):
9779         * sys/xvimage/xvimagesink.c:
9780         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9781         Small constifications.
9782
9783 2007-02-15  Wim Taymans  <wim@fluendo.com>
9784
9785         * gst-libs/gst/audio/gstbaseaudiosink.c:
9786         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
9787         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
9788         (gst_base_audio_sink_async_play),
9789         (gst_base_audio_sink_change_state):
9790         Answer latency query.
9791         Use configured latency when syncing.
9792         Fix clock slaving.
9793
9794         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9795         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
9796         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
9797         Fix possible memleak.
9798         Implement latency query.
9799         Small cleanups.
9800
9801 2007-02-15  Wim Taymans  <wim@fluendo.com>
9802
9803         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9804         Ignore errors in reset, these are not fatal. They also grab the element
9805         lock which is already taking when this function is called. Fixes
9806         #405451.
9807
9808 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9809
9810         * configure.ac:
9811           Remove 'tests/examples/xerror/Makefile' from output files again.
9812
9813 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9814
9815         * configure.ac:
9816         * docs/plugins/Makefile.am:
9817           Also crossref against gst-plugins-base-libs.
9818
9819 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9820
9821         * configure.ac:
9822         * docs/libs/Makefile.am:
9823         * docs/plugins/Makefile.am:
9824           Add crossreferences to glib/gobject/gstream docs.
9825
9826         * gst-libs/gst/audio/audio.h:
9827           Source formatting.
9828
9829         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
9830           Add own debug category.
9831
9832 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9833
9834         Patch by: René Stadler <mail at renestadler de>
9835
9836         * gst-libs/gst/tag/gstvorbistag.c:
9837           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
9838           (#403597).
9839
9840 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9841
9842         * gst/playback/gstplaybasebin.c: (setup_source):
9843           When we have external subtitles and wait for the subtitle decodebin
9844           to get up and running, we set up a (sync) bus handler for the
9845           subtitle decodebin, so we can stop waiting when it posts an error
9846           message. However, we should do that before we set the subtitle
9847           decodebin's state to playing, otherwise things are racy and we might
9848           miss error messages posted before we had a chance to set up the bus.
9849           This should finally fix totem hanging on .txt pseudo-subtitle files.
9850           
9851 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
9852
9853         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
9854           Use gst_gdouble_to_guint64 for conversions.
9855         * win32/common/config.h.in:
9856           Add a define for GST_INSTALL_PLUGINS_HELPER
9857         * win32/common/libgstaudio.def:
9858         * win32/common/libgstcdda.def:
9859         * win32/common/libgstnetbuffer.def:
9860         * win32/common/libgstrtp.def:
9861         * win32/common/libgutils.def:
9862           Add new exported functions.
9863         * win32/vs6/gst_plugins_base.dsw:
9864         * win32/vs6/libgstdecodebin.dsp:
9865         * win32/vs6/libgstnetbuffer.dsp:
9866         * win32/vs6/libgstplaybin.dsp:
9867         * win32/vs6/libgstrtp.dsp:
9868         * win32/vs6/libgstvorbis.dsp:
9869         * win32/vs6/libgstcdda.dsp:
9870         * win32/vs6/libgstgdp.dsp:
9871         * win32/vs6/libgstutils.dsp:
9872           Update and add new project files.
9873
9874 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9875
9876         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
9877         (subrip_remove_unhandled_tags), (parse_subrip):
9878           For SubRip (.srt) subtitles, ignore all markup tags we don't
9879           handle (like font tags, for example).
9880
9881         * tests/check/elements/subparse.c:
9882           Add test for this.
9883
9884 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9885
9886         * gst/playback/gstdecodebin.c: (add_fakesink),
9887         (gst_decode_bin_change_state):
9888         * gst/playback/gstdecodebin2.c: (add_fakesink),
9889         (gst_decode_bin_change_state):
9890           Don't error out if there is no fakesink in the NULL to READY state
9891           change, since when decodebin is re-used, we're only adding the
9892           fakesink element in READY to PAUSED.
9893
9894         * tests/check/elements/decodebin.c:
9895         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
9896         (decodebin_suite):
9897           Minimal unit test to make sure we can use the same decodebin
9898           instance twice (at least with audiotestsrc input).
9899
9900 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9901
9902         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
9903           Try to get devic-name from device string first, and from handle only
9904           as fallback (seems to yield better results and is more robust
9905           against buggy probing code on the application side).
9906
9907 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
9908
9909         Based on patch by: Julien Puydt <julien.puydt at laposte net>
9910
9911         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
9912         (gst_alsa_find_device_name):
9913         * ext/alsa/gstalsa.h:
9914         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
9915         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
9916           Improve device-name detection a bit, especially in the case where
9917           the device is not actually open (#405020, #405024). Move common code
9918           into gstalsa.c instead of duplicating it.
9919
9920 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
9921
9922         * gst/audioconvert/gstaudioconvert.c:
9923           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
9924
9925 2007-02-06  Julien MOUTTE  <julien@moutte.net>
9926
9927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
9928         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
9929         (gst_xvimagesink_interface_supported),
9930         (gst_xvimagesink_probe_get_properties),
9931         (gst_xvimagesink_probe_probe_property),
9932         (gst_xvimagesink_probe_needs_probe),
9933         (gst_xvimagesink_probe_get_values),
9934         (gst_xvimagesink_property_probe_interface_init),
9935         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9936         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
9937         (gst_xvimagesink_get_type):
9938         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
9939         for XVAdaptors so that one can choose the adaptor to use with 
9940         gstreamer-properties.
9941
9942 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
9943
9944         * gst/audioconvert/gstaudioconvert.c:
9945           Also mention that a conversion from double to float is suboptimal still.
9946
9947 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9948
9949         * gst-libs/gst/audio/gstaudiofilter.c:
9950         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
9951           Clear our formats structure and free the caps contained in it when
9952           shutting down.
9953
9954 2007-02-05  Andy Wingo  <wingo@pobox.com>
9955
9956         * gst-libs/gst/audio/gstbaseaudiosink.c
9957         (gst_base_audio_sink_callback): Update basesink->offset so that we
9958         pull monotonically increasing offsets instead of, um, seeking back
9959         to 0 each time. Fixes alsasrc ! alsasink!
9960
9961 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
9962
9963         * gst/videoscale/gstvideoscale.c:
9964           A width and height of 1 makes us crash, so increase minimum size to
9965           2x2 pixels until someone feels like fixing this (#404512).
9966
9967 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
9968
9969         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
9970           Add small test to make sure request pads are cleaned up properly
9971           even if oggmux never changes state out of NULL.
9972
9973 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
9974
9975         * tests/check/libs/utils.c: (GST_START_TEST):
9976           Fix unit test. Turns out things work much better when you
9977           NULL-terminate string arrays. Should make p5 build bot happy again.
9978
9979 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9980
9981         * gst-libs/gst/audio/Makefile.am:
9982         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9983         (gst_audio_filter_template_base_init),
9984         (gst_audio_filter_template_class_init),
9985         (gst_audio_filter_template_init),
9986         (gst_audio_filter_template_set_property),
9987         (gst_audio_filter_template_get_property),
9988         (gst_audio_filter_template_setup),
9989         (gst_audio_filter_template_filter),
9990         (gst_audio_filter_template_filter_inplace), (plugin_init):
9991           Oops, forgot to commit fixed-up example.
9992
9993 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9994
9995         * docs/libs/gst-plugins-base-libs-sections.txt:
9996         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
9997         (gst_audio_filter_class_init), (gst_audio_filter_init),
9998         (gst_audio_filter_set_caps),
9999         (gst_audio_filter_class_add_pad_templates):
10000         * gst-libs/gst/audio/gstaudiofilter.h:
10001           Port GstAudioFilter to 0.10. This change technically breaks
10002           API and ABI (and thus also every library developer's heart),
10003           but seems justifiable on the grounds that the base class was
10004           completely unusable before (ie. would crash immediately when
10005           actually used). Fixes #403963 (and eventually also #403572).
10006           Also document all of this a bit.
10007
10008 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10009
10010         * gst-libs/gst/utils/install-plugins.c:
10011         (gst_install_plugins_spawn_child):
10012         * tests/check/libs/utils.c:
10013         (test_base_utils_install_plugins_do_callout):
10014           Lowering log level to see why things fail on the p5 build bot;
10015           fix some typos in unit test messages.
10016
10017 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10018
10019         * tests/check/libs/utils.c:
10020         (test_base_utils_install_plugins_do_callout):
10021           Don't hard-code temp directory for test helper; use GLib functions
10022           to write out file and do error checking etc.
10023
10024 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10025
10026         * gst-libs/gst/utils/Makefile.am:
10027         * gst-libs/gst/utils/base-utils.h:
10028         * gst-libs/gst/utils/install-plugins.c:
10029         (gst_install_plugins_context_set_xid),
10030         (gst_install_plugins_context_new),
10031         (gst_install_plugins_context_free),
10032         (gst_install_plugins_get_helper),
10033         (gst_install_plugins_spawn_child),
10034         (gst_install_plugins_return_from_status),
10035         (gst_install_plugins_installer_exited),
10036         (gst_install_plugins_async), (gst_install_plugins_sync),
10037         (gst_install_plugins_return_get_name),
10038         (gst_install_plugins_installation_in_progress):
10039         * gst-libs/gst/utils/install-plugins.h:
10040           API: add API for applications to initiate installation of missing
10041           plugins, ie. gst_install_plugins_async() primarily.
10042           Based on libgimme-codec by Ryan Lortie.
10043
10044         * configure.ac:
10045           Add --with-install-plugins-helper configure option so distros can specify
10046           the path of the helper script or program to call when plugin installation
10047           is requested (distros: please do any argument munging in this helper
10048           script instead of patching GStreamer to pass arguments differently
10049           to another program directly).
10050
10051         * docs/libs/gst-plugins-base-libs-docs.sgml:
10052         * docs/libs/gst-plugins-base-libs-sections.txt:
10053           Build and document new API.
10054
10055         * tests/check/libs/utils.c: (result_cb),
10056         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10057         (libgstbaseutils_suite):
10058           Some simple checks for the new API.
10059
10060 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10061
10062         * tests/check/elements/audioconvert.c: (test_float_conversion):
10063           Add small test for 32bit float <=> 64bit float conversion (works
10064           only one way so far, 32=>64 produces structured noise).
10065
10066 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10067
10068         * gst/audioconvert/gstaudioconvert.c:
10069         (set_structure_widths_32_and_64), (make_lossless_changes):
10070           We don't support floats with a width of 40, 48 or 56 bits.
10071
10072 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10073
10074         * gst/audioconvert/audioconvert.c: (float), (double),
10075         (audio_convert_get_func_index):
10076         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10077         (make_lossless_changes):
10078           Support for 64-bit float audio in audioconvert (#339837)
10079
10080 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10081
10082         Patch by: Holger Wansing  <linux wansing-online de>
10083
10084         * po/LINGUAS:
10085         * po/de.po:
10086           Add German translation (#352069).
10087
10088 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10089
10090         reviewed by: Wim Taymans <wim@fluendo.com>
10091
10092         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10093         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10094         Use newly added GstCollectPads API to free the allocated resources in
10095         the GstOggPad structures (#402393).
10096
10097 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10098
10099         * gst/playback/gstplaybin.c: (gen_vis_element):
10100           Add audioresample+audioconvert in front of the visualisation
10101           element, so that elements like libvisual 0.4 that don't support all
10102           samplerates can work.
10103
10104           Fixes: #402505
10105
10106 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10107
10108         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10109         (gst_play_base_bin_get_streaminfo_value_array):
10110           Take some locks and make a copy of the streaminfo value array we
10111           maintain while holding the lock, so that the application can
10112           retrieve the stream-info as a value array in a thread-safe way.
10113
10114 2007-01-30  Wim Taymans  <wim@fluendo.com>
10115
10116         * gst/audioconvert/gstaudioconvert.c:
10117         Don't fail on 0 sized buffers. Fixes #396835.
10118
10119 2007-01-29  David Schleef  <ds@schleef.org>
10120
10121         * gst/typefind/gsttypefindfunctions.c:
10122           Detect BBCD as video/x-dirac, so we can play raw dirac
10123           streams.
10124
10125 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10126
10127         * ext/theora/theoraenc.c: (theora_enc_chain):
10128           Check return value of theora_encode_header(), or we might try to
10129           allocate a random number of bytes. theora_encode_header() can fail
10130           if libtheora has been compiled with encoding support disabled.
10131           Fixes #398110.
10132
10133 2007-01-29  Wim Taymans  <wim@fluendo.com>
10134
10135         * tests/check/gst/.cvsignore:
10136         Do as buildbot says.
10137
10138 2007-01-29  Wim Taymans  <wim@fluendo.com>
10139
10140         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10141         Fix strides in libvisual. Gst uses X strides.
10142         Inspired by: <ed at catmur dot co dot uk> and 
10143         <tim at centricular dot net>
10144         Fixes #401118.
10145
10146 2007-01-27  Wim Taymans  <wim@fluendo.com>
10147
10148         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10149         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10150         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10151         (gst_ogg_demux_perform_seek),
10152         (gst_ogg_demux_bisect_forward_serialno),
10153         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10154         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10155         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10156         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10157         * ext/ogg/gstoggdemux.h:
10158         Properly propagate streaming errors when we are scanning the file for
10159         chains so that we don't crash when shut down. Might fix some crashers
10160         when quickly switching oggs in RB such as #332503 and #378436.
10161
10162 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10163
10164         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10165           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10166           error code as well.
10167
10168 2007-01-25  Wim Taymans  <wim@fluendo.com>
10169
10170         * gst/playback/gstplaybasebin.c: (remove_source):
10171         Don't try to disconnect a signal from a finalized object.
10172
10173 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10174
10175         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10176           Cast lock macro parameters to make sure we're actually accessing the
10177           lock member at the right class level. Free list itself in _dispose()
10178           as well and NULL it in case dispose gets called multiple times.
10179
10180 2007-01-25  Edward Hervey  <edward@fluendo.com>
10181
10182         * gst/playback/gstdecodebin2.c:
10183         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10184         Free GstDecodeGroups no longer used.
10185         (gst_decode_group_expose):
10186         Don't unlock too many times !
10187         (deactivate_free_recursive):
10188         Free iterator once we're done with it.
10189         Fix for recursively deactivating elements (stop at ghostpads).
10190
10191 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10192
10193         * gst/playback/gstplaybin.c: (handoff):
10194           Fix up caps on the frame buffer before we save it and potentially
10195           make it accessible to other threads via g_object_get; also use
10196           gst_buffer_replace() instead of gst_mini_object_replace().
10197
10198 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10199
10200         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10201           Make getting the current frame thread-safe.
10202
10203 2007-01-25  Edward Hervey  <edward@fluendo.com>
10204
10205         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10206         (gst_decode_group_new), (gst_decode_group_free):
10207         Set queues to bigger sizes to cope with HD contents.
10208         Fix some mutex freeing and add comment about MT safe methods.
10209
10210 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10211
10212         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10213         (gst_text_overlay_text_event):
10214           Don't unnecessarily ref (and then leak) upstream events if the text
10215           pad is not linked. Fixes #399948.
10216
10217         * tests/check/gst-plugins-base.supp:
10218           Add suppression for pango on edgy/x86 for textoverlay test.
10219
10220 2007-01-24  Wim Taymans  <wim@fluendo.com>
10221
10222         * gst-libs/gst/rtp/gstrtpbuffer.h:
10223         Add some more fixed payloads.
10224
10225 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10226
10227         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10228           Error out properly if we get an error from libogg while reading the
10229           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10230
10231 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10232
10233         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10234           Don't leak mutex.
10235
10236         * tests/check/elements/playbin.c:
10237         (test_sink_usage_video_only_stream),
10238         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10239         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10240         (test_missing_suburisource_handler),
10241         (test_missing_primary_decoder), (playbin_suite):
10242           Run all tests once with decodebin and once with decodebin2.
10243           One test does not pass yet with decodebin2.
10244
10245 2007-01-23  Edward Hervey  <edward@fluendo.com>
10246
10247         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10248         Fix the cases where oggmux doesn't properly figure out that all
10249         sinkpads have gone EOS, and therefore doesn't push out the remaining
10250         buffers and the final EOS event.
10251         Fixes #363379
10252
10253 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10254
10255         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10257         Don't lock on navigation event push, just on keysym to string.
10258         Fixes #397673 again.
10259
10260 2007-01-22  Edward Hervey  <edward@fluendo.com>
10261
10262         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10263         (get_current_group), (group_demuxer_event_probe),
10264         (gst_decode_group_expose), (deactivate_free_recursive),
10265         (gst_decode_group_free):
10266         Cleanups.
10267         Don't forget to emit 'no-more-pads' once a group is exposed.
10268         Cleanup elements from a DecodeGroup once we remove it.
10269         Protect call to gst_decode_group_expose() with the decodebin lock.
10270
10271 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10272
10273         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10275         Looking at Xorg code i can't figure out if that XKeysymToString
10276         function is thread sensible or not. Lock it just in case as
10277         recommended by Radek Doulik <rodo at ximian dot com>.
10278
10279 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10280
10281         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10283         Lock that X Call as well. Fixes #397673.
10284
10285 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10286
10287         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10288           Don't go into an endless loop if the file starts with 00 00 01 2X,
10289           like quicktime redirect files might. Fixes #396042.
10290
10291         * tests/check/Makefile.am:
10292         * tests/check/gst/.cvsignore:
10293         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10294         (typefindfunctions_suite):
10295           Add unit test for the above.
10296
10297 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10298
10299         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10300           On second thought, use "depth" field rather than "bpp" field.
10301
10302 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10303
10304         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10305           Camtasia caps apparently need a bpp field (#398875).
10306
10307 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10308
10309         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10310         (gen_source_element), (gst_play_base_bin_change_state):
10311           Attempt at a better error message in case we don't have the required
10312           URI handler installed; post missing-plugin message also when we're
10313           missing an URI handler for the subtitle URI; clean up properly also
10314           when an error occurs and we never made it to PAUSED state.
10315
10316         * tests/check/elements/playbin.c: (GST_START_TEST),
10317         (playbin_suite):
10318           Check that we're also getting a missing-plugin messsage for a
10319           missing subtitle URI handler (and clean up properly).
10320
10321 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10322
10323         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10324           Plug a few reference leaks.
10325
10326 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10327
10328         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10329           Lower probability a bit if the marker isn't right at the start,
10330           to decrease the chance of false positives.
10331
10332 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10333
10334         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10335           Small mpeg2 system stream typefinding improvement: make typefinder
10336           probe a bit into the stream instead of just looking for a marker
10337           at the beginning. Fixes #397810.
10338
10339 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10340
10341         * gst/audioconvert/gstchannelmix.c:
10342           Remove compatibility cruft for prehistoric GLib versions.
10343
10344 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10345
10346         * gst/playback/Makefile.am:
10347         * gst/playback/gstdecodebin.c: (close_pad_link):
10348         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10349         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10350         (gst_play_base_bin_handle_message_func), (unknown_type):
10351           Let decodebin be the element to post missing-plugin messages for
10352           missing decoders (rather than playbin); make playbin implement
10353           GstBin::handle_message so we can suppress missing-plugin messages
10354           for types we're not handling on purpose (don't want to bring up an
10355           installer in those cases).
10356
10357 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10358
10359         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10360         * gst-libs/gst/tag/gstvorbistag.c:
10361         (gst_tag_list_to_vorbiscomment_buffer):
10362         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10363           Fix potentially unaligned access (#397207).
10364
10365 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10366
10367         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10368         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10369         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10370         (main):
10371           Allow to toggle looping while it plays. Fix callback prototype. Clean
10372           up code a bit more. Add copyright header.
10373
10374 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10375
10376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10377           Red and blue mask was swapped (spotted by Dan Williams).
10378
10379 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10380
10381         * gst-libs/gst/tag/gstid3tag.c:
10382         * gst-libs/gst/tag/gstvorbistag.c:
10383           Use new beats-per-minute tag from core.
10384
10385 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10386
10387         * po/POTFILES.in:
10388           Add new files with translatable strings, so they actually make it
10389           into the template file one day.
10390
10391 2007-01-12  Andy Wingo  <wingo@pobox.com>
10392
10393         * gst-libs/gst/audio/gstbaseaudiosink.c
10394         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10395         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10396         stuff, as the base class handles this now. Actually tell the ring
10397         buffer to start.
10398         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10399         How did this work before? Maybe I'm not as awesome a programmer as
10400         I think.
10401
10402         * gst-libs/gst/audio/gstbaseaudiosrc.c
10403         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10404         of a pad function.
10405
10406 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10407
10408         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10409           Remove more fields so that the application can better blacklist
10410           formats that have been tried before.
10411
10412 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10413
10414         * gst-libs/gst/audio/mixerutils.h:
10415           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10416           used when compiling with c++ compilers as well.
10417
10418 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10419
10420         * gst/typefind/gsttypefindfunctions.c:
10421           Fix comment.
10422
10423 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10424
10425         * gst/playback/gstplaybin.c: (post_missing_element_message),
10426         (gen_video_element), (gen_text_element), (gen_audio_element),
10427         (gen_vis_element):
10428           Post missing-plugin messages also when we error out because
10429           converters, textoverlay or auto*sinks are missing (#161922).
10430
10431 2007-01-10  Wim Taymans  <wim@fluendo.com>
10432
10433         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10434         (is_demuxer_element), (new_caps):
10435         * gst/playback/gstplaybasebin.c: (source_new_pad):
10436         Fix the case where we try to ref a NULL element when we delay a link
10437         because of unfixed caps.
10438         Set the state of autoplugged decodebins to PAUSED.
10439         RTSP now works in playbin, we can remove it from the blacklist.
10440
10441 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10442
10443         * gst/playback/Makefile.am:
10444         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10445         (unknown_type), (setup_subtitle), (gen_source_element):
10446         * gst/playback/gstplaybin.c: (plugin_init):
10447           Post missing-plugin messages on the bus for missing sources and
10448           missing decoders/demuxers/depayloaders; fix error code used when
10449           we're missing an URI handler source; for media types that we are not
10450           handling on purpose at the moment, don't print "don't know how to
10451           handle xyz" messages to the terminal or post missing-plugin
10452           messages on the bus.
10453
10454         * tests/check/elements/playbin.c: (create_playbin),
10455         (GST_START_TEST), (gst_codec_src_uri_get_type),
10456         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10457         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10458         (gst_codec_src_init_type), (gst_codec_src_base_init),
10459         (gst_codec_src_create), (gst_codec_src_class_init),
10460         (gst_codec_src_init), (plugin_init), (playbin_suite):
10461           Add some tests for the missing-plugin stuff.
10462
10463 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10464
10465         * configure.ac:
10466         * gst-libs/gst/Makefile.am:
10467         * gst-libs/gst/utils/Makefile.am:
10468         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10469         * gst-libs/gst/utils/base-utils.h:
10470         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10471         (find_format_info), (caps_are_rtp_caps),
10472         (gst_base_utils_get_source_description),
10473         (gst_base_utils_get_sink_description),
10474         (gst_base_utils_get_decoder_description),
10475         (gst_base_utils_get_encoder_description),
10476         (gst_base_utils_get_element_description),
10477         (gst_base_utils_add_codec_description_to_tag_list),
10478         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10479         * gst-libs/gst/utils/descriptions.h:
10480         * gst-libs/gst/utils/missing-plugins.c:
10481         (missing_structure_get_type), (copy_and_clean_caps),
10482         (gst_missing_uri_source_message_new),
10483         (gst_missing_uri_sink_message_new),
10484         (gst_missing_element_message_new),
10485         (gst_missing_decoder_message_new),
10486         (gst_missing_encoder_message_new),
10487         (missing_structure_get_string_detail),
10488         (missing_structure_get_caps_detail),
10489         (gst_missing_plugin_message_get_installer_detail),
10490         (gst_missing_plugin_message_get_description),
10491         (gst_is_missing_plugin_message):
10492         * gst-libs/gst/utils/missing-plugins.h:
10493           API: add new libgstbaseutils library with functions
10494           - to create and parse missing-plugins messages
10495           - that provide (translated) descriptions for caps/decoders/sources/etc.
10496           Closes #392393.
10497
10498         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10499         * pkgconfig/gstreamer-plugins-base.pc.in:
10500           Add new lib.
10501
10502         * docs/libs/gst-plugins-base-libs-docs.sgml:
10503         * docs/libs/gst-plugins-base-libs-sections.txt:
10504           Generate docs for new lib and API.
10505
10506         * tests/check/Makefile.am:
10507         * tests/check/libs/.cvsignore:
10508         * tests/check/libs/utils.c: (missing_msg_check_getters),
10509         (GST_START_TEST), (libgstbaseutils_suite):
10510           Add some basic unit tests.
10511
10512 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10513
10514         * ext/ogg/Makefile.am:
10515           Dist gstoggdemux.h to fix 'make distcheck'.
10516
10517         * sys/v4l/Makefile.am:
10518           Fix 'make distcheck' even more.
10519
10520 2007-01-09  Wim Taymans  <wim@fluendo.com>
10521
10522         * docs/plugins/Makefile.am:
10523         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10524         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10525         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10526         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10527         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10528         (gst_ogg_demux_perform_seek):
10529         * ext/ogg/gstoggdemux.h:
10530         Added docs.
10531         Add some more comments.
10532         Small cleanups.
10533
10534 2007-01-09  Wim Taymans  <wim@fluendo.com>
10535
10536         * ext/theora/theoradec.c:
10537         * ext/vorbis/vorbisdec.c:
10538         * gst-libs/gst/audio/gstringbuffer.c:
10539         (gst_ring_buffer_commit_full):
10540         * gst-libs/gst/audio/gstringbuffer.h:
10541         * gst-libs/gst/rtp/gstrtpbuffer.c:
10542         * gst-libs/gst/tag/gstvorbistag.c:
10543         Small documentation updates/fixes
10544
10545 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10546
10547         * configure.ac:
10548           Require core CVS HEAD for Andy's basesrc/sink API additions.
10549
10550 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10551
10552         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10553
10554         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10555         (plugin_init):
10556           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10557           on flac.sf.net (there appear to be other versions of the first
10558           ogg page in the wild) (#391365).
10559
10560 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10561
10562         * configure.ac:
10563           Check if localtime_r() is available.
10564
10565         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10566           If localtime_r() is not available, fall back to localtime(). Should
10567           fix build on MingW (#393310).
10568
10569 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10570
10571         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10572         * gst/subparse/gstsubparse.h:
10573           Remove spurious 1000 subtrahend when calculating the timestamp from
10574           the frame number and the frame rate . Also, use the frames/second
10575           value specified in the first line of the file, if one is specified
10576           there. Should fix #357503.
10577
10578         * tests/check/elements/subparse.c: (do_test),
10579         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10580         (subparse_suite):
10581           Add some basic unit tests for the microdvd subtitle format.
10582
10583 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10584
10585         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10586
10587         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10588         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10589         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10590         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10591         (gst_xvimagesink_set_xwindow_id),
10592         (gst_xvimagesink_set_event_handling),
10593         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10594         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10595         Fixes: #390076.
10596         Add an adaptor property to select a specific XV adaptor.
10597         * sys/xvimage/xvimagesink.h:
10598
10599 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10600
10601         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10602         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10603         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10604         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10605         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10606         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10607         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10608         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10609         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10610         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10611         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10612         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10613         Use flow_lock much more to protect every access to xwindow.
10614         Try to catch erros while creating images in case some drivers are
10615         just generating an XError when the requested image is too big.
10616         Should fix : #354698, #384008, #384060.
10617         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10618         Implement some stress testing of setting window xid.
10619
10620 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10621
10622         * win32/common/libgsaudio.def:
10623           Add new exported function.
10624         * win32/common/libgstogg.dsp:
10625           Add gstoggaviparse.c to the build.
10626         * win32/common/libgstvideoscale.dsp:
10627           Add vs_4tap.c to the build.
10628         * win32/common/libgstvorbis.dsp:
10629           Add vorbistag.c to the build.
10630         
10631 2007-01-06  Andy Wingo  <wingo@pobox.com>
10632
10633         * gst-libs/gst/audio/gstbaseaudiosink.c
10634         (gst_base_audio_sink_class_init)
10635         (gst_base_audio_sink_init): 
10636         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10637         to baseaudiosink, and tell basesink that we can work in pull mode.
10638         This way the ring buffer thread drives the pipeline directly, if
10639         pull mode is possible. There is some lingering nastiness regarding
10640         capsnego, however.
10641         (gst_base_audio_sink_callback): Implement the callback to pull
10642         data. This interface is a bit light, though -- it should get a
10643         GstFlowReturn return value at least.
10644
10645 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10646
10647         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10648         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10649         * gst/playback/gstdecodebin2.c:
10650         (gst_decode_group_check_if_blocked):
10651           Printf format and missing argument fixes.
10652
10653 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10654
10655         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10656         (gst_ogm_parse_change_state):
10657         Activate pads before adding them to the element.
10658
10659 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10660
10661         * tests/examples/seek/scrubby.c: (main):
10662         * tests/examples/seek/seek.c: (main):
10663           Call g_thread_init() first thing in main() (see #391278).
10664
10665 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10666
10667         * tests/check/Makefile.am:
10668         * tests/check/libs/.cvsignore:
10669         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10670         (netbuffer_suite):
10671           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10672           for the time being, since it's broken, see #393099.
10673
10674 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10675
10676         * tests/check/Makefile.am:
10677           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10678
10679 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10680
10681         * configure.ac:
10682           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10683           so that GST_BASE_CFLAGS can go inbetween them, making sure
10684           we use uninstalled gst-libs headers
10685         * docs/libs/Makefile.am:
10686         * ext/alsa/Makefile.am:
10687         * ext/cdparanoia/Makefile.am:
10688         * ext/gnomevfs/Makefile.am:
10689         * ext/libvisual/Makefile.am:
10690         * ext/ogg/Makefile.am:
10691         * ext/theora/Makefile.am:
10692         * ext/vorbis/Makefile.am:
10693         * gst-libs/gst/audio/Makefile.am:
10694         * gst-libs/gst/cdda/Makefile.am:
10695         * gst-libs/gst/interfaces/Makefile.am:
10696         * gst-libs/gst/riff/Makefile.am:
10697         * gst-libs/gst/rtp/Makefile.am:
10698         * gst-libs/gst/tag/Makefile.am:
10699         * gst/adder/Makefile.am:
10700         * gst/audioconvert/Makefile.am:
10701         * gst/audiorate/Makefile.am:
10702         * gst/audioresample/Makefile.am:
10703         * gst/playback/Makefile.am:
10704         * gst/tcp/Makefile.am:
10705         * gst/videoscale/Makefile.am:
10706         * gst/volume/Makefile.am:
10707         * sys/ximage/Makefile.am:
10708         * sys/xvimage/Makefile.am:
10709         * tests/icles/Makefile.am:
10710           adapt
10711
10712 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10713
10714         * gst-libs/gst/interfaces/xoverlay.c:
10715         (gst_x_overlay_handle_events):
10716         * gst-libs/gst/interfaces/xoverlay.h:
10717         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10718         (gst_ximagesink_set_xwindow_id),
10719         (gst_ximagesink_set_event_handling),
10720         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10721         (gst_ximagesink_get_property), (gst_ximagesink_init),
10722         (gst_ximagesink_class_init):
10723         * sys/ximage/ximagesink.h:
10724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10725         (gst_xvimagesink_set_xwindow_id),
10726         (gst_xvimagesink_set_event_handling),
10727         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10728         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10729         (gst_xvimagesink_class_init):
10730         * sys/xvimage/xvimagesink.h:
10731         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10732         Add a method to the XOverlay interface to allow disabling of 
10733         event handling in x[v]imagesink elements. This will let X events
10734         propagate to parent windows which can be usefull in some cases.
10735         Be carefull that the application is then responsible of pushing
10736         navigation events and expose events to the video sink.
10737         Fixes: #387138.
10738
10739 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10740
10741         * gst-libs/gst/tag/gstvorbistag.c:
10742         * tests/check/libs/tag.c: (GST_START_TEST):
10743           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10744           (fixes #392070).
10745
10746 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10747
10748         * configure.ac:
10749         * docs/Makefile.am:
10750         * docs/design/Makefile.am:
10751           Dist design docs.
10752
10753 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10754
10755         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10756         typo. Fixes: #390063.
10757
10758 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10759
10760         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10762         caps leak.
10763         * win32/common/config.h: Updated.
10764
10765 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10766
10767         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10768         (setup_gdpdepay_streamheader):
10769         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10770         (setup_gdppay_streamheader):
10771           Fix the dp tests, but activating the pads for the streamheader tests
10772           too and cleaning up conditionaly
10773
10774 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
10775
10776         * gst/ffmpegcolorspace/avcodec.h:
10777         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10778         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10779         (gst_ffmpegcsp_avpicture_fill):
10780         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10781         (img_get_alpha_info):
10782         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10783         other end of the word. Fixes: #387073.
10784
10785         Add some inconsequential branch hints in a couple of places.
10786
10787 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
10788
10789         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10790         (gst_ffmpeg_caps_to_smpfmt):
10791           The "signed" field in raw audio caps is of boolean type, trying to
10792           extract the value with _get_int() will fail (fix to keep in sync with
10793           the copy in gst-ffmpeg)
10794
10795 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10796
10797         * tests/check/elements/audioresample.c: (cleanup_audioresample):
10798         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
10799         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
10800         (cleanup_gdpdepay):
10801         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
10802         * tests/check/elements/subparse.c: (teardown_subparse):
10803         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
10804         * tests/check/elements/videorate.c: (cleanup_videorate):
10805         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
10806         * tests/check/elements/volume.c: (cleanup_volume):
10807         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
10808         (cleanup_vorbisdec):
10809         * tests/check/elements/vorbistag.c: (setup_vorbistag),
10810         (cleanup_vorbistag):
10811           consistent pad (de)activation
10812
10813 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10814
10815         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10816           Forgot to register the extensions.
10817
10818 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10819
10820         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
10821         (plugin_init):
10822           Add typefinder for VIVO files (my christmas present to the 90s).
10823
10824 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10825
10826         * gst/playback/gstdecodebin.c: (type_found):
10827           Special-case the text/plain media type: we only want to recognise it
10828           as a 'raw' decoded media type if it comes from a demuxer or subtitle
10829           parser, but not if the entire stream is of text/plain type. If the
10830           entire stream is text/plain, we should just error out.
10831
10832           This fixes playback of audio files with lyrics in totem. Totem can't
10833           distinguish between text files and subtitle files and passes any
10834           .txt file with the same basename as the main file to playbin as
10835           suburi, and playbin will then throw a 'subtitle found, but no video
10836           stream' error, which isn't entirely helpful. See #380342.
10837
10838           Also, with this change we'll show a slightly more correct error
10839           message in case totem passes a playlist file to us (although a
10840           custom error message wording instead of the default text would
10841           probably not be a bad idea either).
10842
10843           Same problem also needs to be fixed for playbin+decodebin2.
10844
10845         * tests/check/Makefile.am:
10846         * tests/check/elements/decodebin.c: (src_handoff_cb),
10847         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
10848         (decodebin_suite):
10849           Add simple unit test for decodebin for the above.
10850
10851 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10852
10853         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10854         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
10855           Refuse to change state to READY when we failed to create any of the
10856           required elements in our instance init function.
10857
10858 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
10859
10860         * docs/libs/gst-plugins-base-libs-sections.txt:
10861           Small docs fixes/updates.
10862
10863         * gst-libs/gst/video/gstvideosink.h:
10864           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
10865           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
10866           removed from the base sink API between 0.9.6 and 0.9.7).
10867           API: add GST_VIDEO_SINK_CAST and use it for the height/width
10868           accessor macros, so we don't do a runtime GObject type check every
10869           time we use them.
10870
10871 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10872
10873         * Makefile.am:
10874         * gst-plugins-base.doap:
10875         * gst-plugins-base.spec.in:
10876           add doap file
10877
10878 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
10879
10880         Patch by: Jens Granseuer <jensgr at gmx net>
10881
10882         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10883         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10884         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
10885         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
10886         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10887           Declare variables at the beginning of a block. Fixes #383195.
10888
10889 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
10890
10891         * configure.ac:
10892         Bump version nano - back to CVS.
10893
10894
10895 === release 0.10.11 ===
10896
10897 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
10898
10899         * configure.ac:
10900           releasing 0.10.11, "Dumb things"
10901
10902 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
10903
10904         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
10905         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
10906         Handle the case where an element has multiple pads with 
10907         unfixed caps as well as still possibly producing more dynamic 
10908         pads by storing each case as a distinct entry in the dynamic list.
10909         Fixes #38223 again.
10910
10911 2006-12-04  Wim Taymans  <wim@fluendo.com>
10912
10913         * gst/playback/gstdecodebin.c: (close_pad_link):
10914         Fix #382223, add more dynamic caps handling.
10915
10916 2006-12-04  Wim Taymans  <wim@fluendo.com>
10917
10918         * gst-libs/gst/audio/gstringbuffer.h:
10919         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
10920         (gst_netaddress_set_ip4_interface),
10921         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
10922         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
10923         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
10924         (gst_netaddress_get_ttl):
10925         * gst-libs/gst/netbuffer/gstnetbuffer.h:
10926         * gst/playback/gstdecodebin.c: (close_pad_link):
10927         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
10928         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
10929         * win32/common/config.h:
10930
10931 2006-12-01  Michael Smith  <msmith@fluendo.com>
10932
10933         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
10934           Delete bad debug code.
10935           Fixes #381219
10936
10937 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
10938
10939         * gst/videoscale/vs_4tap.c:
10940         * win32/MANIFEST:
10941         * win32/common/config.h:
10942         * win32/vs8/libgstvideoscale.vcproj:
10943         Fix compilation on win32 under VS8
10944         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
10945         Partially fixes #381175
10946
10947 2006-11-30  Michael Smith  <msmith@fluendo.com>
10948
10949         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
10950         (GST_START_TEST):
10951           It would be very bad if, after a discont buffer, we thought every
10952           single following buffer was also discont. So, add to the test to
10953           ensure that this isn't the case.
10954           
10955         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
10956           ... it was the case. So fix it.
10957
10958 2006-11-28  Wim Taymans  <wim@fluendo.com>
10959
10960         * gst/playback/gstplaybasebin.c: (check_queue_event):
10961         Improve debug.
10962
10963         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
10964         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
10965         padtemplate caps. Refixes #357577.
10966
10967 2006-11-28  Wim Taymans  <wim@fluendo.com>
10968
10969         * gst/playback/gstplaybasebin.c: (check_queue_event),
10970         (queue_threshold_reached), (queue_out_of_data),
10971         (gen_preroll_element):
10972         Add event probe to see when EOS is in a queue and we can disable the
10973         underrun signals. Fixes #357577.
10974
10975 2006-11-28  Edward Hervey  <edward@fluendo.com>
10976
10977         * gst/playback/Makefile.am:
10978         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
10979         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
10980         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
10981         (gst_decode_bin_init), (gst_decode_bin_dispose),
10982         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
10983         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
10984         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
10985         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
10986         (connect_element), (expose_pad), (type_found),
10987         (pad_added_group_cb), (pad_removed_group_cb),
10988         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
10989         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
10990         (are_raw_caps), (multi_queue_overrun_cb),
10991         (multi_queue_underrun_cb), (gst_decode_group_new),
10992         (get_current_group), (group_demuxer_event_probe),
10993         (gst_decode_group_control_demuxer_pad),
10994         (gst_decode_group_control_source_pad),
10995         (gst_decode_group_check_if_blocked),
10996         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
10997         (gst_decode_group_hide), (gst_decode_group_free),
10998         (gst_decode_group_set_complete), (source_pad_blocked_cb),
10999         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11000         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11001         (plugin_init):
11002         New decodebin2 element.
11003         Closes #370092
11004         * gst/playback/gstplay-marshal.list:
11005         Added marshallers for new signals in decodebin2
11006         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11007         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11008         is set.
11009
11010 2006-11-28  Wim Taymans  <wim@fluendo.com>
11011
11012         * gst/playback/gstplaybasebin.c: (setup_source),
11013         (gst_play_base_bin_change_state):
11014         Disable rtsp:// uris for the release, it's not good enough yet.
11015         Remove unused var.
11016
11017 2006-11-26  Wim Taymans  <wim@fluendo.com>
11018
11019         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11020         (theora_dec_push_forward), (theora_dec_push_reverse),
11021         (theora_handle_data_packet), (theora_dec_decode_buffer),
11022         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11023         (theora_dec_chain_forward), (theora_dec_chain):
11024         Implement reverse playback.
11025
11026         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11027         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11028         (vorbis_dec_chain_forward):
11029         Clear buffers used for reverse playback in _reset.
11030         No need to set the eos flag, we clip samples using the segment.
11031
11032 2006-11-24  Wim Taymans  <wim@fluendo.com>
11033
11034         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11035         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11036         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11037         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11038         Some cleanups.
11039         Handle continued pages in reverse mode.
11040
11041 2006-11-24  Wim Taymans  <wim@fluendo.com>
11042
11043         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11044         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11045         (vorbis_dec_flush_decode):
11046         Small cleanups.
11047         Don't try to add invalid timestamps.
11048         Clipping will unref the buffer.
11049
11050 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11051
11052         * gst/adder/gstadder.h:
11053         * gst/audiotestsrc/gstaudiotestsrc.h:
11054           remove obsolete _factory_init protos
11055
11056 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11057
11058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11059           Fix spacing in debug message.
11060
11061 2006-11-23  Wim Taymans  <wim@fluendo.com>
11062
11063         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11064         (gst_ogg_demux_chain):
11065         Don't just ignore return values from _pad_push().
11066         Small debug improvements.
11067
11068 2006-11-23  Michael Smith  <msmith@fluendo.com>
11069
11070         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11071           If our incoming buffer is marked as DISCONT, then increment the page
11072           number (so that the discontinuity is marked in the final ogg
11073           bitstream) and flush the previous page.
11074
11075 2006-11-22  Michael Smith  <msmith@fluendo.com>
11076
11077         * ext/theora/gsttheoraenc.h:
11078         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11079         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11080         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11081         (theora_enc_chain), (theora_enc_change_state):
11082           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11083
11084         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11085         (GST_START_TEST), (theoraenc_suite):
11086           Enable discontinuity test, fix it.
11087
11088 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11089
11090         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11091         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11092         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11093         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11094         (gst_text_overlay_change_state):
11095         * ext/pango/gsttextoverlay.h:
11096           Some textoverlay fixes: for one, in the video chain function,
11097           actually wait for a text buffer to come in if there is none at the
11098           moment and there should be one; also, deal more gracefully with
11099           incoming buffers that do not have a timestamp or duration; discard
11100           text buffer when not needed any longer. Fixes #341681.
11101
11102         * tests/check/Makefile.am:
11103         * tests/check/elements/.cvsignore:
11104         * tests/check/elements/textoverlay.c:
11105         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11106         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11107         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11108         (test_video_waits_for_text_send_text_newsegment_thread),
11109         (test_video_waits_for_text_shutdown_element),
11110         (test_render_continuity_push_video_buffers_thread),
11111         (textoverlay_suite):
11112           Add some unit tests for textoverlay.
11113
11114 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11115
11116         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11117           Avoid integer underflow when the found probability for mp3 is
11118           smaller than the 'penalty' we subtract if there's not a clean
11119           mp3 header sync at offset 0.
11120
11121 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11122
11123         * docs/libs/gst-plugins-base-libs-sections.txt:
11124           Add some new symbols to the docs
11125
11126 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11127
11128         * tests/check/Makefile.am:
11129         * tests/check/elements/ffmpegcolorspace.c:
11130         (ffmpegcolorspace_suite):
11131           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11132           (for now not for valgrinding though, since it takes too long).
11133
11134 2006-11-20  Wim Taymans  <wim@fluendo.com>
11135
11136         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11137         (gst_ffmpeg_pixfmt_to_caps):
11138         Fix RGBA32 caps. Fixes #357038.
11139
11140 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11141
11142         * gst-libs/gst/interfaces/mixertrack.h:
11143           Add FIXME so we can add some padding here in 0.11
11144
11145 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11146
11147         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11148           Fix GstBaseRTPAudioPayload structure so the whole GObject
11149           inheritance business actually works (parent class instance structure
11150           must always come first in the derived class instance structure).
11151
11152 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11153
11154         * gst/videotestsrc/Makefile.am:
11155         * tests/check/Makefile.am:
11156           Make sure our checks and the videotestsrc plugin link against the
11157           local uninstalled gst libs and not any installed gst libs that
11158           might happen to exist as well.
11159
11160         * tests/check/elements/adder.c: (message_received),
11161         (test_event_message_received), (test_play_twice_message_received):
11162         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11163           Fix compiler warnings when compiling against core with disabled
11164           debugging system.
11165
11166 2006-11-16  Michael Smith  <msmith@fluendo.com>
11167
11168         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11169         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11170           Fix audiorate, so that it accurately sets offsets and timestamps.
11171           Doesn't change the fundamental algorithmic decisions; so should be
11172           safe.
11173
11174         * tests/check/Makefile.am:
11175           Enable audiorate test now that it passes.
11176
11177 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11178
11179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11180           clear xv when going to NULL, remove // commented non-existant proto
11181
11182         * tests/examples/seek/seek.c: (main):
11183           add missing tooltip description for scrub and play_scrub
11184
11185 2006-11-14  David Schleef  <ds@schleef.org>
11186
11187         * configure.ac:
11188           Bump liboil requirement to 0.3.8.
11189         * gst-libs/gst/riff/riff-media.c:
11190           Add Dirac fourcc.
11191         * gst/videoscale/vs_image.h:
11192         * gst/videoscale/vs_scanline.h:
11193           Use liboil's stdint.h.
11194         * gst/videotestsrc/videotestsrc.c:
11195           Remove liboil related ifdef's, since they aren't needed now, and
11196           won't work with future versions.
11197
11198 2006-11-14  David Schleef  <ds@schleef.org>
11199
11200         * gst/videoscale/Makefile.am:
11201         * gst/videoscale/gstvideoscale.c:
11202         * gst/videoscale/gstvideoscale.h:
11203         * gst/videoscale/vs_4tap.c:
11204         * gst/videoscale/vs_4tap.h:
11205         * gst/videoscale/vs_image.c:
11206         * gst/videoscale/vs_image.h:
11207         * gst/videoscale/vs_scanline.c:
11208         * gst/videoscale/vs_scanline.h:
11209           Add a 4-tap image scaler.  Theoretically looks much prettier.
11210           The tap calculation could use some improvement.
11211
11212 2006-11-14  Wim Taymans  <wim@fluendo.com>
11213
11214         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11215
11216         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11217         (gst_riff_parse_strf_iavs):
11218         * gst/subparse/gstsubparse.c: (convert_encoding):
11219         * gst/tcp/gstmultifdsink.c:
11220         (gst_multi_fd_sink_handle_client_write):
11221         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11222         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11223         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11224         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11225         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11226         (gst_ximagesink_ximage_new):
11227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11228         Various gsize and gssize printf fixes. Fixes #372507.
11229
11230 2006-11-13  Wim Taymans  <wim@fluendo.com>
11231
11232         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11233         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11234         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11235         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11236         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11237         * ext/vorbis/vorbisdec.h:
11238         First stab at vorbis reverse playback.
11239
11240 2006-11-13  Wim Taymans  <wim@fluendo.com>
11241
11242         * gst-libs/gst/audio/gstbaseaudiosink.c:
11243         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11244         * gst-libs/gst/audio/gstbaseaudiosink.h:
11245         Make the clock sync code more accurate wrt resampling and playback
11246         at different rates.
11247         
11248         * gst-libs/gst/audio/gstringbuffer.c:
11249         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11250         * gst-libs/gst/audio/gstringbuffer.h:
11251         Use better algorithm to interpolate sample rates. 
11252
11253 2006-11-13  Michael Smith  <msmith@fluendo.com>
11254
11255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11256           Improve a debug line slightly.
11257
11258         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11259           Call gst_riff_init() in plugin_init, to avoid getting errors from
11260           the debug system (unrelated changes to another plugin made this turn
11261           up; not sure why).
11262
11263 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11264
11265         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11266
11267         * win32/common/libgsttag.def:
11268           Add missing symbol (#366492).
11269
11270 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11271
11272         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11273           Don't unref a NULL pad.
11274
11275 2006-11-09  Wim Taymans  <wim@fluendo.com>
11276
11277         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11278         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11279         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11280         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11281         (gst_ogg_demux_loop):
11282         Implement first stab at reverse playback.
11283
11284 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11285
11286         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11287         (gst_riff_create_video_template_caps):
11288           add h263/h264 variants to the caps, Fixes #363118
11289
11290 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11291
11292         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11293         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11294           Use g_strerror instead of strerror so we get UTF-8.
11295
11296 2006-11-03  David Schleef  <ds@schleef.org>
11297
11298         * ext/ogg/gstoggdemux.c:
11299         * ext/ogg/gstoggmux.c:
11300           Add/remove KW-DIRAC header here, since it is ogg-specific.
11301
11302 2006-11-03  Michael Smith  <msmith@fluendo.com>
11303
11304         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11305           Recognise more mpeg4 elementary video streams.
11306
11307 2006-11-02  Edward Hervey  <edward@fluendo.com>
11308
11309         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11310         Lower the probability of mp3 typefinding functions if we don't find a
11311         valid mp3 header at the start of the file.
11312         Closes #369482
11313
11314 2006-11-02  Wim Taymans  <wim@fluendo.com>
11315
11316         * ext/theora/gsttheoradec.h:
11317         * ext/theora/theoradec.c: (gst_theora_dec_init),
11318         (theora_dec_sink_event), (theora_dec_chain_forward),
11319         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11320         (theora_dec_chain):
11321         Document and partially implement an algorithm for doing reverse playback
11322         of theora video.
11323
11324 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11325
11326         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11327
11328         * win32/common/config.h:
11329         * win32/common/interfaces-enumtypes.c:
11330         * win32/common/libgsttag.def:
11331         * win32/vs8/gst-plugins-base.sln:
11332         * win32/vs8/libgstaudioresample.vcproj:
11333         * win32/vs8/libgstinterfaces.vcproj:
11334         * win32/vs8/libgstogg.vcproj:
11335         * win32/vs8/libgstriff.vcproj:
11336         * win32/vs8/libgsttag.vcproj:
11337         * win32/vs8/libgsttheora.vcproj:
11338         * win32/vs8/libgstvideoscale.vcproj:
11339         * win32/vs8/libgstvorbis.vcproj:
11340           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11341           to libgsttag.def; add missing dependencies for some vs8 projects;
11342           re-arrange placement of .def files in vs8 projects (#366334).
11343
11344 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11345
11346         * ext/ogg/gstogg.c:
11347           Remove unused variable.
11348
11349         * ext/ogg/gstoggdemux.c:
11350           Fix Wim's surname in plugin description.
11351
11352 2006-10-31  Wim Taymans  <wim@fluendo.com>
11353
11354         * gst-plugins-base.spec.in:
11355         spec new .h file. Fixes #368310.
11356
11357 2006-10-31  Michael Smith  <msmith@fluendo.com>
11358
11359         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11360         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11361         (gst_multi_fd_sink_get_stats),
11362         (gst_multi_fd_sink_remove_client_link),
11363         (gst_multi_fd_sink_queue_buffer),
11364         (gst_multi_fd_sink_handle_clients):
11365         * gst/tcp/gstmultifdsink.h:
11366           Make using the remove or clear signals threadsafe.
11367           Make calling get-stats with an invalid fd not segfault.
11368           Fixes 368273.
11369
11370 2006-10-31  Wim Taymans  <wim@fluendo.com>
11371
11372         * gst-libs/gst/rtp/Makefile.am:
11373         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11374         (gst_base_rtp_audio_payload_init):
11375         Fix and activate base audio payloader.
11376
11377 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11378
11379         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11380         (plugin_init):
11381           Add typefinder for QuickTime Image Files (see #366156).
11382
11383 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11384
11385         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11386           Another typo fix (#366212).
11387
11388 2006-10-27  Wim Taymans  <wim@fluendo.com>
11389
11390         * gst/volume/gstvolume.c: (volume_transform_ip):
11391         Use stream time to synchronize volume property instead of rather random
11392         timestamps. This is needed when gnonlin does its time shifting.
11393
11394 2006-10-27  Wim Taymans  <wim@fluendo.com>
11395
11396         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11397
11398         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11399         Remove the pad from the element in release_pad. Fixes #364812.
11400
11401 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11402
11403         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11405           Explicitly create our custom buffer classes at a thread-safe
11406           location as well, since g_type_class_ref() doesn't seem to be
11407           entirely thread-safe either (#365501; also see #349410).
11408
11409 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11410
11411         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11412         (gst_riff_parse_info):
11413           If strings in INFO chunk are not UTF-8, do something similar to
11414           what we do for ID3v1 tags: check a number of environment variables
11415           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11416           character sets to try, otherwise try the current locale and/or fall
11417           back on ISO-8859-1. Fixes #360552.
11418
11419 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11420
11421         * gst/videotestsrc/gstvideotestsrc.c:
11422         (gst_video_test_src_pattern_get_type),
11423         (gst_video_test_src_set_pattern):
11424         * gst/videotestsrc/gstvideotestsrc.h:
11425         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11426         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11427         (gst_video_test_src_checkers8):
11428         * gst/videotestsrc/videotestsrc.h:
11429           Add a bunch of exciting new checkers patterns.
11430
11431 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11432
11433         * gst/subparse/Makefile.am:
11434         * gst/subparse/gstsubparse.c:
11435         (gst_sub_parse_data_format_autodetect),
11436         (gst_sub_parse_format_autodetect), (handle_buffer),
11437         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11438         * gst/subparse/gstsubparse.h:
11439         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11440         (parse_tmplayer):
11441         * gst/subparse/tmplayerparse.h:
11442           Add support for TMPlayer-type subtitles (#362845).
11443
11444         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11445         (GST_START_TEST), (subparse_suite):
11446           Add some basic unit tests for the above.
11447
11448 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11449
11450         * tests/check/elements/audiorate.c: (test_injector_base_init),
11451         (test_injector_class_init), (test_injector_chain),
11452         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11453         (GST_START_TEST), (audiorate_suite):
11454           More tests for audiorate: inject buffers to check behaviour when
11455           buffers overlap.
11456
11457 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11458
11459         * tests/check/Makefile.am:
11460         * tests/check/elements/.cvsignore:
11461         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11462         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11463           Add some basic unit tests for audiorate. Disabled at the moment
11464           since it doesn't pass yet (see bug #363119).
11465
11466 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11467
11468         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11469         (parse_subrip), (handle_buffer):
11470           Add missing closing tags for markup and fix broken markup,
11471           otherwise pango won't render anything (fixes #357531). Also,
11472           make sure the text we send out is always NUL-terminated
11473           (better safe than sorry etc.).
11474
11475         * tests/check/elements/subparse.c: (test_srt_do_test),
11476         (test_srt):
11477           Some more tests for .srt incl. tests for the above stuff.
11478
11479 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11480
11481         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11483         Patch by: Stefan Kost  <ensonic@users.sf.net>
11484         Try to redraw borders only when needed. Apparently this consumes
11485         resources on small devices... :-O (#363607)
11486
11487 2006-10-20  Michael Smith  <msmith@fluendo.com>
11488
11489         * gst/tcp/gstmultifdsink.c:
11490         (gst_multi_fd_sink_client_queue_buffer):
11491           If caps change, then update the client's idea of the caps so that we
11492           don't end up re-sending streamheaders for every single buffer after
11493           the caps change.
11494
11495 2006-10-20  Michael Smith  <msmith@fluendo.com>
11496
11497         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11498         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11499           Set caps on pushed buffers; fix up refcounting of caps objects.
11500
11501 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11502
11503         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11504         (plugin_init):
11505           Typefind mmsh header data packet to application/x-mmsh (#362625).
11506
11507 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11508
11509         * tests/check/Makefile.am:
11510         * tests/check/elements/.cvsignore:
11511         * tests/check/elements/subparse.c: (buffer_from_static_string),
11512         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11513         (GST_START_TEST), (subparse_suite):
11514           Add very simple unit test for subparse.
11515
11516 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11517
11518         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11519         (parse_subrip):
11520           Strip trailing newlines from subtitle text output.
11521
11522 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11523
11524         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11525         (gst_sub_parse_change_state):
11526           Fix memleak; clear subparse->textbuf n state change function.
11527
11528 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11529
11530         * gst/subparse/gstsubparse.c:
11531         (gst_sub_parse_data_format_autodetect):
11532           Don't require subrip (.srt) files to start with a chunk number of 1.
11533
11534 2006-10-18  Wim Taymans  <wim@fluendo.com>
11535
11536         * gst-libs/gst/audio/gstbaseaudiosink.c:
11537         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11538         * gst-libs/gst/audio/gstbaseaudiosink.h:
11539         Extract rate from the NEWSEGMENT event.
11540         Use commit_full to also take rate adjustment into account when writing
11541         samples to the ringbuffer.
11542         
11543         * gst-libs/gst/audio/gstringbuffer.c:
11544         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11545         (gst_ring_buffer_read):
11546         * gst-libs/gst/audio/gstringbuffer.h:
11547         Added _commit_full() to also take rate into account.
11548         Use simple interpolation algorithm to resample audio.
11549         API: gst_ring_buffer_commit_full()
11550
11551         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11552         * tests/examples/seek/seek.c: (segment_done):
11553         Don't try to seek with 0.0 rate, just pause instead.
11554         Remove bogus debug line.
11555
11556 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11557
11558         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11559         (setup_source):
11560           Catch async errors when starting up the subtitle bin, so we can
11561           stop waiting and continue with the main film instead of hanging
11562           forever. Fixes #339366.
11563
11564         * tests/check/elements/playbin.c: (playbin_suite):
11565           Enable unit test for the above.
11566
11567 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11568
11569         * tests/check/Makefile.am:
11570         * tests/check/elements/.cvsignore:
11571         * tests/check/elements/playbin.c: (GST_START_TEST),
11572         (gst_red_video_src_uri_get_type),
11573         (gst_red_video_src_uri_get_protocols),
11574         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11575         (gst_red_video_src_uri_handler_init),
11576         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11577         (gst_red_video_src_create), (gst_red_video_src_class_init),
11578         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11579           Some small and basic unit tests for playbin; not very useful yet,
11580           but at least a start.
11581
11582 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11583
11584         * gst/playback/gstplaybin.c: (setup_sinks):
11585           The old pad activation spiel.
11586
11587 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11588
11589         * gst/playback/gstplaybasebin.c: (setup_source):
11590           Don't hang forever if the subbin already fails to start up in 
11591           the state change to PAUSED (#339366).
11592
11593 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11594
11595         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11596         (gst_tuner_set_channel), (gst_tuner_get_channel),
11597         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11598         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11599         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11600         (gst_tuner_find_channel_by_name):
11601           Fix some function guards, add some more function guards.
11602
11603 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11604
11605         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11606         (remove_element_chain):
11607         Don't return a pad from get_our_ghost_pad unless it is actually the
11608         one we want.
11609         Change a cast in remove_element_chain slightly.
11610
11611 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11612
11613         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11614         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11615         Segment seeking needs to use the rate and set stop to -1.
11616
11617 2006-10-13  Wim Taymans  <wim@fluendo.com>
11618
11619         * gst-libs/gst/audio/gstbaseaudiosink.c:
11620         (gst_base_audio_sink_setcaps):
11621         Don't crash when ringbuffer is not yet created.
11622         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11623         Fixes #361634.
11624
11625         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11626         * gst/playback/gststreamselector.c:
11627         (gst_stream_selector_request_new_pad):
11628         Activate pads befre adding them to running elements.
11629
11630 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11631
11632         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11633         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11634         updater when we start grabing the slider. Don't wait for the
11635         pipeline to be PAUSED.
11636
11637 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11638
11639         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11640         (gst_mixer_set_volume), (gst_mixer_get_volume),
11641         (gst_mixer_set_mute), (gst_mixer_set_option),
11642         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11643         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11644         (gst_mixer_option_changed):
11645           Guard mixer interface functions against bogus arguments.
11646
11647 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11648
11649         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11650         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11651         (msg_state_changed), (main): Use state-changed messages to trigger
11652         start/stop of scale update timer. Indeed the scale slider was
11653         jumping here and there because the update timer was activated 
11654         before seek completed. This fixes instant applying of rate changes
11655         by pressing the spinbutton like a crazy man !
11656
11657 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11658
11659         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11660
11661         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11662         (gst_basertppayload_finalize):
11663           Fix two small memory leaks (#361456).
11664
11665 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11666
11667         * tests/examples/seek/seek.c: (do_seek),
11668         (rate_spinbutton_changed_cb): When changing spinbutton we try
11669         to change the rate on the fly.
11670
11671 2006-10-10  Wim Taymans  <wim@fluendo.com>
11672
11673         * gst-libs/gst/riff/riff-ids.h:
11674         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11675         (gst_riff_create_audio_template_caps):
11676         Add WMS caps.
11677
11678 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11679
11680         Patch by: Josep Torra Valles <josep@fluendo.com>
11681
11682         * ext/gnomevfs/gstgnomevfssink.c:
11683         * ext/gnomevfs/gstgnomevfssrc.c:
11684         Fix URI interface implementation return type.
11685         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11686         Fix what looks like a copy/paste issue when assigning values.
11687         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11688         (gst_audio_filter_template_get_type):
11689         Cast to prevent Forte warnings.
11690         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11691         Fix URI interface implementation return type.
11692         gst_pad_query_position requires a signed integer pointer as
11693         3rd parameter, GstClockTime is unsigned.
11694         * gst/audioconvert/audioconvert.c:
11695         Fix integer overflow when treated as signed.
11696         * gst/audioresample/resample.c: (resample_add_input_data):
11697         Cast to prevent warnings on Forte.
11698         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11699         Fix integer overflow when treated as signed.
11700         * gst/ffmpegcolorspace/imgconvert_template.h:
11701         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11702         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11703         (cleanup_decodebin):
11704         Who initialises a guint to -1!
11705         Cast function pointers to prevent warnings on Forte.
11706         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11707         (queue_threshold_reached):
11708         Cast function pointers correctly to prevent warnings on Forte.
11709         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11710         Cast function pointers correctly to prevent warnings on Forte.
11711         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11712         Obvious change to unsigned, 0xEF > max signed char.
11713         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11714         GstClockTime is unsigned, initialise correctly.
11715         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11716         Cast so pointer arithemetic doesn't cause warnings on Forte.
11717         * gst/videorate/gstvideorate.c:
11718         Use correct return value.
11719         * tests/examples/seek/scrubby.c:
11720         GstClockTime is unsigned, initialise correctly.
11721
11722 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11723
11724         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11725
11726         * gst/typefind/gsttypefindfunctions.c:
11727           Recognise XML files and XML-like files shorter than 256 bytes as
11728           well (fixes #359237).
11729
11730 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11731
11732         Patch by: Renato Filho <renato.filho@indt.org.br>
11733         
11734         * gst/typefind/gsttypefindfunctions.c:
11735         Added typefind functions to video/x-nuv media.
11736         
11737 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11738
11739         * gst-libs/gst/interfaces/xoverlay.c:
11740         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11741           Some more guards against invalid input.
11742
11743 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11744
11745         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11746         Useless goto.
11747         * tests/examples/seek/seek.c: (do_seek),
11748         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11749         seek example to experiment with rates != 1.0 (reverse playback !)
11750
11751 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11752
11753         * gst-libs/gst/interfaces/xoverlay.c:
11754           Unref message in doc-example (spotted by Robert McQueen)
11755
11756 2006-10-06  Wim Taymans  <wim@fluendo.com>
11757
11758         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11759         (mpeg1_parse_header), (mpeg1_sys_type_find):
11760         printf fix.
11761
11762 2006-10-06  Wim Taymans  <wim@fluendo.com>
11763
11764         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11765         (close_pad_link):
11766         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11767         Activate dynamic pads before adding them to the element.
11768
11769 2006-10-06  Michael Smith  <msmith@fluendo.com>
11770
11771         * gst-libs/gst/floatcast/floatcast.h:
11772           Fix obviously-bogus macros; use the correct types.
11773
11774 2006-10-06  Wim Taymans  <wim@fluendo.com>
11775
11776         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11777         (gst_base_rtp_depayload_change_state):
11778         Also call parent state change function to activate pads.
11779
11780         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11781         (mpeg1_parse_header), (mpeg1_sys_type_find):
11782         Add some more debug info in mpeg typefinding.
11783
11784 2006-10-06  Michael Smith  <msmith@fluendo.com>
11785
11786         * ext/theora/theoradec.c: (theora_dec_chain):
11787           Zero byte theora packets are valid and well-defined; don't warn on
11788           them.
11789
11790 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11791
11792         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11793         (gst_multi_fd_sink_get_stats), (find_limits),
11794         (gst_multi_fd_sink_queue_buffer):
11795           API: add dropped_buffers to the get-stats GValueArray
11796
11797 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11798
11799         * ext/alsa/gstalsadeviceprobe.c:
11800         (gst_alsa_device_property_probe_get_values):
11801         * ext/alsa/gstalsasink.c: (set_hwparams):
11802         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
11803         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
11804         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
11805         (gst_ogg_mux_process_best_pad):
11806         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
11807         (gst_ogg_parse_chain):
11808         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
11809         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11810         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
11811         (gst_vorbis_enc_buffer_check_discontinuous):
11812         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
11813         * gst-libs/gst/audio/gstbaseaudiosink.c:
11814         (gst_base_audio_sink_render):
11815         * gst-libs/gst/cdda/gstcddabasesrc.c:
11816         (gst_cdda_base_src_handle_track_seek):
11817         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11818         (gst_base_rtp_depayload_push_full):
11819         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11820         * gst/audioresample/resample.c: (resample_input_pushthrough):
11821         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
11822         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11823         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11824         (wavpack_type_find):
11825         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11826         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11827         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
11828         * tests/check/elements/volume.c: (GST_START_TEST):
11829           Printf format fixes.
11830
11831 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11832
11833         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
11834           Fix a simple mistake (see the docs)
11835           Fixes #359580
11836
11837 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11838
11839         * docs/plugins/Makefile.am:
11840         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11841         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11842         * docs/plugins/gst-plugins-base-plugins.args:
11843         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11844         * docs/plugins/inspect/plugin-adder.xml:
11845         * docs/plugins/inspect/plugin-alsa.xml:
11846         * docs/plugins/inspect/plugin-audioconvert.xml:
11847         * docs/plugins/inspect/plugin-audiorate.xml:
11848         * docs/plugins/inspect/plugin-audioresample.xml:
11849         * docs/plugins/inspect/plugin-audiotestsrc.xml:
11850         * docs/plugins/inspect/plugin-cdparanoia.xml:
11851         * docs/plugins/inspect/plugin-decodebin.xml:
11852         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11853         * docs/plugins/inspect/plugin-gdp.xml:
11854         * docs/plugins/inspect/plugin-gnomevfs.xml:
11855         * docs/plugins/inspect/plugin-libvisual.xml:
11856         * docs/plugins/inspect/plugin-ogg.xml:
11857         * docs/plugins/inspect/plugin-pango.xml:
11858         * docs/plugins/inspect/plugin-playbin.xml:
11859         * docs/plugins/inspect/plugin-subparse.xml:
11860         * docs/plugins/inspect/plugin-tcp.xml:
11861         * docs/plugins/inspect/plugin-theora.xml:
11862         * docs/plugins/inspect/plugin-typefindfunctions.xml:
11863         * docs/plugins/inspect/plugin-video4linux.xml:
11864         * docs/plugins/inspect/plugin-videorate.xml:
11865         * docs/plugins/inspect/plugin-videoscale.xml:
11866         * docs/plugins/inspect/plugin-videotestsrc.xml:
11867         * docs/plugins/inspect/plugin-volume.xml:
11868         * docs/plugins/inspect/plugin-vorbis.xml:
11869         * docs/plugins/inspect/plugin-ximagesink.xml:
11870         * docs/plugins/inspect/plugin-xvimagesink.xml:
11871           Add vorbistag element to docs; update version numbers to 0.10.10.1.
11872
11873 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11874
11875         Patch by: James "Doc" Livingston <doclivingston at gmail com>
11876
11877         * ext/vorbis/Makefile.am:
11878         * ext/vorbis/vorbis.c: (plugin_init):
11879         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
11880         (vorbis_parse_parse_packet), (vorbis_parse_chain):
11881         * ext/vorbis/vorbisparse.h:
11882         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
11883         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
11884         (gst_vorbis_tag_parse_packet):
11885         * ext/vorbis/vorbistag.h:
11886           Add new vorbistag element which derives from vorbisparse
11887           and is essentially the same as well, only that it implements
11888           the GstTagSetter interface and can modify the stream's
11889           vorbiscomment on the fly (#335635).
11890
11891         * tests/check/Makefile.am:
11892         * tests/check/elements/.cvsignore:
11893         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11894         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
11895         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
11896         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
11897           Add unit test for new vorbistag element.
11898
11899 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11900
11901         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
11902         (vorbis_parse_push_headers), (vorbis_parse_chain):
11903           Set BOS flag in packet structure to fix 'jump depends
11904           on unitialized value' errors in valgrind; various minor
11905           clean-ups.
11906
11907 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
11908
11909         * gst/playback/gstdecodebin.c: (close_pad_link):
11910         Fix typo in a debug statement.
11911
11912         * gst/playback/gstplaybasebin.c: (probe_triggered),
11913         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
11914         (gen_source_element), (source_new_pad), (analyse_source),
11915         (setup_source):
11916         When handling no_more_pads in new_decoded_pad, make sure to treat
11917         subtitle pads correctly. Fixes playback with subtitle files.
11918
11919         Move a recurring message to LOG level.
11920
11921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11922         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
11923         which ends up as -1 when cast to an int. Make the logic handle the
11924         max value as an unsigned mask and only change the colorkey when it's
11925         a value we recognise.
11926
11927 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11928
11929         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11930         Removed empty * between paragraphs
11931
11932 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11933
11934         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11935         * gst-libs/gst/rtp/README:
11936         Moved some documentation into .c file
11937
11938 2006-09-29  Wim Taymans  <wim@fluendo.com>
11939
11940         * gst/playback/gstdecodebin.c: (no_more_pads):
11941         Fix compilation.
11942
11943 2006-09-29  Wim Taymans  <wim@fluendo.com>
11944
11945         * gst/playback/gstdecodebin.c: (new_caps):
11946         Remove g_print
11947
11948         * gst/playback/gstplaybin.c:
11949         Add some docs.
11950
11951 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11952
11953         * tests/check/Makefile.am:
11954           Re-enable cddabasesrc test to see if it works again
11955           now.
11956
11957 2006-09-29  Wim Taymans  <wim@fluendo.com>
11958
11959         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11960         (gen_source_element):
11961         Handle invalid URIs a bit more gracefully.
11962
11963 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11964
11965         * tests/check/pipelines/oggmux.c:
11966           Remove obsolete comment.
11967
11968 2006-09-29  Michael Smith  <msmith@fluendo.com>
11969
11970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11971         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
11972         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
11973         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
11974         (gst_ogg_mux_collected):
11975           Commit patch from James "Doc" Livingston, adds proper EOS handling
11976           in oggmux. GStreamer can, for the first time ever, create a valid
11977           Ogg file! Yay!
11978
11979         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
11980         (oggmux_suite):
11981           Reenable tests now that they pass.
11982
11983 2006-09-29  Wim Taymans  <wim@fluendo.com>
11984
11985         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11986         Stop reading commands when EOF (we read 0) as well.
11987
11988 2006-09-28  Wim Taymans  <wim@fluendo.com>
11989
11990         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
11991         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
11992         (find_dynamic), (unlinked), (close_link):
11993         Implement delayed caps linking needed for element with a lot of
11994         different caps on the src pads that get fixed at runtime.
11995         Improve management of dynamic elements.
11996
11997         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11998         (group_destroy), (group_commit), (check_queue), (queue_overrun),
11999         (gen_preroll_element), (remove_groups), (unknown_type),
12000         (add_element_stream), (no_more_pads_full), (no_more_pads),
12001         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12002         (new_decoded_pad), (setup_subtitle), (array_has_value),
12003         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12004         (analyse_source), (remove_decoders), (make_decoder),
12005         (remove_source), (setup_source), (finish_source), (prepare_output),
12006         (gst_play_base_bin_change_state):
12007         * gst/playback/gstplaybasebin.h:
12008         Use more _CAST instead of full type checking casts.
12009         Small cleanups, plug some leaks.
12010         Handle dynamic sources.
12011         Add some helper functions to create lists of strings used for
12012         blacklisting and other stuff.
12013         Refactor some code dealing with analysing the source.
12014         Re-enable sources without pads (like cd:// or other selfcontained
12015         elements).
12016
12017 2006-09-28  Wim Taymans  <wim@fluendo.com>
12018
12019         * gst-libs/gst/audio/gstbaseaudiosink.c:
12020         (gst_base_audio_sink_render):
12021         When we have a timestamp, we can still perform clipping.
12022         When we have no clock, we must play the sample ASAP.
12023
12024 2006-09-28  Wim Taymans  <wim@fluendo.com>
12025
12026         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12027         Set caps on outgoing buffers.
12028
12029         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12030         (gst_video_rate_event), (gst_video_rate_chain):
12031         * gst/videorate/gstvideorate.h:
12032         Fix videorate some more. Fixes #357977
12033
12034 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12035
12036         * tests/check/elements/adder.c: (adder_suite):
12037           Don't set timeout to 6 seconds when we're running
12038           in valgrind ... (and how is 6 seconds longer than
12039           the default anyway?)
12040
12041 2006-09-28  Wim Taymans  <wim@fluendo.com>
12042
12043         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12044         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12045         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12046         Keep sink and src segment to keep track of time and support more
12047         input formats.
12048         Fix bogus next_offset and run_time calculation, don't understand how
12049         this could have worked before. Fixes #357976.
12050         Remove some unneeded vars.
12051
12052 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12053
12054         * gst/playback/gstplaybin.c: (remove_sinks):
12055           Only remove visualisation from visbin if there is a visbin (or:
12056           don't throw warnings when closing totem without playing a file).
12057
12058 2006-09-27  Wim Taymans  <wim@fluendo.com>
12059
12060         * gst-libs/gst/audio/gstbaseaudiosink.c:
12061         (gst_base_audio_sink_render):
12062         Add some more info in a WARNING.
12063
12064         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12065         (gst_base_audio_src_create):
12066         Handle PAUSE in create function, use new -core addition to
12067         wait for playing. Fixes pausing and resuming capture from an
12068         audiosrc.
12069
12070         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12071         (gst_ring_buffer_read):
12072         Constify some more.
12073         Caller supports interrupted reads now.
12074
12075 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12076
12077         * tests/check/Makefile.am:
12078           Another attempt to make the gen64 buildbot happy.
12079
12080 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12081
12082         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12083
12084         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12085         (gst_visual_chain), (gst_visual_change_state):
12086           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12087           correctly. Fixes #357800
12088
12089 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12090
12091         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12092           Add timeout to _get_state() so we see which pipeline it is
12093           that causes trouble on the gen64 build bot.
12094
12095 2006-09-27  Wim Taymans  <wim@fluendo.com>
12096
12097         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12098         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12099         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12100         (gst_base_rtp_depayload_set_gst_timestamp):
12101         the source pad always uses fixed caps.
12102
12103 2006-09-27  Wim Taymans  <wim@fluendo.com>
12104
12105         * docs/libs/gst-plugins-base-libs-docs.sgml:
12106         * docs/libs/gst-plugins-base-libs-sections.txt:
12107         * gst-libs/gst/audio/gstaudioclock.c:
12108         * gst-libs/gst/audio/gstaudioclock.h:
12109         * gst-libs/gst/audio/gstaudiosink.c:
12110         * gst-libs/gst/audio/gstaudiosink.h:
12111         * gst-libs/gst/audio/gstaudiosrc.c:
12112         * gst-libs/gst/audio/gstbaseaudiosink.c:
12113         (gst_base_audio_sink_render):
12114         * gst-libs/gst/audio/gstbaseaudiosink.h:
12115         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12116         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12117         * gst-libs/gst/audio/gstringbuffer.h:
12118         Added docs for the audio libs.
12119
12120 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12121
12122         * tests/check/Makefile.am:
12123           Temporarily disable test that fails on the bots for unknown reasons.
12124
12125 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12126
12127         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12128         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12129         Moved AudioCodecType into priv
12130         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12131
12132 2006-09-25  Wim Taymans  <wim@fluendo.com>
12133
12134         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12135         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12136         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12137         (new_pad):
12138         Cleanups and small leak fixes.
12139         Added Depayloaders to valid list of autopluggable elements.
12140
12141 2006-09-25  Wim Taymans  <wim@fluendo.com>
12142
12143         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12144         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12145         (gen_video_element), (gen_text_element), (gen_audio_element),
12146         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12147         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12148         Detect NO_PREROLL state change returns and disable clock distribution to
12149         the sinks so that sync is disabled.
12150         Avoid some type checking and do simple casts instead.
12151         Small cleanups, fix some FIXMEs.
12152         Be more robust when linking user specified elements, catch an report
12153         errors. Fixes #357404.
12154         Fix some leaks in the error paths.
12155
12156 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12157
12158         * ChangeLog:
12159           ChangeLog surgery for missing bug-number
12160
12161 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12162
12163         Patch by: Peter Kjellerstedt  <pkj at axis com>
12164
12165         * gst/playback/test.c:
12166           Fix compilation with uClibc and -Werror (#357591).
12167
12168 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12169
12170         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12171           Parse dates that are followed by a time as well (#357532).
12172
12173         * tests/check/libs/tag.c: (test_vorbis_tags):
12174           Add unit test for this.
12175
12176 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12177
12178         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12179         (gst_audio_convert_transform_caps):
12180         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12181         * gst/videotestsrc/videotestsrc.h:
12182           A few array const-ifications.
12183
12184 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12185
12186         * tests/check/Makefile.am:
12187           See if this makes the build bots happy.
12188
12189         * tests/check/libs/cddabasesrc.c:
12190           UTF8-ise my name.
12191
12192 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12193
12194         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12195
12196         * gst/subparse/samiparse.c: (handle_start_font),
12197         (fix_invalid_entities):
12198           More case-insensitivity for certain tags; recognise entities with
12199           decimal codes as special entities as well (#357330).
12200
12201 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12202
12203         * gst-libs/gst/Makefile.am:
12204           Need to build tag directory before cdda.
12205
12206 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12207
12208         * docs/libs/gst-plugins-base-libs-sections.txt:
12209         * gst-libs/gst/cdda/Makefile.am:
12210         * gst-libs/gst/cdda/gstcddabasesrc.c:
12211         (gst_cdda_base_src_base_init):
12212         * gst-libs/gst/cdda/gstcddabasesrc.h:
12213         * gst-libs/gst/tag/tag.h:
12214         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12215         (gst_tag_register_musicbrainz_tags):
12216           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12217           depend on libgsttag. This is required so we can extract/read tags like
12218           DISCID without depending on libgstcddabasesrc (which used to register
12219           them).
12220
12221         * gst-libs/gst/tag/gstvorbistag.c:
12222           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12223           tags (also see #347848).
12224
12225         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12226           Log vorbis comments we are actually writing. Const-ify array.
12227
12228 2006-09-23  Wim Taymans  <wim@fluendo.com>
12229
12230         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12231         Improve buffering a bit by avoiding a deadlock because we cannot assume
12232         the underrun is always called.
12233
12234 2006-09-23  Wim Taymans  <wim@fluendo.com>
12235
12236         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12237
12238         * gst-libs/gst/riff/riff-ids.h:
12239         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12240         (gst_riff_create_audio_template_caps):
12241         Added MPEG-4 AAC and id and caps. Fixes #357289
12242         Added WMA9 Lossless id.
12243
12244 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12245
12246         * ext/gnomevfs/gstgnomevfssrc.c:
12247           Fix misleading docs addition.
12248
12249         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12250           Get rid of compiler warning the right way.
12251
12252 2006-09-22  Wim Taymans  <wim@fluendo.com>
12253
12254         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12255         (gst_base_rtp_depayload_finalize),
12256         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12257         (gst_base_rtp_depayload_push_full),
12258         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12259         (gst_base_rtp_depayload_process),
12260         (gst_base_rtp_depayload_set_gst_timestamp),
12261         (gst_base_rtp_depayload_queue_release):
12262         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12263         Small cleanups.
12264         Fix some leaks.
12265         Refactored the process method and added methods to push from the process
12266         vmethod.
12267         Use _scale functions.
12268         API: gst_base_rtp_depayload_push_ts
12269         API: gst_base_rtp_depayload_push
12270
12271         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12272         timestamps are uint.
12273
12274 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12275
12276         * gst-libs/gst/interfaces/xoverlay.c:
12277           Remove unused statement from doc example.
12278
12279 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12280
12281         * gst-libs/gst/interfaces/videoorientation.c:
12282         (gst_video_orientation_iface_init),
12283         (gst_video_orientation_get_hflip),
12284         (gst_video_orientation_get_vflip),
12285         (gst_video_orientation_get_hcenter),
12286         (gst_video_orientation_get_vcenter),
12287         (gst_video_orientation_set_hflip),
12288         (gst_video_orientation_set_vflip),
12289         (gst_video_orientation_set_hcenter),
12290         (gst_video_orientation_set_vcenter):
12291           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12292           in ChangeLog)
12293
12294 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12295
12296         * tests/check/Makefile.am:
12297         * tests/check/elements/.cvsignore:
12298         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12299         (create_rgb_conversions), (rgb_conversion_free),
12300         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12301         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12302           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12303           but disable for now since it doesn't pass (something wrong with
12304           RGBA somewhere).
12305
12306 2006-09-21  Wim Taymans  <wim@fluendo.com>
12307
12308         * gst/playback/gstplaybasebin.c: (group_commit),
12309         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12310         (queue_out_of_data), (gen_preroll_element),
12311         (preroll_remove_overrun), (probe_triggered):
12312         Refactor handling of overrun detection.
12313         Separate handling of group completion and deadlock detection when doing
12314         network buffering. This should fix some deadlocks that were not detected
12315         because the group was completed.
12316         Add more comments, improve debugging.
12317
12318 2006-09-21  Wim Taymans  <wim@fluendo.com>
12319
12320         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12321         * tests/check/libs/audio.c:
12322         Some more compilation fixes.
12323
12324 2006-09-21  Wim Taymans  <wim@fluendo.com>
12325
12326         * gst-libs/gst/audio/gstringbuffer.c:
12327         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12328         (gst_ring_buffer_read):
12329         Early morning compilation fix.
12330
12331 2006-09-20  Wim Taymans  <wim@fluendo.com>
12332
12333         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12334         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12335         * tests/check/elements/videorate.c: (GST_START_TEST):
12336         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12337         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12338         Fix some warnings.
12339
12340 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12341
12342         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12343         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12344         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12345           Handcrafted merge to help CVS understanding what I changed and what
12346           not.
12347
12348 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12349
12350         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12351         (gst_xvimagesink_get_times):
12352           change colorkey behaviour back according to #354773 comment 6/7
12353
12354 2006-09-19  Michael Smith  <msmith@fluendo.com>
12355
12356         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12357         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12358         (gst_multi_fd_sink_recover_client),
12359         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12360         (gst_multi_fd_sink_get_property):
12361         * gst/tcp/gstmultifdsink.h:
12362           Implement stubbed out properties unit-type, units-soft-max,
12363           units-max, to allow specifying maximum sizes in units other than
12364           buffers.
12365           Fixes #355935
12366
12367 2006-09-19  Wim Taymans  <wim@fluendo.com>
12368
12369         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12370         (gst_riff_create_audio_template_caps):
12371         Reorder the audio formats a bit for clarity.
12372         Detect and create caps for MSGSM and MSN (WAV49).
12373         Fixes #356596.
12374
12375         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12376         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12377         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12378         Small cleanups, move error handling out of normal flow for clarity.
12379
12380 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12381
12382         * docs/libs/gst-plugins-base-libs-docs.sgml:
12383         * docs/libs/gst-plugins-base-libs.types:
12384         * gst-libs/gst/interfaces/Makefile.am:
12385         * gst-libs/gst/interfaces/videoorientation.c:
12386         (gst_video_orientation_get_type),
12387         (gst_video_orientation_iface_init),
12388         (gst_video_orientation_get_hflip),
12389         (gst_video_orientation_get_vflip),
12390         (gst_video_orientation_get_hcenter),
12391         (gst_video_orientation_get_vcenter),
12392         (gst_video_orientation_set_hflip),
12393         (gst_video_orientation_set_vflip),
12394         (gst_video_orientation_set_hcenter),
12395         (gst_video_orientation_set_vcenter):
12396         * gst-libs/gst/interfaces/videoorientation.h:
12397           API: Add new interface to control video orientation (fixes #354908)
12398
12399 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12400
12401         * gst/videotestsrc/gstvideotestsrc.c:
12402           Use G_UNLIKELY in _create and log one more detail.
12403           
12404         (gst_video_test_src_get_times), (gst_video_test_src_create):
12405         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12406           Use gst_util_uint64_scale_int in _get_times().
12407
12408 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12409
12410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12411           Give better warning message (add object and detail).
12412
12413 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12414
12415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12416         (gst_xvimagesink_get_times):
12417           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12418           #354773), use gst_util_uint64_scale_int in _get_times()
12419
12420 2006-09-18  Michael Smith  <msmith@fluendo.com>
12421
12422         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12423           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12424           always true, leading to dropping all timestamps.
12425
12426 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12427
12428         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12429         (gst_visual_chain), (gst_visual_change_state):
12430           update to work also with libvisual 0.4 API, fix double unref (#355914)
12431           
12432         * tools/gst-launch-ext.1.in:
12433         * tools/gst-visualise.1.in:
12434           remove references to old man-pages
12435
12436         * tests/examples/seek/seek.c: (main):
12437           add real meadi-buttons, add tool-tips for the seek-options, arrange
12438           seek options in a table
12439
12440 2006-09-18  Michael Smith  <msmith@fluendo.com>
12441
12442         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12443         (gst_ogg_mux_push_buffer):
12444           Don't generate out-of-order timestamps from oggmux, instead clamp
12445           output timestamps to be >= the previously output ts.
12446           Fixes #355595
12447
12448 2006-09-18  Michael Smith  <msmith@fluendo.com>
12449
12450         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12451         (gst_multi_fd_sink_class_init):
12452           Updates, fixes, and typo corrections for multifdsink. No functional
12453           changes.
12454
12455 2006-09-17  Michael Smith  <msmith@fluendo.com>
12456
12457         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12458           Don't crash on truncated files - check that we got an 8 byte buffer
12459           before trying to memcmp it.
12460
12461 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12462
12463         * gst/playback/gstplaybasebin.c: (get_active_source):
12464           Make stream-switching appear instant to the application
12465           (ie. make sure that a g_object_get on 'current-foo' returns
12466           the stream previously set with g_object_set(). Totem needs
12467           this to update stream-related meta-info (like audio-codec)
12468           correctly when switching streams.
12469
12470 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12471
12472         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12473         (gst_alsa_mixer_ensure_track_list):
12474           Try harder to guess which mixer track is the master mixer
12475           track (instead of just taking the first one that has a pvolume).
12476           Fixes #342228.
12477
12478 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12479
12480         reviewed by: <delete if not using a buddy>
12481
12482         * gst-libs/gst/audio/audio.h:
12483         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12484
12485 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12486
12487         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12488         (gst_audio_convert_transform_caps):
12489           Get structure-name just once.
12490
12491 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12492
12493         * tests/check/elements/audioresample.c: (GST_START_TEST):
12494         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12495         * tests/check/elements/volume.c: (GST_START_TEST):
12496         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12497         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12498         (test_pipeline), (GST_START_TEST):
12499         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12500         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12501           Fix big batch of compiler warnings.
12502
12503 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12504
12505         * ext/gnomevfs/gstgnomevfssrc.c:
12506           Add docs about icydemux usage in connection with gnomevfssrc
12507
12508         * ext/libvisual/visual.c:
12509         * ext/ogg/gstoggaviparse.c:
12510         * ext/ogg/gstoggdemux.c:
12511         * ext/ogg/gstoggmux.c:
12512         * ext/ogg/gstoggparse.c:
12513         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12514         * gst-libs/gst/audio/gstaudiosink.c:
12515         * gst-libs/gst/audio/gstaudiosrc.c:
12516         * gst/audiorate/gstaudiorate.c:
12517           More G_OBJECT macro fixing.
12518
12519         * gst/audiotestsrc/gstaudiotestsrc.h:
12520           Fix wrong info in header due to copy & paste
12521
12522 2006-09-15  Wim Taymans  <wim@fluendo.com>
12523
12524         * gst-libs/gst/audio/gstbaseaudiosink.c:
12525         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12526         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12527         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12528         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12529         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12530         Do the delay calculation in the source/sink base classes as this is
12531         specific for the capture/playback mode.
12532         Try to fixate a bit better, like round depth up to a multiple of 8
12533         bigger than width.
12534         Handle underruns correctly by marking DISCONT on buffers and adjusting
12535         timestamps to handle the gap.
12536         Set offset/offset_end correctly on buffers.
12537
12538         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12539         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12540         (gst_ring_buffer_read):
12541         Remove resync and underrun recovery from the ringbuffer.
12542         Fix ringbuffer read code on under/overrun.
12543
12544 2006-09-15  Wim Taymans  <wim@fluendo.com>
12545
12546         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12547         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12548         (queue_threshold_reached), (gst_play_base_bin_set_property),
12549         (gst_play_base_bin_get_property):
12550         * gst/playback/gstplaybasebin.h:
12551         Don't use a 0 low watermark when buffering, it is catching starvation
12552         way too late. Instead, use a 3 second queue with 30 and 95
12553         percent low/high watermarks. 
12554         Added queue-min-threshold property to configure low watermark.
12555         Use new _buffering message API.
12556         Make queue_threshold variable big enough to store a uint64 time value.
12557         API: playbin::queue-min-threshold property.
12558
12559 2006-09-15  Wim Taymans  <wim@fluendo.com>
12560
12561         * configure.ac:
12562         We require 0.10.10.1 now because of _wait_preroll().
12563
12564         * gst-libs/gst/audio/gstbaseaudiosink.c:
12565         (gst_base_audio_sink_render):
12566         Use gst_base_sink_wait_preroll().
12567
12568 2006-09-15  Wim Taymans  <wim@fluendo.com>
12569
12570         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12571         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12572         Use DEBUG_OBJECT more.
12573
12574 === release 0.10.10 ===
12575
12576 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12577
12578         patch by: Michael Smith <msmith at fluendo dot com>
12579
12580         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12581         (gst_multi_fd_sink_client_queue_buffer),
12582         (gst_multi_fd_sink_new_client):
12583         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12584         (multifdsink_suite):
12585           Fix implementation of sync-method 'next-keyframe'
12586           Closes #354594
12587
12588 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12589
12590         patch by: Wim Taymans <wim at fluendo dot com>
12591
12592         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12593         This patch removes the RANDOM flag that was incorrectly introduced with
12594         revision 1.91.  Fixes #354590
12595
12596 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12597
12598         * tests/check/Makefile.am:
12599           Random variation in Makefile line to see if it makes the
12600           gen64-base-full bot any happier.
12601
12602 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12603
12604         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12605           Disable test that fails at the moment (killed after timeout).
12606
12607 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12608
12609         Patch by: James Livingston  <doclivingston at gmail.com>
12610
12611         * tests/check/Makefile.am:
12612         * tests/check/pipelines/.cvsignore:
12613         * tests/check/pipelines/oggmux.c: (get_page_codec),
12614         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12615         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12616         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12617         (test_theora_vorbis), (oggmux_suite):
12618           Add simple unit test for oggmux from #337026 with checking for the
12619           EOS flags disabled for the time being.
12620
12621 2006-09-04  Wim Taymans  <wim@fluendo.com>
12622
12623         patch by: Alessandro Dessina <alessandro nnva org>
12624
12625         * ext/ogg/gstoggmux.c:
12626         Add cmml caps to oggmux. Fixes #353912
12627
12628 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12629
12630         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12631           Returning a return value often helps. In this case, we
12632           don't need the return value anyway, so just get rid of it.
12633           Should make build bots much happier.
12634
12635 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12636
12637         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12638         (paint_get_structure), (gst_video_test_src_get_size),
12639         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12640         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12641         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12642         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12643         * gst/videotestsrc/videotestsrc.h:
12644           Add support for AYUV and the various RGBA formats. Initialise
12645           fields of paintinfo structs allocated on the stack.
12646
12647         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12648         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12649         (check_rgb_buf), (videotestsrc_suite):
12650           Add unit tests for videotestsrc's RGB output.
12651
12652 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12653
12654         * gst/videotestsrc/gstvideotestsrc.c:
12655         (gst_video_test_src_pattern_get_type),
12656         (gst_video_test_src_set_pattern):
12657         * gst/videotestsrc/gstvideotestsrc.h:
12658         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12659         (gst_video_test_src_black), (gst_video_test_src_white),
12660         (gst_video_test_src_red), (gst_video_test_src_green),
12661         (gst_video_test_src_blue):
12662         * gst/videotestsrc/videotestsrc.h:
12663           Add more uni-colour patterns ("white", "red", "green", and "blue").
12664
12665 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12666
12667         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12668           Fix stride for YVYU, should be word-aligned (#353658).
12669
12670 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12671
12672         * gst/adder/gstadder.c: (gst_adder_src_event):
12673           Fix build.
12674
12675 2006-08-31  Edward Hervey  <edward@fluendo.com>
12676
12677         * gst/adder/gstadder.c: (forward_event_func),
12678         (gst_adder_src_event), (gst_adder_collected),
12679         (gst_adder_change_state):
12680         * gst/adder/gstadder.h:
12681         Remember the start position asked in the incoming seeks, so we can
12682         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12683         of assuming it will always be 0).
12684
12685 2006-08-31  Edward Hervey  <edward@fluendo.com>
12686
12687         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12688         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12689         (gst_ogg_demux_loop):
12690         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12691
12692 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12693
12694         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12695         (gst_ffmpegcsp_get_unit_size):
12696           Return FALSE instead of returning a random false unit
12697           size when the format isn't known/supported (even if
12698           this shouldn't happen under normal circumstances).
12699
12700 2006-08-29  Wim Taymans  <wim@fluendo.com>
12701
12702         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12703
12704         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12705         (gst_gnome_vfs_src_start):
12706         Try harder to get the size from a uri by using _info_uri() when
12707         _info_from_handle() does not give us enough info. 
12708         Also follow symlinks when getting the size.
12709         Partially Fixes #332864.
12710
12711 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12712
12713         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12714
12715         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12716         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12717         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12718         (gst_alsa_mixer_set_record):
12719         * ext/alsa/gstalsamixertrack.c:
12720         (gst_alsa_mixer_track_update_alsa_capabilities),
12721         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12722         (gst_alsa_mixer_track_update):
12723         * ext/alsa/gstalsamixertrack.h:
12724           Improve and fix mixer track handling, in particular better handling
12725           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12726           separate track objects for tracks that have both capture and playback
12727           volume (and label them differently as well so they're not mistakenly
12728           assumed to be duplicates); classify mixer tracks that only affect
12729           the audible volume of something (rather than the capture volume)
12730           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12731           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12732           (following the meaning documented in the mixer interface header
12733           file); add support for alsa's exclusive cswitch groups; update/sync
12734           state/flags better if mixer settings are changed by another
12735           application. Fixes #336075.
12736
12737 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12738
12739         * gst/playback/gstplaybin.c:
12740           Improve docs: add section about BUFFERING messages sent by playbin.
12741
12742 2006-08-29  Michael Smith  <msmith@fluendo.com>
12743
12744         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12745         (gst_vorbis_enc_buffer_check_discontinuous),
12746         (gst_vorbis_enc_chain):
12747           Ignore explicit DISCONT marked on buffers (which is often spurious,
12748           particularly when using multiple segments), in favour of solely
12749           using the timestamps/durations.
12750
12751 2006-08-29  Edward Hervey  <edward@fluendo.com>
12752
12753         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12754         Don't rely on incoming buffers offset anymore, since it is completely
12755         broken when using multiple segments.
12756         Instead convert the incoming buffers timestamp to running time, and
12757         then convert that value to the offsets.
12758         Also inform GstSegment of the last outputted stop position, which is
12759         needed if we received several segments with an unknown stop value.
12760
12761 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12762
12763         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12764           fix buffer unreffing on a header push failure
12765
12766 2006-08-28  Wim Taymans  <wim@fluendo.com>
12767
12768         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12769         (gst_audio_rate_chain):
12770         Make the metadata of the buffer writable before changing its
12771         flags.
12772
12773 2006-08-28  Wim Taymans  <wim@fluendo.com>
12774
12775         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12776         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12777         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12778         (gst_audio_rate_chain), (gst_audio_rate_change_state):
12779         Fix audiorate some more.
12780         Reset and resync counters on flush and READY.
12781         Handle the DISCONT flag correctly.
12782         Use GstSegment to track position.
12783         Fail when not negotiated.
12784         Fixes #353234.
12785
12786 2006-08-25  Michael Smith  <msmith@fluendo.com>
12787
12788         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12789           Fix spelling.
12790           Remove accidently included debug line.
12791
12792 2006-08-25  Wim Taymans  <wim@fluendo.com>
12793
12794         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12795         Small cleanups.
12796         If a buffer is received with no caps, make the buffer metadata
12797         writable and set the caps, making sure that we don't screw up the
12798         refcounts.
12799
12800 2006-08-25  Michael Smith  <msmith@fluendo.com>
12801
12802         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
12803         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
12804           Fix memory leaks and misleading debug messages, add a couple of
12805           comments.
12806
12807         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
12808         (gst_multi_fd_sink_render):
12809           Do not use gst_buffer_make_writable() in a basesink render method,
12810           as it may incorrectly unref the buffer. Instead, use convoluted
12811           dance to avoid copying the buffer except when we need to.
12812
12813 2006-08-25  Michael Smith  <msmith@fluendo.com>
12814
12815         * ext/vorbis/vorbisenc.c:
12816         (gst_vorbis_enc_buffer_check_discontinuous):
12817           Allow very small discontinuities in the timestamps. These we can't
12818           do anything useful with anyway (because vorbis's timestamps have
12819           only sample granularity), and are commonly produced by elements with
12820           minor bugs. Allow up to 1/2 a sample out.
12821           Fixes #351742.
12822
12823 2006-08-24  Wim Taymans  <wim@fluendo.com>
12824
12825         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
12826         (play_scrub_toggle_cb), (main):
12827         Add a checkbox to enable play scrubbing. Makes it possible to disable
12828         normal scrubbing.
12829
12830 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12831
12832         * tests/check/elements/.cvsignore:
12833           make buildbot happy
12834
12835 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12836
12837         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
12838         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
12839         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
12840         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12841         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12842         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
12843         (gst_ogm_text_parse_strip_trailing_zeroes),
12844         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
12845         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
12846           Refactor ogm parse, do better input checking, misc. clean-ups.
12847           Cache incoming events and push them once the source pad has
12848           been created. Don't pass unterminated strings to sscanf().
12849           Strip trailing zeroes from subtitle text output, since they
12850           are not valid UTF-8. Don't push vorbiscomment packets on
12851           the subtitle text pad. Output perfect streams if possible.
12852
12853 2006-08-23  Wim Taymans  <wim@fluendo.com>
12854
12855         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12856         Waits for tasks to settle down so that we clean up correctly for 
12857         valgrind.
12858
12859 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12860
12861         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
12862           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
12863           actually return return value in taglists_are_equal.
12864
12865 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12866
12867         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12868           Fix crash due to broken bitstream parsing on x86-64: can't make
12869           any assumptions about sizeof(struct) due to alignment/packing
12870           differences on different architectures. Fixes #351790.
12871
12872 2006-08-22  Wim Taymans  <wim@fluendo.com>
12873
12874         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12875         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
12876         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
12877         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
12878         (gst_riff_parse_info):
12879         Protect public functions against bad input.
12880         Do some cleanups.
12881         Fix documentation.
12882
12883 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12884
12885         * gst-libs/gst/riff/riff-ids.h:
12886         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12887           Add voxware audio IDs (even if we can't play it) (#351795).
12888
12889 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12890
12891         * gst-libs/gst/riff/riff-media.c:
12892         (gst_riff_create_video_template_caps),
12893         (gst_riff_create_audio_template_caps),
12894         (gst_riff_create_iavs_template_caps):
12895           Const-ify some arrays and use G_N_ELEMENTS instead
12896           of wasting oodles of RAM on terminator bits.
12897
12898 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12899
12900         * gst-libs/gst/tag/gstvorbistag.c:
12901         (gst_tag_list_to_vorbiscomment_buffer):
12902         * tests/check/libs/tag.c: (GST_START_TEST):
12903           And the same for _to_vorbiscomment_buffer(): allow
12904           id_data_len == 0 for speex.
12905
12906 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12907
12908         * configure.ac:
12909         * docs/plugins/Makefile.am:
12910         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12911         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12912         * docs/plugins/inspect/plugin-gdp.xml:
12913         * gst/gdp/Makefile.am:
12914         * tests/check/Makefile.am:
12915           Move GDP plugin to -base from -bad.  Closes #347783.
12916
12917 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
12918
12919         * gst-libs/gst/tag/gstvorbistag.c:
12920         (gst_tag_list_from_vorbiscomment_buffer):
12921           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
12922           Also add some checks to make sure we don't memcmp() beyond the end of
12923           vorbiscomment buffer if the ID to check for is larger than the buffer.
12924
12925         * tests/check/libs/tag.c: (GST_START_TEST):
12926           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
12927
12928 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
12929
12930         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
12931         (gst_vorbis_enc_set_metadata):
12932           Use vorbis comment utility functions from libgsttag
12933           instead of re-inventing the wheel (partially fixes #347091).
12934
12935 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
12936
12937         * tests/check/elements/audioconvert.c: (GST_START_TEST):
12938         Fix leaks. Wait for state transitions that might happen ASYNC, as well
12939         as some that won't.
12940
12941 2006-08-21  Wim Taymans  <wim@fluendo.com>
12942
12943         * docs/libs/Makefile.am:
12944         * docs/libs/gst-plugins-base-libs-sections.txt:
12945         * docs/libs/gst-plugins-base-libs.types:
12946         Don't try to GObject scan the netbuffer as it's not a GObject.
12947         Fixes #351308.
12948
12949         * gst-libs/gst/netbuffer/gstnetbuffer.c:
12950         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12951         Document GstNetBuffer.
12952
12953 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12954
12955         * tests/check/elements/audioconvert.c: (GST_START_TEST),
12956         (audioconvert_suite):
12957           Add testcase for caps-size-explosion
12958
12959 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12960
12961         * gst/audioconvert/gstaudioconvert.c:
12962         (gst_audio_convert_get_unit_size), (set_structure_widths):
12963           Lower debug, use g_assert in _get_unit_size
12964
12965         * gst/audioresample/gstaudioresample.c:
12966         (audioresample_get_unit_size):
12967         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12968         (gst_ffmpegcsp_get_unit_size):
12969         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
12970           use g_assert in _get_unit_size
12971
12972 2006-08-18  Wim Taymans  <wim@fluendo.com>
12973
12974         * docs/libs/gst-plugins-base-libs-sections.txt:
12975         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
12976         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
12977         (gst_rtp_buffer_get_payload_buffer):
12978         * gst-libs/gst/rtp/gstrtpbuffer.h:
12979         Document GstRTPBuffer.
12980         Added function to efficiently strip payload headers.
12981         API: gst_rtp_buffer_get_payload_subbuffer()
12982
12983 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
12984
12985         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12986         (gst_tag_to_vorbis_comments):
12987           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
12988           tags and deserialise them properly as well (#347091).
12989           Add some more gtk-doc blurbs and also some g_return_if_fail().
12990
12991         * tests/check/libs/tag.c: (GST_START_TEST),
12992         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
12993           More tests.
12994
12995 2006-08-17  Wim Taymans  <wim@fluendo.com>
12996
12997         * ext/ogg/Makefile.am:
12998         * ext/ogg/gstogg.c: (plugin_init):
12999         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13000         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13001         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13002         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13003         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13004         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13005         Added ogg-in-avi parser element. Fixes #140139.
13006
13007         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13008         Fixed a bug in oggdemux debug code.
13009
13010         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13011         (gst_riff_create_audio_template_caps):
13012         Recognise Ogg in the AVI extensible wave format.
13013
13014 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13015
13016         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13017           Make buffer durations add up (duration should be next_ts-ts for
13018           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13019           from CVS.
13020
13021         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13022         (test_buffer_timestamps), (cddabasesrc_suite):
13023           Add unit test for the above.
13024
13025         * tests/check/Makefile.am:
13026           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13027           to see what happens.
13028
13029 2006-08-16  Wim Taymans  <wim@fluendo.com>
13030
13031         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13032         (gst_alsasink_open):
13033         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13034         (gst_alsasrc_open):
13035         Avoid setting and using a NULL device name.
13036         Print more info when we fail to open a device.
13037
13038 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13039
13040         * docs/libs/gst-plugins-base-libs-sections.txt:
13041         * gst-libs/gst/tag/tag.h:
13042         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13043           API: add gst_tag_parse_extended_comment() (#351426).
13044
13045         * tests/check/Makefile.am:
13046         * tests/check/libs/.cvsignore:
13047         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13048           Add unit test for gst_tag_parse_extended_comment().
13049
13050 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13051
13052         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13054           Fix leak (#351502).
13055
13056 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13057
13058         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13059         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13060         * docs/plugins/gst-plugins-base-plugins.args:
13061         * gst/playback/gstplaybin.c:
13062           Document playbin.
13063           
13064         * docs/plugins/inspect/plugin-adder.xml:
13065         * docs/plugins/inspect/plugin-alsa.xml:
13066         * docs/plugins/inspect/plugin-audioconvert.xml:
13067         * docs/plugins/inspect/plugin-audiorate.xml:
13068         * docs/plugins/inspect/plugin-audioresample.xml:
13069         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13070         * docs/plugins/inspect/plugin-cdparanoia.xml:
13071         * docs/plugins/inspect/plugin-decodebin.xml:
13072         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13073         * docs/plugins/inspect/plugin-gnomevfs.xml:
13074         * docs/plugins/inspect/plugin-ogg.xml:
13075         * docs/plugins/inspect/plugin-pango.xml:
13076         * docs/plugins/inspect/plugin-playbin.xml:
13077         * docs/plugins/inspect/plugin-subparse.xml:
13078         * docs/plugins/inspect/plugin-tcp.xml:
13079         * docs/plugins/inspect/plugin-theora.xml:
13080         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13081         * docs/plugins/inspect/plugin-video4linux.xml:
13082         * docs/plugins/inspect/plugin-videorate.xml:
13083         * docs/plugins/inspect/plugin-videoscale.xml:
13084         * docs/plugins/inspect/plugin-videotestsrc.xml:
13085         * docs/plugins/inspect/plugin-volume.xml:
13086         * docs/plugins/inspect/plugin-vorbis.xml:
13087         * docs/plugins/inspect/plugin-ximagesink.xml:
13088         * docs/plugins/inspect/plugin-xvimagesink.xml:
13089           Update to CVS version.
13090
13091 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13092
13093         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13094         (gst_play_bin_set_property), (gst_play_bin_get_property),
13095         (value_list_append_structure_list),
13096         (gst_play_bin_handle_redirect_message),
13097         (gst_play_bin_handle_message):
13098           API: GstPlayBin::connection-speed
13099           Add "connection-speed" property; re-order redirect messages with
13100           multiple redirect locations depending on the minimum bitrate if
13101           that information is available and a connection speed is set
13102           (#350399).
13103
13104 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13105
13106         * gst/playback/gstplaybin.c:
13107           Update max volume to the same value that the volume element uses.
13108
13109 2006-08-14  Wim Taymans  <wim@fluendo.com>
13110
13111         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13112         Less uglyness..
13113
13114 2006-08-14  Wim Taymans  <wim@fluendo.com>
13115
13116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13117         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13118         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13119         Add some more debug info.
13120         Don't crash when a seek failed.
13121         Actually return the result of the seek instead of TRUE.
13122         Ignore multiple BOS pages with the same serial so that we don't create
13123         the same stream multiple times.
13124         Post an error when we fail to do the initial seek.
13125
13126 2006-08-13  Wim Taymans  <wim@fluendo.com>
13127
13128         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13129         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13130         Small code cleanup.
13131
13132         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13133         (gst_alsa_mixer_new):
13134         Remove hack that always set the device to hw:0*.
13135         Properly find the card name for whatever device was configured.
13136         Do some better debugging.
13137         Fixes #350784.
13138
13139         * ext/alsa/gstalsamixerelement.c:
13140         (gst_alsa_mixer_element_set_property),
13141         (gst_alsa_mixer_element_change_state):
13142         Cleanups.
13143         Handle setting of a NULL device name better.
13144
13145 2006-08-11  Wim Taymans  <wim@fluendo.com>
13146
13147         * gst/adder/gstadder.c:
13148         Don't clip float values. Fixes #350900.
13149
13150 2006-08-11  Andy Wingo  <wingo@pobox.com>
13151
13152         * gst/tcp/gsttcp.c: Really fix the build?
13153
13154         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13155         fixes the build.
13156
13157 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13158
13159         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13160           Float caps shouldn't have a "signed" field.
13161
13162 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13163
13164         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13165           Implement SEEKING query in its most basic form, so that we can
13166           at least check if we're seekable or not (#350655).
13167
13168 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13169
13170         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13171           The checks here are not even close to anything that would
13172           justify MAXIMUM probability, lowering to POSSIBLE until someone
13173           fixes the checks (case at hand: quicktime redirection files
13174           might start with 00 00 01 XX and pass the checks here just
13175           fine, see #350399).
13176
13177 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13178
13179         Patch by: Sjoerd Simons  <sjoerd at luon net>
13180
13181         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13182           Better detection for multipart/x-mixed-replace: accept leading
13183           whitespaces before the boundary marker as well (as our very own
13184           multipartmux used to produce) (#349068).
13185
13186 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13187
13188         Patch by: Young-Ho Cha  <ganadist at chollian net>
13189
13190         * gst-libs/gst/riff/riff-ids.h:
13191         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13192         (gst_riff_create_audio_template_caps):
13193           Detect DTS audio streams (#350157).
13194
13195 2006-08-05  Andy Wingo  <wingo@pobox.com>
13196
13197         * ext/theora/gsttheoraparse.h:
13198         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13199         (theora_parse_dispose, theora_parse_set_property)
13200         (theora_parse_get_property, theora_parse_munge_granulepos)
13201         (theora_parse_push_buffer, theora_parse_change_state):
13202         API: GstTheoraParse::synchronization-points
13203         Add a property 'synchronization-points' to fix badly synchronized oggs.
13204
13205 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13206
13207         * tests/check/Makefile.am:
13208         * tests/check/libs/.cvsignore:
13209         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13210         (fixed_caps_have_channel_positions), (GST_START_TEST),
13211         (audio_suite), (main):
13212           Add a few tests for the channel position stuff in libgstaudio.
13213
13214 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13215
13216         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13217         (gst_alsa_detect_channels):
13218         * ext/alsa/gstalsasink.c:
13219           Add support for cards that (only) do more than 8 channels,
13220           like the Delta 44 (#345188).
13221
13222         * gst-libs/gst/audio/multichannel.c:
13223         (gst_audio_check_channel_positions):
13224         * gst-libs/gst/audio/multichannel.h:
13225           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13226           unspecified channel position and cannot be combined with any
13227           of the other audio channel positions; adjust position layout
13228           checks accordingly (#345188).
13229
13230 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13231
13232         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13233           Recognise ancient RealAudio files (see #349779).
13234
13235 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13236
13237         Patch by: Jens Granseuer  <jensgr at gmx net>
13238
13239         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13240           Add typefinder for Interplay's MVE format (#348973).
13241
13242 2006-08-02  Wim Taymans  <wim@fluendo.com>
13243
13244         Patch by: Marcel Moreaux <marcelm at luon dot net>
13245
13246         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13247         (gst_base_rtp_depayload_add_to_queue):
13248         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13249         Handle RTP sequence number rollover.
13250         Disable jitterbuffer by default.
13251
13252 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13253
13254         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13255         (audioresample_set_caps):
13256         Don't leak references to the incoming caps. Clean them up when
13257         stopping.
13258
13259         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13260         (gst_video_scale_finalize):
13261         Don't leak our temporary pixel buffer.
13262
13263         * tests/check/Makefile.am:
13264         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13265         (GST_START_TEST), (simple_launch_lines_suite):
13266
13267         Fix leaks and re-enable the test for valgrind checking.
13268
13269 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13270
13271         Patch by: Sjoerd Simons  <sjoerd at luon net>
13272
13273         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13274         (plugin_init):
13275           Add typefind function for multipart/x-mixed-replace (#348916).
13276
13277 2006-07-28  Wim Taymans  <wim@fluendo.com>
13278
13279         * gst/adder/gstadder.c: (gst_adder_setcaps),
13280         (gst_adder_query_duration):
13281         Fix leak in duration query.
13282         Reflow some docs and notes.
13283
13284 2006-07-28  Michael Smith  <msmith@fluendo.com>
13285
13286         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13287         (vorbisenc_suite):
13288           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13289           aspect of it.
13290
13291 2006-07-28  Michael Smith  <msmith@fluendo.com>
13292
13293         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13294         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13295         (gst_vorbis_enc_push_buffer),
13296         (gst_vorbis_enc_buffer_check_discontinuous),
13297         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13298         * ext/vorbis/vorbisenc.h:
13299           Handle discontinuities in the input vorbis stream correctly,
13300           so that the output is properly timestamped (and has good granulepos
13301           values). Needs some oggmux fixes too.
13302
13303 2006-07-27  Wim Taymans  <wim@fluendo.com>
13304
13305         patch by: Kai Vehmanen <kv2004 eca cx>
13306
13307         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13308         (gst_base_rtp_depayload_chain),
13309         (gst_base_rtp_depayload_handle_sink_event),
13310         (gst_base_rtp_depayload_change_state):
13311         Don't send multiple newsegments with different formats.
13312         Fixes #348677.
13313
13314 2006-07-26  Wim Taymans  <wim@fluendo.com>
13315
13316         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13317         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13318         Make seeking in ogg more accurate again by doing the more correct
13319         granuletime to stream time conversion.
13320
13321 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13322
13323         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13324         (gst_multi_fd_sink_new_client):
13325           debug a little more understandably
13326           do not use goto as a substitute for break, especially if
13327           break is also being used
13328
13329 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13330
13331         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13332         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13333           Remove GLib-2.6 compatibility cruft.
13334
13335 2006-07-24  Wim Taymans  <wim@fluendo.com>
13336
13337         * gst-libs/gst/audio/gstbaseaudiosink.c:
13338         (gst_base_audio_sink_render):
13339         Don't try to align a sample to an unknown value.
13340
13341 2006-07-24  Wim Taymans  <wim@fluendo.com>
13342
13343         * gst-libs/gst/audio/gstbaseaudiosink.c:
13344         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13345         When the audio clock is slaved to another clock, never try to align
13346         samples but trust the rate interpolation algorithm.
13347
13348 2006-07-24  Wim Taymans  <wim@fluendo.com>
13349
13350         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13351         Don't try to calculate silence samples, base class does this much
13352         better now.
13353
13354         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13355         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13356         (gst_ring_buffer_acquire):
13357         Calculate silence samples correctly.
13358
13359         * gst-libs/gst/audio/gstringbuffer.h:
13360         Add _CAST macro.
13361
13362 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13363
13364         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13365           Limit search for the first markup tag to the first few kB of
13366           the file. If we don't find one there, it's highly unlikely that
13367           this is an XML(-ish) file.
13368
13369 2006-07-21  Andy Wingo  <wingo@pobox.com>
13370
13371         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13372         test to the one in vorbisenc. Also commented out.
13373
13374         * tests/check/pipelines/vorbisenc.c: 
13375         (test_discontinuity): New test, commented out until Mike lands
13376         some elite vorbisenc patches.
13377
13378         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13379         Bufferstraw was actually factored out of these tests. Now we share
13380         code yay.
13381
13382         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13383         for bufferstraw addition to gstcheck.
13384
13385 2006-07-21  Wim Taymans  <wim@fluendo.com>
13386
13387         * ext/theora/theoradec.c: (clip_buffer):
13388         Better clipping.
13389
13390 2006-07-21  Wim Taymans  <wim@fluendo.com>
13391
13392         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13393         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13394         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13395         Fix leak.
13396         Avoid type casting when we can.
13397
13398         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13399         Fix mem leak.
13400
13401 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13402
13403         * ext/alsa/gstalsamixerelement.c:
13404         (gst_alsa_mixer_element_change_state):
13405           Make state change fail if the specified device can't be opened
13406           for some reason.
13407
13408 2006-07-20  Wim Taymans  <wim@fluendo.com>
13409
13410         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13411         (cb_newpad), (main):
13412         Example of a small audio/video player using decodebin.
13413
13414 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13415
13416         * gst-libs/gst/riff/riff-ids.h:
13417           Add 'fact' chunk id
13418
13419 2006-07-19  Wim Taymans  <wim@fluendo.com>
13420
13421         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13422         (gst_base_rtp_depayload_chain),
13423         (gst_base_rtp_depayload_change_state):
13424         Don't assert when not negotiated but post a meaningfull 
13425         error message. Fixes #347918.
13426
13427         * gst-libs/gst/rtp/gstbasertppayload.c:
13428         Add comment about better default MTU size.
13429
13430         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13431         Small cleanups, start docs.
13432
13433 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13434
13435         Patch by: Martin Szulecki
13436
13437         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13438           If "device-name" is requested and the device is not
13439           open, try to temporarily open it to obtain this
13440           information (#342494).
13441
13442 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13443
13444         * gst-libs/gst/tag/gstid3tag.c:
13445           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13446
13447         * gst-libs/gst/tag/gsttageditingprivate.h:
13448         * gst-libs/gst/tag/gstvorbistag.c:
13449           Some more random const-ifications.
13450
13451 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13452
13453         * gst-libs/gst/riff/riff-ids.h:
13454         * gst-libs/gst/riff/riff-media.c:
13455         (gst_riff_create_video_template_caps):
13456           Add more FOURCCs (sort list to make stuff easier to find),
13457           add comment what those 16 bytes in struct _gst_riff_strh according to
13458           one avi-dumper are
13459
13460 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13461
13462         * gst-libs/gst/audio/multichannel.c:
13463         (gst_audio_check_channel_positions),
13464         (gst_audio_fixate_channel_positions):
13465           Const-ify two arrays.
13466
13467 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13468
13469         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13470           Fix typo, so that alsasink also advertises 8 channels
13471           if that's supported (tags: can, worms, open, alsa, ph34r).
13472
13473 2006-07-17  Wim Taymans  <wim@fluendo.com>
13474
13475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13476         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13477         *sigh*, when is the compiler going to warn when the comments
13478         are out-of-sync with the code.. Refix case of busted theora
13479         headers with 0 granule pos.
13480
13481 2006-07-14  Wim Taymans  <wim@fluendo.com>
13482
13483         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13484         (gst_base_rtp_depayload_wait),
13485         (gst_base_rtp_depayload_change_state),
13486         (gst_base_rtp_depayload_set_property),
13487         (gst_base_rtp_depayload_get_property):
13488         Fix 99% cpu load by waiting for absolute times on the
13489         clock. Fixes #347300.
13490
13491 2006-07-14  Andy Wingo  <wingo@pobox.com>
13492
13493         * ext/theora/gsttheoraparse.h: 
13494         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13495         (theora_parse_push_headers, theora_parse_clear_queue)
13496         (theora_parse_drain_queue_prematurely, )
13497         (theora_parse_sink_event, theora_parse_change_state): Queue events
13498         until we initialized our state, like in vorbisparse.
13499
13500         * ext/vorbis/vorbisparse.h: 
13501         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13502         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13503         (vorbis_parse_drain_queue_prematurely, )
13504         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13505         until we have initialized our state. Fixes seeking after an
13506         initial pad block.
13507
13508 2006-07-14  Andy Wingo  <wingo@pobox.com>
13509
13510         Patch by: Iain Holmes <iaingnome@gmail.com>
13511         
13512         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13513
13514 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13515
13516         * configure.ac:
13517         Bump nano back to CVS
13518
13519 === release 0.10.9 ===
13520
13521 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13522
13523         * configure.ac:
13524           releasing 0.10.9, "I walk the line"
13525
13526 2006-07-14  Michael Smith  <msmith@fluendo.com>
13527
13528         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13529           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13530           (commonly happens when running this test under valgrind) when trying
13531           to remove the buffer probe.
13532
13533 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13534
13535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13536         Fix missing g_unlock from the previous commit
13537
13538 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13539
13540         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13541         (gst_ximagesink_change_state):
13542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13543         (gst_xvimagesink_change_state):
13544         Implement a locking order to ensure we always take the object lock
13545         before the x_lock and never vice-versa.
13546
13547 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13548
13549         * gst/playback/gstdecodebin.c: (find_compatibles):
13550         Fix a caps leak when linking (#347304)
13551
13552         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13553         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13554         (gst_ximagesink_change_state):
13555         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13556         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13557         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13558         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13559         Don't leak shared memory resources. Use the object lock to protect
13560         against the xcontext disappearing while returning a buffer from the
13561         pipeline. (#347304)
13562
13563 2006-07-12  Edward Hervey  <edward@fluendo.com>
13564
13565         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13566         (vorbis_handle_comment_packet):
13567         gst_tag_list_merge() returns a new object. Take that into account when
13568         using it. This avoids memleak.
13569         Revert previous commit which is not needed.
13570
13571 2006-07-12  Edward Hervey  <edward@fluendo.com>
13572
13573         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13574         Reset the decoder in finalize so that all fields get cleared.
13575
13576 2006-07-12  Wim Taymans  <wim@fluendo.com>
13577
13578         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13579         (gst_base_audio_src_set_clock),
13580         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13581         Don't try to post an error message when setting the clock fails
13582         as this can happen when adding an element to a bin which will then
13583         deadlock. Fixes #347296.
13584
13585 2006-07-12  Edward Hervey  <edward@fluendo.com>
13586
13587         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13588         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13589         (vorbis_handle_type_packet):
13590         Post tag messages on the bus even if we're not initialized.
13591         If we're not initialized, we still postpone the event pushing of tags.
13592
13593 2006-07-12  Wim Taymans  <wim@fluendo.com>
13594
13595         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13596         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13597         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13598         Revert last two changes that broke the freeze.
13599
13600 2006-07-12  Wim Taymans  <wim@fluendo.com>
13601
13602         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13603         basesink calculates silence sample correctly for us.
13604
13605 2006-07-12  Wim Taymans  <wim@fluendo.com>
13606
13607         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13608         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13609         Calculate correct silence samples so we don't fill our ringbuffer
13610         with noise.
13611
13612 2006-07-12  Edward Hervey  <edward@fluendo.com>
13613
13614         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13615         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13616         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13617         * ext/vorbis/vorbisdec.h:
13618         Delay sending events (newsegment, tags) until the decoder is properly
13619         initialized.
13620         Fixes #347295
13621
13622 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13623
13624         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13625         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13626           Patch from #347221 adding a test for audioconvert
13627           channel remappings.
13628
13629 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13630
13631         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13632         (gst_ssa_parse_parse_line):
13633           Don't include the terminating NUL in the buffer size,
13634           it's only there for extra paranoia (would add random
13635           '*' characters at the end of each subtitle since the
13636           terminator itself is not valid UTF-8 technically).
13637           Also fix indenting after boilerplate macro.
13638
13639 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13640
13641         * gst/playback/gstdecodebin.c: (close_pad_link):
13642           Also emit 'unknown-type' signal (which should really be
13643           called unhandled-type) if we found potential decoders/demuxers
13644           in the registry but none of them worked in the end (as in the
13645           case where the plugins don't exist any longer but are still
13646           listed in the registry). Fixes #329798.
13647
13648 2006-07-08  Andy Wingo  <wingo@pobox.com>
13649
13650         * theoraparse.c (theora_parse_push_buffer)
13651         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13652         Add some more debugging. Fix granulepos reconstruction in the face
13653         of discontinuities.
13654
13655 2006-07-06  Wim Taymans  <wim@fluendo.com>
13656
13657         * gst-libs/gst/audio/gstbaseaudiosink.c:
13658         (gst_base_audio_sink_class_init),
13659         (gst_base_audio_sink_provide_clock):
13660         Use gobject_class instead of G_OBJECT_CLASS (klass)
13661
13662         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13663         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13664         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13665         (gst_base_audio_src_get_time),
13666         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13667         (gst_base_audio_src_create_ringbuffer):
13668         Fix latency and buffer-time constants and properties ala basesink.
13669         Implement pull based scheduling. Fixes #346527.
13670         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13671         one segment.
13672         Refuse slaving to another clock instead of silently not working.
13673         Only provide a clock when we are actually able to do so.
13674         Various small cleanups and compiler hints.
13675
13676 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13677
13678         Patch by: Lutz Mueller <lutz at topfrose de>
13679
13680         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13681         (plugin_init):
13682           Add typefinding for text/html (#346581).
13683
13684 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13685
13686         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13687         (xml_check_first_element), (xml_type_find), (smil_type_find):
13688           Fix SMIL typefinding, make xml_check_first_element() more
13689           useful.
13690
13691 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13692
13693         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13694         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13695         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13696         * gst/playback/gstplaybasebin.h:
13697           Protect list of elements with a subtitle-encoding property and
13698           the subtitle encoding member itself with a lock of their own
13699           instead of using the object lock. This prevents a dead-lock in
13700           the element-remove callback in some circumstances when shutting
13701           down playbin.
13702
13703 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13704
13705         * win32/common/libgsttag.def:
13706         Export some new functions.
13707         * win32/vs6/libgstogg.dsp:
13708         Add a link to libgsttag-0.10.lib.
13709
13710 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13711
13712         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13713           Some const-ification.
13714
13715 2006-07-04  Wim Taymans  <wim@fluendo.com>
13716
13717         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13718         Improve checking if we are dealing with a stream. Added some
13719         more uris that need buffering.
13720
13721 2006-07-03  Edward Hervey  <edward@fluendo.com>
13722
13723         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13724         Remove unused variable.
13725
13726 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13727
13728         * Makefile.am:
13729           include lcov.mak
13730         * configure.ac:
13731           add GCOV_LIBS to GST_LIBS
13732
13733 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13734
13735         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13736
13737         * ext/alsa/gstalsasrc.c:
13738           Add 32 bps to template caps and increase channels range
13739           from [1,2] to [1,MAX]. See #346326.
13740
13741 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13742
13743         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13744           Recognise 'WMVA' video codec fourcc (#345879).
13745           
13746 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13747          
13748         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13749           Fixed nasty memory leak
13750
13751 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13752
13753         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13754         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13755           fix logging
13756
13757 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13758
13759         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13760         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13761         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13762         Protect remove_fakesink using a mutex, so that we don't try and
13763         remove the fakesink simultaneously from multiple threads.
13764
13765         When going from READY to PAUSED, restore the fakesink, so that
13766         it is there when decodebin gets reused.
13767
13768 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
13769
13770         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13771         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13772         * gst-libs/gst/rtp/gstbasertppayload.c:
13773         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13774         * gst/tcp/gstmultifdsink.c:
13775         * gst/tcp/gsttcpclientsink.c:
13776         * gst/tcp/gsttcpclientsrc.c:
13777         * gst/tcp/gsttcpserversink.c:
13778         * gst/tcp/gsttcpserversrc.c:
13779         * gst/videorate/gstvideorate.c:
13780         * gst/videotestsrc/gstvideotestsrc.c:
13781         * sys/v4l/gstv4ljpegsrc.c:
13782         * sys/v4l/gstv4lmjpegsink.c:
13783         * sys/v4l/gstv4lsrc.c:
13784         * tests/examples/seek/scrubby.c:
13785         * tests/examples/seek/seek.c:
13786           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
13787
13788 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13789
13790         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
13791           Second field in GEnumValue shouldn't be a description,
13792           but a stringified version of the enum value.
13793
13794 2006-06-22  Wim Taymans  <wim@fluendo.com>
13795
13796         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13797         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
13798         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13799         Avoid type checking in buffer casts.
13800         Avoid caps copy in buffer_alloc when we can.
13801         Use pad_peer_accept.
13802
13803 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13804
13805         * gst-libs/gst/tag/tag.h:
13806           Oops, make that 'Since: 0.10.9'.
13807
13808 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13809
13810         * docs/libs/gst-plugins-base-libs-sections.txt:
13811         * gst-libs/gst/tag/tag.h:
13812         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
13813         (gst_tag_image_type_get_type):
13814           API: add GstTagImageType enum to describe images contained
13815           in image tags (#345641).
13816
13817 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13818
13819         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13820           Fix warnings with gst-inspect: "buffers-min" property
13821           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
13822           typo in property description.
13823
13824 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13825
13826         Patch by: Cody Russell <bratsche at gnome org>
13827
13828         * gst/audioresample/gstaudioresample.c:
13829         (gst_audioresample_class_init):
13830         * gst/playback/gststreamselector.c:
13831         (gst_stream_selector_class_init):
13832         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
13833         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13834         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
13835         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
13836         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
13837         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
13838         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
13839         * gst/videotestsrc/gstvideotestsrc.c:
13840         (gst_video_test_src_class_init):
13841         * gst/volume/gstvolume.c: (gst_volume_class_init):
13842           Avoid unnecessary class cast check in class_init
13843           functions (#337747).
13844
13845 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
13846
13847         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
13848         (gst_text_overlay_video_chain):
13849           g_markup_escape_text() REALLY doesn't like non-UTF8 input
13850           and doesn't validate its input either (and neither did
13851           textoverlay it seems). Let's do that then and fix #345206.
13852
13853 2006-06-19  Wim Taymans  <wim@fluendo.com>
13854
13855         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13856         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
13857         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
13858         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
13859         (find_syncframe), (find_limits), (assign_value),
13860         (count_burst_unit), (gst_multi_fd_sink_new_client),
13861         (gst_multi_fd_sink_handle_client_write),
13862         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
13863         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
13864         (gst_multi_fd_sink_change_state):
13865         * gst/tcp/gstmultifdsink.h:
13866         Added shiny new burst-on-connect methods.
13867         Add properties to control the minimal amount of data queued.
13868         Small cleanups.
13869         API: bytes-min property
13870         API: time-min property
13871         API: buffers-min property
13872         API: burst-unit property
13873         API: burst-value property
13874         API: add-full signal
13875
13876         * gst/tcp/gsttcp-marshal.list:
13877         Added new marshaller code for the new signal.
13878
13879         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13880         (multifdsink_suite):
13881         Added testcases for new burst methods.
13882
13883 2006-06-19  Edward Hervey  <edward@fluendo.com>
13884
13885         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
13886         Implement clipping for accurate seeking.
13887         Closes #345225
13888
13889 2006-06-19  Wim Taymans  <wim@fluendo.com>
13890
13891         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
13892
13893         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
13894         (gst_video_scale_transform):
13895         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
13896
13897 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
13898
13899         * configure.ac:
13900           Fix --disable-external (can't set conditionals conditionally,
13901           #343602).
13902
13903 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13904
13905         * tests/check/elements/audioresample.c: (test_reuse),
13906         (audioresample_suite):
13907           Add test case for bug #342789 fixed below.
13908
13909 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13910
13911         * gst/audioresample/gstaudioresample.c:
13912         (gst_audioresample_class_init), (gst_audioresample_init),
13913         (audioresample_start), (audioresample_stop),
13914         (gst_audioresample_set_property), (gst_audioresample_get_property):
13915           Implement GstBaseTransform::start and ::stop so that audioresample
13916           can clear its internal state properly and be reused instead of
13917           causing non-negotiated errors with playbin under some circumstances
13918           (#342789).
13919
13920         * tests/check/elements/audioresample.c: (setup_audioresample),
13921         (cleanup_audioresample):
13922           Need to set element state here so that ::start and ::stop are
13923           called.
13924
13925 2006-06-16  Wim Taymans  <wim@fluendo.com>
13926
13927         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13928
13929         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
13930         Parse extra data better, apparently it's right behind
13931         the normal strf header size. Fixes #343500.
13932
13933 2006-06-16  Wim Taymans  <wim@fluendo.com>
13934
13935         * ext/alsa/gstalsasink.c: (set_hwparams):
13936         If we fail to set the buffer_time and period_time alsa
13937         parameters, post a warning and leave alsa select a 
13938         default instead of failing. Fixes #342085
13939
13940 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13941
13942         * docs/libs/gst-plugins-base-libs-sections.txt:
13943         * gst-libs/gst/cdda/gstcddabasesrc.h:
13944           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
13945           out in the header file and shouldn't be listed in the docs.
13946
13947         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13948           Must dereference pointer to fourcc in the debug statement.
13949
13950 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
13951
13952         * docs/libs/Makefile.am:
13953         * docs/libs/gst-plugins-base-libs-docs.sgml:
13954         * docs/libs/gst-plugins-base-libs-sections.txt:
13955         * docs/libs/gst-plugins-base-libs.types:
13956         add remaining symbols into correct setions
13957         
13958         * gst-libs/gst/audio/gstringbuffer.c:
13959         fix incomplete docs
13960         
13961         * gst-libs/gst/audio/gstringbuffer.h:
13962         comment out not yet implemented function
13963         
13964         
13965         * gst-libs/gst/floatcast/floatcast.h:
13966         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13967         add short descriptions
13968         
13969         
13970         * gst-libs/gst/interfaces/propertyprobe.c:
13971         fix return value docs   
13972         
13973         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13974         simplify debug logging
13975         
13976         * gst-libs/gst/riff/riff-read.h:
13977         sync function prototype and docs
13978         
13979         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13980         remove left over symbol
13981
13982 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13983
13984         * autogen.sh:
13985         * configure.ac:
13986         * docs/Makefile.am:
13987           Use GST_PLUGIN_DOCS macro in configure.ac, add
13988           --enable-plugin-docs default to autogen.sh and use
13989           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
13990
13991 2006-06-15  Wim Taymans  <wim@fluendo.com>
13992
13993         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
13994         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
13995         (gst_ogg_demux_loop):
13996         Combine GstFlowReturn from the source pads to give a
13997         meaningfull result to the upstream peer or to stop the
13998         processing task in case of errors.
13999
14000 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14001
14002         * gst/playback/gststreaminfo.c: (cb_probe):
14003           Try GST_TAG_CODEC as fallback when extracting the
14004           codec name; more debug info.
14005
14006 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14007
14008         * ext/ogg/Makefile.am:
14009         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14010           Extract language tags from ogm subtitle streams, so that
14011           the subtitle menu choices are labelled correctly in
14012           Totem (fixes #344708).
14013
14014 2006-06-14  Wim Taymans  <wim@fluendo.com>
14015
14016         Patch by: Alessandro Decina <alessandro at nnva dot org>
14017
14018         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14019         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14020         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14021         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14022         Fix various leaks. Fixes #343699.
14023         Add x-smoke mime type.
14024
14025 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14026
14027         * gst-libs/gst/riff/riff-ids.h:
14028           Add IDs for 'bext' chunks (see #343837).
14029
14030 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14031
14032         Patch by: Young-Ho Cha  <ganadist at chollian net>
14033
14034         * gst/subparse/samiparse.c: (sami_context_pop_state),
14035         (handle_start_font), (end_sami_element):
14036           Honour font face tags in SAMI subtitles (#344503).
14037
14038 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14039
14040         * po/POTFILES.in:
14041           add missing files containing translatable strings
14042
14043 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14044
14045         * docs/libs/tmpl/.cvsignore:
14046           we don't want those *.sgml files in CVS either
14047
14048 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14049
14050         * docs/libs/.cvsignore:
14051         * tests/check/elements/.cvsignore:
14052         * tests/check/libs/.cvsignore:
14053           ignore more
14054
14055 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14056
14057         * docs/libs/Makefile.am:
14058           also commiting the changed Makefile.am (added more libs to the
14059           doc-build)
14060
14061 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14062
14063         * docs/libs/gst-plugins-base-libs-docs.sgml:
14064         * docs/libs/gst-plugins-base-libs-sections.txt:
14065         * docs/libs/gst-plugins-base-libs.types:
14066           first batch of reordering things, add index & hierarchy
14067
14068 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14069
14070         * configure.ac:
14071           use GST_PKG_CHECK_MODULES, cleans up output
14072
14073 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14074
14075         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14076           Add support for burn:// URIs (#343385); const-ify things a bit,
14077           use G_N_ELEMENTS instead of hard-coded array size.
14078
14079 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14080
14081         Patch by: Young-Ho Cha  <ganadist at chollian net>
14082
14083         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14084           Fix up broken entities before passing them to libxml *sigh*.
14085           (#343303).
14086           
14087 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14088
14089         * configure.ac:
14090           back to TRUNK
14091
14092 === release 0.10.8 ===
14093
14094 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14095
14096         * configure.ac:
14097           releasing 0.10.8, "Moar gij ziet mij nie"
14098
14099 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14100
14101         * configure.ac:
14102         * po/af.po:
14103         * po/az.po:
14104         * po/cs.po:
14105         * po/en_GB.po:
14106         * po/hu.po:
14107         * po/it.po:
14108         * po/nb.po:
14109         * po/nl.po:
14110         * po/or.po:
14111         * po/sq.po:
14112         * po/sr.po:
14113         * po/sv.po:
14114         * po/uk.po:
14115         * po/vi.po:
14116         * win32/common/config.h:
14117           0.10.7.2 prerelease
14118
14119 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14120
14121         * docs/libs/tmpl/gstaudio.sgml:
14122         * docs/libs/tmpl/gstcolorbalance.sgml:
14123         * docs/libs/tmpl/gstmixer.sgml:
14124         * docs/libs/tmpl/gstringbuffer.sgml:
14125         * docs/libs/tmpl/gsttuner.sgml:
14126         * docs/libs/tmpl/gstxoverlay.sgml:
14127         * gst-libs/gst/audio/audio.c:
14128         * gst-libs/gst/audio/gstringbuffer.c:
14129         * gst-libs/gst/interfaces/colorbalance.c:
14130         * gst-libs/gst/interfaces/mixer.c:
14131         * gst-libs/gst/interfaces/tuner.c:
14132         * gst-libs/gst/interfaces/xoverlay.c:
14133           move last template doc snippets to source code and delete them
14134
14135 2006-06-06  Michael Smith  <msmith@fluendo.com>
14136
14137         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14138         (theora_parse_drain_queue):
14139           Mark DELTA_UNIT on non-keyframes.
14140
14141 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14142
14143         * gst-libs/gst/audio/gstbaseaudiosink.c:
14144         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14145         * gst-libs/gst/audio/gstbaseaudiosink.h:
14146         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14147         (gst_ring_buffer_samples_done):
14148         * gst-libs/gst/audio/gstringbuffer.h:
14149         Document better the fact that latency_time and buffer_time are values
14150         stored in microseconds, and not the usual GStreamer nanoseconds.
14151         Change the variables (compatibly) that store them from GstClockTime 
14152         to guint64 to make it more clear that they're not storing clock times.
14153         Also, remove the bogus property description that says the user can
14154         specify -1 to get the default value, since that's never been the case.
14155
14156         When computing the default segment size for the ring buffer, make it
14157         an integer number of samples.
14158
14159         When the sub-class indicates a delay greater than the number of
14160         samples we've written return 0 from the audio sink get_time method.
14161
14162 2006-06-02  Michael Smith  <msmith@fluendo.com>
14163
14164         * tests/check/elements/audioconvert.c: (set_channel_positions),
14165         (get_float_mc_caps), (get_int_mc_caps):
14166         * tests/check/elements/audioresample.c:
14167         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14168         * tests/check/elements/videorate.c:
14169         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14170         * tests/check/elements/volume.c:
14171         * tests/check/elements/vorbisdec.c:
14172         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14173           Don't busy-wait in tests; this was causing test timeouts very
14174           frequently when running under valgrind.
14175
14176 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14177
14178         * gst/tcp/README:
14179         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14180         (gst_multi_fd_sink_remove_client_link),
14181         (gst_multi_fd_sink_client_queue_caps),
14182         (gst_multi_fd_sink_client_queue_buffer),
14183         (gst_multi_fd_sink_handle_client_write),
14184         (gst_multi_fd_sink_render):
14185         * gst/tcp/gstmultifdsink.h:
14186           make multifdsink properly deal with streamheader:
14187           - streamheader is taken from caps
14188           - buffers marked with IN_CAPS are not sent
14189           - streamheaders are sent, on connection, from the caps of the
14190             buffer where the client gets positioned to
14191           - further streamheader changes are done every time the client
14192             will receive a buffer with different caps
14193         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14194         (gst_multifdsink_create_streamheader):
14195           add tests for this
14196
14197 2006-06-02  Michael Smith  <msmith@fluendo.com>
14198
14199         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14200           Reinstate limit on channel count. Vorbis does not define the meaning
14201           of > 6 channels, so they're just independent channels. Gstreamer
14202           currently has no mechanism to represent N independent channels.
14203
14204 2006-06-02  Michael Smith  <msmith@fluendo.com>
14205
14206         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14207           Don't arbitrarily restrict channel counts and rate in vorbis.
14208           In terms of effects likely on real-world files, this fixes 96kHz
14209           playback of vorbis.
14210
14211 2006-06-02  Michael Smith  <msmith@fluendo.com>
14212
14213         * gst/audioconvert/audioconvert.c: (float):
14214           More correct float->int conversion.
14215
14216 2006-06-02  Michael Smith  <msmith@fluendo.com>
14217
14218         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14219           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14220           value. Fixes g-critical on trying to play back ogg containing
14221           unknown codec.
14222
14223 2006-06-02  Wim Taymans  <wim@fluendo.com>
14224
14225         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14226         (setup_source):
14227         * gst/playback/gstplaybasebin.h:
14228         Make the subtitle detection work from any thread so we don't
14229         deadlock. Fixes #343397.
14230
14231 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14232
14233         * gst/volume/Makefile.am:
14234           Seriously, it's not *that* hard to get compilation right.  Even
14235           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14236
14237 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14238
14239         * gst/volume/gstvolume.c: (volume_choose_func),
14240         (volume_update_real_volume), (gst_volume_class_init),
14241         (gst_volume_init), (volume_process_float), (volume_process_int16),
14242         (volume_process_int16_clamp), (volume_set_caps),
14243         (volume_transform_ip), (plugin_init):
14244         * gst/volume/gstvolume.h:
14245         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14246         another property desc., remove unused param from process function
14247         
14248         * tests/check/elements/volume.c: (volume_suite):
14249         reactivate the passthrough test
14250
14251 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14252
14253         * ext/alsa/gstalsamixerelement.h:
14254         * ext/alsa/gstalsamixeroptions.h:
14255         * ext/alsa/gstalsamixertrack.h:
14256         * ext/gnomevfs/gstgnomevfssink.h:
14257         * ext/gnomevfs/gstgnomevfssrc.h:
14258         * ext/theora/gsttheoradec.h:
14259         * ext/theora/gsttheoraenc.h:
14260         * ext/theora/gsttheoraparse.h:
14261         * ext/vorbis/vorbisparse.h:
14262         * gst-libs/gst/audio/gstaudioclock.h:
14263         * gst-libs/gst/audio/gstaudiofilter.h:
14264         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14265         * gst/audioconvert/gstaudioconvert.h:
14266         * gst/audioresample/gstaudioresample.h:
14267         * gst/audiotestsrc/gstaudiotestsrc.h:
14268         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14269         * gst/playback/gststreamselector.h:
14270         * gst/tcp/gstmultifdsink.h:
14271         * gst/tcp/gsttcpclientsink.h:
14272         * gst/tcp/gsttcpclientsrc.h:
14273         * gst/tcp/gsttcpserversink.h:
14274         * gst/tcp/gsttcpserversrc.h:
14275         * gst/videorate/gstvideorate.h:
14276         * gst/videoscale/gstvideoscale.h:
14277         * gst/videotestsrc/gstvideotestsrc.h:
14278         * gst/volume/gstvolume.h:
14279         * sys/v4l/gstv4ljpegsrc.h:
14280         * sys/v4l/gstv4lmjpegsink.h:
14281         * sys/v4l/gstv4lmjpegsrc.h:
14282         * sys/v4l/gstv4lsrc.h:
14283         * sys/ximage/ximagesink.h:
14284         * sys/xvimage/xvimagesink.h:
14285         * tests/old/testsuite/alsa/sinesrc.h:
14286         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14287
14288 2006-05-31  Wim Taymans  <wim@fluendo.com>
14289
14290         * ext/libvisual/visual.c: (gst_visual_reset),
14291         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14292         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14293         Handle DISCONT.
14294         Use running time before doing QoS.
14295         Handle mono too.
14296
14297 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14298
14299         * docs/libs/Makefile.am:
14300           set a magic variable to indicate we know the docs are incomplete
14301
14302 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14303
14304         * win32/common/libgstvideo.def:
14305           export gst_video_calculate_display_ratio
14306         * win32/vs6/libgstvideoscale.dsp:
14307           add link to libgstvideo-0.10.lib
14308
14309 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14310
14311         * gst/playback/gstplaybasebin.c: (gen_source_element):
14312           Throw a more comprehensible error for rtsp:// URIs (rather
14313           than erroring out with a negotiation error later on) until
14314           we fix playbin to handle rtspsrc etc.
14315
14316 2006-05-30  Wim Taymans  <wim@fluendo.com>
14317
14318         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14319         (gst_text_overlay_text_event):
14320         Added some FIXMEs.
14321
14322 2006-05-30  Wim Taymans  <wim@fluendo.com>
14323
14324         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14325         (gst_adder_request_new_pad), (gst_adder_release_pad):
14326         * gst/adder/gstadder.h:
14327         Implement release_request_pad.
14328         Make padcounter atomic.
14329
14330         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14331         Added check for release_pad in adder.
14332
14333 2006-05-30  Wim Taymans  <wim@fluendo.com>
14334
14335         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14336         Fix build again.
14337
14338 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14339
14340         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14341         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14342         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14343         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14344         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14345         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14346         (gst_ogg_demux_bisect_forward_serialno),
14347         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14348         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14349           add more debugging
14350           clean up printf formats for granulepos and serialno
14351
14352 2006-05-30  Michael Smith  <msmith@fluendo.com>
14353
14354         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14355         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14356         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14357         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14358         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14359         * ext/vorbis/vorbisenc.h:
14360           Multi-channel caps negotiation, so we can do proper multichannel
14361           vorbis encoding, negotiated through audioconvert.
14362
14363 2006-05-30  Wim Taymans  <wim@fluendo.com>
14364
14365         * tests/check/elements/adder.c: (test_event_message_received),
14366         (test_play_twice_message_received), (GST_START_TEST),
14367         (adder_suite):
14368         Added check to show that #339935 is fixed with ongoing
14369         adder and collectpads fixes.
14370
14371 2006-05-29  Wim Taymans  <wim@fluendo.com>
14372
14373         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14374         Don't leak pad name.
14375
14376 2006-05-29  Wim Taymans  <wim@fluendo.com>
14377
14378         * gst/adder/gstadder.c: (gst_adder_query_duration),
14379         (forward_event_func), (forward_event), (gst_adder_src_event):
14380         Fix adder seeking.
14381         Make query/seeking code threadsafe.
14382
14383         * tests/check/Makefile.am:
14384         * tests/check/elements/adder.c: (test_event_message_received),
14385         (GST_START_TEST), (test_play_twice_message_received):
14386         Fix adder test case.
14387
14388 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14389
14390         Patch by: Young-Ho Cha  <ganadist at chollian net>
14391
14392         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14393         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14394         (set_encoding_element), (decodebin_element_added_cb),
14395         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14396         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14397         * gst/playback/gstplaybasebin.h:
14398           Add 'subtitle-encoding' property to playbin, so applications can
14399           force a subtitle encoding for non-UTF8 subtitles (#342268).
14400
14401         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14402         (gst_sub_parse_set_property):
14403           Rename recently-added 'encoding' property to 'subtitle-encoding'
14404           (so it can be proxied by playbin/decodebin in a generic way
14405           with less danger of false positives).
14406
14407 2006-05-29  Michael Smith  <msmith@fluendo.com>
14408
14409         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14410         (append_with_other_format), (set_structure_widths),
14411         (gst_audio_convert_transform_caps):
14412           Patch from #341562: give more specific audio caps in get_caps, so
14413           that basetransform  can make better decisions on what caps to
14414           negotiate.
14415
14416 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14417
14418         * tests/check/elements/volume.c:
14419         make it compile again
14420
14421 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14422
14423         * tests/check/elements/volume.c: (volume_suite):
14424         disable test until #343196 gets resolved
14425
14426 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14427
14428         * gst/adder/gstadder.c: (gst_adder_get_type):
14429         Make it easier to copy&paste
14430         
14431         * gst/volume/Makefile.am:
14432         * gst/volume/gstvolume.c: (volume_update_real_volume),
14433         (gst_volume_set_volume), (gst_volume_set_mute),
14434         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14435         (volume_transform_ip), (volume_update_mute),
14436         (volume_update_volume):
14437         * gst/volume/gstvolume.h:
14438         Add own debug category, move duplicate code to helper function, fix
14439         property texts, add more comments and prepare ffor liboil-goodness
14440         
14441         * tests/check/Makefile.am:
14442         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14443         add test for mute and passtrough case, be a bit more verbose to track
14444         failure
14445         
14446         * tests/check/generic/states.c: (GST_START_TEST):
14447         catch elements that fail to instantiate
14448
14449 2006-05-28  Edward Hervey  <edward@fluendo.com>
14450
14451         * tests/check/pipelines/simple-launch-lines.c:
14452         * tests/check/pipelines/theoraenc.c:
14453         * tests/check/pipelines/vorbisenc.c:
14454         Comment out tests using parse_launch() if core was built without
14455         parsing capabilities.
14456
14457 2006-05-27  Edward Hervey  <edward@fluendo.com>
14458
14459         * tests/check/Makefile.am:
14460         Extra bonus points for whoever explains to ensonic that you are meant
14461         to test unit tests thoroughly before commiting them, especially if
14462         you know it's going to break.
14463         De-activated element/adder tests.
14464
14465 2006-05-27  Edward Hervey  <edward@fluendo.com>
14466
14467         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14468         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14469         Marking caps conversion issues as GST_WARNING is way too verbose,
14470         Moving them to GST_LOG.
14471
14472 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14473
14474         * README:
14475           Replace current README (containing the release notes from
14476           some 0.9.x version) with a proper README taken from the core.
14477
14478 2006-05-26  Wim Taymans  <wim@fluendo.com>
14479
14480         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14481         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14482         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14483         (vorbis_dec_change_state):
14484         Small cleanups.
14485         Add some FIXMEs
14486         Clip output samples to segment boundaries.
14487
14488 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14489
14490         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14491         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14492         Improve the errors produced on bad output, including some human
14493         readable description strings.
14494         Handle the (theoretical for ximagesink) case where the XServer 
14495         has a different idea about the size required for a particular 
14496         frame and gives us too small a memory allocation.
14497
14498 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14499
14500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14501         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14502         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14503         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14504         Improve the errors produced on bad output, including some human 
14505         readable description strings.
14506         Handle RGB Xv formats properly by transforming them into our 
14507         big-endian caps description.
14508         Use gst_caps_truncate to ensure that we never try and choose a
14509         non-fixed caps in buffer_alloc.
14510         Handle the case where the XServer has a different idea about the size
14511         required for a particular frame and gives us too small a memory
14512         allocation.
14513         Use -1 to indicate 'no image format', because 0 is a valid XServer
14514         image format number.
14515         Put RGB Xv formats at the end of the caps, so that we always prefer
14516         YUV format frames.
14517         Iterate the available Xv Encodings to determine the maximum width and
14518         height, and then return that in our caps.
14519         (Closes #315312, #337544)
14520
14521 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14522
14523         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14524         When there is only one unfinished pad and it receives an event that
14525         doesn't match our requirements, we need to set alldone=FALSE so that
14526         the fakesink is not removed yet.
14527
14528 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14529
14530         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14531           Use gst_type_find_helper_for_buffer() to find the type
14532           of stream from the first packet.
14533
14534         * configure.ac:
14535           Bump requirements to core CVS (needed for vorbis
14536           typefinding to work).
14537
14538 2006-05-24  Edward Hervey  <edward@fluendo.com>
14539
14540         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14541         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14542         contain.  Else they play perfectly fine with qtdemux.
14543
14544 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14545
14546         * ext/theora/theoradec.c:
14547         * ext/theora/theoraenc.c:
14548         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14549         * gst/audiorate/gstaudiorate.c:
14550           make more debug catagories static
14551         
14552         * tests/check/Makefile.am:
14553         * tests/check/elements/adder.c: (message_received),
14554         (test_event_message_received), (GST_START_TEST),
14555         (test_play_twice_message_received), (adder_suite):
14556           added test case for using element twice, extra bonus points for anyone
14557           who can make these test run reliably
14558
14559 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14560
14561         * ext/theora/theoradec.c: (theora_dec_chain):
14562           Make work with time-stamped input buffers that do not
14563           have a granulepos in BUFFER_OFFSET_END (like theora
14564           buffers coming from matroskademux). Fixes #342448.
14565
14566 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14567
14568         Patch by: Peter Kjellerstedt  <pkj at axis com>
14569
14570         * gst/tcp/Makefile.am:
14571           fdstresstest doesn't need Gtk+, fix compilation if 
14572           gtk is not available (#342566).
14573
14574 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14575          
14576         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14577           80 line columns
14578           Removed redundant floor()
14579
14580 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14581
14582         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14583           On second thought, just skip JUNK chunks automatically, so
14584           the caller doesn't have to handle this. Fixes #342345.
14585           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14586           not GST_FLOW_ERROR.
14587
14588 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14589
14590         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14591           Don't bail out on JUNK chunks with a size of 0 (would try to
14592           pull_range 0 bytes before, which sources don't like too much).
14593           See #342345.
14594
14595 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14596
14597         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14599         Use the gstutil scaling function to preserve 64 bits while calculating
14600         output width and height from the display-aspect-ratio. (A continuation
14601         of #341542)
14602
14603 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14604
14605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14606         (gst_xvimagesink_buffer_alloc):
14607         * sys/xvimage/xvimagesink.h:
14608         When performing buffer allocations, remember the caps and image format
14609         we return so that if the same caps are asked for next time we can
14610         return them immediately without doing any caps intersections.
14611
14612 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14613          
14614         * gst-libs/gst/rtp/README:
14615           Some new documentation
14616         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14617           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14618         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14619         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14620           New RTP audio base payloader class. Supports frame or sample based
14621           codecs.  Not enabled in Makefile.am until approved.
14622
14623 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14624
14625         * tests/check/elements/alsa.c: (test_device_property_probe):
14626           Fix test case: don't try to free NULL GValueArray when there
14627           are no devices.
14628
14629 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14630
14631         * tests/check/Makefile.am:
14632         * tests/check/elements/alsa.c: (test_device_property_probe),
14633         (alsa_suite), (main):
14634           Add simple test that runs a device property probe on alsasrc,
14635           alsasink and alsamixer. Disable valgrind check for now (too
14636           many leaks in libasound, and valgrind ignored my suppressions
14637           additions).
14638
14639 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14640
14641         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14642         (gst_alsa_device_property_probe_probe_property),
14643         (gst_alsa_device_property_probe_needs_probe),
14644         (gst_alsa_device_property_probe_get_values),
14645         (gst_alsa_type_add_device_property_probe_interface):
14646         * ext/alsa/gstalsadeviceprobe.h:
14647         * ext/alsa/gstalsamixerelement.c:
14648         (gst_alsa_mixer_element_init_interfaces):
14649         * ext/alsa/gstalsamixerelement.h:
14650           Clean up and simplify alsa device probing. Make it actually work
14651           for multiple classes. Don't cache results any longer.
14652
14653         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14654         (gst_alsasink_init):
14655         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14656         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14657         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14658           Make alsasink and alsasrc implement the GstPropertyProbe interface
14659           for device probing (#342181).
14660           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14661
14662 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14663
14664         * gst/subparse/samiparse.c: (handle_start_font):
14665           Don't ignore return value of strtol (++compiler_happiness).
14666
14667 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14668
14669         Patch by: Young-Ho Cha  <ganadist chollian net>
14670
14671         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14672         (gst_sub_parse_class_init), (gst_sub_parse_init),
14673         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14674         (convert_encoding):
14675         * gst/subparse/gstsubparse.h:
14676           Add 'encoding' property (#341681).
14677
14678         * gst/subparse/samiparse.c: (characters_sami):
14679           Output is pango markup, so we need to escape text
14680           between tags (#342143).
14681
14682 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14683
14684         * gst-libs/gst/audio/multichannel.c:
14685         (gst_audio_check_channel_positions):
14686           It's okay to have caps with channels=1 and a channel position
14687           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14688           (deinterleavers might want to keep the position in the caps,
14689           so that they can be re-interleaved again properly later).
14690           Leave check for unexpected 2-channel layouts intact for now.
14691
14692 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14693
14694         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14695         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14696         basesrc can do its job correctly.
14697
14698 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14699
14700         * ext/alsa/Makefile.am:
14701         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14702         (gst_alsa_detect_formats), (get_channel_free_structure),
14703         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14704         (gst_alsa_probe_supported_formats):
14705         * ext/alsa/gstalsa.h:
14706         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14707           Refactor and improve caps probing code: probe signedness
14708           when we probe the supported formats/widths; set endianness
14709           to the one we actually probed for (ie. cpu endianness).
14710           
14711         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14712         (gst_alsasrc_close):
14713         * ext/alsa/gstalsasrc.h:
14714           Implement caps probing for alsasrc.
14715
14716 2006-05-15  Wim Taymans  <wim@fluendo.com>
14717
14718         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14719         (theora_dec_src_query), (theora_dec_src_event),
14720         (theora_dec_sink_event), (theora_handle_comment_packet),
14721         (theora_handle_data_packet), (theora_dec_change_state):
14722         Cleanups, add some G_LIKELY.
14723         Use segment helpers instead of our own wrong code.
14724         Clear queued buffers on seek and READY.
14725
14726         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14727         (vorbis_dec_convert), (vorbis_dec_src_query),
14728         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14729         (vorbis_handle_comment_packet), (vorbis_dec_push),
14730         (vorbis_handle_data_packet), (vorbis_dec_chain),
14731         (vorbis_dec_change_state):
14732         * ext/vorbis/vorbisdec.h:
14733         Remove old useless packetno variable.
14734         Do position query properly.
14735         Add some G_LIKELY.
14736         Do cleanup of queued buffers in new helper function
14737         and use it.
14738
14739 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14740
14741         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14742           Query supported sample rates. Fixes #341732.
14743
14744 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14745
14746         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14747         (gst_decode_bin_change_state): Make decodebin reusable
14748         when going from PAUSE_TO_READY and then back to PAUSED.
14749         Fixes #331678.
14750
14751 2006-05-15  Wim Taymans  <wim@fluendo.com>
14752
14753         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14754         (vorbis_dec_convert), (vorbis_dec_src_query),
14755         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14756         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14757         (vorbis_dec_clean_queued), (vorbis_dec_push),
14758         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14759         Cleanups. Use refcounting and DEBUG_OBJECT.
14760         Reset segment on flush, use code methods instead of our
14761         own wrong version.
14762         Fix potential memleak.
14763
14764 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14765
14766         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14767         (gst_alsasink_init):
14768         * ext/alsa/gstalsasink.h:
14769           Don't leak allocated snd_output_t structure if there's
14770           more than one alsasink instance at a time (#341873).
14771           Also fix GObject macros in header file.
14772           
14773 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14774
14775         * gst/subparse/gstsubparse.c:
14776         (gst_sub_parse_data_format_autodetect):
14777           Don't use libxml functions in the typefinding code.
14778
14779 2006-05-15  Wim Taymans  <wim@fluendo.com>
14780
14781         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14782         Fix seeking performance in the case where a non-header 
14783         packet has a 0 granulepos (busted theora case). 
14784         Fixes #341719
14785         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
14786          the first place, you limelight stealer you)
14787
14788 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14789
14790         * gst/subparse/gstsubparse.c:
14791         (gst_sub_parse_data_format_autodetect):
14792           Improve SAMI typefinding: handle case where there are
14793           whitespaces or newlines in front of the first <SAMI>
14794           tag (#169936).
14795
14796 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14797
14798         * configure.ac:
14799           Build video4linux plugin even if there's no XVIDEO, just
14800           without implementing the GstXOverlay interface (#334002).
14801          
14802 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14803
14804         * configure.ac:
14805         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
14806         (plugin_init):
14807           Add tentative support for libvisual-0.4 (#336881).
14808
14809 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14810
14811         Patch by: Young-Ho Cha <ganadist at chollian net>
14812
14813         * gst/subparse/samiparse.c: (handle_start_font):
14814           Need to map "silver" colour explicitly (#169936).
14815
14816 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14817
14818         Patch by: Young-Ho Cha  <ganadist at chollian net>
14819
14820         * gst/subparse/Makefile.am:
14821         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14822         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
14823         (gst_sub_parse_format_autodetect), (feed_textbuf),
14824         (gst_subparse_type_find), (plugin_init):
14825         * gst/subparse/gstsubparse.h:
14826         * gst/subparse/samiparse.c:
14827         * gst/subparse/samiparse.h:
14828           Add support for SAMI subtitles (#169936).
14829
14830 2006-05-14  Michael Smith  <msmith@fluendo.com>
14831
14832         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
14833           Fix #341696: crash when mixing L+R+C to mono or stereo.
14834         * tests/check/Makefile.am:
14835         * tests/check/elements/audioconvert.c: (set_channel_positions),
14836         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
14837         (audioconvert_suite):
14838           Add test for the above, including some generic framework bits for
14839           testing multichannel things.
14840
14841 === release 0.10.7 ===
14842
14843 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
14844
14845         * configure.ac:
14846           releasing 0.10.7, "Leave the gun"
14847
14848 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14849
14850         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14852         Fix the build.
14853
14854 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
14855
14856         * docs/libs/gst-plugins-base-libs-docs.sgml:
14857         * docs/libs/gst-plugins-base-libs-sections.txt:
14858         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
14859         * gst-libs/gst/video/video.h:
14860         * gst/videoscale/Makefile.am:
14861         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14863         * tests/check/Makefile.am:
14864         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
14865         (main):
14866           Fix integer overflow problem with pixel-aspect-ratio calculations
14867           in videoscale and xvimagesink (#341542)
14868
14869 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14870
14871         * gst-libs/gst/tag/gstid3tag.c:
14872           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
14873
14874 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
14875
14876         * win32/MANIFEST:
14877           update win32 files listing
14878
14879 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14880
14881         patch by: Sjoerd Simons (sjoerd@luon.net)
14882
14883         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14884         (group_create), (group_destroy), (add_stream),
14885         (gst_play_base_bin_get_property),
14886         (gst_play_base_bin_get_streaminfo_value_array):
14887         * gst/playback/gstplaybasebin.h:
14888           API: GstPlayBaseBin::stream-info-value-array property
14889           use a more bindings-friendly way of exposing streaminfo
14890           using a GValueArray.  Tested in ipython.
14891           Closes #341114
14892
14893 2006-05-11  Wim Taymans  <wim@fluendo.com>
14894
14895         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
14896         (queue_underrun_cb), (queue_filled_cb):
14897         Also catch queue underruns but don't do anything yet.
14898         Refactor and comment queue enlarging code a bit.
14899
14900         * gst/playback/gstplaybasebin.c: (queue_overrun),
14901         (queue_threshold_reached), (queue_out_of_data),
14902         (gen_preroll_element):
14903         If a queue over/underruns check that we don't create nasty
14904         deadlocks when the min-threshold is not reached but the
14905         max-bytes is. In those cases disable max-bytes when we
14906         know that the queue is fed timed data.
14907         Add more comments.
14908
14909 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14910
14911         * gst/playback/gstplaybin.c: (gen_audio_element):
14912           Make playbin automatically plug an 'audioresample'
14913           element before the audio sink as well. This solves
14914           problems with sinks that only accept a very specific
14915           sample rate, like esdsink (e.g. #340379).
14916
14917 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14918
14919         * gst/playback/gstplaybasebin.c: (gen_source_element):
14920           Make http sources send special headers so that we receive
14921           icecast metadata if the http stream is an icecast stream
14922           (otherwise the server will just ignore them). This also
14923           means that from now on users will need the 'icydemux'
14924           element from gst-plugins-good installed if they want to
14925           listen to icecast radio streams. (#341432, #333657).
14926
14927 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14928
14929         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
14930         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
14931           remove stupid example from docs - it should come with a simple
14932           C program instead.
14933           Clean up/fix docs
14934         * tests/check/elements/multifdsink.c: (wait_bytes_served),
14935         (fail_if_can_read), (GST_START_TEST),
14936         (gst_multifdsink_create_streamheader), (multifdsink_suite):
14937           add a test for changing streamheader which exposes a bug in
14938           multifdsink
14939
14940 2006-05-11  Michael Smith  <msmith@fluendo.com>
14941
14942         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
14943         (gst_gnome_vfs_src_received_headers_callback):
14944         * ext/gnomevfs/gstgnomevfssrc.h:
14945           Don't set icy-caps unless we have a sane interval value. Move
14946           interval to a local variable; we never use it outside this function.
14947
14948 2006-05-11  Wim Taymans  <wim@fluendo.com>
14949
14950         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
14951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
14952         Register special buffer types along with the objects so
14953         that they are not registered at runtime from N different
14954         streaming threads since they are not threadsafe.
14955
14956 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14957
14958         * tests/check/elements/multifdsink.c: (wait_bytes_served),
14959         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
14960           add two more tests, one doing streamheader
14961
14962 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14963
14964         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
14965           clean up the bufqueue when shutting down
14966         * tests/check/Makefile.am:
14967         * tests/check/elements/multifdsink.c: (setup_multifdsink),
14968         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
14969         (main):
14970           add a test for the leak that was just fixed
14971
14972 2006-05-10  Wim Taymans  <wim@fluendo.com>
14973
14974         * gst/adder/gstadder.c: (gst_adder_setcaps),
14975         (gst_adder_query_duration), (gst_adder_query), (forward_event),
14976         (gst_adder_src_event), (gst_adder_sink_event),
14977         (gst_adder_class_init), (gst_adder_finalize),
14978         (gst_adder_request_new_pad), (gst_adder_collected):
14979         * gst/adder/gstadder.h:
14980         Updated some docs. Added comments and FIXMEs all over the place.
14981         Improve debugging info.
14982         Fix leak on finalize by not calling the parent.
14983         Implement duration query.
14984         Make event forwarding threadsafe.
14985         Correctly send NEWSEGMENT at start and after flush.
14986         Handle EOS correctly.
14987         Post error when not negotiated.
14988
14989         * tests/check/elements/adder.c: (GST_START_TEST):
14990         Added FIXME in the test.
14991
14992 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14993
14994         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
14995         (gst_text_overlay_halign_get_type),
14996         (gst_text_overlay_wrap_mode_get_type):
14997         * ext/theora/theoradec.c: (theora_handle_type_packet),
14998         (theora_handle_data_packet):
14999         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15000         (theora_enc_sink_setcaps), (theora_enc_chain):
15001         * gst-libs/gst/cdda/gstcddabasesrc.c:
15002         (gst_cdda_base_src_mode_get_type):
15003         * gst/audiotestsrc/gstaudiotestsrc.c:
15004         (gst_audiostestsrc_wave_get_type):
15005         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15006         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15007         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15008         (gst_sync_method_get_type), (gst_unit_type_get_type),
15009         (gst_client_status_get_type):
15010         * gst/videoscale/gstvideoscale.c:
15011         (gst_video_scale_method_get_type):
15012         * gst/videotestsrc/gstvideotestsrc.c:
15013         (gst_video_test_src_pattern_get_type):
15014         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15015         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15016         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15017         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15018         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15019         (paint_setup_RGB565), (paint_setup_xRGB1555):
15020           Const-ify GEnumValue and GFlagsValue arrays. Use
15021           GST_ROUND_UP_* macros instead of home-made ones.
15022
15023 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15024
15025         * configure.ac:
15026           Require core CVS for the new newsegment stuff.
15027
15028 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15029
15030         Patch by: Sjoerd Simons  <sjoerd at luon net>
15031
15032         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15033           Register nick for enum value (#341160).
15034
15035 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15036
15037         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15038         (plugin_init):
15039          backout typefind patch #340375
15040          
15041         * tests/check/elements/adder.c: (message_received),
15042         (GST_START_TEST), (adder_suite):
15043           redo, signal-handling of test
15044
15045 2006-05-09  Wim Taymans  <wim@fluendo.com>
15046
15047         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15048         (gst_adder_collected):
15049         * gst/adder/gstadder.h:
15050         Remove bogus segment merging and forwarding, we don't
15051         care about timestamps anyway and we just produce a
15052         continuous stream. 
15053         Also create a nice NEWSEGMENT event when we start.
15054         Use _scale_int some more.
15055
15056 2006-05-09  Edward Hervey  <edward@fluendo.com>
15057
15058         * tests/icles/stress-xoverlay.c:
15059         Fix if core was built without parsing support.
15060
15061 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15062
15063         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15064           Add SEDG (Samsung MPEG-4) fourcc.
15065
15066 2006-05-09  Edward Hervey  <edward@fluendo.com>
15067
15068         * tests/icles/stress-xoverlay.c:
15069         * tests/examples/volume/volume.c:
15070         Fix if core was built without parsing support.
15071
15072         * tests/examples/seek/seek.c:
15073         Disable the parse_launch example if core was built without parsing
15074         support.
15075
15076 2006-05-08  Edward Hervey  <edward@fluendo.com>
15077
15078         * autogen.sh: (CONFIGURE_DEF_OPT): 
15079         libtoolize on Darwin/MacOSX is called glibtoolize
15080
15081 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15082
15083         * tests/check/Makefile.am:
15084         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15085           Disable the adder test, until the build-slaves posses the kindness to 
15086           either like it or to give valid reason for not doing so 
15087
15088 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15089
15090         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15091         (adder_suite):
15092           Shuffle NULL state change around and raise timeout more
15093
15094 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15095
15096         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15097         (mp4_type_find), (plugin_init):
15098           Add typefind to distinguish between "audio/x-m4a" and new type
15099           "video/mp4". Fixes #340375
15100
15101         * tests/check/elements/adder.c: (adder_suite):
15102           Raise timeout to make buildbot happy
15103
15104 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15105
15106         * gst/adder/gstadder.c: (gst_adder_sink_event),
15107         (gst_adder_request_new_pad), (gst_adder_change_state):
15108         * gst/adder/gstadder.h:
15109         * tests/check/Makefile.am:
15110         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15111         (adder_suite), (main):
15112           Add sink-event handling to adder. It tries to merge incomming
15113           newsegment-events. Added test to check if segment_done is comming
15114           through. Fixes #340060
15115
15116 2006-05-05  Andy Wingo  <wingo@pobox.com>
15117
15118         * ext/theora/theoraparse.c (gst_theora_parse_init)
15119         (theora_parse_src_convert, theora_parse_src_query):
15120         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15121         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15122         query functions on the source pads of the theora and vorbis parse
15123         elements. Fixes position querying when doing a remux.
15124
15125 2006-05-05  Michael Smith  <msmith@fluendo.com>
15126
15127         * ext/theora/theoraparse.c: (parse_granulepos),
15128         (theora_parse_drain_queue_prematurely),
15129         (theora_parse_queue_buffer), (theora_parse_sink_event):
15130           Fix flushing.
15131           Fix invalid granulepos outputs when starting with a non-keyframe.
15132
15133 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15134
15135         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15136         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15137         Rearrange MPEG system stream detection, fixing some memleaks in the
15138         process.
15139         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15140         they clean up their data correctly.
15141         Remove unused ogganx caps and move the 'is_annodex' check to inside
15142         the 'is_ogg' if statement.
15143
15144 2006-05-05  Wim Taymans  <wim@fluendo.com>
15145
15146         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15147         Properly remove ghostpads. Fixes #340392
15148
15149 2006-05-04  David Schleef  <ds@schleef.org>
15150
15151         * gst/typefind/gsttypefindfunctions.c:
15152
15153 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15154
15155         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15156         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15157
15158         When typefinding an MP3 in push-based mode, don't penalise the
15159         probability down to 74% when we found 5 valid frames just because we
15160         can't peek the end of the file.
15161
15162         Make the probability for detecting MPEG Transport Streams based on the
15163         number of sequential headers we successfully detected.
15164
15165 2006-05-03  Wim Taymans  <wim@fluendo.com>
15166
15167         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15168         (vorbis_dec_push), (vorbis_dec_chain):
15169         Still produce an error when we receive an empty packet.
15170
15171 2006-05-03  Wim Taymans  <wim@fluendo.com>
15172
15173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15174         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15175         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15176         Mark buffers with DISCONT after seek and after activating new
15177         chains.
15178
15179         * ext/theora/gsttheoradec.h:
15180         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15181         (theora_get_query_types), (theora_dec_sink_event),
15182         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15183         (theora_dec_change_state):
15184         Fix frame counter.
15185         Detect and mark DISCONT buffers.
15186
15187         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15188         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15189         (vorbis_dec_change_state):
15190         * ext/vorbis/vorbisdec.h:
15191         Use GstSegment.
15192         Detect and mark DISCONT buffers.
15193         Don't crash on 0 sized buffers.
15194
15195 2006-05-03  Wim Taymans  <wim@fluendo.com>
15196
15197         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15198         (volume_transform_ip):
15199         Increase "volume" property to 10.0. Fixes #340369.
15200         Set the process function to NULL when capsnego fails so that
15201         we properly error out.
15202
15203 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15204
15205         * gst/playback/gstplaybin.c: (add_sink):
15206         * gst/playback/test.c: (main):
15207         * gst/playback/test5.c: (dump_element_stats):
15208         * gst/playback/test6.c: (main):
15209           free caps using gst_caps_unref, don't leak caps-strings
15210
15211 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15212
15213         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15214         (plugin_init):
15215           Refine musepack typefinding a bit. Return MAXIMUM
15216           probability when we detect stream version 7 to make
15217           sure the mpeg audio typefinder doesn't trump us.
15218
15219 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15220
15221         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15222           Protect against unexpected NULL strf_data buffer.
15223
15224 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15225
15226         * tests/check/elements/audioconvert.c: (verify_convert),
15227         (GST_START_TEST):
15228           interpret the out[] buffer in the order the bytes are actually
15229           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15230           Other tests should use BYTE_ORDER since the array is filled in
15231           with actual values
15232
15233 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15234
15235         * tests/check/elements/audioconvert.c: (verify_convert),
15236         (GST_START_TEST):
15237           when a test fails, give an indication of which it is
15238
15239 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15240
15241         * gst-libs/gst/cdda/gstcddabasesrc.c:
15242           compile fix; strtol() needs <stdlib.h>
15243
15244 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15245
15246         * ext/alsa/gstalsamixerelement.c:
15247         * ext/alsa/gstalsasrc.c:
15248         * ext/cdparanoia/gstcdparanoiasrc.c:
15249         * ext/gnomevfs/gstgnomevfssink.c:
15250         * ext/gnomevfs/gstgnomevfssrc.c:
15251         * ext/ogg/gstoggdemux.c:
15252         * ext/ogg/gstoggmux.c:
15253         * ext/ogg/gstoggparse.c:
15254         * ext/ogg/gstogmparse.c:
15255         * ext/pango/gstclockoverlay.c:
15256         * ext/pango/gsttextoverlay.c:
15257         * ext/pango/gsttextrender.c:
15258         * ext/pango/gsttimeoverlay.c:
15259         * ext/theora/theoradec.c:
15260         * ext/theora/theoraenc.c:
15261         * ext/vorbis/vorbisdec.c:
15262         * ext/vorbis/vorbisenc.c:
15263         * gst-libs/gst/audio/gstaudiofilter.c:
15264         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15265         * gst/audioconvert/gstaudioconvert.c:
15266         * gst/audiorate/gstaudiorate.c:
15267         * gst/audioresample/gstaudioresample.c:
15268         * gst/audiotestsrc/gstaudiotestsrc.c:
15269         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15270         * gst/playback/gstdecodebin.c:
15271         * gst/playback/gstplaybin.c:
15272         * gst/playback/gststreamselector.c:
15273         * gst/subparse/gstsubparse.c:
15274         * gst/tcp/gstmultifdsink.c:
15275         * gst/tcp/gsttcpclientsink.c:
15276         * gst/tcp/gsttcpclientsrc.c:
15277         * gst/tcp/gsttcpserversink.c:
15278         * gst/tcp/gsttcpserversrc.c:
15279         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15280         * gst/videorate/gstvideorate.c:
15281         * gst/videoscale/gstvideoscale.c:
15282         * gst/videotestsrc/gstvideotestsrc.c:
15283         * gst/volume/gstvolume.c:
15284         * sys/v4l/gstv4ljpegsrc.c:
15285         * sys/v4l/gstv4lmjpegsink.c:
15286         * sys/v4l/gstv4lmjpegsrc.c:
15287         * sys/v4l/gstv4lsrc.c:
15288         * sys/ximage/ximagesink.c:
15289         * sys/xvimage/xvimagesink.c:
15290         * tests/check/libs/cddabasesrc.c:
15291           make GstElementDetails const
15292
15293 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15294
15295         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15296         (gst_adder_init):
15297           send events from src-pad to all sink-pads fixes #338657
15298
15299 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15300
15301         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15302         (alsasink_parse_spec):
15303           query width capabilities from alsa, fixes #338919
15304
15305 2006-04-28  Wim Taymans  <wim@fluendo.com>
15306
15307         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15308         (gst_multi_fd_sink_remove_client_link):
15309         * gst/tcp/gstmultifdsink.h:
15310         Fix race condition in multifdsink that can lead to spurious 
15311         duplicate clients. this patch adds a new signal that is fired when
15312         multifdsink has removed all references to the fd.
15313         Fixes #339574.
15314         Updated documentation.
15315         API: client-fd-removed signal added
15316
15317 2006-04-28  Michael Smith  <msmith@fluendo.com>
15318
15319         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15320           When asking g_value_array_new to prealloc elements, we may as well
15321           ask for the right number of elements.
15322
15323 2006-04-28  Wim Taymans  <wim@fluendo.com>
15324
15325         * gst-libs/gst/audio/gstbaseaudiosink.c:
15326         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15327         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15328         patch to make timestamp checking more tollerant to rounding 
15329         errors given that real discontinuities are to be marked on
15330         buffers. Fixes some asf files and #338778.
15331         Also avoid some crashers when we receive an event in the 
15332         NULL state.
15333
15334 2006-04-28  Michael Smith  <msmith@fluendo.com>
15335
15336         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15337         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15338         (gst_gnome_vfs_src_get_property),
15339         (gst_gnome_vfs_src_send_additional_headers_callback),
15340         (gst_gnome_vfs_src_received_headers_callback),
15341         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15342         (gst_gnome_vfs_src_stop):
15343         * ext/gnomevfs/gstgnomevfssrc.h:
15344           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15345           proper shared support within icydemux.
15346
15347 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15348
15349         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15350         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15351           fix up docs
15352           fix a leak when no caps negotiated
15353           fix counting of input frames
15354         * tests/check/elements/.cvsignore:
15355         * tests/check/elements/videorate.c: (assert_videorate_stats),
15356         (GST_START_TEST), (videorate_suite):
15357           add tests for these
15358
15359 2006-04-28  Wim Taymans  <wim@fluendo.com>
15360
15361         * gst-libs/gst/audio/gstringbuffer.c:
15362         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15363         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15364         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15365         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15366         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15367         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15368         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15369         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15370         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15371         Check arguments passed to public functions instead of
15372         crashing.
15373
15374 2006-04-28  Wim Taymans  <wim@fluendo.com>
15375
15376         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15377         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15378         GstBaseAudioSrc must be live or it does not work.
15379
15380         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15381         Don't set live to TRUE as this is the default in the parentclass.
15382
15383 2006-04-28  Wim Taymans  <wim@fluendo.com>
15384
15385         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15386         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15387         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15388         fixation cases better. Fixes #338991
15389
15390 2006-04-28  Wim Taymans  <wim@fluendo.com>
15391
15392         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15393         Handle 0/1 framerate correctly Fixes #331901.
15394
15395 2006-04-28  Wim Taymans  <wim@fluendo.com>
15396
15397         * tests/check/elements/audioconvert.c: (get_float_caps),
15398         (GST_START_TEST), (audioconvert_suite):
15399         Added check for correct clipping when doing float samples
15400         in audioconvert.
15401
15402 2006-04-28  Wim Taymans  <wim@fluendo.com>
15403
15404         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15405         (gst_video_rate_chain):
15406         Print more debugging info.
15407
15408 2006-04-28  Wim Taymans  <wim@fluendo.com>
15409
15410         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15411         (resample_set_state_from_caps):
15412         Add support for other formats audioresample can handle such as
15413         32 bits in and float and 64 bits float. Fixes #301759
15414
15415 2006-04-28  Wim Taymans  <wim@fluendo.com>
15416
15417         * gst/audioconvert/audioconvert.c: (float):
15418         correctly clip float samples > 1.0. Fixes #338718
15419
15420 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15421
15422         Patch by: Young-Ho Cha  <ganadist at chollian net>
15423
15424         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15425         (gst_text_overlay_render_text):
15426           Don't strip newlines from the text. Also, center lines
15427           within multi-line paragraphs (#339405).
15428
15429 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15430
15431         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15432           Fix wavpack typefinding to work in more cases (don't peek
15433           for chunks of multiple hundred kBs at once, but process
15434           things step-by-step in smaller units). Fixes #339786.
15435
15436 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15437
15438         * configure.ac:
15439           back to HEAD
15440
15441 === release 0.10.6 ===
15442
15443 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15444
15445         * configure.ac:
15446           releasing 0.10.6, "Chao"
15447
15448 2006-04-26  David Schleef  <ds@schleef.org>
15449
15450         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15451           Fixes #338897.
15452
15453 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15454
15455         * configure.ac:
15456         * win32/common/config.h:
15457           new prerelease
15458
15459 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15460
15461         patch by: Wim Taymans
15462
15463         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15464         (gst_ogg_demux_perform_seek):
15465           make sure correct newsegments are sent, so that the decoder
15466           and the demuxer agree on timestamps.  Fixes playback of a lot
15467           of Ogg files that do not start from 0.  Fixes #339833.
15468
15469 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15470
15471         Patch by: Edward Hervey  <edward@fluendo.com>
15472
15473         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15474         * tests/check/Makefile.am:
15475         * tests/check/elements/videorate.c: (assert_videorate_stats),
15476         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15477         (videorate_suite), (main):
15478           Fix an infinite loop if frames are passed in with wrongly ordered
15479           timestamps.  Fixes #339013.
15480
15481 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15482
15483         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15484
15485         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15486           fix typefinding on some ISO files.  Fixes #339212.
15487
15488 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15489
15490         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15491
15492         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15493           add another H264 fourcc.  Fixes #339047.
15494
15495 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15496
15497         Patch by: Jan Schmidt
15498
15499         * gst/playback/gststreamselector.c:
15500         (gst_stream_selector_bufferalloc):
15501           Restore old StreamSelector behaviour.
15502           Fixes #338419.
15503
15504 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15505
15506         * configure.ac:
15507         * win32/common/config.h:
15508           prerelease
15509
15510 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15511
15512         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15513
15514         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15515         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15516           Fix some memory leaks: on finalize, free buffers left in the queue
15517           before destroying the queue; in _push(), unref rtp_buf even if
15518           the process vfunc returned a NULL buffer as output buffer (#337548);
15519           demote some recuring debug messages to LOG level.
15520
15521 2006-04-11  Wim Taymans  <wim@fluendo.com>
15522
15523         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15524         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15525         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15526         (gst_ogg_demux_loop):
15527         More cleanups.
15528         Respect segment stop when emiting EOS or SEGMENT_DONE.
15529         Fixes (#337945).
15530
15531 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15532
15533         * gst/playback/gststreamselector.c:
15534         (gst_stream_selector_get_property):
15535           Don't leak pad name.
15536
15537 2006-04-10  Michael Smith  <msmith@fluendo.com>
15538
15539         * tests/check/Makefile.am:
15540         * tests/check/gst-plugins-base.supp:
15541           Suppress an old libtheora bug (fixed in more recent versions), so 
15542           that FC4 buildslaves can pass.
15543
15544 2006-04-10  Wim Taymans  <wim@fluendo.com>
15545
15546         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15547         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15548         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15549         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15550         (gst_ogg_demux_loop):
15551         Don't leak events.
15552         Remember what error we got when finding chains, if we
15553         were shutdown, that would not be an error.
15554
15555 2006-04-10  Wim Taymans  <wim@fluendo.com>
15556
15557         * gst-libs/gst/audio/gstbaseaudiosink.c:
15558         (gst_base_audio_sink_event):
15559         Starting the ringbuffer when we did not acquire it can cause
15560         a deadlock, is pointless and causes nasty things for
15561         subclasses. 
15562         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15563
15564 2006-04-10  Wim Taymans  <wim@fluendo.com>
15565
15566         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15567         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15568         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15569         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15570         (gst_ogg_demux_deactivate_current_chain),
15571         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15572         (gst_ogg_demux_bisect_forward_serialno),
15573         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15574         Add some more debugging.
15575
15576 2006-04-10  Wim Taymans  <wim@fluendo.com>
15577
15578         * ext/theora/theoradec.c: (theora_dec_src_event),
15579         (theora_handle_data_packet):
15580         Some more debug info.
15581
15582         * tests/examples/seek/seek.c: (start_seek), (main):
15583         Print element messages too.
15584
15585 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15586
15587         * gst/audioresample/debug.h:
15588           replace debug macros with variable number of parameters
15589           by a simple alias to gstreamer standard debug macros 
15590          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15591           supported by MSVC 6.0 and 7.1)
15592         * gst/audioresample/resample.h:
15593           define M_PI and rint for WIN32
15594         * win32/common/libgstaudio.def:
15595         * win32/common/libgstriff.def:
15596         * win32/common/libgsttag.def:
15597         * win32/common/libgstvideo.def:
15598           add new exported functions
15599         * win32/vs6:
15600           update project files
15601
15602 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15603
15604         * ext/alsa/gstalsamixeroptions.c:
15605         (gst_alsa_mixer_options_class_init):
15606         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15607         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15609         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15610         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15611         * gst-libs/gst/audio/gstaudiofilter.c:
15612         (gst_audio_filter_class_init):
15613         * gst-libs/gst/audio/gstaudiosink.c:
15614         (gst_audioringbuffer_class_init):
15615         * gst-libs/gst/audio/gstaudiosrc.c:
15616         (gst_audioringbuffer_class_init):
15617         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15618         * gst-libs/gst/interfaces/colorbalancechannel.c:
15619         (gst_color_balance_channel_class_init):
15620         * gst-libs/gst/interfaces/mixeroptions.c:
15621         (gst_mixer_options_class_init):
15622         * gst-libs/gst/interfaces/mixertrack.c:
15623         (gst_mixer_track_class_init):
15624         * gst-libs/gst/interfaces/tunerchannel.c:
15625         (gst_tuner_channel_class_init):
15626         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15627         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15628         (gst_netbuffer_class_init):
15629         * gst-libs/gst/rtp/gstbasertppayload.c:
15630         (gst_basertppayload_class_init):
15631         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15632         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15633         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15634         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15635         * gst/playback/gststreamselector.c:
15636         (gst_stream_selector_class_init):
15637         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15638         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15639         * sys/v4l/gstv4lcolorbalance.c:
15640         (gst_v4l_color_balance_channel_class_init):
15641         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15642         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15643         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15644         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15645         (gst_v4l_tuner_norm_class_init):
15646         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15648         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15649         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15650
15651 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15652
15653         * ext/pango/gsttextrender.h:
15654         * gst-libs/gst/audio/gstaudiosink.h:
15655         * gst-libs/gst/audio/gstaudiosrc.h:
15656         * gst-libs/gst/audio/gstbaseaudiosink.h:
15657         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15658         * gst-libs/gst/audio/gstringbuffer.h:
15659         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15660         * gst-libs/gst/rtp/gstbasertppayload.h:
15661         * gst-libs/gst/video/gstvideofilter.h:
15662         * gst-libs/gst/video/gstvideosink.h:
15663         * gst/playback/gstplaybasebin.h:
15664         * gst/tcp/gstmultifdsink.h:
15665         * sys/v4l/gstv4lelement.h:
15666         Fix broken GObject macros
15667
15668 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15669
15670         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15671         More debug to trace why my USB headset is not working with gst
15672
15673 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15674
15675         * gst/playback/gstplaybasebin.c: (group_destroy):
15676         Clean up our group elements properly in the case where it never 
15677         got committed - it still got added unconditionally to the bin.
15678
15679 2006-04-07  Wim Taymans  <wim@fluendo.com>
15680
15681         * ext/theora/theoradec.c: (theora_dec_sink_event),
15682         (theora_handle_data_packet), (theora_dec_chain):
15683         Unref unhandled events.
15684         Protect against empty buffers.
15685         Perform QoS on running time.
15686
15687 2006-04-07  Michael Smith  <msmith@fluendo.com>
15688
15689         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15690         (gst_vorbis_enc_chain):
15691           Remove leaks from vorbisenc.
15692           Mostly minor changes, the only significant one is that now the
15693           buffers we set as 'streamheader' on the caps are copies of the
15694           original buffers, to avoid circular refcounting problems.
15695
15696 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15697
15698         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15699           Don't remove our mute-probe if someone else already did so.
15700           Don't set a 2nd one if there is already one pending on the pad.
15701
15702         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15703         (do_playbin_seek):
15704           When a seek fails, ensure that playbin is still set back to playing.
15705           
15706         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15707         (mpeg_ts_type_find), (plugin_init):
15708           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15709
15710 2006-04-06  Andy Wingo  <wingo@pobox.com>
15711
15712         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15713         (gst_video_rate_init): Caps-related parameters should not be reset
15714         by a flush -- move their inits to the instance init function.
15715         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15716         is not OK, just return the result.
15717
15718         * gst/audiotestsrc/gstaudiotestsrc.c
15719         (gst_audio_test_src_class_init)
15720         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15721         broken by Stefan's commit on 24 March.
15722
15723         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15724         buffers being pushed out. Fixes oggmux ! multifdsink.
15725
15726 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15727
15728         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15729         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15730         * ext/vorbis/vorbisdec.h:
15731         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15732         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15733         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15734         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15735         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15736         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15737         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15738         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15739         (gst_vorbis_enc_buffer_from_packet),
15740         (gst_vorbis_enc_buffer_from_header_packet),
15741         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15742         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15743         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15744         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15745         (gst_vorbis_enc_change_state):
15746         * ext/vorbis/vorbisenc.h:
15747           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15748           vorbisenc adhere to the official nomenclature; use boilerplate
15749           macro.
15750
15751 2006-04-04  Andy Wingo  <wingo@pobox.com>
15752
15753         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15754         Whoops, fix bug introduced. Bad hacker!
15755         
15756         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15757         Properly handle the case where you get EOS before any buffers are
15758         received. Use gst_buffer_make_metadata_writable where appropriate.
15759
15760         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15761         is often negative -- make it signed so as not to wrap around.
15762         Fixes segfaults introduced on 9 March.
15763
15764 2006-04-03  Wim Taymans  <wim@fluendo.com>
15765
15766         * ext/theora/gsttheoradec.h:
15767         * ext/theora/theoradec.c: (theora_dec_src_event):
15768         Don't try to store a gdouble in a gboolean.
15769         Small cleanups.
15770
15771 2006-04-03  Michael Smith  <msmith@fluendo.com>
15772
15773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15774           Oggmux sucks.
15775           Make it suck slightly less by writing out the final page.
15776           Still can't encode a vorbis-in-ogg file correctly, though.
15777
15778 2006-04-03  Andy Wingo  <wingo@pobox.com>
15779
15780         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15781         a g_print.
15782
15783         * ext/theora/theora.c (plugin_init): Register theoraparse.
15784
15785         * ext/theora/gsttheoraparse.h: 
15786         * ext/theora/theoraparse.c: New files implementing a theora
15787         parser. Now we can properly remux ogg/theora+vorbis, yay.
15788
15789         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
15790
15791 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15792
15793         * gst/audiotestsrc/gstaudiotestsrc.c:
15794           Fixed the sample pipeline (see #323798)
15795
15796 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15797
15798         * configure.ac:
15799         * win32/common/config.h:
15800         * win32/common/config.h.in:
15801           use AS_VERSION and AS_NANO
15802           more cleanups
15803
15804 2006-03-31  Andy Wingo  <wingo@pobox.com>
15805
15806         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
15807         uninitialized variable return that would happen.
15808         
15809         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
15810         uninitialized variable return that would never happen.
15811
15812         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
15813         (vorbis_parse_sink_event): Add an event function to flush our
15814         state on a seek, and to drain buffers on a premature EOS.
15815         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
15816         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
15817         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
15818         (vorbis_parse_drain_queue): Queue up buffers until we can set
15819         their timestamps and granulepos values.
15820
15821         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
15822         and keep track of data needed for deriving granulepos and
15823         timestamps for buffers.
15824
15825 2006-03-29  Wim Taymans  <wim@fluendo.com>
15826
15827         Patch by: j^ <j at bootlab dot org>
15828
15829         * ext/alsa/gstalsamixerelement.c:
15830         (gst_alsa_mixer_element_class_init):
15831         * ext/alsa/gstalsasink.c:
15832         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
15833         * ext/ogg/gstoggdemux.c:
15834         * ext/ogg/gstoggmux.c:
15835         * ext/ogg/gstoggparse.c:
15836         * ext/pango/gstclockoverlay.c:
15837         * ext/pango/gsttextoverlay.c:
15838         * ext/pango/gsttextrender.c:
15839         * ext/pango/gsttimeoverlay.c:
15840         * ext/theora/theoradec.c:
15841         * ext/theora/theoraenc.c:
15842         * ext/vorbis/vorbisdec.c:
15843         * ext/vorbis/vorbisenc.c:
15844         * gst/audioconvert/gstaudioconvert.c:
15845         * gst/subparse/gstsubparse.c:
15846         * gst/tcp/gstmultifdsink.c:
15847         * gst/tcp/gsttcpclientsink.c:
15848         * gst/tcp/gsttcpclientsrc.c:
15849         * gst/tcp/gsttcpserversink.c:
15850         * gst/tcp/gsttcpserversrc.c:
15851           better/unified long descriptions
15852           Fixes #336477
15853
15854 2006-03-29  Wim Taymans  <wim@fluendo.com>
15855
15856         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
15857         (stop_seek):
15858         Don't let double and triple clicks mess up our state.
15859
15860 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15861
15862         * gst/playback/gstplaybin.c: (gen_video_element),
15863         (gen_text_element), (gen_audio_element), (gen_vis_element):
15864           Error out gracefully when we can't create any of the usual
15865           conversion elements for some reason. Also, don't try to
15866           create an audioscale (sic) element that's not used anyway.
15867
15868 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15869
15870         * gst/playback/gstplaybasebin.c: (setup_source):
15871           Don't post RESOURCE_NOT_FOUND error when we can't find a source
15872           element for a particular protocol, that's confusing for users.
15873           Instead, post a RESOURCE_FAILED error, so that our own error
15874           message is actually shown in totem etc. (#336303).
15875
15876 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15877
15878         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15879
15880         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
15881         (gst_gnome_vfs_src_get_icy_metadata):
15882           Fix some minor memory leaks (#336194).
15883
15884 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15885
15886         * ext/gnomevfs/gstgnomevfs.c:
15887         (gst_gnome_vfs_location_to_uri_string):
15888         * ext/gnomevfs/gstgnomevfs.h:
15889         * ext/gnomevfs/gstgnomevfssink.c:
15890         (gst_gnome_vfs_sink_set_property):
15891         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
15892           Make gnomevfssink accept filenames as well as URIs for the
15893           "location" property, just like gnomevfssrc does (and
15894           filesrc/filesink do) (#336190).
15895
15896 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15897
15898         * tests/check/generic/clock-selection.c: (GST_START_TEST):
15899           set to NULL before unreffing, fixes a valgrind leak.
15900           Why was this not triggering the error that an object needs to
15901           be NULL before unreffing ?
15902         * win32/common/config.h:
15903           update
15904
15905 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
15906
15907         * gst/subparse/gstsubparse.c: (convert_encoding),
15908         (gst_sub_parse_change_state):
15909         * gst/subparse/gstsubparse.h:
15910           Text subtitle files may or may not be UTF-8. If it's not, we
15911           don't really want to see '?' characters in place of non-ASCII
15912           characters like accented characters. So let's assume the input
15913           is UTF-8 until we come across text that is clearly not. If it's
15914           not UTF-8, we don't really know what it is, so try the following:
15915           (a) see whether the GST_SUBTITLE_ENCODING environment variable
15916           is set; if not, check (b) if the current locale encoding is
15917           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
15918           the current locale encoding is UTF-8 and the environment variable
15919           was not set to any particular encoding. Not perfect, but better
15920           than nothing (and better than before, I think) (fixes #172848).
15921
15922 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15923
15924         * configure.ac:
15925           update core requirement to 0.10.4.1 because of async_playback
15926           vmethod on GstBaseSink
15927
15928 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15929
15930         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
15931         * gst/adder/gstadder.c: (gst_adder_init):
15932         use DEBUG_FUNCPTR for collectpads
15933
15934 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15935
15936         * docs/plugins/Makefile.am:
15937         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15938         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15939         * ext/cdparanoia/gstcdparanoiasrc.c:
15940         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
15941         (gst_gnome_vfs_sink_class_init):
15942         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
15943         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
15944         * ext/ogg/gstoggmux.c:
15945         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
15946         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
15947         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
15948         * ext/pango/gsttextoverlay.c:
15949         * ext/pango/gsttextrender.c:
15950         * ext/theora/theoradec.c:
15951         * ext/theora/theoraenc.c:
15952         * ext/vorbis/vorbisdec.c:
15953         * ext/vorbis/vorbisenc.c:
15954         * gst-libs/gst/audio/gstaudiofilter.c:
15955         (gst_audio_filter_base_init):
15956         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15957         (gst_audio_filter_template_base_init):
15958         * gst/adder/gstadder.c: (gst_adder_get_type):
15959         * gst/adder/gstadder.h:
15960         * gst/audioconvert/gstaudioconvert.c:
15961         * gst/audiotestsrc/gstaudiotestsrc.c:
15962         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
15963         (gst_audio_test_src_create):
15964         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15965         * gst/playback/gstdecodebin.c:
15966         * gst/playback/gstplaybin.c:
15967         * gst/playback/gststreamselector.c:
15968         (gst_stream_selector_base_init):
15969         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
15970         * gst/volume/gstvolume.c:
15971         * sys/v4l/gstv4lmjpegsink.c:
15972         * sys/v4l/gstv4lmjpegsrc.c:
15973         * tests/check/libs/cddabasesrc.c:
15974         * tests/old/examples/gob/gst-identity2.gob:
15975           Add docs for adder, use GST_ELEMENT_DETAILS macro,
15976           define GstElementDetails at the top
15977
15978 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
15979
15980         * win32/common/libgstinterfaces.def:
15981         Add a lot of export functions for gst-python
15982         * win32/vs6/libgstinterfaces.dsp:
15983         Add a missing include folder in the project configuration
15984         
15985 2006-03-23  Wim Taymans  <wim@fluendo.com>
15986
15987         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15988         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
15989         (gst_base_audio_src_change_state):
15990         Fix audio sources, forgot to make the ringbuffer
15991         startable...
15992
15993 2006-03-23  Wim Taymans  <wim@fluendo.com>
15994
15995         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15996         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
15997         (gst_base_audio_src_change_state):
15998         unparent instead of unref the ringbuffer.
15999
16000 2006-03-23  Wim Taymans  <wim@fluendo.com>
16001
16002         * gst-libs/gst/audio/gstbaseaudiosink.c:
16003         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16004         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16005         Implement new async_play vmethod to start slaving and allow
16006         playback start in case of async PLAY state changes. 
16007
16008         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16009         Enable QoS with new method in base class.
16010
16011 2006-03-23  Wim Taymans  <wim@fluendo.com>
16012
16013         Patch by: Julien MOUTTE <julien at moutte dot net>
16014
16015         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16016         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16017         Partially handle 0 framerate, only EOS after the first frame
16018         is missing.
16019
16020 2006-03-23  Wim Taymans  <wim@fluendo.com>
16021
16022         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16023
16024         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16025         (gst_riff_create_video_template_caps):
16026         * gst/ffmpegcolorspace/avcodec.h:
16027         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16028         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16029         (gst_ffmpegcsp_avpicture_fill):
16030         * gst/ffmpegcolorspace/imgconvert.c:
16031         Patch for support of YVU9 AVI files (#334822)
16032
16033 2006-03-22  Edward Hervey  <edward@fluendo.com>
16034
16035         * docs/design/design-decodebin.txt:
16036         Added design document for new decodebin
16037         (Target Caps): text/x-pango-markup is also a default target caps.
16038
16039 2006-03-22  Wim Taymans  <wim@fluendo.com>
16040
16041         * gst-libs/gst/audio/gstbaseaudiosink.c:
16042         (gst_base_audio_sink_dispose):
16043         Since we _parent the ringbuffer, we also need to
16044         _unparent instead of a plain _unref.
16045
16046 2006-03-22  Wim Taymans  <wim@fluendo.com>
16047
16048         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16049         (stop_seek), (scrub_toggle_cb), (main):
16050         Add scrub checkbox.
16051
16052 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16053
16054         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16055         (gst_ogg_parse_chain):
16056           Fix very inefficient usage of linked lists (#335365).
16057
16058 2006-03-21  Edward Hervey  <edward@fluendo.com>
16059
16060         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16061         * gst/playback/gstplaybin.c: (handoff):
16062         * gst/playback/gststreamselector.c:
16063         (gst_stream_selector_set_property):
16064         gcc 4.1 unreferenced pointer fixes.
16065         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16067         gst_buffer_ref() now takes a GstBuffer*.
16068
16069 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16070
16071         * sys/xvimage/xvimagesink.c:
16072         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16073         by Jan Schmidt.
16074
16075 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16076
16077         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16078         (id3v1_type_find), (apetag_type_find), (plugin_init):
16079           Can't do tag preferences via probability, as tags would then
16080           lose against types that are recognised with MAXIMUM probability
16081           (like .wav); so let all tag typefinders return MAXIMUM themselves
16082           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16083           that we can prefer APE to ID3v1 (fixes #335028).
16084           
16085 2006-03-17  Wim Taymans  <wim@fluendo.com>
16086
16087         * gst-libs/gst/audio/gstbaseaudiosink.c:
16088         (gst_base_audio_sink_change_state):
16089         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16090         (gst_ring_buffer_may_start):
16091         * gst-libs/gst/audio/gstringbuffer.h:
16092         Only start playback if we are playing.
16093         should fix #330748.
16094
16095 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16096
16097         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16098         * win32/common/config.h:
16099           Revert accidental commits to these files.
16100
16101 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16102
16103         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16104
16105         * tests/Makefile.am:
16106           Don't try to build tests in tests/icles if we
16107           don't have X (#323852)
16108
16109 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16110
16111         * gst-libs/gst/tag/gstid3tag.c:
16112           Add TXXX frame identifiers for replaygain stuff as used
16113           by some taggers (see #323721).
16114
16115 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16116
16117         * gst/playback/gststreamselector.c:
16118         (gst_stream_selector_set_property),
16119         (gst_stream_selector_bufferalloc):
16120           Preserve the existing buggy streamselector behaviour by performing
16121           a fallback buffer allocation when downstream isn't linked yet.
16122           This should really be fixed in playbin by blocking pads until it's
16123           linked them.
16124           Also, use gst_pad_alloc_buffer instead of
16125           gst_pad_alloc_buffer_and_set.
16126
16127 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16128
16129         * gst-libs/gst/tag/gstid3tag.c:
16130           Don't crash on unknown ID3v2 TXXX frames.
16131           
16132 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16133
16134         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16135           Chain up to the parent finalize method.
16136           Add 32-bit sample size to the template caps.
16137
16138         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16139         (gst_riff_create_video_template_caps):
16140           Add the fourcc that the VMWare codec uses.
16141           
16142         * gst/playback/gststreamselector.c:
16143         (gst_stream_selector_set_property),
16144         (gst_stream_selector_bufferalloc),
16145         (gst_stream_selector_request_new_pad):
16146           For the active pad, forward buffer-alloc requests, otherwise
16147           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16148           having to memcpy every frame when used by playbin.
16149
16150         * gst/tcp/gstmultifdsink.c:
16151         (gst_multi_fd_sink_handle_client_write):
16152           Get negotiated caps from the sink pad, rather than the sink
16153           pad's peer.
16154
16155 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16156
16157         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16158         
16159         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16160           Don't forget to set src->callbacks_pushed to FALSE again when
16161           popping them, otherwise re-activation in a different mode won't
16162           work (#334620).
16163
16164 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16165
16166         Patch by: Sebastien Moutte  <sebastien moutte net>
16167
16168         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16169         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16170         (gst_ffmpeg_smpfmt_to_caps):
16171           Replace __VA_ARGS__ caps creation macros with varargs functions.
16172           Makes things compile on MSVC (#320765), looks nicer, and we can
16173           tell the compiler to check for the NULL terminator.
16174
16175 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16176
16177         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16178
16179         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16180           Make sure the buffer we copy into is really always big
16181           enough, this time for real (#333488).
16182           
16183 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16184
16185         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16186           Add support for 24bpp DIB (#305279).
16187
16188 2006-03-14  Wim Taymans  <wim@fluendo.com>
16189
16190         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16191         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16192         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16193         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16194         (gst_video_scale_init), (gst_video_scale_src_event):
16195         Re-enable QoS after the release.
16196         Rework videoscale to use the base class src_event handler.
16197
16198 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16199
16200         * configure.ac:
16201           back to CVS.
16202
16203 === release 0.10.5 ===
16204
16205 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16206
16207         * configure.ac:
16208           releasing 0.10.5, "Net"
16209
16210 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16211
16212         * docs/plugins/Makefile.am:
16213           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16214           
16215 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16216
16217         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16218         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16219         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16220           Add cdparanoiasrc to docs.
16221
16222         * gst-libs/gst/cdda/gstcddabasesrc.c:
16223           More GstCddaBaseSrc docs.
16224
16225 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16226
16227         * docs/libs/gst-plugins-base-libs-sections.txt:
16228         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16229         * gst-libs/gst/tag/tag.h:
16230           API: libgsttag: new method gst_tag_from_id3_user_tag().
16231
16232 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16233
16234         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16235           NULL-terminate array of mpeg4 video file extensions.
16236           Fixes crash on PPC (#334226).
16237
16238 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16239
16240         * ext/gnomevfs/gstgnomevfssrc.c:
16241         (gst_gnome_vfs_src_check_get_range):
16242           gnome_vfs_uri_is_local() alone is not a good indicator
16243           whether we can operate in pull-mode with a specific URI,
16244           as it returns FALSE for file:// URIs that point to an
16245           NFS-mounted path. Be more conservative here: whitelist
16246           local files, blacklist http URIs and use the old
16247           mechanism for anything else (fixes #334216).
16248
16249 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16250
16251         * configure.ac:
16252           back to trunk
16253
16254 === release 0.10.4 ===
16255
16256 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16257
16258         * configure.ac:
16259           releasing 0.10.4, "Power"
16260
16261 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16262
16263         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16264         Disable max-lateness by setting it to -1 for now, so that 
16265         we can bed QoS stuff in thoroughly between now and the next
16266         release.
16267
16268 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16269
16270         Patch by: Fabrizio Gennari
16271
16272         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16273           Make sure we don't read beyond the palette buffer in case of
16274           broken or manipulated files (#333488)
16275
16276 2006-03-10  Edward Hervey  <edward@fluendo.com>
16277
16278         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16279         Fix for variable not initialized.
16280
16281 2006-03-09  Wim Taymans  <wim@fluendo.com>
16282
16283         * ext/libvisual/visual.c: (gst_visual_get_type),
16284         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16285         (gst_visual_chain):
16286         Small cleanups.
16287
16288         * ext/theora/gsttheoradec.h:
16289         * ext/theora/theoradec.c: (gst_theora_dec_init),
16290         (gst_theora_dec_reset), (_theora_granule_time),
16291         (theora_dec_src_convert), (theora_dec_sink_convert),
16292         (theora_dec_src_query), (theora_dec_src_event),
16293         (theora_dec_sink_event), (theora_handle_comment_packet),
16294         (theora_handle_header_packet), (theora_dec_push),
16295         (theora_handle_data_packet), (theora_dec_chain),
16296         (theora_dec_change_state):
16297         Add simple QoS.
16298
16299 2006-03-09  Wim Taymans  <wim@fluendo.com>
16300
16301         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16302         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16303         Some cleanups.
16304
16305 2006-03-09  Wim Taymans  <wim@fluendo.com>
16306
16307         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16308         Don't try to activate NULL chains.
16309
16310 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16311
16312         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16313           Fix invalid memory access to region before peek'd data (#332964).
16314
16315 2006-03-09  Wim Taymans  <wim@fluendo.com>
16316
16317         Patch by: Christophe Fergeau
16318
16319         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16320         * ext/pango/gsttextrender.c: (gst_text_render_init):
16321         * gst/adder/gstadder.c: (gst_adder_init):
16322         Don't leak padtemplates, closes #333510.
16323
16324 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16325
16326         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16327           Fix invalid memory access: make sure string passed to
16328           regexec() is NUL-termianted.
16329
16330 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16331
16332         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16333         (mp3_type_find):
16334           Refactor mpeg/audio typefinding to make it more maintainable
16335           and easier to fine-tune. Make probing into middle of the file
16336           work properly (fixes #333900, also see #152688).
16337
16338 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16339
16340         * gst/typefind/gsttypefindfunctions.c:
16341         (utf8_type_find_have_valid_utf8_at_offset):
16342           Remove part from previous commit that was bogus:
16343           g_utf8_validate() does in fact not accept embedded
16344           zeroes, so we don't need to check for those (thanks
16345           to Mike for the hint).
16346
16347 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16348
16349         * gst/typefind/gsttypefindfunctions.c:
16350         (utf8_type_find_count_embedded_zeroes),
16351         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16352           Make plain/text typefinder more conservative: firstly, check
16353           for embedded zeroes, which are perfectly valid UTF-8 characters,
16354           but also a fairly good sign that something is not a plain text
16355           file; secondly, probe into the middle of the file if possible.
16356           If we can't probe into the middle, limit the probability value
16357           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16358
16359 2006-03-08  Michael Smith  <msmith@fluendo.com>
16360
16361         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16362           Make typefind function name for mpeg4 video unique.
16363
16364 2006-03-08  Wim Taymans  <wim@fluendo.com>
16365
16366         * ext/libvisual/visual.c: (gst_visual_init),
16367         (gst_visual_clear_actors), (gst_visual_dispose),
16368         (gst_visual_reset), (gst_visual_src_setcaps),
16369         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16370         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16371         (gst_visual_chain), (gst_visual_change_state):
16372         Cleanups, post nice errors.
16373         Handle sink and src events.
16374         Implement simple QoS.
16375
16376         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16377         Use new basesink methods to configure max-lateness.
16378         Small doc update.
16379
16380         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16381         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16382         Debug statement cleanups.
16383
16384         * gst/volume/gstvolume.c: (gst_volume_class_init):
16385         Simple cleanup.
16386
16387 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16388
16389         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16390         (gst_text_overlay_init), (gst_text_overlay_set_property),
16391         (gst_text_overlay_get_property):
16392           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16393           as string type properties, but mark them deprecated. Add
16394           'halignment' and 'valignment' properties that use enums
16395           instead of strings.
16396
16397 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16398
16399         Patch by: Fabrizio Gennari
16400
16401         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16402           Allow palettes with less than 256 colours in AVI files
16403           (#333488)
16404
16405 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16406
16407         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16408         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16409         pad. We were releasing the queued text buffer when we should keep
16410         it until video pad gets EOS or discard the text buffer because it's
16411         too old. That was eating the last subtitle buffer. Add some more
16412         debug.
16413
16414 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16415
16416         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16417         (gst_text_overlay_video_chain):
16418           Fix invalid memory access (we can't access a buffer after it's been
16419           pushed downstream without taking a reference); fix memory leak (if
16420           there's no text to render, bail out before allocating stuff).
16421
16422 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16423
16424         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16425         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16426         * ext/pango/gsttextoverlay.h:
16427           If input is plain text, escape it before passing it to
16428           pango_layout_set_markup().
16429
16430 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16431
16432         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16433           Don't ignore flow return from gst_pad_push().
16434
16435 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16436
16437         Patch by: Fabrizio Gennari
16438
16439         * ext/libvisual/visual.c: (gst_visual_getcaps),
16440         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16441         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16442         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16443         (gst_vorbisenc_convert_sink):
16444         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16445         (gst_audio_duration_from_pad_buffer):
16446         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16447         (gst_audio_filter_chain):
16448         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16449         (gst_base_rtp_depayload_setcaps):
16450         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16451         (gst_video_get_size):
16452         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16453           Don't leak references returned by gst_pad_get_parent()
16454           (#333663)
16455
16456 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16457
16458         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16459           change location param details
16460         * gst/volume/gstvolume.c: (plugin_init):
16461           correct plugin description
16462
16463 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16464
16465         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16466         (gst_gnome_vfs_src_check_get_range):
16467           Override GstBaseSrc::check_get_range() in order to avoid opening
16468           the resource just to check whether we can operate in pull-mode or
16469           not - we can predict that pretty well from the URI alone. Should
16470           fix problems with last.fm (#331690). (Requires latest core CVS).
16471
16472 2006-03-06  Wim Taymans  <wim@fluendo.com>
16473
16474         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16475         (gst_video_sink_class_init):
16476         Throw away frames that are later than 20 ms.
16477
16478 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16479
16480         Patch by: Fabrizio Gennari
16481
16482         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16483           Set depth on WMA caps (#333545)
16484
16485 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16486
16487         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16488         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16489           put Theora BOS pages before others.  This hardcodes
16490           the Ogg/Theora I profile, but hey.
16491
16492 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16493
16494         * ext/ogg/README:
16495           updated with some examples
16496         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16497         (granulepos_add), (theora_buffer_from_packet):
16498         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16499         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16500         (gst_vorbisenc_chain):
16501           implement strategy from ext/ogg/README
16502         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16503         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16504         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16505         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16506           Fix muxer so that oggz-validate is happy with all streams;
16507           except for no eos mark, and the BOS page ordering
16508         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16509         (check_buffer_granulepos):
16510         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16511           update tests to check for OFFSET being set as requested
16512           fixed type of granulepos, it's not a ClockTime
16513
16514 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16515
16516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16517         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16518         Check that the xvimage we are creating has a correct size
16519         before returning it. (#314897)
16520
16521 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16522
16523         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16524           Give id3 and ape tag typefinders a rank slightly higher
16525           than PRIMARY to ensure they're always run before any of
16526           the other typefinders (in particular wav and mp3) (#324186).
16527
16528 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16529
16530         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16531           Add support for '3IVD' fourcc (#333403).
16532
16533 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16534
16535         * configure.ac:
16536           Bump requirements to GStreamer CVS for the new error enum.
16537
16538         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16539           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16540           space left on the device (fixes #333352).
16541
16542 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16543
16544         * win32/vs6:
16545           add a project file for libgstvolume
16546           update the workspace
16547
16548 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16549
16550         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16551         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16552         (GST_START_TEST):
16553           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16554           Set IN_CAPS on header buffers
16555
16556 2006-03-02  Wim Taymans  <wim@fluendo.com>
16557
16558         * docs/plugins/Makefile.am:
16559         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16560         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16561         Add audioresample to docs.
16562
16563         * gst/audioconvert/gstaudioconvert.c:
16564         Add revision date.
16565
16566         * gst/audioresample/gstaudioresample.c:
16567         (gst_audioresample_base_init), (gst_audioresample_class_init),
16568         (gst_audioresample_init), (gst_audioresample_dispose),
16569         (audioresample_get_unit_size), (audioresample_transform_caps),
16570         (resample_set_state_from_caps), (audioresample_transform_size),
16571         (audioresample_set_caps), (audioresample_event),
16572         (audioresample_do_output), (audioresample_transform),
16573         (audioresample_pushthrough), (gst_audioresample_set_property),
16574         (gst_audioresample_get_property), (plugin_init):
16575         * gst/audioresample/gstaudioresample.h:
16576         Added docs.
16577         Small code cleanups.
16578
16579 2006-03-02  Wim Taymans  <wim@fluendo.com>
16580
16581         * docs/plugins/Makefile.am:
16582         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16583         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16584         Added videoscale to docs.
16585
16586         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16587         (gst_video_rate_swap_prev), (gst_video_rate_event),
16588         (gst_video_rate_chain):
16589         Fix typo in docs.
16590
16591         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16592         (gst_video_scale_init), (gst_video_scale_prepare_size),
16593         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16594         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16595         * gst/videoscale/gstvideoscale.h:
16596         Added docs, examples.
16597         Some code cleanups.
16598         Post errors instead of g_warning.
16599
16600 2006-03-02  Wim Taymans  <wim@fluendo.com>
16601
16602         * docs/libs/gst-plugins-base-libs-docs.sgml:
16603         * docs/libs/gst-plugins-base-libs-sections.txt:
16604         * docs/libs/gst-plugins-base-libs.types:
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 some more docs to libs and plugins.
16609
16610         * gst-libs/gst/audio/gstringbuffer.c:
16611         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16612         * gst-libs/gst/audio/gstringbuffer.h:
16613         Document ringbuffer some more.
16614
16615         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16616         (gst_video_rate_setcaps), (gst_video_rate_reset),
16617         (gst_video_rate_init), (gst_video_rate_flush_prev),
16618         (gst_video_rate_swap_prev), (gst_video_rate_event),
16619         (gst_video_rate_chain), (gst_video_rate_change_state):
16620         * gst/videorate/gstvideorate.h:
16621         Fix videorate to use segments.
16622         Make it work with 0/1 framerates (closes #331903)
16623         Handle EOS correctly.
16624         Added docs.
16625
16626 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16627
16628         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16629         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16630         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16631           In state change function, first chain up to parent class,
16632           then handle downwards state change stuff. Remove some
16633           commented out cruft from 0.8 code.
16634
16635 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16636
16637         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16638         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16639         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16640         (gst_ogm_parse_chain):
16641           Don't remove/re-add source pad if the new caps are the same as
16642           the old caps anyway (#333042). When removing source pad, don't
16643           unref it afterwards - we didn't ref it when adding. Sprinkle some
16644           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16645           after using gst_pad_get_parent(). Return downstream flow return
16646           value in chain function.
16647
16648 2006-03-02  Wim Taymans  <wim@fluendo.com>
16649
16650         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16651         * docs/plugins/gst-plugins-base-plugins.args:
16652         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16653         * docs/plugins/gst-plugins-base-plugins.interfaces:
16654         * docs/plugins/gst-plugins-base-plugins.signals:
16655         Fix hierarchy, added some more elements to the docs.
16656
16657         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16658         (gst_ffmpegcsp_get_type):
16659         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16660         Fix docs for ffmpegcolorspace.
16661
16662 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16663
16664         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16665         (apetag_type_find), (ape_type_find), (plugin_init):
16666           Some typefinding fine-tuning:
16667           - rank ID3/APE tags in order of preference via probabilities, so that
16668             ID3v2 > APEv2 > APEv1 > ID3v1.
16669           - three or four bytes don't really justify MAXIMUM probability,
16670             change those to 'very likely' (musepack and monkeysaudio).
16671
16672 2006-03-01  Wim Taymans  <wim@fluendo.com>
16673
16674         * docs/plugins/Makefile.am:
16675         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16676         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16677         * ext/alsa/gstalsamixer.c:
16678         * ext/alsa/gstalsamixer.h:
16679         * ext/alsa/gstalsamixerelement.c:
16680         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16681         * ext/alsa/gstalsamixerelement.h:
16682         * ext/alsa/gstalsasink.c:
16683         * ext/alsa/gstalsasink.h:
16684         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16685         (gst_alsasrc_init):
16686         * ext/alsa/gstalsasrc.h:
16687         Added alsa docs.
16688         Small code cleanups.
16689
16690 2006-03-01  Wim Taymans  <wim@fluendo.com>
16691
16692         * ext/theora/Makefile.am:
16693         Dist new header too,
16694
16695 2006-03-01  Wim Taymans  <wim@fluendo.com>
16696
16697         * docs/plugins/Makefile.am:
16698         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16699         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16700         * ext/gnomevfs/gstgnomevfssink.h:
16701         * ext/gnomevfs/gstgnomevfssrc.h:
16702         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16703         * ext/vorbis/vorbisdec.h:
16704         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16705         * ext/vorbis/vorbisenc.h:
16706         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16707         (vorbis_parse_chain), (vorbis_parse_change_state):
16708         * ext/vorbis/vorbisparse.h:
16709         * gst/audioconvert/gstaudioconvert.h:
16710         * gst/tcp/gsttcpserversink.h:
16711         * gst/videotestsrc/gstvideotestsrc.c:
16712         * gst/videotestsrc/gstvideotestsrc.h:
16713         * gst/volume/gstvolume.c:
16714         * gst/volume/gstvolume.h:
16715         Fix some more docs.
16716         Added docs for vorbisdec and vorbisparse.
16717         Fix vorbisparse.
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/pango/gstclockoverlay.h:
16725         * ext/pango/gsttextoverlay.h:
16726         * ext/pango/gsttextrender.h:
16727         * ext/pango/gsttimeoverlay.h:
16728         * ext/theora/gsttheoradec.h:
16729         * ext/theora/gsttheoraenc.h:
16730         * ext/theora/theoradec.c:
16731         * ext/theora/theoraenc.c:
16732         * gst/audioconvert/gstaudioconvert.h:
16733         * gst/audiotestsrc/gstaudiotestsrc.h:
16734         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16735         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16736         * gst/tcp/gstmultifdsink.h:
16737         Updated/added documentation.
16738
16739         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16740         (gst_text_overlay_halign_get_type),
16741         (gst_text_overlay_wrap_mode_get_type),
16742         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16743         (gst_text_overlay_init), (gst_text_overlay_set_property),
16744         (gst_text_overlay_get_property):
16745         Fix up properties to be enums instead of string to make bindings,
16746         introspection and automatic GUI creation possible.
16747         Add getters for the properties.
16748
16749 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16750
16751         * gst/audiotestsrc/gstaudiotestsrc.c:
16752           added defines of M_PI and M_PI_2
16753         * gst/ffmpegcolorspace/avcodec.h:
16754           removed #include "stdint.h" for win32 as _stdint.h is 
16755           autogenerated to win32/common
16756         * win32/common/libgstaudio.def:
16757         * win32/common/libgsttag.def:
16758           added some exports
16759         * win32/vs6:
16760           some project files bugs corrected
16761         * win32/vs7:
16762           project files are reset to the default vs7 configuration 
16763           (they link to msvcr71.dll using default optimizations)
16764           
16765 2006-02-28  Wim Taymans  <wim@fluendo.com>
16766
16767         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16768         Fix some docs.
16769
16770 2006-02-28  Edward Hervey  <edward@fluendo.com>
16771
16772         * ext/alsa/gstalsasrc.c:
16773         Set proper class on the ElementDetails:
16774         Source/Audio instead of Src/Audio/
16775
16776 2006-02-28  Edward Hervey  <edward@fluendo.com>
16777
16778         * gst/videoscale/vs_scanline.c:
16779         (vs_scanline_resample_nearest_RGBA):
16780         Revert optimization in videoscale. It should go in liboil and have
16781         an appropriate liboil function.
16782
16783 2006-02-28  Wim Taymans  <wim@fluendo.com>
16784
16785         * gst-libs/gst/audio/gstbaseaudiosink.c:
16786         (gst_base_audio_sink_provide_clock):
16787         Don't try to provide a clock in the NULL state.
16788
16789 2006-02-28  Wim Taymans  <wim@fluendo.com>
16790
16791         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16792         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
16793         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16794         (gst_ogg_demux_deactivate_current_chain),
16795         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
16796         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
16797         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16798         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16799         Use GstSegment infrastructure to remove duplicated code
16800         and handle more seek cases correctly.
16801
16802 2006-02-28  Wim Taymans  <wim@fluendo.com>
16803
16804         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16805         (gst_ffmpegcsp_transform):
16806         Don't ignore return code from ffmpeg convert function.
16807
16808         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16809         Split out some long statements to ease debugging.
16810
16811 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
16812
16813         * ext/libvisual/visual.c: (gst_visual_init),
16814         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
16815         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
16816         being able to renegotiate the size. Instead, use the negotiation
16817         algorithm from the goom plugin to pick an initial output caps. 
16818
16819         Also, allow theoretical libvisual plugins that might support non-GL 
16820         output even if they also do GL.
16821
16822 2006-02-26  Julien MOUTTE  <julien@moutte.net>
16823
16824         * ext/libvisual/visual.c: (gst_visual_init),
16825         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
16826         (plugin_init): Load only non GL plugins. Fix some memleaks and 
16827         possible negotiation issues.
16828
16829 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16830
16831         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
16832
16833 2006-02-24  Michael Smith  <msmith@fluendo.com>
16834
16835         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
16836         (cmml_type_find), (plugin_init):
16837           Fix CMML type find function to not require a specific minor version
16838           of the CMML header.
16839
16840           Add an MPEG4 video elementary stream typefind function.
16841
16842 2006-02-04  Michael Smith  <msmith@fluendo.com>
16843
16844         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
16845         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
16846         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16847         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
16848         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
16849         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
16850           Annodex support in ogg demuxer. Doesn't do very much without the
16851           other annodex patches (to come).
16852
16853 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16854
16855         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
16856
16857         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16858           Pick up palette for MS video v1 (#327028)
16859
16860 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16861
16862         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16863         (gst_ffmpegcsp_caps_remove_format_info),
16864         (gst_ffmpegcsp_get_unit_size):
16865           The 'palette_data' field from incoming RGB caps shouldn't be
16866           proxied on outgoing YUV caps; also, restrict unit size
16867           adjustment in case of paletted data only to the unit that
16868           actually has a palette. Fixes #330711.
16869
16870 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16871
16872         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16873         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16874         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
16875         (gst_ffmpegcsp_get_unit_size):
16876           Plug some memory leaks.
16877
16878 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16879
16880         * sys/ximage/Makefile.am:
16881         * sys/xvimage/Makefile.am:
16882           Add some _CFLAGS and _LIBS that seem to be missing
16883           and/or required for Cygwin (see #317048).
16884
16885 2006-02-22  Wim Taymans  <wim@fluendo.com>
16886
16887         * ext/alsa/gstalsasrc.c:
16888         Fix description as pointed out by caugier.
16889
16890 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
16891
16892         Reviewed by : Edward Hervey  <edward@fluendo.com>
16893
16894         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
16895         (qt_type_find):
16896         Better 3gp typefinding (#331526).
16897
16898 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16899
16900         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
16901           Don't send EOS event here, the base class will send one for us.
16902
16903         * gst/playback/gstplaybasebin.c: (prepare_output):
16904           Subpictures without video stream aren't allowed either.
16905         
16906         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16907           Fix debug statement copy'n'paste-o.
16908
16909 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16910
16911         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
16912           Fix issues with mixer keeping state when muting/unmuting
16913           and when changing the volume whilst muted (see #331763
16914           and #331765).
16915
16916 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16917
16918         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
16919         (parse_subrip), (gst_sub_parse_format_autodetect):
16920           Set right caps given that we send escaped text. Also,
16921           honour <i></i>, <b></b> and <u></u> markers that can be found
16922           in .srt files (fixes #310202).
16923
16924 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16925
16926         * gst-libs/gst/audio/mixerutils.c:
16927         (element_factory_rank_compare_func):
16928           Make order in which elements are tried more determinable.
16929
16930 2006-02-20  Julien MOUTTE  <julien@moutte.net>
16931
16932         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
16933         (remove_element_chain), (cleanup_decodebin),
16934         (gst_decode_bin_change_state): Make decodebin reusable by
16935         fixing remove_element_chain first and then introduce a
16936         cleaner in state change to ->NULL. (Closes #331678)
16937
16938 2006-02-19  Wim Taymans  <wim@fluendo.com>
16939
16940         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
16941         use 0666 mask when creating files so umask gets applied
16942         correctly. Fixes #331295.
16943
16944 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
16945
16946         * gst/subparse/Makefile.am:
16947         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
16948         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
16949         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
16950         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
16951         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
16952         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
16953         * gst/subparse/gstssaparse.h:
16954         * gst/subparse/gstsubparse.c: (plugin_init):
16955           Add very basic parser for SSA subtitle streams (as often
16956           found in matroska files).
16957
16958 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
16959
16960         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
16961           That should be text/x-pango-markup, not text/x-pango-layout.
16962
16963 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16964
16965         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
16966         Polishing.
16967
16968 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16969
16970         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16971         (gst_text_overlay_finalize), (gst_text_overlay_init),
16972         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16973         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16974         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
16975         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
16976         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
16977         Fix state change deadlock.
16978
16979 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16980
16981         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16982         (gst_text_overlay_finalize), (gst_text_overlay_init),
16983         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16984         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16985         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
16986         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
16987         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
16988         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
16989         and subtitles files.
16990
16991 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16992
16993         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
16994         should be considered as raw.
16995
16996 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16997
16998         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16999         (cb_probe):
17000         * gst/playback/gststreaminfo.h: Introduce language informations.
17001
17002 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17003
17004         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17005         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17006         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17007         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17008         Set shared memory segments to be deleted as soon as we have attached,
17009         that way they get cleaned up automatically if we crash.
17010
17011 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17012
17013         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17014         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17015         functions are called with lock held.
17016
17017 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17018
17019         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17020         (gst_text_overlay_finalize), (gst_text_overlay_init),
17021         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17022         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17023         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17024         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17025         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17026         (gst_text_overlay_change_state): Refactoring of textoverlay
17027         without collectpads. This now supports sparse subtitles coming
17028         from a demuxer instead of a sub file. Seeking is still broken 
17029         though. Need to discuss with wtay some more on how to handle
17030         seeking correctly.
17031         * ext/pango/gsttextoverlay.h:
17032         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17033         subtitles coming from the demuxer.
17034
17035 2006-02-17  Wim Taymans  <wim@fluendo.com>
17036
17037         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17038         (gst_vorbisenc_convert_sink):
17039         Use some more scaling functions.
17040
17041 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17042
17043         * ext/cdparanoia/gstcdparanoiasrc.c:
17044         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17045         (gst_cd_paranoia_paranoia_callback),
17046         (gst_cd_paranoia_src_signal_is_being_watched),
17047         (gst_cd_paranoia_src_read_sector):
17048         * ext/cdparanoia/gstcdparanoiasrc.h:
17049           Add back 'transport-error' and 'uncorrected-error' signals and
17050           make them actually be fired when bad stuff happens (#319340).
17051
17052 2006-02-17  Wim Taymans  <wim@fluendo.com>
17053
17054         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17055         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17056         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17057         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17058         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17059         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17060         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17061         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17062         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17063         (gst_ring_buffer_clear):
17064         Small cleanups.
17065         Added some G_LIKELY.
17066
17067 2006-02-17  Wim Taymans  <wim@fluendo.com>
17068
17069         * gst-libs/gst/audio/TODO:
17070         Update TODO
17071
17072         * gst-libs/gst/audio/gstbaseaudiosink.c:
17073         (gst_base_audio_sink_get_offset):
17074         When trying to play samples ASAP and we don't have a
17075         previous sample, try to play at position 0 instead of
17076         an invalid position.
17077
17078 2006-02-17  Wim Taymans  <wim@fluendo.com>
17079
17080         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17081         (gst_alsasink_reset):
17082         Also release lock when we get an error in _reset();
17083         fix an error message.
17084
17085 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17086
17087         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17088         (gst_alsasink_init), (get_channel_free_structure),
17089         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17090         (gst_alsasink_close):
17091         * ext/alsa/gstalsasink.h:
17092           Add support for more than 2 channels (#326720).
17093
17094 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17095
17096         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17097           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17098           with 4 or 6 channels, assume a default channel layout to make things
17099           work (not sure there's anything else we can do in those cases).
17100
17101 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17102
17103         * gst-libs/gst/audio/multichannel.c:
17104           Minor docs fix.
17105
17106         * gst-libs/gst/riff/Makefile.am:
17107         * gst-libs/gst/riff/riff-ids.h:
17108         * gst-libs/gst/riff/riff-media.c:
17109         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17110           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17111           channels and a channel layout map.
17112           
17113 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17114
17115         Reviewed by Edward Hervey  <edward@fluendo.com>
17116
17117         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17118         C-level optimization of the RGBA nearest neighbour function.
17119         Eventually this might end up in liboil with vectorized versions.
17120
17121 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17122
17123         * gst-libs/gst/audio/multichannel.c:
17124         (gst_audio_get_channel_positions):
17125           When we have more than 2 channels, but no channel layout is
17126           specified in the caps, return some default channel layout
17127           to the caller and warn about about a possibly buggy element
17128           (could be buggy filtercaps as well of course) (#317038).
17129
17130 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17131
17132         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17133           Add gst-libs/gst/cdda to list of lib search paths.
17134
17135 2006-02-15  Andy Wingo  <wingo@pobox.com>
17136
17137         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17138         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17139         to the Lord Jesus that I do not have to touch the ogg muxer ever
17140         again.
17141
17142 2006-02-15  Edward Hervey  <edward@fluendo.com>
17143
17144         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17145         quicktime movie files can also contain 'uuid' atoms.
17146
17147 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17148
17149         * gst/audioconvert/plugin.c: (plugin_init):
17150           Register the GstAudioChannelPosition enum type with the type
17151           system in the plugin_init function, so that it is known before
17152           any element actually makes use of multi-channel stuff. This is
17153           required for example if one wants to be able to deserialise/use
17154           a caps string with channel positions before any pipeline has
17155           been setup and started, like with gst-launch.
17156
17157 2006-02-14  Wim Taymans  <wim@fluendo.com>
17158
17159         * gst-libs/gst/audio/gstringbuffer.c:
17160         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17161         (gst_ring_buffer_samples_done), (wait_segment),
17162         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17163         Add some compiler G_(UN_)LIKELY help.
17164         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17165         make sure they can exit their functions. Should fix #330748
17166
17167 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17168
17169         * Makefile.am:
17170         * configure.ac:
17171         * win32/MANIFEST:
17172         * win32/common/_stdint.h:
17173           Windows does not have long long; copy the generated _stdint.h
17174         * win32/common/interfaces-enumtypes.c:
17175         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17176         (gst_mixer_track_flags_get_type),
17177         (gst_tuner_channel_flags_get_type):
17178         * win32/common/multichannel-enumtypes.c:
17179         (gst_audio_channel_position_get_type):
17180           update
17181
17182 2006-02-13  Wim Taymans  <wim@fluendo.com>
17183
17184         * gst-libs/gst/audio/gstbaseaudiosink.c:
17185         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17186         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17187         Always sync on first sample we receive when starting.
17188
17189 2006-02-13  Wim Taymans  <wim@fluendo.com>
17190
17191         * gst/playback/gstplaybin.c: (gen_vis_element):
17192         Update vis bin docs.
17193         Move queue after tee so we don't queue video buffers but
17194         audio samples instead. Fixes problems where the video queue
17195         is filled and the audio queue empty.
17196
17197 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17198
17199         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17200           No need to push an EOS event here, GstBaseSrc will do that for us
17201           when we return FLOW_UNEXPECTED.
17202           
17203 2006-02-12  Wim Taymans  <wim@fluendo.com>
17204
17205         * gst-libs/gst/audio/gstbaseaudiosink.c:
17206         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17207         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17208         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17209         Use scale functions when possible.
17210         Fix error messages.
17211         Free clockid when after waiting for EOS.
17212         Use G_(UN_)LIKLY when it makes sense.
17213         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17214
17215 2006-02-12  Edward Hervey  <edward@fluendo.com>
17216
17217         * gst/playback/gstplaybasebin.c: (prepare_output): 
17218         Remove stray semi-colon (fixes #330888).
17219
17220 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17221
17222         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17224         Fix up the XShm call testing so that we catch errors, and don't
17225         cause new ones by attempting to detach from a segment we failed
17226         to attach to. Fixes #312439.
17227
17228 2006-02-10  Edward Hervey  <edward@fluendo.com>
17229
17230         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17231         Added flv file typefind (video/x-flv).
17232
17233 2006-02-10  Edward Hervey  <edward@fluendo.com>
17234
17235         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17236         (gst_riff_create_video_template_caps):
17237         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17238         Also added the caps to the default set of riff video caps.
17239
17240 2006-02-09  Andy Wingo  <wingo@pobox.com>
17241
17242         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17243         time and the end time of the last packet in the page.
17244         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17245         on the pages in our queue, set the duration as well. Reflow a
17246         debug statement.
17247         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17248         Fixes bad muxing order.
17249
17250 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17251
17252         * gst-libs/gst/rtp/gstbasertppayload.c:
17253         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17254           update seqnum before setting it on the packet; this makes sure
17255           that the timestamp and seqnum properties match after pushing
17256           a buffer
17257
17258 2006-02-09  Andy Wingo  <wingo@pobox.com>
17259
17260         * gst-libs/gst/audio/gstringbuffer.c
17261         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17262         overflow after 13.5 hours of recording. Kapow!
17263
17264         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17265         the buffer size -- we don't care about underrun/overrun reporting
17266         right now, just need to return a useful value.
17267
17268 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17269
17270         * configure.ac:
17271           Back to CVS
17272
17273 === release 0.10.3 ===
17274
17275 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17276
17277         * configure.ac:
17278           releasing 0.10.3, "Under Pressure"
17279
17280 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17281
17282         * configure.ac:
17283         Drat. Bump libtool version number for new API.
17284         Prelease 0.10.2.3 (of 0.10.3)
17285
17286 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17287
17288         * configure.ac:
17289         * win32/common/config.h:
17290         0.10.2.2 prerelease (of 0.10.3).
17291
17292 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17293
17294         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17295           Revert Andy's newsegment change pending a more correct
17296           fix.
17297
17298 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17299
17300         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17301         (qt_type_find), (plugin_init):
17302           detect more files as 3gp
17303           group and reorder the iso file formats
17304
17305 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17306
17307         * ext/vorbis/vorbis.c: (plugin_init):
17308           Register musicbrainz tags, so apps don't have to.
17309
17310 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17311
17312         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17313         (gst_tag_to_vorbis_tag):
17314           Make sure we called gst_tag_register_musicbrainz_tags()
17315           before possibly mapping a vorbiscomment string from/to a
17316           musicbrainz tag.
17317
17318 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17319
17320         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17321           In case we can't find the required number of consecutive
17322           mpeg audio frames to positively identify an MPEG audio
17323           stream, check if there's at least a valid mpeg audio
17324           frame right at offset 0 and if so suggest mpeg/audio
17325           caps with a very low probability (#153004).
17326
17327 2006-02-07  Andy Wingo  <wingo@pobox.com>
17328
17329         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17330         a TIME segment if we get timestamped buffers. Requires recent
17331         fixes in core to work properly.
17332
17333 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17334
17335         * gst/playback/gstplaybasebin.c: (prepare_output):
17336           Don't print the URI as part of the error message, it
17337           makes error dialogs look rather ugly, especially if
17338           the URI is very long or has characters in it that
17339           need escaping.
17340
17341 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17342
17343         * gst/playback/gstplaybasebin.c: (prepare_output):
17344           Error out if we have only text or subtitles, but nothing
17345           else. Also error out if we have subtitles but no video
17346           stream.
17347
17348 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17349
17350         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17351           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17352           Post an error message on the bus when we encounter an
17353           error, which will hopefully be more meaningful than the
17354           'Internal Flow Error' message users get to see if we
17355           just return GST_FLOW_ERROR.
17356
17357 2006-02-07  Andy Wingo  <wingo@pobox.com>
17358
17359         * configure.ac (GST_MAJORMINOR): Update core version req to
17360         0.10.2.2, for the collectpads API addition (#330244).
17361
17362 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17363
17364         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17365           Return FALSE from plugin_init() when GnomeVFS can't
17366           be initialised for some reason (#328423).
17367
17368 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17369
17370         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17371         Stick to seeking theory until i find the bug.
17372         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17373
17374 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17375
17376         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17377         (theora_enc_finalize), (theora_enc_sink_setcaps),
17378         (theora_set_header_on_caps), (theora_enc_chain),
17379         (theora_enc_change_state):
17380         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17381           Make theoraenc and the tests leak free. Like, really.
17382
17383 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17384
17385         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17386         (theora_enc_finalize), (theora_enc_sink_setcaps):
17387           Add a finalize method to ensure we clean up state even if
17388           someone omitted the state change back to NULL.
17389
17390         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17391         (gst_vorbisenc_chain):
17392           Free some more leaked bits.
17393
17394         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17395         (stop_pipeline):
17396           Wait for state changes to happen if they're ASYNC.
17397
17398           This ought to teach those fancy pants buildbots a lesson.
17399
17400 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17401
17402         * gst-libs/gst/tag/gstid3tag.c:
17403           Add mapping for ID3 International Standard Recording Code
17404           tag "TSRC"
17405
17406 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17407
17408         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17409           Don't leak tag names.
17410
17411 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17412
17413         * docs/libs/gst-plugins-base-libs-docs.sgml:
17414         * docs/libs/gst-plugins-base-libs-sections.txt:
17415         * gst-libs/gst/tag/gstid3tag.c:
17416         * gst-libs/gst/tag/gstvorbistag.c:
17417         * gst-libs/gst/tag/tags.c:
17418           Split libgsttag docs into multiple sections.
17419
17420 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17421
17422         * docs/libs/Makefile.am:
17423         * docs/libs/gst-plugins-base-libs-docs.sgml:
17424         * docs/libs/gst-plugins-base-libs-sections.txt:
17425         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17426         * gst-libs/gst/tag/gstvorbistag.c:
17427         * gst-libs/gst/tag/tag.h:
17428         * gst-libs/gst/tag/tags.c:
17429           Add libgsttag to the docs.
17430
17431 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17432
17433         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17434         (gst_text_overlay_init), (gst_text_overlay_src_event),
17435         (gst_text_overlay_collected): Fix clockoverlay.
17436
17437 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17438
17439         * docs/libs/compiling.sgml:
17440           Fix typo: it's pkg-config, not pkg-gconfig
17441
17442         * docs/libs/gst-plugins-base-libs-docs.sgml:
17443         * docs/libs/gst-plugins-base-libs-sections.txt:
17444         * docs/libs/tmpl/gstgconf.sgml:
17445           There is no libgstgconf in 0.10, remove it
17446           from the docs.
17447
17448 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17449
17450         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17451         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17452         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17453         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17454         (gst_sub_parse_class_init), (gst_sub_parse_init),
17455         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17456         (parse_mpsub), (parser_state_init), (handle_buffer),
17457         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17458         * gst/subparse/gstsubparse.h: Introduce seeking code.
17459
17460 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17461
17462         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17463           Add comment about LANGUAGE tag inconsistency (we want
17464           ISO-639-1, but extract three-letter identifiers?)
17465
17466         * po/POTFILES.in:
17467           Add two translatable files.
17468
17469 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17470
17471         * gst-libs/gst/tag/Makefile.am:
17472         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17473         * gst-libs/gst/tag/tag.h:
17474         * gst-libs/gst/tag/tags.c:
17475         (gst_tag_register_musicbrainz_tags_internal),
17476         (gst_tag_register_musicbrainz_tags):
17477           Forward-port some tags stuff from the 0.8 branch. This is
17478           mostly the addition of musicbrainz tags and their mapping
17479           to vorbistags, and a vorbistag mapping of the language tag.
17480
17481 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17482
17483         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17484         refactoring.
17485
17486 2006-02-04  David Schleef  <ds@schleef.org>
17487
17488         * ext/ogg/gstoggmux.c:
17489         * gst/typefind/gsttypefindfunctions.c:
17490           Add Dirac typefinding and add dirac format to oggmux.
17491
17492 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17493
17494         * gst/playback/gstdecodebin.c: (try_to_link_1):
17495           Don't put essential function call into
17496           g_return_*() macro, otherwise it'll all be
17497           replaced by NOOPs when compiling with
17498           G_DISABLE_CHECKS defined.
17499
17500 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17501
17502         * ext/ogg/gstoggdemux.c:
17503         * ext/ogg/gstoggparse.c:
17504         * gst/tcp/gsttcpserversink.c:
17505         * sys/v4l/v4lsrc_calls.c:
17506         * sys/v4l/v4lsrc_calls.h:
17507         Just make it compile with --disable-gst-debug.
17508
17509 2006-02-03  Wim Taymans  <wim@fluendo.com>
17510
17511         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17512         (gst_alsasink_class_init), (gst_alsasink_init),
17513         (gst_alsasink_write), (gst_alsasink_reset):
17514         * ext/alsa/gstalsasink.h:
17515         Add lock to protect alsa calls.
17516         Implement reset to flush samples ASAP, does not work
17517         with dmix though.
17518
17519 2006-02-02  Wim Taymans  <wim@fluendo.com>
17520
17521         * gst-libs/gst/audio/gstbaseaudiosink.c:
17522         (gst_base_audio_sink_provide_clock):
17523         Ugh.. getting late I guess...
17524
17525 2006-02-02  Wim Taymans  <wim@fluendo.com>
17526
17527         * gst-libs/gst/audio/gstbaseaudiosink.c:
17528         (gst_base_audio_sink_provide_clock),
17529         (gst_base_audio_sink_set_property),
17530         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17531         Don't try to provide a clock when we are not negotiated since
17532         we might not be able to make it run.
17533
17534 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17535
17536         * gst/playback/gstdecodebin.c: (try_to_link_1):
17537           Unlinking two source pads is ... hard.
17538
17539 2006-02-02  Wim Taymans  <wim@fluendo.com>
17540
17541         * gst-libs/gst/audio/TODO:
17542         Updated.
17543
17544         * gst-libs/gst/audio/gstbaseaudiosink.c:
17545         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17546         On EOS, wait till the last sample is played before posting EOS.
17547
17548 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17549
17550         Patch by: Kai Vehmanen
17551         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17552           Adds ability to enable newsegment bypass by setting queue_delay to
17553           zero. Also avoid thread being started if queue_delay is zero.
17554
17555 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17556
17557         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17558           Make test work again by connecting fakesinks to each decoded pad,
17559           which makes the pipeline wait until each fakesink has a buffer
17560           queued before going to PAUSED state. At that point we know the
17561           decodebin pads are negotiated.
17562
17563 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17564
17565         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17566         (gst_cdda_base_src_handle_event):
17567         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17568           Pass unhandled queries to the parent class's query function.
17569
17570 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17571
17572         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17573         (gst_ogg_pad_src_query):
17574         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17575         * ext/theora/theoradec.c: (theora_dec_src_query),
17576         (theora_dec_sink_query):
17577         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17578         (vorbis_dec_sink_query):
17579         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17580         (gst_vorbisenc_sink_query):
17581         * gst/adder/gstadder.c: (gst_adder_query):
17582           Pass unhandled queries upstream instead of just
17583           dropping them (#326447). Also, fix supported
17584           query types list for some elements.
17585
17586 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17587
17588         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17589         (paris_type_find), (ilbc_type_find), (plugin_init):
17590           Fix typefinding for audio/x-au, audio/x-paris and
17591           audio/iLBC-sh. We cannot use the START_WITH macros
17592           here, because there can only be one typefind factory
17593           with the same name (caps), so the second one would
17594           replace the first one and the first one would never
17595           be called when doing typefinding (see #161712).
17596           
17597
17598 2006-01-31  Wim Taymans  <wim@fluendo.com>
17599
17600         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17601         (vorbis_handle_header_packet), (vorbis_dec_push),
17602         (vorbis_handle_data_packet):
17603         Use scale_int when we can, add some more scaling.
17604         Check packettype before parsing it.
17605
17606 2006-01-31  Wim Taymans  <wim@fluendo.com>
17607
17608         * ext/theora/theoradec.c: (_theora_granule_time),
17609         (theora_dec_src_convert), (theora_dec_sink_convert):
17610         Call right _scale functions.
17611         Use parameter instead of some other random value.
17612
17613 2006-01-31  Wim Taymans  <wim@fluendo.com>
17614
17615         * ext/theora/theoradec.c: (_theora_granule_frame),
17616         (_theora_granule_time), (_inc_granulepos),
17617         (theora_dec_src_convert), (theora_dec_sink_convert),
17618         (theora_handle_type_packet), (theora_handle_data_packet),
17619         (theora_dec_chain):
17620         Use higher precision timestamps calculation.
17621         Convert some other conversions to _scale.
17622
17623 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17624
17625         * gst/audiotestsrc/gstaudiotestsrc.c:
17626         (gst_audio_test_src_create_sine_table), (plugin_init):
17627         * gst/volume/gstvolume.c: (plugin_init):
17628           initialize gst_controller before using
17629
17630 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17631
17632         * tests/check/pipelines/theoraenc.c:
17633         * tests/check/pipelines/vorbisenc.c:
17634         Define constant using G_GINT64_CONSTANT to avoid errors when
17635         passing it around - otherwise it gets truncated to 32 bits.
17636
17637         Fixes failing tests.
17638
17639 2006-01-31  Andy Wingo  <wingo@pobox.com>
17640
17641         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17642         caps being set doesn't have a framerate value. Basically a stopgap
17643         measure.
17644
17645         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17646         technically correct enough to put into core though.
17647         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17648         DURATION. Fixes theoraenc ! oggmux.
17649
17650         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17651         fraction, not double.
17652
17653 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17654
17655         * win32/vs7:
17656         add vs7 project files created by Sergey Scobich
17657
17658 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17659
17660         * win32/vs8:
17661         add vs8 project files created by Sergey Scobich
17662         
17663 2006-01-30  Andy Wingo  <wingo@pobox.com>
17664
17665         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17666         timestamp + duration, not just timestamp -- ogg pages should be
17667         ordered by stop time. Necessary fix given the change in vorbis
17668         timestamps.
17669
17670         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17671         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17672         (granulepos_add): New function, handles the messiness of adjusting
17673         granulepos values.
17674         (theora_buffer_from_packet):
17675         (theora_enc_chain):
17676         (theora_enc_sink_event): Use granulepos_add, not +.
17677
17678         * tests/check/pipelines/theoraenc.c
17679         (check_buffer_granulepos_from_starttime): Just check the frame
17680         count, not the actual granulepos -- we can't dictate to the
17681         encoder when it should be placing keyframes.
17682
17683 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17684
17685         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17686           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17687           play an http:// stream from a server that's not serving
17688
17689 2006-01-30  Andy Wingo  <wingo@pobox.com>
17690
17691         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17692         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17693         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17694         available.
17695
17696         * ext/theora/gsttheoraenc.h:
17697         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17698         although theoraenc was timestamping correctly. Added handling of
17699         streams that start with nonzero timestamps.
17700
17701         * tests/check/Makefile.am:
17702         * tests/check/pipelines/theoraenc.c: New file, basically does same
17703         tests as vorbisenc.
17704
17705         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17706
17707 2006-01-30  Wim Taymans  <wim@fluendo.com>
17708
17709         * gst-libs/gst/audio/gstaudiosink.c:
17710         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17711         (gst_audioringbuffer_pause):
17712         Implement pause that does not wait for completion.
17713
17714         * gst-libs/gst/audio/gstbaseaudiosink.c:
17715         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17716         Don't drop buffers when going to PAUSED but perform preroll on
17717         remaining samples now that core base class supports this.
17718
17719         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17720         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17721         (gst_ring_buffer_commit):
17722         Pause should not signal waiters.
17723         Implement return value of _commit correctly.
17724
17725 2006-01-30  Andy Wingo  <wingo@pobox.com>
17726
17727         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17728
17729         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17730         updated to timestamp from the first sample, not the last.
17731         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17732         special care of granulepos and timestamp for header packets.
17733         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17734         when the first buffer has a nonzero timestamp.
17735
17736         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17737         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17738         case when the first audio buffer we get has a nonzero timestamp.
17739         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17740         properly timestamp vorbis buffers with the time of the first
17741         sample, not the last.
17742         
17743         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17744         vorbis_granule_time_copy -- now it takes the granule/subgranule
17745         offset into account.
17746
17747         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17748         timestamps, durations, and granulepos on buffers produced by
17749         vorbisenc.
17750
17751 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17752
17753         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17754         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17755           Patch from Eric Jonas to support conversions to/from UYVY 
17756           (Fixes: #324626)
17757
17758 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17759
17760         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17761         (setup_subtitle), (setup_source), (set_active_source):
17762         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17763         (gen_text_element), (gen_audio_element), (gen_vis_element),
17764         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17765
17766 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17767
17768         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17769         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17770                 use gst_guint64_to_gdouble to be compliant with vs6
17771         * gst/playback/gstdecodebin.c: (try_to_link_1)
17772         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17773                 use G_GINT64_CONSTANT for int64 constants
17774         * win32/common/libgstinterfaces.def:
17775                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17776         * win32/vs6:
17777                 update and add new project files
17778                 
17779 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17780
17781         * Makefile.am:
17782         * win32/MANIFEST:
17783         * win32/common/interfaces-enumtypes.c:
17784         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17785         (gst_mixer_track_flags_get_type),
17786         (gst_tuner_channel_flags_get_type):
17787         * win32/common/interfaces-enumtypes.h:
17788         * win32/common/multichannel-enumtypes.c:
17789         (gst_audio_channel_position_get_type):
17790         * win32/common/multichannel-enumtypes.h:
17791           add a win32-update rule like in core, and copy over enumtypes files
17792
17793 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17794
17795         * win32/MANIFEST:
17796         * win32/common/config.h:
17797         * win32/common/config.h.in:
17798           add config files just like in core
17799
17800 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
17801
17802         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
17803           Make gcc-4.1 happy (part of #327357).
17804
17805 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17806
17807         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
17808         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
17809         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
17810         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
17811         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
17812         (gst_alsasrc_unprepare), (gst_alsasrc_read):
17813           Update all error messages.  All of them should either use
17814           the default translated message, or actually provide a
17815           translatable string.
17816           Make the string for channel count problems meaningful.
17817
17818 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17819
17820         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17821           check for and throw RESOURCE_BUSY
17822
17823 2006-01-27  David Schleef  <ds@schleef.org>
17824
17825         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
17826           checked in this change -- it requires liboil features not
17827           in 0.3.6.  Revert parts.
17828
17829 2006-01-27  David Schleef  <ds@schleef.org>
17830
17831         * REQUIREMENTS:
17832         * configure.ac: update liboil requirement to 0.3.6
17833         * gst/videoscale/Makefile.am:
17834         * gst/videoscale/vs_scanline.c: liboilify
17835
17836 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17837
17838         * ext/libvisual/visual.c: (get_buffer):
17839           When pad_alloc returns a GstFlowReturn other
17840           than GST_FLOW_OK, make sure it is passed upstream.
17841
17842 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17843
17844         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17845         (gst_alsasink_class_init):
17846           Free the device name string.
17847
17848         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17849         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
17850         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
17851           Don't remove a pad from the collectpads structure until it
17852           is released - it's a request pad, and may receive data again
17853           if the element gets moved back to PLAYING state.
17854
17855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17856           Ensure we turn on double buffering on the Xv port, and
17857           set the colour key to something dark and mysterious that
17858           isn't black.
17859
17860 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17861
17862         * ext/alsa/gstalsaplugin.c: (plugin_init):
17863         * ext/cdparanoia/gstcdparanoiasrc.c:
17864         (gst_cd_paranoia_src_base_init), (plugin_init):
17865         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17866         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
17867           - a library should not call setlocale. see "Libraries" node in
17868             gettext manual
17869           - make sure all plugins that use translation do bindtextdomain
17870             to point to the localedir
17871         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
17872         (setup_sinks), (plugin_init):
17873           all this, and check for NULL when creating sinks
17874
17875 2006-01-27  Julien MOUTTE  <julien@moutte.net>
17876
17877         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
17878         (plugin_init): Make typefinding of subtitles work again.
17879
17880 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17881
17882         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17883         (mp3_type_frame_length_from_header), (mp3_type_find),
17884         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
17885         (plugin_init):
17886           Backport a bunch of typefinding fixes from the 0.8 branch.
17887           Also, improve wavpack typefinding: if we can't peek the
17888           entire wavpack block, try to parse the bits we can get and
17889           see if we find what we're looking for in those.
17890
17891 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17892
17893         * sys/ximage/ximagesink.c:
17894         (gst_ximagesink_calculate_pixel_aspect_ratio):
17895         * sys/xvimage/xvimagesink.c:
17896         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
17897         more cases of pixel aspect ratio.
17898
17899 2006-01-26  Edward Hervey  <edward@fluendo.com>
17900
17901         * gst/playback/gstdecodebin.c: (pad_probe):
17902         Also consider the flush-start and tag events as unblockers
17903         for the pad probes.
17904
17905 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17906
17907         * gst/playback/gstplaybin.c: (gst_play_bin_init),
17908         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
17909         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
17910         On the fly visualisation switch, works disabling, enabling as
17911         well but it won't be able to enable vis in a playbin that was
17912         created with no visualisation.
17913
17914 2006-01-25  Wim Taymans  <wim@fluendo.com>
17915
17916         * gst-libs/gst/audio/gstbaseaudiosink.c:
17917         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17918         Undo previous commit that returned WRONG_STATE sooner, it breaks 
17919         resume after pause.
17920
17921 2006-01-25  Wim Taymans  <wim@fluendo.com>
17922
17923         * gst-libs/gst/audio/gstbaseaudiosink.c:
17924         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
17925         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
17926         Improve debugging.
17927         Post error when caps cannot be parsed.
17928         Resync on discontinuity in the stream.
17929         Clip samples to segment boundaries.
17930         return WRONG_STATE sooner when we are flushing.
17931
17932         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
17933         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
17934         Make audiosrc operate in TIME.
17935         Set TIMESTAMP and DURATION on buffers.
17936
17937 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
17938
17939         * tests/examples/seek/seek.c: (main):
17940           Output tag messages as well.
17941
17942 2006-01-23  Edward Hervey  <edward@fluendo.com>
17943
17944         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17945         (free_pad_probes), (remove_fakesink), (pad_probe),
17946         (close_pad_link), (gst_decode_bin_change_state):
17947         Replace GstPadBlockCallback with pad probes that detect
17948         first buffer AND eos before removing fakesink.
17949         Fixes hang with demuxers doing EOS while pre-rolling.
17950         Solves #328279
17951
17952 2006-01-23  Andy Wingo  <wingo@pobox.com>
17953
17954         * ext/alsa/gstalsasink.c:
17955         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17956         (gst_base_rtp_depayload_setcaps),
17957         (gst_base_rtp_depayload_add_to_queue),
17958         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
17959         
17960         Patch by: Jens Granseuer <jensgr at gmx dot net>
17961
17962 2006-01-22  Julien MOUTTE  <julien@moutte.net>
17963
17964         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
17965         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17966         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
17967         frames. We might get a frame destroyed after changing state to
17968         NULL, adding a safety check on xcontext.
17969
17970 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
17971
17972         * gst-libs/gst/interfaces/xoverlay.c:
17973           Fix prepare-xwindow-id code example in the docs - we need to
17974           ignore all messages that aren't element messages as well.
17975           
17976 2006-01-21  Julien MOUTTE  <julien@moutte.net>
17977
17978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
17979           I think one day i'll completely undestand how caps negotiation
17980           is supposed to work. This refactoring handles buffer_alloc
17981           called with caps we can't handle. We definitely don't want a
17982           set_caps with those caps, so we define and allocate a buffer
17983           we would like to receive.
17984
17985 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17986
17987         * gst/playback/gstplaybasebin.c: (setup_source):
17988           Free iterator when done.
17989
17990 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
17991
17992         * gst-libs/gst/audio/gstbaseaudiosink.c:
17993         (gst_base_audio_sink_render):
17994           Fix playback of non-synchronised streams by assuming a rate
17995           of 1.0 instead of a random one.
17996
17997           Makes this work again:
17998
17999           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18000           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18001           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18002           audioresample ! alsasink
18003
18004 === release 0.10.2 ===
18005
18006 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18007
18008         * configure.ac:
18009           releasing 0.10.2, "Then the devil is six"
18010
18011 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18012
18013         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18014         * gst/playback/gststreamselector.c:
18015         (gst_stream_selector_set_property):
18016           Comment out broken code that connects to the state-changed signal.
18017           At this point, changing current stream selection is broken, but 
18018           stuff like gst-launch playbin current-audio=1 works and filters
18019           to the chosen stream.
18020
18021 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18022
18023         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18024           Fix #327216 (null dereference in vorbisdec)
18025
18026 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18027
18028         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18029           Post taglist actually on bus instead of just freeing it
18030           (fixes #327114 and totem bug #327080).
18031
18032         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18033           Use gst_element_found_tags_for_pad(), so that the tags
18034           are sent downstream as an event as well.
18035
18036 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18037
18038         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18039         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18040         (gst_ximagesink_buffer_alloc):
18041         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18042         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18043         (gst_xvimagesink_buffer_alloc):
18044           move all regularly occurring messages to GST_LOG level
18045           add some more object logs
18046
18047 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18048
18049         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18050           fix a silly segfault
18051
18052 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18053
18054         * docs/libs/gst-plugins-base-libs-docs.sgml:
18055         * docs/libs/gst-plugins-base-libs-sections.txt:
18056         * gst-libs/gst/audio/mixerutils.c:
18057         * gst-libs/gst/audio/mixerutils.h:
18058           Add docs for mixerutils stuff.
18059
18060 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18061
18062         * gst/playback/gstplaybasebin.c: (setup_source):
18063           Fix playback for sources that emit raw audio or
18064           raw video streams (e.g.: cd audio sources) (#325984).
18065
18066 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18067
18068         * gst-libs/gst/audio/mixerutils.c:
18069         (gst_audio_mixer_filter_do_filter):
18070           actually save the element we create
18071
18072 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18073
18074         * gst-libs/gst/cdda/gstcddabasesrc.c:
18075         (gst_cdda_base_src_handle_track_seek):
18076           No need to post a tag message on the bus when seeking
18077           within the same track, only post it when the current
18078           track changes.
18079
18080 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18081
18082         * gst/playback/gstplaybasebin.c: (group_destroy),
18083         (probe_triggered), (new_decoded_pad), (mute_group_type),
18084         (set_active_source):
18085         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18086         * gst/playback/gststreamselector.c:
18087         (gst_stream_selector_base_init),
18088         (gst_stream_selector_set_property),
18089         (gst_stream_selector_request_new_pad):
18090           Reenable stream selection. These mechanisms need a complete overhaul
18091           in the face of 0.8->0.10 changes though.
18092
18093 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18094
18095         * ext/ogg/gstoggdemux.c:
18096           Change the pad template to src_%d to match the pads that 
18097           are created from it. decodebin needs this information in order
18098           to decide that oggdemux is capable of producing multiple pads
18099           (and hence needs queues inserted).
18100
18101         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18102         (gst_ogg_mux_collected):
18103           Make debug output more useful by using GST_PTR_FORMAT.
18104
18105 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18106
18107         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18108
18109         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18110           Set depth and width for alaw/mulaw (fixes #326601).
18111
18112 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18113
18114         * tests/icles/Makefile.am:
18115           don't build the tests if we don't have the libs
18116
18117 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18118
18119         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18120         (gst_cd_paranoia_paranoia_callback):
18121           Don't try to free NULL pointers.
18122
18123 2006-01-10  Edward Hervey  <edward@fluendo.com>
18124
18125         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18126         (gst_audio_rate_change_state), (plugin_init):
18127         Add debugging category.
18128         Fix type issues.
18129         Add case for incoming buffers without valid offset/offset_end.
18130
18131 2006-01-10  Michael Smith  <msmith@fluendo.com>
18132
18133         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18134           Don't leak GCond in audio sources.
18135
18136 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18137
18138         * gst/playback/gstplaybin.c: (gen_audio_element):
18139           Don't leak an autoaudiosink/alsasink when we generate
18140           a new audio element. (old code, I guess)
18141
18142 2006-01-10  Michael Smith  <msmith@fluendo.com>
18143
18144         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18145           Support float audio in audiorate.
18146           Use width rather than depth for selecting sample width.
18147
18148 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18149
18150         * gst/videotestsrc/videotestsrc.h:
18151           Use GLib types here (that way we don't have to include the
18152           generated _stdint.h header, which makes life easier for win32
18153           folks that don't use autotools for the build) (#325990, patch
18154           by: Sergey Scobich).
18155
18156 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18157
18158         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18159         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18160         (gst_ring_buffer_pause), (wait_segment):
18161         * gst-libs/gst/audio/gstringbuffer.h:
18162           Name (private) union, makes Forte compiler happy (this time
18163           for real) (#324900).
18164
18165 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18166
18167         * gst-libs/gst/audio/Makefile.am:
18168           Link against libgstinterfaces, needed for mixer
18169           and property probe stuff.
18170
18171 2006-01-09  Edward Hervey  <edward@fluendo.com>
18172
18173         * gst-libs/gst/Makefile.am:
18174
18175 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18176
18177         * gst-libs/gst/audio/Makefile.am:
18178         * gst-libs/gst/audio/mixerutils.c:
18179         (gst_audio_mixer_filter_do_filter),
18180         (gst_audio_mixer_filter_check_element),
18181         (gst_audio_mixer_filter_probe_feature),
18182         (element_factory_rank_compare_func),
18183         (gst_audio_default_registry_mixer_filter):
18184         * gst-libs/gst/audio/mixerutils.h:
18185           Add gst_audio_default_registry_mixer_filter() utility
18186           function.
18187
18188 2006-01-03  Michael Smith  <msmith@fluendo.com>
18189
18190         * gst/audioresample/resample.h:
18191           As before, but for o_buf
18192
18193 2006-01-03  Michael Smith  <msmith@fluendo.com>
18194
18195         * gst/audioresample/resample.h:
18196           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18197           since we do arithmetic on it.
18198
18199 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18200
18201         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18202         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18203         (gst_ring_buffer_pause), (wait_segment):
18204         * gst-libs/gst/audio/gstringbuffer.h:
18205           Sun's Forte compiler doesn't seem to like anonymous structs,
18206           so use same setup as in GstBaseSrc (fixes #324900).
18207
18208 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18209
18210         * configure.ac:
18211         * gst/volume/Makefile.am:
18212         * gst/volume/demo.c:
18213           move old example to tests/examples/volume/volune.c
18214         * tests/examples/Makefile.am:
18215         * tests/examples/seek/seek.c: (main):
18216           change window-close event from "delete-event" to "destroy"
18217         * tests/examples/volume/Makefile.am:
18218         * tests/examples/volume/volume.c: (value_changed_callback),
18219         (setup_gui), (message_received), (eos_message_received), (main):
18220           fix event handling and bus usage
18221
18222 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18223
18224         * gst/audiotestsrc/gstaudiotestsrc.c:
18225         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18226         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18227         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18228         (gst_audio_test_src_create_square),
18229         (gst_audio_test_src_create_saw),
18230         (gst_audio_test_src_create_triangle),
18231         (gst_audio_test_src_create_silence),
18232         (gst_audio_test_src_create_white_noise),
18233         (gst_audio_test_src_create_pink_noise),
18234         (gst_audio_test_src_init_sine_table),
18235         (gst_audio_test_src_create_sine_table),
18236         (gst_audio_test_src_change_wave),
18237         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18238         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18239         * gst/audiotestsrc/gstaudiotestsrc.h:
18240           update to basesrc changes, implement segmented seeking and eos
18241           handling, add a 'sine-tab' waveform for performance critical playback
18242
18243 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18244
18245         * po/POTFILES.in:
18246           ... and this time the other modified file that I missed last time.
18247
18248 2005-12-29  Michael Smith  <msmith@fluendo.com>
18249
18250         * gst/playback/gstdecodebin.c: (new_pad):
18251           Fix non-C89 variable declaration not at the start of a block. Should
18252           help some compilers.
18253
18254 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18255
18256         * tests/check/Makefile.am:
18257           And now fix 'make distcheck' (builddir != srcdir)
18258
18259 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18260
18261         * configure.ac:
18262         * ext/cdparanoia/Makefile.am:
18263         * ext/cdparanoia/gstcdparanoia.c:
18264         * ext/cdparanoia/gstcdparanoia.h:
18265         * ext/cdparanoia/gstcdparanoiasrc.c:
18266         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18267         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18268         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18269         (gst_cd_paranoia_paranoia_callback),
18270         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18271         (gst_cd_paranoia_src_set_property),
18272         (gst_cd_paranoia_src_get_property), (plugin_init):
18273         * ext/cdparanoia/gstcdparanoiasrc.h:
18274           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18275           plugin again (there are still fixes required to playbin to make
18276           cdda:// uris work there).
18277
18278 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18279
18280         * tests/check/Makefile.am:
18281           Fix test case compilation.
18282
18283 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18284
18285         * gst-libs/gst/cdda/gstcddabasesrc.c:
18286         (gst_cdda_base_src_update_duration),
18287         (gst_cdda_base_src_calculate_cddb_id):
18288           An integer is not a string. Fix access to uninitialised variable.
18289
18290         * tests/check/Makefile.am:
18291           Add cddabasesrc unit test; also actually enable the vorbis test.
18292
18293         * tests/check/generic/states.c:
18294           Blacklist new cd audio elements as well.
18295
18296         * tests/check/libs/cddabasesrc.c:
18297           Unit test for GstCddaBaseSrc (discid calculation mostly).
18298
18299 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18300
18301         * docs/libs/Makefile.am:
18302         * docs/libs/gst-plugins-base-libs-docs.sgml:
18303         * docs/libs/gst-plugins-base-libs-sections.txt:
18304         * docs/libs/gst-plugins-base-libs.types:
18305           Add docs for libgstcdda/GstCddaBaseSrc.
18306
18307         * gst-libs/gst/interfaces/mixertrack.h:
18308           Do one struct member per line with a semicolon at the end, that way
18309           even gtk-doc might parse it without complaining.
18310
18311 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18312
18313         * configure.ac:
18314         * gst-libs/gst/Makefile.am:
18315         * gst-libs/gst/cdda/Makefile.am:
18316         * gst-libs/gst/cdda/base64.c:
18317         * gst-libs/gst/cdda/base64.h:
18318         * gst-libs/gst/cdda/gstcddabasesrc.c:
18319         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18320         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18321         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18322         (gst_cdda_base_src_get_property),
18323         (gst_cdda_base_src_get_track_from_sector),
18324         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18325         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18326         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18327         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18328         (gst_cdda_base_src_uri_get_protocols),
18329         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18330         (gst_cdda_base_src_uri_handler_init),
18331         (gst_cdda_base_src_setup_interfaces),
18332         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18333         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18334         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18335         (gst_cdda_base_src_add_tags),
18336         (gst_cdda_base_src_add_index_associations),
18337         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18338         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18339         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18340         (gst_cdda_base_src_create):
18341         * gst-libs/gst/cdda/gstcddabasesrc.h:
18342         * gst-libs/gst/cdda/sha1.c:
18343         * gst-libs/gst/cdda/sha1.h:
18344           Add new libgstcdda with GstCddaBaseSrc class.
18345
18346 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18347
18348         * ext/gnomevfs/gstgnomevfssink.h:
18349           Use GstBaseSinkClass as parent_class member for class struct, not
18350           GstBaseSink.
18351
18352 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18353
18354         Patch by: Michael Benes
18355
18356         * gst/videotestsrc/gstvideotestsrc.c:
18357         (gst_video_test_src_class_init), (gst_video_test_src_start):
18358           Add start method to reset running time and number of frames sent
18359           when starting up (fixes #324696)
18360
18361 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18362
18363         * docs/plugins/Makefile.am:
18364         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18365         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18366         * docs/plugins/gst-plugins-base-plugins.args:
18367         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18368         * docs/plugins/gst-plugins-base-plugins.signals:
18369           Add docs stuff for gnomevfssrc and gnomevfssink.
18370
18371         * ext/gnomevfs/gstgnomevfssrc.c:
18372           Fix example pipeline in gtk-doc blurb.
18373
18374 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18375
18376         * ext/gnomevfs/Makefile.am:
18377         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18378         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18379         (gst_gnome_vfs_handle_get_type), (plugin_init):
18380         * ext/gnomevfs/gstgnomevfs.h:
18381         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18382         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18383         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18384         (gst_gnome_vfs_sink_set_property),
18385         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18386         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18387         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18388         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18389         (gst_gnome_vfs_sink_uri_get_type),
18390         (gst_gnome_vfs_sink_uri_get_protocols),
18391         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18392         (gst_gnome_vfs_sink_uri_handler_init):
18393         * ext/gnomevfs/gstgnomevfssink.h:
18394           Port gnomevfssink; add gtk-doc blurb.
18395
18396         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18397         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18398         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18399         (gst_gnome_vfs_src_uri_get_type),
18400         (gst_gnome_vfs_src_uri_get_protocols),
18401         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18402         (gst_gnome_vfs_src_uri_handler_init),
18403         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18404         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18405         (gst_gnome_vfs_src_send_additional_headers_callback),
18406         (gst_gnome_vfs_src_received_headers_callback),
18407         (gst_gnome_vfs_src_push_callbacks),
18408         (gst_gnome_vfs_src_pop_callbacks),
18409         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18410         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18411         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18412         * ext/gnomevfs/gstgnomevfssrc.h:
18413           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18414           file; add gtk-doc blurb with example pipelines.
18415
18416 === release 0.10.1 ===
18417
18418 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18419
18420         * configure.ac:
18421           releasing 0.10.1, "Dobro Dedek"
18422
18423 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18424
18425         * gst/typefind/gsttypefindfunctions.c:
18426         iLBC30 and iLBC20 added to typefind.
18427
18428 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18429
18430         * gst-libs/gst/audio/gstbaseaudiosink.c:
18431         (gst_base_audio_sink_class_init):
18432         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18433         (gst_base_audio_src_class_init):
18434           update strings, values are in microseconds
18435           change the default sink buffer time to something that is smaller
18436           (to help software volume mixing have a slightly lower delay) but
18437           still be acceptable on Wim's laptop
18438
18439 2005-12-20  Edward Hervey  <edward@fluendo.com>
18440
18441         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18442         Made a quack, forgot to add DUCK to the riff video template.
18443
18444 2005-12-19  Edward Hervey  <edward@fluendo.com>
18445
18446         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18447         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18448         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18449         (gst_ogm_parse_chain):
18450         Make sure pads are initialized correctly.
18451         * gst-libs/gst/riff/riff-ids.h:
18452         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18453         (gst_riff_create_video_template_caps):
18454         Add a whole bunch of FOURCC <=> MimeType.
18455         Extend the riff video pad template to support the newly added fourcc.
18456
18457 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18458
18459         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18460         (gst_ogg_demux_activate_chain):
18461           Extra debug output when activating/deactivating chains.
18462
18463         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18464         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18465         (unlinked):
18466           Remove a queue from our list when it becomes unlinked.
18467           Don't add queues to elements in class 'Demux' if they
18468           can only produce one pad 
18469
18470 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18471
18472         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18473         (gst_video_sink_get_type): Add a debug category.
18474
18475 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18476
18477         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18478         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18479           Handle downstream newsegment by sending our own newsegment before the
18480           next buffer to be released. (#323900)
18481
18482 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18483
18484         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18485         (gst_base_rtp_depayload_set_gst_timestamp):
18486           add queue delay to new segment as well (as opposed to just the first
18487           buffer). (bug #322347)
18488
18489 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18490
18491         * ext/libvisual/visual.c: (make_valid_name):
18492           change some char* into char[]
18493         * gst/audiotestsrc/gstaudiotestsrc.c:
18494         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18495         (gst_audio_test_src_create):
18496         * gst/audiotestsrc/gstaudiotestsrc.h:
18497           prepare to handle EOS and SEGMENT_DONE
18498
18499 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18500
18501         * tests/check/generic/states.c: (GST_START_TEST):
18502           Blacklist cdparanoia element in state test.
18503
18504 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18505
18506           Patch by: Benjamin Pineau
18507
18508         * gst/tcp/gsttcp.c:
18509         * gst/tcp/gsttcpclientsink.c:
18510         * gst/tcp/gsttcpserversink.c:
18511         * gst/tcp/gsttcpserversrc.c:
18512           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18513
18514 2005-12-15  Michael Smith  <msmith@fluendo.com>
18515
18516         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18517         (gst_video_rate_chain):
18518           Fix timestamping for videorate when the first buffer it sees has a
18519           non-zero timestamp. Fix some misleading debug output.
18520
18521 2005-12-15  Michael Smith  <msmith@fluendo.com>
18522
18523         * gst/audioresample/gstaudioresample.c:
18524           Don't leak all input buffers to audioresample.
18525
18526 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18527
18528         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18529           Don't operate on empty text buffers. Strip newlines and
18530           tabs only from the end of the text, but leave them intact
18531           in the middle. Fix typo in gtk-doc description.
18532
18533 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18534
18535         * gst/playback/gstplaybasebin.c:
18536         * gst/playback/gstplaybin.c: (handoff):
18537           Make sure the video frame buffer we return to apps via the
18538           "frame" property always has caps set on it. Modify
18539           _gst_gvalue_set_object() macro to handle NULL objects
18540           gracefully too.
18541
18542 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18543
18544         * gst/audiotestsrc/gstaudiotestsrc.c:
18545         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18546         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18547         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18548         (gst_audio_test_src_create):
18549         * gst/audiotestsrc/gstaudiotestsrc.h:
18550         Adjust to some recent api changes and add wtays new cool seeking
18551         capabillities
18552
18553 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18554
18555         * ext/alsa/Makefile.am:
18556         * ext/alsa/gstalsadeviceprobe.c:
18557         * ext/alsa/gstalsadeviceprobe.h:
18558           Helper functions to add device probing via the GstPropertyProbe
18559           interface to a class.
18560
18561         * ext/alsa/gstalsamixer.h:
18562           Comment out GST_ALSA_MIXER, it returns a struct that's not
18563           used.
18564
18565         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18566           Add some debug info. 
18567
18568         * ext/alsa/gstalsamixerelement.c:
18569         (gst_alsa_mixer_element_interface_supported),
18570         (gst_implements_interface_init),
18571         (gst_alsa_mixer_element_init_interfaces),
18572         (gst_alsa_mixer_element_class_init),
18573         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18574         (gst_alsa_mixer_element_set_property),
18575         (gst_alsa_mixer_element_get_property),
18576         (gst_alsa_mixer_element_change_state):
18577         * ext/alsa/gstalsamixerelement.h:
18578           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18579           for device handling (gnome-volume-control will need that).
18580
18581 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18582
18583         * ext/Makefile.am: fix cdparanoia entry
18584         * gst-plugins-base.spec.in: add cdparanoia
18585
18586 2005-12-12  Michael Smith  <msmith@fluendo.com>
18587
18588         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18589           Use the correct function to free list of typefind factories.
18590
18591 2005-12-12  Wim Taymans  <wim@fluendo.com>
18592
18593         * gst/videotestsrc/gstvideotestsrc.c:
18594         (gst_video_test_src_class_init), (gst_video_test_src_init),
18595         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18596         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18597         (gst_video_test_src_create):
18598         * gst/videotestsrc/gstvideotestsrc.h:
18599         Implement seeking in videotestsrc.
18600         Small cleanups.
18601
18602 2005-12-12  Wim Taymans  <wim@fluendo.com>
18603
18604         * ext/cdparanoia/Makefile.am:
18605         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18606         (gst_paranoia_endian_get_type), (_do_init),
18607         (cdparanoia_class_init), (cdparanoia_init),
18608         (cdparanoia_set_property), (cdparanoia_get_property),
18609         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18610         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18611         (cdparanoia_convert), (cdparanoia_get_query_types),
18612         (cdparanoia_query), (cdparanoia_set_index),
18613         (cdparanoia_uri_set_uri):
18614         * ext/cdparanoia/gstcdparanoia.h:
18615         Partially ported cdparanoia now that basesrc can support a
18616         plugin like this..
18617
18618 2005-12-12  Wim Taymans  <wim@fluendo.com>
18619
18620         * tests/examples/seek/scrubby.c: (main):
18621         Set higher priority for bus events so they don't get reordered with
18622         gtk gui events.
18623
18624         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18625         (flush_toggle_cb), (main):
18626         Added checkbox to disable flushing seeks. 
18627         Disable scrubbing when doing non flushing seeks.
18628
18629 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18630
18631         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18632         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18633         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18634         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18635           Implement some sort of event handling that doesn't rely on
18636           g_return_if_fail; make sure we always push the last chunk of an 
18637           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18638           state change function; remove some old cruft. Seeking is still
18639           rather unlikely to work though.
18640
18641         * tools/.cvsignore:
18642           Ignore more.
18643
18644 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18645
18646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18647         Fixed a leak of the current image reference when cleaning up.
18648         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18649
18650 2005-12-09  Michael Smith  <msmith@fluendo.com>
18651
18652         * tools/Makefile.am:
18653         * tools/gst-launch-ext-m.m:
18654           Remove gst-launch-ext. It doesn't work, and is no longer
18655           particularly useful.
18656
18657 2005-12-08  Luca Ognibene  <luogni@tin.it>
18658
18659         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18660           don't pass random values to ogmparse convert function.
18661           Make seeking possible in the exile1.ogm file.
18662
18663 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18664
18665         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18666         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18667           Work around refcount problem with g_value_set_object() that occur
18668           if the core has been compiled against GLib-2.6 (g_value_set_object()
18669           will only g_object_ref() the element, but the caller will
18670           gst_object_unref() it and bad things will happen due to the way
18671           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18672           totem for people on FC4 using Thomas's 0.10 RPMs.
18673           
18674 2005-12-07  Edward Hervey  <edward@fluendo.com>
18675
18676         Time to welcome ogm to 0.10 :)
18677         
18678         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18679         (gst_ogg_pad_typefind):
18680         Oggdemux can now properly typefind elements with dynamic pads.
18681         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18682         Properly set caps on src pad, and set caps on outgoing buffers.
18683
18684 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18685
18686         * ext/alsa/gstalsamixer.h:
18687         * ext/alsa/gstalsamixerelement.h:
18688         * ext/alsa/gstalsamixeroptions.h:
18689         * ext/alsa/gstalsamixertrack.h:
18690         * ext/alsa/gstalsasink.c:
18691         * ext/alsa/gstalsasink.h:
18692         * ext/alsa/gstalsasrc.c:
18693         * ext/alsa/gstalsasrc.h:
18694         * ext/cdparanoia/gstcdparanoia.h:
18695         * ext/gnomevfs/gstgnomevfsuri.h:
18696         * ext/ogg/gstoggdemux.c:
18697         * ext/ogg/gstoggmux.c:
18698         * ext/pango/gsttextoverlay.h:
18699         * ext/theora/theoradec.c:
18700         * ext/theora/theoraenc.c:
18701         * ext/vorbis/vorbisdec.h:
18702         * ext/vorbis/vorbisenc.c:
18703         * ext/vorbis/vorbisenc.h:
18704         * ext/vorbis/vorbisparse.h:
18705         * gst-libs/gst/audio/gstaudioclock.h:
18706         * gst-libs/gst/audio/gstaudiosink.c:
18707         * gst-libs/gst/audio/gstaudiosink.h:
18708         * gst-libs/gst/audio/gstaudiosrc.c:
18709         * gst-libs/gst/audio/gstaudiosrc.h:
18710         * gst-libs/gst/audio/gstbaseaudiosink.c:
18711         * gst-libs/gst/audio/gstbaseaudiosink.h:
18712         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18713         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18714         * gst-libs/gst/audio/gstringbuffer.h:
18715         * gst-libs/gst/audio/multichannel.h:
18716         * gst-libs/gst/floatcast/floatcast.h:
18717         * gst-libs/gst/interfaces/colorbalance.c:
18718         * gst-libs/gst/interfaces/colorbalance.h:
18719         * gst-libs/gst/interfaces/colorbalancechannel.h:
18720         * gst-libs/gst/interfaces/mixer.h:
18721         * gst-libs/gst/interfaces/mixeroptions.h:
18722         * gst-libs/gst/interfaces/mixertrack.h:
18723         * gst-libs/gst/interfaces/navigation.h:
18724         * gst-libs/gst/interfaces/propertyprobe.h:
18725         * gst-libs/gst/interfaces/tuner.h:
18726         * gst-libs/gst/interfaces/tunerchannel.h:
18727         * gst-libs/gst/interfaces/tunernorm.h:
18728         * gst-libs/gst/interfaces/xoverlay.h:
18729         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18730         * gst-libs/gst/riff/riff-ids.h:
18731         * gst-libs/gst/riff/riff-media.h:
18732         * gst-libs/gst/riff/riff-read.h:
18733         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18734         * gst-libs/gst/rtp/gstbasertppayload.c:
18735         * gst-libs/gst/rtp/gstbasertppayload.h:
18736         * gst-libs/gst/rtp/gstrtpbuffer.c:
18737         * gst-libs/gst/rtp/gstrtpbuffer.h:
18738         * gst-libs/gst/tag/gsttageditingprivate.h:
18739         * gst-libs/gst/tag/gstvorbistag.c:
18740         (gst_tag_list_from_vorbiscomment_buffer):
18741         * gst-libs/gst/tag/tag.h:
18742         * gst-libs/gst/video/video.h:
18743         * gst/adder/gstadder.c:
18744         * gst/adder/gstadder.h:
18745         * gst/audioconvert/audioconvert.c:
18746         * gst/audioconvert/audioconvert.h:
18747         * gst/audioconvert/gstaudioconvert.c:
18748         * gst/audioconvert/gstchannelmix.c:
18749         * gst/audioconvert/gstchannelmix.h:
18750         * gst/audiorate/gstaudiorate.c:
18751         * gst/audioresample/buffer.h:
18752         * gst/audioresample/functable.h:
18753         * gst/audioresample/gstaudioresample.c:
18754         * gst/audioresample/resample.h:
18755         * gst/ffmpegcolorspace/avcodec.h:
18756         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18757         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18758         * gst/ffmpegcolorspace/imgconvert.c:
18759         * gst/ffmpegcolorspace/imgconvert_template.h:
18760         * gst/playback/gstdecodebin.c:
18761         * gst/playback/gstplaybasebin.h:
18762         * gst/playback/gstplaybin.c:
18763         * gst/playback/gststreaminfo.h:
18764         * gst/tcp/gstfdset.c:
18765         * gst/tcp/gstfdset.h:
18766         * gst/tcp/gstmultifdsink.c:
18767         * gst/tcp/gstmultifdsink.h:
18768         * gst/tcp/gsttcp.h:
18769         * gst/tcp/gsttcpclientsrc.c:
18770         * gst/tcp/gsttcpclientsrc.h:
18771         * gst/tcp/gsttcpplugin.h:
18772         * gst/tcp/gsttcpserversink.c:
18773         * gst/tcp/gsttcpserversrc.c:
18774         * gst/typefind/gsttypefindfunctions.c:
18775         * gst/videorate/gstvideorate.c:
18776         * gst/videotestsrc/gstvideotestsrc.h:
18777         * gst/videotestsrc/videotestsrc.h:
18778         * sys/v4l/gstv4lcolorbalance.h:
18779         * sys/v4l/gstv4ltuner.h:
18780         * sys/v4l/gstv4lxoverlay.h:
18781         * sys/v4l/v4l_calls.h:
18782         * sys/v4l/videodev_mjpeg.h:
18783         * tests/check/elements/audioconvert.c:
18784         * tests/check/elements/audioresample.c:
18785         * tests/check/elements/audiotestsrc.c:
18786         * tests/check/elements/videotestsrc.c:
18787         * tests/check/elements/volume.c:
18788         * tests/examples/seek/scrubby.c:
18789         * tests/examples/seek/seek.c:
18790           expand tabs
18791
18792 === release 0.10.0 ===
18793
18794 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18795
18796         * configure.ac:
18797           releasing 0.10.0, "Mont-d'or"
18798
18799 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
18800
18801         * tests/examples/seek/Makefile.am:
18802         Build fix for when gtk is not available.
18803
18804 2005-12-05  Andy Wingo  <wingo@pobox.com>
18805
18806         * ext/libvisual/visual.c: (get_buffer):
18807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
18808         * ext/pango/gsttextrender.c: (gst_text_render_chain):
18809         * ext/theora/theoradec.c: (theora_handle_data_packet):
18810         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18811         (theora_enc_chain):
18812         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18813         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
18814         Update for alloc_buffer changes.
18815
18816 2005-12-05  Andy Wingo  <wingo@pobox.com>
18817
18818         patch by: Kai Vehmanen <kv2004 eca cx>
18819         
18820         * gst-libs/gst/rtp/gstbasertpdepayload.c
18821         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
18822
18823 2005-12-04  Andy Wingo  <wingo@pobox.com>
18824
18825         patch by: Sebastien Cote <sebas642 yahoo ca>
18826         
18827         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
18828         Fixes #319172.
18829
18830 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18831
18832         * docs/plugins/Makefile.am:
18833         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18834         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18835         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18836         * ext/pango/gstclockoverlay.c:
18837         * ext/pango/gsttextoverlay.c: 
18838         * ext/pango/gsttextrender.c:
18839         * ext/pango/gsttimeoverlay.c:
18840           Add gtk-doc blurbs to pango elements.
18841
18842 2005-12-02  Wim Taymans  <wim@fluendo.com>
18843
18844         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
18845         * gst/audioresample/buffer.h:
18846         * gst/audioresample/gstaudioresample.c:
18847         * gst/audioresample/gstaudioresample.h:
18848         * gst/audioresample/resample.c: (resample_input_flush),
18849         (resample_input_pushthrough), (resample_input_eos),
18850         (resample_get_output_size_for_input),
18851         (resample_get_input_size_for_output), (resample_get_output_size),
18852         (resample_get_output_data):
18853         * gst/audioresample/resample.h:
18854         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18855         Fix audioresample, seek torture, new segments, reverse negotiation
18856         etc.. work fine.
18857
18858 2005-12-02  Wim Taymans  <wim@fluendo.com>
18859
18860         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18861         Small cleanups.
18862
18863 2005-12-02  Wim Taymans  <wim@fluendo.com>
18864
18865         * gst/audioconvert/gstaudioconvert.c:
18866         (gst_audio_convert_transform):
18867         Post errors.
18868
18869 === release 0.9.7 ===
18870
18871 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18872
18873         * configure.ac:
18874           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
18875
18876 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18877
18878         * Makefile.am:
18879         * po/hu.po:
18880         * win32/MANIFEST:
18881         * win32/gst.sln:
18882           add win32 MANIFEST file
18883           do something to the hungarian translation
18884
18885 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
18886
18887         * ext/Makefile.am:
18888           Add $(PANGO_DIR) to SUBDIRS
18889
18890         * ext/pango/gstclockoverlay.c:
18891         * ext/pango/gsttimeoverlay.c:
18892           Fix and improve element descriptions.
18893
18894 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18895
18896         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18897         * docs/plugins/inspect/plugin-libvisual.xml:
18898         * docs/plugins/inspect/plugin-pango.xml:
18899           add pango plugin to docs
18900
18901 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18902
18903         * configure.ac:
18904         * ext/Makefile.am:
18905           moved pango to base
18906
18907 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18908
18909         * configure.ac:
18910         * tests/Makefile.am:
18911         * tests/icles/.cvsignore:
18912         * tests/icles/Makefile.am:
18913         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
18914         (close_display), (resize_window), (move_window), (create_window),
18915         (terminate_playback), (pause_playback), (start_playback), (main):
18916           add stress test for xoverlay from Julien
18917
18918 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18919
18920         * docs/libs/tmpl/gstcolorbalance.sgml:
18921         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18922         * gst-libs/gst/rtp/gstbasertppayload.c:
18923         * gst-libs/gst/rtp/gstrtpbuffer.c:
18924         * gst-libs/gst/rtp/gstrtpbuffer.h:
18925           Do burger's rename for rtp payloaders and depayloaders
18926
18927 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18928
18929         * win32/:
18930           add Visual Studio 6 build files
18931
18932 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18933
18934         * docs/libs/gst-plugins-base-libs-docs.sgml:
18935         * docs/libs/gst-plugins-base-libs-sections.txt:
18936         * docs/libs/tmpl/gstaudio.sgml:
18937         * docs/libs/tmpl/gstringbuffer.sgml:
18938         * gst-libs/gst/interfaces/xoverlay.c:
18939         * gst-libs/gst/video/gstvideofilter.c:
18940         * gst-libs/gst/video/gstvideosink.c:
18941           update documentation
18942
18943 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18944
18945         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
18946         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
18947         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
18948         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
18949         (gst_multi_fd_sink_get_stats),
18950         (gst_multi_fd_sink_remove_client_link),
18951         (gst_multi_fd_sink_handle_client_read),
18952         (gst_multi_fd_sink_client_queue_data),
18953         (gst_multi_fd_sink_client_queue_caps),
18954         (gst_multi_fd_sink_client_queue_buffer),
18955         (gst_multi_fd_sink_new_client),
18956         (gst_multi_fd_sink_handle_client_write),
18957         (gst_multi_fd_sink_recover_client),
18958         (gst_multi_fd_sink_queue_buffer),
18959         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
18960         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
18961         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
18962         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
18963         * gst/tcp/gstmultifdsink.h:
18964         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
18965         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
18966         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
18967         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
18968         (gst_tcp_client_sink_set_property),
18969         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
18970         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
18971         * gst/tcp/gsttcpclientsink.h:
18972         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
18973         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
18974         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
18975         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
18976         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
18977         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
18978         * gst/tcp/gsttcpclientsrc.h:
18979         * gst/tcp/gsttcpplugin.c: (plugin_init):
18980         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
18981         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
18982         (gst_tcp_server_sink_finalize),
18983         (gst_tcp_server_sink_handle_server_read),
18984         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
18985         (gst_tcp_server_sink_set_property),
18986         (gst_tcp_server_sink_get_property),
18987         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
18988         * gst/tcp/gsttcpserversink.h:
18989         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
18990         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
18991         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
18992         (gst_tcp_server_src_set_property),
18993         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
18994         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
18995         * gst/tcp/gsttcpserversrc.h:
18996           more borgifying
18997
18998 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18999
19000         * docs/plugins/Makefile.am:
19001         * docs/plugins/gst-plugins-base-plugins.args:
19002         * docs/plugins/inspect/plugin-libvisual.xml:
19003         * gst/audioconvert/plugin.h:
19004         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19005         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19006         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19007         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19008         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19009         (plugin_init):
19010         * gst/audiotestsrc/gstaudiotestsrc.c:
19011         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19012         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19013         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19014         (gst_audio_test_src_get_query_types),
19015         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19016         (gst_audio_test_src_create_square),
19017         (gst_audio_test_src_create_saw),
19018         (gst_audio_test_src_create_triangle),
19019         (gst_audio_test_src_create_silence),
19020         (gst_audio_test_src_create_white_noise),
19021         (gst_audio_test_src_init_pink_noise),
19022         (gst_audio_test_src_generate_pink_noise_value),
19023         (gst_audio_test_src_create_pink_noise),
19024         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19025         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19026         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19027         (plugin_init):
19028         * gst/audiotestsrc/gstaudiotestsrc.h:
19029         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19030         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19031         (gst_sub_parse_init), (gst_sub_parse_formats),
19032         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19033         (convert_encoding), (get_next_line),
19034         (gst_sub_parse_data_format_autodetect),
19035         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19036         (gst_sub_parse_loop), (gst_sub_parse_chain),
19037         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19038         (plugin_init):
19039         * gst/subparse/gstsubparse.h:
19040         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19041         (gst_video_rate_base_init), (gst_video_rate_class_init),
19042         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19043         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19044         (gst_video_rate_init), (gst_video_rate_event),
19045         (gst_video_rate_chain), (gst_video_rate_set_property),
19046         (gst_video_rate_get_property), (gst_video_rate_change_state),
19047         (plugin_init):
19048         * gst/videoscale/gstvideoscale.c:
19049         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19050         (gst_video_scale_src_template_factory),
19051         (gst_video_scale_sink_template_factory),
19052         (gst_video_scale_get_type), (gst_video_scale_base_init),
19053         (gst_video_scale_class_init), (gst_video_scale_init),
19054         (gst_video_scale_set_property), (gst_video_scale_get_property),
19055         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19056         (gst_video_scale_prepare_size), (parse_caps),
19057         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19058         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19059         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19060         (plugin_init):
19061         * gst/videoscale/gstvideoscale.h:
19062         * gst/videotestsrc/gstvideotestsrc.c:
19063         (gst_video_test_src_pattern_get_type),
19064         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19065         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19066         (gst_video_test_src_set_pattern),
19067         (gst_video_test_src_set_property),
19068         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19069         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19070         (gst_video_test_src_event), (gst_video_test_src_get_times),
19071         (gst_video_test_src_create), (plugin_init):
19072         * gst/videotestsrc/gstvideotestsrc.h:
19073         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19074         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19075         (gst_video_test_src_black):
19076         * gst/videotestsrc/videotestsrc.h:
19077           borgify further
19078           clean up docs a little
19079
19080 2005-11-30  Wim Taymans  <wim@fluendo.com>
19081
19082         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19083         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19084         (gst_basertppayload_event), (gst_basertppayload_push),
19085         (gst_basertppayload_change_state):
19086         * gst-libs/gst/rtp/gstbasertppayload.h:
19087         closed #320644.
19088
19089 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19090
19091         * docs/libs/gst-plugins-base-libs-docs.sgml:
19092         * docs/libs/gst-plugins-base-libs-sections.txt:
19093         * gst-libs/gst/video/gstvideofilter.c:
19094         * gst-libs/gst/video/gstvideosink.c:
19095         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19096
19097 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19098
19099         * LICENSE:
19100           move
19101         * po/af.po:
19102         * po/az.po:
19103         * po/cs.po:
19104         * po/en_GB.po:
19105         * po/hu.po:
19106         * po/it.po:
19107         * po/nb.po:
19108         * po/nl.po:
19109         * po/or.po:
19110         * po/sq.po:
19111         * po/sr.po:
19112         * po/sv.po:
19113         * po/uk.po:
19114         * po/vi.po:
19115         * Makefile.am:
19116           update
19117         * scripts/autoplugins.sh:
19118           remove
19119
19120 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19121
19122         * Makefile.am:
19123         * configure.ac:
19124         * examples/Makefile.am:
19125         * examples/capsfilter/Makefile.am:
19126         * examples/capsfilter/capsfilter1.c:
19127         * examples/gob/Makefile.am:
19128         * examples/gob/gst-identity2.gob:
19129         * examples/indexing/.cvsignore:
19130         * examples/indexing/Makefile.am:
19131         * examples/indexing/indexmpeg.c:
19132         * examples/seeking/.cvsignore:
19133         * examples/seeking/Makefile.am:
19134         * examples/seeking/cdparanoia.c:
19135         * examples/seeking/cdplayer.c:
19136         * examples/seeking/chained.c:
19137         * examples/seeking/scrubby.c:
19138         * examples/seeking/seek.c:
19139         * examples/stats/Makefile.am:
19140         * examples/stats/mp2ogg.c:
19141         * examples/switch/.cvsignore:
19142         * examples/switch/Makefile.am:
19143         * examples/switch/switcher.c:
19144         * tests/Makefile.am:
19145         * tests/check/generic/.cvsignore:
19146         * tests/check/pipelines/.cvsignore:
19147         * tests/examples/Makefile.am:
19148         * tests/examples/seek/Makefile.am:
19149           reorganize stuff under tests/
19150
19151 2005-11-30  Edward Hervey  <edward@fluendo.com>
19152
19153         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19154         Go away you stupid GstStaticPadTemplate memleak.
19155
19156 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19157
19158         * gst-libs/gst/net/Makefile.am:
19159         * gst-libs/gst/net/README:
19160         * gst-libs/gst/net/gstnetbuffer.c:
19161         * gst-libs/gst/net/gstnetbuffer.h:
19162           this was moved to "netbuffer"
19163
19164 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19165
19166         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19167         (gst_video_filter_class_init), (gst_video_filter_init):
19168         * gst-libs/gst/video/gstvideofilter.h:
19169           borgify name to bring in line with other classes
19170
19171 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19172
19173         * gst/audioscale/.cvsignore:
19174         * gst/audioscale/Makefile.am:
19175         * gst/audioscale/README:
19176         * gst/audioscale/audioscale.vcproj:
19177         * gst/audioscale/dtof.c:
19178         * gst/audioscale/dtos.c:
19179         * gst/audioscale/functable.c:
19180         * gst/audioscale/gstaudioscale.c:
19181         * gst/audioscale/gstaudioscale.h:
19182         * gst/audioscale/private.h:
19183         * gst/audioscale/resample.c:
19184         * gst/audioscale/resample.h:
19185         * gst/audioscale/test.c:
19186           remove
19187
19188 2005-11-30  Edward Hervey  <edward@fluendo.com>
19189
19190         * gst-libs/gst/netbuffer/Makefile.am:
19191         really, really tired
19192
19193 2005-11-30  Edward Hervey  <edward@fluendo.com>
19194
19195         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19196         Update for new GstTypeFindFactory _register()
19197
19198 2005-11-30  Edward Hervey  <edward@fluendo.com>
19199
19200         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19201         Let's not override libgstnet from core for no reason...
19202         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19203         Ok, maybe not so quick next time.
19204
19205 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19206
19207         * configure.ac:
19208         * gst-libs/gst/Makefile.am:
19209           moved gst-libs/gst/net to netbuffer through CVS surgery
19210           remove old directory
19211           updating build to accomodate
19212           (#322257)
19213
19214 2005-11-29  Andy Wingo  <wingo@pobox.com>
19215
19216         * pkgconfig/gstreamer-plugins-base.pc.in:
19217         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19218         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19219         (#322257).
19220
19221 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19222
19223         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19224         3rd time's the charm. Correct ref-counting for discarded buffers.
19225
19226 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19227
19228         * gst/playback/gststreamselector.c:
19229         (gst_stream_selector_class_init),
19230         (gst_stream_selector_set_property),
19231         (gst_stream_selector_get_property),
19232         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19233         Fix ref-counting
19234
19235 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19236
19237         * gst/subparse/gstsubparse.c: (feed_textbuf):
19238           Don't access already unref'ed buffer.
19239
19240 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19241
19242         * gst/playback/gststreamselector.c:
19243         (gst_stream_selector_class_init), (gst_stream_selector_init),
19244         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19245         (gst_stream_selector_get_property),
19246         (gst_stream_selector_get_linked_pad),
19247         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19248         * gst/playback/gststreamselector.h:
19249         Add the active-pad property for playbin to use shortly. Ignore buffers
19250         from any other pad, returning GST_FLOW_NOT_LINKED
19251
19252 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19253
19254         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19255         patch from bug #322704 (Alessandro Decina).
19256
19257 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19258
19259         * gst-libs/gst/audio/Makefile.am:
19260           folded audiofilter into the audio library
19261
19262 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19263
19264         * gst/videoscale/gstvideoscale.h:
19265         * gst/videoscale/gstvideoscale.c:
19266           remove unimplemented scale methods
19267
19268 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19269
19270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19271           Don't leak caps.
19272
19273 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19274
19275         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19276         (gst_ximagesink_setcaps):
19277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19278         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19279         happens (only visible on ximagesink but bug is in xv too) set_caps was
19280         destroying the internal x[v]image used to memcpy non locally alloced
19281         buffers so that it got renewed on next _chain. The issue is that 
19282         _expose will try to put that image as it reffed it in _put.
19283         Using gst_buffer_unref instead of destroy fixes it !
19284
19285 2005-11-28  Edward Hervey  <edward@fluendo.com>
19286
19287         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19288         (try_to_link_1), (queue_filled_cb):
19289         Better use of the queues. Start with a small size queue and only increase
19290         the size of the queues when the other queues are empty.
19291
19292 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19293
19294         * gst-libs/gst/video/Makefile.am:
19295           compile in copied-over videofilter into the video library
19296         * gst-libs/gst/video/videosink.h:
19297           rename the header to gstvideosink.h since it's a base GstObject class
19298         * sys/ximage/ximagesink.h:
19299         * sys/xvimage/xvimagesink.h:
19300           use the new header
19301
19302 2005-11-28  Wim Taymans  <wim@fluendo.com>
19303
19304         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19305         * gst/playback/gstplaybasebin.h:
19306         Prepare to handle errors betters.
19307
19308         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19309         Set sinks to PAUSED first before adding and linking them so that
19310         we don't interrupt dataflow.
19311
19312 2005-11-28  Wim Taymans  <wim@fluendo.com>
19313
19314         * gst-libs/gst/audio/TODO:
19315         Updated TODO
19316
19317         * gst-libs/gst/audio/gstaudiosink.c:
19318         (gst_audioringbuffer_open_device),
19319         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19320         (gst_audioringbuffer_release):
19321         Small cleanups.
19322
19323         * gst-libs/gst/audio/gstbaseaudiosink.c:
19324         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19325         (gst_base_audio_sink_change_state):
19326         Slave to the master clock when going to PLAYING and unslave when
19327         going to PAUSED.
19328
19329         * gst-libs/gst/audio/gstringbuffer.c:
19330         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19331         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19332         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19333         (gst_ring_buffer_clear_all), (wait_segment),
19334         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19335         (gst_ring_buffer_advance):
19336         * gst-libs/gst/audio/gstringbuffer.h:
19337         Add some docs and cleanups.
19338
19339 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19340
19341         * sys/xvimage/xvimagesink.c:
19342         (gst_xvimagesink_navigation_send_event): Fix navigation events
19343         coordinates translation with pixel aspect ratios.
19344
19345 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19346
19347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19348         Use calculated video geometry from _setcaps instead of buffer
19349         caps to respect pixel aspect ratio. (fixes #322388)
19350
19351 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19352
19353         * docs/libs/tmpl/gstcolorbalance.sgml:
19354         * docs/libs/tmpl/gstmixer.sgml:
19355         * docs/libs/tmpl/gstxoverlay.sgml:
19356         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19357         interface.
19358
19359 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19360
19361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19362         Refuse to create an XvImage if we can't find the format.
19363
19364 2005-11-28  Edward Hervey  <edward@fluendo.com>
19365
19366         * gst-libs/gst/riff/riff-media.c:
19367         (gst_riff_create_audio_template_caps):
19368         Add ATRAC3 to the list of riff-possible audio caps.
19369         I know we still don't have a plugin for atrac3, but it's saner to output
19370         that than a cryptic mimetype.
19371
19372 2005-11-27  Edward Hervey  <edward@fluendo.com>
19373
19374         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19375         Don't try to create a zero-sized subbuffer.
19376
19377 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19378
19379         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19380         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19381         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19382         (gst_ximagesink_expose): Fixed a tricky race.
19383         * sys/ximage/ximagesink.h:
19384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19385         (gst_xvimagesink_expose): Fixed a tricky race.
19386         * sys/xvimage/xvimagesink.h:
19387
19388 2005-11-27  Edward Hervey  <edward@fluendo.com>
19389
19390         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19391         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19392         Remove unused properties, and add queues between demuxers and decoders
19393         so that a lot more files can preroll properly.
19394
19395 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19396
19397         * gst-libs/gst/net/Makefile.am:
19398         * gst-libs/gst/rtp/Makefile.am:
19399         * gst-libs/gst/tag/Makefile.am:
19400           remove silly include
19401         * gst/tags/Makefile.am:
19402         * gst/tags/gsttagediting.c:
19403         * gst/tags/gsttageditingprivate.h:
19404         * gst/tags/tagedit.vcproj:
19405           remove directory, is as good as empty
19406
19407 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19408
19409         * configure.ac:
19410           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19411         * gst-libs/Makefile.am:
19412         * gst-libs/gst/audio/Makefile.am:
19413         * gst-libs/gst/interfaces/Makefile.am:
19414         * gst-libs/gst/net/Makefile.am:
19415         * gst-libs/gst/riff/Makefile.am:
19416         * gst-libs/gst/rtp/Makefile.am:
19417         * gst-libs/gst/tag/Makefile.am:
19418         * gst-libs/gst/video/Makefile.am:
19419           and use them
19420
19421 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19422
19423         * docs/libs/tmpl/gstcolorbalance.sgml:
19424         * docs/libs/tmpl/gstmixer.sgml:
19425         * docs/libs/tmpl/gstxoverlay.sgml:
19426         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19427         * sys/ximage/ximagesink.h:
19428         * sys/xvimage/xvimagesink.h: More and more documentation.
19429
19430 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19431
19432         * docs/libs/gst-plugins-base-libs-docs.sgml:
19433         * docs/libs/gst-plugins-base-libs-sections.txt:
19434         * docs/libs/tmpl/gstcolorbalance.sgml:
19435         * docs/libs/tmpl/gstmixer.sgml:
19436         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19437         to documentation.
19438
19439 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19440
19441         * docs/plugins/Makefile.am:
19442         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19443         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19444         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19445
19446 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19447
19448         * docs/plugins/Makefile.am:
19449         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19450         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19451         * docs/plugins/inspect/plugin-adder.xml:
19452         * docs/plugins/inspect/plugin-alsa.xml:
19453         * docs/plugins/inspect/plugin-audioconvert.xml:
19454         * docs/plugins/inspect/plugin-audiorate.xml:
19455         * docs/plugins/inspect/plugin-audioresample.xml:
19456         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19457         * docs/plugins/inspect/plugin-decodebin.xml:
19458         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19459         * docs/plugins/inspect/plugin-gnomevfs.xml:
19460         * docs/plugins/inspect/plugin-ogg.xml:
19461         * docs/plugins/inspect/plugin-playbin.xml:
19462         * docs/plugins/inspect/plugin-subparse.xml:
19463         * docs/plugins/inspect/plugin-tcp.xml:
19464         * docs/plugins/inspect/plugin-theora.xml:
19465         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19466         * docs/plugins/inspect/plugin-video4linux.xml:
19467         * docs/plugins/inspect/plugin-videorate.xml:
19468         * docs/plugins/inspect/plugin-videoscale.xml:
19469         * docs/plugins/inspect/plugin-videotestsrc.xml:
19470         * docs/plugins/inspect/plugin-volume.xml:
19471         * docs/plugins/inspect/plugin-vorbis.xml:
19472         * docs/plugins/inspect/plugin-ximagesink.xml:
19473         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19474         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19475
19476 2005-11-26  Edward Hervey  <edward@fluendo.com>
19477
19478         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19479         Properly return GstFlowReturn from gst_pad_push in chain functions.
19480
19481 2005-11-25  Michael Smith  <msmith@fluendo.com>
19482
19483         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19484         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19485         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19486         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19487           Handle various conditions better when we don't understand a stream.
19488           Removes a heap of CRITICALs on ogg streams containing unknown data.
19489
19490 2005-11-24  Andy Wingo  <wingo@pobox.com>
19491
19492         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19493         Be threadsafe.
19494
19495 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19496
19497         * configure.ac: back to HEAD
19498
19499 === release 0.9.6 ===
19500
19501 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19502
19503         * configure.ac:
19504           releasing 0.9.6, "White Eight"
19505
19506 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19507
19508         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19509         * docs/plugins/inspect/plugin-sine.xml:
19510           remove sinesrc some more
19511
19512 2005-11-23  Wim Taymans  <wim@fluendo.com>
19513
19514         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19515         If we are reading too slowly, jump forward in the ringbuffer
19516         instead of blocking.
19517
19518 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19519
19520         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19521         (gst_visual_chain):
19522         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19523         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19524         (gst_videorate_chain):
19525         * gst/videotestsrc/gstvideotestsrc.c:
19526         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19527         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19528         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19529         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19530         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19531         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19532           Updates for API changes
19533
19534 2005-11-23  Wim Taymans  <wim@fluendo.com>
19535
19536         * gst-libs/gst/audio/gstbaseaudiosink.c:
19537         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19538         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19539         Fix for calibration API change.
19540
19541 2005-11-23  Michael Smith <msmith@fluendo.com>
19542
19543         * gst-libs/gst/audio/multichannel.c:
19544         (gst_audio_get_channel_positions),
19545         (gst_audio_set_channel_positions),
19546         (gst_audio_set_structure_channel_positions_list),
19547         (gst_audio_fixate_channel_positions):
19548           Use gst_value_array_*() functions on value arrays, not
19549           gst_value_list_*().
19550
19551 2005-11-23  Edward Hervey  <edward@fluendo.com>
19552
19553         * autogen.sh:
19554         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19555         Fixes autogen
19556
19557 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19558
19559         * check/Makefile.am:
19560         * check/elements/videotestsrc.c: (setup_videotestsrc),
19561         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19562         (main):
19563           add a test for videotestsrc
19564
19565 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19566
19567         * gst/sine/.cvsignore:
19568         * gst/sine/Makefile.am:
19569         * gst/sine/gstsinesrc.c:
19570         * gst/sine/gstsinesrc.h:
19571         * gst/sine/sinesrc.vcproj:
19572           and remove sinesrc from the repository.  Closes #321446
19573
19574 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19575
19576         * configure.ac:
19577         * gst-plugins-base.spec.in:
19578           remove sinesrc from the build
19579
19580 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19581
19582         * check/Makefile.am:
19583         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19584         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19585         (main):
19586           add a test for audiotestsrc, testing all waves.  Even seems
19587           leak-free at first glance, nice job Stefan
19588
19589 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19590
19591         * po/af.po:
19592         * po/az.po:
19593         * po/cs.po:
19594         * po/en_GB.po:
19595         * po/hu.po:
19596         * po/it.po:
19597         * po/nb.po:
19598         * po/nl.po:
19599         * po/or.po:
19600         * po/sq.po:
19601         * po/sr.po:
19602         * po/sv.po:
19603         * po/uk.po:
19604         * po/vi.po:
19605           Translation string updates
19606
19607         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19608         (gst_v4lsrc_set_caps):
19609         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19610         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19611         * sys/v4l/v4lsrc_calls.h:
19612           Improve v4lsrc, by making it work again.
19613
19614 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19615
19616         * ext/libvisual/visual.c: (gst_visual_chain):
19617           Fix the fps calculations.
19618
19619         * gst/ffmpegcolorspace/avcodec.h:
19620           Move structure element for clarity
19621
19622         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19623         * gst-libs/gst/interfaces/tunernorm.h:
19624         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19625         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19626         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19627         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19628         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19629         (gst_v4lmjpegsrc_getcaps):
19630         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19631         (gst_v4lsrc_set_caps):
19632         * sys/v4l/gstv4lsrc.h:
19633         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19634         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19635         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19636         * sys/v4l/v4lsrc_calls.h:
19637           Fractional framerates...
19638
19639 2005-11-22  Wim Taymans  <wim@fluendo.com>
19640
19641         * gst-libs/gst/audio/gstbaseaudiosink.c:
19642         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19643         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19644         And we provide a clock by default, of course...
19645
19646 2005-11-22  Wim Taymans  <wim@fluendo.com>
19647
19648         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19649         This clock can be slaved to a master clock now.
19650
19651         * gst-libs/gst/audio/gstbaseaudiosink.c:
19652         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19653         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19654         (gst_base_audio_sink_set_clock),
19655         (gst_base_audio_sink_set_property),
19656         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19657         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19658         * gst-libs/gst/audio/gstbaseaudiosink.h:
19659         Handle slaving the internal clock to the clock selected in the
19660         pipeline.
19661         Add property to make the basesink not provide a clock.
19662
19663         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19664         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19665         (gst_base_rtp_depayload_wait):
19666         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19667         We can use the clock in GstElement, no need to store it ourselves.
19668
19669 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19670
19671         * docs/libs/tmpl/gstaudio.sgml:
19672           update
19673         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19674         (gst_paranoia_endian_get_type):
19675         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19676         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19677         * gst/audiotestsrc/gstaudiotestsrc.c:
19678         (gst_audiostestsrc_wave_get_type):
19679         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19680         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19681         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19682         (gst_sync_method_get_type), (gst_unit_type_get_type),
19683         (gst_client_status_get_type), (gst_multifdsink_class_init),
19684         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19685         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19686         (gst_multifdsink_get_property):
19687         * gst/tcp/gstmultifdsink.h:
19688         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19689         * gst/videotestsrc/gstvideotestsrc.c:
19690         (gst_videotestsrc_pattern_get_type):
19691           remove deprecated properties
19692           fix up enums to correctly have short lowercase dashed nicks
19693
19694 2005-11-22  Michael Smith <msmith@fluendo.com>
19695
19696         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19697         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19698           Add underscore.
19699
19700 2005-11-22  Michael Smith <msmith@fluendo.com>
19701
19702         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19703         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19704           Use utility method for scaling clocktime for fractional framerates.
19705
19706 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19707
19708         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19709         (gst_visual_chain):
19710         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19711         * ext/theora/theoradec.c: (theora_handle_type_packet):
19712         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19713         (theora_enc_chain):
19714         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19715         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19716         * gst-libs/gst/video/video.h:
19717         * gst/ffmpegcolorspace/avcodec.h:
19718         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19719         (gst_ffmpeg_caps_to_pixfmt):
19720         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19721         (gst_ffmpegcsp_set_caps):
19722         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19723         (gst_videorate_setcaps), (gst_videorate_blank_data),
19724         (gst_videorate_chain):
19725         * gst/videotestsrc/gstvideotestsrc.c:
19726         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19727         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19728         (gst_videotestsrc_event), (gst_videotestsrc_create):
19729         * gst/videotestsrc/gstvideotestsrc.h:
19730         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19731         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19732         (gst_ximagesink_get_times), (gst_ximagesink_init):
19733         * sys/ximage/ximagesink.h:
19734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19735         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19736         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19737         * sys/xvimage/xvimagesink.h:
19738           Convert elements to use fractions for their framerate.
19739           V4L elements to come later tonight.
19740
19741 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19742
19743         * gst-libs/gst/audio/audio.c:
19744         * gst-libs/gst/audio/audio.h:
19745           remove some deprecated functions
19746
19747 2005-11-22  Andy Wingo  <wingo@pobox.com>
19748
19749         * Update for gst_tag_setter API changes.
19750
19751 2005-11-22  Andy Wingo  <wingo@pobox.com>
19752
19753         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19754         (gst_ogg_demux_perform_seek):
19755         * ext/theora/theoradec.c (theora_dec_sink_event):
19756         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19757         update-funcnames.
19758
19759 2005-11-22  Wim Taymans  <wim@fluendo.com>
19760
19761         * examples/seeking/seek.c: (main):
19762         Give higher priority to bus signals than the gtk events
19763         to fix a race condition in the segment looping.
19764
19765 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19766
19767         * ext/theora/Makefile.am:
19768         * ext/vorbis/Makefile.am:
19769         * gst-libs/gst/tag/Makefile.am:
19770         * gst-plugins-base.spec.in:
19771           Rename libgsttagedit to libgsttag (#322117).
19772
19773 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19774
19775         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19777           Call gst_x_overlay_prepare_xwindow_id() to give applications
19778           a final chance to set their own xwindow id before the video
19779           sink creates its own window.
19780
19781 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19782
19783         * sys/xvimage/xvimagesink.c:
19784         (gst_xvimagesink_navigation_send_event): Handle navigation
19785         events correcly with borders if applicable.
19786
19787 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19788
19789         Patch by: Luca Ognibene
19790
19791         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19792         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
19793         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19794         (gst_ffmpegcsp_caps_remove_format_info):
19795         * gst/ffmpegcolorspace/imgconvert.c:
19796         * gst/ffmpegcolorspace/imgconvert_template.h:
19797           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
19798           #318353); use gst_structure_has_name().
19799
19800 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19801
19802         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
19803         (gst_ximagesink_class_init): Add debug macros on functions.
19804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19805         (gst_xvimagesink_xwindow_draw_borders),
19806         (gst_xvimagesink_xvimage_put),
19807         (gst_xvimagesink_xwindow_update_geometry),
19808         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
19809         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
19810         (gst_xvimagesink_xcontext_clear),
19811         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
19812         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19813         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19814         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19815         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
19816         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19817         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
19818         expose while being PAUSED, out of data flow navigation events, etc..
19819
19820 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19821
19822         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19823         * gst-libs/gst/audio/audio.h:
19824           fix prototype - wondering why the test worked regardless
19825
19826 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19827
19828         * check/Makefile.am:
19829         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19830         * gst-libs/gst/audio/audio.h:
19831           add a method that returns a proper GstClockTime
19832
19833 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19834
19835         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
19836         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
19837         * gst-libs/gst/interfaces/xoverlay.h:
19838           Remove everything having to do with the desired size; add 
19839           gst_x_overlay_prepare_xwindow_id() function; remove the
19840           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
19841           post a message on the bus instead (#321816).
19842
19843         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
19844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
19845         (gst_xvimagesink_xoverlay_init):
19846           Remove desired size stuff (#321816).
19847
19848 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19849
19850         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19851         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19852         (mpeg_video_type_find), (mpeg_video_stream_type_find):
19853           Terminate vararg functions with NULL instead of 0 to 
19854           make gcc4 happy.
19855
19856 2005-11-21  Andy Wingo  <wingo@pobox.com>
19857
19858         patch by: Sebastien Cote <sebas642@yahoo.ca>
19859         
19860         * gst-libs/gst/rtp/gstrtpbuffer.h: 
19861         * gst-libs/gst/rtp/gstrtpbuffer.c
19862         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
19863
19864 2005-11-21  Andy Wingo  <wingo@pobox.com>
19865
19866         * gst/playback/gstplaybin.c (gen_audio_element) 
19867         (gen_video_element): Use the new MISSING_PLUGIN core error
19868         category. Closes #320060.
19869
19870         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
19871         * gst/videorate/gstvideorate.c (gst_videorate_event):
19872         * ext/theora/theoradec.c (theora_dec_sink_event): 
19873         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
19874         stream lock.
19875
19876         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
19877         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
19878         stream lock changes.
19879
19880 2005-11-21  Wim Taymans  <wim@fluendo.com>
19881
19882         * gst-libs/gst/audio/gstbaseaudiosink.c:
19883         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19884         (gst_base_audio_sink_provide_clock),
19885         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
19886         (gst_base_audio_sink_change_state):
19887         * gst/audioresample/gstaudioresample.c:
19888         Segment update fix.
19889
19890 2005-11-21  Andy Wingo  <wingo@pobox.com>
19891
19892         * *.h:
19893         * *.c: Ran scripts/update-macros. Oh yes.
19894
19895 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19896
19897         * sys/ximage/Makefile.am:
19898         * sys/ximage/ximage.c:
19899           Rename ximage plugin to ximagesink (#321426) (Don't forget to
19900           remove your old libgstximage.* manually if necessary).
19901
19902 2005-11-21  Michael Smith <msmith@fluendo.com>
19903
19904         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
19905           Minimal fix for bug #320200: set the min/max bitrate in the correct
19906           units. A better fix would be to upgrade to the RATEMANAGE2
19907           interface, rather than using the deprecated interface used here, but
19908           that would require an update in our libvorbis dependency (to 1.1),
19909           which is probably undesirable.
19910
19911 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19912
19913         * ext/libvisual/visual.c: (get_buffer):
19914         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19915         (gst_base_audio_src_fixate):
19916         * gst/audioconvert/gstaudioconvert.c:
19917         (gst_audio_convert_fixate_caps):
19918         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
19919         * gst/audiotestsrc/gstaudiotestsrc.c:
19920         (gst_audiotestsrc_src_fixate):
19921         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
19922         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
19923         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
19924         * gst/videotestsrc/gstvideotestsrc.c:
19925         (gst_videotestsrc_src_fixate):
19926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
19927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
19928           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19929           (#322027)
19930
19931
19932 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19933
19934         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19935         (gst_riff_create_iavs_caps):
19936         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
19937         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
19938         (gst_riff_parse_info):
19939         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
19940         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
19941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19942           Fixes for GST_FOURCC_FORMAT API change.
19943
19944 2005-11-21  Andy Wingo  <wingo@pobox.com>
19945
19946         patch by: Alessandro Dessina <alessandro nnva org>
19947
19948         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
19949         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
19950         (gst_ogg_parse_chain):
19951         * ext/theora/theoraenc.c (theora_set_header_on_caps):
19952         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
19953         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
19954         gst_value_list calls on arrays. Fixes #321962.
19955
19956 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19957
19958         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19959         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
19960         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
19961         * gst/adder/gstadder.c: (gst_adder_init),
19962         (gst_adder_request_new_pad), (gst_adder_collected),
19963         (gst_adder_change_state):
19964           Update for gst_collectpads_foo() to gst_collect_pads_foo()
19965           API change.
19966
19967 2005-11-21  Michael Smith <msmith@fluendo.com>
19968
19969         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
19970         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
19971           Properly handle pad_push return values.
19972
19973 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
19974
19975         * gst-libs/gst/tag/Makefile.am:
19976         * gst-libs/gst/tag/gstvorbistag.c:
19977         (gst_tag_list_to_vorbiscomment_buffer):
19978           Remove obsolete vorbistag element and debug category.
19979
19980         * gst/playback/gstplaybasebin.c: (check_queue):
19981           Don't divide by 0 when queue-threshold is 0.
19982
19983         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
19984           Don't modify an existing pixel-aspect-ratio if we fail to read
19985           a new one.
19986
19987 2005-11-20  Wim Taymans  <wim@fluendo.com>
19988
19989         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
19990         (gst_vorbisenc_push_packet):
19991         GST_PAD_IS_USABLE is gone, use the return value of
19992         the push or pad_alloc_buffer instead.
19993
19994 2005-11-18  Julien MOUTTE  <julien@moutte.net>
19995
19996         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19997         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
19998         (gst_ximagesink_ximage_destroy),
19999         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20000         (gst_ximagesink_xwindow_new),
20001         (gst_ximagesink_xwindow_update_geometry),
20002         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20003         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20004         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20005         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20006         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20007         (gst_ximagesink_navigation_send_event),
20008         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20009         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20010         (gst_ximagesink_finalize), (gst_ximagesink_init),
20011         (gst_ximagesink_class_init):
20012         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20013         This new version brings correct software scaling, non flickering
20014         window while resizing, pixel aspect ratio handling, usage of
20015         hardware buffer pools, out of data flow event thread for 
20016         navigation and handling of expose events even when being PAUSED,
20017         a new property to keep video aspect ratio when resizing, etc...
20018
20019 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20020
20021         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20022         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20023         handling of PAR.
20024
20025 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20026
20027         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20028         Unsetting IS_SINK flag from the fakesink, so decodebin
20029         never behaves as a sink.
20030
20031 2005-11-17  Wim Taymans  <wim@fluendo.com>
20032
20033         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20034         (gst_base_audio_src_change_state):
20035         Fix the audiosrc base class again, we did not unflush.
20036
20037 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20038
20039         * examples/seeking/seek.c: (make_dv_pipeline),
20040         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20041         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20042         to ogg/vorbis/theora pipeline.
20043
20044 2005-11-17  Wim Taymans  <wim@fluendo.com>
20045
20046         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20047         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20048         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20049         Fix EOS on multiple streams.
20050         More debugging.
20051
20052 2005-11-16  Wim Taymans  <wim@fluendo.com>
20053
20054         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20055         (gst_ogg_demux_perform_seek):
20056         Segment done must include stream time.
20057
20058         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20059         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20060         (gst_ogg_mux_change_state):
20061         Fix ogg muxer again.
20062
20063 2005-11-16  Wim Taymans  <wim@fluendo.com>
20064
20065         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20066         Fix compile again.
20067
20068 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20069
20070         * ext/libvisual/visual.c: (gst_visual_init):
20071         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20072         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20073         (gst_ogg_parse_chain):
20074         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20075         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20076         * ext/theora/theoradec.c: (gst_theora_dec_init):
20077         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20078         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20079         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20080         * gst/adder/gstadder.c: (gst_adder_class_init),
20081         (gst_adder_dispose):
20082         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20083         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20084         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20085           Fix a whole set of pad template leaks
20086
20087 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20088
20089         * check/generic/states.c: (GST_START_TEST):
20090           fix the test so that it only checks for elements that are part of
20091           this source module
20092
20093 2005-11-16  Michael Smith <msmith@fluendo.com>
20094
20095         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20096         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20097         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20098         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20099         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20100         (gst_ogg_mux_change_state):
20101           Fix leaking collectpads.
20102
20103 2005-11-16  Edward Hervey  <edward@fluendo.com>
20104
20105         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20106         (gst_videorate_event), (gst_videorate_chain):
20107         Handle segment seeks
20108
20109 2005-11-16  Wim Taymans  <wim@fluendo.com>
20110
20111         * gst-libs/gst/audio/gstbaseaudiosink.c:
20112         (gst_base_audio_sink_provide_clock),
20113         (gst_base_audio_sink_change_state):
20114         Set ringbuffer to non-flushing when going to PAUSED, set to
20115         flushing again when going to READY.
20116
20117         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20118         (gst_ring_buffer_stop):
20119         Start in flushing mode by default.
20120         Don't set flushing in the _stop method, let the app call
20121         this explicitly.
20122
20123 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20124
20125         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20126         * gst-libs/gst/video/videosink.h: Add helper function needed
20127         for video sinks.
20128
20129 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20130
20131         * gst/videoscale/gstvideoscale.c:
20132         (gst_videoscale_handle_src_event):
20133           Don't leak reference to pad parent.
20134
20135 2005-11-16  Wim Taymans  <wim@fluendo.com>
20136
20137         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20138         Set ringbuffer to flushing when stopping so that we don't
20139         block on wait_segment anymore and livelock.
20140
20141 2005-11-16  Wim Taymans  <wim@fluendo.com>
20142
20143         * examples/seeking/seek.c: (send_event), (do_seek),
20144         (loop_toggle_cb), (segment_done), (main):
20145         Added looping checkbox.
20146
20147 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20148
20149         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20150         (gst_ogg_demux_init):
20151         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20152         (gst_vorbis_dec_init):
20153           revert unrefs, they don't pass make check
20154
20155 2005-11-15  Johan Dahlin  <johan@gnome.org>
20156
20157         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20158         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20159         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20160         (gst_vorbis_dec_init):
20161         Fix pad template leaks. 
20162
20163 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20164
20165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20166           Make state change function thread safe.
20167
20168 2005-11-15  Edward Hervey  <edward@fluendo.com>
20169
20170         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20171         (gst_ogg_demux_class_init):
20172         Implement GstElement::send_event, so we can send seek events
20173         in GST_STATE_READY
20174
20175 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20176
20177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20178         Discovered how to take away flickering while resizing the
20179         window. Please don't put that in ximagesink, refactoring in
20180         progress.
20181
20182 2005-11-14  Michael Smith <msmith@fluendo.com>
20183
20184         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20185         (gst_multifdsink_render):
20186           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20187
20188 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20189
20190         * gst/playback/gstplaybin.c: (gen_audio_element):
20191           Use autoaudiosink, it tends to be more widely available than
20192           autoaudiiosink.
20193           
20194 2005-11-14  Andy Wingo  <wingo@pobox.com>
20195
20196         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20197         as well if it is available. Fixes #316442.
20198
20199 2005-11-14  Michael Smith <msmith@fluendo.com>
20200
20201         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20202         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20203         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20204         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20205         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20206         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20207         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20208         (gst_vorbisenc_change_state):
20209           Fix a small memory leak in vorbisenc.
20210           Fix large memory leaks in oggmux, also fix lots of state change
20211           bugs in oggmux.
20212
20213 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20214
20215         * gst/videotestsrc/gstvideotestsrc.c:
20216         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20217         (gst_videotestsrc_src_fixate):
20218           move fixation to a fixate function
20219           remove negotiate function, basesrc's is good enough
20220           fixes a bug for check when using the element alone
20221
20222 2005-11-13  Edward Hervey  <edward@fluendo.com>
20223
20224         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20225         (key_toggle_cb), (main):
20226         Added checkboxes for adding/removing the accurate and key_unit seek
20227         flags.
20228
20229 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20230
20231         * configure.ac: back to HEAD
20232
20233 === release 0.9.5 ===
20234
20235 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20236
20237         * configure.ac:
20238           releasing 0.9.5, "No No Kia"
20239
20240 2005-11-11  Edward Hervey  <edward@fluendo.com>
20241
20242         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20243         Added parse-launch syntax seeking mode for the seeking example.
20244         This should help stress-test even more cases.
20245         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20246
20247 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20248
20249         * sys/xvimage/xvimagesink.c:
20250         (gst_xvimagesink_navigation_send_event):
20251           Check whether peer pad exists before sending navigation events
20252           to it.
20253
20254 2005-11-11  Michael Smith <msmith@fluendo.com>
20255
20256         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20257         (gst_vorbisenc_buffer_from_packet):
20258         * ext/vorbis/vorbisenc.h:
20259           Set duration on encoded buffers. This allows oggmux's
20260           max_page_delay parameter to actually work.
20261
20262 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20263
20264         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20265         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20266         (gst_ffmpegcsp_avpicture_fill):
20267         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20268         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20269           Make palettes work again (see #132341). Use our own macros
20270           for rounding up.
20271
20272 2005-11-10  Andy Wingo  <wingo@pobox.com>
20273
20274         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20275         string doober.
20276
20277 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20278
20279         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20280         (gst_ffmpegcsp_transform_caps):
20281           Prefer passthrough in transform_caps
20282
20283 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20284
20285         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20286           check for ALSA errors properly, instead of relying on ALSA's
20287           error strings to serve to the user.
20288
20289 2005-11-10  Wim Taymans  <wim@fluendo.com>
20290
20291         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20292         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20293         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20294         Modernise the seek code.
20295
20296 2005-11-10  Michael Smith <msmith@fluendo.com>
20297         
20298         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20299         (setup_substreams), (set_active_source):
20300           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20301           trying to go to NULL if we failed to read a file.
20302
20303 2005-11-10  Wim Taymans  <wim@fluendo.com>
20304
20305         * gst/audiotestsrc/gstaudiotestsrc.c:
20306         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20307         (gst_audiotestsrc_create):
20308         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20309         (gst_sinesrc_get_times), (gst_sinesrc_create):
20310         * gst/videotestsrc/gstvideotestsrc.c:
20311         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20312         (gst_videotestsrc_create):
20313         The base class can now sync for us.
20314
20315 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20316
20317         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20318           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20319           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20320           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20321           format=(fourcc)I420" ! xvimagesink
20322
20323 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20324
20325         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20326         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20327         (gst_sinesrc_newsegment):
20328           Send newsegment event in TIME format, set duration if
20329           num-buffers is set, fix duration querying.
20330
20331 2005-11-10  Michael Smith <msmith@fluendo.com>
20332
20333         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20334         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20335         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20336         (gst_ogg_mux_collected):
20337          Fix EOS handling, partially. Now forwarding an EOS event once we have
20338          EOS on all pads works correctly. However, we still don't properly set
20339          EOS on the actual ogg stream pages.
20340
20341 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20342
20343         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20344           Set elements to NULL state before disposing of them.
20345
20346 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20347
20348         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20349
20350         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20351         (gst_base_rtp_depayload_init),
20352         (gst_base_rtp_depayload_set_gst_timestamp):
20353         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20354           We need to send a newsegment event for each instance, not
20355           just for the first instance of this class (get rid of
20356           static variable in function). (#321011).
20357           
20358 2005-11-08  Michael Smith <msmith@fluendo.com>
20359
20360         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20361         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20362         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20363         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20364           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20365           This makes us mux things correctly according to the ogg muxing
20366           rules. Still not handling EOS correctly right now, though.
20367
20368 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20369
20370         * gst/audioconvert/gstaudioconvert.c:
20371           Fix typo in docs. 
20372
20373 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20374
20375         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20376         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20377           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20378           creating a new chain; should fix live streaming. Also
20379           add more debug output and fix a typo.
20380
20381 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20382
20383         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20384
20385         * gst/volume/gstvolume.c: (volume_set_caps):
20386           Fix compilation on Solaris with Forte. (#320923)
20387
20388 2005-11-08  Wim Taymans  <wim@fluendo.com>
20389
20390         * gst-libs/gst/audio/gstbaseaudiosink.c:
20391         (gst_base_audio_sink_render):
20392         No need to do a typecheck.
20393
20394 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20395
20396         * ext/alsa/gstalsa.h:
20397           We register a debug category, so let's use it.
20398
20399 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20400
20401         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20402         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20403         Fixed a small problem.
20404
20405 2005-11-04  Wim Taymans  <wim@fluendo.com>
20406
20407         * examples/seeking/Makefile.am:
20408         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20409         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20410         (make_playerbin_pipeline), (format_value), (update_scale),
20411         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20412         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20413         (print_usage), (main):
20414         Added app for playback speed testing.
20415
20416         * examples/seeking/seek.c: (dynamic_link),
20417         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20418         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20419         (message_received), (main):
20420         Updated seek example.
20421
20422 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20423
20424         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20425         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20426         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20427         (gst_base_rtp_depayload_set_clock):
20428         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20429         Don't sleep on the bench (system clock) when you have a nice 
20430         comfortable bed (Gstreamer clock) to sleep on.
20431
20432 2005-11-03  Wim Taymans  <wim@fluendo.com>
20433
20434         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20435         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20436         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20437         Handle the case where a pad_block failed.
20438
20439 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20440
20441         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20442
20443         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20444         (gst_base_rtp_depayload_add_to_queue),
20445         (gst_base_rtp_depayload_push),
20446         (gst_base_rtp_depayload_set_gst_timestamp),
20447         (gst_base_rtp_depayload_queue_release):
20448           Fixes some bugs in the depayloader's queuing/de-queueing code.
20449
20450 2005-10-31  Michael Smith <msmith@fluendo.com>
20451
20452         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20453         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20454         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20455           Patch from Alessandro Decina <alessandro@nnva.org>.
20456           Make oggdemux only find the final time in a chain, not per-pad,
20457           since the per-pad information can be very expensive to locate, and
20458           it isn't used anywhere. This makes reading a file containing
20459           OggSkeleton reasonably fast.
20460           Also, make chain finding work when there are logical bitstreams that
20461           can't be decoded. Fixes #319110.
20462
20463 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20464
20465         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20466         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20467         (gst_base_rtp_depayload_chain),
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         (gst_base_rtp_depayload_start_thread),
20473         (gst_base_rtp_depayload_set_property),
20474         (gst_base_rtp_depayload_get_property):
20475         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20476         Some random fixes, to fullfill the desires of thomas.
20477
20478 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20479
20480         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20481         (gst_base_rtp_depayload_add_to_queue),
20482         (gst_base_rtp_depayload_push):
20483         Fixed the queueing algorithm.
20484
20485 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20486
20487         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20488         (gst_base_rtp_depayload_push):
20489         A small fix
20490
20491 2005-10-31  Wim Taymans  <wim@fluendo.com>
20492
20493         * gst-libs/gst/audio/gstringbuffer.h:
20494         Don't break ABI.
20495
20496         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20497         (gst_ffmpeg_caps_to_pixfmt):
20498         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20499         (gst_ffmpegcsp_set_caps):
20500         Some more comments.
20501         Handle missing required caps fields better.
20502
20503 2005-10-31  Wim Taymans  <wim@fluendo.com>
20504
20505         * gst-libs/gst/audio/gstbaseaudiosink.c:
20506         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20507         (gst_base_audio_sink_render):
20508         * gst-libs/gst/audio/gstringbuffer.c:
20509         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20510         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20511         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20512         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20513         (gst_ring_buffer_read):
20514         * gst-libs/gst/audio/gstringbuffer.h:
20515         Add flushing mode to the ringbuffer so that it in all cases does
20516         not try to handle more audio. This makes sure it does not try to
20517         block anymore when flushing and fixes a livelock.
20518
20519 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20520
20521         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20522         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20523         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20524           Explicitly check for -1 values before doing a conversion
20525           and always map them to -1. (#315545)
20526
20527 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20528
20529         * gst/playback/gstplaybin.c: (gen_video_element):
20530           first try autovideosink, then xvimagesink, then error out
20531         * po/POTFILES.in:
20532           add translatable file
20533         * po/af.po:
20534         * po/az.po:
20535         * po/cs.po:
20536         * po/en_GB.po:
20537         * po/hu.po:
20538         * po/it.po:
20539         * po/nb.po:
20540         * po/nl.po:
20541         * po/or.po:
20542         * po/sq.po:
20543         * po/sr.po:
20544         * po/sv.po:
20545         * po/uk.po:
20546         * po/vi.po:
20547           update translations
20548
20549 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20550
20551         * gst-libs/gst/rtp/gstbasedepayload.c:
20552         * gst-libs/gst/rtp/gstbasedepayload.h:
20553           Minor cleanups
20554
20555 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20556
20557         * gst/playback/.cvsignore:
20558         * gst/playback/decodetest.c:
20559         * gst/playback/test3.c:
20560           Port these two tests as well.
20561
20562 2005-10-27  Wim Taymans  <wim@fluendo.com>
20563
20564         * ext/theora/theoradec.c: (theora_dec_src_query),
20565         (theora_dec_sink_event):
20566         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20567         (theora_enc_change_state):
20568         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20569         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20570         Take proper locks when handling events.
20571
20572 2005-10-27  Wim Taymans  <wim@fluendo.com>
20573
20574         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20575         (gst_adder_change_state):
20576         Fix timestamps and fix deadlock when stopping the collectpads.
20577
20578 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20579
20580         * gst-libs/gst/rtp/gstrtpbuffer.h:
20581         Declaring the payload types as strings too so that they can be used
20582         in the padtemplate inialization.
20583
20584 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20585
20586         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20587
20588         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20589         (gst_base_rtp_depayload_class_init):
20590         Fixes a small but nasty bug. The derived elements no longer segfaults
20591         on finalization.
20592
20593 2005-10-26  Michael Smith <msmith@fluendo.com>
20594
20595         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20596           When clearing an audioconvert context, set tmpbufsize to zero, so
20597           we'll allocate it again later if required.
20598           This fixes audioconvert re-negotiating formats, which previously
20599           segfaulted with a NULL destination buffer.
20600
20601 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20602
20603         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20604         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20605         (gst_base_rtp_depayload_set_gst_timestamp),
20606         (gst_base_rtp_depayload_queue_release):
20607         Fixed a smalll memleak.
20608
20609 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20610         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20611         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20612         (gst_base_rtp_depayload_finalize),
20613         (gst_base_rtp_depayload_setcaps),
20614         (gst_base_rtp_depayload_add_to_queue),
20615         (gst_base_rtp_depayload_push),
20616         (gst_base_rtp_depayload_set_gst_timestamp),
20617         (gst_base_rtp_depayload_queue_release),
20618         (gst_base_rtp_depayload_thread),
20619         (gst_base_rtp_depayload_change_state):
20620         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20621         Changed the C++ comments to C comments
20622
20623 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20624
20625         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20626         * gst/tcp/gsttcpclientsrc.h:
20627         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20628         * gst/tcp/gsttcpserversrc.h:
20629           Remove unused 'curoffset' structure member.
20630
20631 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20632
20633         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20634         (gst_base_rtp_depayload_base_init),
20635         (gst_base_rtp_depayload_finalize):
20636         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20637         * gst-libs/gst/rtp/gstbasertppayload.h:
20638           The pad-template on the sinkpad should be set by the derived classes.
20639           Also added some useful macros.
20640
20641 2005-10-24  Wim Taymans  <wim@fluendo.com>
20642
20643         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20644         Correctly flush decoder samples even if we could not
20645         copy them to an output buffer. Fixes #319618.
20646
20647 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20648
20649         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20651         the caps against our xcontext caps.
20652
20653 2005-10-24  Wim Taymans  <wim@fluendo.com>
20654
20655         * gst-libs/gst/audio/gstbaseaudiosink.c:
20656         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20657         Remove g_print
20658         Use sync property from baseclass to disable sync.
20659
20660 2005-10-24  Wim Taymans  <wim@fluendo.com>
20661
20662         * gst-libs/gst/audio/gstbaseaudiosink.c:
20663         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20664         Buffers with no timestamps get aligned with previous buffers or
20665         on underrun, played ASAP.
20666
20667 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20668
20669         * gst-libs/gst/video/video.h:
20670         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20671         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20673         here comes my change on caps for framerate and geometry range.
20674         We are now accepting 1 to MAXINT for width and height, and from
20675         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20676         to be blended correctly in videomixer.
20677
20678 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20679
20680         * configure.ac:
20681           back to HEAD
20682
20683 === release 0.9.4 ===
20684
20685 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20686
20687         * NEWS:
20688         * RELEASE:
20689         * configure.ac:
20690           releasing 0.9.4, "Velociraptor"
20691
20692 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20693
20694         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20695         * po/POTFILES.in:
20696           STOPPED -> FAILED
20697
20698 2005-10-21  Wim Taymans  <wim@fluendo.com>
20699
20700         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20701         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20702         (pad_blocked), (close_pad_link), (new_pad):
20703         Don't try to remove elements twice.
20704
20705 2005-10-21  Wim Taymans  <wim@fluendo.com>
20706
20707         * ext/theora/theoradec.c: (theora_dec_src_query),
20708         (theora_dec_sink_event):
20709         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20710         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20711         (vorbis_handle_data_packet):
20712         * ext/vorbis/vorbisdec.h:
20713         Fix old naming.
20714
20715         * gst-libs/gst/audio/gstbaseaudiosink.c:
20716         (gst_base_audio_sink_render):
20717         Don't try to sync on buffers without a timestamp.
20718
20719 2005-10-21  Wim Taymans  <wim@fluendo.com>
20720
20721         * ext/theora/theoradec.c: (theora_dec_src_query),
20722         (theora_dec_sink_event):
20723         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20724         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20725         (vorbis_handle_data_packet):
20726         * ext/vorbis/vorbisdec.h:
20727         Fix old naming.
20728
20729 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20730
20731         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20732         (gst_vorbisenc_src_query):
20733           Implement position and duration queries.
20734
20735         * gst/playback/test3.c: (update_scale), (main):
20736           Fix for async state changes and print nicer output.
20737
20738 2005-10-20  Wim Taymans  <wim@fluendo.com>
20739
20740         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20741         (dump_element_stats), (main):
20742         * gst/playback/test6.c: (main):
20743         Fix tests again
20744
20745 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20746
20747         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20748         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20749           Don't use functions for position queries when handling
20750           duration queries.
20751
20752 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20753
20754         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20755         (vorbis_handle_data_packet), (vorbis_dec_chain),
20756         (vorbis_dec_change_state):
20757         * ext/vorbis/vorbisdec.h:
20758           Vorbis streams can be embedded in other container formats
20759           than ogg, container formats where the demuxer might set 
20760           timestamps on encoded vorbis buffers instead of those silly 
20761           granulepos thingies. In short: make vorbisdec handle 
20762           timestamps on incoming buffers as well.
20763
20764 2005-10-20  Wim Taymans  <wim@fluendo.com>
20765
20766         * gst/playback/gstplaybasebin.c: (group_destroy),
20767         (gst_play_base_bin_change_state):
20768         Fix leak.
20769         Handle case where playbasebin is now ASYNC because
20770         decodebin is.
20771
20772 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20773
20774         * gst/audioconvert/Makefile.am:
20775         * gst/audioconvert/bufferframesconvert.c:
20776         * gst/audioconvert/plugin.c: (plugin_init):
20777         * gst/audioconvert/plugin.h:
20778           And bye bye buffer-frames-convert
20779
20780 2005-10-19  Wim Taymans  <wim@fluendo.com>
20781
20782         * check/elements/audioconvert.c:
20783         * docs/libs/tmpl/gstaudio.sgml:
20784         * docs/libs/tmpl/gstcolorbalance.sgml:
20785         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20786         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
20787         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
20788         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
20789         * gst-libs/gst/audio/audio.h:
20790         * gst/audioconvert/audioconvert.h:
20791         * gst/audioconvert/gstaudioconvert.c:
20792         (gst_audio_convert_parse_caps):
20793         * gst/volume/gstvolume.c:
20794         Bye bye buffer-frames.
20795
20796 2005-10-19  Wim Taymans  <wim@fluendo.com>
20797
20798         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20799         (query_positions_elems), (query_positions_pads), (update_scale),
20800         (do_seek), (set_update_scale), (message_received), (main):
20801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20802         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
20803         (gst_ogg_demux_loop):
20804         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
20805         * ext/theora/theoradec.c: (theora_dec_src_query),
20806         (theora_dec_sink_event):
20807         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20808         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
20809         * gst/adder/gstadder.c: (gst_adder_query):
20810         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20811         * gst/playback/test3.c: (update_scale):
20812         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20813         (dump_element_stats), (main):
20814         * gst/playback/test6.c: (main):
20815         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20816         Query API update.
20817
20818 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20819
20820         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
20821         (xml_check_first_element), (xml_type_find), (smil_type_find),
20822         (plugin_init):
20823           Add typefinding for SMIL and for generic XML. Based on patch by
20824           Akos Maroy (#308663).
20825
20826 2005-10-18  Wim Taymans  <wim@fluendo.com>
20827
20828         * gst/playback/Makefile.am:
20829         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20830         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
20831         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
20832         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
20833         (gst_decode_bin_change_state):
20834         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20835         (gst_play_bin_send_event_to_sink):
20836         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20837         (dump_element_stats), (main):
20838         * gst/playback/test6.c: (main):
20839         Make playbin async, it'll commit state to paused when all streams
20840         are detected.
20841         Remove ugly hack.
20842         Added test6.c to show async behaviour.
20843
20844 2005-10-18  Wim Taymans  <wim@fluendo.com>
20845
20846         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
20847         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
20848         Fix for segment-start/stop API change.
20849
20850 2005-10-18  Wim Taymans  <wim@fluendo.com>
20851
20852         * check/Makefile.am:
20853         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
20854         (main):
20855         Add future test for clock selection.
20856
20857 2005-10-18  Wim Taymans  <wim@fluendo.com>
20858
20859         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
20860         (gst_alsasink_close):
20861         Set handle to NULL.
20862
20863         * gst-libs/gst/audio/gstringbuffer.c:
20864         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20865         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20866         (gst_ring_buffer_start), (gst_ring_buffer_pause),
20867         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
20868         (gst_ring_buffer_read):
20869         More debug info.
20870
20871 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
20872
20873         * gst/audiotestsrc/Makefile.am:
20874         * gst/sine/Makefile.am:
20875         * gst/volume/Makefile.am:
20876           fix broken build of controllerized plugins
20877
20878 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
20879
20880         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20881
20882         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20883         (gst_riff_create_video_template_caps):
20884           Add support for Indeo-3 (IV32).
20885
20886 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20887
20888         * configure.ac:
20889           rewrite
20890
20891 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20892
20893         * gst-libs/gst/video/video.c: (gst_video_get_size):
20894         * gst/audiotestsrc/gstaudiotestsrc.c:
20895           doc updates
20896
20897 2005-10-17  Andy Wingo  <wingo@pobox.com>
20898
20899         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
20900         with the collectpads change.
20901         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
20902
20903         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
20904
20905         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
20906
20907         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
20908         alloc_buffer flow return to callers.
20909         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
20910         change. Fix some memleaks in theoraenc.
20911
20912         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
20913         in strange circumstance.
20914
20915 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20916
20917         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20918         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
20919         from caps, let's use the caps...
20920
20921 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20922
20923         * configure.ac:
20924           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
20925
20926 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20927
20928         * gst-libs/gst/interfaces/Makefile.am:
20929           fix silly typo
20930
20931 2005-10-16  Andy Wingo  <wingo@pobox.com>
20932
20933         * gst/playback/gstdecodebin.c
20934         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
20935         function!
20936         (try_to_link_1): Increase kraziness level.
20937
20938 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20939
20940         * configure.ac:
20941           restructure like the core one
20942         * gst-libs/gst/audio/Makefile.am:
20943         * gst-libs/gst/interfaces/Makefile.am:
20944         * gst-libs/gst/net/Makefile.am:
20945         * gst-libs/gst/riff/Makefile.am:
20946         * gst-libs/gst/rtp/Makefile.am:
20947         * gst-libs/gst/tag/Makefile.am:
20948         * gst-libs/gst/video/Makefile.am:
20949           use correct linker flags, now the libs are properly versioned
20950         * check/elements/audioconvert.c: (verify_convert):
20951         * ext/alsa/gstalsaplugin.c:
20952         * ext/cdparanoia/gstcdparanoia.c:
20953         * ext/gnomevfs/gstgnomevfs.c:
20954         * ext/libvisual/visual.c:
20955         * ext/ogg/gstogg.c:
20956         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
20957         * ext/theora/theora.c:
20958         * ext/vorbis/vorbis.c:
20959         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20960         * gst-libs/gst/tag/gsttagediting.c:
20961         * gst-libs/gst/video/video.c:
20962         * gst/adder/gstadder.c:
20963         * gst/audioconvert/plugin.c:
20964         * gst/audiorate/gstaudiorate.c:
20965         * gst/audioresample/gstaudioresample.c:
20966         * gst/audioresample/resample_ref.c: (resample_scale_ref):
20967         * gst/audioscale/gstaudioscale.c:
20968         * gst/audioscale/resample.c:
20969         * gst/audiotestsrc/gstaudiotestsrc.c:
20970         * gst/ffmpegcolorspace/gstffmpeg.c:
20971         * gst/playback/gstdecodebin.c: (close_pad_link):
20972         * gst/playback/gstplaybin.c: (gen_video_element),
20973         (gen_audio_element):
20974         * gst/sine/gstsinesrc.c:
20975         * gst/subparse/gstsubparse.c:
20976         * gst/tags/gsttagediting.c:
20977         * gst/tcp/gsttcpplugin.c:
20978         * gst/typefind/gsttypefindfunctions.c:
20979         * gst/videorate/gstvideorate.c:
20980         * gst/videoscale/gstvideoscale.c:
20981         * gst/videotestsrc/gstvideotestsrc.c:
20982         * gst/volume/gstvolume.c:
20983         * sys/v4l/gstv4l.c:
20984         * sys/ximage/ximage.c:
20985         * sys/xvimage/xvimagesink.c:
20986           fix up defines
20987
20988 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20989
20990         * ext/vorbis/vorbisenc.c:
20991         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20992         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
20993         (gst_tag_to_vorbis_comments):
20994           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
20995
20996 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20997
20998         * examples/stats/mp2ogg.c:
20999         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21000           typo fixes
21001
21002 2005-10-13  Michael Smith <msmith@fluendo.com>
21003
21004         * ext/ogg/gstoggmux.c:
21005           Use magic glib macros to define constants as 64 bit, to ensure
21006           appropriate vararg passing.
21007
21008 2005-10-13  Michael Smith <msmith@fluendo.com>
21009
21010         * ext/ogg/gstoggmux.c:
21011         * gst/audioconvert/audioconvert.c: (float):
21012           Don't use LL suffix, as it's not portable, and neither of these
21013           uses required it anyway.
21014
21015 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21016
21017         * examples/indexing/indexmpeg.c: (main):
21018         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21019         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21020         (cdparanoia_convert), (cdparanoia_query):
21021         * ext/cdparanoia/gstcdparanoia.h:
21022         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21023         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21024         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21025         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21026         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21027         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21028         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21029         (gst_multifdsink_render), (gst_multifdsink_start),
21030         (gst_multifdsink_stop):
21031         * gst/tcp/gstmultifdsink.h:
21032         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21033         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21034         (gst_tcpclientsink_stop):
21035         * gst/tcp/gsttcpclientsink.h:
21036         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21037         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21038         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21039         * gst/tcp/gsttcpclientsrc.h:
21040         * gst/tcp/gsttcpserversink.h:
21041         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21042         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21043         (gst_tcpserversrc_stop):
21044         * gst/tcp/gsttcpserversrc.h:
21045         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21046         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21047         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21048           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21049           moved bitshift from macro to enum definition
21050
21051 2005-10-12  Wim Taymans  <wim@fluendo.com>
21052
21053         * examples/seeking/Makefile.am:
21054         Oops.
21055
21056 2005-10-12  Wim Taymans  <wim@fluendo.com>
21057
21058         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21059         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21060         Don't assert on normal stuff.
21061
21062         * gst/playback/gstplaybin.c: (do_playbin_seek):
21063         API fix.
21064
21065 2005-10-12  Wim Taymans  <wim@fluendo.com>
21066
21067         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21068         * examples/seeking/Makefile.am:
21069         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21070         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21071         (do_seek), (set_update_scale), (message_received), (main):
21072         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21073         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21074         Update for _get_state() API change.
21075
21076 2005-10-11  Wim Taymans  <wim@fluendo.com>
21077
21078         * gst-libs/gst/audio/gstbaseaudiosink.c:
21079         (gst_base_audio_sink_render):
21080         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21081         (gst_base_audio_src_create):
21082         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21083         (gst_ring_buffer_read):
21084         Cleanups.
21085         Commit and read from ringbuffer in samples rather than bytes.
21086
21087 2005-10-11  Wim Taymans  <wim@fluendo.com>
21088
21089         * gst-libs/gst/audio/gstbaseaudiosink.c:
21090         (gst_base_audio_sink_render):
21091         Respect segment rate and accum when scheduling samples.
21092
21093 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21094
21095         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21096         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21097         EOS correctly, that needs more work.
21098
21099 2005-10-11  Wim Taymans  <wim@fluendo.com>
21100
21101         * check/generic/states.c: (GST_START_TEST):
21102         remove old property.
21103
21104         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21105         (gst_ogg_demux_perform_seek):
21106         * ext/theora/theoradec.c: (theora_dec_sink_event):
21107         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21108         (vorbis_handle_data_packet):
21109         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21110         (gst_base_rtp_depayload_set_gst_timestamp):
21111         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21112         Update for newsegment API change.
21113
21114 2005-10-11  Michael Smith <msmith@fluendo.com>
21115
21116         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21117         (do_playbin_seek), (gst_play_bin_send_event):
21118           Override send_event differently, so that we can takes bits of
21119           functionality from GstPipeline (special handling for seeks,
21120           including pausing/resuming, and resetting stream time) and still get
21121           the appropriate behaviour of only forwarding event to a single sink,
21122           rather than all of them.
21123           Unfortunately requires a lot of code duplication, but the
21124           alternatives are equally ugly in the end.
21125
21126 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21127
21128         * check/elements/audioconvert.c: (setup_audioconvert),
21129         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21130         (GST_START_TEST), (audioconvert_suite):
21131           clean up tests a little, fix some leaks.
21132
21133 2005-10-10  Wim Taymans  <wim@fluendo.com>
21134
21135         * ext/alsa/gstalsasink.c:
21136         Also allow unsigned int.
21137
21138         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21139         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21140         Small cleanup
21141
21142 2005-10-10  Wim Taymans  <wim@fluendo.com>
21143
21144         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21145         Small update, use API as stated in design docs.
21146
21147         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21148         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21149         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21150         (message_received), (main):
21151         Updated seek example for GOption. Some usability improvements.
21152
21153 2005-10-10  Wim Taymans  <wim@fluendo.com>
21154
21155         * gst/audioconvert/audioconvert.h:
21156         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21157         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21158         Alloc temp storage somewhere else where we can do it more
21159         portable.
21160
21161 2005-10-10  Wim Taymans  <wim@fluendo.com>
21162
21163         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21164         (gst_tcpserversrc_start):
21165         Don't block in accept while doing the state change, move
21166         to poll and make cancellable.
21167
21168 2005-10-09  Philippe Khalaf <burger@speedy.org>
21169
21170         * gst-libs/gst/rtp/rtpbasedepayload.c:
21171         Set timestamp and add queue delay to timestamp
21172         * gst-libs/gst/rtp/rtpbuffer.h:
21173         Set correct payload type for h263
21174
21175 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21176
21177         * gst/audiotestsrc/gstaudiotestsrc.c:
21178         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21179         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21180         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21181         (gst_audiotestsrc_create_triangle),
21182         (gst_audiotestsrc_create_silence),
21183         (gst_audiotestsrc_create_white_noise),
21184         (gst_audiotestsrc_init_pink_noise),
21185         (gst_audiotestsrc_generate_pink_noise_value),
21186         (gst_audiotestsrc_create_pink_noise),
21187         (gst_audiotestsrc_change_wave):
21188         * gst/audiotestsrc/gstaudiotestsrc.h:
21189           fixed typo, added pink noise
21190
21191 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21192
21193         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21194         (plugin_init):
21195           Add wavpack and spc typefind functions from 0.8 branch.
21196
21197 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21198
21199         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21200         (ar_type_find), (msdos_type_find), (plugin_init):
21201           Add typefind functions for tar archives, ar archives,
21202           RAR archives, and msdos-executables (dlls, exe, etc.).
21203           Some of those would be wrongly identified as mpeg
21204           streams of some sort before (#315550).
21205
21206 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21207
21208         * configure.ac:
21209         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21210         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21211         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21212         * gst/audiotestsrc/Makefile.am:
21213         * gst/audiotestsrc/gstaudiotestsrc.c:
21214         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21215         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21216         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21217         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21218         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21219         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21220         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21221         (gst_audiotestsrc_create_silence),
21222         (gst_audiotestsrc_create_white_noise),
21223         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21224         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21225         (gst_audiotestsrc_start), (plugin_init):
21226         * gst/audiotestsrc/gstaudiotestsrc.h:
21227           add new plugin and element
21228         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21229           use gobject_class
21230
21231 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21232
21233         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21234         (gst_adder_init), (gst_adder_request_new_pad),
21235         (gst_adder_change_state):
21236           Add query function to source pad, so adder reports the correct
21237           time/sample position when queried (#315457); fix state change
21238           function; use GST_DEBUG_FUNCPTR() for pad functions.
21239
21240 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21241
21242         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21243           Fix leaks in typefind registration
21244           Clean up the gratuitous commenting and whitespacing a little
21245
21246 2005-10-08  Wim Taymans  <wim@fluendo.com>
21247
21248         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21249         Only actually wait for the thread to be stopped if it's 
21250         running.
21251
21252 2005-10-08  Wim Taymans  <wim@fluendo.com>
21253
21254         * gst-libs/gst/audio/gstbaseaudiosink.c:
21255         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21256         If we receive EOS we can start playback of what we had.
21257
21258 2005-10-08  Wim Taymans  <wim@fluendo.com>
21259
21260         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21261         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21262         (gst_multifdsink_stop):
21263         Fix crasher when going to NULL multiple times.
21264
21265 2005-10-06  Wim Taymans  <wim@fluendo.com>
21266
21267         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21268         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21269         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21270         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21271         patch from Edgard Lima <edgard.lima@indt.org.br>
21272         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21273
21274 2005-10-06  Wim Taymans  <wim@fluendo.com>
21275
21276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21277         Report the FLOW_RETURN as string in the error message.
21278
21279         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21280         Don't assert when clearing an unnegotiated buffer.
21281
21282 2005-10-04  Michael Smith <msmith@fluendo.com>
21283
21284         * gst/playback/gstplaybasebin.c: (group_destroy),
21285         (gen_preroll_element), (remove_groups), (setup_source):
21286         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21287         (setup_sinks), (gst_play_bin_send_event),
21288         (gst_play_bin_change_state):
21289           Set state to NULL before removing from bin. Fix refcounting.
21290
21291 2005-10-04  Michael Smith <msmith@fluendo.com>
21292
21293         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21294           Correct refcounting in send_event() function. Previously was wrong
21295           if the first sink was unable to handle the event.
21296
21297 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21298
21299         * configure.ac:
21300           back to development
21301
21302 === release 0.9.3 ===
21303
21304 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21305
21306         * configure.ac:
21307           Releasing 0.9.3, "De Facto"
21308
21309 2005-10-03  Andy Wingo  <wingo@pobox.com>
21310
21311         * gst/playback/gstdecodebin.c (try_to_link_1)
21312         (remove_element_chain): set element to NULL before removing it.
21313
21314 2005-10-02  Johan Dahlin  <johan@gnome.org>
21315
21316         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21317         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21318         MT safe.
21319
21320 2005-10-02  Andy Wingo  <wingo@pobox.com>
21321
21322         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21323         (gst_ring_buffer_prepare_read): 
21324         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21325         Demote to LOG.
21326
21327 2005-09-29  Wim Taymans  <wim@fluendo.com>
21328
21329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21330         * ext/theora/theoradec.c: (theora_handle_data_packet):
21331         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21332         Propagate error codes from alloc_buffer too.
21333
21334 2005-09-29  Wim Taymans  <wim@fluendo.com>
21335
21336         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21337         We use fixed caps.
21338
21339         * gst/playback/Makefile.am:
21340         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21341         (dump_element_stats), (main):
21342         Added example stream introspection code.
21343
21344 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21345
21346         * gst/adder/gstadder.c: (gst_adder_collected):
21347           fix adder for float elements
21348
21349 2005-09-28  Wim Taymans  <wim@fluendo.com>
21350
21351         * gst-libs/gst/audio/gstbaseaudiosink.c:
21352         (gst_base_audio_sink_class_init),
21353         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21354         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21355         (gst_base_audio_src_class_init),
21356         (gst_base_audio_src_provide_clock):
21357         get_clock -> provide_clock
21358
21359 2005-09-28  Andy Wingo  <wingo@pobox.com>
21360
21361         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21362         and unlocking.
21363
21364         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21365         unlocking.
21366
21367         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21368         Actually add the pad template.
21369         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21370
21371         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21372         I'm at it...
21373
21374         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21375         from fdsrc. Get caps in create() instead of start() so it can be
21376         interrupted. Interruption somewhat untested.
21377
21378         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21379         Proper EOS handling.
21380
21381 2005-09-27  Andy Wingo  <wingo@pobox.com>
21382
21383         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21384
21385         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21386
21387         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21388
21389         * gst/tcp/gsttcp.h: 
21390         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21391         out of tcpclientsrc.c. Cancellable.
21392         (gst_tcp_socket_read): Made private, cancellable, with better
21393         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21394         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21395         whole buffer, and better diagnostics.
21396         (gst_tcp_gdp_read_caps): Same.
21397
21398         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21399
21400 2005-09-26  Andy Wingo  <wingo@pobox.com>
21401
21402         * gst/sine/gstsinesrc.h:
21403         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21404         change the 'sync' property to 'is-live' and implement it halfway,
21405         update for controller api change.
21406
21407         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21408         controller api change.
21409
21410 2005-09-24  Wim Taymans  <wim@fluendo.com>
21411
21412         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21413         * gst-libs/gst/audio/gstaudiosink.c:
21414         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21415         (gst_audioringbuffer_stop):
21416         * gst-libs/gst/audio/gstbaseaudiosink.c:
21417         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21418         (gst_base_audio_sink_change_state):
21419         * gst-libs/gst/audio/gstbaseaudiosink.h:
21420         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21421         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21422         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21423         * gst-libs/gst/audio/gstringbuffer.h:
21424         Fix sync again. Moved sample alignment to basesink.
21425
21426 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21427
21428         * docs/plugins/Makefile.am:
21429         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21430         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21431         * gst/volume/gstvolume.c:
21432           add/fix docs
21433         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21434         * gst-libs/gst/audio/audio.h:
21435           add conversion macros for frames <-> clocktime
21436
21437 2005-09-23  David Schleef  <ds@schleef.org>
21438
21439         * gst/audioresample/Makefile.am:
21440         * gst/audioresample/debug.h:
21441         * gst/audioresample/gstaudioresample.c:
21442         * gst/audioresample/resample.c: Convert to using gst debugging
21443
21444 2005-09-22  Wim Taymans  <wim@fluendo.com>
21445
21446         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21447         (gst_play_bin_send_event):
21448         Only seek on one sink, the first one that succeeds.
21449
21450 2005-09-22  Michael Smith <msmith@fluendo.com>
21451
21452         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21453         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21454         Don't flush encoder state unless we have an initialised encoder.
21455         Clear out encoder state on PAUSED_TO_READY.
21456
21457 2005-09-22  Wim Taymans  <wim@fluendo.com>
21458
21459         * gst-libs/gst/rtp/gstbasertppayload.c:
21460         (gst_basertppayload_class_init), (gst_basertppayload_init),
21461         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21462         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21463         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21464         (gst_basertppayload_set_property),
21465         (gst_basertppayload_get_property),
21466         (gst_basertppayload_change_state):
21467         * gst-libs/gst/rtp/gstbasertppayload.h:
21468         Added max-ptime to control amount of data in the rtp packets.
21469
21470 2005-09-21  Andy Wingo  <wingo@pobox.com>
21471
21472         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21473         thingies.
21474
21475         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21476         can be called multiple times, dogs.
21477
21478 2005-09-21  Wim Taymans  <wim@fluendo.com>
21479
21480         * gst-libs/gst/rtp/gstbasertppayload.c:
21481         (gst_basertppayload_class_init), (gst_basertppayload_init),
21482         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21483         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21484         (gst_basertppayload_push), (gst_basertppayload_get_property),
21485         (gst_basertppayload_change_state):
21486         Allow 0 ssrc too.
21487
21488 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21489
21490         * docs/libs/compiling.sgml:
21491           fixing typos
21492
21493 2005-09-20  Wim Taymans  <wim@fluendo.com>
21494
21495         * gst-libs/gst/rtp/gstbasertppayload.c:
21496         (gst_basertppayload_class_init), (gst_basertppayload_init),
21497         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21498         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21499         (gst_basertppayload_push), (gst_basertppayload_set_property),
21500         (gst_basertppayload_get_property),
21501         (gst_basertppayload_change_state):
21502         * gst-libs/gst/rtp/gstbasertppayload.h:
21503         Added property to configure sequence number offsets.
21504
21505 2005-09-20  Wim Taymans  <wim@fluendo.com>
21506
21507         * gst-libs/gst/rtp/gstbasertppayload.c:
21508         (gst_basertppayload_class_init), (gst_basertppayload_init),
21509         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21510         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21511         (gst_basertppayload_push), (gst_basertppayload_set_property),
21512         (gst_basertppayload_get_property),
21513         (gst_basertppayload_change_state):
21514         * gst-libs/gst/rtp/gstbasertppayload.h:
21515         Make timestamp offset configurable.
21516
21517 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21518
21519         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21520           fix wrong pop/unref
21521
21522 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21523
21524         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21525
21526         * gst-libs/gst/interfaces/propertyprobe.c:
21527         (gst_property_probe_probe_property_name),
21528         (gst_property_probe_needs_probe_name),
21529         (gst_property_probe_get_values_name),
21530         (gst_property_probe_probe_and_get_values_name):
21531           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21532           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21533
21534 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21535
21536         * check/Makefile.am:
21537           have some tests be disabled for valgrinding
21538         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21539         (GST_START_TEST):
21540         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21541           Fix A Leak.  Chain To Parent Finalize.
21542
21543 2005-09-19  Wim Taymans  <wim@fluendo.com>
21544
21545         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21546         Fixed wav pipeline.
21547
21548 2005-09-19  Wim Taymans  <wim@fluendo.com>
21549
21550         * gst-libs/gst/rtp/gstbasertppayload.c:
21551         (gst_basertppayload_class_init), (gst_basertppayload_init),
21552         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21553         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21554         (gst_basertppayload_push), (gst_basertppayload_get_property),
21555         (gst_basertppayload_change_state):
21556         Posting ERROR and WARNING messages is good.
21557
21558 2005-09-19  Wim Taymans  <wim@fluendo.com>
21559
21560         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21561         (gst_base_rtp_depayload_add_to_queue),
21562         (gst_base_rtp_depayload_push),
21563         (gst_base_rtp_depayload_set_gst_timestamp),
21564         (gst_base_rtp_depayload_queue_release):
21565         This one was not supposed to go in.
21566
21567 2005-09-19  Wim Taymans  <wim@fluendo.com>
21568
21569         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21570         Fix for bus API.
21571
21572         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21573         (gst_base_rtp_depayload_chain),
21574         (gst_base_rtp_depayload_add_to_queue),
21575         (gst_base_rtp_depayload_push),
21576         (gst_base_rtp_depayload_set_gst_timestamp),
21577         (gst_base_rtp_depayload_queue_release):
21578         Some cleanups.
21579
21580         * gst-libs/gst/rtp/gstbasertppayload.c:
21581         (gst_basertppayload_class_init), (gst_basertppayload_init),
21582         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21583         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21584         (gst_basertppayload_get_property),
21585         (gst_basertppayload_change_state):
21586         Added debugging category.
21587
21588 2005-09-18  David Schleef  <ds@schleef.org>
21589
21590         * gst/playback/gstdecodebin.c: free plugin list correctly
21591         * gst/playback/gstplaybin.c: emit warning if autovideosink
21592           and autoaudiosink can't be found (instead of segfaulting)
21593
21594 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21595
21596         * check/elements/audioconvert.c: (GST_START_TEST):
21597           try out 24 bit conversion
21598
21599 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21600
21601         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21602         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21603         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21604         * ext/vorbis/vorbisenc.h:
21605           Fix EOS handling.  Still needs a fix in the ogg muxer to
21606           mark the last page as eos.
21607
21608 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21609
21610         * common/gtk-doc-plugins.mak:
21611         * docs/plugins/Makefile.am:
21612         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21613         * gst/ffmpegcolorspace/Makefile.am:
21614         * gst/ffmpegcolorspace/avcodec.h:
21615         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21616         * gst/tcp/gstmultifdsink.c:
21617           fix up ffmpegcolorspace docs; extract header
21618
21619 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21620
21621         * common/gtk-doc-plugins.mak:
21622         * docs/plugins/Makefile.am:
21623         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21624         * ext/theora/Makefile.am:
21625         * ext/theora/gsttheoraenc.h:
21626         * ext/theora/theoraenc.c:
21627         * ext/vorbis/vorbisenc.c:
21628           pick up signals and args for vorbis; add some docs for vorbis
21629
21630 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21631
21632         * common/gstdoc-scangobj:
21633         * common/gtk-doc-plugins.mak:
21634         * docs/libs/Makefile.am:
21635         * docs/plugins/gst-plugins-base-plugins.args:
21636         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21637         * docs/plugins/gst-plugins-base-plugins.interfaces:
21638         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21639         * docs/plugins/gst-plugins-base-plugins.signals:
21640           only scanobj stuff from our source module.  Not sure yet
21641           if that's correct, given the hierarchy stuff :)
21642
21643 2005-09-15  Wim Taymans  <wim@fluendo.com>
21644
21645         * gst/audioconvert/gstaudioconvert.c:
21646         And enable 24 bits mode as well..
21647
21648 2005-09-15  Wim Taymans  <wim@fluendo.com>
21649
21650         * gst-libs/gst/rtp/Makefile.am:
21651         * gst-libs/gst/rtp/gstbasertppayload.c:
21652         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21653         (gst_basertppayload_class_init), (gst_basertppayload_init),
21654         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21655         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21656         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21657         (gst_basertppayload_set_property),
21658         (gst_basertppayload_get_property),
21659         (gst_basertppayload_change_state):
21660         * gst-libs/gst/rtp/gstbasertppayload.h:
21661         Added rtp payloader base class.
21662
21663 2005-09-15  Andy Wingo  <wingo@pobox.com>
21664
21665         * configure.ac (plugindir): Remove the EOL matcher from the
21666         regexp, as it causes me problems. Libtool? Make? Who knows?
21667
21668 2005-09-14  David Schleef  <ds@schleef.org>
21669
21670         * check/generic/states.c: 
21671         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21672         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21673           Fixes for changes in registry API.
21674
21675         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21676           to GST_PLUGIN_LDFLAGS.
21677         * ext/libvisual/visual.c: Make the library shut up.
21678         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21679         * gst-libs/gst/audio/gstaudiofilter.c: same
21680
21681 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21682
21683         * docs/plugins/Makefile.am:
21684         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21685         * docs/plugins/inspect/plugin-libvisual.xml:
21686         * docs/plugins/tmpl/element-tcpserversink.sgml:
21687         * ext/theora/theoraenc.c:
21688           add libvisual plugin and theoraenc element to docs
21689
21690 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21691
21692         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21693         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21694         * ext/theora/theoraenc.c:
21695           add theoraenc
21696
21697 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21698
21699         * gst/audioconvert/Makefile.am:
21700           Audioconvert derives from GstBaseTransform and should
21701           link to the library with our base elements to avoid
21702           unresolved symbols. Makes things work with MinGW (#316160)
21703
21704         * gst/playback/test4.c: (main):
21705           Fix MinGW build problem and use g_usleep() instead of 
21706           sleep() (#316162)
21707
21708 2005-09-12  Wim Taymans  <wim@fluendo.com>
21709
21710         * gst/audioconvert/audioconvert.c: (float),
21711         (audio_convert_prepare_context), (audio_convert_convert):
21712         * gst/audioconvert/audioconvert.h:
21713         Cleanups, speedups, simplifications, added back support
21714         for 24 bits.
21715
21716 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21717
21718         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21719         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21720         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21721         * docs/plugins/tmpl/element-tcpserversink.sgml:
21722         * gst/ffmpegcolorspace/gstffmpeg.c:
21723         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21724         * gst/videotestsrc/gstvideotestsrc.c:
21725         * gst/volume/gstvolume.c:
21726           add more elements to the docs
21727
21728 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21729
21730         * check/Makefile.am:
21731         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21732         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21733           Add extra tests for basetransform based components. 
21734           Comment out the test_element_negotiation test until we decide
21735           if it's testing correct behaviour.
21736         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21737         (gst_visual_chain), (gst_visual_change_state):
21738           Slightly more correct but still bogus timestamping.
21739           Fix state change function.
21740         * gst/audioconvert/gstaudioconvert.c:
21741         (gst_audio_convert_class_init):
21742         * gst/audioresample/gstaudioresample.c:
21743         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21744         (gst_ffmpegcsp_class_init):
21745         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21746         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21747         (gst_videoscale_prepare_image):
21748         * gst/volume/gstvolume.c: (gst_volume_class_init),
21749         (volume_transform_ip):
21750           Basetransform updates. Enable passthrough modes.
21751         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21752         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21753         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21754           Negotiation fix that allows the window to return to the original
21755           size and renegotiate passthrough upstream. Extra debug output.
21756
21757 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21758
21759         * gst/sine/gstsinesrc.c:
21760         * gst/volume/gstvolume.c:
21761           fix up header include
21762
21763 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21764
21765         * gst-libs/gst/audio/gstbaseaudiosink.c:
21766         (gst_base_audio_sink_render):
21767         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21768         * gst/volume/gstvolume.c: (gst_volume_class_init),
21769         (volume_transform):
21770           fixing lost sync, some more debugging
21771
21772 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
21773
21774         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21775         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21776         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21777         (gst_xvimagesink_check_xshm_calls):
21778           Fix compilation when XShm is not available.
21779
21780 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21781
21782         * ext/libvisual/visual.c: (gst_visual_dispose),
21783         (gst_visual_getcaps), (gst_visual_src_setcaps),
21784         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21785         (gst_visual_change_state):
21786           Finish fixing up libvisual plugin so that it runs. 
21787
21788 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21789
21790         * ext/vorbis/vorbisenc.c:
21791         * gst-libs/gst/tag/gstvorbistag.c:
21792           gsttaginterface.h -> gsttagsetter.h
21793
21794 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21795
21796         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
21797           added another test that failes for me (test is not active by default)
21798
21799 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21800
21801         * configure.ac:
21802           v4l2 is no longer in gst-plugins-base
21803
21804 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21805
21806         * configure.ac:
21807           In the output at the end, don't show the first plugin on the same
21808           line as "Core plug-ins, always built:".
21809           Indent the output as for other plugin categories
21810         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
21811           #define that can be used to not use peer buffer_alloc functions for
21812           test purposes.
21813         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21814         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
21815         (gst_ximagesink_show_frame):
21816         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21817         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
21818         (gst_xvimagesink_show_frame):
21819           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
21820           fails gracefully instead of XError aborting or deadlocking.
21821
21822 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21823
21824         * ext/libvisual/Makefile.am:
21825           link against gst-base-libs
21826
21827 2005-09-06  David Schleef  <ds@schleef.org>
21828
21829         * configure.ac: Enable libvisual plugin.
21830         * ext/libvisual/Makefile.am:
21831         * ext/libvisual/visual.c: Fixes to make it compile.
21832
21833 === release 0.9.2 ===
21834
21835 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21836
21837         * NEWS:
21838         * RELEASE:
21839         * configure.ac:
21840         * docs/random/ChangeLog-0.8:
21841           releasing 0.9.2, "Spoon"
21842
21843 2005-09-05  Michael Smith <msmith@fluendo.com>
21844
21845         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
21846           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
21847           that in the vorbisenc element.
21848
21849 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21850
21851         * common/gtk-doc-plugins.mak:
21852         * docs/plugins/Makefile.am:
21853           fix distcheck
21854         * gst/audioresample/resample.c:
21855           fix wrong docstring
21856
21857 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21858
21859         * common/gst-xmlinspect.py:
21860         * common/gtk-doc-plugins.mak:
21861           only inspect plugins for this given package
21862           require gst-python 0.9
21863
21864 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21865
21866         * Makefile.am:
21867         * autogen.sh:
21868         * common/gst-xmlinspect.py:
21869         * configure.ac:
21870         * docs/Makefile.am:
21871         * docs/plugins/inspect/plugin-alsa.xml:
21872         * docs/plugins/inspect/plugin-audioresample.xml:
21873         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21874         * docs/plugins/inspect/plugin-ogg.xml:
21875         * docs/plugins/tmpl/element-gnomevfssink.sgml:
21876         * docs/plugins/tmpl/element-multifdsink.sgml:
21877         * docs/plugins/tmpl/element-tcpserversink.sgml:
21878         * docs/plugins/tmpl/element-vorbisenc.sgml:
21879         * gst-plugins-base.spec.in:
21880           various doc-related updates
21881
21882 2005-08-31  Wim Taymans  <wim@fluendo.com>
21883
21884         * gst-libs/gst/audio/gstbaseaudiosink.c:
21885         (gst_base_audio_sink_render):
21886         Resync if the buffer timestamps drift more than a 10th 
21887         of a second.
21888
21889 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
21890
21891         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
21892         (gst_v4lsrc_get_property):
21893           The 'timestamp-offset' property is registered as an int64, so
21894           let's use g_value_{set|get}_int64() in our setter and getter
21895           functions (makes it work and fixes warnings with gst-inspect).
21896
21897 2005-08-30  Wim Taymans  <wim@fluendo.com>
21898
21899         * check/elements/audioconvert.c: (setup_audioconvert):
21900         * check/elements/audioresample.c: (setup_audioresample):
21901         * check/elements/volume.c: (setup_volume):
21902         Fix checks.
21903
21904 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21905
21906         * common/gtk-doc-plugins.mak:
21907         * common/plugins.xsl:
21908         * docs/plugins/Makefile.am:
21909           make module a param
21910
21911 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21912
21913         * examples/seeking/seek.c: (make_mp3_pipeline),
21914         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
21915         (play_cb), (pause_cb), (stop_cb):
21916           update the example
21917
21918 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21919
21920         * gst/volume/gstvolume.c: (gst_volume_class_init),
21921         (volume_transform):
21922           do not update controlled params, if buffer has no timestamp
21923
21924 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
21925
21926         * configure.ac:
21927         * gst/sine/Makefile.am:
21928         * gst/volume/Makefile.am:
21929           controllerized elements also need to link against controller-libs ;)
21930
21931 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
21932
21933         * docs/libs/tmpl/gstcolorbalance.sgml:
21934         * docs/libs/tmpl/gstgconf.sgml:
21935         * docs/libs/tmpl/gstmixer.sgml:
21936         * docs/libs/tmpl/gstringbuffer.sgml:
21937         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21938         (gst_sinesrc_create):
21939         * gst/volume/gstvolume.c: (gst_volume_class_init),
21940         (volume_transform):
21941           controllerized two audio plugins
21942
21943 2005-08-29  Andy Wingo  <wingo@pobox.com>
21944
21945         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
21946         (vorbis_handle_data_packet): Fix some int overflow errors.
21947
21948         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
21949         -1.
21950         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
21951         valid.
21952         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
21953         if it's valid. Fixed streaming-mode playback.
21954
21955         * check/elements/volume.c (cleanup_volume): Fix for running
21956         CK_FORK=no.
21957
21958         * check/elements/audioconvert.c: Convert from native endian, not
21959         little endian.
21960
21961 2005-08-29  Michael Smith <msmith@fluendo.com>
21962
21963         * ext/ogg/Makefile.am:
21964         * ext/ogg/gstogg.c: (plugin_init):
21965         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
21966         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
21967         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
21968         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
21969         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
21970         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
21971         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
21972         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
21973         Add an ogg parser element.
21974
21975 2005-08-28  Andy Wingo  <wingo@pobox.com>
21976
21977         * Updates for two-arg init from GST_BOILERPLATE_FULL.
21978
21979 2005-08-26  Wim Taymans  <wim@fluendo.com>
21980
21981         * gst/audioconvert/audioconvert.c: (if), (float),
21982         (audio_convert_get_func_index), (check_default),
21983         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21984         (audio_convert_clean_context), (audio_convert_get_sizes),
21985         (audio_convert_convert):
21986         Cleanups.
21987
21988 2005-08-26  Wim Taymans  <wim@fluendo.com>
21989
21990         * gst/audioconvert/audioconvert.c: (if), (float),
21991         (audio_convert_get_func_index), (check_default),
21992         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21993         (audio_convert_clean_context), (audio_convert_get_sizes),
21994         (audio_convert_convert):
21995         More elegant and working temp buffer selection algo.
21996
21997 2005-08-26  Wim Taymans  <wim@fluendo.com>
21998
21999         * gst/audioconvert/audioconvert.c: (if), (float),
22000         (audio_convert_get_func_index), (check_default),
22001         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22002         (audio_convert_clean_context), (audio_convert_get_sizes),
22003         (get_temp_buffer), (audio_convert_convert):
22004         Use realloc else we lose our original data.
22005
22006 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22007
22008         * gst/audioresample/gstaudioresample.c:
22009           use base class' newsegment to properly timestamp
22010
22011 2005-08-26  Wim Taymans  <wim@fluendo.com>
22012
22013         * gst/audioconvert/audioconvert.c: (if), (float),
22014         (audio_convert_get_func_index), (check_default),
22015         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22016         (audio_convert_clean_context), (audio_convert_get_sizes),
22017         (get_temp_buffer), (audio_convert_convert):
22018         * gst/audioconvert/gstaudioconvert.c:
22019         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22020         (gst_audio_convert_transform_caps),
22021         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22022         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22023         Oops, allocate enough space to perform the channel mix.
22024
22025 2005-08-26  Wim Taymans  <wim@fluendo.com>
22026
22027         * gst/audioconvert/Makefile.am:
22028         * gst/audioconvert/audioconvert.c: (if), (float),
22029         (audio_convert_get_func_index), (check_default),
22030         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22031         (audio_convert_clean_context), (audio_convert_get_sizes),
22032         (get_temp_buffer), (audio_convert_convert):
22033         * gst/audioconvert/audioconvert.h:
22034         * gst/audioconvert/gstaudioconvert.c:
22035         (gst_audio_convert_class_init), (gst_audio_convert_init),
22036         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22037         (gst_audio_convert_get_unit_size),
22038         (gst_audio_convert_transform_caps),
22039         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22040         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22041         * gst/audioconvert/gstaudioconvert.h:
22042         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22043         (gst_channel_mix_fill_identical),
22044         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22045         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22046         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22047         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22048         (gst_channel_mix_mix):
22049         * gst/audioconvert/gstchannelmix.h:
22050         Cleanups, librarify a bit, optimize, better negotiation and more.
22051
22052 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22053
22054         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22055         Another from MikeS:
22056         During typefinding, don't support negative offsets
22057         (offsets from the end of the stream) in our typefind->peek() function
22058         - nothing embedded in ogg ever needs them. However, we need to recognise
22059         those requests and reject them, otherwise we return invalid pointers.
22060
22061 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22062
22063         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22064         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22065         (vorbisdec_finalize), (vorbis_handle_type_packet):
22066           Big shout-out to MikeS for fixing this giant memory leak.
22067           Huzzah!
22068
22069 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22070
22071         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22072         (audio_convert_get_unit_size):
22073           plug some leaks
22074
22075 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22076
22077         * check/Makefile.am:
22078         * check/elements/audioconvert.c: (setup_audioconvert),
22079         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22080         (GST_START_TEST), (audioconvert_suite), (main):
22081           add a test for audioconvert
22082         * gst/audioresample/gstaudioresample.c:
22083         * gst/audioresample/gstaudioresample.h:
22084           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22085           note that for buffers of 1/3 sec this means DURATION(c) is 
22086           one nanosecond more than for a and b
22087
22088 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22089
22090         * check/Makefile.am:
22091         * check/elements/audioresample.c: (setup_audioresample),
22092         (cleanup_audioresample), (fail_unless_perfect_stream),
22093         (test_perfect_stream_instance), (GST_START_TEST),
22094           add a check for audioresample
22095         (audioresample_suite), (main):
22096         * check/elements/volume.c: (GST_START_TEST):
22097           remove unused method
22098         * gst/audioresample/gstaudioresample.c:
22099           set correct buffer parameters since we're changing them
22100         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22101           add some debug
22102
22103 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22104
22105         * gst/audioresample/debug.c:
22106         * gst/audioresample/gstaudioresample.c:
22107           add room for extra overlap samples when asked to transform size
22108           protect against possible mem corruption and check for discrepancies
22109           between written size and outbuffer's size so we can warn for
22110           potential problems
22111         * gst/audioresample/resample.c: (resample_init),
22112         (resample_get_output_size_for_input), (resample_get_output_size),
22113         (resample_set_n_channels), (resample_set_format):
22114           set debug level based on RESAMPLE_DEBUG env var
22115           make sure that get_output_size* returns a whole number of
22116           sample_size
22117           set sample_size each time either channel or format is set
22118         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22119         * gst/audioresample/resample_functable.c:
22120         (resample_scale_functable):
22121         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22122           remove r->sample_size, it's done in resample.c now
22123           add some debugging to the ref implementation
22124           make sure we only give back bytes that are wholes of the sample
22125           size
22126
22127 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22128         * gst/playback/gstplaybasebin.c: (fill_buffer):
22129         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22130
22131 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22132
22133         * gst/volume/gstvolume.c:
22134           made set_caps function static
22135
22136 2005-08-24  Wim Taymans  <wim@fluendo.com>
22137
22138         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22139         (gst_vorbisenc_change_state):
22140         Stop leaking taglists.
22141
22142 2005-08-24  Wim Taymans  <wim@fluendo.com>
22143
22144         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22145         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22146         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22147         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22148         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22149         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22150         Parse seeking events better.
22151         Unref static caps.
22152         Generate correct newsegment events, fixes seeking in live oggs.
22153
22154         * ext/theora/theoradec.c: (theora_dec_src_query),
22155         (theora_dec_src_event), (theora_dec_src_getcaps),
22156         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22157         Use newsegment values to report correct play time.
22158
22159         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22160         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22161         * ext/vorbis/vorbisdec.h:
22162         Parse and use newsegment values to report correct play time.
22163
22164         * gst-libs/gst/audio/gstbaseaudiosink.c:
22165         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22166         Clear ringbuffer on flush.
22167         Use newsegment values to calculate playback time.
22168
22169         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22171         Basesink does newsegment calculations for us now.
22172
22173 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22174
22175         * check/Makefile.am:
22176         * configure.ac:
22177           add core's plugins to the mix so that playbin works
22178         * check/generic/states.c: (GST_START_TEST):
22179           set a 0 timeout on pipelines, so they don't force the next
22180           state change
22181         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22182         (gst_play_base_bin_change_state):
22183           remove the crappy error handling and do GST error handling
22184
22185 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22186
22187         * check/Makefile.am:
22188         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22189           add same test as to core, it bitches out on playbin atm.
22190
22191 2005-08-24  Wim Taymans  <wim@fluendo.com>
22192
22193         * configure.ac:
22194         Remove audioscale.
22195
22196 2005-08-24  Wim Taymans  <wim@fluendo.com>
22197
22198         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22199         (gst_videoscale_prepare_size), (parse_caps),
22200         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22201         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22202         (gst_videoscale_transform):
22203         * gst/videoscale/gstvideoscale.h:
22204         Refactor, make use of BaseTranform really well.
22205
22206 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22207
22208         * configure.ac:
22209           compile audioresample
22210         * gst/audioresample/Makefile.am:
22211         * gst/audioresample/buffer.c:
22212         * gst/audioresample/functable.c:
22213         * gst/audioresample/gstaudioresample.c:
22214         * gst/audioresample/gstaudioresample.h:
22215         * gst/audioresample/resample.c:
22216         (resample_get_output_size_for_input):
22217         * gst/audioresample/resample.h:
22218         * gst/audioresample/resample_chunk.c:
22219         * gst/audioresample/resample_functable.c:
22220         * gst/audioresample/resample_ref.c:
22221           port to use basetransform; doesn't work in all cases yet
22222
22223 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22224
22225         * gst/audioconvert/gstaudioconvert.c:
22226         (gst_audio_convert_class_init), (gst_audio_convert_init),
22227         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22228         (audio_convert_fixate_caps), (audio_convert_set_caps),
22229         (audio_convert_transform),
22230         (gst_audio_convert_buffer_to_default_format),
22231         (gst_audio_convert_buffer_from_default_format),
22232         (gst_audio_convert_channels):
22233         * gst/audioconvert/gstchannelmix.c:
22234         * gst/audioconvert/gstchannelmix.h:
22235           port to basetransform
22236         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22237         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22238         (gst_ffmpegcsp_get_unit_size):
22239         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22240         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22241           fix for basetransform changes
22242
22243 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22244
22245         * check/Makefile.am:
22246           Add CHECK_CFLAGS and LDFLAGS
22247
22248         * gst/playback/gstplaybasebin.c: (fill_buffer):
22249           GST_MESSAGE_SRC became a GObject
22250
22251 2005-08-24  Wim Taymans  <wim@fluendo.com>
22252
22253         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22254         (gst_ring_buffer_clear_all):
22255         * gst-libs/gst/audio/gstringbuffer.h:
22256         Added function to clear the ringbuffer.
22257
22258 2005-08-24  Andy Wingo  <wingo@pobox.com>
22259
22260         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22261         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22262         of _open and _close.
22263
22264         * sys/v4l/gstv4lxoverlay.h:
22265         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22266         an Xv connection here, instead of all the time. Make Xv only be
22267         loaded if you axe for it. Kindof a workaround for buggy behaviour
22268         of Xv when using remote xservers (XvQueryExtension would block).
22269         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22270         replace the _open and _close public API. Only start the xv
22271         connection if necessary.
22272         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22273
22274 2005-08-23  David Schleef  <ds@schleef.org>
22275
22276         * gst/audioresample/Makefile.am: Leet audioresampling code
22277         * gst/audioresample/buffer.c:
22278         * gst/audioresample/buffer.h:
22279         * gst/audioresample/debug.c:
22280         * gst/audioresample/debug.h:
22281         * gst/audioresample/functable.c:
22282         * gst/audioresample/functable.h:
22283         * gst/audioresample/gstaudioresample.c:
22284         * gst/audioresample/gstaudioresample.h:
22285         * gst/audioresample/resample.c:
22286         * gst/audioresample/resample.h:
22287         * gst/audioresample/resample_chunk.c:
22288         * gst/audioresample/resample_functable.c:
22289         * gst/audioresample/resample_ref.c:
22290
22291 2005-08-23  Wim Taymans  <wim@fluendo.com>
22292
22293         * examples/seeking/seek.c: (make_vorbis_pipeline),
22294         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22295         Small seek updates.
22296
22297 2005-08-23  Andy Wingo  <wingo@pobox.com>
22298
22299         * gst-libs/gst/audio/gstbaseaudiosrc.c
22300         (gst_base_audio_src_fixate): Only fixate endianness if it is
22301         present in the caps.
22302
22303 2005-08-22  Andy Wingo  <wingo@pobox.com>
22304
22305         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22306         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22307         device-name property.
22308
22309         * gst-libs/gst/audio/gstaudiosrc.h:
22310         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22311         close_device in the ring buffer, like gstaudiosink.
22312
22313         * ext/alsa/gstalsamixer.h:
22314         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22315         macro to implement the interface without much code. Cleanups. 
22316
22317         * ext/alsa/gstalsasrc.h:
22318         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22319         READY.
22320
22321         * ext/alsa/Makefile.am: Add new files.
22322         * ext/alsa/gstalsamixerelement.c: 
22323         * ext/alsa/gstalsamixerelement.c: Split element code out from
22324         mixer code so that alsasrc can be a mixer too.
22325
22326 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22327
22328         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22329         (GST_START_TEST):
22330         * check/elements/vorbisdec.c: (setup_vorbisdec),
22331         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22332         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22333         (vorbis_handle_identification_packet),
22334         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22335         (vorbis_handle_header_packet), (vorbis_dec_push),
22336         (vorbis_dec_chain):
22337           use the setup/teardown methods to save code.  save code is good.
22338
22339 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22340
22341         * check/Makefile.am:
22342           add ext dir for plugins
22343           add vorbisdec test conditionally
22344         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22345         (GST_START_TEST), (volume_suite):
22346           add a test with wrong caps
22347         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22348         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22349           add a vorbisdec test
22350         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22351         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22352           clean up debug output
22353         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22354           yay, fix a segfault/security issue in vorbisdec
22355           gst-launch fakesrc ! vorbisdec wasn't happy
22356         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22357         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22358         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22359         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22360         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22361         (gst_vorbisenc_set_metadata), (get_constraints_string),
22362         (update_start_message), (gst_vorbisenc_setup),
22363         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22364         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22365         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22366         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22367         * ext/vorbis/vorbisenc.h:
22368           march in line
22369         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22370         (gst_ffmpegcsp_transform):
22371           have the kow come home
22372         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22373           debug my func ptr
22374         * gst/volume/gstvolume.c: (volume_set_caps):
22375           add a debug
22376
22377 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22378
22379         * Makefile.am:
22380         * check/.cvsignore:
22381         * check/Makefile.am:
22382         * check/elements/.cvsignore:
22383         * check/elements/volume.c: (chain_func), (event_func),
22384         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22385         (main):
22386         * configure.ac:
22387           add unit test structure for gst-plugins-base
22388           add a test for volume
22389         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22390         (gst_volume_set_volume), (gst_volume_get_volume),
22391         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22392         (volume_funcfind), (volume_process_float), (volume_process_int16),
22393         (volume_set_caps), (volume_transform), (volume_update_mute),
22394         (volume_update_volume), (volume_set_property),
22395         (volume_get_property):
22396           document a little; use basetransform vmethod _set_caps
22397
22398 2005-08-19  Andy Wingo  <wingo@pobox.com>
22399
22400         * ext/alsa/gstalsamixertrack.h:
22401         * ext/alsa/gstalsamixertrack.c:
22402         * ext/alsa/gstalsamixeroptions.h:
22403         * ext/alsa/gstalsamixeroptions.c:
22404         * ext/alsa/gstalsamixer.h:
22405         * ext/alsa/gstalsamixer.c: Port to 0.9.
22406
22407         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22408         Remove gstalsa.c and alsaclock. No more cruft here.
22409         
22410 2005-08-18  Wim Taymans  <wim@fluendo.com>
22411
22412         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22413         (gst_base_rtp_depayload_chain),
22414         (gst_base_rtp_depayload_add_to_queue),
22415         (gst_base_rtp_depayload_push),
22416         (gst_base_rtp_depayload_queue_release):
22417         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22418         Fix for RTPBuffer changes.
22419
22420         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22421         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22422         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22423         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22424         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22425         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22426         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22427         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22428         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22429         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22430         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22431         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22432         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22433         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22434         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22435         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22436         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22437         (gst_rtpbuffer_get_payload):
22438         * gst-libs/gst/rtp/gstrtpbuffer.h:
22439         Don't subclass GstBuffer but add methods and helper functions
22440         to construct and manipulate RTP packets in regular GstBuffers.
22441
22442 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22443
22444         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22445           moved statement below switch
22446         * gst/volume/gstvolume.c: (gst_volume_class_init):
22447           added debug ptr
22448
22449 2005-08-16  Wim Taymans  <wim@fluendo.com>
22450
22451         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22452         (gst_base_audio_src_change_state):
22453         Open and close device in READY<->NULL state change.
22454
22455 2005-08-16  Andy Wingo  <wingo@pobox.com>
22456
22457         * examples/seeking/Makefile.am: Don't compile non-compiling
22458         compiled objects with the compiler.
22459
22460         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22461         elements.
22462
22463 2005-08-12  Philippe Khalaf <burger@speedy.org>
22464         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22465         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22466           Made a thread to release the queue.
22467           Removed timestamp conversion for now.
22468
22469 2005-08-10  Philippe Khalaf <burger@speedy.org>
22470         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22471         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22472           Added rtp timestamp -> gst timestamp conversion.
22473           Fixed several problems with queue.
22474
22475 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22476
22477         * gst-libs/gst/audio/gstaudioclock.h:
22478         * gst-libs/gst/audio/gstaudiofilter.h:
22479         * gst-libs/gst/audio/gstaudiosink.h:
22480         * gst-libs/gst/audio/gstaudiosrc.h:
22481         * gst-libs/gst/audio/gstbaseaudiosink.h:
22482         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22483         * gst-libs/gst/audio/gstringbuffer.h:
22484         * gst-libs/gst/net/gstnetbuffer.h:
22485         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22486         * gst-libs/gst/rtp/gstrtpbuffer.h:
22487           Add padding (you will need to rebuild gst-plugins-base,
22488           gst-plugins and all applications afterwards!)
22489
22490 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22491
22492         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22493         (gst_riff_parse_chunk):
22494           Fix bug in debug message and add some more debug messages.
22495
22496 2005-08-08  Edward Hervey  <edward@fluendo.com>
22497
22498         * gst-libs/gst/riff/riff-media.c:
22499         backported updates since branch
22500
22501 2005-08-08  Andy Wingo  <wingo@pobox.com>
22502
22503         * gst-libs/gst/audio/gstbaseaudiosink.c
22504         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22505         like good elements should. Close on READY->NULL too.
22506
22507         * gst-libs/gst/audio/gstaudiosink.c
22508         (gst_audioringbuffer_open_device,
22509         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22510         (gst_audioringbuffer_release): Updates for new ring buffer API,
22511         hook into the new audio sink api.
22512
22513         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22514         (GstAudioSinkClass.close): Just open and close the device -- no
22515         resource allocation or configuration.
22516         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22517         vmethods, handle device setup and resource allocation.
22518
22519         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22520         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22521         base class API.
22522
22523         * gst-libs/gst/audio/gstringbuffer.h
22524         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22525         New vmethods.
22526
22527         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22528         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22529         New API functions. The device should be opened before acquiring
22530         and closed after releasing.
22531
22532 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22533
22534         * gst-libs/gst/interfaces/mixer.h:
22535           Reset padding to GST_PADDING.
22536
22537 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22538
22539         * gst/playback/gstplaybin.c: (remove_sinks):
22540           Remove visualization from parent explicitely; works around some
22541           apparent refcount issue that I haven't tracked down yet.
22542
22543 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22544
22545         * ext/alsa/gstalsasink.c: (set_hwparams):
22546           Assign debug category, add negotiation debug msgs.
22547
22548 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22549
22550         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22551           Fix error code for file-not-found to NOT_FOUND.
22552
22553 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22554
22555         * common/gtk-doc-plugins.mak:
22556         * docs/plugins/Makefile.am:
22557         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22558         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22559           renamed to actual element names, so much nicer to look at
22560         * docs/plugins/tmpl/gstmultifdsink.sgml:
22561           remove
22562         * docs/plugins/tmpl/multifdsink.sgml:
22563         * docs/plugins/tmpl/tcpserversink.sgml:
22564           add
22565         * ext/alsa/gstalsa.c:
22566         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22567         * ext/ogg/gstoggmux.c:
22568         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22569         * gst/playback/gstdecodebin.c:
22570         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22571         * gst/tcp/gsttcpserversink.c:
22572           various fixes and documentation additions
22573
22574 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22575
22576         * common/Makefile.am:
22577         * common/gstdoc-scangobj:
22578         * common/gtk-doc-plugins.mak:
22579         * common/gtk-doc.mak:
22580           add a custom scangobj that uses the registry
22581           add a custom gtk-doc-plugins.mak that uses it
22582           some doc build fixes
22583         * configure.ac:
22584         * docs/Makefile.am:
22585         * docs/plugins/Makefile.am:
22586         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22587         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22588         * docs/plugins/gst-plugins-base-plugins.types:
22589         * docs/plugins/tmpl/gstmultifdsink.sgml:
22590           add docs for one element, multifdsink
22591         * gst/adder/gstadder.h:
22592         * gst/volume/gstvolume.h:
22593           don't privatize enum
22594         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22595         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22596         (gst_sync_method_get_type), (gst_client_status_get_type),
22597         (gst_multifdsink_class_init),
22598         (gst_multifdsink_client_queue_buffer),
22599         (gst_multifdsink_handle_client_write):
22600         * gst/tcp/gstmultifdsink.h:
22601         * gst/tcp/gsttcp.h:
22602         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22603         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22604         (gst_tcpclientsink_render):
22605         * gst/tcp/gsttcpclientsink.h:
22606         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22607         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22608         (gst_tcpclientsrc_start):
22609         * gst/tcp/gsttcpclientsrc.h:
22610         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22611         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22612         * gst/tcp/gsttcpserversrc.h:
22613         * gst/typefind/gsttypefindfunctions.c:
22614           remove superfluous Type stuff
22615
22616 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22617
22618         * gst/playback/gstplaybin.c: (gen_video_element):
22619           Enable videoscale.
22620
22621 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22622
22623         * gst-libs/gst/gconf/gconf.c:
22624         * gst-libs/gst/gconf/gconf.h:
22625           Fix some Andy Problem [tm].
22626
22627 2005-08-04  Andy Wingo  <wingo@pobox.com>
22628
22629         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22630         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22631         (gst_ffmpegcsp_get_size): Adapt to API changes.
22632
22633         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22634         Implement an in-place do-nothing transform.
22635
22636 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22637
22638         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22639         (gst_ximagesink_renegotiate_size):
22640           Do not set new window sizes yet if we prepare a new buffer size
22641           for upstream renegotiation (software scaling) at some point in the
22642           future, because this new size waqs not actually accepted yet. Once
22643           accepted, renegotiation later on will set the new sizes just fine.
22644           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22645           embedding testcase.
22646
22647 2005-08-03  Andy Wingo  <wingo@pobox.com>
22648
22649         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22650         (gst_ximagesink_buffer_alloc): 
22651         Protect the height, width, and desired_caps with the pool_lock.
22652         Fixes videotestsrc ! queue ! ximagesink.
22653
22654 2005-08-02  Edward Hervey  <edward@fluendo.com>
22655
22656         * gst/volume/gstvolume.c:
22657         include left from controller cleanup
22658
22659 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22660         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22661           Stop collectpads before calling the parent state
22662           change function on PAUSED->READY.
22663
22664 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22665         * configure.ac:
22666           When testing for X libs, use the X CFlags 
22667         * gst/adder/gstadder.c: (gst_adder_change_state):
22668           Stop the collectpads before calling parent state change function
22669           on PAUSED->READY, otherwise we deadlock deactivating pads.
22670
22671 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22672
22673         * configure.ac:
22674         * docs/libs/tmpl/gstcolorbalance.sgml:
22675         * docs/libs/tmpl/gstmixer.sgml:
22676         * examples/Makefile.am:
22677         * gst/sine/Makefile.am:
22678         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22679         (gst_sinesrc_set_property), (plugin_init):
22680         * gst/sine/gstsinesrc.h:
22681         * gst/volume/Makefile.am:
22682         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22683         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22684         (volume_process_float), (volume_process_int16),
22685         (volume_set_property), (plugin_init):
22686         * gst/volume/gstvolume.h:
22687           deactivate and remove dparams (libgstcontrol)
22688
22689 2005-07-29  Wim Taymans  <wim@fluendo.com>
22690
22691         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22692         Convert me to BaseTransform!! help..
22693
22694 2005-07-29  Andy Wingo  <wingo@pobox.com>
22695
22696         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22697         sinks.
22698
22699         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22700         support of both endiannesses.
22701
22702 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22703
22704         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22705           Fix confusing debug message (s/event/query/)
22706
22707 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22708
22709         * gst/videotestsrc/videotestsrc.h:
22710           Use "_stdint.h" instead of <stdint.h>
22711
22712 2005-07-27  Wim Taymans  <wim@fluendo.com>
22713
22714         * ext/vorbis/Makefile.am:
22715         Revert wrong commit.
22716
22717 2005-07-27  Wim Taymans  <wim@fluendo.com>
22718
22719         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22720         More compilation fixen.
22721
22722 2005-07-27  Wim Taymans  <wim@fluendo.com>
22723
22724         * gst-libs/gst/audio/gstbaseaudiosink.c:
22725         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22726         (gst_base_audio_sink_create_ringbuffer),
22727         (gst_base_audio_sink_change_state):
22728         Fix compilation.
22729
22730 2005-07-27  Wim Taymans  <wim@fluendo.com>
22731
22732         * examples/seeking/seek.c: (setup_dynamic_link),
22733         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22734         (query_positions_elems), (query_positions_pads), (do_seek):
22735         Update seek example.
22736
22737         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22738         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22739         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22740         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22741         (gst_ogg_demux_handle_event),
22742         (gst_ogg_demux_deactivate_current_chain),
22743         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22744         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22745         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22746         (gst_ogg_demux_loop):
22747         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22748         * ext/theora/theoradec.c: (theora_dec_src_event),
22749         (theora_dec_src_getcaps), (theora_dec_sink_event),
22750         (theora_dec_push), (theora_dec_chain):
22751         * ext/vorbis/Makefile.am:
22752         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22753         (vorbis_dec_sink_event), (vorbis_dec_push),
22754         (vorbis_handle_data_packet):
22755         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22756         (gst_vorbisenc_chain):
22757         * gst/playback/gststreaminfo.c: (cb_probe):
22758         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22759         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22760         * gst/videoscale/gstvideoscale.c:
22761         (gst_videoscale_handle_src_event):
22762         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22763         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22764         (gst_ximagesink_navigation_send_event):
22765         * sys/xvimage/xvimagesink.c:
22766         (gst_xvimagesink_navigation_send_event):
22767         Various event updates and cleanups
22768
22769 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22770
22771         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22772           Fix segfault for I420/YV12.
22773
22774 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22775
22776         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22777           Report bitrate.
22778
22779 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22780
22781         * gst/playback/gstplaybin.c: (gen_video_element),
22782         (gen_audio_element):
22783           Switch to auto*sink elements as default sinks; add volume element
22784           so that volume control in totem works.
22785
22786 2005-07-21  Wim Taymans  <wim@fluendo.com>
22787
22788         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22789         * gst/playback/gstplaybin.c: (setup_sinks),
22790         (gst_play_bin_change_state):
22791         Refcount fix and more comments.
22792
22793 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22794
22795         * sys/ximage/Makefile.am:
22796         * sys/ximage/ximage.c: (plugin_init):
22797         * sys/ximage/ximagesink.c:
22798         Prepare for adding ximagesrc, rename of plugin to ximage etc.
22799         
22800
22801 2005-07-21  Wim Taymans  <wim@fluendo.com>
22802
22803         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22804         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22805         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22806         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22807         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22808         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
22809         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
22810         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
22811         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
22812         Generate correct disconts for live chained oggs.
22813
22814         * gst-libs/gst/audio/gstbaseaudiosink.c:
22815         (gst_base_audio_sink_render),
22816         (gst_base_audio_sink_create_ringbuffer),
22817         (gst_base_audio_sink_change_state):
22818         Handle discont math correctly.
22819
22820         * gst/playback/gstplaybin.c: (add_sink):
22821         Some small debug cleanup.
22822
22823 2005-07-21  Wim Taymans  <wim@fluendo.com>
22824
22825         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
22826         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22827         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22828         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22829         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22830         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
22831         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22832         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
22833         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22834         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
22835         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
22836         (gst_ogg_demux_change_state), (gst_ogg_print):
22837         Reorganize code to send the right disconts when in streaming
22838         mode.
22839
22840 2005-07-20  Andy Wingo  <wingo@pobox.com>
22841
22842         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
22843         fix (?), fixes a seggie mcfalterson (#310894).
22844
22845 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22846
22847         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
22848         (gst_ogg_mux_set_header_on_caps):
22849         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
22850         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22851         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
22852         * gst-libs/gst/audio/multichannel.c:
22853         (gst_audio_set_channel_positions),
22854         (gst_audio_set_structure_channel_positions_list):
22855         * gst/playback/gstdecodebin.c: (dynamic_create):
22856         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
22857         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
22858           Fixes for API changes in core.
22859
22860 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22861
22862         * gst/playback/gstplaybasebin.c: (fill_buffer):
22863           Use _new_custom() so we can set custom message types for buffering
22864           messages.
22865
22866 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22867
22868         * configure.ac:
22869         * gst-libs/gst/Makefile.am:
22870         * gst-libs/gst/gconf/.cvsignore:
22871         * gst-libs/gst/gconf/Makefile.am:
22872         * gst-libs/gst/gconf/test-gconf.c:
22873         * pkgconfig/Makefile.am:
22874         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22875         * pkgconfig/gstreamer-gconf.pc.in:
22876           Remove gconf stuff, use gconf elements instead from now on.
22877
22878 2005-07-20  Wim Taymans  <wim@fluendo.com>
22879
22880         * gst-libs/gst/audio/TODO:
22881         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
22882         (gst_audio_clock_get_internal_time):
22883         * gst-libs/gst/audio/gstaudioclock.h:
22884         * gst-libs/gst/audio/gstbaseaudiosink.c:
22885         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
22886         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
22887         (gst_base_audio_sink_render),
22888         (gst_base_audio_sink_create_ringbuffer),
22889         (gst_base_audio_sink_change_state):
22890         Make sure the audio clock always returns an increasing value.
22891
22892 2005-07-19  Andy Wingo  <wingo@pobox.com>
22893
22894         * gst/videotestsrc/: Cleanups.
22895
22896 2005-07-19  Wim Taymans  <wim@fluendo.com>
22897
22898         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
22899         Better debugging.
22900
22901 2005-07-19  Wim Taymans  <wim@fluendo.com>
22902
22903         * examples/seeking/seek.c: (make_dv_pipeline),
22904         (make_vorbis_theora_pipeline), (query_rates),
22905         (query_positions_elems), (query_positions_pads), (do_seek):
22906         Make correct DV pipeline.
22907
22908 2005-07-18  Andy Wingo  <wingo@pobox.com>
22909
22910         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
22911         default. Also because it's the only thing that really works. (This
22912         is used in the GConf elements).
22913         Use AS_LIBTOOL_TAGS.
22914
22915 2005-07-18  Wim Taymans  <wim@fluendo.com>
22916
22917         * gst/playback/gstdecodebin.c: (remove_element_chain):
22918         * gst/playback/gstplaybin.c: (add_sink):
22919         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22920         (gst_stream_info_set_mute):
22921         * gst/playback/gststreamselector.c:
22922         (gst_stream_selector_get_linked_pad),
22923         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
22924         More leak and compile fixes.
22925
22926 2005-07-18  Wim Taymans  <wim@fluendo.com>
22927
22928         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22929         (query_rates), (query_positions_elems), (query_positions_pads),
22930         (do_seek), (seek_cb), (stop_seek):
22931         Updated seek example. 
22932
22933         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
22934         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
22935         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
22936         * gst/playback/gstplaybin.c: (add_sink):
22937         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22938         (gst_stream_info_set_mute):
22939         Some refcount leak fixes.
22940
22941 2005-07-16  Wim Taymans  <wim@fluendo.com>
22942
22943         * gst-libs/gst/audio/gstbaseaudiosink.c:
22944         (gst_base_audio_sink_render):
22945         Align samples even if we have roundoff errors in the 
22946         timestamp conversion.
22947
22948 2005-07-16  Wim Taymans  <wim@fluendo.com>
22949
22950         * docs/libs/tmpl/gstringbuffer.sgml:
22951         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22952         (query_rates), (query_positions_elems), (query_positions_pads),
22953         (update_scale), (do_seek):
22954         Updated seek example.
22955
22956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22957         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
22958         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
22959         (gst_ogg_demux_loop):
22960         Push out correct discont values.
22961
22962         * ext/theora/theoradec.c: (theora_dec_src_convert),
22963         (theora_dec_sink_convert), (theora_dec_src_getcaps),
22964         (theora_dec_sink_event), (theora_handle_type_packet),
22965         (theora_handle_header_packet), (theora_dec_push),
22966         (theora_handle_data_packet), (theora_dec_chain),
22967         (theora_dec_change_state):
22968         Better timestamping.
22969
22970         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22971         (vorbis_dec_sink_event), (vorbis_dec_push),
22972         (vorbis_handle_data_packet), (vorbis_dec_chain):
22973         * ext/vorbis/vorbisdec.h:
22974         Better timestamping.
22975
22976         * gst-libs/gst/audio/gstbaseaudiosink.c:
22977         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
22978         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22979         Handle syncing on timestamps instead of sample offsets. Make
22980         use of DISCONT values as described in design docs.
22981
22982         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22983         (gst_base_audio_src_get_time):
22984         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
22985         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
22986         (gst_ring_buffer_read):
22987         * gst-libs/gst/audio/gstringbuffer.h:
22988         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
22989         (gst_ximagesink_show_frame):
22990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22991         Correcly convert buffer timestamp to stream time.
22992
22993 2005-07-16  Wim Taymans  <wim@fluendo.com>
22994
22995         * gst/audioconvert/gstaudioconvert.c:
22996         (gst_audio_convert_get_buffer):
22997         Timestamp buffers correctly.
22998
22999         * gst/playback/gstplaybin.c: (gen_video_element):
23000         Make internal fakesink silent.
23001
23002 2005-07-15  Wim Taymans  <wim@fluendo.com>
23003
23004         * gst/ffmpegcolorspace/Makefile.am:
23005         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23006         (gst_ffmpegcsp_caps_remove_format_info),
23007         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23008         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23009         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23010         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23011         Ported ffmpegcolorspace to basetransform.
23012
23013         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23014         * gst/volume/gstvolume.c: (volume_transform):
23015         Ported to new API.
23016
23017 2005-07-14  Wim Taymans  <wim@fluendo.com>
23018
23019         * gst/videotestsrc/Makefile.am:
23020         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23021         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23022         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23023         (gst_videotestsrc_init), (gst_videotestsrc_event),
23024         (gst_videotestsrc_create), (gst_videotestsrc_start),
23025         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23026         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23027         (gst_videotestsrc_get_property):
23028         * gst/videotestsrc/gstvideotestsrc.h:
23029         Make videotestsrc a pushsrc.
23030
23031 2005-07-14  Wim Taymans  <wim@fluendo.com>
23032
23033         * gst/tcp/gstfdset.c: (gst_fdset_free):
23034         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23035         (gst_multifdsink_add), (gst_multifdsink_remove),
23036         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23037         (gst_multifdsink_remove_client_link),
23038         (gst_multifdsink_client_queue_data),
23039         (gst_multifdsink_client_queue_caps),
23040         (gst_multifdsink_client_queue_buffer),
23041         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23042         (gst_multifdsink_stop):
23043         * gst/tcp/gstmultifdsink.h:
23044         0.8 backporting.
23045
23046         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23047         Also draw image when not from a pool.
23048
23049 2005-07-14  Wim Taymans  <wim@fluendo.com>
23050
23051         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23052         (mute_stream), (silence_stream):
23053         Small debug additions.
23054
23055 2005-07-14  Wim Taymans  <wim@fluendo.com>
23056
23057         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23058         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23059         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23060         Better error recovery, ignore unconnected pads and
23061         non-fatal errors.
23062
23063 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23064
23065         * docs/libs/tmpl/gstaudio.sgml:
23066         * docs/libs/tmpl/gstcolorbalance.sgml:
23067         * docs/libs/tmpl/gstgconf.sgml:
23068         * docs/libs/tmpl/gstmixer.sgml:
23069         * docs/libs/tmpl/gstringbuffer.sgml:
23070         * docs/libs/tmpl/gsttuner.sgml:
23071         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23072         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23073         (gst_tcpclientsrc_class_init):
23074         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23075         (gst_tcpserversrc_class_init):
23076         * sys/v4l/gstv4lelement.c:
23077           more autistic cleanliness in functions/names/defines
23078
23079 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23080
23081         * configure.ac:
23082           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23083           added manually to each Makefile.am so we are sure it goes
23084           *last* and doesn't add -L flags before linking in libs of our
23085           own, like, say, internal .la libs, that then accidentally pick
23086           up the installed copy.
23087         * docs/libs/Makefile.am:
23088         * ext/alsa/Makefile.am:
23089         * ext/cdparanoia/Makefile.am:
23090         * ext/gnomevfs/Makefile.am:
23091         * ext/libvisual/Makefile.am:
23092         * ext/ogg/Makefile.am:
23093         * ext/theora/Makefile.am:
23094         * ext/vorbis/Makefile.am:
23095         * gst-libs/gst/video/Makefile.am:
23096         * gst/adder/Makefile.am:
23097         * gst/audioconvert/Makefile.am:
23098         * gst/audiorate/Makefile.am:
23099         * gst/audioscale/Makefile.am:
23100         * gst/ffmpegcolorspace/Makefile.am:
23101         * gst/playback/Makefile.am:
23102         * gst/sine/Makefile.am:
23103         * gst/subparse/Makefile.am:
23104         * gst/tags/Makefile.am:
23105         * gst/tcp/Makefile.am:
23106         * gst/typefind/Makefile.am:
23107         * gst/videorate/Makefile.am:
23108         * gst/videoscale/Makefile.am:
23109         * gst/videotestsrc/Makefile.am:
23110         * gst/volume/Makefile.am:
23111         * sys/v4l/Makefile.am:
23112         * sys/ximage/Makefile.am:
23113         * sys/xvimage/Makefile.am:
23114           adapt properly to this change. This should make sure that
23115           plugins and libs properly link to the as-yet-uninstalled
23116           copies of stuff like libgstinterfaces and libgstvideo
23117
23118 2005-07-13  Andy Wingo  <wingo@pobox.com>
23119
23120         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23121         (gst_v4lsrc_fixate): Fixate on format as well.
23122
23123         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23124         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23125         buffer points to it.
23126         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23127         rather just doing X calls ourselves. Also fixes a memleak.
23128
23129 2005-07-12  Andy Wingo  <wingo@pobox.com>
23130
23131         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23132         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23133         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23134         TRUE to avoid deadlocks if an element holds on to our buffers.
23135
23136 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23137
23138         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23139         (gst_sinesrc_init), (gst_sinesrc_create),
23140         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23141         (gst_sinesrc_start):
23142         * gst/sine/gstsinesrc.h:
23143           removing num-buffers property before moving it
23144
23145 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23146
23147         * configure.ac:
23148           use overridable ERROR_CFLAGS
23149         * docs/libs/gst-plugins-base-libs.types:
23150         * docs/libs/tmpl/gstringbuffer.sgml:
23151         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23152         (gst_alsasink_class_init):
23153         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23154         (gst_alsasrc_class_init):
23155         * gst-libs/gst/audio/audio.h:
23156         * gst-libs/gst/audio/gstaudioclock.h:
23157         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23158         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23159         (gst_audio_filter_link), (gst_audio_filter_init),
23160         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23161         (gst_audio_filter_get_property),
23162         (gst_audio_filter_class_add_pad_templates):
23163         * gst-libs/gst/audio/gstaudiofilter.h:
23164         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23165         (gst_audio_filter_template_get_type),
23166         (gst_audio_filter_template_base_init),
23167         (gst_audio_filter_template_class_init),
23168         (gst_audio_filter_template_init),
23169         (gst_audio_filter_template_set_property),
23170         (gst_audio_filter_template_get_property), (plugin_init),
23171         (gst_audio_filter_template_setup),
23172         (gst_audio_filter_template_filter),
23173         (gst_audio_filter_template_filter_inplace):
23174         * gst-libs/gst/audio/gstaudiosink.c:
23175         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23176         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23177         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23178         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23179         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23180         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23181         * gst-libs/gst/audio/gstaudiosink.h:
23182         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23183         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23184         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23185         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23186         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23187         (gst_audio_src_class_init), (gst_audio_src_init),
23188         (gst_audio_src_create_ringbuffer):
23189         * gst-libs/gst/audio/gstaudiosrc.h:
23190         * gst-libs/gst/audio/gstbaseaudiosink.c:
23191         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23192         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23193         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23194         (gst_base_audio_sink_set_property),
23195         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23196         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23197         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23198         (gst_base_audio_sink_create_ringbuffer),
23199         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23200         * gst-libs/gst/audio/gstbaseaudiosink.h:
23201         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23202         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23203         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23204         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23205         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23206         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23207         (gst_base_audio_src_event), (gst_base_audio_src_create),
23208         (gst_base_audio_src_create_ringbuffer),
23209         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23210         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23211         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23212         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23213         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23214         (gst_ring_buffer_debug_spec_caps),
23215         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23216         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23217         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23218         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23219         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23220         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23221         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23222         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23223         (gst_ring_buffer_clear):
23224         * gst-libs/gst/audio/gstringbuffer.h:
23225         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23226         (gst_video_sink_class_init), (gst_video_sink_get_type):
23227         * gst-libs/gst/video/videosink.h:
23228         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23229         (gst_multifdsink_class_init),
23230         (gst_multifdsink_handle_client_write),
23231         (gst_multifdsink_change_state):
23232         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23233         (gst_tcpclientsink_setcaps):
23234         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23235         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23236         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23237         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23238         (gst_ximagesink_send_pending_navigation),
23239         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23240         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23242         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23243         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23244         (gst_xvimagesink_send_pending_navigation),
23245         (gst_xvimagesink_navigation_send_event),
23246         (gst_xvimagesink_set_xwindow_id),
23247         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23248         (gst_xvimagesink_get_type):
23249         more macro splitting
23250
23251 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23252
23253         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23254           plug a memleak, allows me to import 1479 albums in one go
23255           in jamboree
23256         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23257         (vorbis_handle_type_packet), (vorbis_dec_chain),
23258         (vorbis_dec_change_state):
23259           fix some format strings
23260
23261 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23262
23263         * docs/libs/tmpl/gstcolorbalance.sgml:
23264         * docs/libs/tmpl/gstmixer.sgml:
23265         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23266         (gst_alsasink_set_property), (gst_alsasink_get_property):
23267         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23268         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23269           add device property
23270
23271 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23272
23273         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23274         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23275         (audiocast_register_listener), (audiocast_thread_run),
23276         (gst_gnomevfssrc_send_additional_headers_callback),
23277         (gst_gnomevfssrc_received_headers_callback),
23278         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23279         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23280         (gst_gnomevfssrc_get_size):
23281           add/clean up debugging
23282         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23283           cleanups
23284
23285 2005-07-07  Andy Wingo  <wingo@pobox.com>
23286
23287         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23288         framerate. Need to get a handle on when exactly this function is
23289         called, tho.
23290
23291         * sys/v4l/v4lsrc_calls.h:
23292         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23293         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23294         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23295
23296         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23297         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23298         v4lelements are sources.
23299
23300         * sys/v4l/gstv4lxoverlay.h:
23301         * sys/v4l/gstv4lxoverlay.c:
23302         * sys/v4l/gstv4ltuner.h:
23303         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23304         
23305         * sys/v4l/gstv4lsrc.h:
23306         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23307         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23308         or something should handle that. Made a live source.
23309
23310         * sys/v4l/gstv4lelement.h:
23311         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23312         signals. Some cleanups.
23313
23314         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23315
23316         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23317         stuff.
23318
23319         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23320         stuff.
23321
23322         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23323
23324 2005-07-07  Wim Taymans  <wim@fluendo.com>
23325
23326         * ext/theora/theoradec.c: (theora_get_query_types),
23327         (theora_dec_src_getcaps), (theora_dec_push):
23328         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23329         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23330         Remove deprecated/unused query types.
23331
23332 2005-07-06  Wim Taymans  <wim@fluendo.com>
23333
23334         * ext/alsa/Makefile.am:
23335         * ext/alsa/gstalsaplugin.c: (plugin_init):
23336         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23337         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23338         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23339         (gst_alsasrc_class_init), (gst_alsasrc_init),
23340         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23341         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23342         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23343         (gst_alsasrc_reset):
23344         * ext/alsa/gstalsasrc.h:
23345         * gst-libs/gst/audio/Makefile.am:
23346         * gst-libs/gst/audio/gstaudiosink.c:
23347         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23348         (gst_audioringbuffer_start):
23349         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23350         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23351         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23352         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23353         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23354         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23355         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23356         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23357         * gst-libs/gst/audio/gstaudiosrc.h:
23358         * gst-libs/gst/audio/gstbaseaudiosink.c:
23359         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23360         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23361         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23362         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23363         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23364         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23365         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23366         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23367         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23368         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23369         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23370         (gst_baseaudiosrc_change_state):
23371         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23372         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23373         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23374         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23375         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23376         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23377         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23378         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23379         * gst-libs/gst/audio/gstringbuffer.h:
23380         Added audiosource base classes.
23381         Ported alsasrc, still very basic.
23382
23383 2005-07-06  Wim Taymans  <wim@fluendo.com>
23384
23385         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23386         (theora_dec_push), (theora_handle_data_packet):
23387         Prepare for better timestamp fix later.
23388
23389         * gst/audioconvert/gstaudioconvert.c:
23390         List most accurate caps first
23391
23392         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23393         Use proper pad task function.
23394
23395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23396         (gst_xvimagesink_show_frame):
23397         Fix deadlock when alloc failed.
23398
23399 2005-07-05  Andy Wingo  <wingo@pobox.com>
23400
23401         * ext/gnomevfs/gstgnomevfssrc.c:
23402         * gst/sine/gstsinesrc.c:
23403         * gst/tcp/gsttcpserversrc.c:
23404         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23405
23406         * sys/v4l/: Port from 0.8.
23407
23408         * Many files: Null if we got it....
23409
23410 2005-07-05  Andy Wingo  <wingo@pobox.com>
23411
23412         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23413         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23414         Signedness fixes.
23415
23416 2005-07-05  Wim Taymans  <wim@fluendo.com>
23417
23418         * configure.ac:
23419         * gst/tcp/Makefile.am:
23420         * gst/tcp/README:
23421         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23422         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23423         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23424         (is_sync_frame), (gst_multifdsink_handle_client_write),
23425         (gst_multifdsink_render), (gst_multifdsink_start),
23426         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23427         * gst/tcp/gstmultifdsink.h:
23428         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23429         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23430         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23431         * gst/tcp/gsttcp.h:
23432         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23433         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23434         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23435         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23436         * gst/tcp/gsttcpclientsink.h:
23437         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23438         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23439         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23440         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23441         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23442         * gst/tcp/gsttcpclientsrc.h:
23443         * gst/tcp/gsttcpplugin.c: (plugin_init):
23444         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23445         * gst/tcp/gsttcpserversink.h:
23446         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23447         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23448         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23449         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23450         (gst_tcpserversrc_stop):
23451         * gst/tcp/gsttcpserversrc.h:
23452         * gst/tcp/gsttcpsink.c:
23453         * gst/tcp/gsttcpsink.h:
23454         * gst/tcp/gsttcpsrc.c:
23455         * gst/tcp/gsttcpsrc.h:
23456         Ported tcp plugins to 0.9. 
23457         
23458
23459 2005-07-05  Andy Wingo  <wingo@pobox.com>
23460
23461         * gst/playback/gstplaybasebin.c (fill_buffer):
23462         message_new_application fixen.
23463
23464         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23465         Style fix.
23466
23467 2005-07-04  Wim Taymans  <wim@fluendo.com>
23468
23469         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23470         Set caps on output buffer.
23471
23472 2005-07-04  Andy Wingo  <wingo@pobox.com>
23473
23474         * ext/gnomevfs/gstgnomevfssrc.c
23475         (gst_gnomevfssrc_received_headers_callback) 
23476         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23477         hopefully.
23478
23479         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23480         No refcount leakage.
23481
23482         * configure.ac: Enable -Werror.
23483         
23484         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23485         * gst/audioconvert/bufferframesconvert.c
23486         (buffer_frames_convert_fixate):
23487         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23488         (gst_audio_convert_fixate):
23489         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23490         (gst_sinesrc_create): Fixate func changes.
23491         
23492         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23493         (gst_ximagesink_buffer_alloc): Unused var.
23494
23495 2005-07-01  Andy Wingo  <wingo@pobox.com>
23496
23497         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23498         getcaps to do explicit caps. Needs to be done in all decoders,
23499         possibly via a base class.
23500
23501         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23502
23503         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23504         caps on the sink pad, just rely on the pad template. Also, setting
23505         ANY caps on a pad is not valid because the caps are not fixed.
23506
23507         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23508         caps on the buffer, and get the width from the desired_caps if
23509         they're set.
23510         (gst_ximagesink_renegotiate_size): Implement via setting the
23511         desired_caps on the ximagesink.
23512         (gst_ximagesink_setcaps): Only reset the width of the player if it
23513         wasn't already set. Not sure if this is right.
23514         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23515
23516         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23517         that the user wants. NULL unless the window has been resized.
23518
23519         * gst/volume/gstvolume.c (volume_transform): Adapt to
23520         basetransform refcount changes.
23521         
23522 2005-07-01  Andy Wingo  <wingo@pobox.com>
23523
23524         * gst/videoscale/gstvideoscale.c:
23525         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23526         from BaseTransform, implements a transform_caps. Removed dead code
23527         including some PAR stuff that was never reached -- should probably
23528         be added back somehow.
23529
23530 2005-07-01  Andy Wingo  <wingo@pobox.com>
23531
23532         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23533         come later.
23534
23535 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23536
23537         * configure.ac:
23538         * docs/libs/Makefile.am:
23539         * docs/libs/gst-plugins-libs.types:
23540         * ext/alsa/Makefile.am:
23541         * ext/alsa/gstalsamixer.h:
23542         * ext/alsa/gstalsamixeroptions.h:
23543         * ext/alsa/gstalsamixertrack.h:
23544         * gst-libs/gst/Makefile.am:
23545         * gst-libs/gst/colorbalance/.cvsignore:
23546         * gst-libs/gst/colorbalance/Makefile.am:
23547         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23548         * gst-libs/gst/colorbalance/colorbalance.c:
23549         * gst-libs/gst/colorbalance/colorbalance.h:
23550         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23551         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23552         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23553         * gst-libs/gst/interfaces/Makefile.am:
23554         * gst-libs/gst/interfaces/colorbalance.c:
23555         (gst_color_balance_class_init):
23556         * gst-libs/gst/interfaces/colorbalance.h:
23557         * gst-libs/gst/interfaces/interfaces-marshal.list:
23558         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23559         * gst-libs/gst/interfaces/mixer.h:
23560         * gst-libs/gst/interfaces/mixeroptions.h:
23561         * gst-libs/gst/interfaces/navigation.c:
23562         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23563         * gst-libs/gst/interfaces/tuner.h:
23564         * gst/volume/Makefile.am:
23565         * gst/volume/gstvolume.c:
23566         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23567         * sys/ximage/Makefile.am:
23568         * sys/ximage/ximagesink.c:
23569         * sys/xvimage/Makefile.am:
23570         * sys/xvimage/xvimagesink.c:
23571           fold in all interfaces into an interfaces dir, preserving CVS
23572           history
23573
23574 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23575
23576         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23577           Fix build after riff changes.
23578
23579 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23580
23581         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23582         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23583         (gst_riff_create_video_template_caps),
23584         (gst_riff_create_audio_template_caps),
23585         (gst_riff_create_iavs_template_caps):
23586         * gst-libs/gst/riff/riff-media.h:
23587         * gst-libs/gst/riff/riff-read.h:
23588         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23589           Add gst_riff_init() to initialize the debug category, instead
23590           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23591
23592 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23593
23594         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23595           Oops, I shouldn't apply hacks.
23596
23597 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23598
23599         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23600           Remove pad_loop function which doesn't work.
23601
23602 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23603
23604         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23605           Send EOS when deactivating.
23606         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23607         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23608         (gen_preroll_element), (probe_triggered), (mute_stream),
23609         (silence_stream), (new_decoded_pad), (setup_substreams),
23610         (set_active_source):
23611         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23612         (remove_sinks), (add_sink):
23613         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23614           Change for new probe API.
23615
23616 2005-06-29  Wim Taymans  <wim@fluendo.com>
23617
23618         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23619         * gst-libs/gst/audio/gstbaseaudiosink.c:
23620         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23621         (gst_baseaudiosink_change_state):
23622         * gst-libs/gst/audio/gstbaseaudiosink.h:
23623         * gst-libs/gst/audio/gstringbuffer.c:
23624         (gst_ringbuffer_set_callback):
23625         Fix compilation error.
23626         Ringbuffer starts out as not running.
23627         Free our clock in dispose.
23628         When releasing the ringbuffer we need to renegotiate so
23629         clear the pad caps.
23630
23631 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23632
23633         * autogen.sh:
23634         * configure.ac:
23635         * docs/Makefile.am:
23636         * docs/libs/Makefile.am:
23637         * docs/libs/gst-plugins-libs-docs.sgml:
23638         * docs/libs/gst-plugins-libs-sections.txt:
23639         * docs/libs/gst-plugins-libs.types:
23640         * docs/libs/tmpl/gstaudio.sgml:
23641         * docs/libs/tmpl/gstcolorbalance.sgml:
23642         * docs/libs/tmpl/gstringbuffer.sgml:
23643         * gst-libs/gst/audio/gstringbuffer.c:
23644         (gst_ringbuffer_set_callback):
23645           reinstate gtk-doc docs for plugin libs
23646
23647 2005-06-28  Wim Taymans  <wim@fluendo.com>
23648
23649         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23650         (gst_ogg_demux_init):
23651         Removed pad loop function.
23652
23653 2005-06-28  Wim Taymans  <wim@fluendo.com>
23654
23655         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23656         If we're building a chain we are not in an error case
23657         when we queue a buffer.
23658
23659 2005-06-28  Andy Wingo  <wingo@pobox.com>
23660
23661         * *.c: Don't cast to GstObject before reffing/unreffing.
23662
23663 2005-06-27  Andy Wingo  <wingo@pobox.com>
23664
23665         * gst/videotestsrc/gstvideotestsrc.c
23666         (gst_videotestsrc_activate_push): Activation API changes.
23667
23668         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23669         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23670         they have refs on the decodebin.
23671
23672         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23673         parent class.
23674         (gst_ogg_pad_typefind): Don't leak a pad ref.
23675         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23676         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23677         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23678
23679 2005-06-27  Edward Hervey  <edward@fluendo.com>
23680
23681         * ext/theora/theoradec.c: (theora_dec_change_state): 
23682         re-arranged call to parent's state change in order to avoid locks (or
23683         worse).
23684
23685 2005-06-26  Edward Hervey  <edward@fluendo.com>
23686
23687         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23688         2nd argument of 'unknow-type' signal is a GstCaps and not a
23689         GstMiniObject
23690
23691 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23692         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23693           Set the worker thread's running flag to TRUE before starting the
23694           thread.
23695         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23696           Catch a failure to add typefind to the bin.
23697
23698 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23699
23700         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23701         (gst_sinesrc_init), (gst_sinesrc_create),
23702         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23703         (gst_sinesrc_start):
23704         * gst/sine/gstsinesrc.h:
23705           add num-buffers and timestamp-offset properties
23706         * gst/videotestsrc/gstvideotestsrc.c:
23707         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23708         (gst_videotestsrc_get_property):
23709           add timestamp-offset property
23710
23711 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23712
23713         * configure.ac: add videorate
23714         * gst-plugins-base.spec.in: add videorate
23715
23716 2005-06-23  Wim Taymans  <wim@fluendo.com>
23717
23718         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23719         (gst_videorate_getcaps), (gst_videorate_setcaps),
23720         (gst_videorate_event), (gst_videorate_chain):
23721         Fixed videorate, fixating an already fixated caps is not
23722         an error.
23723
23724 2005-06-23  Wim Taymans  <wim@fluendo.com>
23725
23726         * ext/ogg/README:
23727         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23728         Buffer on caps is not boxed anymore.
23729
23730 2005-06-22  Wim Taymans  <wim@fluendo.com>
23731
23732         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23733         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23734         Set buffers on caps as miniobjects and not as boxed.
23735
23736 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23737
23738         * configure.ac:
23739           back to HEAD
23740
23741 === release 0.9.1 ===
23742
23743 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23744
23745         * .cvsignore:
23746         * NEWS:
23747         * README:
23748         * RELEASE:
23749         * configure.ac:
23750         * po/af.po:
23751         * po/az.po:
23752         * po/cs.po:
23753         * po/en_GB.po:
23754         * po/hu.po:
23755         * po/it.po:
23756         * po/nb.po:
23757         * po/nl.po:
23758         * po/or.po:
23759         * po/sq.po:
23760         * po/sr.po:
23761         * po/sv.po:
23762         * po/uk.po:
23763         * po/vi.po:
23764           updates for release
23765
23766 2005-06-09  Andy Wingo  <wingo@pobox.com>
23767
23768         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23769         
23770 2005-06-09  Andy Wingo  <wingo@pobox.com>
23771
23772         * configure.ac:
23773         * gst-libs/gst/Makefile.am:
23774         * gst-libs/gst/net/Makefile.am:
23775         Add gstnet to build.
23776
23777 2005-06-09  Andy Wingo  <wingo@pobox.com>
23778
23779         * gst-libs/gst/gconf/gconf.c:
23780         * gst/playback/test.c:
23781         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23782         fixes.
23783
23784         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23785
23786         * ext/theora/theoraenc.c (theora_enc_chain): 
23787         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
23788
23789         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
23790         RealPad.
23791
23792 2005-06-02  Wim Taymans  <wim@fluendo.com>
23793
23794         * gst-libs/gst/net/Makefile.am:
23795         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23796         * pkgconfig/gstreamer-libs.pc.in:
23797         Added net stuff, version net lib.
23798
23799 2005-06-02  Wim Taymans  <wim@fluendo.com>
23800
23801         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23802         (query_rates), (query_positions_elems), (query_positions_pads),
23803         (do_seek):
23804         Updated seek example.
23805
23806 2005-06-02  Andy Wingo  <wingo@pobox.com>
23807
23808         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
23809         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
23810         list.
23811
23812         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
23813         remove the typefind, the bin dispose will do it for us. When it's
23814         removed and unreffed, the signal handler will be disconnected,
23815         too.
23816         (unlinked): It's too difficult to disconnect from unlinked
23817         handlers, as they are on pads not elements. Just punt if the pads
23818         aren't grandkids of the bin.
23819
23820 2005-06-02  Wim Taymans  <wim@fluendo.com>
23821
23822         * ext/ogg/README:
23823         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23824         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
23825         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
23826         * ext/theora/theoradec.c: (theora_dec_src_query),
23827         (theora_handle_data_packet):
23828         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23829         (theora_enc_chain):
23830         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23831         (vorbis_handle_data_packet):
23832         * gst/audioconvert/bufferframesconvert.c:
23833         (buffer_frames_convert_chain):
23834         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23835         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23836         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23837         (gst_ffmpegcsp_chain):
23838         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23839         (gst_videorate_getcaps), (gst_videorate_setcaps),
23840         (gst_videorate_event), (gst_videorate_chain):
23841         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
23842         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
23843         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23844         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
23845         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23846         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23847         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23848         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23849         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
23850         Cleanups and buffer alloc.
23851
23852 2005-05-31  Wim Taymans  <wim@fluendo.com>
23853
23854         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
23855         Don't try to call the delay method when the device is not
23856         opened.
23857
23858 2005-05-31  Wim Taymans  <wim@fluendo.com>
23859
23860         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
23861         Get actual segment size and buffer size after opening
23862         the device.
23863
23864 2005-05-30  Wim Taymans  <wim@fluendo.com>
23865
23866         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
23867         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
23868         Also FLUSH upstream, makes the loop function exit faster.
23869         
23870         * ext/theora/theoradec.c: (theora_dec_src_query):
23871         Some more debug info in the query.
23872         
23873         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23874         (gst_ximagesink_setcaps):
23875         Release lock on par error, better error reporting.
23876
23877 2005-05-26  Wim Taymans  <wim@fluendo.com>
23878
23879         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23880         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
23881         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
23882         Clear chains in READY
23883         Queue packets until the chain is activated.
23884
23885 2005-05-25  Wim Taymans  <wim@fluendo.com>
23886
23887         * gst-libs/gst/audio/gstaudiosink.c:
23888         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23889         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23890         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23891         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23892         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23893         (gst_audiosink_create_ringbuffer):
23894         * gst-libs/gst/audio/gstbaseaudiosink.c:
23895         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23896         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23897         (gst_baseaudiosink_set_property), (build_linear_format),
23898         (debug_spec_caps), (debug_spec_buffer),
23899         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23900         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23901         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23902         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23903         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23904         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23905         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
23906         (gst_ringbuffer_play), (gst_ringbuffer_pause),
23907         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
23908         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
23909         (wait_segment), (gst_ringbuffer_commit),
23910         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
23911         (gst_ringbuffer_clear):
23912         Various small cleanups.
23913
23914         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23915         (gst_audio_convert_change_state):
23916         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
23917         No need to take the locks anymore.
23918
23919 2005-05-25  Wim Taymans  <wim@fluendo.com>
23920
23921         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23922         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
23923         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
23924         (type_found):
23925         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
23926         (group_destroy), (group_commit), (queue_overrun),
23927         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
23928         (mute_stream), (new_decoded_pad), (setup_substreams),
23929         (setup_source), (mute_group_type), (set_active_source),
23930         (gst_play_base_bin_change_state):
23931         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
23932         (gen_video_element), (gen_text_element), (gen_audio_element),
23933         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
23934         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
23935         (gst_stream_info_dispose), (gst_stream_info_set_mute):
23936         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
23937         Some playbin cleanups mostly refcounting sloppyness.
23938
23939 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23940
23941         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23942           Work with streaming input.
23943
23944 2005-05-25  Wim Taymans  <wim@fluendo.com>
23945
23946         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23947         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23948         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23949         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
23950         No need to take the STREAM lock anymore.
23951
23952 2005-05-25  Wim Taymans  <wim@fluendo.com>
23953
23954         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23955         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
23956         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
23957         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
23958         (gst_ogg_demux_sink_activate):
23959         * ext/theora/theoradec.c: (theora_dec_src_event),
23960         (theora_handle_comment_packet), (theora_dec_chain),
23961         (theora_dec_change_state):
23962         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23963         (vorbis_handle_data_packet), (vorbis_dec_chain),
23964         (vorbis_dec_change_state):
23965         Remove STREAM locks as they are taken in core now.
23966         Never set bogus granulepos on vorbis/theora.
23967         Fix leaks in theoradec tag parsing.
23968
23969 2005-05-25  Wim Taymans  <wim@fluendo.com>
23970
23971         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23972         Fix memleaks, GST_BUFFER_DATA() is not freed.
23973
23974 2005-05-25  Wim Taymans  <wim@fluendo.com>
23975
23976         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23977         Open non-blocking, set to blocking mode afterwards to avoid
23978         lockups when audio device is busy.
23979
23980 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23981
23982         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
23983           This can't be good.
23984
23985 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23986
23987         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23988         (gst_audio_convert_chain), (gst_audio_convert_link_src),
23989         (gst_audio_convert_setcaps):
23990           Implement instant setup switching.
23991
23992 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23993
23994         * gst/playback/gstplaybasebin.c: (probe_triggered):
23995           Fix missing unlock.
23996         * gst/playback/gstplaybin.c: (add_sink):
23997           First add, then link (otherwise pad link fails).
23998
23999 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24000
24001         * examples/Makefile.am:
24002         fix buildbot (make distcheck)
24003
24004 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24005
24006         * gst/playback/gstplaybin.c: (gen_vis_element):
24007           Remove some wrong code. Doesn't work yet.
24008
24009 2005-05-19  Wim Taymans  <wim@fluendo.com>
24010
24011         * gst-libs/gst/net/Makefile.am:
24012         * gst-libs/gst/net/README:
24013         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24014         (gst_netbuffer_class_init), (gst_netbuffer_init),
24015         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24016         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24017         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24018         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24019         * gst-libs/gst/net/gstnetbuffer.h:
24020         Added buffer subclass to store extra to/from addresses for
24021         network sources/sinks.
24022
24023 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24024
24025         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24026           Don't lock an unassigned variable.
24027
24028 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24029
24030         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24031           Increase buffer for video, decrease buffer for other media types.
24032         * gst/playback/gstplaybin.c: (gen_video_element),
24033         (gen_audio_element):
24034           Change names for debugging purposes.
24035
24036 2005-05-18  Wim Taymans  <wim@fluendo.com>
24037
24038         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24039         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24040         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24041         (gst_ffmpegcsp_chain):
24042         Enable buffer alloc passthrough if the source and dest
24043         formats are the same.
24044
24045 2005-05-17  Wim Taymans  <wim@fluendo.com>
24046
24047         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24048         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24049         (gst_ogg_demux_chain_unlocked):
24050         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24051         (gst_audio_convert_caps_remove_format_info),
24052         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24053         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24054         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24055         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24056         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24057         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24058         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24059         (gst_ffmpegcsp_get_property):
24060         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24061         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24062         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24063         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24064         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24065         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24066         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24067         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24068         Leak fixes in oggdemux.
24069         Some cleanups in audioconvert.
24070         Make passthrough work along with buffer_alloc etc.
24071         Make buffer_alloc and buffer recycling actually work in
24072         xvimagesink.
24073
24074 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24075
24076         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24077           make the compiler happy
24078
24079 2005-05-17  Wim Taymans  <wim@fluendo.com>
24080
24081         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24082         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24083         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24084         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24085         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24086         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24087         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24088         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24089         (gst_xvimagesink_set_xwindow_id):
24090         * sys/xvimage/xvimagesink.h:
24091         Port xvimagesink to new MiniObject.
24092
24093 2005-05-17  Wim Taymans  <wim@fluendo.com>
24094
24095         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24096         (gst_audiofilter_chain):
24097         * gst-libs/gst/audio/gstaudiosink.c:
24098         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24099         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24100         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24101         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24102         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24103         (gst_audiosink_create_ringbuffer):
24104         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24105         (gst_audio_convert_caps_remove_format_info),
24106         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24107         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24108         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24109         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24110         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24111         Fix passthrough in ffmpegcolorspace.
24112         Fix memset in audiosink on wrong memory.
24113
24114 2005-05-16  David Schleef  <ds@schleef.org>
24115
24116         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24117         to GstMiniObject.
24118
24119 2005-05-16  David Schleef  <ds@schleef.org>
24120
24121         Port from GstData to GstMiniObject.
24122         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24123         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24124         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24125         (gst_ogg_mux_collected):
24126         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24127         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24128         (theora_handle_data_packet):
24129         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24130         (theora_set_header_on_caps), (theora_enc_chain):
24131         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24132         (vorbis_handle_comment_packet):
24133         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24134         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24135         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24136         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24137         * gst/audioconvert/gstaudioconvert.c:
24138         (gst_audio_convert_get_buffer):
24139         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24140         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24141         (mute_stream), (silence_stream):
24142         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24143         * gst/volume/gstvolume.c: (volume_transform):
24144         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24145         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24146         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24147         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24148         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24149         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24150         (gst_ximagesink_buffer_alloc):
24151         * sys/ximage/ximagesink.h:
24152
24153 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24154
24155         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24156         (fill_buffer), (check_queue), (queue_threshold_reached),
24157         (queue_out_of_data):
24158         * gst/playback/gstplaybasebin.h:
24159           Post buffer-fullness on the bus.
24160
24161 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24162
24163         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24164         (try_to_link_1):
24165         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24166         (group_commit), (probe_triggered), (setup_source),
24167         (gst_play_base_bin_change_state):
24168         * gst/playback/gstplaybasebin.h:
24169         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24170         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24171         (gst_play_bin_change_state):
24172           Move setup_output_pads into a virtual function, remove
24173           group-switch (no longer needed) and redirect (handled by bus
24174           now) signals.
24175
24176 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24177
24178         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24179         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24180         (get_active_group), (get_building_group), (group_destroy),
24181         (group_commit), (check_queue), (queue_overrun),
24182         (queue_threshold_reached), (queue_out_of_data),
24183         (gen_preroll_element), (remove_groups), (unknown_type),
24184         (add_element_stream), (no_more_pads), (probe_triggered),
24185         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24186         (setup_substreams), (setup_source), (finish_source),
24187         (prepare_output), (muted_group_change_state),
24188         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24189         (gst_play_base_bin_change_state):
24190         * gst/playback/gstplaybasebin.h:
24191         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24192         (gst_play_bin_init), (gst_play_bin_set_property),
24193         (gen_video_element), (gen_text_element), (gen_audio_element),
24194         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24195         (gst_play_bin_change_state):
24196         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24197         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24198         (stream_info_change_state), (gst_stream_info_set_mute),
24199         (gst_stream_info_get_property):
24200         * gst/playback/gststreaminfo.h:
24201         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24202         (gst_stream_selector_get_linked_pad),
24203         (gst_stream_selector_getcaps),
24204         (gst_stream_selector_get_linked_pads),
24205         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24206         * gst/playback/gststreamselector.h:
24207           Rough port of playbin. Needs some more work, but is mostly done,
24208           and uses a few locks in important places, which should make stuff
24209           like chain-switches clean. Still uses GST_STATE() in a few places,
24210           which isn't all that good an idea, subtitles/elements disabled
24211           because no elements to test with and thus probably broken, query
24212           and event handling moved to GstBin, internal thread removed
24213           alltogether because the pipeline does that for us now. Can play
24214           Ogg/Vorbis files. Haven't tested anything else yet.
24215
24216 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24217
24218         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24219           Do no-more-pads (needed for autoplugging).
24220
24221 2005-05-10  Andy Wingo  <wingo@pobox.com>
24222
24223         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24224         message to the bus with the tags. Still not sent downstream tho.
24225
24226         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24227         get_parent.
24228         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24229         avoid refcounting hassles.
24230
24231 2005-05-09  Andy Wingo  <wingo@pobox.com>
24232
24233         * gst/volume/Makefile.am:
24234         * gst/volume/demo.c
24235         * gst/volume/gstvolume.h
24236         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24237         basetransform. Probably need an audio filter base class.
24238
24239 2005-05-09  Wim Taymans  <wim@fluendo.com>
24240
24241         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24242         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24243         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24244         (gst_vorbisenc_chain):
24245         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24246         (gst_audio_convert_caps_remove_format_info),
24247         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24248         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24249         Make caps writable before writing to it.
24250         Fix negotiation in audioconvert some more.
24251
24252 2005-05-09  Wim Taymans  <wim@fluendo.com>
24253
24254         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24255         (gst_videorate_getcaps), (gst_videorate_setcaps),
24256         (gst_videorate_event), (gst_videorate_chain):
24257         Better negotiation.
24258
24259 2005-05-09  Wim Taymans  <wim@fluendo.com>
24260
24261         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24262         (gst_videorate_getcaps), (gst_videorate_setcaps),
24263         (gst_videorate_blank_data), (gst_videorate_init),
24264         (gst_videorate_event), (gst_videorate_chain),
24265         (gst_videorate_change_state):
24266         Port videorate, do a better job at negotiation while we're at
24267         it.
24268
24269 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24270
24271         * configure.ac:
24272           Disable libvisual
24273
24274         * examples/Makefile.am:
24275         * gst-libs/gst/audio/Makefile.am:
24276         * gst-libs/gst/riff/Makefile.am:
24277         * gst-libs/gst/tag/Makefile.am:
24278         * gst-libs/gst/video/Makefile.am:
24279           Fixups for missing variables.
24280
24281 2005-05-09  Wim Taymans  <wim@fluendo.com>
24282
24283         * examples/seeking/seek.c: (make_theora_pipeline),
24284         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24285         (query_rates), (query_positions_elems), (query_positions_pads),
24286         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24287         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24288         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24289         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24290         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24291         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24292         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24293         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24294         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24295         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24296         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24297         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24298         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24299         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24300         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24301         (theora_dec_src_convert), (theora_dec_sink_convert),
24302         (theora_dec_src_query), (theora_dec_sink_query),
24303         (theora_dec_src_event), (theora_dec_sink_event),
24304         (theora_handle_comment_packet), (theora_handle_type_packet),
24305         (theora_handle_header_packet), (theora_handle_data_packet),
24306         (theora_dec_chain):
24307         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24308         (vorbis_dec_convert), (vorbis_dec_src_query),
24309         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24310         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24311         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24312         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24313         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24314         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24315         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24316         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24317         (gst_play_bin_query):
24318         * gst/playback/test3.c: (update_scale):
24319         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24320         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24321         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24322         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24323         (gst_videotestsrc_src_query):
24324         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24325         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24326         (paint_hline_YUV9):
24327         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24328         Port to new query API.
24329         Updated seek.
24330         Cleanups in x[v]imagesink
24331
24332 2005-05-09  Andy Wingo  <wingo@pobox.com>
24333
24334         * ext/alsa/gstalsasink.h:
24335         * ext/gnomevfs/gstgnomevfssrc.c:
24336         (gst_gnomevfssrc_get_icy_metadata):
24337         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24338         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24339         * ext/theora/theoradec.c (theora_dec_src_query)
24340         (theora_dec_src_event, theora_dec_sink_event)
24341         (theora_handle_comment_packet, theora_handle_data_packet):
24342         * ext/theora/theoraenc.c (theora_enc_chain):
24343         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24344         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24345         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24346         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24347         (qt_type_find):
24348         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24349         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24350         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24351         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24352         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24353         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24354         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24355         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24356         (paint_setup_RGB565, paint_setup_xRGB1555):
24357         * gst/videotestsrc/videotestsrc.h:
24358         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24359         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24360         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24361         GCC4 fixes.
24362         
24363         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24364         gst_pad_query_position. Fixes oggdemux.
24365
24366 2005-05-08  David Schleef  <ds@schleef.org>
24367
24368         * configure.ac: Require liboil.
24369         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24370         a few more.
24371         * gst/videotestsrc/videotestsrc.c:
24372         * gst/videotestsrc/videotestsrc.h:
24373
24374 2005-05-06  Wim Taymans  <wim@fluendo.com>
24375
24376         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24377         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24378         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24379         Well, unreffing a buffer right before pushing it is asking
24380         for trouble..
24381
24382 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24383
24384         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24385
24386 2005-05-06  Wim Taymans  <wim@fluendo.com>
24387
24388         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24389         (gst_audio_convert_caps_remove_format_info),
24390         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24391         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24392         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24393         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24394         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24395         * gst/sine/Makefile.am:
24396         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24397         (gst_sinesrc_class_init), (gst_sinesrc_init),
24398         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24399         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24400         (gst_sinesrc_update_freq):
24401         * gst/sine/gstsinesrc.h:
24402         * gst/tcp/gstmultifdsink.c:
24403         * sys/xvimage/xvimagesink.c:
24404         Fixed negotiation wrt _peer_get_caps()
24405         Some cleanups.
24406
24407
24408 2005-05-06  Wim Taymans  <wim@fluendo.com>
24409
24410         * gst-libs/gst/audio/gstaudiosink.c:
24411         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24412         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24413         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24414         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24415         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24416         (gst_audiosink_create_ringbuffer):
24417         * gst-libs/gst/audio/gstbaseaudiosink.c:
24418         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24419         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24420         (gst_baseaudiosink_set_property), (build_linear_format),
24421         (debug_spec_caps), (debug_spec_buffer),
24422         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24423         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24424         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24425         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24426         * gst-libs/gst/audio/gstbaseaudiosink.h:
24427         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24428         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24429         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24430         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24431         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24432         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24433         (wait_segment), (gst_ringbuffer_commit),
24434         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24435         (gst_ringbuffer_clear):
24436         * gst-libs/gst/audio/gstringbuffer.h:
24437         Make the base audiosink return an error when there is no
24438         audiobuffer negotiated.
24439
24440 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24441
24442         * ext/Makefile.am:
24443         Disable cdparanoia until someone ports it!
24444
24445 2005-05-06  Wim Taymans  <wim@fluendo.com>
24446
24447         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24448         (gst_ogg_demux_sink_activate):
24449         And revert after wingo's revert.. sigh..
24450
24451 2005-05-05  Andy Wingo  <wingo@pobox.com>
24452
24453         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24454         GObject.
24455         * configure.ac: Return audiorate and subparse from the ghetto.
24456         Re-enable -Wall -Werror.
24457         * gst/subparse/gstsubparse.c:
24458         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24459         or chain-based. Cleaned up a bit. Not tested.
24460         
24461 2005-05-05  Christian Schaller <christian@fluendo.com> 
24462
24463         * Makefile.am: remove stuff that is not building
24464         * configure.ac: remove stuff that is not building
24465         * examples/Makefile.am: remove stuff that is not building
24466         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24467         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24468         * sys/Makefile.am: remove stuff that is not building
24469         * testsuite/Makefile.am: remove stuff that is not building
24470
24471 2005-05-05  Andy Wingo  <wingo@pobox.com>
24472
24473         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24474         * gst-libs/gst/tag/gstvorbistag.c:
24475         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24476         * gst/adder/gstadder.h:
24477         * gst/audioconvert/gstchannelmix.c:
24478         (gst_audio_convert_fill_one_other):
24479         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24480         (gst_audiorate_init), (gst_audiorate_chain):
24481         * gst/playback/gstplaybasebin.c: (setup_source):
24482         * gst/playback/test3.c: (update_scale):
24483         Some GCC4 fixes
24484         
24485         * po/af.po:
24486         * po/az.po:
24487         * po/cs.po:
24488         * po/en_GB.po:
24489         * po/hu.po:
24490         * po/it.po:
24491         * po/nb.po:
24492         * po/nl.po:
24493         * po/or.po:
24494         * po/sq.po:
24495         * po/sr.po:
24496         * po/sv.po:
24497         * po/uk.po:
24498         * po/vi.po: Foo
24499
24500 2005-05-05  Wim Taymans  <wim@fluendo.com>
24501
24502         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24503         (gst_audio_convert_caps_remove_format_info),
24504         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24505         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24506         * gst/videotestsrc/gstvideotestsrc.c:
24507         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24508         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24509         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24510         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24511         Don't ignore _push() return values.
24512         Make sure no processing is done when shutting down.
24513         Videotestsrc pad activation fix.
24514
24515 2005-05-05  Wim Taymans  <wim@fluendo.com>
24516
24517         * gst/adder/Makefile.am:
24518         * gst/adder/gstadder.c: (gst_adder_setcaps),
24519         (gst_adder_class_init), (gst_adder_init),
24520         (gst_adder_request_new_pad), (gst_adder_collected),
24521         (gst_adder_change_state):
24522         * gst/adder/gstadder.h:
24523         Ported adder as an example of a mixer element using
24524         collect pads. Needs more negotiation work.
24525
24526 2005-05-05  Wim Taymans  <wim@fluendo.com>
24527
24528         * ext/theora/theoradec.c: (_inc_granulepos),
24529         (theora_dec_src_event), (theora_dec_sink_event),
24530         (theora_handle_comment_packet), (theora_handle_type_packet),
24531         (theora_handle_header_packet), (theora_handle_data_packet),
24532         (theora_dec_chain):
24533         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24534         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24535         (theora_push_buffer), (theora_push_packet),
24536         (theora_enc_sink_event), (theora_enc_chain),
24537         (theora_enc_change_state), (theora_enc_set_property),
24538         (theora_enc_get_property):
24539         Added stream lock to decoder so that we can serialize
24540         the discont event.
24541         More theoraenc porting, recover from errors, do clean
24542         shutdown.
24543
24544 2005-05-05  Wim Taymans  <wim@fluendo.com>
24545
24546         * ext/ogg/Makefile.am:
24547         * ext/ogg/README:
24548         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24549         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24550         (gst_ogg_print):
24551         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24552         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24553         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24554         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24555         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24556         (gst_ogg_mux_change_state):
24557         Ported ogg muxer.
24558
24559 2005-05-05  Wim Taymans  <wim@fluendo.com>
24560
24561         * docs/design-audiosinks.txt:
24562         * gst-libs/gst/audio/TODO:
24563         * gst-libs/gst/audio/gstaudiosink.c:
24564         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24565         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24566         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24567         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24568         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24569         (gst_audiosink_create_ringbuffer):
24570         * gst-libs/gst/audio/gstbaseaudiosink.c:
24571         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24572         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24573         (gst_baseaudiosink_set_property), (build_linear_format),
24574         (debug_spec_caps), (debug_spec_buffer),
24575         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24576         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24577         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24578         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24579         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24580         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24581         (gst_ringbuffer_release), (gst_ringbuffer_play),
24582         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24583         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24584         (gst_ringbuffer_set_sample), (wait_segment),
24585         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24586         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24587         More work on the audiosink, mostly debugging and a race in
24588         shutdown.
24589
24590 2005-04-28  Wim Taymans  <wim@fluendo.com>
24591
24592         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24593         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24594         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24595         (vorbis_dec_src_query), (vorbis_dec_src_event),
24596         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24597         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24598         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24599         Don't crap out when seeking back to position 0.
24600
24601 2005-04-28  Wim Taymans  <wim@fluendo.com>
24602
24603         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24604         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24605         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24606         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24607         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24608         Make audio sink configurable, use alsasink as default.
24609
24610 2005-04-28  Wim Taymans  <wim@fluendo.com>
24611
24612         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24613         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24614         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24615         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24616         (vorbis_dec_change_state):
24617         * ext/vorbis/vorbisdec.h:
24618         Refactor, use STREAM_LOCK.
24619
24620 2005-04-28  Wim Taymans  <wim@fluendo.com>
24621
24622         * ext/theora/theoradec.c: (_inc_granulepos),
24623         (theora_dec_sink_event), (theora_handle_comment_packet),
24624         (theora_handle_type_packet), (theora_handle_header_packet),
24625         (theora_handle_data_packet), (theora_dec_chain),
24626         (theora_dec_change_state):
24627         Refactor a bit, use STREAM_LOCK.
24628
24629 2005-04-28  Wim Taymans  <wim@fluendo.com>
24630
24631         * ext/alsa/Makefile.am:
24632         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24633         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24634         (gst_alsa_link), (gst_alsa_close_audio):
24635         * ext/alsa/gstalsaplugin.c: (plugin_init):
24636         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24637         (gst_alsasink_dispose), (gst_alsasink_base_init),
24638         (gst_alsasink_class_init), (gst_alsasink_init),
24639         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24640         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24641         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24642         (gst_alsasink_reset):
24643         * ext/alsa/gstalsasink.h:
24644         Implement alsasink with simple open/write/close API. 
24645         Make alsa dir build by disabling compilation of code.
24646
24647 2005-04-28  Wim Taymans  <wim@fluendo.com>
24648
24649         * gst-libs/gst/audio/Makefile.am:
24650         * gst-libs/gst/audio/audio.h:
24651         * gst-libs/gst/audio/audioclock.c:
24652         * gst-libs/gst/audio/audioclock.h:
24653         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24654         (gst_audio_clock_class_init), (gst_audio_clock_init),
24655         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24656         * gst-libs/gst/audio/gstaudioclock.h:
24657         * gst-libs/gst/audio/gstaudiosink.c:
24658         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24659         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24660         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24661         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24662         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24663         (gst_audiosink_create_ringbuffer):
24664         * gst-libs/gst/audio/gstbaseaudiosink.c:
24665         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24666         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24667         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24668         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24669         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24670         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24671         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24672         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24673         * gst-libs/gst/audio/gstbaseaudiosink.h:
24674         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24675         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24676         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24677         (gst_ringbuffer_release), (gst_ringbuffer_play),
24678         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24679         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24680         (gst_ringbuffer_set_sample), (wait_segment),
24681         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24682         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24683         * gst-libs/gst/audio/gstringbuffer.h:
24684         Make ringbuffer faster and more simple by removing the locks
24685         in the playback thread.
24686         Add sample accurate playback based on buffer sample offsets.
24687         Make the baseaudiosink provide a clock.
24688         Parse caps in the base class.
24689         Correctly handle seeking, flushing and state changes.
24690
24691 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24692
24693         * configure.ac:
24694         * gst/audioconvert/Makefile.am:
24695         * gst/audioscale/Makefile.am:
24696           Fix part of the build.  Come on guys, autogen didn't even work :)
24697
24698 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24699
24700         * configure.ac:
24701         * gst-libs/gst/Makefile.am:
24702         * gst-libs/gst/media-info/.cvsignore:
24703         * gst-libs/gst/media-info/Makefile.am:
24704         * gst-libs/gst/media-info/README:
24705         * gst-libs/gst/media-info/media-info-priv.c:
24706         * gst-libs/gst/media-info/media-info-priv.h:
24707         * gst-libs/gst/media-info/media-info-test.c:
24708         * gst-libs/gst/media-info/media-info.c:
24709         * gst-libs/gst/media-info/media-info.h:
24710         * gst-libs/gst/media-info/media-info.vcproj:
24711         * pkgconfig/Makefile.am:
24712         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24713         * pkgconfig/gstreamer-media-info.pc.in:
24714           Remove media-info, which is also successed by playbin (see Totem
24715           implementation).
24716
24717 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24718
24719         * configure.ac:
24720         * examples/Makefile.am:
24721         * examples/gstplay/.cvsignore:
24722         * examples/gstplay/Makefile.am:
24723         * examples/gstplay/player.c:
24724         * gst-libs/gst/Makefile.am:
24725         * gst-libs/gst/play/.cvsignore:
24726         * gst-libs/gst/play/Makefile.am:
24727         * gst-libs/gst/play/play.c:
24728         * gst-libs/gst/play/play.h:
24729         * gst-libs/gst/play/play.vcproj:
24730         * pkgconfig/Makefile.am:
24731         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24732         * pkgconfig/gstreamer-play.pc.in:
24733           Remove libgstplay, playbin is now the official successor.
24734
24735 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24736
24737         * configure.ac:
24738         * gst-libs/gst/Makefile.am:
24739         * gst-libs/gst/xwindowlistener/Makefile.am:
24740         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24741         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24742           Remove deprecated xwindowlistener (I've moved xwindowlistening
24743           in the v4l/v4l2 plugins over to serverside).
24744
24745 2005-04-25  David Schleef  <ds@schleef.org>
24746
24747         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24748         to examples/dynparams.  Examples do not belong interspersed with
24749         source code.
24750         * examples/dynparams/demo-dparams.c:
24751         * gst/sine/Makefile.am:
24752         * gst/sine/demo-dparams.c:
24753
24754 2005-04-25  David Schleef  <ds@schleef.org>
24755
24756         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24757         * gst-libs/gst/audio/Makefile.am:
24758         * gst-libs/gst/riff/Makefile.am:
24759         * gst-libs/gst/tag/Makefile.am:
24760         * gst-libs/gst/video/Makefile.am:
24761         * gst-libs/gst/xwindowlistener/Makefile.am:
24762
24763         Convert to 0.9 API, seems to work:
24764         * sys/ximage/Makefile.am:
24765         * sys/ximage/ximagesink.c:
24766
24767 2005-04-24  David Schleef  <ds@schleef.org>
24768
24769         Link plugins against libraries:
24770         * ext/alsa/Makefile.am:
24771         * gst/tcp/Makefile.am:
24772
24773         Remove asm code that should be in liboil
24774         * gst/videoscale/Makefile.am:
24775         * gst/videoscale/videoscale_x86_asm.s:
24776
24777         gettext wants these checked in:
24778         * po/af.po:
24779         * po/az.po:
24780         * po/cs.po:
24781         * po/en_GB.po:
24782         * po/hu.po:
24783         * po/it.po:
24784         * po/nb.po:
24785         * po/nl.po:
24786         * po/or.po:
24787         * po/sq.po:
24788         * po/sr.po:
24789         * po/sv.po:
24790         * po/uk.po:
24791         * po/vi.po:
24792
24793 2005-04-24  David Schleef  <ds@schleef.org>
24794
24795         Convert gst_main() to g_main_loop_run()
24796         * gst/playback/decodetest.c: (main):
24797         * gst/playback/test2.c: (main):
24798         * gst/playback/test3.c: (main):
24799         * gst/playback/test4.c: (main):
24800
24801         Link plugins against libraries:
24802         * ext/libvisual/Makefile.am:
24803         * sys/xvimage/Makefile.am:
24804
24805 2005-04-24  David Schleef  <ds@schleef.org>
24806
24807         * configure.ac: Remove idct and resample libs
24808         * gst-libs/gst/Makefile.am: same
24809
24810         Remove usage of gst_library_load():
24811         * ext/alsa/gstalsaplugin.c: (plugin_init):
24812         * ext/libvisual/visual.c: (plugin_init):
24813         * ext/ogg/gstogg.c: (plugin_init):
24814         * ext/theora/theora.c: (plugin_init):
24815         * ext/vorbis/vorbis.c: (plugin_init):
24816         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
24817         * gst/audioscale/gstaudioscale.c:
24818         * gst/adder/gstadder.c: (plugin_init):
24819         * gst/audioconvert/plugin.c: (plugin_init):
24820         * sys/ximage/ximagesink.c: (plugin_init):
24821         * sys/xvimage/xvimagesink.c: (plugin_init):
24822         * gst/tcp/gsttcpplugin.c: (plugin_init):
24823
24824         Link plugins against libraries:
24825         * ext/ogg/Makefile.am:
24826         * ext/theora/Makefile.am:
24827         * ext/vorbis/Makefile.am:
24828         * gst/audioconvert/Makefile.am:
24829
24830         Create proper libraries:
24831         * gst-libs/gst/riff/Makefile.am:
24832         * gst-libs/gst/audio/Makefile.am:
24833         * gst-libs/gst/video/Makefile.am:
24834
24835         Move resample library to audioscale plugin directory:
24836         * gst-libs/gst/resample/Makefile.am:
24837         * gst-libs/gst/resample/README:
24838         * gst-libs/gst/resample/dtof.c:
24839         * gst-libs/gst/resample/dtos.c:
24840         * gst-libs/gst/resample/functable.c:
24841         * gst-libs/gst/resample/private.h:
24842         * gst-libs/gst/resample/resample.c:
24843         * gst-libs/gst/resample/resample.h:
24844         * gst-libs/gst/resample/resample.vcproj:
24845         * gst-libs/gst/resample/test.c:
24846         * gst/audioscale/Makefile.am:
24847         * gst/audioscale/README:
24848         * gst/audioscale/dtof.c:
24849         * gst/audioscale/dtos.c:
24850         * gst/audioscale/functable.c:
24851         * gst/audioscale/private.h:
24852         * gst/audioscale/resample.c:
24853         * gst/audioscale/resample.h:
24854         * gst/audioscale/test.c:
24855
24856         Move tagedit library to gst-libs:
24857         * gst-libs/gst/tag/Makefile.am:
24858         * gst-libs/gst/tag/gstid3tag.c:
24859         * gst-libs/gst/tag/gsttagediting.c:
24860         * gst-libs/gst/tag/gsttageditingprivate.h:
24861         * gst-libs/gst/tag/gstvorbistag.c:
24862         * gst/tags/Makefile.am:
24863         * gst/tags/gstid3tag.c:
24864         * gst/tags/gstvorbistag.c:
24865
24866         Fix for core changes:
24867         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24868         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
24869         (gst_sinesrc_getrange):
24870
24871 2005-04-23  David Schleef  <ds@schleef.org>
24872
24873         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
24874         in gst-plugins in a long time, and properly belongs in liboil.
24875         * gst-libs/gst/idct/Makefile.am:
24876         * gst-libs/gst/idct/README:
24877         * gst-libs/gst/idct/dct.h:
24878         * gst-libs/gst/idct/doieee:
24879         * gst-libs/gst/idct/fastintidct.c:
24880         * gst-libs/gst/idct/floatidct.c:
24881         * gst-libs/gst/idct/idct.c:
24882         * gst-libs/gst/idct/idct.h:
24883         * gst-libs/gst/idct/idtc.vcproj:
24884         * gst-libs/gst/idct/ieeetest.c:
24885         * gst-libs/gst/idct/intidct.c:
24886
24887 2005-04-20  Wim Taymans  <wim@fluendo.com>
24888
24889         * docs/design-audiosinks.txt:
24890         * gst-libs/gst/audio/Makefile.am:
24891         * gst-libs/gst/audio/TODO:
24892         * gst-libs/gst/audio/gstaudiosink.c:
24893         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24894         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24895         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
24896         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24897         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24898         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
24899         (gst_audiosink_class_init), (gst_audiosink_init),
24900         (gst_audiosink_create_ringbuffer):
24901         * gst-libs/gst/audio/gstaudiosink.h:
24902         * gst-libs/gst/audio/gstbaseaudiosink.c:
24903         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
24904         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
24905         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
24906         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
24907         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
24908         (gst_baseaudiosink_create_ringbuffer),
24909         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24910         * gst-libs/gst/audio/gstbaseaudiosink.h:
24911         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24912         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
24913         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
24914         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24915         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
24916         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24917         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
24918         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
24919         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
24920         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
24921         * gst-libs/gst/audio/gstringbuffer.h:
24922         An attempt at a set of audio base classes together with some
24923         design docs.
24924
24925 2005-04-20  Wim Taymans  <wim@fluendo.com>
24926
24927         * gst/audioconvert/Makefile.am:
24928         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24929         (gst_audio_convert_caps_remove_format_info),
24930         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24931         (gst_audio_convert_channels):
24932         Link against audio libs.
24933         Fix audio convert plugin.
24934
24935 2005-04-20  Wim Taymans  <wim@fluendo.com>
24936
24937         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
24938         (gst_ogg_demux_sink_activate):
24939         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
24940         (theora_set_header_on_caps), (theora_enc_sink_event),
24941         (theora_enc_chain):
24942         Fix theora encoder.
24943
24944 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24945
24946         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
24947         * gst/playback/gstdecodebin.c: (find_compatibles):
24948           Work with staticpadtemplates in elementfactories.
24949
24950 2005-04-12  Wim Taymans  <wim@fluendo.com>
24951
24952         * gst/playback/README:
24953         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24954         (compare_ranks), (print_feature), (gst_decode_bin_init),
24955         (dynamic_create), (dynamic_free), (find_compatibles),
24956         (mimetype_is_raw), (close_pad_link), (got_redirect),
24957         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
24958         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
24959         (gst_decode_bin_change_state):
24960         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24961         (gst_play_base_bin_init), (group_destroy), (group_commit),
24962         (check_queue), (queue_overrun), (queue_threshold_reached),
24963         (queue_out_of_data), (gen_preroll_element), (unknown_type),
24964         (new_decoded_pad), (setup_subtitle), (gen_source_element),
24965         (got_redirect), (setup_source), (play_base_eos),
24966         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
24967         (gst_play_base_bin_remove_element):
24968         * gst/playback/gstplaybasebin.h:
24969         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24970         (gst_play_bin_init), (gst_play_bin_dispose),
24971         (gst_play_bin_set_property), (gen_video_element),
24972         (gen_text_element), (gen_audio_element), (remove_sinks),
24973         (gst_play_bin_send_event):
24974         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
24975         (stream_info_change_state), (gst_stream_info_set_mute):
24976         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24977         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
24978         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
24979         (gst_stream_selector_chain):
24980         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
24981         (main):
24982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24983         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
24984         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
24985         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
24986         Raw and crude port of decodebin. 
24987         Make playbin compile.
24988
24989 2005-04-06  Wim Taymans  <wim@fluendo.com>
24990
24991         * ext/gnomevfs/Makefile.am:
24992         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
24993         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
24994         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
24995         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
24996         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
24997         (gst_gnomevfssrc_stop):
24998         * ext/ogg/Makefile.am:
24999         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25000         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25001         * ext/theora/Makefile.am:
25002         * ext/theora/theoradec.c: (_inc_granulepos),
25003         (theora_dec_sink_event), (theora_dec_chain):
25004         * ext/vorbis/Makefile.am:
25005         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25006         (vorbis_dec_sink_event), (vorbis_dec_chain):
25007         * gst-libs/gst/audio/Makefile.am:
25008         * sys/xvimage/Makefile.am:
25009         Make gnomevfssrc extend the source base class.
25010         Fix linking against libs in various plugins.
25011
25012 2005-04-06  Andy Wingo  <wingo@pobox.com>
25013
25014         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25015         GST_BASE_LIBS.
25016
25017         * configure.ac: Add check and AC_SUBST for libgstbase.
25018
25019 2005-03-31  Wim Taymans  <wim@fluendo.com>
25020
25021         * examples/seeking/Makefile.am:
25022         * examples/seeking/cdparanoia.c: (main):
25023         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25024         (play_cb), (pause_cb), (stop_cb), (main):
25025         * examples/seeking/playbin.c:
25026         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25027         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25028         (make_sid_pipeline), (make_vorbis_pipeline),
25029         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25030         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25031         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25032         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25033         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25034         (stop_cb), (main):
25035         * examples/seeking/spider_seek.c:
25036         * examples/seeking/vorbisfile.c:
25037         * ext/gnomevfs/Makefile.am:
25038         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25039         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25040         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25041         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25042         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25043         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25044         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25045         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25046         * ext/ogg/README:
25047         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25048         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25049         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25050         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25051         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25052         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25053         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25054         (gst_ogg_demux_factory_filter), (compare_ranks),
25055         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25056         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25057         (gst_ogg_chain_new), (gst_ogg_chain_free),
25058         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25059         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25060         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25061         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25062         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25063         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25064         (gst_ogg_demux_get_prev_page),
25065         (gst_ogg_demux_deactivate_current_chain),
25066         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25067         (gst_ogg_demux_bisect_forward_serialno),
25068         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25069         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25070         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25071         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25072         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25073         (gst_ogg_demux_change_state), (gst_ogg_print):
25074         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25075         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25076         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25077         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25078         (gst_ogg_mux_loop):
25079         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25080         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25081         (theora_dec_src_convert), (theora_dec_sink_convert),
25082         (theora_dec_src_query), (theora_dec_src_event),
25083         (theora_dec_sink_event), (theora_dec_chain),
25084         (theora_dec_change_state):
25085         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25086         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25087         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25088         (theora_enc_change_state):
25089         * ext/vorbis/Makefile.am:
25090         * ext/vorbis/oggvorbisenc.c:
25091         * ext/vorbis/oggvorbisenc.h:
25092         * ext/vorbis/vorbis.c: (plugin_init):
25093         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25094         (vorbis_dec_src_query), (vorbis_dec_src_event),
25095         (vorbis_dec_sink_event), (vorbis_dec_chain),
25096         (vorbis_dec_change_state):
25097         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25098         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25099         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25100         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25101         (gst_vorbisenc_change_state):
25102         * ext/vorbis/vorbisenc.h:
25103         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25104         * gst-libs/gst/audio/audioclock.c:
25105         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25106         (gst_audiofilter_init), (gst_audiofilter_chain):
25107         * gst-libs/gst/audio/testchannels.c: (main):
25108         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25109         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25110         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25111         (gmip_find_track_streaminfo), (gmip_find_track_format):
25112         * gst-libs/gst/media-info/media-info.c:
25113         (gst_media_info_read_idler):
25114         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25115         (gst_play_get_all_by_interface):
25116         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25117         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25118         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25119         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25120         (gst_riff_parse_info):
25121         * gst-libs/gst/riff/riff-read.h:
25122         * gst-libs/gst/riff/riff.c: (plugin_init):
25123         * gst-libs/gst/video/Makefile.am:
25124         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25125         (gst_videosink_class_init), (gst_videosink_get_type):
25126         * gst-libs/gst/video/videosink.h:
25127         * gst/audioconvert/bufferframesconvert.c:
25128         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25129         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25130         * gst/audioconvert/channelmixtest.c: (main):
25131         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25132         (gst_audio_convert_chain),
25133         (gst_audio_convert_caps_remove_format_info),
25134         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25135         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25136         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25137         (gst_audio_convert_buffer_to_default_format),
25138         (gst_audio_convert_buffer_from_default_format),
25139         (gst_audio_convert_channels):
25140         * gst/audioconvert/gstchannelmix.h:
25141         * gst/ffmpegcolorspace/avcodec.h:
25142         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25143         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25144         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25145         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25146         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25147         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25148         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25149         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25150         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25151         (dv_type_find):
25152         * gst/videotestsrc/gstvideotestsrc.c:
25153         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25154         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25155         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25156         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25157         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25158         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25159         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25161         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25162         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25163         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25164         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25165         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25166         (gst_xvimagesink_navigation_send_event),
25167         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25168         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25169         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25170         * sys/xvimage/xvimagesink.h:
25171         Plugin port to 0.9, ogg/theora playback should work in the seek
25172         example now.
25173         Removed old examples.
25174         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25175         explained in 0.9 TODO doc.
25176
25177
25178 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25179
25180         * autogen.sh:
25181         * configure.ac:
25182         * ext/Makefile.am:
25183         * gst/Makefile.am:
25184         * po/POTFILES.in:
25185         * po/af.po:
25186         * po/az.po:
25187         * po/cs.po:
25188         * po/en_GB.po:
25189         * po/hu.po:
25190         * po/it.po:
25191         * po/nb.po:
25192         * po/nl.po:
25193         * po/or.po:
25194         * po/sq.po:
25195         * po/sr.po:
25196         * po/sv.po:
25197         * po/uk.po:
25198         * po/vi.po:
25199         * sys/Makefile.am:
25200         * testsuite/Makefile.am:
25201           remove a whole bunch of plugins.  This module now contains a set
25202           of free reference plugins/elements as agreed.
25203
25204 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25205
25206         * configure.ac:
25207           hunting season on 0.9 is now OPEN
25208
25209 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25210
25211         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25212           Kick the hell out of gcc for not warning me about a symbol conflict.
25213
25214 2005-02-22  Luca Ognibene  <luogni@tin.it>
25215
25216         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25217
25218         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25219           Don't leak caps string (fixes #168134)
25220
25221         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25222         (gst_jpegenc_init), (gst_jpegenc_finalize),
25223         (gst_jpegenc_change_state):
25224           Don't leak line buffers and context struct (fixes #168133).
25225
25226 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25227
25228         * configure.ac:
25229         * ext/dirac/gstdiracdec.cc:
25230         (gst_diracdec_chain):
25231           Since dirac 0.5.0 the framerate in dirac is expressed as a
25232           rational number. Fix build and up requirement to 0.5.0, and
25233           also pass parameters to gst_diracdec_link in the right order
25234           (fixes #167959).
25235
25236 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25237
25238         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25239         * ext/faad/gstfaad.h:
25240         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25241         certain invalid muxed streams, where some packets will contain 
25242         junk after decoder data. Partially fixes #149158.
25243
25244 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25245         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25246           Make sure we only write to writable buffers
25247
25248 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25249
25250         * gst-libs/gst/riff/riff-media.c:
25251         (gst_riff_create_audio_caps_with_data):
25252           Do actually fix invalid RIFF fmt header values for alaw
25253           and mulaw audio instead of just saying so.
25254
25255         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25256           Give gst_riff_create_audio_caps_with_data() a chance to
25257           fix up broken format header fields before extracting any
25258           parameters from the header. (fixes #167633)
25259
25260 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25261
25262         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25263
25264         * gst/audioconvert/bufferframesconvert.c:
25265         (buffer_frames_convert_link):
25266           Don't leak othercaps. (fixes #167878)
25267
25268 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25269
25270         * configure.ac:
25271         * ext/libvisual/visual.c: (gst_visual_srclink),
25272         (gst_visual_change_state):
25273           Support libvisual 0.2.0.
25274
25275 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25276
25277         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25278         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25279           Use same rowstrides for I420 as used everywhere else.
25280
25281 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25282
25283         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25284           Declare variables at beginning of block and make gcc-2.95 happy
25285           (fixes # 167482, patch by Gergely Nagy).
25286           
25287         * gst/tcp/gsttcpclientsrc.c:
25288         * gst/tcp/gsttcpclientsrc.h:
25289           Move some includes into the header, so that struct sockaddr_in is
25290           defined when it should be defined on FreeBSD as well (fixes
25291           #167483).
25292           
25293         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25294           Don't pass uninitialised values to setsockopt() here either.
25295
25296 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25297
25298         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25299
25300         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25301           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25302
25303 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25304
25305         * gst/playback/gstplaybin.c: (add_sink):
25306           Invert bin_add/link order to workaround deadlock in opt.
25307
25308 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25309
25310         * gst/modplug/gstmodplug.cc:
25311           Add missing break causing position queries to fail.
25312
25313 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25314
25315         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25316           Granpos can apparently be -1, which screws up calculations...
25317
25318 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25319
25320         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25321         (gst_ximagesink_send_pending_navigation),
25322         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25323         (gst_ximagesink_init):
25324         * sys/ximage/ximagesink.h:
25325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25326         (gst_xvimagesink_send_pending_navigation),
25327         (gst_xvimagesink_navigation_send_event),
25328         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25329         * sys/xvimage/xvimagesink.h:
25330           Use a mutex protected list to marshal navigation
25331           events into the stream thread from whichever thread
25332           sends them.
25333
25334 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25335
25336         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25337           Display current position and track length; misc. clean-ups.
25338           
25339         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25340         (speed_init), (speed_chain):
25341           Add query function, so that the stream length and current position
25342           get adjusted when queried (note that current position queries may
25343           still be wrong if the audio sink returns values based on buffer
25344           timestamps instead of passing on the query).
25345
25346 2005-02-13  Benjamin Otte  <otte@gnome.org>
25347
25348         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25349         (gst_audio_convert_channels):
25350           create channel conversion matrix when linking
25351         * gst/audioconvert/.cvsignore:
25352         * gst/audioconvert/Makefile.am:
25353         * gst/audioconvert/channelmixtest.c: (main):
25354           add (ugly) test that ensures stereo <=> mono conversion works
25355           correctly
25356
25357 2005-02-13  Benjamin Otte  <otte@gnome.org>
25358
25359         * gst/audioconvert/gstchannelmix.h:
25360           include missing header file
25361         * gst/audioconvert/gstchannelmix.c:
25362         (gst_audio_convert_fill_compatible):
25363           use same sign for both channels when converting to/from compatible
25364           channel. Previously used different signs made the signals cancel
25365           each other out and appear like silence. (fixes #167269)
25366
25367 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25368
25369         * gst/ffmpegcolorspace/avcodec.h:
25370         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25371         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25372         (gst_ffmpegcsp_avpicture_fill):
25373         * gst/ffmpegcolorspace/imgconvert.c:
25374           Convert to and from YV12 (fixes #156379).
25375
25376 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25377
25378         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25379         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25380         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25381         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25382         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25383         methods from chain and negotiation and vice versa (Fixes #166142).
25384         * sys/ximage/ximagesink.h: Add stream_lock.
25385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25386         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25387         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25388         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25389
25390 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25391
25392         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25393           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25394           error message when we can't open the DVD device (when dvdnav_open()
25395           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25396           the above). Send something more useful instead (fixes #167117).
25397
25398 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25399
25400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25401         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25402         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25403         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25404         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25405         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25406         methods from chain and negotiation and vice versa (Fixes #166142).
25407         Fix a possible bug of images in the buffer pool being discarded because
25408         we are looking at the wrong geometry.
25409         * sys/xvimage/xvimagesink.h: Add stream_lock.
25410
25411 2005-02-11  David Schleef  <ds@schleef.org>
25412
25413         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25414         unsigned int. (fixes #167128)
25415
25416 2005-02-11  David Schleef  <ds@schleef.org>
25417
25418         * gst/librfb/Makefile.am: Testing stuff before committing is
25419           for wimps... and people with fast machines.  Fix stupid
25420           mistake.
25421
25422 2005-02-11  David Schleef  <ds@schleef.org>
25423
25424         * configure.ac: Pull in librfb from my CVS tree, because it is
25425           too small and annoying to be separate.  Move rfbsrc plugin
25426           to gst/.
25427         * ext/Makefile.am:
25428         * ext/librfb/Makefile.am:
25429         * ext/librfb/gstrfbsrc.c:
25430         * gst/librfb/Makefile.am:
25431         * gst/librfb/gstrfbsrc.c:
25432         * gst/librfb/rfb.c:
25433         * gst/librfb/rfb.h:
25434         * gst/librfb/rfbbuffer.c:
25435         * gst/librfb/rfbbuffer.h:
25436         * gst/librfb/rfbbytestream.c:
25437         * gst/librfb/rfbbytestream.h:
25438         * gst/librfb/rfbcontext.h:
25439         * gst/librfb/rfbdecoder.c:
25440         * gst/librfb/rfbdecoder.h:
25441         * gst/librfb/rfbutil.h:
25442
25443 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25444
25445         * gst/speed/Makefile.am:
25446         * gst/speed/demo-mp3.c: (main):
25447         * gst/speed/filter.func:
25448         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25449         (speed_class_init), (speed_init), (speed_chain_int16),
25450         (speed_chain_float32), (speed_chain), (speed_set_property),
25451         (speed_get_property), (speed_change_state):
25452         * gst/speed/gstspeed.h:
25453           Fix speed element and make it chain-based (fixes #156467),
25454           and make it handle more than one channel.
25455
25456 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25457
25458         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25459         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25460         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25461         * ext/dts/gstdtsdec.h:
25462           Don't clobber the stack constructing the channels array.
25463           Make the element chain-based. DTS tracks can now be played.
25464           
25465 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25466
25467         * gst-libs/gst/audio/multichannel.h:
25468         * gst-libs/gst/gconf/gconf.h:
25469         * gst-libs/gst/idct/idct.h:
25470         * gst-libs/gst/media-info/media-info-priv.h:
25471         * gst-libs/gst/play/play.h:
25472         * gst-libs/gst/resample/private.h:
25473         * gst-libs/gst/resample/resample.h:
25474         * gst-libs/gst/riff/riff-ids.h:
25475         * gst-libs/gst/video/video.h:
25476         * gst-libs/gst/video/videosink.h:
25477           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25478           missing, so that they work when included from C++ code.
25479
25480 2005-02-09  David Schleef  <ds@schleef.org>
25481
25482         * testsuite/gst-lint: Check for non-statically scoped
25483           parent_class variables.  This won't be a problem once
25484           plugins are loaded with RTLD_LOCAL.
25485
25486 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25487
25488         * ext/mplex/gstmplexibitstream.cc:
25489           gcc madness.
25490
25491 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25492
25493         * ext/ogg/gstogmparse.c:
25494         * gst/debug/gstnavigationtest.c:
25495           Die, thou faulty symbol pollutors (non-static parent_class).
25496
25497 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25498
25499         * ext/mplex/gstmplexibitstream.cc:
25500           Fix event handling (#165525).
25501
25502 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25503
25504         * ext/mikmod/gstmikmod.c:
25505         * gst/modplug/gstmodplug.cc:
25506           Add missing endianness to template (fixes #165509).
25507
25508 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25509
25510         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25511           Fix wrong order of reading of optional bytes (#165290).
25512
25513 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25514
25515         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25516           Implement FILLER event awareness.
25517
25518 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25519
25520         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25521           Fix track calculations (#166208).
25522
25523 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25524
25525         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25526
25527         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25528         * ext/libpng/gstpngenc.c:
25529           Fix byte-order, use proper fixed caps. Fixes #164197.
25530
25531 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25532
25533         * configure.ac:
25534           Add dvdlpcmdec 
25535
25536         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25537         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25538           Don't push buffers if the src pad isn't negotiated yet.
25539           
25540         * gst/audioconvert/gstaudioconvert.c:
25541         (gst_audio_convert_buffer_to_default_format),
25542         (gst_audio_convert_buffer_from_default_format):
25543           Add support for 24-bit width.
25544
25545         * gst/dvdlpcmdec/.cvsignore:
25546         * gst/dvdlpcmdec/Makefile.am:
25547         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25548         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25549         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25550         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25551         (plugin_init):
25552         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25553           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25554           format. Needs support for the channels maps if someone can find 
25555           a DVD LPCM track with > 2 channels.
25556
25557         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25558         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25559         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25560         * gst/mpegstream/gstdvddemux.h:
25561         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25562         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25563         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25564         * gst/mpegstream/gstmpegdemux.h:
25565         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25566         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25567         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25568         (gst_mpeg_parse_handle_src_query),
25569         (gst_mpeg_parse_handle_src_event):
25570           Use audio/x-dvd-lpcm for LPCM output.
25571           Add DTS output.
25572
25573 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25574
25575         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25576
25577         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25578         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25579           Add BGRA handling (#165736).
25580
25581 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25582
25583         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25584
25585         * gst/law/alaw-decode.c: (alawdec_link):
25586         * gst/law/alaw-encode.c: (alawenc_link):
25587         * gst/law/mulaw-decode.c: (mulawdec_link):
25588         * gst/law/mulaw-encode.c: (mulawenc_link):
25589           Fix caps memleaks (#166600).
25590
25591 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25592
25593         * ext/tarkin/mem.h:
25594         * ext/tarkin/wavelet.h:
25595         * ext/tarkin/yuv.h:
25596         * gst/ffmpegcolorspace/avcodec.h:
25597           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25598           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25599
25600 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25601
25602         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25604         (gst_xvimagesink_change_state):
25605           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25606           Xv video (and thereby regenerate Xv colourkey) in clear() so
25607           that PLAY -> READY -> PLAY works (fixes #162504).
25608
25609 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25610
25611         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25612           Switch to list instead of range, since MJPEG-devices really just
25613           support decimations, not any size.
25614
25615 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25616         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25617         (gst_mpeg2dec_reset), (free_all_buffers),
25618         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25619         * ext/mpeg2dec/gstmpeg2dec.h:
25620           The libmpeg2 user-allocated buffer management is awkward, 
25621           to say the least. Hopefully this fixes things.
25622
25623 2005-02-04  Andy Wingo  <wingo@pobox.com>
25624
25625         * gst/audioconvert/bufferframesconvert.c
25626         (buffer_frames_convert_fixate): New function, fixates to 256
25627         frames per buffer by default. (Much better than 1.)
25628         (buffer_frames_convert_init): Set the fixate function for both src
25629         and sink pad.
25630         (buffer_frames_convert_link): After success setting nonfixed caps,
25631         get the negotiated caps so we can know how many buffer-frames it
25632         will be. No idea how this worked at all before.
25633
25634 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25635
25636         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25637         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25638         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25639         (handle_sequence), (handle_picture):
25640         * ext/mpeg2dec/gstmpeg2dec.h:
25641           Rearrange buffer tracking and refcounting and refactor
25642           a little for readability. 
25643
25644 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25645         * sys/v4l/gstv4l.c: (plugin_init):
25646         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25647         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25648         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25649         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25650         * sys/v4l/gstv4ljpegsrc.h:
25651         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25652         * sys/v4l/v4l_calls.h:
25653         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25654         (gst_v4lsrc_get_fps):
25655         * sys/v4l/v4lsrc_calls.h:
25656           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25657           you jpeg inside rgb frames" driver.
25658           Don't error in the v4lsrc link function, just return 
25659           REFUSED.
25660
25661 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25662
25663         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25664         (gst_qcamsrc_open):
25665           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25666
25667 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25668
25669         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25670           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25671
25672 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25673
25674         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25675           Reset negotiated state on PAUSED->READY.
25676
25677 2005-02-02  David Schleef  <ds@schleef.org>
25678
25679         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25680         whereever possible.  (Fixes #165997)
25681         * examples/capsfilter/capsfilter1.c: (main):
25682         * examples/dynparams/filter.c: (create_ui):
25683         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25684         * examples/seeking/chained.c: (main):
25685         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25686         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25687         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25688         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25689         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25690         * examples/switch/switcher.c: (main):
25691         * ext/dv/demo-play.c: (main):
25692         * ext/faad/gstfaad.c: (gst_faad_change_state):
25693         * ext/mad/gstmad.c: (gst_mad_chain):
25694         * ext/smoothwave/demo-osssrc.c: (main):
25695         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25696         (gst_gconf_render_bin_from_description),
25697         (gst_gconf_get_default_audio_sink),
25698         (gst_gconf_get_default_video_sink),
25699         (gst_gconf_get_default_audio_src),
25700         (gst_gconf_get_default_video_src),
25701         (gst_gconf_get_default_visualization_element):
25702         * gst/level/demo.c: (main):
25703         * gst/level/plot.c: (main):
25704         * gst/playback/gstplaybin.c: (gen_video_element),
25705         (gen_audio_element):
25706         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25707         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25708         * gst/sine/demo-dparams.c: (main):
25709         * gst/spectrum/demo-osssrc.c: (main):
25710         * gst/speed/demo-mp3.c: (main):
25711         * gst/volume/demo.c: (main):
25712         * testsuite/embed/embed.c: (main):
25713
25714 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25715
25716         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25717         (gst_tcpclientsink_finalize):
25718         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25719         (gst_tcpclientsrc_finalize):
25720         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25721         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25722         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25723         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25724           Don't leak the hostname when shutting down.
25725           In tcpserversrc, take a copy of the default hostname.
25726
25727 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25728
25729         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25730           Set caps to systemstream=TRUE.
25731
25732 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25733
25734         * testsuite/Makefile.am:
25735           Fix more OSX buildbots.
25736
25737 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25738
25739         * ext/mpeg2dec/gstmpeg2dec.c:
25740           Don't send things to NULL PAD_PEERs
25741
25742         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25743           Copy-on-write the incoming buffer.
25744
25745         * gst/mpegstream/gstdvddemux.h:
25746         * gst/mpegstream/gstmpegclock.h:
25747         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25748         (normal_seek), (gst_mpeg_demux_handle_src_event):
25749         * gst/mpegstream/gstmpegdemux.h:
25750         * gst/mpegstream/gstmpegpacketize.h:
25751         * gst/mpegstream/gstmpegparse.c:
25752         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25753         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25754         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25755         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25756         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25757         * gst/mpegstream/gstmpegparse.h:
25758         * gst/mpegstream/gstrfc2250enc.h:
25759           Various changes to the way time is computed that make seeking and
25760           total time estimation much better here.
25761           Use G_BEGIN/END_DECLS instead of __cplusplus
25762
25763         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25764           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25765
25766 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25767
25768         * gst/subparse/gstsubparse.c:
25769           Fix OSX buildbot.
25770
25771 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25772
25773         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25774         (theora_enc_chain), (theora_enc_change_state):
25775         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25776         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25777         (gst_vorbisenc_change_state):
25778         * ext/vorbis/vorbisenc.h:
25779           Set granulepos and timestamp correctly for streams not
25780           starting at 0, taking into account the initial delay.
25781
25782 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25783
25784         * gst/mpegstream/gstdvddemux.c:
25785           Add audio/x-dts to audio pad template caps
25786
25787 2005-01-30  David Schleef  <ds@schleef.org>
25788
25789         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
25790         (create_context), (gst_polypsink_link): Fix silly endianness
25791         bug.  Add some debugging.  Remove float from caps; it doesn't
25792         work.  Attempt to get remote audio working.
25793
25794 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25795
25796         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25797           Add 3IV2 fourcc.
25798
25799 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25800
25801         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
25802         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
25803         (gst_avi_demux_stream_data):
25804         * gst/avi/gstavidemux.h:
25805           Invert DIB images. Fixes #132341.
25806
25807 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25808
25809         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25810         (gst_ffmpegcsp_chain):
25811           D'oh, reference the palette data, not the palette structure.
25812           Fixes color distortion in #132341.
25813
25814 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25815
25816         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25817           PAR can be non-fixed when not provided as argument (#162626).
25818
25819 2005-01-29  David Moore  <dcm@acm.org>
25820
25821         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25822
25823         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25824         (gst_qtdemux_loop_header):
25825           Re-apply patch from #142272 that allows non-seekable sources,
25826           re-proposed by Daniel Drake <dsd@gentoo.org>.
25827
25828 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25829
25830         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
25831           Use the src template for creating the src pad (#162330).
25832
25833 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25834
25835         * configure.ac:
25836         * ext/musepack/Makefile.am:
25837         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
25838         (gst_musepackdec_init), (gst_musepackdec_dispose),
25839         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
25840         (gst_musepack_stream_init), (gst_musepackdec_loop),
25841         (gst_musepackdec_change_state):
25842         * ext/musepack/gstmusepackdec.cpp:
25843         * ext/musepack/gstmusepackdec.h:
25844         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
25845         (gst_musepack_reader_read), (gst_musepack_reader_seek),
25846         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
25847         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
25848         * ext/musepack/gstmusepackreader.cpp:
25849         * ext/musepack/gstmusepackreader.h:
25850           Update to 1.1 API (#165446).
25851
25852 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25853
25854         * ext/Makefile.am:
25855           Unbreak buildbot.
25856
25857 2005-01-28  Andy Wingo  <wingo@pobox.com>
25858
25859         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
25860         to reflect a different dubious internet source. Add a reference
25861         and some commentary.
25862
25863 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25864
25865         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25866         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
25867         * gst/playback/gststreamselector.h:
25868           Be more selective when we're redoing caps negotiation from
25869           within the chain function on a stream change.
25870
25871 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25872
25873         * configure.ac:
25874         * ext/Makefile.am:
25875         * ext/amrnb/Makefile.am:
25876         * ext/amrnb/amrnb.c: (plugin_init):
25877         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
25878         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
25879         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
25880         (gst_amrnbdec_state_change):
25881         * ext/amrnb/amrnbdec.h:
25882         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
25883         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
25884         (gst_amrnbparse_init), (gst_amrnbparse_formats),
25885         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
25886         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
25887         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
25888         * ext/amrnb/amrnbparse.h:
25889           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
25890         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25891           Add AMR-NB/-WB raw formats.
25892         * ext/alsa/gstalsa.c: (gst_alsa_link):
25893           Keep valid time when changing format.
25894         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25895         (qtdemux_parse_trak):
25896           Add some more format-specific options (#140141, #143555, #155163).
25897
25898 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25899
25900         * gst/matroska/matroska-demux.c:
25901         (gst_matroska_demux_parse_blockgroup):
25902           Fix logic error in timing of subtitle stream synchronization.
25903         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25904           Add skip-chunk, which is found in kodak-camera streams.
25905
25906 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25907
25908         * po/LINGUAS:
25909         * po/vi.po:
25910           Adding Vietnamese translation (submitted by Clytie Siddall)
25911
25912 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25913
25914         * gst/playback/gstdecodebin.c: (try_to_link_1):
25915           Use realpad for signal.
25916
25917 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25918
25919         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
25920           Fix category so decodebin picks it up.
25921
25922 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25923
25924         * ext/mad/Makefile.am:
25925         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
25926         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
25927         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
25928         (found_type), (gst_id3demux_bin_change_state):
25929         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
25930         (gst_id3_tag_init), (gst_id3_tag_handle_event),
25931         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25932         (gst_id3_tag_change_state), (plugin_init):
25933         * ext/mad/gstmad.h:
25934           Add id3demuxbin (which is a simple bin consisting of id3demux
25935           and typefind), take over rank from id3demux, remove typefind
25936           code from id3demux. Makes all broken mp3s that I know of work,
25937           and thereby fixes #152688.
25938
25939 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
25940
25941         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25942
25943         * ext/mad/gstmad.c: (gst_mad_src_event):
25944         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
25945           Allow seeks on audio pad, make mad forward those (#164826).
25946         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25947           Set duration (#165335).
25948
25949 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25950
25951         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
25952         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
25953         (gst_asf_demux_process_ext_content_desc),
25954         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
25955         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
25956         * gst/asfdemux/gstasfdemux.h:
25957           Improve metadata display, e.g. if the metadata comes before the
25958           streams are loaded (which is perfectly valid).
25959
25960 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25961
25962         * tools/gst-launch-ext-m.m:
25963           Fix AVI/ASF pipelines (#165340).
25964
25965 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
25966         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
25967         build failure on amd64
25968
25969 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
25970
25971         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
25972         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
25973           Check environment variables GST_ID3V2_TAG_ENCODING,
25974           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
25975           list of character encodings to force interpretation of non-unicode
25976           strings stored in an ID3v2 tag to a particular encoding. If none
25977           is specified, try to use current locale's encoding, then fall back
25978           to ISO-8859-1 (which will always succeed). (Resolves #149274)
25979         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
25980         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
25981           Check environment variables GST_ID3V1_TAG_ENCODING,
25982           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
25983           list of character encodings to use in case a string encountered
25984           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
25985           specified, try to use the current locale's encoding, then fall
25986           back to ISO-8859-1 (which will always succeed).
25987
25988 2005-01-25  Benjamin Otte  <otte@gnome.org>
25989
25990         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
25991           - on half framerate, compute the rate in advance so the comparisons
25992             don't compare wrong values
25993           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
25994             behaviour
25995           - don't use mad_header_decode anymore, mad_frame_decode does that
25996             automatically
25997           - when getting rid of consumed bytes, reset the stream's skiplen
25998           (fixes #163867)
25999
26000 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26001
26002         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26003           Use 1/2 a second for default max_discont, as PES streams from DVB
26004           seem to have larger spacings in the SCR. 
26005           Fix a typo.
26006
26007 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26008
26009         * gst/playback/gstplaybasebin.c: (group_commit):
26010           Notify delayed stream-info availability.
26011
26012 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26013         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26014         (gst_a52dec_handle_event), (gst_a52dec_chain):
26015         Add some debug output. Check that a discont has a valid
26016         time associated.
26017         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26018         (gst_alsa_sink_loop):
26019         Ignore TAG events. A little extra debug for broken timestamps.
26020         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26021         (dvdnavsrc_change_state):
26022         Ensure we send a discont to engage the link before we send any
26023         other events.
26024         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26025         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26026         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26027         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26028         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26029         dvd://title works in totem because typefinding sends a seek that ends
26030         up going back to chapter 1 regardless.
26031         * ext/mpeg2dec/gstmpeg2dec.c:
26032         * ext/mpeg2dec/gstmpeg2dec.h:
26033         Output correct timestamps and handle disconts.
26034         * ext/ogg/gstoggdemux.c: (get_relative):
26035         Small guard against a null dereference.
26036         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26037         (gst_textoverlay_set_property):
26038         Free memory when done. Don't call gst_event_filler_get_duration on
26039         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26040         g_warning.
26041         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26042         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26043         (gst_sw_srclink), (gst_smoothwave_chain):
26044         Draw solid lines, prettier colours.
26045         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26046         Add a default palette that'll work for some movies.
26047         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26048         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26049         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26050         * gst/mpegstream/gstdvddemux.h:
26051         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26052         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26053         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26054         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26055         * gst/mpegstream/gstmpegparse.h:
26056         Use PTM/NAV events when for timestamp adjustment when connected to 
26057         dvdnavsrc. Don't use many discont events where one suffices.
26058         * gst/playback/gstplaybasebin.c: (group_destroy),
26059         (gen_preroll_element), (gst_play_base_bin_add_element):
26060         * gst/playback/gstplaybasebin.h:
26061         Make sure we remove subtitles from the same bin we put them in.
26062         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26063         (gst_subparse_buffer_format_autodetect),
26064         (gst_subparse_change_state):
26065         Fix some memleaks and invalid accesses.
26066         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26067         (oggskel_type_find), (cmml_type_find), (plugin_init):
26068         Some typefind functions for Annodex v3.0 files
26069         * gst/wavparse/gstwavparse.h:
26070         GstRiffReadClass is the correct parent class.
26071
26072 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26073
26074         * gst-libs/gst/riff/riff-media.c:
26075         (gst_riff_create_video_caps_with_data):
26076           Add extradata to huffyuv (fixes #165013).
26077         * gst-libs/gst/riff/riff-read.c:
26078         (gst_riff_read_strf_vids_with_data):
26079           Fix extradata extraction if it is in the chunk size.
26080
26081 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26082
26083         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26084
26085         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26086         (gst_quarktv_change_state), (gst_quarktv_dispose):
26087           Memory free'ing location fix (#164708).
26088
26089 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26090
26091         * gst/playback/gstplaybasebin.c: (group_commit),
26092         (gen_preroll_element), (probe_triggered), (gen_source_element),
26093         (setup_source), (gst_play_base_bin_change_state),
26094         (gst_play_base_bin_add_element):
26095           Don't block for streams.
26096         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26097         (gst_stream_info_set_mute):
26098           Use gst_pad_set_active_recursive.
26099
26100 2005-01-25  Andy Wingo  <wingo@pobox.com>
26101
26102         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26103         for #ifndef HAVE_XVIDEO.
26104
26105 2005-01-24  Jeffrey C. Ollie
26106
26107         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26108
26109         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26110         * ext/gsm/gstgsmdec.h:
26111         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26112         * ext/gsm/gstgsmenc.h:
26113         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26114         was given by property. Add proper buffer timestamps and offsets.
26115
26116 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26117
26118         * gst-libs/gst/riff/riff-media.c:
26119         (gst_riff_create_audio_caps_with_data):
26120           Audio can be <8000Hz.
26121
26122 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26123
26124         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26125           Explicit state change to workaround refcount bugs.
26126
26127 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26128
26129         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26130         (gst_avimux_riff_get_avi_header):
26131           Fix...
26132
26133 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26134
26135         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26136         (gst_riff_read_element_data):
26137         * gst-libs/gst/riff/riff-read.h:
26138           Add _peek version (req'ed in CDXA).
26139         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26140         (gst_cdxaparse_loop):
26141           Fix parsing in playbin.
26142         * gst/playback/gstdecodebin.c: (close_pad_link):
26143           Ignore current_ pads, they cause major annoyance.
26144
26145 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26146
26147         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26148           Safety guard.
26149
26150 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26151
26152         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26153           Fix padding...
26154
26155 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26156
26157         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26158           Allow for 0-sized buffers. Fixes length query problems in
26159           starwars.mkv from the testsuite.
26160
26161 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26162
26163         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26164         (gst_video_box_i420), (gst_video_box_chain):
26165           Fix row strides for I420 (fixes #163159)
26166           
26167 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26168
26169         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26170           MPEG2 has a useful rate property, so we can actually use that.
26171           For MPEG-1, continue using the bytes/time properties.
26172
26173 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26174
26175         * gst-libs/gst/riff/riff-media.c:
26176         (gst_riff_create_video_caps_with_data),
26177         (gst_riff_create_video_template_caps):
26178           Add intel-h263.
26179
26180 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26181
26182         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26183           Fail if caps negotiation fails. Should fix #162184, and should
26184           definately be in there regardless of it fixing the actual bug.
26185         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26186         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26187         (gst_avimux_riff_get_avix_header),
26188         (gst_avimux_riff_get_video_header),
26189         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26190         (gst_avimux_start_file), (gst_avimux_handle_event),
26191         (gst_avimux_change_state):
26192         * gst/avi/gstavimux.h:
26193           Refactor structure writing to use GST_WRITE_UINT macros, add
26194           metadata writing support.
26195
26196 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26197
26198         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26199           Elements may already be destroyed when this function is called.
26200
26201 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26202
26203         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26204         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26205           More memory leak fixes (#149162).
26206
26207 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26208
26209         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26210         (gst_qtdemux_add_stream):
26211           Fix two memleaks.
26212
26213 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26214
26215         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26216           Argh...
26217
26218 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26219
26220         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26221           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26222           when fixating to six channels in Totem.
26223
26224 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26225
26226         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26227           Fix compile warnings on Solaris 10 buildbot
26228
26229 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26230
26231         * ext/dvdread/dvdreadsrc.c: (_read):
26232           Don't read beyond the last cell in a chapter (fixes 
26233           invalid memory access)
26234
26235 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26236
26237         * ext/dvdread/stream_labels.c:
26238         (dvdreadsrc_get_audio_stream_labels):
26239           Use NULL for an empty GList instead of g_list_alloc(); fix 
26240           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26241           of GString (easier to bulk free later)
26242
26243 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26244
26245         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26246
26247         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26248         (gst_ffmpeg_pixfmt_to_caps):
26249           Fix BGRA32 caps (#164209).
26250
26251 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26252
26253         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26254
26255         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26256         (gst_ffmpeg_caps_to_pixfmt):
26257           alpha_mask can be RGBA/ABGR. Fixes #164265.
26258
26259 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26260
26261         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26262
26263         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26264         (gst_mpeg2dec_alloc_buffer):
26265         * ext/mpeg2dec/gstmpeg2dec.h:
26266           Crop if decoding size is not the actual image size (#163676).
26267
26268 2005-01-17  Steve Baker  <steve@stevebaker.org>
26269
26270         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26271
26272         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26273         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26274           Add libsndfile typefind functions (#163309).
26275
26276 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26277
26278         * tools/gst-launch-ext-m.m:
26279           Add .aac, fix .m1v/.m2v (#163891).
26280
26281 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26282
26283         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26284           Sanity check, don't wait endlessly since the clock might not
26285           actually run at this point (which is a deadlock). Fixes #164069.
26286
26287 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26288
26289         * gst/playback/gstplaybasebin.c: (probe_triggered):
26290           Of course, only pause if group is done...
26291
26292 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26293
26294         * gst/playback/gstplaybasebin.c: (probe_triggered):
26295           Thread safety.
26296
26297 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26298
26299         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26300           Don't return state change success when the parent
26301           failed.
26302
26303 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26304
26305         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26306           Free events (fix memleak in #162905).
26307
26308 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26309
26310         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26311
26312         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26313         (gst_ffmpeg_caps_to_pixfmt):
26314           Fix for depth = 15. Fixes #161675.
26315
26316 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26317
26318         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26319           Set FPS correctly, even for webcams and the like.
26320         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26321           Don error on setting while capturing.
26322
26323 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26324
26325         * ext/dv/gstdvdec.c:
26326         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26327         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26328           I'm a bad boy. using /1001. to force C to do float division
26329           and not integer division (as it did in my last commit)
26330           Thanks to David I. Lehn for pointing this mistake.
26331
26332 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26333
26334         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26335           Revert Johan's 1.35->1.36 since it breaks compat.
26336
26337 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26338
26339         * ext/dv/gstdvdec.c:
26340         * ext/libfame/gstlibfame.c:
26341         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26342         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26343           replace framerate aproximations by their real value
26344           (24000/1001, 30000/1001, 60000/1001)
26345           Finish fixing bug #164049
26346
26347 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26348
26349         * ext/ogg/gstoggmux.c:
26350           eos/bos debugging
26351         * gst/tcp/gstmultifdsink.c:
26352         * gst/tcp/gstmultifdsink.h:
26353         * gst/tcp/gsttcp.c:
26354         * gst/tcp/gsttcp.h:
26355         * gst/tcp/gsttcpclientsink.c:
26356         * gst/tcp/gsttcpclientsrc.c:
26357         * gst/tcp/gsttcpserversink.c:
26358         * gst/tcp/gsttcpserversrc.c:
26359           improve reusability of elements after state changes and errors
26360           make multifdsink throw away streamheaders when receiving new ones
26361
26362 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26363
26364         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26365           Fix for if items are already in list...
26366
26367 2005-01-12  Benjamin Otte  <otte@gnome.org>
26368
26369         * gst/adder/gstadder.c: (gst_adder_loop):
26370           fix adder a bit so it doesn't screw up with events as much anymore
26371
26372 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26373
26374         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26375         (pixbufscale_scale), (gst_pixbufscale_chain):
26376         * ext/gdk_pixbuf/pixbufscale.h:
26377           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26378           to ensure rowstrides are calculated the same way as 
26379           ffmpegcolorspace
26380           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26381           that we pick up duration and offset also.
26382
26383 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26384
26385         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26386         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26387           Reusability fixes.
26388
26389 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26390
26391         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26392         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26393         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26394         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26395           Update flags when requested.
26396
26397 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26398
26399         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26400           Fix dmix.
26401
26402 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26403
26404         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26405         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26406         (probe_triggered), (new_decoded_pad), (gen_source_element),
26407         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26408         * gst/playback/gstplaybasebin.h:
26409         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26410         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26411         (gst_play_bin_change_state):
26412           Implement group-switch signal for use in apps to clear metadata
26413           cache, clean up subtitle, add suburi property instead of # hack,
26414           some error-out fixes.
26415
26416 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26417
26418         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26419           Debug.
26420         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26421           If we got a state change in the _get handler, don't return success.
26422
26423 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26424
26425         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26426         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26427           Make jpegdec quiet on MJPEG decoding
26428         * gst/asfdemux/README:
26429           Fix mimetypes for MJPEG and H263
26430
26431 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26432
26433         * ext/theora/theoradec.c: (theora_dec_chain):
26434           Fix broken code generation by gcc by swapping arguments.
26435         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26436           Fix \n in debug.
26437
26438 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26439
26440         * TODO:
26441           delete this file, it is by far outdated
26442         * ext/alsa/gstalsa.1: remove
26443         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26444         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26445         (gst_alsa_get_caps):
26446           Add HW probing for supported sample rates. Fixes #161704
26447
26448 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26449
26450         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26451           Don't crash, biatch! :).
26452
26453 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26454
26455         * ext/musepack/gstmusepackreader.cpp:
26456         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26457           Some work on tags - still doesn't work in playbin...
26458         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26459           Handle events...
26460
26461 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26462
26463         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26464           Also shove tags on kid pads.
26465
26466 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26467
26468         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26469           Don't bail on unknown events.
26470         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26471           Don't crash on events before negotiation.
26472         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26473           Send tags on pads, too.
26474         * gst/playback/gststreamselector.c:
26475         (gst_stream_selector_request_new_pad):
26476           Forward events on first pad if no input was selected yet.
26477
26478 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26479
26480         * gst/playback/gstplaybasebin.c: (setup_substreams):
26481           Don't disable streamtype if the stream doesn't exist, since
26482           then playing a video after audio will disable both and nothing
26483           will happen. Fixes the testsuite.
26484
26485 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26486
26487         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26488         (gst_v4l_xoverlay_set_xwindow_id):
26489         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26490         (gst_v4l2_xoverlay_set_xwindow_id):
26491           Add debug categories, fix overlay disabling.
26492
26493 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26494
26495         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26496         * ext/alsa/gstalsa.h:
26497           Add HW probing for period_count/size and buffer_size MIX/MAX
26498           Adjust default/user defined value if out of bounds
26499           Should fix bug #162024
26500
26501 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26502
26503         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26504           Fix warning (#161191).
26505
26506 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26507
26508         * ext/dvdread/stream_labels.c:
26509         (dvdreadsrc_get_audio_stream_labels):
26510           Fix warning (init the good variable in switch default)
26511
26512 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26513
26514         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26515
26516         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26517           Fix gcc-2.95 compile (#163485).
26518
26519 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26520
26521         * configure.ac:
26522         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26523         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26524         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26525         (gst_flacenc_change_state):
26526         * ext/flac/gstflacenc.h:
26527           Update for API change in flac-1.1.1. Update requirement in
26528           configure.ac. Fixes #162974.
26529
26530 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26531
26532         * gst/playback/gstplaybasebin.c: (group_destroy):
26533           Remove hack to get rid of assert and get rid of unlinked
26534           signals properly.
26535
26536 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26537
26538         * gst/playback/gstplaybasebin.c: (setup_source):
26539           Set source to NULL so that resources are free'ed. Fixes issues
26540           with playback of CDDA and similar device-accessing things.
26541
26542 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26543
26544         * testsuite/embed/Makefile.am:
26545           test->noinst, fix make test in buildbot.
26546
26547 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26548
26549         * ext/dvdread/stream_labels.c: new file
26550         * ext/dvdread/stream_labels.h: new file
26551         * ext/dvdread/Makefile.am:
26552         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26553           Extract audio stream label from DVD IFO files.
26554           It only dump them on the console for now, still have to
26555           make playbin aware of them.
26556
26557 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26558
26559         * gst/playback/gstplaybasebin.c: (setup_source):
26560           Fix hanging subs.
26561
26562 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26563
26564         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26565         (gen_preroll_element), (remove_groups), (setup_subtitle),
26566         (gen_source_element), (setup_source):
26567         * gst/playback/gstplaybasebin.h:
26568           Multiple .sub files is just a stupid idea... Fix some threading
26569           mistakes. Interestingly, external .sub files cause playbin to
26570           hang, I don't know why... Parsing fixes contributed by Fran??ois
26571           Kooman <fkooman@tuxed.net>.
26572
26573 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26574
26575         * testsuite/embed/Makefile.am:
26576           Fix buildbot.
26577
26578 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26579
26580         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26581
26582         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26583         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26584         (gst_pngenc_set_property):
26585         * ext/libpng/gstpngenc.h:
26586           Add compression level property (#163323).
26587
26588 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26589
26590         * configure.ac:
26591         * examples/capsfilter/capsfilter1.c: (main):
26592         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26593         * ext/dvdread/Makefile.am:
26594         * ext/dvdread/demo-play:
26595         * ext/dvdread/demo-play.c:
26596         * gconf/gstreamer.schemas.in:
26597         * gst-libs/gst/gconf/gconf.c:
26598         * sys/v4l/TODO:
26599         * testsuite/Makefile.am:
26600         * testsuite/embed/Makefile.am:
26601         * testsuite/embed/embed.c: (cb_expose), (main):
26602           Remove all references to xvideosink, fix examples (#140845).
26603         * gst/playback/gstplaybasebin.c: (group_destroy):
26604           Apparently, disposal does not unlink - so do explicitely.
26605         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26606           Add debug.
26607
26608 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26609
26610         * README: fix PKG_CONFIG_PATH instructions, what was there
26611         previously was breaking default search path, not nice. 
26612         Fixes #163358
26613
26614 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26615
26616         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26617         (gst_audioscale_chain):
26618           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26619           when resampling - how the ^@$^!@^! is this possible?!?
26620
26621 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26622
26623         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26624           Reset variables on READY.
26625         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26626         (gst_matroska_mux_loop):
26627           Require data before writing header.
26628
26629 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26630
26631         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26632
26633         * ext/mad/gstmad.c: (gst_mad_chain):
26634           Don't call mad_stream_sync() directly after recovering sync.
26635           Fixes #151661.
26636
26637 2005-01-09  Martin Eikermann  <meiker@upb.de>
26638
26639         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26640
26641         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26642         (snapshot_handler), (gst_snapshot_sinkconnect),
26643         (gst_snapshot_chain):
26644           Allocate resources when required, fix recursive signal emission
26645           and fix caps. Fixes #161667.
26646
26647 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26648
26649         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26650
26651         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26652         (gst_pngdec_chain):
26653           Handle only 8-bppc (bits-per-pixel-component) images, better
26654           error handling and correct strides. Fixes #163177.
26655         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26656         (gst_pngenc_chain):
26657           Better error handling. Fixes #163348.
26658
26659 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26660
26661         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26662         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26663         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26664         (dvdnavsrc_uri_handler_init):
26665           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26666         * gst/playback/gstplaybasebin.c: (gen_source_element):
26667           Add MMS to streaming URIs.
26668
26669 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26670
26671         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26672         * sys/xvimage/xvimagesink.c:
26673         (gst_xvimagesink_navigation_send_event):
26674           Check for pad availability before sending event.
26675
26676 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26677
26678         * gst-plugins.spec.in:
26679           Add subparse.
26680
26681 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26682
26683         * configure.ac:
26684           Since we use functions from CVS, up requirement.
26685
26686 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26687
26688         * gst/playback/Makefile.am:
26689         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26690         (group_destroy), (group_commit), (group_is_muted),
26691         (gen_preroll_element), (add_stream), (unknown_type),
26692         (probe_triggered), (preroll_unlinked), (mute_stream),
26693         (silence_stream), (new_decoded_pad), (setup_substreams),
26694         (setup_source), (get_active_source), (mute_group_type),
26695         (muted_group_change_state), (set_active_source),
26696         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26697         (play_base_eos), (gst_play_base_bin_change_state):
26698         * gst/playback/gstplaybasebin.h:
26699         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26700         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26701         (gst_stream_info_dispose), (stream_info_mute_pad),
26702         (stream_info_change_state), (gst_stream_info_set_mute):
26703         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26704         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26705         (gst_stream_selector_init), (gst_stream_selector_dispose),
26706         (gst_stream_selector_get_linked_pad),
26707         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26708         (gst_stream_selector_get_linked_pads),
26709         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26710         * gst/playback/gststreamselector.h:
26711           Adding stream selection support plus required properties for
26712           applications to use this. Fully fixes #100931.
26713
26714 2005-01-08  Benjamin Otte  <otte@gnome.org>
26715
26716         * gst/games/gstpuzzle.c: (nav_event_handler):
26717           - handle nav events differently: forward every event no matter if it
26718             was handled or not.
26719           - translate events
26720           You can now cheat by using navigationtest ! puzzle and moving the
26721           mouse close to the edge of a tile. ;)
26722
26723 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26724
26725         * configure.ac:
26726         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26727         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26728         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26729         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26730         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26731         (gst_ogm_parse_plugin_init):
26732         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26733         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26734         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26735         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26736         * ext/pango/gsttextoverlay.h:
26737         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26738         (gst_matroska_demux_handle_seek_event),
26739         (gst_matroska_demux_sync_streams),
26740         (gst_matroska_demux_parse_blockgroup),
26741         (gst_matroska_demux_subtitle_caps),
26742         (gst_matroska_demux_plugin_init):
26743         * gst/matroska/matroska-ids.h:
26744         * gst/playback/gstdecodebin.c: (close_pad_link):
26745         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26746         (gen_preroll_element), (remove_groups), (add_stream),
26747         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26748         (setup_source):
26749         * gst/playback/gstplaybasebin.h:
26750         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26751         * gst/subparse/Makefile.am:
26752         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26753         (gst_subparse_base_init), (gst_subparse_class_init),
26754         (gst_subparse_init), (gst_subparse_formats),
26755         (gst_subparse_eventmask), (gst_subparse_event),
26756         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26757         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26758         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26759         (parse_mpsub_deinit), (parse_mpsub_init),
26760         (gst_subparse_buffer_format_autodetect),
26761         (gst_subparse_format_autodetect), (gst_subparse_loop),
26762         (gst_subparse_change_state), (gst_subparse_type_find),
26763         (plugin_init):
26764         * gst/subparse/gstsubparse.h:
26765         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26766         (plugin_init):
26767           Add subtitle support, .sub parser (supports SRT and MPsub),
26768           OGM text support, Matroska UTF-8 text support, deadlock fixes
26769           all over the place, subtitle awareness in decodebin/playbin
26770           and some fixes to textoverlay to handle subtitles in a stream
26771           correctly. Fixes #100931.
26772
26773 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26774
26775         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26776           Check for pad availability before doing a query on it.
26777
26778 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26779
26780         * ext/dv/gstdvdec.c:
26781           really fix bpp24/32 dvdec caps (classic rgba indeed)
26782         * gst/asfdemux/gstasfdemux.c:
26783         (gst_asf_demux_process_ext_content_desc):
26784           don't send text tags if they are empty (bis repetita)
26785
26786 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26787
26788         * ext/dv/gstdvdec.c:
26789          remove unneeded comment from dvdec
26790           (related to DV 4CC codes in AVI files)
26791           moved them in gstreamer/docs/random/mimetypes
26792         * gst/asfdemux/gstasfdemux.c:
26793         (gst_asf_demux_process_ext_content_desc):
26794          don't send text tags if they are empty
26795          fix mem leak on error path
26796         * gst/ffmpegcolorspace/avcodec.h:
26797         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26798         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26799         (gst_ffmpegcsp_avpicture_fill):
26800         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
26801         * gst/ffmpegcolorspace/imgconvert_template.h:
26802          adds BGR32 and BGRA32 to ffmpegcolorspace
26803           (still bad colors, fixing it on next commit)
26804           helps with dvdec outputing BGR32
26805
26806 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26807
26808         * ext/dv/gstdvdec.c:
26809          Fix audio caps i just broke (missing ',')
26810         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
26811         (gst_matroska_mux_reset):
26812          Fix typo + add FIXME about old "x-gst-metadata" crap
26813
26814 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26815
26816         * ext/dv/demo-play.c: (main):
26817          xvideosink -> xvimagesink
26818         * ext/dv/gstdvdec.c:
26819          change rgb 32/32 caps to 24/32 (no alpha)
26820          change nb of channels to be a list (2 or 4, not 2)
26821          change sample rate to be a list (32, 44.1, 48 kHz) not a range
26822         * gst/asfdemux/gstasfdemux.c:
26823         (gst_asf_demux_process_ext_content_desc):
26824          Add 'date/year' to extracted metadata list
26825
26826 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26827
26828         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
26829           The return value of fixate_to does not imply that the requested
26830           value was set, so don't assume.
26831
26832 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
26833
26834         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26835
26836         * ext/libpng/gstpngdec.c:
26837         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
26838         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
26839         * ext/libpng/gstpngenc.h:
26840           Alpha support (encoder; #163161), mime fixage.
26841
26842 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
26843
26844         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26845
26846         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
26847         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
26848         (gst_faac_set_property), (gst_faac_get_property):
26849         * ext/faac/gstfaac.h:
26850           Allow for ADTS output (#153434).
26851
26852 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26853
26854         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26855           Fix against template (#150576).
26856
26857 2005-01-06  Benjamin Otte  <otte@gnome.org>
26858
26859         * gst/games/gstpuzzle.c: (draw_puzzle):
26860           don't draw a puzzle if either width or height of tiles would be 0.
26861
26862 2005-01-06  Benjamin Otte  <otte@gnome.org>
26863
26864         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
26865         (gst_puzzle_class_init), (gst_puzzle_finalize):
26866           no memleaks, please
26867         (gst_puzzle_create), (gst_puzzle_init),
26868         (gst_puzzle_set_property), (gst_puzzle_setup):
26869           change initialization code around so we don't reshuffle on resize
26870         (draw_puzzle):
26871           fix another stupid typo
26872
26873 2005-01-06  Benjamin Otte  <otte@gnome.org>
26874
26875         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
26876           fix stupid typo that borked copying on YUY2
26877
26878 2005-01-06  Benjamin Otte  <otte@gnome.org>
26879
26880         * gst/games/gstpuzzle.c: (draw_puzzle):
26881           fix edges when image sizes aren't multiples of tile sizes
26882
26883 2005-01-06  Benjamin Otte  <otte@gnome.org>
26884
26885         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
26886           make RGB endianness work correctly
26887         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
26888           refactor and fix race with initial shuffling
26889         (nav_event_handler):
26890           allow using the mouse to puzzle
26891         (draw_puzzle):
26892           insist on tiles having width and height as multiples of 4 to get
26893           clean YUV image handling
26894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26895         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
26896           s/DEBUG/LOG/ for common messages
26897         (gst_xvimagesink_navigation_send_event):
26898           fix mouse event translation to not include screen PAR
26899         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26900           fix mouse event translation to actually work
26901
26902 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26903
26904         * gst/asfdemux/gstasfdemux.c:
26905         (gst_asf_demux_process_ext_content_desc):
26906          Extract TrackNumber metadata + clean up code
26907         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
26908          Hope this is the good fix (var used unitialised)
26909
26910 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26911
26912         * ext/faad/gstfaad.c: (gst_faad_chain):
26913           Only increment timestamp if it's valid. Fixes raw AAC streams.
26914
26915 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26916
26917         * configure.ac:
26918         * gst/games/Makefile.am:
26919         * gst/games/gstpuzzle.c:
26920           add a puzzle game with...
26921         * gst/games/gstvideoimage.c:
26922         * gst/games/gstvideoimage.h:
26923           ... full colorspace support (that includes YUV9 and RGB16)) stolen
26924           from videotestsrc and made into something that would be a nice
26925           library for a lot of other plugins.
26926
26927 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26928
26929         * configure.ac:
26930          don't compile faad plugin if a RC of 2.0 is found
26931          Fixes #155346 (and FC1 buildbot)
26932         * gst/asfdemux/gstasfdemux.c:
26933         (gst_asf_demux_process_ext_content_desc):
26934          try to make Solaris compiler happier
26935
26936 2005-01-06  Paul Jack  <pjack@sfaf.org>
26937
26938         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26939
26940         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
26941           Fix segfault (#161667).
26942
26943 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26944
26945         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26946           Fix framerate reporting.
26947
26948 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26949
26950         * gst-libs/gst/riff/riff-ids.h:
26951         * gst/wavenc/riff.h:
26952          Add AMR (VBR and CBR) ids to riff.h audio codec list
26953         * gst/asfdemux/gstasfdemux.c:
26954         (gst_asf_demux_process_ext_content_desc),
26955         (gst_asf_demux_process_object):
26956           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
26957
26958 2005-01-05  Martin Eikermann  <meiker@upb.de>
26959
26960         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26961
26962         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26963         (gst_dvd_demux_handle_discont):
26964         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
26965         (gst_mpeg_demux_handle_discont):
26966           Recreate pads on new-media (#160730).
26967         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
26968           Send discont even if manager changes timestamps (#161929).
26969
26970 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
26971
26972         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26973
26974         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
26975           Fix invalid memory access (#159211).
26976
26977 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26978
26979         * examples/gstplay/player.c: (main):
26980           Don't iterate.
26981         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
26982           Add visualizations.
26983         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26984         (gst_a52dec_handle_frame):
26985           Set duration.
26986         * ext/dvdnav/gst-dvd:
26987           Add audioconvert. Fixes #161325.
26988         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
26989           Explicitely case to gint64. Possible valgrind error.
26990         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
26991         (gst_play_tick_callback), (gst_play_change_state),
26992         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
26993         (gst_play_set_location), (gst_play_get_location),
26994         (gst_play_seek_to_time), (gst_play_set_data_src),
26995         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26996         (gst_play_set_visualization), (gst_play_connect_visualization),
26997         (gst_play_get_framerate), (gst_play_get_all_by_interface),
26998         (gst_play_new):
26999           Use playbin. Fixes #139749 and #147744.
27000         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27001           Add genre tag.
27002         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27003         (audioscale_get_type), (gst_audioscale_base_init),
27004         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27005         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27006         (gst_audioscale_link), (gst_audioscale_get_buffer),
27007         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27008         (gst_audioscale_init), (gst_audioscale_dispose),
27009         (gst_audioscale_chain), (gst_audioscale_set_property),
27010         (gst_audioscale_get_property), (plugin_init):
27011           Indent properly.
27012         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27013           Fix LPCM.
27014         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27015         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27016         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27017           Add more metadata (fixes #162656).
27018
27019 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27020
27021         * configure.ac:
27022           back to cvs
27023
27024 === release 0.8.7 ===
27025
27026 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27027
27028         * NEWS:
27029         * RELEASE:
27030         * configure.ac:
27031           releasing 0.8.7, "Hyperspace"
27032
27033 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27034
27035         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27036
27037         * gst/playback/gstplaybasebin.c:
27038          Fix for #162924 - free caps after use, not before
27039
27040 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27041
27042         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27043
27044         * gst/playback/gstplaybasebin.c:
27045         * gst/wavparse/gstwavparse.c:
27046           Fix for #154773 - fixes playback of small .wav files
27047
27048 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27049
27050         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27051
27052         * gst/audioscale/gstaudioscale.c:
27053           Fix for #162819 - make audioscale reusable
27054           Fixes playback of more than one file with playbin/totem
27055
27056 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27057
27058         * gst/ffmpegcolorspace/avcodec.h:
27059         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27060         * gst/ffmpegcolorspace/imgconvert.c:
27061           clean up the mess that made me cry and avoid needless duplication
27062
27063 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27064
27065         * gst/ffmpegcolorspace/imgconvert.c:
27066           give some indication of why we're segfaulting
27067
27068 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27069
27070         * configure.ac:
27071           Fix indentation, fix v4l2 plugin detection.
27072         * ext/Makefile.am:
27073           Fix libmms location (Maciej, use diff -u!).
27074         * ext/alsa/gstalsa.c: (gst_alsa_init):
27075           Initialize caps cache to NULL.
27076         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27077           Only change state on audiosink if it exists.
27078
27079 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27080
27081         * gst/matroska/matroska-demux.c:
27082         * gst/matroska/matroska-ids.h:
27083         * gst/matroska/matroska-demux.h:
27084         Fix Vorbis streams failing to decode in some files, where cluster_time
27085         isn't 0, because then it doesn't send codec_priv before actual data.
27086         Remove time-based test and replace it with marker set on beginning of
27087         new stream
27088
27089 2004-12-28  David Schleef  <ds@schleef.org>
27090
27091         Merge patch from Ronald fixing problems with streaming
27092         text.
27093         * ext/cairo/gstcairo.c: (plugin_init):
27094         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27095         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27096         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27097         (gst_textoverlay_font_init), (gst_textoverlay_init),
27098         (gst_textoverlay_set_property):
27099         * ext/cairo/gsttextoverlay.h:
27100
27101 2004-12-27  David Schleef  <ds@schleef.org>
27102
27103         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27104         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27105         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27106         (gst_textoverlay_font_init), (gst_textoverlay_init),
27107         (gst_textoverlay_set_property): Improvements to actually
27108         render text as white on black outline on video, including
27109         font selection and horizontal/vertical alignment.  (Ronald's
27110         christmas present)
27111         * ext/cairo/gsttextoverlay.h:
27112
27113 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27114
27115         * ext/ogg/gstogg.c:
27116         * ext/ogg/gstogmparse.c:
27117           fix ogm[audio/video]parse plugin registration
27118           (riff won't load if bytestream is already loaded)
27119
27120 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27121
27122         * gst/audioconvert/gstchannelmix.c:
27123           fix for GLIB < 2.4
27124
27125 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27126
27127         * Makefile.am:
27128         * configure.ac:
27129           disable docs again until it actually passes make distcheck.
27130
27131 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27132
27133         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27134         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27135         (plugin_init):
27136           Add 3GP (variables name Q3GP because they can't start with a
27137           number). Add samr audio fourcc (used in .3gp files), decoder
27138           is work in progress. Also do a GST_WARNING instead of ERROR
27139           in case of unknown nodes, to decrease output.
27140
27141 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27142
27143         * Makefile.am:
27144           really fix dist
27145
27146 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27147
27148         * configure.ac:
27149         * ext/speex/gstspeexdec.h:
27150         * ext/speex/gstspeexenc.h:
27151           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27152           Fix detection code in configure.ac
27153
27154 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27155
27156         * gst/matroska/matroska-demux.c:
27157         (gst_matroska_demux_parse_blockgroup):
27158           Save position, so that queries give proper return values. Don't
27159           know how this could ever have worked before...
27160
27161 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27162
27163         * configure.ac:
27164           Put additional LAME check inside the conditional.  Fixes #152339
27165
27166 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27167
27168         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27169         (gst_avi_demux_stream_scan):
27170           Add some more debug. Fix logic error when setting movi offset
27171           while reading index.
27172
27173 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27174
27175         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27176         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27177         (gst_avi_demux_process_next_entry):
27178           Add some debugging. Better detection of broken indexes and the
27179           accompanying index recovery. No infinite loops on state changes
27180           when we're still in our loopfunction.
27181
27182 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27183
27184         * configure.ac:
27185           Fix up.
27186
27187 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27188
27189         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27190
27191         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27192           Normalizing the value before setting
27193         (gst_sunaudiomixer_get_volume):
27194           Normalizing the value after getting. Fixes bug# 161980
27195
27196 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27197
27198         * Makefile.am: Make sure docs gets disted
27199         * docs/Makefile.am: Make sure all needed files get disted
27200         * gst-plugins.spec.in: latest updates
27201
27202 2004-12-22  Wim Taymans  <wim@fluendo.com>
27203
27204         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27205         Revert patch 1.38 as clock distribution over schedulers does
27206         not work correcly in the core yet.
27207
27208 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27209
27210         * sys/oss/README: remove this file, which predates my birth
27211           (and which content is by far outdated)
27212
27213 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27214
27215         * Makefile.am:
27216         * configure.ac:
27217         * docs/Makefile.am:
27218         * docs/libs/Makefile.am:
27219         * docs/libs/gst-plugins-libs-docs.sgml:
27220         * docs/libs/gst-plugins-libs-sections.txt:
27221         * docs/libs/tmpl/gstgconf.sgml:
27222         * docs/upload.mak:
27223         * docs/version.entities.in:
27224           Added boilerplate gtk-doc files for plugin-libs documentation.
27225
27226 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27227
27228         * gst/auparse/gstauparse.c: fix int and float audio caps
27229
27230 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27231
27232         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27233         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27234           g_assert() can be a macro, don't use #ifdef inside it.
27235
27236 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27237
27238         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27239
27240         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27241         (gst_videorate_init), (gst_videorate_chain),
27242         (gst_videorate_change_state):
27243           Event handling (fixes #159986).
27244
27245 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27246
27247         * gst-libs/gst/riff/riff-media.c:
27248         (gst_riff_create_video_caps_with_data):
27249           Add BLZ0 (Blizzard's version of DivX) fourcc.
27250
27251 2004-12-18  David Schleef  <ds@schleef.org>
27252
27253         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27254         portability fix.
27255
27256 2004-12-18  David Schleef  <ds@schleef.org>
27257
27258         * gst/tta/ttadec.h: Disable some header code that isn't used
27259         and clearly isn't portable.
27260
27261 2004-12-18  David Schleef  <ds@schleef.org>
27262
27263         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27264         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27265         (avcodec_get_pix_fmt), (avpicture_layout),
27266         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27267         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27268         Fix code to not use GCC extensions (and c99 extensions that
27269         Forte does not like.)
27270
27271 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27272
27273         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27274
27275         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27276         (gst_deinterlace_chain):
27277           Rowstride fixes. Fixes #161039.
27278         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27279         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27280         (gst_video_crop_getcaps), (gst_video_crop_link),
27281         (gst_video_crop_i420), (gst_video_crop_chain),
27282         (gst_video_crop_change_state):
27283           Rework of negotiation. Actually works now. Fixes #158650.
27284
27285 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27286
27287         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27288           That was very stupid.
27289
27290 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27291
27292         * gst/matroska/matroska-demux.c:
27293         (gst_matroska_demux_parse_blockgroup):
27294           Fix possible crasher.
27295
27296 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27297
27298         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27299         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27300           Lace sizes can be zero.
27301
27302 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27303
27304         * ext/musepack/gstmusepackdec.cpp:
27305           Fetch error return values. Fixes #161624.
27306         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27307           Really EOS.
27308
27309 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27310
27311         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27312           Work for truncated (unfinished download etc.) files. Fixes #160514.
27313
27314 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27315
27316         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27317           Fix for integer overflow. Makes #156001 not crash. Probably masks
27318           the real bug.
27319
27320 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27321
27322         * gst/ac3parse/gstac3parse.c: (plugin_init):
27323           Parsers never have ranks. Fixes #159651.
27324
27325 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27326
27327         * gst/playback/gstdecodebin.c: (compare_ranks):
27328           make sure the facotries are ordered the same every time even if they
27329           have the same rank by using the name
27330         * gst/playback/gstdecodebin.c: (find_compatibles):
27331           make sure we don't add factories to the list twice
27332
27333 2004-12-16  David Schleef  <ds@schleef.org>
27334
27335         * configure.ac: look for musepack headers as musepack/*.h
27336         (fixes #159847)
27337         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27338         * ext/musepack/gstmusepackreader.h: same
27339
27340 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27341
27342         * gst-libs/gst/riff/riff-read.c:
27343         (gst_riff_read_strf_auds_with_data):
27344           Read extradata correctly (fixes #155879).
27345
27346 2004-12-16  David Schleef  <ds@schleef.org>
27347
27348         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27349         audio.  does _not_ attempt or allow conversion unless channels
27350         is 1 or 2.
27351
27352 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27353
27354         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27355
27356 2004-12-16  David Schleef  <ds@schleef.org>
27357
27358         * gst/audioscale/gstaudioscale.c: the resample library only
27359         handles 1 or 2 channels.  Change caps to compensate.
27360
27361 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27362
27363         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27364         (gst_matroska_demux_audio_caps):
27365           Some MPEG-AAC hacks, because else it doesn't work...
27366
27367 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27368
27369         * gst-libs/gst/riff/riff-media.c:
27370         (gst_riff_create_video_caps_with_data),
27371         (gst_riff_create_video_template_caps):
27372           Add h264.
27373
27374 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27375
27376         * gst-libs/gst/audio/Makefile.am:
27377           Try to fix buildbot.
27378
27379 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27380
27381         * gst/tcp/gstmultifdsink.c:
27382           Clean up and uniformize debugging.
27383
27384 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27385
27386         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27387
27388         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27389         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27390         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27391         (gst_mpeg_demux_change_state):
27392           Reset on ready. Fixes 160276.
27393
27394 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27395
27396         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27397
27398         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27399         (gst_ffmpegcsp_pad_link):
27400           Fix memleak (#154815).
27401
27402 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27403
27404         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27405
27406         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27407         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27408         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27409         * ext/musicbrainz/gsttrm.h:
27410           Add support for using a proxy server when getting a trm id from
27411           the MusicBrainz database (#149613).
27412
27413 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27414
27415         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27416
27417         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27418         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27419           Fix memleaks (#157233).
27420
27421 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27422
27423         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27424
27425         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27426         * gst-libs/gst/resample/resample.h:
27427         * gst/audioscale/gstaudioscale.c:
27428           Fix memleak (#159215).
27429
27430 2004-12-16  Toni Willberg  <toniw@iki.fi>
27431
27432         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27433
27434         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27435         * sys/oss/oss_probe.c: (main):
27436           Check for mono/stereo support (similar to samplerate probing),
27437           fixes #159433. Also add missing copyright header to oss_probe.c.
27438
27439 2004-12-15  David Schleef  <ds@schleef.org>
27440
27441         * configure.ac: add audioresample and cairo plugins.  Remove
27442         HAVE_MMX stuff, because it's not used.
27443         * ext/Makefile.am: same
27444         * ext/audioresample/Makefile.am: You are not ready for an
27445         audio resampling element based on audioresample.
27446         * ext/audioresample/gstaudioresample.c:
27447         * ext/audioresample/gstaudioresample.h:
27448         * ext/cairo/Makefile.am: You are not ready for overlay elements
27449         based on cairo.  Don't look too closely, these elements kinda
27450         suck right now.
27451         * ext/cairo/gstcairo.c: new
27452         * ext/cairo/gsttextoverlay.c: new
27453         * ext/cairo/gsttextoverlay.h: new
27454         * ext/cairo/gsttimeoverlay.c: new
27455         * ext/cairo/gsttimeoverlay.h: new
27456         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27457         problem with compilers that don't support variadic macros.
27458
27459 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27460
27461         Reviewed by:  David Schleef  <ds@schleef.org>
27462
27463         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27464         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27465         bit.  Also ran indent-gst.
27466         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27467         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27468         (gst_sunaudiosrc_setparams):
27469
27470 2004-12-14  David Schleef  <ds@schleef.org>
27471
27472         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27473         output rate to 16000.  Should fix #160235.
27474
27475 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27476
27477         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27478         Add typefinding for mpeg2 pes streams
27479
27480 2004-12-13  David Schleef  <ds@schleef.org>
27481
27482         * configure.ac:  Applied patch from bug #143659, making default
27483         sources and sinks OS-dependent (for Solaris), and added code
27484         for OS/X.
27485         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27486
27487 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27488
27489         * gst-libs/gst/riff/riff-media.c:
27490           forgot to add h2.64 to avidemux template caps
27491
27492 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27493
27494         * gst/wavenc/riff.h:
27495         * gst-libs/gst/riff/riff-media.c:
27496         * gst-libs/gst/riff/riff-ids.h:
27497         * gst/avi/gstavimux.c
27498         add 4CC code for VideoSoft h264 in AVI (VSSH)
27499           fixes bug #160655
27500         remove s323 from riff, it's quicktime specific :(
27501
27502 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27503
27504         * gst/asfdemux/README
27505         * gst/wavenc/riff.h
27506         * gst-libs/gst/riff/riff-ids.h
27507         * gst-libs/gst/riff/riff-media.c
27508         * gst/qtdemux/qtdemux.c:
27509           add new 4CC codes for h263 related codecs
27510           fixes partially bug #155163
27511
27512 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27513
27514         * configure.ac: Update polyaudio requirement to 0.7
27515         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27516
27517 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27518
27519         * gst/interleave/deinterleave.c:
27520         fix my name's spelling! :)
27521
27522 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27523
27524         * AUTHORS ChangeLog
27525         * gst/auparse/gstauparse.c
27526         * gst/interleave/deinterleave.c
27527         * gst/law/:
27528                 alaw-decode.c alaw-encode.c
27529                 mulaw-decode.c mulaw-encode.c
27530         * gst/oneton/gstoneton.c
27531         * sys/osxaudio/:
27532                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27533         * sys/osxvideo/:
27534                 cocoawindow.h cocoawindow.m
27535                 osxvideosink.h osxvideosink.m
27536
27537         put the same mail address for Zaheer Abbas Merali everywhere
27538
27539 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27540
27541         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27542           Align by packetsize, and assert that we a packet available before
27543           playing. The first makes webstreams work (they often include
27544           trailing padding data in a packet), the second allows pausing a
27545           ASF stream in totem without getting demux errors afterwards.
27546
27547 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27548
27549         * ext/ogg/gstoggdemux.c: (get_relative):
27550           Check for non-NULL before accessing member (end-of-chain).
27551
27552 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27553
27554         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27555         (cdparanoia_set_property), (cdparanoia_get_property):
27556         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27557         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27558         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27559         (dvdreadsrc_init), (dvdreadsrc_set_property),
27560         (dvdreadsrc_get_property):
27561         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27562         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27563           Synchronize property names where not yet the case. Devices are
27564           now device=X, other versions are deprecated (but still exist).
27565           Also use g_free() unconditionally.
27566         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27567         (setup_source), (gst_play_base_bin_get_property):
27568           Expose source.
27569
27570 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27571
27572         * configure.ac: move GCONF macro outside conditional for the am
27573           conditional. Fixes #160439
27574
27575 2004-12-08  David Schleef  <ds@schleef.org>
27576
27577         * tools/gst-visualise-m.m: Switch to elements that currently
27578         exist.
27579
27580 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27581
27582         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27583           We love wrong commas.
27584
27585 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27586
27587         * gst/matroska/matroska-demux.c:
27588         (gst_matroska_demux_handle_src_query):
27589           Don't set DEFAULT, unsupported - makes length display incorrectly
27590           in some cases.
27591
27592 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27593
27594         * gst/monoscope/README: remove blurb about files being GPL
27595         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27596         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27597           monoscope is now effectively LGPL licensed
27598
27599 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27600
27601         * gst/monoscope/README: Update information to be more correct
27602         * gst/monoscope/convolve.c: Relicense to LGPL
27603         * gst/monoscope/convolve.h: Relicense to LGPL
27604
27605 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27606
27607         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27608           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27609         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27610           set default_duration for mpeg1 audio
27611
27612 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27613
27614         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27615         * ext/alsa/gstalsa.h:
27616           refactor big chunks of the core caps negotiation code to make it
27617           a lot faster, because people claim it's really slow
27618           (actually, just cache the getcaps when the device is opened)
27619
27620 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27621
27622         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27623         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27624         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27625         (gst_a52dec_change_state), (plugin_init):
27626         * ext/a52dec/gsta52dec.h:
27627           Do something useful with timestamps. Make chain-based (since
27628           there's really no reason to be loopbased).
27629         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27630           Update current_byte/frame correctly.
27631
27632 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27633
27634         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27635         (gst_ape_demux_stream_init):
27636           Forward tags, too.
27637
27638 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27639
27640         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27641           Let's make sure we're done typefinding when detecting tags.
27642
27643 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27644
27645         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27646         (gst_ebml_read_init), (gst_ebml_read_use_event),
27647         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27648         (gst_ebml_read_seek), (gst_ebml_read_skip),
27649         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27650         (gst_ebml_read_master):
27651         * gst/matroska/ebml-read.h:
27652         * gst/matroska/matroska-demux.c:
27653         (gst_matroska_demux_parse_contents),
27654         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27655           Disgustingly evil hack for working around INTERRUPT events and
27656           their extremely annoying habit of being a pain in the ass. We
27657           simply peek a cluster before reading any of it.
27658
27659 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27660
27661         * ext/musepack/gstmusepackdec.cpp:
27662           There's also floating point libmusepacks.
27663
27664 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27665
27666         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27667         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27668           Set DURATION even if source buffer didn't. Also use increasing
27669           timestamps.
27670         * gst-libs/gst/riff/riff-media.c:
27671         (gst_riff_create_audio_caps_with_data):
27672           Block_align can have larger values than 8192.
27673
27674 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27675
27676         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27677         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27678         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27679         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27680           Fix caps.
27681
27682 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27683
27684         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27685           Fix logic bug.
27686
27687 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27688
27689         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27690           Yay, another one.
27691
27692 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27693
27694         * ext/esd/esdsink.c: (gst_esdsink_chain):
27695           Make error actually say something useful (fixes #156798).
27696         * gst-libs/gst/riff/riff-media.c:
27697         (gst_riff_create_video_caps_with_data),
27698         (gst_riff_create_video_template_caps):
27699           Add Intel Video 5.0 fourcc (IV50).
27700
27701 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27702
27703         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27704         detection on mono and stereo mp3 files.
27705
27706 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27707
27708         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27709           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27710           the contained stream).
27711
27712 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27713
27714         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27715           Oops, remove debug.
27716
27717 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27718
27719         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27720
27721         * gst/law/alaw-decode.c: (alawdec_getcaps):
27722         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27723           Prevent warnings when negotiating caps (fixes #159338).
27724
27725 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27726
27727         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27728         (gst_ffmpegcsp_chain):
27729           Remove old leftover that shouldn't be there...
27730
27731 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27732
27733         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27734
27735         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27736           Don't forward DISCONT events (fixes #159684).
27737
27738 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27739
27740         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27741           Unlink manually since sometimes bin disposal (and therefore
27742           pad unlinking) is delayed, which will cause a new media file
27743           to not be able to start playing instantly.
27744
27745 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27746
27747         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27748           On mute of an unlinked stream, check for pad availability so
27749           we don't crash on unlinked pad.
27750
27751 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27752
27753         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27754         (gst_avi_demux_massage_index):
27755           Fix quite humiliating bug in omitting 0-sized index chunks but
27756           forgetting to count them for timestamps.
27757
27758 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27759
27760         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27761           Actually leave the loop if we failed to sync. Don't crash.
27762
27763 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27764
27765         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27766         (gst_dvd_demux_process_private):
27767         * gst/mpegstream/gstdvddemux.h:
27768           Fix crash (#159759). Doesn't work, though. :-(.
27769
27770 2004-11-28  Benjamin Otte  <otte@gnome.org>
27771
27772         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27773           more overwriting protection due to modifying channels one by one
27774           instead of all at once
27775
27776 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27777
27778         * gst/audioconvert/gstchannelmix.c:
27779         (gst_audio_convert_fill_normalize):
27780           Normalize using absolute values.
27781
27782 2004-11-28  Julien MOUTTE  <julien@moutte.net>
27783
27784         * configure.ac:
27785         * ext/Makefile.am:
27786         * ext/directfb/Makefile.am:
27787         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
27788         (gst_directfbvideosink_get_pixel_format),
27789         (gst_directfbvideosink_get_format_from_fourcc),
27790         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
27791         (gst_directfbvideosink_sink_link),
27792         (gst_directfbvideosink_change_state),
27793         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
27794         (gst_directfbvideosink_buffer_alloc),
27795         (gst_directfbvideosink_interface_supported),
27796         (gst_directfbvideosink_interface_init),
27797         (gst_directfbvideosink_navigation_send_event),
27798         (gst_directfbvideosink_navigation_init),
27799         (gst_directfbvideosink_set_property),
27800         (gst_directfbvideosink_get_property),
27801         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
27802         (gst_directfbvideosink_base_init),
27803         (gst_directfbvideosink_class_init),
27804         (gst_directfbvideosink_get_type), (plugin_init):
27805         * ext/directfb/directfbvideosink.h: Adding a first version of
27806         directfbvideosink.
27807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
27808         more.
27809
27810 2004-11-28  Benjamin Otte  <otte@gnome.org>
27811
27812         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27813           walk the samples backwards if out_channels > in_channels so we don't
27814           overwrite data
27815
27816 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27817
27818         * gst/audioconvert/Makefile.am:
27819         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
27820         (gst_audio_convert_link), (gst_audio_convert_change_state),
27821         (gst_audio_convert_channels):
27822         * gst/audioconvert/gstchannelmix.c:
27823         (gst_audio_convert_unset_matrix),
27824         (gst_audio_convert_fill_identical),
27825         (gst_audio_convert_fill_compatible),
27826         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
27827         (gst_audio_convert_fill_others),
27828         (gst_audio_convert_fill_normalize),
27829         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
27830         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
27831         * gst/audioconvert/gstchannelmix.h:
27832           Implement a channel mixer.
27833
27834 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
27835
27836         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
27837         * ext/alsa/gstalsa.h:
27838         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
27839         Make alsasink actually honor gst_element_set_clock and use that
27840         clock instead of its internal one.
27841
27842 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27843
27844         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
27845         (gst_play_base_bin_change_state): nullify source and decoder when
27846         going from READY to NULL so that we don't try to do weird stuff with
27847         them when going from NULL to READY
27848         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
27849         instead of g_object_unref
27850         (gen_video_element), (gen_audio_element): more refcounting fixes, now
27851         it should be correct
27852         (gst_play_bin_change_state): don't call remove_sinks if we are
27853         currently disposing the object
27854
27855 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27856
27857         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27858           Don't forget bass if it's there. Else left channel is silent...
27859
27860 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27861
27862         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
27863         (gst_a52dec_change_state):
27864           Don't do sample adjusting anymore, we use float audio now.
27865         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27866           Don't fixate to non-existing properties.
27867
27868 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27869
27870         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
27871         (gst_a52dec_change_state):
27872           Advertise that we can do surround sound.
27873
27874 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27875
27876         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
27877           Add buffer-frames=0.
27878         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
27879         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
27880         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
27881         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
27882         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
27883         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
27884         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
27885         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
27886         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
27887         * ext/dvdread/dvdreadsrc.h:
27888           Add seeking, querying for bytes, sectors, title, angle and
27889           chapter. Handle multiple chapters. Relicense to LGPL because
27890           Billy agreed on that (thanks Billy!).
27891
27892 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27893
27894         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
27895         call parent dispose method
27896
27897 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
27898
27899         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
27900         (gst_audio_clock_get_internal_time):
27901         Fix active <-> inactive transitions: ensure time value always
27902         grows and avoid abrupt value changes.
27903
27904 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
27905
27906         * configure.ac:
27907         * gst/tta/Makefile.am:
27908         * gst/tta/crc32.h:
27909         * gst/tta/filters.h:
27910         * gst/tta/gsttta.c:
27911         * gst/tta/gstttadec.c:
27912         * gst/tta/gstttadec.h:
27913         * gst/tta/gstttaparse.c:
27914         * gst/tta/gstttaparse.h:
27915         * gst/tta/ttadec.h:
27916           added TTA parser and decoder
27917
27918 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27919
27920         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27921         (probe_triggered), (check_queue), (buffer_underrun),
27922         (buffer_running), (buffer_overrun), (gen_source_element),
27923         (setup_source):
27924         * gst/playback/gstplaybasebin.h:
27925           Implement buffering. Needs some more work.
27926
27927 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27928
27929         * ext/theora/theoradec.c: (theora_dec_chain):
27930           Fix ilog mask range overflow.
27931
27932 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27933
27934         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27935           Don't omit the last (which in case of dmix is the only :) )
27936           channel count. Don't set channels if <= 2.
27937
27938 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
27939
27940         * gst/playback/gstplaybin.c: (gen_video_element),
27941         (gen_audio_element): Removed 2 obsolete comments
27942
27943 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27944
27945         * ext/vorbis/oggvorbisenc.c
27946         * ext/vorbis/vorbisenc.c :
27947           change description fields of those plugins to differentiate them
27948           (pitivi show Encoders by description, they had the same one)
27949
27950 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
27951
27952         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27953
27954         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
27955         (gst_play_bin_set_property), (gen_video_element),
27956         (gen_audio_element):
27957           Refcounting fixes for provided audio-/videosinks.
27958
27959 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27960
27961         * gst/playback/gstplaybin.c: (gen_video_element),
27962         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
27963           Don't reference all sinks, but only the video- and audiosinks.
27964           The vis. element should be disposed when we're done with it.
27965           We don't have any reason to keep it around. This fixes warnings
27966           when reusing playbin for playing multiple audio files with
27967           vis. enabled. Also release audio device on pause - idea stolen
27968           from Rhythmbox.
27969
27970 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27971
27972         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
27973         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
27974         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27975         * ext/alsa/gstalsaplugin.c: (plugin_init):
27976         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
27977         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
27978         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
27979         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
27980         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
27981         (gst_faad_change_state), (plugin_init):
27982         * ext/faad/gstfaad.h:
27983         * ext/vorbis/vorbis.c: (plugin_init):
27984         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27985         * gst-libs/gst/audio/Makefile.am:
27986         * gst-libs/gst/audio/audio.c: (plugin_init):
27987         * gst-libs/gst/audio/multichannel.c:
27988         (gst_audio_check_channel_positions),
27989         (gst_audio_get_channel_positions),
27990         (gst_audio_set_channel_positions),
27991         (gst_audio_set_structure_channel_positions_list),
27992         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
27993         (gst_audio_fixate_channel_positions):
27994         * gst-libs/gst/audio/multichannel.h:
27995         * gst-libs/gst/audio/testchannels.c: (main):
27996         * gst/audioconvert/gstaudioconvert.c:
27997         (gst_audio_convert_class_init), (gst_audio_convert_init),
27998         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
27999         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28000         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28001         * gst/audioconvert/plugin.c: (plugin_init):
28002           Surround sound support.
28003
28004 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28005
28006         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28007           Fix position for discont if we're close as well. Nitpicking, but
28008           saves a few milliseconds of extra waiting or skipping.
28009
28010 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28011
28012         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28013           We sometimes need parsers for playback, so add those too.
28014
28015 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28016
28017         * configure.ac:
28018         * gst/apetag/Makefile.am:
28019         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28020         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28021         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28022         (gst_ape_demux_get_src_query_types),
28023         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28024         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28025         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28026         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28027         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28028         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28029         (gst_ape_demux_change_state):
28030         * gst/apetag/apedemux.h:
28031         * gst/apetag/apetag.c: (plugin_init):
28032         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28033         (plugin_init):
28034           APE v1/2 tag reader plus typefind function.
28035
28036 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28037
28038         * configure.ac:
28039         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28040         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28041           Remove hacks for older core. Require newer core version
28042           accordingly.
28043
28044 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28045
28046         * gst/cdxaparse/Makefile.am:
28047         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28048         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28049         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28050         * gst/cdxaparse/gstcdxaparse.h:
28051         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28052         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28053         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28054         (gst_cdxastrip_get_src_query_types),
28055         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28056         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28057         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28058         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28059         * gst/cdxaparse/gstcdxastrip.h:
28060           SVCD/VCD header stripping separated from CDXA image parsing.
28061         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28062         (plugin_init):
28063           Add VCD/SVCD header typefinding for VCD/SVCD.
28064         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28065         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28066         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28067         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28068         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28069         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28070         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28071         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28072         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28073         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28074         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28075         * sys/vcd/vcdsrc.h:
28076           Fix up, add seeking, querying, URI interface. Works in totem now.
28077
28078 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28079
28080         * configure.ac:
28081           back to CVS
28082
28083 === release 0.8.6 ===
28084
28085 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28086
28087         * NEWS:
28088         * RELEASE:
28089         * configure.ac:
28090         * po/af.po:
28091         * po/az.po:
28092         * po/cs.po:
28093         * po/en_GB.po:
28094         * po/hu.po:
28095         * po/it.po:
28096         * po/nb.po:
28097         * po/nl.po:
28098         * po/or.po:
28099         * po/sq.po:
28100         * po/sr.po:
28101         * po/sv.po:
28102         * po/uk.po:
28103           releasing 0.8.6, "IOU Love"
28104
28105 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28106
28107         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28108
28109         * gst/playback/gstplaybasebin.c:
28110           Fix unplayable files error handling.  Fixes #158365
28111
28112 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28113
28114         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28115
28116         * gst/typefind/gsttypefindfunctions.c:
28117           Fix broken mp3 typefinding.  Fixes #158375
28118
28119 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28120
28121         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28122
28123         * ext/ogg/gstoggdemux.c:
28124           Fix sync on broken files.  Fixes #158976
28125
28126 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28127
28128         patch by: Edward Hervey <bilboed@bilboed.com>
28129
28130         * ext/libpng/gstpngenc.c:
28131           Copy over buffer properties.  Fixes #158832
28132
28133 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28134
28135         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28136
28137         * ext/dvdread/dvdreadsrc.c:
28138           Fixes invalid reads (#158462)
28139
28140 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28141
28142         * sys/v4l/gstv4lsrc.c:
28143         * sys/v4l/gstv4lsrc.h:
28144         * sys/v4l/v4lsrc_calls.c:
28145           Probe less and cache it.  Fixes #159187.
28146
28147 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28148
28149         * gst/videorate/gstvideorate.c:
28150           Handle all video formats. Fixes #159186.
28151
28152 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28153         * gst/synaesthesia/gstsynaesthesia.c:
28154         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28155         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28156         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28157         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28158         (gst_synaesthesia_change_state), (plugin_init):
28159         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28160         Force 320x200 output, as that's the only thing the underlying
28161         synaesthesia implementation supports. Still needs to be made
28162         re-entrant.
28163
28164 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28165
28166         * configure.ac:
28167           Fix mpeg2enc configure check (similar to mplex check below).
28168
28169 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28170
28171         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28172
28173         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28174           Fix for gcc-2.95 (fixes #158221).
28175
28176 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28177
28178         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28179           Re-add clock distribution hack (until new core is released).
28180           Fixes #158125.
28181
28182 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28183         * configure.ac:
28184           fix mplex configure check segfaulting on some systems (bug #140994)
28185
28186 2004-11-13  Benjamin Otte  <otte@gnome.org>
28187
28188         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28189           add debugging
28190         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28191           do a wait when we enter the loop func with no data available to
28192           write instead of getting into an 100% CPU loop by just returning and
28193           being called again by the scheduler
28194
28195 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28196
28197         * configure.ac:
28198         * ext/libvisual/visual.c: (gst_visual_get_type),
28199         (libvisual_log_handler), (gst_visual_getcaps),
28200         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28201         (plugin_init):
28202           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28203         * ext/smoothwave/Makefile.am:
28204         * ext/smoothwave/demo-osssrc.c: (main):
28205         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28206         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28207         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28208         (plugin_init):
28209         * ext/smoothwave/gstsmoothwave.h:
28210           Make gstsmoothwave a working element in the 20th century.
28211
28212         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28213           Fix incorrect link function
28214
28215 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28216
28217         * gst/volume/gstvolume.c:
28218           Allow buffer-frames=0.
28219
28220 2004-11-12 Iain <iaingnome@gmail.com>
28221
28222         * configure.ac: Check for polypaudio
28223
28224         * ext/Makefile.am: Build the polyp dir
28225
28226         * ext/polyp: The polypsink sources.
28227
28228 2004-10-30 Iain <iaingnome@gmail.com>
28229
28230         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28231         caps to reflect the new number of channels.
28232
28233 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28234
28235         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28236           Fix for negotiation order problem. This would show when the
28237           ALSA loopfuction was called before any other function. ALSA
28238           wouldn't do anything because we're not negotiated yet, leading
28239           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28240
28241 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28242
28243         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28244
28245         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28246           No warnings (#157986).
28247
28248 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28249
28250         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28251           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28252
28253 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28254
28255         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28256           Signal no-more-pads (so it works in playbin).
28257
28258 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28259
28260         * ext/musepack/gstmusepackreader.cpp:
28261           Workaround for older core.
28262
28263 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28264
28265         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28266           Actually test for odd width/height rather than testing whether
28267           a temporary variable that was 0 before we subtracted 1 is now
28268           not equal to zero (which it always is).
28269
28270 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28271
28272         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28273         Fix compilation if HAVE_XVIDEO is not defined
28274
28275 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28276
28277         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28278         Fix compilation if HAVE_XVIDEO is not defined
28279
28280 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28281
28282         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28283         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28284         (gst_goom_change_state), (plugin_init):
28285         Use the bytestream adapter so goom doesn't depend on the input
28286         buffer size.
28287         Add a debug category
28288
28289 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28290
28291         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28292           Only set hardware parameters *after* negotiation. Before
28293           negotiation, it will set ANY and that seems to cause crashes
28294           (see e.g. #151288, #153227).
28295
28296 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28297
28298         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28299           This seems to be antique leftover. It needs to pass error
28300           checking.
28301         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28302         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28303         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28304         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28305           Fix GstXOverlay implementation (#151059).
28306
28307 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28308
28309         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28310           Don't assert (#157853).
28311
28312 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28313
28314         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28315           Fix bytes/samples confustion.
28316         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28317           Fix for underrun (#144389).
28318
28319 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28320
28321         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28322           Disable halfway-seek for pending release (since it needs a new
28323           core release).
28324
28325 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28326
28327         * sys/v4l/gstv4lsrc.c:
28328         * sys/v4l/gstv4lsrc.h:
28329         * sys/v4l/v4lsrc_calls.c:
28330           add autoprobe-fps property so we can separate autoprobing parts
28331
28332 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28333
28334         * sys/v4l/gstv4lsrc.c:
28335         * sys/v4l/v4lsrc_calls.c:
28336         initialise fourcc to catch unset fourcc's, and debug
28337
28338 2004-11-09  Wim Taymans  <wim@fluendo.com>
28339
28340         * gst/playback/README:
28341         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28342         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28343         (gst_play_bin_dispose), (gst_play_bin_set_property),
28344         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28345         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28346         (gst_play_bin_get_formats), (gst_play_bin_convert),
28347         (gst_play_bin_get_query_types), (gst_play_bin_query):
28348         Cleanups and some more documentation.
28349
28350 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28351
28352         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28353         (gst_cacasink_init), (gst_cacasink_chain):
28354         * ext/libcaca/gstcacasink.h:
28355         Cacasink inherits from VideoSink, so let that store the clock.
28356
28357 2004-11-09  Wim Taymans  <wim@fluendo.com>
28358
28359         * gst/playback/README:
28360         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28361         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28362         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28363         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28364         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28365         (setup_sinks):
28366         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28367         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28368         * gst/playback/gststreaminfo.h:
28369         Updated README.
28370         Only switch groups if all streams have muted (EOSed).
28371         Send Tags in sync with the stream playback instead of in
28372         the playback/preroll phase.
28373         Some cleanups, free the fakesrc elements.
28374
28375 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28376
28377         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28378           buffer-frames property was missing
28379         * ext/arts/gst_arts.c:
28380           rate missing from sinkcaps
28381         * ext/audiofile/gstafparse.c:
28382         * ext/audiofile/gstafsink.c:
28383         * ext/audiofile/gstafsrc.c:
28384         * ext/swfdec/gstswfdec.c:
28385           int audio doesn't know buffer-frames
28386         * ext/cdparanoia/gstcdparanoia.c:
28387           int audio doesn't know chunksize either
28388         * ext/nas/nassink.c:
28389           it's endianness, not endianess
28390         * gst-libs/gst/audio/audio.h:
28391           make float standard pad template caps really describe float
28392         * gst/law/mulaw.c: (linear_factory):
28393           signed only, please
28394         * gst/mpegstream/gstdvddemux.c:
28395           widths of 20 are not valid
28396
28397 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28398
28399         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28400
28401         * po/LINGUAS:
28402         * po/it.po:
28403           Add Italian
28404
28405 2004-11-08  Wim Taymans  <wim@fluendo.com>
28406
28407         * gst/playback/README:
28408         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28409         * gst/playback/gstplaybasebin.c: (probe_triggered),
28410         (gst_play_base_bin_change_state):
28411         Updated README, added more comments for fixmes etc..
28412
28413 2004-11-08  Wim Taymans  <wim@fluendo.com>
28414
28415         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28416         We can remove this hack now.
28417
28418 2004-11-08  Wim Taymans  <wim@fluendo.com>
28419
28420         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28421         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28422         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28423         Only mix AYUV for maximum quality.
28424
28425 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28426
28427         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28428         (gst_ogg_demux_push), (gst_ogg_pad_push):
28429           Let's act as if we're synchronized now! :).
28430         * ext/theora/theoradec.c: (theora_dec_chain):
28431           Add some debug.
28432
28433 2004-11-08  Wim Taymans  <wim@fluendo.com>
28434
28435         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28436         (gst_alpha_set_property), (gst_alpha_sink_link),
28437         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28438         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28439         (gst_alpha_init_params), (gst_alpha_chain):
28440         Implement alpha functions for AYUV too, this increases
28441         accuracy quite a bit.
28442
28443 2004-11-08  Wim Taymans  <wim@fluendo.com>
28444
28445         * gst/ffmpegcolorspace/avcodec.h:
28446         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28447         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28448         (gst_ffmpegcsp_avpicture_fill):
28449         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28450         (gst_ffmpegcsp_caps_remove_format_info):
28451         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28452         (shrink12), (img_get_alpha_info), (deinterlace_line),
28453         (deinterlace_line_inplace):
28454         * gst/ffmpegcolorspace/imgconvert_template.h:
28455         Added AYUV colorspace and handle RGBA a bit more respectful.
28456
28457 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28458
28459         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28460           Actually always send a discont (cornercase when resending the
28461           same serial-tagged chain twice).
28462
28463 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28464
28465         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28466         (gst_ximagesink_finalize):
28467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28468         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28469
28470 2004-11-08  Wim Taymans  <wim@fluendo.com>
28471
28472         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28473         Don't segfault on NULL data.
28474
28475 2004-11-08  Wim Taymans  <wim@fluendo.com>
28476
28477         * gst/playback/gstdecodebin.c: (unlinked):
28478         * gst/playback/gstplay-marshal.list:
28479         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28480         (gst_play_base_bin_init), (group_create), (get_active_group),
28481         (get_building_group), (group_destroy), (group_commit),
28482         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28483         (add_element_stream), (no_more_pads), (probe_triggered),
28484         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28485         (state_change), (setup_source), (gst_play_base_bin_get_property),
28486         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28487         (gst_play_base_bin_link_stream),
28488         (gst_play_base_bin_get_streaminfo):
28489         * gst/playback/gstplaybasebin.h:
28490         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28491         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28492         Add support for chained ogg files. Prepare for playlist
28493         support. This patch introduces the concept of pad groups, which
28494         together compose one playable media file.
28495
28496 2004-11-07  David Schleef  <ds@schleef.org>
28497
28498         * testsuite/gst-lint: Check for pad templates that aren't statically
28499         scoped.
28500
28501 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28502
28503         * configure.ac:
28504         * ext/Makefile.am:
28505         * ext/musepack/Makefile.am:
28506         * ext/musepack/gstmusepackdec.cpp:
28507         * ext/musepack/gstmusepackdec.h:
28508         * ext/musepack/gstmusepackreader.cpp:
28509         * ext/musepack/gstmusepackreader.h:
28510           Add musepack decoder.
28511         * ext/faad/gstfaad.c: (gst_faad_base_init):
28512           Make pad templates static.
28513         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28514         (plugin_init):
28515           Add musepack typefinder, make mp3 typefinding work halfway stream,
28516           which doesn't actually work yet because id3demux doesn't implement
28517           _get_length().
28518
28519 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28520
28521         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28522         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28523           Fix interrupt event handling (#144436).
28524
28525 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28526
28527         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28528           Hide unused glory.
28529
28530 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28531
28532         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28533
28534         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28535           Fix weird caps (#157548).
28536
28537 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28538
28539         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28540
28541         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28542           Add missing NULL terminator (#157543).
28543
28544 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28545
28546         * gst/tcp/gsttcp.h:
28547         * gst/tcp/gsttcpclientsink.c:
28548         * gst/tcp/gsttcpclientsrc.c:
28549         * gst/tcp/gsttcpserversink.c:
28550         * gst/tcp/gsttcpserversrc.c:
28551           ports can go up to 65535.  Move common defines to gsttcp.h
28552
28553 2004-11-05  Wim Taymans  <wim@fluendo.com>
28554
28555         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28556         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28557         Added two more colorspaces.
28558
28559 2004-11-05  Wim Taymans  <wim@fluendo.com>
28560
28561         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28562         (gst_ffmpegcsp_avpicture_fill):
28563         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28564         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28565         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28566         More stride fixes.
28567
28568 2004-11-05  Wim Taymans  <wim@fluendo.com>
28569
28570         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28571         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28572         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28573         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28574         (gst_videomixer_loop):
28575         More stride fixes.
28576
28577 2004-11-05  Benjamin Otte  <otte@gnome.org>
28578
28579         * ext/mad/gstmad.c: (gst_mad_chain):
28580           don't overflow data buffer. Flush not needed sync data when syncing
28581           failed.
28582
28583 2004-11-04  Wim Taymans  <wim@fluendo.com>
28584
28585         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28586         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28587         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28588         (gst_alpha_init_params), (gst_alpha_chain),
28589         (gst_alpha_change_state):
28590         Updated the chroma keying algorithm with something more
28591         sophisticated.
28592
28593 2004-11-03  Wim Taymans  <wim@fluendo.com>
28594
28595         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28596         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28597         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28598         Fix stride issues. Does not completely work for odd
28599         heights.
28600
28601 2004-11-03  Wim Taymans  <wim@fluendo.com>
28602
28603         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28604         (gst_alpha_chroma_key), (gst_alpha_chain):
28605         Fix stride issues. Does not completely work for odd
28606         heights.
28607
28608 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28609
28610         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28611         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28612         leak fixes
28613
28614 2004-11-03  Wim Taymans  <wim@fluendo.com>
28615
28616         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28617         (gst_ffmpegcsp_avpicture_fill):
28618         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28619         (avpicture_alloc):
28620         * gst/ffmpegcolorspace/imgconvert_template.h:
28621         Use correct _fill function to get correct strides.
28622
28623 2004-11-02  David Schleef  <ds@schleef.org>
28624
28625         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28626         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28627         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28628         Change all g_print()s to debugging.  Add a bunch of consistency
28629         checks.
28630
28631 2004-11-02  Wim Taymans  <wim@fluendo.com>
28632
28633         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28634         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28635         (unlinked), (no_more_pads), (close_link):
28636         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28637         (unknown_type), (add_element_stream), (new_decoded_pad),
28638         (removed_decoded_pad), (setup_source):
28639         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28640         (gst_stream_info_class_init), (gst_stream_info_init),
28641         (gst_stream_info_new), (gst_stream_info_dispose),
28642         (stream_info_mute_pad), (gst_stream_info_set_property),
28643         (gst_stream_info_get_property):
28644         * gst/playback/gststreaminfo.h:
28645         Fix playback of multiple files.
28646         a slightly different approach to handling dynamic pad removals.
28647         This one only looks at pads that we have linked.
28648
28649 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28650
28651         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28652         free" warning from libc.
28653
28654 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28655
28656         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28657         (get_unconnected_element), (remove_starting_from), (pad_removed),
28658         (close_link):
28659           Implement support for dynamic pad changing. We listen to "live"
28660           pad removals (i.e. while playing) and re-setup autoplugging
28661           after that. Playbasebin/playbin need some more work for this
28662           to finally work, but decodebin supports (and replugs) chained
28663           ogg now.
28664
28665 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28666
28667         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28668         (gst_alsa_finalize):
28669         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28670         (gst_cdaudio_finalize):
28671         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28672         (cdparanoia_finalize):
28673         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28674         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28675         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28676         (dvdreadsrc_finalize):
28677         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28678         (gst_flacdec_finalize):
28679         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28680         (gst_flacenc_finalize):
28681         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28682         (gst_gnomevfssink_finalize):
28683         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28684         (gst_gnomevfssrc_finalize):
28685         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28686         (gst_fameenc_finalize):
28687         * ext/nas/nassink.c: (gst_nassink_class_init),
28688         (gst_nassink_finalize):
28689         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28690         (gst_sdlvideosink_class_init):
28691         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28692         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28693         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28694         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28695         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28696         (gst_x_window_listener_dispose):
28697         * gst/audioscale/gstaudioscale.c:
28698         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28699         (play_on_demand_finalize):
28700         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28701         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28702         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28703         (cdplayer_finalize):
28704         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28705         (gst_glimagesink_class_init):
28706         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28707         (gst_osselement_finalize):
28708         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28709         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28710         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28711           Fixes a bunch of problems with finalize and dispose functions,
28712           either assumptions that dispose is only called once, or not calling
28713           the parent class dispose/finalize function
28714
28715 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28716
28717         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28718           added two api precondition guards
28719           use g_strdup with getenv to fix crash when using ENVVAR
28720
28721 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28722         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28723         (gst_esdsink_finalize):
28724         Use a finalize function, not dispose, and more importantly,
28725         call the parent class finalize function too
28726
28727 2004-11-01  Johan Dahlin  <johan@gnome.org>
28728
28729         * ext/ogg/gstoggdemux.c:
28730         * gst/tags/gstvorbistag.c:
28731         Plug leaks.
28732
28733 2004-10-31  Benjamin Otte  <otte@gnome.org>
28734
28735         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28736           lotsa memleaks today. But they're all small...
28737
28738 2004-10-31  Benjamin Otte  <otte@gnome.org>
28739
28740         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28741           another memleak crushed
28742
28743 2004-10-31  Benjamin Otte  <otte@gnome.org>
28744
28745         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28746           fix memleak
28747
28748 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28749
28750         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28751           Hack to prevent crash when going to READY inside signal handler
28752           while this function is active.
28753
28754 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28755
28756         * gst/ffmpegcolorspace/Makefile.am:
28757         * gst/ffmpegcolorspace/avcodec.h:
28758         * gst/ffmpegcolorspace/common.h:
28759         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28760         * gst/ffmpegcolorspace/dsputil.h:
28761         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28762         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28763         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28764         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28765         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28766         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28767         (gst_ffmpegcsp_avpicture_fill):
28768         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28769         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28770         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28771         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28772         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28773         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28774         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28775         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28776         * gst/ffmpegcolorspace/imgconvert.c:
28777         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28778         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28779         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28780         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28781         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28782         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28783         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28784         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28785         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
28786         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
28787         (grow21), (grow22), (grow41), (grow44), (conv411),
28788         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
28789         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
28790         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
28791         (avpicture_free), (is_yuv_planar), (img_convert),
28792         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
28793         (deinterlace_line_inplace), (deinterlace_bottom_field),
28794         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
28795         * gst/ffmpegcolorspace/imgconvert_template.h:
28796         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
28797         * gst/ffmpegcolorspace/mmx.h:
28798         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
28799         (av_fast_realloc), (av_mallocz_static), (av_free_static),
28800         (av_freep), (avcodec_get_context_defaults),
28801         (avcodec_alloc_context), (avcodec_init):
28802           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
28803           handling plus update from ffmpeg CVS. Large clean-up.
28804
28805 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28806
28807         * gst/playback/Makefile.am:
28808           We need the marshallers for decodebin, too.
28809
28810 2004-10-30  David Schleef  <ds@schleef.org>
28811
28812         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
28813           quicktime typefinding work with 64-bit offsets.
28814
28815 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
28816
28817         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
28818           Set EOS on the element when processing an EOS event.
28819         * ext/speex/gstspeexdec.h:
28820         * ext/speex/gstspeexenc.h:
28821           Only keep a const ptr to the mode
28822         * gst-libs/gst/riff/riff-media.c:
28823         (gst_riff_create_audio_caps_with_data),
28824         (gst_riff_create_audio_template_caps):
28825           Allow WMAV3, with up to 6 channels.
28826         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
28827           Don't call gst_pad_set_event_function on a sink pad.
28828         * gst/mpegstream/gstdvddemux.c:
28829         (gst_dvd_demux_get_subpicture_stream),
28830         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
28831           Copy the explicit caps that were set across to the cur_* pads,
28832           instead of trying to use a possibly non-existent negotiated caps.
28833           Reset the type of subpicture pads to UNKNOWN after calling
28834           init_stream, so that the caps get set.
28835
28836 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
28837
28838         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28839
28840         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28841           Don't touch buffer if it is of size 0 (fixes #151064).
28842
28843 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28844
28845         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
28846           Synchronized discont handling.
28847
28848 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28849
28850         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28851         (gst_ogg_demux_push):
28852           Make seeking sort-of exact again (fixes #156387).
28853
28854 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28855
28856         * gst/playback/gstplaybasebin.c: (unknown_type),
28857         (add_element_stream), (new_decoded_pad),
28858         (gst_play_base_bin_change_state):
28859         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
28860         (gst_stream_info_init), (gst_stream_info_new),
28861         (gst_stream_info_dispose), (gst_stream_info_get_property):
28862         * gst/playback/gststreaminfo.h:
28863           Make caps explicitely available. Makes testing for unsupported
28864           types possible. Improves error reporting.
28865
28866 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28867
28868         * gst/audioconvert/gstaudioconvert.c:
28869         (gst_audio_convert_buffer_to_default_format):
28870           Really don't touch read-only buffers (#156563).
28871
28872 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
28873
28874         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28875
28876         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
28877           Fix memleak (#155223).
28878
28879 2004-10-29  Wim Taymans  <wim@fluendo.com>
28880
28881         * gst/tcp/.cvsignore:
28882         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
28883         (gst_multifdsink_class_init), (gst_multifdsink_init),
28884         (gst_multifdsink_add), (gst_multifdsink_remove),
28885         (gst_multifdsink_remove_client_link), (is_sync_frame),
28886         (gst_multifdsink_new_client),
28887         (gst_multifdsink_handle_client_write),
28888         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28889         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
28890         (gst_multifdsink_get_property):
28891         * gst/tcp/gstmultifdsink.h:
28892         Added burst on connect sync_method, deprecated sync_clients,
28893         streamlined the sync code some more.
28894
28895 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28896
28897         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
28898         (gst_play_base_bin_change_state):
28899           Improve error reporting.
28900
28901 2004-10-28  Wim Taymans  <wim@fluendo.com>
28902
28903         * gst/tcp/Makefile.am:
28904         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
28905         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
28906         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
28907         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
28908         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
28909         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
28910         (gst_fdset_wait):
28911         Added more locks around fdset structures. Fixed/reworked
28912         the poll array resizing code.
28913         Added stress test for fdset.
28914
28915 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28916
28917         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28918         fix build
28919
28920 2004-10-28  Benjamin Otte  <otte@gnome.org>
28921
28922         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28923           fix link function to always query channels and query width for
28924           floats
28925         * configure.ac:
28926           add equalizer dir
28927         * gst/equalizer/Makefile.am:
28928         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
28929         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
28930         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
28931         (arg_to_scale), (setup_filter),
28932         (gst_iir_equalizer_compute_frequencies),
28933         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
28934         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
28935         (plugin_init):
28936           add an equalizer
28937
28938 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28939
28940         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
28941
28942         * po/LINGUAS:
28943         * po/nb.po:
28944           Added Norwegian Bokmaal translation
28945
28946 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28947
28948         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28949           Don't break on options (fixes #156488).
28950
28951 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28952
28953         * configure.ac:
28954         * ext/cdaudio/Makefile.am:
28955         * sys/Makefile.am:
28956           fix build on older automake
28957
28958 2004-10-26  Wim Taymans  <wim@fluendo.com>
28959
28960         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
28961         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
28962         Allow a little margin when negotiating the framerate.
28963
28964 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
28965
28966         * gst/level/gstlevel.c:
28967           synchonised naming of pads and pad-templates
28968
28969 2004-10-26  Wim Taymans  <wim@fluendo.com>
28970
28971         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28972         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
28973         (_find_streams_check), (gst_ogg_demux_push):
28974         Fix EOS again. Needs to be done in a better way. We should not
28975         remove the pad if there is no new chained stream.
28976
28977 2004-10-26 Iain <iaingnome@gmail.com>
28978
28979         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
28980         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
28981         of the caps.
28982         * gst/interleave/interleave.c (interleave_class_init): Hook up release
28983         pad.
28984         (interleave_release_pad): Remove the pad.
28985         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
28986         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
28987         the set device.
28988         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
28989         attrs
28990         (gst_xvimagesink_xcontext_clear): Free the xcontext.
28991         (gst_xvimagesink_finalize): Free the par.
28992
28993 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28994
28995         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
28996         (gst_avimux_stop_file):
28997           First calculate the rate, and only then use it. Hdr.rate is a
28998           multiple and not a derivative of hdr.scale. Scale is not the
28999           same as blockalign but is solely related to rate.
29000
29001 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29002
29003         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29004         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29005           Implement seeking.
29006
29007 2004-10-25  James Henstridge  <james@jamesh.id.au>
29008
29009         Reviewed by:  David Schleef  <ds@schleef.org>
29010
29011         * examples/gstplay/player.c: (got_stream_length), (main):
29012         * examples/seeking/cdplayer.c: (update_scale):
29013         * examples/seeking/seek.c: (format_value), (update_scale):
29014         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29015         (stop_seek):
29016         Build fixes on AMD64.
29017
29018 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29019
29020         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29021
29022         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29023         Fix for some v4l cards which hang in v4lsrc
29024
29025 2004-10-25  Wim Taymans  <wim@fluendo.com>
29026
29027         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29028         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29029         Make sure to remove the pad when a new chain is
29030         encountered. Set some vars to NULL so we don't try
29031         to reference freed memory.
29032
29033 2004-10-25  Wim Taymans  <wim@fluendo.com>
29034
29035         * examples/seeking/Makefile.am:
29036         * examples/seeking/cdplayer.c: (update_scale):
29037         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29038         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29039         (format_value), (update_scale), (iterate), (start_seek),
29040         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29041         (print_usage), (main):
29042         Added some more examples, update others.
29043
29044 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29045
29046         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29047         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29048         * ext/theora/theoradec.c: (theora_dec_chain):
29049         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29050           Add codec-name metadata.
29051
29052 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29053
29054         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29055
29056         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29057         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29058         * ext/alsa/gstalsamixertrack.h:
29059         * po/POTFILES.in:
29060           ALSA mixer track label internationalization (#154054).
29061
29062 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29063
29064         * ext/theora/theoradec.c: (theora_dec_chain):
29065           Export bitrate as metadata.
29066
29067 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29068
29069         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29070         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29071         * ext/alsa/gstalsamixertrack.h:
29072           Fix names, fix loop.
29073
29074 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29075
29076         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29077         (speex_dec_convert):
29078           sinkconvert function so oggdemux can get the file length (totem).
29079
29080 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29081
29082         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29083
29084         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29085           Don't push incomplete packets.
29086         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29087           Fix MPEG-4 audio typefinding.
29088
29089 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29090
29091         * sys/v4l/Makefile.am:
29092         * sys/v4l/gstv4l.c: (plugin_init):
29093         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29094         (gst_v4lelement_init), (gst_v4lelement_dispose),
29095         (gst_v4lelement_change_state):
29096         * sys/v4l/gstv4lelement.h:
29097         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29098         (gst_v4l_xoverlay_close), (idle_refresh),
29099         (gst_v4l_xoverlay_set_xwindow_id):
29100         * sys/v4l/gstv4lxoverlay.h:
29101         * sys/v4l/v4l-overlay_calls.c:
29102         * sys/v4l/v4l_calls.h:
29103         * sys/v4l2/Makefile.am:
29104         * sys/v4l2/gstv4l2.c: (plugin_init):
29105         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29106         (gst_v4l2element_init), (gst_v4l2element_dispose),
29107         (gst_v4l2element_change_state):
29108         * sys/v4l2/gstv4l2element.h:
29109         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29110         (gst_v4l2_xoverlay_close), (idle_refresh),
29111         (gst_v4l2_xoverlay_set_xwindow_id):
29112         * sys/v4l2/gstv4l2xoverlay.h:
29113         * sys/v4l2/v4l2-overlay_calls.c:
29114         * sys/v4l2/v4l2_calls.h:
29115           Remove client-side overlay handling, use the X-server v4l plugin
29116           for that. Nicer overlay, less code. Also make the plugin
29117           compileable without X (but then without overlay, obviously).
29118           Makes xwindowlistener obsolete, should we remove that?
29119
29120 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29121
29122         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29123         (gst_osssrc_src_query):
29124         * sys/oss/gstosssrc.h:
29125           OK, so people want offset in DEFAULT. This time, actually fix all
29126           cases.
29127         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29128           Add FPS properly.
29129
29130 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29131
29132         * gst/asfdemux/gstasfmux.c:
29133         * gst/avi/gstavimux.c:
29134           Framerate.
29135
29136 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29137
29138         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29139           Fix properties (channel, norm, frequency).
29140
29141 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29142
29143         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29144           Flag typo.
29145         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29146           No warnings.
29147
29148 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29149
29150         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29151           Fix hang.
29152
29153 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29154
29155         * sys/v4l2/gstv4l2element.h:
29156           Yet Another Hack (tm) for kernel header borkedness.
29157         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29158         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29159         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29160         (gst_v4l2src_change_state):
29161         * sys/v4l2/gstv4l2src.h:
29162         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29163         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29164           Fix caps, keep track of state, work.
29165
29166 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29167
29168         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29169           Quiet.
29170
29171 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29172
29173         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29174           Don't mix bytes and samples.
29175
29176 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29177
29178         * ext/ogg/gstoggmux.c:
29179           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29180           and theora. Any is incorrect.
29181         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29182           Fix caps.
29183         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29184         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29185         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29186         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29187         * sys/v4l/gstv4lmjpegsrc.h:
29188         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29189         (gst_v4lsrc_change_state):
29190         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29191         (gst_v4lmjpegsrc_capture_stop):
29192           Fix caps. Keep track of internal state. Work.
29193
29194 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29195
29196         * ext/Makefile.am:
29197           Fix the build fixes.
29198
29199 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29200
29201         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29202         (gst_ogg_demux_src_event), (_find_chain_seek),
29203         (gst_ogg_pad_push):
29204           Check for pad availability before using it.
29205         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29206           Fix parsing of chained ogg. Needs more work on the decoder side.
29207
29208 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29209
29210         * gst/spectrum/Makefile.am:
29211         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29212         (idle_func):
29213           Fix demo and reenable it. Yes, I'm currently playing with audio
29214           analysis tools
29215
29216 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29217
29218         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29219           We love it if files that start at zero work too...
29220
29221 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29222
29223         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29224           Handle files with missing EOS headers.
29225
29226 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29227
29228         * gst/tcp/gsttcpserversink.c:
29229         (gst_tcpserversink_handle_server_read),
29230         (gst_tcpserversink_init_send):
29231         Zero some variables first (need for accept not to return EINVAL)
29232
29233 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29234
29235         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29236         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29237         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29238         (theora_dec_chain):
29239         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29240         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29241           Seeking and querying finetune.
29242
29243 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29244
29245         * configure.ac:
29246         * ext/Makefile.am:
29247         * ext/raw1394/Makefile.am:
29248           fix the build
29249
29250 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29251
29252         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29253           Wrong return.
29254         * gst/playback/Makefile.am:
29255         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29256         * gst/playback/gstplay-marshal.list:
29257         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29258           Fix marshallers.
29259
29260 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29261
29262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29263           Silence.
29264
29265 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29266
29267         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29268         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29269         (gst_ogg_pad_push):
29270           Yay for non-lineair granulepos in theora.
29271
29272 2004-10-18  Wim Taymans  <wim@fluendo.com>
29273
29274         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29275         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29276         * ext/dv/gstdvdec.h:
29277         Make sure we renegotiate aspect ratio when the camera switches.
29278
29279 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29280
29281         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29282         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29283           Start at zero.
29284         * ext/theora/theoradec.c: (theora_dec_chain):
29285           Skip headers. Bad idea for chained ogg, but fixes seeking.
29286
29287 2004-10-18  Wim Taymans  <wim@fluendo.com>
29288
29289         * configure.ac:
29290         I swear, this is the last time I touch this.
29291
29292 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29293
29294         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29295         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29296         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29297           Faster seeking.
29298         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29299           Time-to-default conversion.
29300         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29301           Don't error on unknown packets, just skip. We should probably
29302           read them if we want to support chained ogg.
29303
29304 2004-10-18  Wim Taymans  <wim@fluendo.com>
29305
29306         * configure.ac:
29307         Added cdaudio to wrong list.
29308
29309 2004-10-18  Wim Taymans  <wim@fluendo.com>
29310
29311         * configure.ac:
29312         Revive cdaudio.
29313
29314 2004-10-18  Wim Taymans  <wim@fluendo.com>
29315
29316         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29317         (gst_dvdec_video_link), (gst_dvdec_push):
29318         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29319         (gst_smokeenc_resync), (gst_smokeenc_chain):
29320         Fix mimetype on smoke encoder.
29321         Add aspect ratio to dvdec. Not sure if these
29322         values are correct though....
29323
29324 2004-10-18  Wim Taymans  <wim@fluendo.com>
29325
29326         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29327         Fix vorbis property descriptions and ranges.
29328
29329 2004-10-18  Wim Taymans  <wim@fluendo.com>
29330
29331         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29332         Really do nothing when no data is available.
29333         Go to the playing state when the stream is not seekable
29334         instead of failing.
29335
29336 2004-10-18  Wim Taymans  <wim@fluendo.com>
29337
29338         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29339         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29340         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29341         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29342         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29343         Added uri handler for cd://
29344         Port to new API.
29345
29346 2004-10-18  Wim Taymans  <wim@fluendo.com>
29347
29348         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29349         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29350         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29351         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29352         (remove_prerolls), (unknown_type), (add_element_stream),
29353         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29354         (gst_play_base_bin_remove_element),
29355         (gst_play_base_bin_link_stream):
29356         * gst/playback/gstplaybin.c: (gen_video_element),
29357         (gen_vis_element), (remove_sinks), (setup_sinks):
29358         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29359         (gst_stream_info_get_type), (gst_stream_info_class_init),
29360         (gst_stream_info_init), (gst_stream_info_new),
29361         (gst_stream_info_dispose), (stream_info_mute_pad),
29362         (gst_stream_info_set_property), (gst_stream_info_get_property):
29363         * gst/playback/gststreaminfo.h:
29364         Add sink padtemplate to decodebin.
29365         Added some more comments.
29366         Make queue size configurable in playbasebin.
29367         Added possibility to use elements as sinks (ex cdaudio).
29368
29369 2004-10-15  Wim Taymans  <wim@fluendo.com>
29370
29371         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29372         (gst_speexenc_chain):
29373         Fix speex timestamps so that it gets muxed properly.
29374
29375 2004-10-15  Wim Taymans  <wim@fluendo.com>
29376
29377         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29378         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29379         (gst_dv1394src_init), (gst_dv1394src_dispose),
29380         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29381         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29382         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29383         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29384         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29385         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29386         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29387         * ext/raw1394/gstdv1394src.h:
29388         Added conversion/query functions.
29389         Update buffer timestamps,
29390         Added signals.
29391         Added uri dv:// so it might play from the firewire in playbin.
29392         Fix a possible leak.
29393         Added debugging.
29394
29395 2004-10-15  Wim Taymans  <wim@fluendo.com>
29396
29397         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29398         (gst_dv1394src_init), (gst_dv1394src_set_property),
29399         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29400         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29401         * ext/raw1394/gstdv1394src.h:
29402         Added AV/C VTR control support needed for some cameras.
29403         Added automatic port detection.
29404         Added properties for selecting the channel.
29405         The configure.ac script is not yet updated to reflect the
29406         new libavc1394 and librom1394 dependencies.
29407
29408 2004-10-15  Wim Taymans  <wim@fluendo.com>
29409
29410         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29411         (qtdemux_parse), (gst_qtdemux_handle_esds):
29412         An esds box is not a container.
29413         Fix parsing of mp4v boxes.
29414         Do not try to renegotiate fps for each frame. Need to
29415         find a better method. This should fix mp4 playback.
29416
29417 2004-10-14  David Schleef  <ds@schleef.org>
29418
29419         * configure.ac: update for swfdec-0.3 and liboil-0.2
29420         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29421         * ext/swfdec/gstswfdec.h: same
29422         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29423         * gst/videotestsrc/videotestsrc.c: same
29424
29425 2004-10-14  Wim Taymans  <wim@fluendo.com>
29426
29427         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29428         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29429         (is_sync_frame), (gst_multifdsink_new_client),
29430         (gst_multifdsink_handle_client_write),
29431         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29432         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29433         Turn warnings into info.
29434         Don't allow a state change in the streaming thread.
29435
29436 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29437
29438         * ext/vorbis/oggvorbisenc.c:
29439         * ext/vorbis/vorbisdec.c:
29440           fix template sample rate
29441
29442 2004-10-13  Wim Taymans  <wim@fluendo.com>
29443
29444         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29445         Decoding the header first fixes some problems in resyncing
29446         in more mp3s.
29447
29448 2004-10-12  Wim Taymans  <wim@fluendo.com>
29449
29450         * gst/playback/gstplaybin.c: (gen_video_element),
29451         (gen_vis_element), (remove_sinks), (setup_sinks):
29452         Added vis plugin support, need to configure the vis
29453         element to activate it.
29454
29455 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29456
29457         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29458         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29459           Some debug.
29460         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29461         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29462         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29463         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29464         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29465         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29466         * gst/avi/gstavidemux.h:
29467           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29468           recovery (where, if part of the index is broken, we will still read
29469           the rest of the index and recover the broken part by stream
29470           scanning). More broken media support. EOS workarounds. General AVI
29471           braindamage headache recovery. Aspirin included.
29472
29473 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29474
29475         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29476         (cdparanoia_event), (cdparanoia_query):
29477           Get rid of hideous lead-in.
29478
29479 2004-10-11  Wim Taymans  <wim@fluendo.com>
29480
29481         * gst/playback/gstplaybasebin.c: (setup_source):
29482         Wrong var used to get g_list_next.
29483
29484 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29485
29486         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29487         (cdparanoia_get), (cdparanoia_open):
29488           Report discid as metadata, add duration.
29489
29490 2004-10-11  Wim Taymans  <wim@fluendo.com>
29491
29492         * gst/playback/gstplaybasebin.c: (setup_source):
29493         Cleanup the previous pipeline a little earlier for the
29494         case that a source element provides raw data.
29495
29496 2004-10-11  Benjamin Otte  <otte@gnome.org>
29497
29498         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29499           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29500           consuming the last 128 bytes, even though it was valid mp3 data.
29501
29502 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29503
29504         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29505         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29506         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29507         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29508
29509 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29510
29511         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29512         Fix for webcams that support only specific width or height
29513
29514 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29515
29516         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29517
29518         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29519           Fix wrong discont event setup (fixes #154967).
29520
29521 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29522
29523         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29524
29525         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29526           Error out on invalid data (fixes #154807).
29527
29528 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29529
29530         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29531
29532         * ext/dvdread/dvdreadsrc.c: (_read):
29533           Make titles > 0 work again (fixes #154834).
29534
29535 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29536
29537         * gst-libs/gst/riff/riff-media.c:
29538         (gst_riff_create_video_template_caps):
29539           WMV3 missing in template caps.
29540
29541 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29542
29543         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29544           OK, so the original code was too strict. It makes random AVI files
29545           hang for seconds upon opening, which is unacceptable and is far
29546           beyond the original goal of getting multiple chunks for one-chunk
29547           sounc stream files. So now do just that.
29548
29549 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29550
29551         * gst/playback/gstplaybasebin.c: (setup_source),
29552         (gst_play_base_bin_change_state):
29553           Actually clean up streaminfo if output fails. This would trigger
29554           if, for example, there was no CD in the drive. No preroll, so
29555           a streaminfo structure is created, but the subsequent state change
29556           of the thread fails.
29557         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29558           Don't change state if parent failed.
29559
29560 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29561
29562         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29563         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29564         (gen_video_element), (remove_sinks):
29565           Add small bits of code for screenshot handling.
29566
29567 2004-10-08  Wim Taymans  <wim@fluendo.com>
29568
29569         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29570         (gen_video_element), (gen_audio_element), (setup_sinks):
29571         Don't assume the user provided sinks are named "sink"...
29572
29573 2004-10-08  Wim Taymans  <wim@fluendo.com>
29574
29575         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29576         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29577         (gst_play_base_bin_link_stream):
29578         Do not try to autoplug sources that generate raw streams like
29579         cdparanoia.
29580         disconnect the preroll overrun signal when we don't need it anymore.
29581
29582 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29583
29584         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29585         Added reworked patch from #154903 from milosz derezynski (deadchip).
29586
29587 2004-10-08  Wim Taymans  <wim@fluendo.com>
29588
29589         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29590         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29591         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29592         (cdparanoia_convert), (cdparanoia_uri_get_type),
29593         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29594         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29595         * ext/cdparanoia/gstcdparanoia.h:
29596         This adds the cdda://<tracknum> uri.
29597
29598 2004-10-08  Wim Taymans  <wim@fluendo.com>
29599
29600         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29601         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29602         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29603         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29604         (unknown_type), (gst_play_base_bin_remove_element),
29605         (gst_play_base_bin_link_stream):
29606         * gst/playback/gstplaybasebin.h:
29607         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29608         (gst_play_bin_set_property), (gen_video_element),
29609         (gen_audio_element), (setup_sinks):
29610         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29611         (gst_stream_info_get_type), (gst_stream_info_class_init),
29612         (gst_stream_info_init), (gst_stream_info_new),
29613         (gst_stream_info_dispose), (stream_info_mute_pad),
29614         (gst_stream_info_set_property), (gst_stream_info_get_property):
29615         * gst/playback/gststreaminfo.h:
29616         Reuse the audio and video bins.
29617         Some internal cleanups in the stream selection code.
29618
29619 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29620
29621         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29622         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29623         * sys/ximage/ximagesink.h:
29624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29625         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29626         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29627         not coming from those elements. Moreover these elements should not keep
29628         the xid they have been given when in NULL state.
29629
29630 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29631
29632         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29633         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29634         * sys/ximage/ximagesink.h:
29635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29636         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29637         * sys/xvimage/xvimagesink.h:
29638           Actually only create a new toplevel window if we're not gonna
29639           embed it right after.
29640
29641 2004-10-07  Wim Taymans  <wim@fluendo.com>
29642
29643         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29644         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29645         * gst/playback/gstplaybin.c: (setup_sinks):
29646         Implement muting/unmuting of streams, mute streams that are not
29647         used.
29648
29649 2004-10-07  Wim Taymans  <wim@fluendo.com>
29650
29651         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29652         (plugin_init):
29653         Added lame audio/x-ac3 typefind function.
29654
29655 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29656
29657         * configure.ac:
29658           bump nano to cvs
29659
29660 === release 0.8.5 ===
29661
29662 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29663
29664         * NEWS:
29665         * RELEASE:
29666         * configure.ac:
29667           releasing 0.8.5, "Take You On"
29668
29669 2004-10-06  Wim Taymans  <wim@fluendo.com>
29670
29671         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29672         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29673         (no_more_pads), (close_link), (type_found):
29674         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29675         * gst/playback/gstplaybin.c: (gen_video_element):
29676         Do not signal the no_more_pads after the first pad when
29677         we are plugging a non dynamic element with multiple
29678         output pads (like swfdec, dvdec, ...).
29679
29680 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29681
29682         * configure.ac:
29683           bump for prerelease
29684
29685 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29686
29687         * gst/wavparse/gstwavparse.c:
29688           add ATRAC3 to STATIC CAPS to fix a warning
29689
29690         * gst/matroska/ebml-read.c:
29691         * gst-libs/gst/riff/riff-read.c:
29692           fix typos
29693
29694 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29695
29696         * gst-libs/gst/riff/riff-media.c:
29697           generate caps for ATRAC3 audio streams
29698
29699         * gst/realmedia/rmdemux.c:
29700           generate caps for ATRAC3 audio streams
29701
29702 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29703
29704         * gst/wavparse/Makefile.am
29705         * gst/wavparse/riff.h
29706         * gst/wavparse/wavparse.vcproj
29707           riff.h removal (unused and duplication with riff-ids.h)
29708
29709 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29710
29711         * gst/wavparse/gstwavparse.h
29712           remove duplicated defines for audio codec codes
29713
29714         * gst-libs/gst/riff/riff-ids.h
29715         * gst/wavenc/riff.h:
29716           add "4CC" code for ATRAC3 audio streams
29717           add "4CC" code for ITU_G721_ADPCM (unused for now)
29718
29719 2004-10-06  Wim Taymans  <wim@fluendo.com>
29720
29721         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29722         Actually _do_ negotiation. Pass gdouble as arg instead
29723         of guint64 for the framerate.
29724
29725 2004-10-06  Wim Taymans  <wim@fluendo.com>
29726
29727         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29728         (find_compatibles), (close_pad_link), (try_to_link_1),
29729         (no_more_pads), (close_link), (type_found):
29730         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29731         * gst/playback/gstplaybin.c: (gen_video_element),
29732         (gen_audio_element):
29733         Set state on newly added element to READY so that negotiation
29734         can happen ASAP.
29735         Addes some more debug info.
29736         Do not try to plug pads with multiple caps structures or ANY
29737         because it is too dangerous since we do not do dynamic
29738         replugging.
29739
29740 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29741
29742         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29743
29744         * po/LINGUAS:
29745         * po/or.po:
29746           add Oriya translation
29747
29748 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29749
29750         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29751           Prevent overwrite of size member. Makes audio sound crappy.
29752
29753 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29754
29755         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29756         Add rmvb to the list of known RealMedia extensions
29757
29758 2004-10-05  Wim Taymans  <wim@fluendo.com>
29759
29760         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29761         (mngdec_openstream), (mngdec_closestream),
29762         (mngdec_handle_sink_event), (mngdec_readdata),
29763         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29764         (mngdec_getcanvasline), (mngdec_refresh),
29765         (gst_mngdec_change_state):
29766         Set the framerate correctly.
29767
29768 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29769
29770         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29771           There was something wrong with the index massaging.
29772
29773 2004-10-04  Wim Taymans  <wim@fluendo.com>
29774
29775         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29776         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29777         (gst_smokedec_chain):
29778         * ext/jpeg/gstsmokedec.h:
29779         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29780         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29781         * ext/jpeg/gstsmokeenc.h:
29782         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29783         (smokecodec_decode_new), (smokecodec_info_free),
29784         (smokecodec_set_quality), (smokecodec_get_quality),
29785         (smokecodec_set_threshold), (smokecodec_get_threshold),
29786         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29787         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
29788         (smokecodec_encode), (smokecodec_parse_id),
29789         (smokecodec_parse_header), (smokecodec_decode):
29790         * ext/jpeg/smokecodec.h:
29791         * ext/jpeg/smokeformat.h:
29792         Updated smoke, new bitstream, allows embedding in ogg.
29793
29794 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29795
29796         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
29797           Fix seeking in some files. All this code is no longer needed (and
29798           actually breaks stuff) because we now synchronize the full index
29799           right when reading the header.
29800
29801 2004-10-04  Wim Taymans  <wim@fluendo.com>
29802
29803         * configure.ac:
29804         configure update for libmng.
29805
29806 2004-10-04  Wim Taymans  <wim@fluendo.com>
29807
29808         * ext/libmng/Makefile.am:
29809         * ext/libmng/gstmng.c: (plugin_init):
29810         * ext/libmng/gstmng.h:
29811         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
29812         (gst_mngdec_base_init), (gst_mngdec_class_init),
29813         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
29814         (gst_mngdec_loop), (gst_mngdec_get_property),
29815         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
29816         (mngdec_closestream), (mngdec_handle_sink_event),
29817         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
29818         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
29819         (gst_mngdec_change_state):
29820         * ext/libmng/gstmngdec.h:
29821         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
29822         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
29823         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
29824         (gst_mngenc_chain), (gst_mngenc_get_property),
29825         (gst_mngenc_set_property):
29826         * ext/libmng/gstmngenc.h:
29827         Added basic MNG decoder. Needs more work. The encoder does
29828         not work yet.
29829
29830 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29831
29832         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
29833         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
29834         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
29835           Don't hang on length=0 chunks. Some negotiation fixes. Signal
29836           no-more-pads.
29837
29838 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29839
29840         * configure.ac:
29841           you need at least 1.0.4 of speex
29842
29843 2004-10-04 Iain <iaingnome@gmail.com>
29844
29845         * ext/speex/gstspeexdec.h: Revert the includes changes.
29846
29847         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
29848
29849 2004-09-30 Iain <iaingnome@gmail.com>
29850
29851         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
29852         found during init or set as a property instead of hardcoding /dev/audio
29853
29854 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29855
29856         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
29857         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
29858         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
29859         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
29860         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
29861         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
29862         (gst_rmdemux_dump_data):
29863           Use debug category, fix EOS handling. filesrc ! rmdemux now
29864           works.
29865
29866 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29867
29868         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29869         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
29870         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
29871           Improve allocation, cutting and sorting of the index. How takes a
29872           few seconds instead of minutes.
29873
29874 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
29875
29876         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
29877           fixed compilation
29878
29879 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29880
29881         * gst-libs/gst/riff/riff-media.c:
29882         (gst_riff_create_video_caps_with_data),
29883         (gst_riff_create_video_template_caps):
29884           Add wing commander format mimetype/fourccs.
29885         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29886           Don't crash if some value is 0.
29887
29888 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29889
29890         * gst-libs/gst/riff/riff-media.c:
29891         (gst_riff_create_video_caps_with_data),
29892         (gst_riff_create_video_template_caps):
29893           Add DIB fourcc (raw, palettized 8-bit RGB).
29894         * gst-libs/gst/riff/riff-read.c:
29895         (gst_riff_read_strf_vids_with_data):
29896           Oops, fix strf_data reading bug.
29897         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29898           Use a non-NULL tag.
29899         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29900           Time for hacks. Sorry Dave. At least one quicktime movie (a
29901           trailer) that I've encountered contains multiple video tracks.
29902           One of those is the actual video track, the other are one-frame
29903           tracks (images). Unfortunately, the number of frames according
29904           to the trak header is 1 for each, so that doesn't help. So
29905           instead, I look at the duration and discard tracks with a
29906           duration shorter than 20% of the length of the stream. Better
29907           than nothing.
29908
29909 2004-10-01  Christian Schaller <christian@fluendo.com>
29910
29911         * ext/ivorbis/vorbis.c:
29912           Patch from Phil Blundell (Bug 152341)
29913
29914 2004-10-01  Wim Taymans  <wim@fluendo.com>
29915
29916         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
29917         (speex_dec_get_formats), (speex_dec_convert),
29918         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
29919         (speex_dec_chain), (gst_speexdec_get_property),
29920         (gst_speexdec_set_property):
29921         Small cleanups.
29922
29923 2004-10-01  Wim Taymans  <wim@fluendo.com>
29924
29925         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
29926         (gst_wavparse_stream_init), (gst_wavparse_fmt),
29927         (gst_wavparse_other), (gst_wavparse_loop),
29928         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
29929         (gst_wavparse_srcpad_event):
29930         * gst/wavparse/gstwavparse.h:
29931         Added some more debugging info.
29932         Fix the case where the length of the file is 0.
29933         Make sure we seek to sample borders.
29934
29935 2004-10-01  Wim Taymans  <wim@fluendo.com>
29936
29937         * gst/playback/README:
29938         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
29939         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29940         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29941         Add some debug info to decodebin, update README
29942
29943 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29944
29945         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
29946           Don't use g_print(); use GST_DEBUG().
29947
29948 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29949
29950         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29951         (gst_ogg_mux_queue_pads):
29952           Handle EOS properly.
29953
29954 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
29955
29956         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29957
29958         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
29959         (gst_faad_chain), (gst_faad_change_state):
29960         * ext/faad/gstfaad.h:
29961           Allow playback of raw (unframed) MPEG AAC files (#148993).
29962
29963 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
29964
29965         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29966
29967         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29968           Throw error if we didn't recognize the stream. Fixes #152289.
29969
29970 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29971
29972         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
29973           Fix negotiation.
29974
29975 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
29976
29977         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29978
29979         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29980           Fix memleak.
29981
29982 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
29983
29984         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29985
29986         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
29987           Solve #152805.
29988         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
29989           Solve 152806.
29990
29991 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29992
29993         * gst-libs/gst/riff/riff-media.c:
29994         (gst_riff_create_video_caps_with_data),
29995         (gst_riff_create_audio_caps_with_data):
29996           Add codec_data handling (like asfdemux used to do).
29997         * gst/asfdemux/gstasf.c: (plugin_init):
29998         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
29999         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30000           Use riff-media for caps creation instead of our own (mostly
30001           broken) copy of its functions.
30002
30003 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30004
30005         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30006           Don't actually error out if we get another return value than
30007           -EINVAL. Opposite to what I first thought, drivers have random
30008           return values for this, although -EINVAL is the expected return
30009           value. Since this is not fatal, we shouldn't use
30010           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30011
30012 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30013
30014         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30015         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30016         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30017         (dvdreadsrc_get), (dvdreadsrc_open_file),
30018         (dvdreadsrc_change_state):
30019           Fix. Don't do one big huge loop around the whole DVD, that will
30020           cache all data and thus eat sizeof(dvd) (several GB) before we
30021           see something.
30022         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30023           Actually NULL'ify event after using it.
30024         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30025         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30026         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30027         (gst_ebml_read_seek), (gst_ebml_read_skip):
30028           Handle events.
30029         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30030         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30031         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30032           Fix timing (this will probably break if I seek using menus, but
30033           I didn't get there yet). VOBs and normal DVDs should now work.
30034           Add a mpeg2-only pad with high rank so this get autoplugged for
30035           MPEG-2 movies.
30036         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30037         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30038         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30039         (gst_mpeg_demux_get_audio_stream),
30040         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30041         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30042           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30043           MPEG-1 but use dvddemux for MPEG-2.
30044         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30045         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30046         (gst_mpeg_parse_parse_packhead):
30047           Timing. Only add pad template if it exists. Add sink template from
30048           class and not from ourselves. This means we will always use the
30049           correct sink template even if it is not the one defined in this
30050           file.
30051
30052 2004-09-29  Wim Taymans  <wim@fluendo.com>
30053
30054         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30055         (gst_mpeg_demux_parse_pes):
30056         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30057         Fix playback of mpeg again, timestamps where screwed up by
30058         patch 1.61.
30059
30060 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30061
30062         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30063           Only return true if we actually filled something in. Prevents
30064           player applications from showing a random length for flac files.
30065         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30066         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30067         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30068         (gst_riff_read_strf_vids_with_data),
30069         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30070           OK, ok, so I implemented event handling. Apparently it's normal
30071           that we receive random events at random points without asking
30072           for it.
30073         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30074         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30075         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30076         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30077         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30078         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30079         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30080         * gst/avi/gstavidemux.h:
30081           Implement non-lineair chunk handling and subchunk processing.
30082           The first solves playback of AVI files where the audio and video
30083           data of individual buffers that we read are not synchronized.
30084           This should not happen according to the wonderful AVI specs, but
30085           of course it does happen in reality. It is also a prerequisite for
30086           the second. Subchunk processing allows us to cut chunks in small
30087           pieces and process each of these pieces separately. This is
30088           required because I've seen several AVI files with incredibly large
30089           audio chunks, even some files with only one audio chunk for the
30090           whole file. This allows for proper playback including seeking.
30091           This patch is supposed to fix all AVI A/V sync issues.
30092         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30093         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30094           Work.
30095         * gst/modplug/gstmodplug.cc:
30096           Proper return value setting for the query() function.
30097         * gst/playback/gstplaybasebin.c: (setup_source):
30098           Being in non-playing state (after, e.g., EOS) is not necessarily
30099           a bad thing. Allow for that. This fixes playback of short files.
30100           They don't actually playback fully now, because the clock already
30101           runs. This means that small files (<500kB) with a small length
30102           (<2sec) will still not or barely play. Other files, such as mod
30103           or flx, will work correctly, however.
30104
30105 2004-09-28  Wim Taymans  <wim@fluendo.com>
30106
30107         * ext/speex/gstspeex.c: (plugin_init):
30108         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30109         (gst_speex_dec_class_init), (speex_dec_get_formats),
30110         (speex_get_event_masks), (speex_get_query_types),
30111         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30112         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30113         (gst_speexdec_get_property), (gst_speexdec_set_property),
30114         (speex_dec_change_state):
30115         * ext/speex/gstspeexdec.h:
30116         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30117         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30118         (gst_speexenc_base_init), (gst_speexenc_class_init),
30119         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30120         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30121         (gst_speexenc_src_query), (gst_speexenc_init),
30122         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30123         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30124         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30125         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30126         (gst_speexenc_chain), (gst_speexenc_get_property),
30127         (gst_speexenc_set_property), (gst_speexenc_change_state):
30128         * ext/speex/gstspeexenc.h:
30129         Rewrote speex encoder, make sure it can be embedded in ogg.
30130         Implemented speex decoder.
30131
30132 2004-09-28  Christian Schaller <christian@fluendo.com>
30133
30134         * configure.ac:
30135         Remove kioslave plugin. Markey is brewing a new working one
30136         * ext/Makefile.am: Remove kioslave plugin
30137         * ext/kio: remove
30138         * gst-plugins.spec.in: remove kio plugin from spec
30139
30140 2004-09-27  Wim Taymans  <wim@fluendo.com>
30141
30142         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30143         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30144         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30145         (gst_multifdsink_new_client),
30146         (gst_multifdsink_handle_client_write),
30147         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30148         (gst_multifdsink_handle_clients):
30149         * gst/tcp/gstmultifdsink.h:
30150         Make syncing to keyframes actually work for new clients and lagging
30151         clients.
30152
30153 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30154
30155         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30156         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30157         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30158         * gst/debug/gstnavigationtest.h:
30159           make navigationtest display button-press and button-release events
30160
30161 2004-09-26 Iain <iaingnome@gmail.com>
30162
30163         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30164         the channels have received a new media event.
30165         (interleave_buffered_loop): Compresses a new media event on all
30166         channels into one.
30167
30168 2004-09-26 Iain <iaingnome@gmail.com>
30169
30170         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30171         call the sinkpad's default event handler and not the srcpads. He also
30172         says this is confusing :)
30173         (gst_wavenc_stop_file): Company says that seek events only go upstream
30174         we should send a discontinuous downstream instead.
30175
30176 2004-09-25  Christian Schaller <christian@fluendo.com>
30177
30178         * Update SPEC file to be usable in conjunction with Fedora Core,
30179           Fedora.us and freshrpms packages
30180         * Fix typo in multifilesrc test Makefile
30181
30182 2004-09-24  Wim Taymans  <wim@fluendo.com>
30183
30184         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30185         Only signal the no_more_pads signal when we have
30186         added the stream to our list.
30187
30188 2004-09-24  Wim Taymans  <wim@fluendo.com>
30189
30190         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30191         (new_decoded_pad):
30192         * gst/playback/gstplaybasebin.h:
30193         * gst/playback/gstplaybin.c: (setup_sinks):
30194         Don't try to preroll or decode more than one audio/video
30195         track.
30196
30197 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30198
30199         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30200           Throw error if we failed to find a suitable output. This should
30201           throw an error if we successfully set up a pipeline (e.g. because
30202           we recognized a media file) but found no decodable streams in it
30203           (e.g. because it contains only media stream types for which we
30204           have no decoders, or because it's not a media type).
30205
30206 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30207
30208         * ext/dirac/Makefile.am:
30209         * ext/dirac/gstdirac.cc:
30210         * ext/dirac/gstdiracdec.cc:
30211         * ext/dirac/gstdiracdec.h:
30212           Do something. Don't actually know if this works because I don't
30213           have a demuxer yet.
30214         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30215           Add channels=1 to caps returned from _getcaps().
30216         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30217         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30218         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30219         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30220         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30221         (gst_ogm_parse_change_state):
30222           Separate between audio/video so ogmaudioparse actually uses the
30223           audio pad templates. Both audio and video work now, including
30224           autoplugging. Also use sometimes-srcpad hack.
30225         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30226           Handle events better. Don't hang on infinite loops.
30227         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30228         (gst_avi_demux_init), (gst_avi_demux_reset),
30229         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30230         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30231         (gst_avi_demux_change_state):
30232         * gst/avi/gstavidemux.h:
30233           Improve A/V sync. Still not perfect.
30234         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30235         (gst_ebml_read_skip):
30236           Handle events better.
30237         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30238         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30239         (qtdemux_audio_caps):
30240           Add IMA4. Improve event handling. Save offset after a seek when
30241           the headers are at the end of the file so that we don't end up in
30242           an infinite loop.
30243         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30244           Add low-priority typefind support for files with no length.
30245
30246 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30247
30248         * testsuite/multifilesink/Makefile.am:
30249         fix typo
30250
30251 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30252
30253         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30255         mistakes from thaytan's patches.
30256
30257 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30258
30259         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30260           For completeness, XSync in the destroy function as xvimage does.
30261
30262 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30263
30264         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30265            Correct caps negotiation
30266         * gst/volume/gstvolume.c: (volume_chain_float),
30267         (volume_chain_int16):
30268            Modify debug output to be little more informative
30269         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30271         (gst_xvimagesink_xvimage_destroy):
30272           Add XSync calls after detaching from the shared memory segment to
30273           avoid a crash.
30274
30275 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30276
30277         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30278         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30279         * ext/vorbis/vorbis.c: (plugin_init):
30280         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30281         (gst_vorbisenc_chain):
30282         * ext/vorbis/vorbisenc.h:
30283         remove explicit newmedia support from oggmux and vorbisenc
30284         add debug category to vorbisenc
30285         * gst/multifilesink/gstmultifilesink.c:
30286         (gst_multifilesink_class_init), (gst_multifilesink_init),
30287         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30288         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30289         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30290         (plugin_init):
30291         * gst/multifilesink/gstmultifilesink.h:
30292         add support for streamheader in multifilesink
30293
30294 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30295
30296         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30297         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30298         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30299           Prevent infinite loops. More correct error reporting.
30300         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30301           Error out if negotiation fails.
30302         * gst/playback/gstplaybasebin.c: (setup_source),
30303         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30304         (gst_play_base_bin_found_tag):
30305           Error/tag forwarding. Pre-roll fixes for source errors on state
30306           changes (e.g. "file does not exist") to prevent hangs.
30307
30308 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30309
30310         * testsuite/multifilesink/Makefile.am:
30311         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30312         (gst_newmedia_class_init), (gst_newmedia_init),
30313         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30314         (newfile_signal), (test_signal), (main):
30315         * testsuite/multifilesink/multifilesrc_test.c: (main):
30316         * testsuite/multifilesink/oggtheora_test.c:
30317         (gst_newmedia_base_init), (gst_newmedia_class_init),
30318         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30319         (test_format), (newfile_signal), (test_signal), (main):
30320         * testsuite/multifilesink/oggvorbis_test.c:
30321         (gst_newmedia_base_init), (gst_newmedia_class_init),
30322         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30323         (test_format), (newfile_signal), (test_signal), (main):
30324         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30325         (gst_newmedia_class_init), (gst_newmedia_init),
30326         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30327         (newfile_signal), (test_signal), (main):
30328         New media tests
30329
30330 2004-09-20  Christian Schaller <christian@fluendo.com>
30331
30332         * Fix mikmod license to LGPL as they have relicensed
30333         * Move Dirac and Effectv into LGPL section of README_license
30334
30335 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30336
30337         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30338         (gst_mad_change_state):
30339           Allow for mp3 rate/channels changes. However, only very
30340           conservatively. Reason that we *have* to enable this is smiply
30341           because the mad find_sync() function is not good enough, it will
30342           regularly sync on random data as valid frames and therefore make
30343           us provide random caps as *final* caps of the stream. The best fix
30344           I could think of is to simply require several of the same stream
30345           changes in a row before we change caps.
30346           The actual testcase that works now is #
30347         * ext/ogg/Makefile.am:
30348         * ext/ogg/gstogg.c: (plugin_init):
30349         * ext/ogg/gstogmparse.c:
30350           OGM support (video only for now; I need an audio sample file).
30351         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30352         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30353         (gst_asf_demux_add_video_stream):
30354           WMV extradata.
30355         * gst/playback/gstplaybasebin.c: (unknown_type):
30356           Don't error out on single unknown-types after all. It's wrong.
30357           If we found type of video and audio but not of a subtitle stream,
30358           it will still error out (which is unwanted). Will find a better fix
30359           later on.
30360         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30361         (ogmaudio_type_find), (plugin_init):
30362           OGM support.
30363
30364 2004-09-20  Johan Dahlin  <johan@gnome.org>
30365
30366         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30367         after setting caps.
30368
30369 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30370
30371         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30372         * gst/wavenc/gstwavenc.h:
30373         Added newmedia support to wavenc
30374
30375 2004-09-17  Wim Taymans  <wim@fluendo.com>
30376
30377         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30378         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30379         (gst_fdset_fd_can_write), (gst_fdset_wait):
30380         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30381         (gst_multifdsink_init), (gst_multifdsink_add),
30382         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30383         (gst_multifdsink_remove_client_link),
30384         (gst_multifdsink_client_queue_buffer),
30385         (gst_multifdsink_handle_client_write),
30386         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30387         (gst_multifdsink_close), (gst_multifdsink_change_state):
30388         * gst/tcp/gstmultifdsink.h:
30389         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30390         (gst_tcpserversink_removed):
30391         Small cleanups in fdset.c
30392         Use a hastable to map fd to the client structure for faster
30393         lookup in _remove and get_stats.
30394         Added virtual function to close the fds.
30395         Handle clients even when the select/poll call was unblocked because
30396         of a command.
30397         Implement syncing to keyframe in the recovery procedure.
30398
30399 2004-09-16 Iain <iaingnome@gmail.com>
30400
30401         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30402         try caps.
30403
30404 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30405
30406         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30407           Caps are only set if the type of the stream is unknown, but this
30408           is initialized in ->init_stream(), so set to UNKNOWN after calling
30409           ->init_stream() so that capsnego starts.
30410
30411 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30412
30413         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30414         (gst_avi_demux_stream_data):
30415           Just hardcode for raw audio then. AVI audio sucks.
30416
30417 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30418
30419         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30420         * gst/matroska/matroska-mux.c: (audiosink_templ),
30421         (gst_matroska_mux_audio_pad_link):
30422         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30423         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30424
30425 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30426
30427         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30428         (gst_avi_demux_stream_data):
30429           Try to fix a/v sync issues.
30430
30431 2004-09-15  David Schleef  <ds@schleef.org>
30432
30433         * configure.ac: remove NASM check, since we don't use it.  Update
30434         dirac check to 0.4
30435         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30436         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30437         Initialized variables.
30438         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30439         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30440         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30441         SVQ3 format
30442
30443 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30444
30445         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30446         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30447         * gst/avi/gstavidemux.h:
30448           Fix for compressed audio (mp3) timestamp generation. How did this
30449           ever work?
30450
30451 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30452
30453         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30454           Volume is a double not a float.
30455
30456 2004-09-15  Wim Taymans  <wim@fluendo.com>
30457
30458         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30459         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30460         Don't close the fd in multifdsink as we didn't open it in the
30461         first place. Some cleanups.
30462
30463 2004-09-15  Wim Taymans  <wim@fluendo.com>
30464
30465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30466         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30467         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30468         Fix the case where the muxer would mark pages as delta
30469         frames when they are not (vorbis only ogg).
30470
30471 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30472
30473         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30474         (gst_play_base_bin_change_state):
30475           Handle the case where we failed to setup a clear pipeline. This
30476           will throw an error (or EOS, another nice case) and if you don't
30477           catch that, the app will wait for the signal forever (and thus
30478           hang).
30479
30480 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30481
30482         * ext/gnomevfs/gstgnomevfssink.c:
30483         (gst_gnomevfssink_uri_get_protocols):
30484         * ext/gnomevfs/gstgnomevfssrc.c:
30485         (gst_gnomevfssrc_uri_get_protocols):
30486         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30487         * ext/gnomevfs/gstgnomevfsuri.h:
30488           Use _uri_new() instead of _open(), so it doesn't take as long and
30489           Christophe's computer won't hang.
30490         * gst/playback/gstplaybasebin.c: (unknown_type):
30491           Throw error on unknown media type, so apps actually display it.
30492
30493 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30494
30495         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30496           this script to work on Solaris since bash shell handles echo
30497           differenly than bash.
30498
30499 2004-09-17  Wim Taymans  <wim@fluendo.com>
30500
30501         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30502         (setup_source), (gst_play_base_bin_set_property),
30503         (gst_play_base_bin_add_element):
30504         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30505         Some more work on making sure seeking pauses the pipeline and
30506         that changing the uri actually does something.
30507
30508 2004-09-17  Wim Taymans  <wim@fluendo.com>
30509
30510         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30511         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30512         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30513         (gst_tcpserversink_close):
30514         Be a bit more paranoid when freeing memory.
30515
30516 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30517
30518         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30519         (qtdemux_parse_trak):
30520           Don't crash by dividing by zero (see sample movie in #126922).
30521
30522 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30523
30524         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30525           Don't touch non-existing data (fixes crash on file in #140147).
30526
30527 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30528
30529         * gst/playback/gstplaybasebin.c:
30530         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30531           Handle double disposals, and proper change of URIs.
30532
30533 2004-09-13  Martin Eikermann <meiker@upb.de>
30534
30535         * gst/mpegstream/gstmpegparse.c:
30536           fix synchronistation for streams recorded from digital PCR
30537           fixes bug #119376
30538
30539 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30540
30541         * ext/gnomevfs/Makefile.am:
30542         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30543         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30544         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30545         (gst_gnomevfssink_uri_get_type),
30546         (gst_gnomevfssink_uri_get_protocols),
30547         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30548         (gst_gnomevfssink_uri_handler_init),
30549         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30550         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30551         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30552         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30553         (gst_gnomevfssrc_uri_get_type),
30554         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30555         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30556         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30557         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30558         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30559         * ext/gnomevfs/gstgnomevfsuri.h:
30560           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30561           of fake URIs to see which this version of Gnome-VFS likes, and
30562           uses that for the Gst-URI interface. Makes playbin support http://
30563           streams. Also fix up some stupid behaviour in gnomevfssrc.
30564
30565 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30566
30567         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30568         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30569         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30570         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30571           Update mixer (to sync with other sessions) if we try to obtain
30572           a new value. This makes alsamixer work accross applications.
30573         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30574           Only call sync functions if we're running, else alsalib asserts.
30575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30576           Sometimes fails to compile. Possibly a gcc bug.
30577         * gst/playback/gstplaybin.c: (gen_video_element),
30578         (gen_audio_element):
30579           Add a reference to an application-provided object, because we lose
30580           this same reference if we add it to the bin. If we don't do this,
30581           we can only use this object once and thus crash if we go from
30582           ready to playing, back to ready and back to playing again.
30583           Also add an audioscale element because several cheap soundcards -
30584           like mine - don't support all samplerates.
30585         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30586         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30587           Fix wrong order or PAR calls. Makes automatically obtained PAR
30588           from the X server atually being used.
30589
30590 2004-09-12  David Schleef  <ds@schleef.org>
30591
30592         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30593         #151887, #152102, #152247.
30594         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30595         * examples/seeking/cdparanoia.c: same
30596         * examples/seeking/cdplayer.c: same
30597         * examples/seeking/seek.c: same
30598         * examples/seeking/spider_seek.c: same
30599         * examples/seeking/vorbisfile.c: same
30600         * examples/stats/mp2ogg.c: same
30601         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30602         (gst_esdsink_dispose): Dispose of element properly.
30603         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30604         fixes.
30605         * ext/nas/nassink.c: (gst_nassink_class_init),
30606         (gst_nassink_dispose): Dispose of element correctly.
30607         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30608         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30609         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30610         Fix 64-bit warning.
30611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30612         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30613         Fix 64-bit warning.
30614
30615 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30616
30617         * configure.ac : change speex detection as 1.1.6 now uses
30618           .pc/pkg-config and they changed their headers location.
30619
30620 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30621
30622         * gst/matroska/matroska-mux.h:
30623         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30624         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30625         (gst_matroska_mux_write_data):
30626           Write multiple blocks/frames per cluster.
30627                 Write meta-seek information (seek heads).
30628
30629 2004-09-09  Scott Wheeler <wheeler@kde.org>
30630
30631         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30632         (gst_play_bin_set_property), (gst_play_bin_get_property),
30633         (gen_audio_element), (gen_audio_element):
30634           Add a volume element / property to the pipeline.
30635
30636 2004-09-07  Wim Taymans  <wim@fluendo.com>
30637
30638         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30639         Copy timestamps from the master pad to the output buffers.
30640
30641 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30642
30643         * ext/raw1394/gstdv1394src.c:
30644           throw errors when applicable
30645
30646 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30647
30648         * gst/matroska/ebml-ids.h:
30649         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30650         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30651         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30652           automatically convert unix time <-> ebml time when reading/writing
30653           a date, use gst_ebml_write_uint to write CUETIME,
30654           not gst_ebml_write_date.
30655         * gst/matroska/matroska-ids.h:
30656         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30657         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30658         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30659         (gst_matroska_mux_write_data):
30660           Write track and segment UIDs, write muxing date, write
30661           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30662           Create cues for audio only files.
30663
30664 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30665
30666         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30667         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30668           Re-commit ALSA switches.
30669         * gst/adder/gstadder.c: (gst_adder_loop):
30670           64-bit fix (#151416).
30671         * gst/debug/progressreport.c: (gst_progressreport_report):
30672           64-bit fix (#151419).
30673         * gst/matroska/matroska-demux.c:
30674         (gst_matroska_demux_parse_contents):
30675           64-bit fix (#151420).
30676         * gst/playback/test3.c: (update_scale):
30677           64-bit fix (#151421).
30678
30679 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30680
30681         * configure.ac:
30682           bump nano to cvs
30683
30684 === release 0.8.4 ===
30685
30686 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30687
30688         * configure.ac: releasing 0.8.4, "Alias"
30689
30690 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30691
30692         * ext/theora/Makefile.am:
30693           fix makefile.  Fixes #151462.
30694
30695 2004-08-30  Wim Taymans  <wim@fluendo.com>
30696
30697         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30698         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30699         (gst_multifdsink_remove_client_link),
30700         (gst_multifdsink_client_queue_buffer),
30701         (gst_multifdsink_handle_client_write):
30702         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30703         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30704         Fix some memory leaks.
30705
30706 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30707
30708         Patch by: David Schleef
30709
30710         * configure.ac:
30711         * sys/Makefile.am:
30712           rename our detection macro for V4L2.  Fixes #151236.
30713
30714 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30715
30716         Patch by: David Schleef
30717
30718         * configure.ac:
30719           check to define LAMEPRESET.  Fixes #151232.
30720
30721 2004-08-27  David Schleef  <ds@schleef.org>
30722
30723         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30724         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30725         (gst_glimagesink_fixate):  Move local variable declarations to
30726         make gcc-2.95 happy.
30727
30728 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30729
30730         * configure.ac:
30731           bump nano for prerelease
30732
30733 2004-08-27  David Schleef  <ds@schleef.org>
30734
30735         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30736         * sys/sunaudio/gstsunaudiosrc.c:
30737         * sys/sunaudio/gstsunaudiosrc.h:
30738
30739 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30740
30741         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30742         handle EOS correctly
30743         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30744         * gst/matroska/matroska-mux.h:
30745         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30746         VFW compatibility mode
30747
30748 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30749
30750         patch by: Zaheer Abbas Merali
30751
30752         * ext/ogg/gstoggmux.c:
30753         * ext/vorbis/vorbisenc.c:
30754         * ext/vorbis/vorbisenc.h:
30755           handle NEWMEDIA
30756
30757 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30758
30759         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30760         fix byte order reversion on little endian machines.
30761         * gst/matroska/matroska-mux.c: (audiosink_templ),
30762         (gst_matroska_mux_audio_pad_link):
30763         add TTA codec to the list of supported codecs.
30764         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30765         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30766         (gst_matroska_mux_write_data):
30767         * gst/matroska/matroska-mux.h:
30768         write segment duration correctly, write muxing app string, fixes bugs
30769         #140897 and #140898.
30770         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30771         wait for all pads to be negotiated before starting to mux.
30772
30773 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30774
30775         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30776         * ext/lame/gstlame.h:
30777         Added new media support to lame
30778
30779 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30780
30781         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30782         send vorbis headers at the beginning of a stream, fixes bug #141554.
30783         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30784         bug #148950.
30785         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
30786         (gst_matroska_demux_plugin_init):
30787         * gst/matroska/matroska-ids.h:
30788         enable demuxing of TTA audio streams, fixes bug #148951.
30789         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
30790         enable typefinding for TTA audio files, fixes bug #148711.
30791         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
30792         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
30793         fixes playback of packed bitstream and xvid with bframes, bug #135407.
30794
30795 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
30796
30797         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30798         (gst_riff_read_element_data), (gst_riff_read_seek),
30799         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
30800         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
30801         <teuf@gnome.org>
30802
30803 2004-08-23 Iain <iaingnome@gmail.com>
30804
30805         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
30806         tags. They appear to be handled differently to normal.
30807         (tag_list_to_id3_tag_foreach): Ditto.
30808
30809 2004-08-22  Wim Taymans  <wim@fluendo.com>
30810
30811         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30812         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30813         Make sure we never send -1 granulepos.
30814
30815 2004-08-20  Wim Taymans  <wim@fluendo.com>
30816
30817         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30818         (gst_ogg_mux_loop):
30819         I will accept bitchslappings with non sharp objects.
30820
30821 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30822
30823         * configure.ac:
30824         Clean up the test for lame presets
30825
30826 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30827
30828         * configure.ac:
30829         * ext/lame/Makefile.am:
30830         * ext/lame/gstlame.c: (gst_lame_class_init),
30831         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30832         Only enable lame presets if version of lame has presets in API
30833
30834 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
30835         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
30836         * gst/udp/gstudpsrc.h:
30837           Don't call gst_pad_push in a get function. Fixes #150449
30838
30839 2004-08-18  Wim Taymans  <wim@fluendo.com>
30840
30841         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
30842         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
30843         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30844         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30845         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30846         (gst_fdset_wait):
30847         * gst/tcp/gstfdset.h:
30848         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30849         (gst_multifdsink_client_queue_buffer),
30850         (gst_multifdsink_handle_client_write):
30851         * gst/tcp/gstmultifdsink.h:
30852         Some extra checks in gstfdset.
30853         Only use send() when the fd is a socket. Don't try to
30854         read from write only fds.
30855
30856 2004-08-18  Wim Taymans  <wim@fluendo.com>
30857
30858         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
30859         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30860         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30861         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30862         (gst_fdset_wait):
30863         Add more locking and bounds checking.
30864
30865 2004-08-18  Wim Taymans  <wim@fluendo.com>
30866
30867         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
30868         Realloc test fdset in the lock and right before starting
30869         the poll call. Bump the limit to 4096.
30870
30871 2004-08-17  David Schleef  <ds@schleef.org>
30872
30873         * sys/sunaudio/Makefile.am:
30874         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
30875         of rates and channels.  Make debugging less obnoxious.
30876
30877         Patch from Balamurali Viswanathan implementing a mixer for
30878         Sun audio.  (bug #144091):
30879         * sys/sunaudio/gstsunelement.c:
30880         * sys/sunaudio/gstsunelement.h:
30881         * sys/sunaudio/gstsunmixer.c:
30882         * sys/sunaudio/gstsunmixer.h:
30883
30884 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30885
30886         * gst/audioscale/gstaudioscale.c:
30887         * gst/audioscale/gstaudioscale.h:
30888         made audioscale resample from any sample rate to any sample rate
30889
30890 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30891
30892         * ext/libpng/gstpngdec.c:
30893           error out on unsupported types
30894
30895 2004-08-17  Iain <iaingnome@gmail.com>
30896
30897         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
30898         mid_side and loose_mid_side properties if its a stereo stream.
30899
30900 2004-08-17  Wim Taymans  <wim@fluendo.com>
30901
30902         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30903         (theora_get_formats), (theora_dec_src_convert),
30904         (theora_dec_sink_convert), (theora_dec_src_query),
30905         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
30906         Add a debug line.
30907
30908 2004-08-17  Wim Taymans  <wim@fluendo.com>
30909
30910         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
30911         (gst_ogg_pad_push):
30912         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30913         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
30914         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
30915         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30916         Mark delta units in the muxer.
30917         Try to decode the packet after an out-of-sync error from
30918         libogg.
30919
30920 2004-08-17  Wim Taymans  <wim@fluendo.com>
30921
30922         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30923         (gst_multifdsink_init), (gst_multifdsink_add),
30924         (gst_multifdsink_client_queue_buffer),
30925         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
30926         * gst/tcp/gstmultifdsink.h:
30927         Added option to send a keyframe to clients as the first buffer.
30928         Make timeout property writable.
30929
30930 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30931
30932         patch by: Wim Taymans
30933
30934         * gst/tcp/gstfdset.c:
30935         * gst/tcp/gstmultifdsink.c:
30936           fix index comparison, should include 0
30937
30938 2004-08-16  Wim Taymans  <wim@fluendo.com>
30939
30940         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
30941         (gst_fdset_add_fd), (gst_fdset_remove_fd),
30942         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30943         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30944         (gst_fdset_wait):
30945           copy when reallocing for poll so the select arguments don't get
30946           changed during the call
30947
30948 2004-08-16  Wim Taymans  <wim@fluendo.com>
30949
30950         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
30951         (gst_theora_enc_class_init), (theora_enc_sink_link),
30952         (theora_buffer_from_packet), (theora_enc_chain):
30953         Fix bug where buffers were not marked as keyframes
30954         correctly.
30955
30956 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30957
30958         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
30959         (gst_lame_preset_get_type), (gst_lame_class_init):
30960         describe the enum values for vbr mode and presets more verbosely
30961
30962 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30963
30964         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
30965         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
30966         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
30967         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30968         * ext/lame/gstlame.h:
30969         add preset property to lame so it can use lame presets
30970
30971 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30972
30973         * ext/lame/gstlame.c: (gst_lame_get_property):
30974         whoops forgot break, thanks teuf
30975
30976 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30977
30978         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
30979         (gst_lame_class_init), (gst_lame_src_getcaps),
30980         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
30981         (gst_lame_get_property), (gst_lame_setup):
30982         * ext/lame/gstlame.h:
30983         fix lame's broken vbr stuff, allow it to resample if need be, and also
30984         make xing header optional
30985
30986 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30987
30988         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
30989         added getcaps function so samplerate doesnt get fixated to silly values
30990
30991 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30992
30993         * ext/lame/gstlame.c: (gst_lame_src_link):
30994         revert previous fix
30995
30996 2004-08-12  Johan Dahlin  <johan@gnome.org>
30997
30998         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
30999         checks. Doesn't matter what state we are in. Interfaces are a
31000         compile time thing, not runtime. It also broke the python bindings.
31001
31002 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31003
31004         * ext/lame/gstlame.c: (gst_lame_src_link):
31005         made source pad link function check if sinkpad is ok..fixes the problem
31006         where core fixates the output rate of lame stupidly
31007
31008 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31009
31010         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31011         * sys/v4l/v4l_calls.c:
31012         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31013           fix fixate function to handle nonsimple caps.
31014           remove bogus check in _link
31015           cleanups
31016
31017 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31018
31019         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31020         set default compression ratio parameter to 0.0 so bitrate parameter
31021         works :)
31022
31023 2004-08-11  David Schleef  <ds@schleef.org>
31024
31025         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31026
31027 2004-08-11  David Schleef  <ds@schleef.org>
31028
31029         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31030         before.
31031
31032 2004-08-11  David Schleef  <ds@schleef.org>
31033
31034         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31035
31036 2004-08-11  David Schleef  <ds@schleef.org>
31037
31038         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31039           license field
31040         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31041         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31042           LGPL.
31043         * gst/auparse/gstauparse.c: Fix plugin license field.
31044         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31045         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31046         * gst/rtp/gstrtp.c: Fix plugin license field.
31047
31048 2004-08-11  Wim Taymans  <wim@fluendo.com>
31049
31050         * gst/tcp/Makefile.am:
31051         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31052         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31053         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31054         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31055         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31056         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31057         (gst_fdset_fd_can_write), (gst_fdset_wait):
31058         * gst/tcp/gstfdset.h:
31059         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31060         (gst_multifdsink_class_init), (gst_multifdsink_init),
31061         (gst_multifdsink_add), (gst_multifdsink_remove),
31062         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31063         (gst_multifdsink_remove_client_link),
31064         (gst_multifdsink_handle_client_read),
31065         (gst_multifdsink_client_queue_data),
31066         (gst_multifdsink_client_queue_caps),
31067         (gst_multifdsink_client_queue_buffer),
31068         (gst_multifdsink_handle_client_write),
31069         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31070         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31071         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31072         (gst_multifdsink_close):
31073         * gst/tcp/gstmultifdsink.h:
31074         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31075         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31076         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31077         (gst_tcpserversink_close):
31078         * gst/tcp/gsttcpserversink.h:
31079         Abstracted away the select call, implemented poll (yes we ran into
31080         the 1024 limit in production).
31081
31082 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31083
31084         * gst/tcp/gsttcp.c:
31085         * gst/tcp/gsttcpplugin.c:
31086           improve debuggging, remove assert
31087
31088 2004-08-10  Wim Taymans  <wim@fluendo.com>
31089
31090         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31091         (gst_client_status_get_type), (gst_multifdsink_class_init),
31092         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31093         (gst_multifdsink_handle_client_read),
31094         (gst_multifdsink_handle_client_write),
31095         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31096         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31097         (gst_multifdsink_get_property):
31098         * gst/tcp/gstmultifdsink.h:
31099         * gst/tcp/gsttcp-marshal.list:
31100         Starting to prepare for specifying buffer time in other units
31101         than buffers. Expose remove reason in signal.
31102
31103 2004-08-10  Wim Taymans  <wim@fluendo.com>
31104
31105         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31106         (gst_multifdsink_remove), (gst_multifdsink_clear),
31107         (gst_multifdsink_remove_client_link),
31108         (gst_multifdsink_handle_client_read),
31109         (gst_multifdsink_client_queue_data),
31110         (gst_multifdsink_client_queue_buffer),
31111         (gst_multifdsink_handle_client_write),
31112         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31113         (gst_multifdsink_chain), (gst_multifdsink_close):
31114         * gst/tcp/gstmultifdsink.h:
31115         Added more debugging info. Changed the way clients are
31116         removed from the lists. Fixed a bug where a bad file descriptor
31117         could cause many clients to be removed.
31118
31119 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31120
31121         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31122           allow all pixel-aspect-ratios, not just 1:1
31123
31124 2004-08-09  David Schleef  <ds@schleef.org>
31125
31126         * sys/glsink/ARB_multitexture.h:  Remove old files.
31127         * sys/glsink/EXT_paletted_texture.h:
31128         * sys/glsink/NV_register_combiners.h:
31129         * sys/glsink/gstgl_nvimage.c:
31130         * sys/glsink/gstgl_pdrimage.c:
31131         * sys/glsink/gstgl_rgbimage.c:
31132         * sys/glsink/gstglsink.c:
31133         * sys/glsink/gstglsink.h:
31134         * sys/glsink/gstglxwindow.c:
31135         * sys/glsink/regcomb_yuvrgb.c:
31136
31137 2004-08-09  David Schleef  <ds@schleef.org>
31138
31139         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31140         GL sink plugin.  (Bug #147302)
31141
31142         * configure.ac: Test for OpenGL
31143         * sys/Makefile.am: Use test for OpenGL
31144         * sys/glsink/Makefile.am:
31145         * sys/glsink/glimagesink.c: rewrite
31146         * sys/glsink/glimagesink.h: rewrite
31147
31148 2004-08-09  David Schleef  <ds@schleef.org>
31149
31150         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31151         sane framerates.
31152         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31154         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31155
31156 2004-08-09  Wim Taymans  <wim@fluendo.com>
31157
31158         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31159         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31160         (gst_multifdsink_client_remove),
31161         (gst_multifdsink_handle_client_read),
31162         (gst_multifdsink_handle_client_write),
31163         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31164         Do a bit more logging, make the client_read code more robust.
31165
31166 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31167
31168         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31169         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31170         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31171         (gst_jpegdec_init), (gst_jpegdec_chain):
31172         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31173         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31174           cleanups, debugging fixes and memleak plugging
31175
31176 2004-08-09  Wim Taymans  <wim@fluendo.com>
31177
31178         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31179         (theora_get_formats), (theora_dec_src_convert),
31180         (theora_dec_sink_convert), (theora_dec_src_query),
31181         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31182         (theora_dec_change_state):
31183         Don't crash on missing header packets.
31184
31185 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31186
31187         * po/LINGUAS:
31188         * po/sq.po:
31189           Added Albanian translation (Laurent Dhima)
31190         * po/cs.po:
31191           updated
31192
31193 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31194
31195         * ext/lame/gstlame.c:
31196           fix/add debugging
31197
31198 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31199
31200         * sys/ximage/ximagesink.c:
31201         * sys/xvimage/xvimagesink.c:
31202           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31203
31204 2004-08-06  Wim Taymans  <wim@fluendo.com>
31205
31206         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31207         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31208         (gst_multifdsink_client_remove),
31209         (gst_multifdsink_handle_client_read),
31210         (gst_multifdsink_handle_client_write),
31211         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31212         Make sure we don't try to read more from a client that what
31213         ioctl says us or we deadlock.
31214
31215 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31216
31217         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31218         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31219         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31220           decouple running_time and n_frames so it can handle changing
31221           framerate while running
31222
31223 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31224
31225         * po/nl.po:
31226         * po/sv.po:
31227           updated translations
31228
31229 2004-08-04  Benjamin Otte  <otte@gnome.org>
31230
31231         * gst/videotestsrc/gstvideotestsrc.c:
31232         (gst_videotestsrc_get_capslist), (generate_capslist),
31233         (plugin_init):
31234           generate the list of supported caps at startup and reuse it instead
31235           of always generating it
31236
31237 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31238
31239         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31240           whoops, last checkin broke normal build
31241
31242 2004-08-03  Benjamin Otte  <otte@gnome.org>
31243
31244         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31245         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31246         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31247         (gst_alsa_mixer_get_option):
31248         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31249         (dvdnavsrc_print_event):
31250         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31251         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31252         (gst_ogg_mux_pad_unlink):
31253         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31254         (gst_multipart_mux_pad_unlink):
31255         * gst/videofilter/gstvideobalance.c:
31256         (gst_videobalance_colorbalance_set_value):
31257         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31258         (gst_videomixer_pad_unlink):
31259         * po/uk.po:
31260         * sys/oss/gstossmixer.c:
31261         * sys/v4l/gstv4lcolorbalance.c:
31262         * sys/v4l/gstv4ltuner.c:
31263         * sys/v4l/v4lsrc_calls.c:
31264         * sys/v4l2/gstv4l2colorbalance.c:
31265         * sys/v4l2/gstv4l2tuner.c:
31266           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31267
31268 2004-08-03  Benjamin Otte  <otte@gnome.org>
31269
31270         * examples/dynparams/filter.c: (ui_control_create):
31271         * examples/gstplay/player.c: (print_tag):
31272         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31273         * ext/gdk_pixbuf/gstgdkanimation.c:
31274         (gst_gdk_animation_iter_may_advance):
31275         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31276         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31277         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31278         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31279         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31280         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31281         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31282         * gst/sine/demo-dparams.c: (main):
31283         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31284         * testsuite/alsa/formats.c: (create_pipeline):
31285         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31286           fixes for G_DISABLE_ASSERT and friends
31287         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31288         (mp3_type_frame_length_from_header), (mp3_type_find),
31289         (plugin_init):
31290           require mp3 typefinding to have at least MIN_HEADERS valid headers
31291           add typefinding for AAC adts files
31292
31293 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31294
31295         * sys/ximage/ximagesink.c:
31296         (gst_ximagesink_calculate_pixel_aspect_ratio):
31297         * sys/xvimage/xvimagesink.c:
31298         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31299         Make sure we calculate pixel-aspect-ratio using floating point maths
31300
31301 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31302
31303         * po/uk.po:
31304           updated translation
31305
31306 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31307
31308         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31310           add debugging for display PAR calculation
31311
31312 2004-08-02  David Schleef  <ds@schleef.org>
31313
31314         * configure.ac: Fix mikmod CFLAGS.
31315
31316 2004-07-27  Benjamin Otte  <otte@gnome.org>
31317
31318         * gst/audioscale/gstaudioscale.c:
31319         - fix templates to only support S16, it's the only format that works
31320         - make caps nego code use try_set_caps_nonfixed and fixation instead
31321         of try_set_caps twice, which is not nice for autopluggers
31322         - change rank to secondary, so autopluggers can pick it up after
31323         audioconvert
31324
31325 2004-08-02  Iain <iain@prettypeople.org>
31326
31327         * gst/interleave/interleave.c (interleave_init),
31328         (interleave_request_new_pad),
31329         (interleave_pad_removed),
31330         (interleave_buffered_loop): Use the real pad count, not the artificial
31331         one.
31332
31333 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31334
31335         * configure.ac: bump nano back to development
31336
31337 === release 0.8.3 ===
31338
31339 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31340
31341         * configure.ac: releasing 0.8.3, "Water"
31342
31343 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31344
31345         * sys/xvimage/xvimagesink.c:
31346         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31347         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31348         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31349         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31350         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31351         * sys/xvimage/xvimagesink.h:
31352           apply similar PAR fixes as to ximagesink
31353
31354 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31355
31356         patch from: Benjamin Otte
31357
31358         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31359           add link function to lame.  Fixes #148986.
31360
31361 2004-08-02  Johan Dahlin  <johan@gnome.org>
31362
31363         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31364         fix debugging log
31365
31366 2004-07-30  David Schleef  <ds@schleef.org>
31367
31368         * gst/videomixer/Makefile.am: Fix things that should have been
31369         fixed in the last checkin.
31370
31371 2004-07-30  David Schleef  <ds@schleef.org>
31372
31373         * gst/multipart/Makefile.am: Fix things that should have been
31374         fixed in the last checkin.
31375
31376 2004-07-30  David Schleef  <ds@schleef.org>
31377
31378         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31379
31380 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31381
31382         * configure.ac:
31383           bump nano for prerelease
31384         * po/af.po:
31385         * po/az.po:
31386         * po/cs.po:
31387         * po/en_GB.po:
31388         * po/hu.po:
31389         * po/nl.po:
31390         * po/sr.po:
31391         * po/sv.po:
31392         * po/uk.po:
31393           updates
31394
31395 2004-07-30  Wim Taymans  <wim@fluendo.com>
31396
31397         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31398         (gst_multifdsink_add), (gst_multifdsink_remove),
31399         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31400         (gst_multifdsink_client_remove),
31401         (gst_multifdsink_handle_client_write),
31402         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31403         * gst/tcp/gstmultifdsink.h:
31404         Recover from a select with a bad file descriptor by removing
31405         the client.
31406
31407 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31408
31409         * configure.ac:
31410           fix requirement of core
31411         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31412         (gst_play_pipeline_setup):
31413           don't use colorspace element.  do use hermescolorspace element.
31414           make macro to get a colorspace element.
31415           mark strings for translation.
31416         * po/POTFILES.in:
31417           add play.c
31418         * po/af.po:
31419         * po/az.po:
31420         * po/cs.po:
31421         * po/en_GB.po:
31422         * po/hu.po:
31423         * po/nl.po:
31424         * po/sr.po:
31425         * po/sv.po:
31426         * po/uk.po:
31427           update translations
31428
31429 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31430
31431         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31432         fix default for newmedia flag
31433
31434 2004-07-30  Wim Taymans  <wim@fluendo.com>
31435
31436         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31437         (gst_theora_dec_init), (theora_get_formats),
31438         (theora_dec_src_convert), (theora_dec_sink_convert),
31439         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31440         (theora_dec_chain), (theora_dec_set_property),
31441         (theora_dec_get_property):
31442         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31443         (gst_theora_enc_class_init), (gst_theora_enc_init),
31444         (theora_enc_sink_link), (theora_enc_chain),
31445         (theora_enc_set_property), (theora_enc_get_property):
31446         Added cropping option to theora decoder.
31447         Added border option to theora encoder.
31448
31449 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31450
31451         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31452         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31453         (gst_pngenc_set_property):
31454         * ext/libpng/gstpngenc.h:
31455         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
31456
31457 2004-07-30  Wim Taymans  <wim@fluendo.com>
31458
31459         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31460         (theora_enc_sink_link), (theora_enc_chain),
31461         (theora_enc_set_property), (theora_enc_get_property):
31462         Fix encoding of non-multiple-of-16 video.
31463
31464 2004-07-29  David Schleef  <ds@schleef.org>
31465
31466         * configure.ac: make test for audiofile more strict
31467
31468 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31469
31470         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31471           give different names to typefind functions
31472
31473 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31474
31475         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31476         (gst_ximagesink_calculate_pixel_aspect_ratio),
31477         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31478         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31479         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31480         (gst_ximagesink_get_property), (gst_ximagesink_init):
31481         * sys/ximage/ximagesink.h:
31482           allocate PAR's dynamically.
31483           use autodetected PAR if no object-set PAR is given.
31484           add workaround for directfb's X not setting physical size.
31485           fix to xvimagesink will follow tomorrow.
31486
31487 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31488
31489         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31490         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31491         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31492         (gst_shout2send_class_init), (gst_shout2send_init),
31493         (set_shout_metadata), (gst_shout2send_set_metadata),
31494         (gst_shout2send_chain), (gst_shout2send_set_property),
31495         (gst_shout2send_get_property), (gst_shout2send_connect),
31496         (gst_shout2send_change_state):
31497         * ext/shout2/gstshout2.h:
31498         - fix for sending mp3 audio to icecast2 server, if pad link function not
31499         called before PAUSED state
31500         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31501         - added tagging support for mp3 audio broadcasted
31502         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31503         debug info
31504
31505 2004-07-28  Wim Taymans  <wim@fluendo.com>
31506
31507         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31508         (gst_ogg_demux_push):
31509         Return query failure when we don't know the length of
31510         an ogg stream insteda of returning TRUE with a bogus value.
31511
31512 2004-07-28  Wim Taymans  <wim@fluendo.com>
31513
31514         * ext/theora/theoradec.c: (theora_get_formats),
31515         (theora_dec_src_convert), (theora_dec_sink_convert),
31516         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31517         (theora_dec_chain):
31518         Don't screw up the 1 Chroma for 1 luma sample situation when we
31519         have an odd offset/width by adding a black border in those cases.
31520
31521 2004-07-28  Wim Taymans  <wim@fluendo.com>
31522
31523         * ext/theora/theoradec.c: (theora_get_formats),
31524         (theora_dec_src_convert), (theora_dec_sink_convert),
31525         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31526         (theora_dec_chain):
31527         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31528         Added first attempt at cropping of the image as required by the
31529         theora spec. We need more properties in the caps (offset_x,
31530         offset_y,stride) to implement this correctly.
31531
31532 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31533
31534         * ext/dvdnav/README:
31535           Update the README to use dvddemux
31536         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31537           Ensure getcaps returns a subset of the template caps
31538         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31539         (gst_mpeg2subt_init):
31540           Ensure getcaps returns a subset of the template caps
31541         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31542         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31543         (gst_dvd_demux_get_subpicture_stream),
31544         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31545         * gst/mpegstream/gstdvddemux.h:
31546           Set the explicit caps on the current_video pad before pushing
31547           anything
31548         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31549         (gst_mpeg_demux_get_audio_stream):
31550           Free caps used to gst_pad_set_explicit_caps, which takes a const
31551           GstCaps *
31552
31553 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31554
31555         * configure.ac: update GStreamer requirement to 0.8.4 because of
31556           GstFraction.
31557
31558 2004-07-28  Wim Taymans  <wim@fluendo.com>
31559
31560         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31561         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31562         Add the pad to the element after setting up the caps. This
31563         makes it a lot easier to autoplug.
31564
31565 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31566
31567         * gst/median/gstmedian.c:
31568         * gst/mpeg2subt/gstmpeg2subt.c:
31569         * gst/mpegaudioparse/gstmpegaudioparse.c:
31570         * gst/mpegstream/gstdvddemux.c:
31571         * gst/mpegstream/gstmpegdemux.c:
31572         * gst/mpegstream/gstmpegpacketize.c:
31573         * gst/rtjpeg/gstrtjpeg.c:
31574         * gst/rtjpeg/gstrtjpegdec.c:
31575         * gst/rtjpeg/gstrtjpegenc.c:
31576         * gst/sine/gstsinesrc.c:
31577         * gst/smooth/gstsmooth.c:
31578         * gst/smpte/gstsmpte.c:
31579         * gst/smpte/gstsmpte.h:
31580         * gst/stereo/gststereo.c:
31581         * gst/videofilter/gstgamma.c:
31582         * gst/videofilter/gstvideobalance.c:
31583         * gst/videofilter/gstvideofilter.c:
31584         * gst/videofilter/gstvideoflip.c:
31585         * gst/videoscale/gstvideoscale.c:
31586         * gst/videoscale/videoscale.c:
31587         * gst/videotestsrc/gstvideotestsrc.c:
31588         * gst/videotestsrc/videotestsrc.c:
31589         * gst/wavenc/gstwavenc.c:
31590         * gst/wavparse/gstwavparse.c:
31591           fix local includes and 64 bits constants
31592
31593 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31594
31595         * win32/gst.sln:
31596         * gst-libs/gst/*/*.vcproj:
31597         * gst/*/*.vcproj:
31598           more working plugins
31599
31600 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31601
31602         * testsuite/alsa/Makefile.am:
31603         * testsuite/alsa/srcstate.c:
31604         add test for alsasrc changing state
31605
31606 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31607
31608         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31609         (gst_silence_get):
31610         * gst/silence/gstsilence.h:
31611         fix silence generation for 16bit raw audio
31612
31613 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31614
31615         * gst/matroska/matroska-demux.c:
31616         (gst_matroska_demux_parse_metadata),
31617         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31618         * gst/mpegaudio/common.c:
31619         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31620         (gst_videoscale_getcaps), (gst_videoscale_link),
31621         (gst_videoscale_src_fixate), (gst_videoscale_init),
31622         (gst_videoscale_finalize):
31623         * gst/videoscale/gstvideoscale.h:
31624         * gst/videotestsrc/gstvideotestsrc.c:
31625         (gst_videotestsrc_get_capslist):
31626         * gst/wavenc/gstwavenc.c:
31627         * sys/oss/gstossmixer.c: (fill_labels):
31628         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31629         (gst_ximagesink_handle_xevents),
31630         (gst_ximagesink_calculate_pixel_aspect_ratio),
31631         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31632         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31633         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31634         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31635         (gst_ximagesink_init), (gst_ximagesink_class_init):
31636         * sys/ximage/ximagesink.h:
31637         * sys/xvimage/xvimagesink.c:
31638         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31639         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31640         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31641         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31642         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31643         * sys/xvimage/xvimagesink.h:
31644           first batch of pixel aspect ratio commits.
31645
31646 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31647
31648         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31649         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31650         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31651           handle stride, needs work if we want to move stride handling
31652           upstream, but works correctly for our purposes.
31653
31654 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31655
31656         * gst/videoscale/README:
31657           add testing examples
31658         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31659         (gst_videoscale_chain):
31660         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31661         (gst_videoscale_get_size):
31662           add get_size function that handles stride like videotestsrc.
31663           fixes conversion for YUV formats for as much as I can test them.
31664
31665 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31666
31667         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31668         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31670         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31671         (gst_xvimagesink_xvimage_put):
31672           further cleanups, logging, error handling and synchronizing
31673
31674 2004-07-27  Wim Taymans  <wim@fluendo.com>
31675
31676         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31677         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31678         (gst_videomixer_pad_set_property),
31679         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31680         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31681         (gst_videomixer_class_init), (gst_videomixer_init),
31682         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31683         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31684         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31685         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31686         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31687         (gst_videomixer_loop), (plugin_init):
31688         Be a nicer negotiation citizen and provide a getcaps function on
31689         the srcpad. This also fixes a crash when resizing.
31690
31691 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31692
31693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31694         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31695
31696 2004-07-27  Wim Taymans  <wim@fluendo.com>
31697
31698         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31699         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31700         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31701         (gst_pngenc_set_property):
31702         * ext/libpng/gstpngenc.h:
31703         Added snapshot property to pngenc.
31704         removed g_print from pngdec
31705
31706 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31707
31708         * gst/ac3parse/ac3parse.vcproj
31709         * gst/adder/adder.vcproj
31710         * gst/alpha/alpha.vcproj
31711         * gst/alpha/alphacolor.vcproj
31712         * gst/asfdemux/asf.vcproj
31713         * gst/audioconvert/audioconvert.vcproj
31714         * gst/audiorate/audiorate.vcproj
31715         * gst/audioscale/audioscale.vcproj
31716         * gst/auparse/auparse.vcproj
31717         * gst/avi/avi.vcproj
31718         * gst/cdxaparse/cdxaparse.vcproj
31719         * gst/chart/chart.vcproj
31720         * gst/colorspace/colorspace.vcproj
31721         * gst/cutter/cutter.vcproj
31722         * gst/debug/debug.vcproj
31723         * gst/debug/efence.vcproj
31724         * gst/debug/navigationtest.vcproj
31725         * gst/deinterlace/deinterlace.vcproj
31726         * gst/effectv/effectv.vcproj
31727         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31728         * gst/filter/filter.vcproj
31729         * gst/flx/flxdec.vcproj
31730         * gst/goom/goom.vcproj
31731         * gst/interleave/interleave.vcproj
31732         * gst/law/alaw.vcproj
31733         * gst/law/mulaw.vcproj
31734         * gst/matroska/matroska.vcproj
31735         * gst/median/median.vcproj
31736         * gst/mixmatrix/mixmatrix.vcproj
31737         * gst/mpeg1sys/mpeg1systemencode.vcproj
31738         * gst/mpeg1videoparse/mp1videoparse.vcproj
31739         * gst/mpeg2sub/mpeg2subt.vcproj
31740         * gst/mpegaudio/mpegaudio.vcproj
31741         * gst/mpegaudioparse/mpegaudioparse.vcproj
31742         * gst/mpegstream/mpegstream.vcproj
31743         * gst/multifilesink/multifilesink.vcproj
31744         * gst/multipart/multipart.vcproj
31745         * gst/oneton/oneton.vcproj
31746         * gst/overlay/overlay.vcproj
31747         * gst/passthrough/passthrough.vcproj
31748         * gst/qtdemux/qtdemux.vcproj
31749         * gst/realmedia/rmdemux.vcproj
31750         * gst/rtjpeg/rtjpeg.vcproj
31751         * gst/rtp/rtp.vcproj
31752         * gst/silence/silence.vcproj
31753         * gst/sine/sinesrc.vcproj
31754         * gst/smooth/smooth.vcproj
31755         * gst/smpte/smpte.vcproj
31756         * gst/spectrum/spectrum.vcproj
31757         * gst/speed/speed.vcproj
31758         * gst/stereo/stereo.vcproj
31759         * gst/switch/switch.vcproj
31760         * gst/tags/tagedit.vcproj
31761         * gst/tcp/tcp.vcproj
31762         * gst/typefind/typefindfunctions.vcproj
31763         * gst/udp/udp.vcproj
31764         * gst/videobox/videobox.vcproj
31765         * gst/videocrop/videocrop.vcproj
31766         * gst/videodrop/videodrop.vcproj
31767         * gst/videofilter/gamma.vcproj
31768         * gst/videofilter/videobalance.vcproj
31769         * gst/videofilter/videofilter.vcproj
31770         * gst/videofilter/videoflip.vcproj
31771         * gst/videoflip/videoflip.vcproj
31772         * gst/videomixer/videomixer.vcproj
31773         * gst/videorate/videorate.vcproj
31774         * gst/videoscale/videoscale.vcproj
31775         * gst/videotestsrc/videotestsrc.vcproj
31776         * gst/virtualdub/virtualdub.vcproj
31777         * gst/volenv/volenv.vcproj
31778         * gst/volume/volume.vcproj
31779         * gst/wavenc/wavenc.vcproj
31780         * gst/wavparse/wavparse.vcproj
31781         * gst/y4m/y4menc.vcproj
31782         * gst-libs/gst/audio/audio.vcproj
31783         * gst-libs/gst/audio/audiofilter.vcproj
31784         * gst-libs/gst/colorbalance/colorbalance.vcproj
31785         * gst-libs/gst/idct/idtc.vcproj
31786         * gst-libs/gst/media-info/media-info.vcproj
31787         * gst-libs/gst/mixer/mixer.vcproj
31788         * gst-libs/gst/navigation/navigation.vcproj
31789         * gst-libs/gst/play/play.vcproj
31790         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
31791         * gst-libs/gst/resample/resample.vcproj
31792         * gst-libs/gst/riff/riff.vcproj
31793         * gst-libs/gst/tuner/tuner.vcproj
31794         * gst-libs/gst/video/video.vcproj
31795         * gst-libs/gst/xoverlay/xoverlay.vcproj
31796           avoid problems with math.h, fix release dependancy
31797           rename GStreamer-0.8.lib to libgstreamer.lib
31798
31799 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31800
31801         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
31803         the atom is not available we have to unlock the mutex. Fixes #148023
31804
31805 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31806
31807         * gst-libs/gst/media-info/media-info.h:
31808           issue for a vararg macro with MSVC
31809
31810 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31811
31812         * gst/effectv/effectv.vcproj
31813         * gst-libs/gst/idct/idct.vcproj:
31814         * gst-libs/gst/media-info/media-info.vcproj:
31815         * gst-libs/gst/navigation/navigation.vcproj:
31816         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31817         * gst-libs/gst/video/video.vcproj:
31818         * gst-libs/gst/xoverlay/xoverlay.vcproj:
31819           fixes for build problems
31820
31821 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31822
31823         * gst-libs/gst/audio/audio.def:
31824         * gst-libs/gst/audio/riff.def:
31825           add some definitions needed by plugins
31826
31827 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31828
31829         * gst/asfdemux/gstasfmux.c
31830           Fix some 64 bits constants to be glib friendly
31831
31832 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31833
31834         * gst/ac3parse/gstac3parse.c
31835         * gst/audioscale/gstaudioscale.c
31836         * gst/auparse/gstauparse.c
31837         * gst/colorspace/gstcolorspace.c
31838         * gst/colorspace/yuv2rgb.h
31839           local include fixes
31840
31841 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31842
31843         * win32/gst.sln
31844           add more plugins to the build
31845
31846 2004-07-26  Julien MOUTTE  <julien@moutte.net>
31847
31848         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31849         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
31850
31851 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31852
31853         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
31854         (gst_level_set_property), (gst_level_get_property),
31855         (gst_level_base_init), (gst_level_class_init):
31856           add debugging categories.  cleanups.
31857
31858 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31859
31860         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31861         (gst_videoscale_planar411), (gst_videoscale_planar400),
31862         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
31863         (gst_videoscale_scale_nearest_str1),
31864         (gst_videoscale_scale_nearest_str2),
31865         (gst_videoscale_scale_nearest_str4),
31866         (gst_videoscale_scale_nearest_16bit),
31867         (gst_videoscale_scale_nearest_24bit):
31868           fixed stride issues
31869           tested with 320x240 -> 321, 322, 324 x240
31870           tested with YV12, I420, YUY2, UYVY
31871           fixed packed422rev (don't think it could have worked before)
31872           by testing with UYVY
31873
31874 2004-07-26  Benjamin Otte  <otte@gnome.org>
31875
31876         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
31877         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
31878         (plugin_init):
31879           add debugging category, add error checks like checking return values
31880           of setup calls, make sure it still works after
31881           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
31882
31883 2004-07-26  Wim Taymans  <wim@fluendo.com>
31884
31885         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31886         (gst_mpeg_demux_get_audio_stream),
31887         (gst_mpeg_demux_process_private):
31888         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
31889         Check for error codes from the negotiation functions. Make sure
31890         we really set the pad caps when a new pad is created.
31891
31892 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31893
31894         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31895         (gst_ffmpeg_caps_to_pix_fmt):
31896         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31897         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31898         (gst_ffmpegcolorspace_pad_link):
31899           don't make function do two things at the same time without reason.
31900
31901 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31902
31903         * gst/ac3parse/ac3parse.vcproj
31904         * gst/adder/adder.vcproj
31905         * gst/alpha/alpha.vcproj
31906         * gst/alpha/alphacolor.vcproj
31907         * gst/asfdemux/asf.vcproj
31908         * gst/audioconvert/audioconvert.vcproj
31909         * gst/audiorate/audiorate.vcproj
31910         * gst/audioscale/audioscale.vcproj
31911         * gst/auparse/auparse.vcproj
31912         * gst/avi/avi.vcproj
31913         * gst/cdxaparse/cdxaparse.vcproj
31914         * gst/chart/chart.vcproj
31915         * gst/colorspace/colorspace.vcproj
31916         * gst/cutter/cutter.vcproj
31917         * gst/debug/debug.vcproj
31918         * gst/debug/efence.vcproj
31919         * gst/debug/navigationtest.vcproj
31920         * gst/deinterlace/deinterlace.vcproj
31921         * gst/effectv/effectv.vcproj
31922         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31923         * gst/filter/filter.vcproj
31924         * gst/flx/flxdec.vcproj
31925         * gst/goom/goom.vcproj
31926         * gst/interleave/interleave.vcproj
31927         * gst/law/alaw.vcproj
31928         * gst/law/mulaw.vcproj
31929         * gst/matroska/matroska.vcproj
31930         * gst/median/median.vcproj
31931         * gst/mixmatrix/mixmatrix.vcproj
31932         * gst/mpeg1sys/mpeg1systemencode.vcproj
31933         * gst/mpeg1videoparse/mp1videoparse.vcproj
31934         * gst/mpeg2sub/mpeg2subt.vcproj
31935         * gst/mpegaudio/mpegaudio.vcproj
31936         * gst/mpegaudioparse/mpegaudioparse.vcproj
31937         * gst/mpegstream/mpegstream.vcproj
31938         * gst/multifilesink/multifilesink.vcproj
31939         * gst/multipart/multipart.vcproj
31940         * gst/oneton/oneton.vcproj
31941         * gst/overlay/overlay.vcproj
31942         * gst/passthrough/passthrough.vcproj
31943         * gst/qtdemux/qtdemux.vcproj
31944         * gst/realmedia/rmdemux.vcproj
31945         * gst/rtjpeg/rtjpeg.vcproj
31946         * gst/rtp/rtp.vcproj
31947         * gst/silence/silence.vcproj
31948         * gst/sine/sinesrc.vcproj
31949         * gst/smooth/smooth.vcproj
31950         * gst/smpte/smpte.vcproj
31951         * gst/spectrum/spectrum.vcproj
31952         * gst/speed/speed.vcproj
31953         * gst/stereo/stereo.vcproj
31954         * gst/switch/switch.vcproj
31955         * gst/tags/tagedit.vcproj
31956         * gst/tcp/tcp.vcproj
31957         * gst/typefind/typefindfunctions.vcproj
31958         * gst/udp/udp.vcproj
31959         * gst/videobox/videobox.vcproj
31960         * gst/videocrop/videocrop.vcproj
31961         * gst/videodrop/videodrop.vcproj
31962         * gst/videofilter/gamma.vcproj
31963         * gst/videofilter/videobalance.vcproj
31964         * gst/videofilter/videofilter.vcproj
31965         * gst/videofilter/videoflip.vcproj
31966         * gst/videoflip/videoflip.vcproj
31967         * gst/videomixer/videomixer.vcproj
31968         * gst/videorate/videorate.vcproj
31969         * gst/videoscale/videoscale.vcproj
31970         * gst/videotestsrc/videotestsrc.vcproj
31971         * gst/virtualdub/virtualdub.vcproj
31972         * gst/volenv/volenv.vcproj
31973         * gst/volume/volume.vcproj
31974         * gst/wavenc/wavenc.vcproj
31975         * gst/wavparse/wavparse.vcproj
31976         * gst/y4m/y4menc.vcproj
31977           more plugins supported under windows
31978
31979 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31980
31981         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31982         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
31983         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
31984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31985         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
31986           Add debugging statements.  Use the sizes as returned by the
31987           *CreateImage calls.
31988
31989 2004-07-26  Johan Dahlin  <johan@gnome.org>
31990
31991         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
31992         the pad is negotiated.
31993
31994         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
31995
31996 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31997
31998         * gst-libs/gst/colorbalance/colorbalance.vcproj:
31999         * gst-libs/gst/idct/idct.vcproj:
32000         * gst-libs/gst/media-info/media-info.vcproj:
32001         * gst-libs/gst/mixer/mixer.vcproj:
32002         * gst-libs/gst/navigation/navigation.vcproj:
32003         * gst-libs/gst/play/play.vcproj:
32004         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32005         * gst-libs/gst/resample/resample.vcproj:
32006         * gst-libs/gst/tuner/tuner.vcproj:
32007         * gst-libs/gst/video/video.vcproj:
32008         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32009           more plugins supported under windows
32010
32011 2004-07-25 Iain <iain@prettypeople.org>
32012
32013         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32014         pad now rather than when the pad is created because state changes wipe
32015         explicit caps (fixes #148043).
32016
32017 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32018
32019         reviewed by Benjamin Otte  <otte@gnome.org>
32020
32021         * ext/mad/gstmad.c:
32022           fix mad plugin crashing on Sun (fixes #148289)
32023
32024 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32025
32026         * gst/avi/avi.def:
32027         * gst/avi/avi.vcproj:
32028         * gst/matroska/matroska.def:
32029         * gst/matroska/matroska.vcproj:
32030           remove unused .def files
32031
32032 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32033
32034         * gst-libs/gst/audio/gstaudiofilter.c:
32035           Clean the local include
32036
32037 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32038
32039         * win32/gst.sln:
32040         * gst-libs/gst/audio/audio.def:
32041         * gst-libs/gst/audio/audio.vcproj:
32042         * gst-libs/gst/audio/audiofilter.vcproj:
32043         * gst-libs/gst/audio/riff.def:
32044         * gst-libs/gst/audio/riff.vcproj:
32045         * gst-libs/gst/gst-libs.def:
32046         * gst-libs/gst/gst-libs.vcproj:
32047         * gst/avi/avi.vcproj:
32048         * gst/avi/avi.vcproj:
32049           Copy the files where needed after building, cleaner projects
32050
32051 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32052
32053         * gst/matroska/ebml-write.c:
32054           Fix some 64 bits constants to be glib friendly
32055
32056 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32057
32058         * win32/gst.sln:
32059         * gst-libs/gst/gst-libs.def:
32060         * gst-libs/gst/gst-libs.vcproj:
32061         * gst/matroska/matroska.def:
32062         * gst/matroska/matroska.vcproj:
32063           Add the preliminary canvas to build plugins on Win32
32064
32065 2004-07-23  Benjamin Otte  <otte@gnome.org>
32066
32067         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32068           don't enfore negotiation from source side, it breaks
32069           sinesrc ! audioconvert ! osssink
32070
32071 2004-07-22  David Schleef  <ds@schleef.org>
32072
32073         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32074         for ELF files, since they can easily be recognized as audio/mpeg.
32075         (bug #147441)
32076
32077 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32078
32079         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32080         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32081         (gst_videoscale_scale_nearest_24bit),
32082         (gst_videoscale_scale_nearest_16bit):
32083           fix 16bit and 24bit for stride (24bit might need testing)
32084           don't pretend we do more than one algorithm
32085
32086 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32087
32088         * configure.ac:
32089         * gst/Makefile.am:
32090         * gst/multifilesink/Makefile.am:
32091         * gst/multifilesink/gstmultifilesink.c:
32092         (gst_multifilesink_get_formats),
32093         (gst_multifilesink_get_query_types), (_do_init),
32094         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32095         (gst_multifilesink_init), (gst_multifilesink_dispose),
32096         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32097         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32098         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32099         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32100         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32101         (gst_multifilesink_uri_get_type),
32102         (gst_multifilesink_uri_get_protocols),
32103         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32104         (gst_multifilesink_uri_handler_init), (plugin_init):
32105         * gst/multifilesink/gstmultifilesink.h:
32106         * testsuite/Makefile.am:
32107         * testsuite/multifilesink/Makefile.am:
32108         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32109         (gst_newmedia_class_init), (gst_newmedia_init),
32110         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32111         (newfile_signal), (test_signal), (main):
32112         multifilesink plugin for creating new files every time a new media
32113         discontinuity event occurs
32114
32115 2004-07-22  Wim Taymans  <wim@fluendo.com>
32116
32117         * gst/alpha/Makefile.am:
32118         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32119         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32120         (gst_alpha_color_init), (gst_alpha_color_set_property),
32121         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32122         (transform), (gst_alpha_color_chain),
32123         (gst_alpha_color_change_state), (plugin_init):
32124         Stupid plugin to to RGBA to AYUV conversion because none of
32125         the colorspace plugins can handle that yet.
32126
32127 2004-07-22  Wim Taymans  <wim@fluendo.com>
32128
32129         * examples/seeking/seek.c: (update_scale), (main):
32130         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32131         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32132         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32133         (gst_decode_bin_init), (gst_decode_bin_dispose),
32134         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32135         (no_more_pads), (close_link), (type_found),
32136         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32137         (plugin_init):
32138         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32139         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32140         (gst_play_base_bin_dispose), (queue_overrun),
32141         (gen_preroll_element), (remove_prerolls), (unknown_type),
32142         (no_more_pads), (new_stream), (setup_source),
32143         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32144         (play_base_eos), (gst_play_base_bin_change_state),
32145         (gst_play_base_bin_add_element),
32146         (gst_play_base_bin_remove_element),
32147         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32148         (gst_play_base_bin_unlink_stream),
32149         (gst_play_base_bin_get_streaminfo):
32150         * gst/playback/gstplaybin.c: (gen_video_element),
32151         (gen_audio_element):
32152         * gst/playback/gststreaminfo.h:
32153         More playback updates, attempt to fix things after the state change
32154         breakage.
32155
32156 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32157
32158         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32159         (gst_videoscale_scale_nearest_16bit):
32160           comment algorithm
32161
32162 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32163
32164         * gst/videotestsrc/gstvideotestsrc.c:
32165         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32166         (gst_videotestsrc_init), (gst_videotestsrc_get),
32167         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32168         (gst_videotestsrc_get_property):
32169         * gst/videotestsrc/gstvideotestsrc.h:
32170         * gst/videotestsrc/videotestsrc.c:
32171         * gst/videotestsrc/videotestsrc.h:
32172           cleanup and commenting
32173
32174 2004-07-21  Wim Taymans  <wim@fluendo.com>
32175
32176         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32177         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32178         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32179         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32180         (_find_chain_get_unknown_part), (_find_streams_check),
32181         (gst_ogg_demux_push), (gst_ogg_pad_push):
32182         * ext/theora/theoradec.c: (theora_get_formats),
32183         (theora_dec_src_convert), (theora_dec_sink_convert),
32184         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32185         (theora_dec_chain):
32186         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32187         (vorbis_dec_convert), (vorbis_dec_src_query),
32188         (vorbis_dec_src_event), (vorbis_dec_event):
32189         More seeking fixes, oggdemux now supports seeking to time and
32190         uses the downstream element to convert granulepos to time.
32191         Seeking in theora-only ogg files now works.
32192
32193 2004-07-21  Wim Taymans  <wim@fluendo.com>
32194
32195         * ext/theora/theoradec.c: (gst_theora_dec_init),
32196         (theora_get_formats), (theora_get_event_masks),
32197         (theora_get_query_types), (theora_dec_src_convert),
32198         (theora_dec_sink_convert), (theora_dec_src_query),
32199         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32200         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32201         (vorbis_get_event_masks), (vorbis_get_query_types),
32202         (gst_vorbis_dec_init), (vorbis_dec_convert),
32203         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32204         Added query/convert/formats functions to vorbis and theora decoders
32205         so that the outside world can use them too. Fixed seeking on an
32206         ogg/theora/vorbis file by disabling the seeking seeking on the
32207         theora srcpad.
32208
32209 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32210
32211         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32212         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32213         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32214         images creation for both elements. We don't create the image on caps
32215         nego or renego, we just destroy the internal one if present if it does
32216         not match the needs. The chain function takes care of creating a new
32217         image when needed.
32218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32219         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32220         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32221         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32222         the image format information. The buffer pool checks for the context
32223         image format and discard images with different formats.
32224         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32225
32226 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32227
32228         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32229         (gst_ffmpegcolorspace_chain):
32230           no point in doing any chaining if the pad we want to push from
32231           isn't usable.
32232
32233 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32234
32235         * gst-libs/gst/riff/riff-media.c:
32236         (gst_riff_create_audio_caps_with_data):
32237           Fix double end-to-native symbol conversion (#148021).
32238
32239 2004-07-20  David Schleef  <ds@schleef.org>
32240
32241         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32242         Don't use an Atom that doesn't exist.
32243
32244 2004-07-20  Wim Taymans  <wim@fluendo.com>
32245
32246         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32247         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32248         (gst_multifdsink_client_remove),
32249         (gst_multifdsink_handle_client_write),
32250         (gst_multifdsink_queue_buffer):
32251         * gst/tcp/gstmultifdsink.h:
32252         More multifdsink stats. Avoid deadlock by releasing locks
32253         before sending out a signal.
32254
32255 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32256
32257         * po/LINGUAS:
32258         * po/hu.po:
32259           added Hungarian translation (Laszlo Dvornik)
32260
32261 2004-07-20  Wim Taymans  <wim@fluendo.com>
32262
32263         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32264         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32265         (gst_multifdsink_handle_client_write),
32266         (gst_multifdsink_queue_buffer):
32267         * gst/tcp/gsttcp-marshal.list:
32268         Fixed the stupid marshal definition.
32269
32270 2004-07-20  Wim Taymans  <wim@fluendo.com>
32271
32272         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32273         (gst_multifdsink_init), (gst_multifdsink_add),
32274         (gst_multifdsink_client_remove),
32275         (gst_multifdsink_handle_client_write),
32276         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32277         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32278         (gst_multifdsink_init_send):
32279         * gst/tcp/gstmultifdsink.h:
32280         Added more stats, added timeout for a client, fixed some typos
32281         and added some comments.
32282
32283 2004-07-20  Wim Taymans  <wim@fluendo.com>
32284
32285         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32286         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32287         (gst_multifdsink_client_remove),
32288         (gst_multifdsink_handle_client_write):
32289         * gst/tcp/gstmultifdsink.h:
32290         * gst/tcp/gsttcp-marshal.list:
32291         Added get_stats method that returns a GValueArray of
32292         stats values.
32293
32294 2004-07-19  Benjamin Otte  <otte@gnome.org>
32295
32296         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32297           make sure longname, description and author are valid UTF-8
32298
32299 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32300
32301         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32302         (gst_ximagesink_set_property):
32303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32304         (gst_xvimagesink_set_property):
32305           make sure SYNCHRONOUS is respected after getting the X context
32306
32307 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32308
32309         * gst/matroska/matroska-demux.c:
32310         (gst_matroska_demux_handle_src_event),
32311         (gst_matroska_demux_parse_blockgroup):
32312         * gst/matroska/matroska-ids.h:
32313           add BlockReference tag and ignore it to clear out log.
32314           ignore NAVIGATION events to clear out log.
32315
32316 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32317
32318         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32319         (gst_matroska_demux_add_stream):
32320         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32321           add debug categories
32322
32323 2004-07-16  Wim Taymans  <wim@fluendo.com>
32324
32325         * ext/libpng/Makefile.am:
32326         * ext/libpng/gstpng.c: (plugin_init):
32327         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32328         (gst_pngdec_get_type), (gst_pngdec_base_init),
32329         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32330         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32331         * ext/libpng/gstpngdec.h:
32332         Added png decoder.
32333
32334 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32335
32336         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32337         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32338         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32339         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32340         (gst_ximagesink_buffer_alloc):
32341         * sys/ximage/ximagesink.h:
32342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32343         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32344         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32345         (gst_xvimagesink_buffer_alloc):
32346         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32347         again. Using internal data pointer of the x(v)image to store image's
32348         data to be coherent with the buffer alloc mechanism. Investigated the
32349         image destruction code to be sure that everything gets freed correctly.
32350
32351 2004-07-16  Wim Taymans  <wim@fluendo.com>
32352
32353         * gst-libs/gst/riff/riff-read.c:
32354         (gst_riff_read_strf_vids_with_data),
32355         (gst_riff_read_strf_auds_with_data):
32356         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32357         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32358         Make sure we don't create 0 sized subbuffers in riff-read.
32359         Signal the no more pads signal after reading the avi header.
32360
32361 2004-07-16  Wim Taymans  <wim@fluendo.com>
32362
32363         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32364         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32365         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32366         (gst_decode_bin_init), (gst_decode_bin_dispose),
32367         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32368         (no_more_pads), (close_link), (type_found),
32369         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32370         (gst_decode_bin_change_state), (plugin_init):
32371         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32372         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32373         (gst_play_base_bin_dispose), (queue_overrun),
32374         (gen_preroll_element), (remove_prerolls), (unknown_type),
32375         (no_more_pads), (new_stream), (setup_source),
32376         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32377         (play_base_eos), (gst_play_base_bin_change_state),
32378         (gst_play_base_bin_add_element),
32379         (gst_play_base_bin_remove_element),
32380         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32381         (gst_play_base_bin_unlink_stream),
32382         (gst_play_base_bin_get_streaminfo):
32383         * gst/playback/gstplaybasebin.h:
32384         Better error recovery. Added configurable preroll queue size. Faster
32385         detection of no-more-pads.
32386
32387 2004-07-16  Wim Taymans  <wim@fluendo.com>
32388
32389         * gst-libs/gst/video/video.h:
32390         Added 32 bits RGBA. Not sure if we should use another mime-type
32391         for alpha rgb. Currently the presence of the alpha_mask property
32392         signals an alpha channel.
32393
32394 2004-07-16  Wim Taymans  <wim@fluendo.com>
32395
32396         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32398         FPS seems to be 0.0 to MAX everywhere else.
32399
32400 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32401
32402         * gst-libs/gst/riff/riff-media.c:
32403         (gst_riff_create_video_caps_with_data):
32404           mp42/mp43 (no caps) exist too.
32405         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32406           Set pixel_width/height; we've got them in-caps.
32407         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32408         * gst/wavparse/gstwavparse.c: (plugin_init):
32409           Both are valid primary.
32410         * sys/oss/gstossmixer.c:
32411           Remove i18n hack and enable translations.
32412
32413 2004-07-15  Benjamin Otte  <otte@gnome.org>
32414
32415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32416         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32417           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32418
32419 2004-07-15  Benjamin Otte  <otte@gnome.org>
32420
32421         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32422         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32423         (gst_alsa_close_audio):
32424           disable some of the debugging code for now. Writing debugging to a
32425           buffer is broken in current alsalib releases.
32426
32427 2004-07-12  Benjamin Otte  <otte@gnome.org>
32428
32429         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32430           use bufferpools
32431
32432 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32433
32434         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32435         (theora_dec_src_query), (theora_dec_event):
32436         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32437           add debugging categories.  Remove \n's.
32438
32439 2004-07-13  Johan Dahlin  <johan@gnome.org>
32440
32441         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32442         (gst_play_bin_get_property): Impl.
32443
32444 2004-07-13  Wim Taymans  <wim@fluendo.com>
32445
32446         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32447         When trying to find the stream length, seek back N pages
32448         instead of just one, where N is the number of streams in
32449         the current chain.
32450
32451 2004-07-13  Wim Taymans  <wim@fluendo.com>
32452
32453         * gst-libs/gst/riff/riff-media.c:
32454         (gst_riff_create_audio_caps_with_data),
32455         (gst_riff_create_audio_caps),
32456         (gst_riff_create_audio_template_caps):
32457         * gst-libs/gst/riff/riff-media.h:
32458         * gst-libs/gst/riff/riff-read.c:
32459         (gst_riff_read_strf_vids_with_data),
32460         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32461         * gst-libs/gst/riff/riff-read.h:
32462         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32463         (gst_avi_demux_add_stream):
32464         Set codec_data on caps for avidemuxer.
32465
32466 2004-07-12  David Schleef  <ds@schleef.org>
32467
32468         * configure.ac: Fix test for Objective C
32469
32470 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32471         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32472         (gst_gdk_pixbuf_chain):
32473           Add svg and pcx to template caps, and ensure that getcaps returns a
32474           subset of the template caps.
32475           Copy each row manually for output, as gdkpixbuf may pad the
32476           rowstride to a 32-bit word boundary.
32477
32478 2004-07-12  Wim Taymans  <wim@fluendo.com>
32479
32480         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32481         (gst_riff_create_video_template_caps):
32482         Fix the template caps to include some more media types.
32483
32484 2004-07-12  Wim Taymans  <wim@fluendo.com>
32485
32486         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32487         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32488         (compare_ranks), (print_feature), (gst_decode_bin_init),
32489         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32490         (try_to_link_1), (new_pad), (close_link), (type_found),
32491         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32492         (gst_decode_bin_change_state), (plugin_init):
32493         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32494         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32495         (gst_play_base_bin_dispose), (queue_overrun),
32496         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32497         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32498         (gst_play_base_bin_get_property), (play_base_eos),
32499         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32500         (gst_play_base_bin_remove_element),
32501         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32502         (gst_play_base_bin_unlink_stream),
32503         (gst_play_base_bin_get_streaminfo):
32504         * gst/playback/gstplaybasebin.h:
32505         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32506         (gst_play_bin_class_init), (gst_play_bin_init),
32507         (gst_play_bin_dispose), (gst_play_bin_set_property),
32508         (gst_play_bin_get_property), (gen_video_element),
32509         (gen_audio_element), (remove_sinks), (setup_sinks),
32510         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32511         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32512         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32513         (gst_play_bin_query), (plugin_init):
32514         * gst/playback/test4.c: (main):
32515         More fixes on reusing of the element.
32516
32517 2004-07-11  Benjamin Otte  <otte@gnome.org>
32518
32519         * ext/mad/gstmad.c: (normal_seek):
32520           allow seeking for other methods than just SET
32521
32522 2004-07-11  Andy Wingo  <wingo@pobox.com>
32523
32524         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32525         float, "any" caps -> buffer_frames=[0,MAX].
32526
32527         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32528         doesn't intersect our caps with the template any more. Do it
32529         ourselves.
32530         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32531
32532 2004-07-09  Wim Taymans  <wim@fluendo.com>
32533
32534         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32535         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32536         (compare_ranks), (print_feature), (gst_decode_bin_init),
32537         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32538         (try_to_link_1), (new_pad), (close_link), (type_found),
32539         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32540         (gst_decode_bin_change_state), (plugin_init):
32541         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32542         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32543         (gst_play_base_bin_dispose), (queue_overrun),
32544         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32545         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32546         (gst_play_base_bin_get_property), (play_base_eos),
32547         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32548         (gst_play_base_bin_remove_element),
32549         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32550         (gst_play_base_bin_unlink_stream),
32551         (gst_play_base_bin_get_streaminfo):
32552         * gst/playback/gstplaybasebin.h:
32553         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32554         (gst_play_bin_class_init), (gst_play_bin_init),
32555         (gst_play_bin_dispose), (gst_play_bin_set_property),
32556         (gst_play_bin_get_property), (gen_video_element),
32557         (gen_audio_element), (remove_sinks), (setup_sinks),
32558         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32559         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32560         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32561         (gst_play_bin_query), (plugin_init):
32562         * gst/playback/test4.c: (main):
32563         Work on object reuse and seeking.
32564
32565 2004-07-09  Wim Taymans  <wim@fluendo.com>
32566
32567         * examples/seeking/seek.c: (iterate):
32568         Don't consume all CPU in the idle loop.
32569
32570 2004-07-09  Wim Taymans  <wim@fluendo.com>
32571
32572         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32573         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32574         Add pad to element *after* setting the pad functions so that
32575         the scheduler can use the correct ones.
32576
32577 2004-07-09  Wim Taymans  <wim@fluendo.com>
32578
32579         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32580         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32581         Sync to keyframe after seek
32582
32583 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32584
32585         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32586         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32587         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32588         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32589         * ext/libvisual/visual.c: (gst_visual_change_state):
32590         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32591         * ext/theora/theoradec.c: (theora_dec_change_state):
32592         * ext/theora/theoraenc.c: (theora_enc_change_state):
32593         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32594         * gst-libs/gst/navigation/navigation.c:
32595         * gst/adder/gstadder.c: (gst_adder_change_state):
32596         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32597         (gst_audio_convert_get_buffer):
32598         * gst/multipart/multipartdemux.c:
32599         (gst_multipart_demux_change_state):
32600         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32601         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32602         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32603         * gst/videoscale/gstvideoscale.c:
32604         (gst_videoscale_handle_src_event):
32605         * gst/volume/gstvolume.c: (volume_chain_int16):
32606           don't assert in state change, this should be done by the base
32607           GstElement class.
32608           various debugging fixes.
32609
32610 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32611
32612         * configure.ac:
32613         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32614         (gst_play_dispose), (gst_play_set_location),
32615         (gst_play_set_data_src), (gst_play_set_video_sink),
32616         (gst_play_set_audio_sink), (gst_play_set_visualization),
32617         (gst_play_connect_visualization), (gst_play_get_sink_element),
32618         (gst_play_get_all_by_interface):
32619         * gst-libs/gst/play/play.h:
32620           add new method to get elements implementing an interface.
32621           add various error logging
32622
32623 2004-07-08  Wim Taymans  <wim@fluendo.com>
32624
32625         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32626         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32627         (make_playerbin_pipeline), (query_durations_elems),
32628         (query_durations_pads), (query_positions_elems),
32629         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32630         (main):
32631         Added playbin seeking example.
32632
32633 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32634
32635         * gst-libs/gst/play/play.c: (gst_play_set_location),
32636         (gst_play_set_data_src), (gst_play_set_video_sink),
32637         (gst_play_set_audio_sink), (gst_play_set_visualization),
32638         (gst_play_connect_visualization), (gst_play_get_framerate):
32639           use a macro to look up elements from hash table
32640
32641 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32642
32643         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32644         (gst_play_get_length_callback), (gst_play_set_location),
32645         (gst_play_seek_to_time), (gst_play_set_data_src),
32646         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32647         (gst_play_set_visualization), (gst_play_connect_visualization),
32648         (gst_play_get_sink_element):
32649         - add debugging info
32650         - fix looking up sink elements by iterating over complete caps
32651         - put everything except for source and autoplugger in a complete bin
32652
32653 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32654
32655         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32656         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32657         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32658         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32659         * ext/alsa/gstalsasink.h:
32660         - add debugging info
32661         - clean up schizophrenia of data/buffer/event
32662         - fix double event unref error
32663
32664 2004-07-08  Wim Taymans  <wim@fluendo.com>
32665
32666         * gst/playback/Makefile.am:
32667         Add headers to noinst
32668
32669 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32670
32671         * tools/gst-launch-ext-m.m:
32672         * tools/gst-launch-ext.1.in:
32673           convert to the third millenium
32674
32675 2004-07-07  David Schleef  <ds@schleef.org>
32676
32677         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32678
32679 2004-07-07  Wim Taymans  <wim@fluendo.com>
32680
32681         * gst/playback/Makefile.am:
32682         * gst/playback/README:
32683         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32684         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32685         (compare_ranks), (print_feature), (gst_decode_bin_init),
32686         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32687         (try_to_link_1), (new_pad), (close_link), (type_found),
32688         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32689         (plugin_init):
32690         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32691         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32692         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32693         (gen_preroll_element), (no_more_pads), (new_stream),
32694         (setup_source), (gst_play_base_bin_set_property),
32695         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32696         (gst_play_base_bin_add_element),
32697         (gst_play_base_bin_remove_element),
32698         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32699         (gst_play_base_bin_unlink_stream),
32700         (gst_play_base_bin_get_streaminfo):
32701         * gst/playback/gstplaybasebin.h:
32702         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32703         (gst_play_bin_class_init), (gst_play_bin_init),
32704         (gst_play_bin_dispose), (gst_play_bin_set_property),
32705         (gst_play_bin_get_property), (gen_video_element),
32706         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32707         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32708         (gst_play_bin_get_formats), (gst_play_bin_convert),
32709         (gst_play_bin_get_query_types), (gst_play_bin_query),
32710         (plugin_init):
32711         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32712         (gst_stream_info_get_type), (gst_stream_info_class_init),
32713         (gst_stream_info_init), (gst_stream_info_new),
32714         (gst_stream_info_dispose), (gst_stream_info_set_property),
32715         (gst_stream_info_get_property):
32716         * gst/playback/gststreaminfo.h:
32717         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32718         (main):
32719         * gst/playback/test2.c: (main):
32720         * gst/playback/test3.c: (update_scale), (main):
32721         More playbin fixes. Added README. Do better element filtering.
32722         Added base class to preroll media. Added test apps.
32723
32724 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32725
32726         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32727         * ext/mpeg2dec/gstmpeg2dec.h:
32728           various debugging improvements.  Reset stream to next picture
32729           instead of sequence header, otherwise seeks cannot work.
32730
32731 2004-07-07  Wim Taymans  <wim@fluendo.com>
32732
32733         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32734         (gst_video_box_class_init), (gst_video_box_set_property),
32735         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32736         Use pad_alloc where possible.
32737
32738 2004-07-07  Wim Taymans  <wim@fluendo.com>
32739
32740         * sys/oss/gstosselement.c: (gst_osselement_reset),
32741         (gst_osselement_parse_caps):
32742         * sys/oss/gstosselement.h:
32743         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32744         Fix offset on osssrc.
32745
32746 2004-07-07  Wim Taymans  <wim@fluendo.com>
32747
32748         * ext/theora/theora.c: (plugin_init):
32749         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32750         (theora_dec_src_query), (theora_dec_chain):
32751         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32752         (theora_enc_sink_link), (theora_buffer_from_packet),
32753         (theora_push_packet), (theora_enc_chain):
32754         Fix theora granulepos calculation.
32755         Fix overflow in duration/position calculation.
32756         Bump rank to PRIMARY for theoradec.
32757         Use granulepos of last packet to calculate position.
32758         Set keyframe flag on buffers when needed.
32759
32760 2004-07-06  David Schleef  <ds@schleef.org>
32761
32762         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32763         serious?  (Fixed, obviously.)
32764
32765 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32766
32767         * po/LINGUAS:
32768         * po/cs.po:
32769           added Czech translation (Miloslav Trmac)
32770
32771 2004-07-05  Wim Taymans  <wim@fluendo.com>
32772
32773         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32774         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32775         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32776         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32777         (close_link), (type_found), (gst_decode_bin_set_property),
32778         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
32779         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32780         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32781         (gst_decode_bin_query), (plugin_init):
32782         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32783         (gst_play_bin_class_init), (gst_play_bin_init),
32784         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32785         (get_video_element), (new_pad), (setup_source),
32786         (gst_play_bin_set_property), (gst_play_bin_get_property),
32787         (gst_play_bin_change_state), (gst_play_bin_add_element),
32788         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32789         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32790         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32791         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32792         * gst/playback/test.c: (main):
32793         More fixes, cleaned up playbin, make it use decodebin. Added
32794         threaded property to playbin.
32795
32796 2004-07-05  Wim Taymans  <wim@fluendo.com>
32797
32798         * configure.ac:
32799         * gst/playback/Makefile.am:
32800         * gst/playback/decodetest.c: (main):
32801         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32802         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32803         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32804         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32805         (close_link), (type_found), (gst_decode_bin_set_property),
32806         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
32807         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
32808         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
32809         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
32810         (plugin_init):
32811         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32812         (gst_play_bin_class_init), (gst_play_bin_init),
32813         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
32814         (collect_sink_pads), (find_compatibles), (close_pad_link),
32815         (try_to_link_1), (new_pad), (close_link), (type_found),
32816         (setup_source), (gst_play_bin_set_property),
32817         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
32818         (compare_ranks), (gst_play_bin_collect_factories),
32819         (gst_play_bin_change_state), (gst_play_bin_add_element),
32820         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32821         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32822         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32823         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32824         * gst/playback/test.c: (main):
32825         Added some playback helper elements and some test apps, very alpha
32826         still.
32827
32828 2004-07-04  Benjamin Otte  <otte@gnome.org>
32829
32830         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32831           only restart audio when we indeed have an xrun to fix repeated
32832           xruns. Fix suggested by Giuliano Pochini.
32833
32834 2004-07-03  David Schleef  <ds@schleef.org>
32835
32836         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
32837         call to gst_debug_log() if debugging is disabled (bug #145118)
32838
32839 2004-07-03  Benjamin Otte  <otte@gnome.org>
32840
32841         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32842           use our own functions for restarting the alsa device.
32843         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32844           I should apply patches myself - use MIN for the third argument, not
32845           the second, this fixes seeking
32846
32847 2004-07-02  David Schleef  <ds@schleef.org>
32848
32849         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
32850         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
32851         do with the logic.
32852
32853 2004-07-02  David Schleef  <ds@schleef.org>
32854
32855         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
32856         output buffers.  Fix logic mistake.  (bug #144866)
32857
32858 2004-07-02  David Schleef  <ds@schleef.org>
32859
32860         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
32861         on X.  (bug #144753)
32862
32863 2004-07-02  David Schleef  <ds@schleef.org>
32864
32865         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
32866         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
32867         (bug #144624)
32868         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
32869         (gst_osselement_rate_probe_check): Add another workaround for
32870         buggy drivers (bug #145336)
32871
32872 2004-07-02  David Schleef  <ds@schleef.org>
32873
32874         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
32875         Most systems don't have MSG_NOSIGNAL.
32876
32877 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32878
32879         * Makefile.am:
32880         * gst-libs/gst/colorbalance/Makefile.am:
32881         * gst-libs/gst/mixer/Makefile.am:
32882         * gst-libs/gst/play/Makefile.am:
32883         * gst-libs/gst/tuner/Makefile.am:
32884           (hopefully) fix both install and dist and make error message useful.
32885           needs testing across automakes.
32886
32887 2004-07-02  Benjamin Otte  <otte@gnome.org>
32888
32889         * ext/ogg/gstogg.c: (plugin_init):
32890           we require bytestream now
32891         * ext/ogg/gstoggdemux.c:
32892           huge diff to implement chain setup in a fast and generic way. This
32893           improves tag reading and startup of huge files (read: Theora videos)
32894           quite a bit. It probably contains bugs, too, so please test.
32895           Seeking is not improved to the fast method.
32896
32897 2004-06-29  Wim Taymans  <wim@fluendo.com>
32898
32899         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
32900         * ext/ogg/gstoggmux.c:
32901         Fix memleak in oggdemux when running unconnected pads.
32902         doc update in mux, start working on keyframe mode.
32903
32904 2004-06-29  Benjamin Otte  <otte@gnome.org>
32905
32906         * sys/oss/gstosssink.c:
32907         * sys/oss/gstosssrc.c:
32908           advertise correct template caps - we indeed do non-native endianness
32909           and 8bit audio has no endianness
32910         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
32911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
32912           avoid (wrong) duplications in getcaps function and return
32913           template caps
32914
32915 2004-06-29  Wim Taymans  <wim@fluendo.com>
32916
32917         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32918         (gst_multifdsink_class_init), (gst_multifdsink_add),
32919         (gst_multifdsink_remove), (gst_multifdsink_clear),
32920         (gst_multifdsink_client_remove),
32921         (gst_multifdsink_handle_client_read),
32922         (gst_multifdsink_client_queue_data),
32923         (gst_multifdsink_client_queue_caps),
32924         (gst_multifdsink_client_queue_buffer),
32925         (gst_multifdsink_handle_client_write),
32926         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32927         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32928         (gst_multifdsink_init_send), (gst_multifdsink_close):
32929         Fix wrong GList iteration that could crash the server when
32930         more then 2 clients disconnect at the same time. Read all the
32931         pending commands in one batch to recover from command storms under
32932         very heavy load.
32933
32934 2004-06-28  Wim Taymans  <wim@fluendo.com>
32935
32936         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32937         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32938         (gst_videomixer_pad_set_property),
32939         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32940         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32941         (gst_videomixer_class_init), (gst_videomixer_init),
32942         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
32943         (pad_zorder_compare), (gst_videomixer_sort_pads),
32944         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
32945         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
32946         (gst_videomixer_update_queues), (gst_videomixer_loop),
32947         (plugin_init):
32948         Avoid divide by zero, choose masterpad as the pad with the highest
32949         framerate.
32950
32951 2004-06-27  Julien Moutte  <julien@moutte.net>
32952
32953         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
32954         (gst_ximagesink_xwindow_new):
32955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
32956         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
32957         function directly. We might want to call it from somewhere else one day.
32958
32959 2004-06-27  Julien Moutte  <julien@moutte.net>
32960
32961         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
32962         (gst_ximagesink_xwindow_new):
32963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
32964         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
32965         window decorations.
32966
32967 2004-06-27  Wim Taymans  <wim@fluendo.com>
32968
32969         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
32970         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
32971         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
32972         (gst_dvdec_set_property), (gst_dvdec_get_property):
32973         * ext/dv/gstdvdec.h:
32974         Implement drop_factor property to lower the framerate with
32975         a factor.
32976
32977 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32978
32979         * gst-libs/gst/colorbalance/Makefile.am:
32980         * gst-libs/gst/mixer/Makefile.am:
32981         * gst-libs/gst/play/Makefile.am:
32982         * gst-libs/gst/tuner/Makefile.am:
32983           unbreak Company's fix that didn't install the -enum.h files
32984
32985 2004-06-27  Wim Taymans  <wim@fluendo.com>
32986
32987         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
32988         (gst_dvdec_change_state):
32989         * ext/dv/gstdvdec.h:
32990         Fix timestamp, duration and offset of the buffers.
32991
32992 2004-06-27  Wim Taymans  <wim@fluendo.com>
32993
32994         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32995         (gst_multifdsink_class_init), (gst_multifdsink_add),
32996         (gst_multifdsink_remove), (gst_multifdsink_clear),
32997         (gst_multifdsink_client_remove),
32998         (gst_multifdsink_handle_client_read),
32999         (gst_multifdsink_client_queue_data),
33000         (gst_multifdsink_client_queue_caps),
33001         (gst_multifdsink_client_queue_buffer),
33002         (gst_multifdsink_handle_client_write),
33003         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33004         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33005         (gst_multifdsink_init_send), (gst_multifdsink_close):
33006         * gst/tcp/gstmultifdsink.h:
33007         * gst/tcp/gsttcpserversink.c:
33008         (gst_tcpserversink_handle_server_read),
33009         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33010         More multifdsink fixes, more recovery policy fixes.
33011         Removed stupid g_print
33012
33013 2004-06-26  Wim Taymans  <wim@fluendo.com>
33014
33015         * gst/tcp/Makefile.am:
33016         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33017         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33018         (gst_multifdsink_class_init), (gst_multifdsink_init),
33019         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33020         (gst_multifdsink_handle_client_read),
33021         (gst_multifdsink_client_queue_data),
33022         (gst_multifdsink_client_queue_caps),
33023         (gst_multifdsink_client_queue_buffer),
33024         (gst_multifdsink_handle_client_write),
33025         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33026         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33027         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33028         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33029         (gst_multifdsink_close), (gst_multifdsink_change_state):
33030         * gst/tcp/gstmultifdsink.h:
33031         * gst/tcp/gsttcpplugin.c: (plugin_init):
33032         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33033         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33034         (gst_tcpserversink_handle_server_read),
33035         (gst_tcpserversink_handle_select),
33036         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33037         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33038         * gst/tcp/gsttcpserversink.h:
33039         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33040         one of the locks, added recovery policy to multifdsink.
33041
33042 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33043
33044         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33045           fix decision for when getting frames with same timestamp
33046         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33047         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33048         (gst_v4lsrc_get_property):
33049         * sys/v4l/gstv4lsrc.h:
33050           add latency offset property
33051
33052 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33053
33054         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33055         (plugin_init):
33056           fix debugging. add category.
33057
33058 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33059
33060         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33061           fix wrong offsets
33062
33063 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33064
33065         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33066         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33067         (gst_alsa_src_change_state):
33068           return a time that is in sync with the element's processing
33069
33070 2004-06-25  Wim Taymans  <wim@fluendo.com>
33071
33072         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33073         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33074         (gst_tcpserversink_client_remove),
33075         (gst_tcpserversink_handle_client_read),
33076         (gst_tcpserversink_client_queue_data),
33077         (gst_tcpserversink_client_queue_caps),
33078         (gst_tcpserversink_client_queue_buffer),
33079         (gst_tcpserversink_handle_client_write),
33080         (gst_tcpserversink_queue_buffer),
33081         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33082         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33083         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33084         (gst_tcpserversink_close):
33085         * gst/tcp/gsttcpserversink.h:
33086         Serversink rewrite. Really do non blocking writes to clients and
33087         maintain an internal queue to handle slower clients while not
33088         disturbing fast clients.
33089
33090 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33091
33092         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33093           better debug, don't override OFFSET and OFFSET_END
33094
33095 2004-06-25  Iain <iain@prettypeople.org>
33096
33097         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33098         name=source for the wavparse pipeline.
33099
33100 2004-06-24  Johan Dahlin  <johan@gnome.org>
33101
33102         * ext/theora/theoraenc.c (theora_enc_chain): Call
33103         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33104         streamheader caps are set correctly.
33105
33106 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33107
33108         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33109         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33110           respect minimum bitrate; same could be done for max bitrate
33111
33112 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33113
33114         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33115         (gst_vorbisenc_setup):
33116           fix sample rate range
33117
33118 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33119
33120         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33121         (gst_oggvorbisenc_setup):
33122         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33123         (gst_vorbisenc_setup):
33124           resolve ambiguities in code and description
33125
33126 2004-06-24  Wim Taymans  <wim@fluendo.com>
33127
33128         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33129         * ext/alsa/gstalsa.h:
33130         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33131         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33132         Use alsa trigger_tstamp to get the timestamp of the first
33133         sample in the buffer for more precise sync. Some cleanups.
33134
33135 2004-06-24  Wim Taymans  <wim@fluendo.com>
33136
33137         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33138         (gst_audiorate_init), (gst_audiorate_chain),
33139         (gst_audiorate_set_property), (gst_audiorate_get_property):
33140         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33141         (gst_videorate_chain):
33142         Added some logging, fixed an overflow bug in videorate.
33143
33144 2004-06-24  Benjamin Otte  <otte@gnome.org>
33145
33146         * ext/kio/Makefile.am:
33147           fix for builddir != srcdir and distcheck
33148
33149 2004-06-24  Benjamin Otte  <otte@gnome.org>
33150
33151         * gst-libs/gst/colorbalance/Makefile.am:
33152         * gst-libs/gst/mixer/Makefile.am:
33153         * gst-libs/gst/play/Makefile.am:
33154         * gst-libs/gst/tuner/Makefile.am:
33155         * gst/tcp/Makefile.am:
33156         * sys/dxr3/Makefile.am:
33157           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33158           tarball.
33159           Also add all *.list files that were missing.
33160         * Makefile.am:
33161           add a distcheck hook to ensure the above doesn't happen again.
33162
33163 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33164
33165         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33166
33167 2004-06-23  Colin Walters  <walters@redhat.com>
33168
33169         * m4/Makefile.am: Distribute gst-fionread.m4.
33170
33171 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33172
33173         * configure.ac: back to dev
33174
33175 2004-06-23  Wim Taymans  <wim@fluendo.com>
33176
33177         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33178         (gst_alsa_xrun_recovery):
33179         * ext/alsa/gstalsa.h:
33180         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33181         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33182         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33183         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33184         (gst_alsa_src_loop):
33185         Add clock to alsasrc. Take new capture timestamp when
33186         restarting after an overrun. Split up some functions between
33187         alsasrc and alsasink.
33188
33189 === release 0.8.2 ===
33190
33191 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33192
33193         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33194         (gst_alsa_change_state), (gst_alsa_update_avail),
33195         (gst_alsa_xrun_recovery):
33196         * ext/alsa/gstalsa.h:
33197         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33198           merge back changes from release
33199
33200 2004-06-23  Wim Taymans  <wim@fluendo.com>
33201
33202         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33203         (gst_audiorate_init), (gst_audiorate_chain),
33204         (gst_audiorate_set_property), (gst_audiorate_get_property):
33205         Implement sample dropping and notify
33206
33207 2004-06-22  Wim Taymans  <wim@fluendo.com>
33208
33209         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33210         (theora_enc_sink_link), (theora_buffer_from_packet),
33211         (theora_push_packet), (theora_enc_chain):
33212         Some cleanups, make sure the timestamps are correct.
33213
33214 2004-06-22  Wim Taymans  <wim@fluendo.com>
33215
33216         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33217         (gst_alsa_change_state), (gst_alsa_update_avail),
33218         (gst_alsa_xrun_recovery):
33219         * ext/alsa/gstalsa.h:
33220         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33221         Cleanups, take queued samples into account when reporting
33222         the time.
33223
33224 2004-06-22  Wim Taymans  <wim@fluendo.com>
33225
33226         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33227         (gst_videorate_init):
33228         Initialize the property as well.
33229
33230 2004-06-22  Wim Taymans  <wim@fluendo.com>
33231
33232         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33233         (gst_videorate_init), (gst_videorate_chain),
33234         (gst_videorate_set_property), (gst_videorate_get_property):
33235         Add property to make videorate silent.
33236         Add property to prefer new frames over old ones.
33237
33238 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33239
33240         * sys/osxvideo/Makefile.am:
33241         Workaround so that the osxvideo .so file gets linked with the
33242         Cocoa, OpenGL and QuickTime frameworks
33243
33244 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33245
33246         * sys/osxaudio/Makefile.am:
33247         Workaround so that the osxaudio .so file gets linked with the
33248         CoreAudio framework
33249
33250 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33251
33252         * configure.ac:
33253         Whoops, my fault...fixed build issues
33254
33255 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33256
33257         * configure.ac:
33258         Add objective-c support if running in Darwin/Mac OS X
33259         * sys/Makefile.am:
33260         * sys/osxvideo:
33261         * sys/osxvideo/Makefile.am:
33262         * sys/osxvideo/osxvideosink.h:
33263         * sys/osxvideo/osxvideosink.m:
33264         * sys/osxvideo/cocoawindow.h:
33265         * sys/osxvideo/cocoawindow.m:
33266         Add osxvideosink, a cocoa-based osx video sink
33267
33268
33269 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33270         * ext/dvdnav/gst-dvd:
33271         Grab the gconf key from the right spot
33272         * gst/debug/gstnavseek.c: (gst_navseek_init),
33273         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33274         (gst_navseek_chain):
33275         * gst/debug/gstnavseek.h:
33276           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33277           and loop parameters of a segment seek.
33278         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33279         (gst_videotestsrc_get_event_masks),
33280         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33281         * gst/videotestsrc/gstvideotestsrc.h:
33282           Add seeking support to videotestsrc
33283           Initialise the timestamp_offset variable.
33284
33285 2004-06-18  Wim Taymans  <wim@fluendo.com>
33286
33287         * ext/sidplay/gstsiddec.cc:
33288         Fix negotiation and set correct end offset.
33289
33290 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33291
33292         * configure.ac: branch and prerelease
33293
33294 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33295
33296         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33297         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33298         (gst_tcpclientsrc_init_receive):
33299         * gst/tcp/gsttcpclientsrc.h:
33300           read caps when connecting to server for GDP so we set them correctly
33301
33302 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33303
33304         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33305           notify drops and duplicates
33306         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33307           no good reason to limit ourselves to 100x100
33308
33309 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33310
33311         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33312         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33313         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33314         (gst_v4lsrc_get_property):
33315         * sys/v4l/gstv4lsrc.h:
33316         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33317         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33318         (gst_v4l_set_audio):
33319         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33320         (gst_v4lsrc_try_capture):
33321         * sys/v4l/v4lsrc_calls.h:
33322           change try_palette to more general try_capture
33323           add autoprobe option so we can turn off autoprobing
33324           various fixes
33325
33326 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33327
33328         * configure.ac:
33329           add videorate
33330         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33331         (gst_ximagesink_class_init):
33332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33333         (gst_xvimagesink_class_init):
33334           run them as finalize, not dispose, since dispose can be invoked
33335           multiple times
33336
33337 2004-06-17  Wim Taymans  <wim@fluendo.com>
33338
33339         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33340         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33341         * ext/alsa/gstalsa.h:
33342         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33343         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33344         (gst_alsa_src_change_state):
33345         * ext/alsa/gstalsasrc.h:
33346         Make the xrun code timestamp and offset the buffers correctly.
33347         moved the clock to the base class, use alsa methods to get time.
33348         Do correct timestamping on outgoing buffers.
33349
33350 2004-06-17  Wim Taymans  <wim@fluendo.com>
33351
33352         * gst/audiorate/Makefile.am:
33353         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33354         (gst_audiorate_base_init), (gst_audiorate_class_init),
33355         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33356         (gst_audiorate_set_property), (gst_audiorate_get_property),
33357         (gst_audiorate_change_state), (plugin_init):
33358         Added an audiorate converter that fills in gaps.
33359
33360 2004-06-17  Johan Dahlin  <johan@gnome.org>
33361
33362         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33363
33364 2004-06-16  Wim Taymans  <wim@fluendo.com>
33365
33366         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33367         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33368         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33369         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33370         (gst_v4lsrc_get_property):
33371         * sys/v4l/gstv4lsrc.h:
33372         Added a copy mode to v4lsrc where it will output a copied version
33373         of its internal hardware buffer.
33374         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33375         can't | them.
33376
33377 2004-06-16  Wim Taymans  <wim@fluendo.com>
33378
33379         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33380         Timestamp fixes.
33381
33382 2004-06-16  Wim Taymans  <wim@fluendo.com>
33383
33384         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33385         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33386         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33387         (gst_v4lsrc_get_property):
33388         * sys/v4l/gstv4lsrc.h:
33389         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33390         Added a sync mode enum property to control v4lsrc timestamp method
33391         Removed the use-fixed-fps property and moved functionality in
33392         the enum.
33393         Don't error on an error value from v4l-conf, it might not always
33394         be a real error.
33395
33396 2004-06-16  Wim Taymans  <wim@fluendo.com>
33397
33398         * gst/videorate/Makefile.am:
33399         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33400         (gst_videorate_base_init), (gst_videorate_class_init),
33401         (gst_videorate_getcaps), (gst_videorate_link),
33402         (gst_videorate_init), (gst_videorate_chain),
33403         (gst_videorate_set_property), (gst_videorate_get_property),
33404         (gst_videorate_change_state), (plugin_init):
33405         Added a video timestamp corrector.
33406
33407 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33408
33409         fixed a potential leak with previous commit
33410
33411         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33412
33413 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33414
33415         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33416         Added missing refcount, fixes bug #144425
33417         Cheers Tim for finding the bug
33418
33419 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33420
33421         * sys/v4l/gstv4l.c: (plugin_init):
33422         * sys/v4l/gstv4lcolorbalance.c:
33423         * sys/v4l/gstv4lcolorbalance.h:
33424         * sys/v4l/gstv4lelement.c:
33425         * sys/v4l/gstv4lelement.h:
33426         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33427         * sys/v4l/gstv4lmjpegsink.h:
33428         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33429         * sys/v4l/gstv4lmjpegsrc.h:
33430         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33431         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33432         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33433         * sys/v4l/gstv4lsrc.h:
33434         * sys/v4l/gstv4ltuner.c:
33435         * sys/v4l/gstv4ltuner.h:
33436         * sys/v4l/gstv4lxoverlay.c:
33437         * sys/v4l/gstv4lxoverlay.h:
33438         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33439         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33440         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33441         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33442         (gst_v4l_set_audio):
33443         * sys/v4l/v4l_calls.h:
33444         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33445         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33446         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33447         (gst_v4lmjpegsink_playback_init),
33448         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33449         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33450         (gst_v4lmjpegsink_playback_stop),
33451         (gst_v4lmjpegsink_playback_deinit):
33452         * sys/v4l/v4lmjpegsink_calls.h:
33453         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33454         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33455         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33456         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33457         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33458         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33459         * sys/v4l/v4lmjpegsrc_calls.h:
33460         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33461         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33462         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33463         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33464         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33465         (gst_v4lsrc_try_palette):
33466         * sys/v4l/v4lsrc_calls.h:
33467           bunch of paranoia cleanups
33468
33469 2004-06-14  David Schleef  <ds@schleef.org>
33470
33471         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33472         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33473         Send discont events and change timestamps appropriately when
33474         we get a seek event.  (bug #144240)
33475         * ext/cdparanoia/gstcdparanoia.h:
33476
33477 2004-06-14  Benjamin Otte  <otte@gnome.org>
33478
33479         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33480           snd_pcm_hw_params_set_rate  since the latter fails for no good
33481           reason on some setups.
33482
33483 2004-06-14  David Schleef  <ds@schleef.org>
33484
33485         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33486         standard.  Thank you for playing.
33487
33488 2004-06-14  Wim Taymans  <wim@fluendo.com>
33489
33490         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33491         Patch 1.3 broke the ordering of the colorspace info and
33492         made the plugin basically work by coincidence, reordered
33493         the info.
33494
33495 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33496
33497         * ext/lame/gstlame.c:
33498         * ext/mad/gstmad.c:
33499           sync caps.  Make sure mad can only output a list of rates, not
33500           a full range.  In the future, have three caps lists for each of the
33501           mpeg versions.  Change mpegversion to a double as well.
33502
33503 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33504
33505         * gst/volume/.cvsignore:
33506         * gst/volume/Makefile.am:
33507         * gst/volume/demo.c: (value_changed_callback), (idler),
33508         (setup_gui), (main):
33509           added small demo app
33510
33511 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33512         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33513         * ext/esd/esdsink.h:
33514         Close the esd connection on pause, because esd will just wait -
33515         blocking all other esd clients indefinitely.
33516
33517 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33518
33519         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33520           previous commit with GST_DEBUG
33521
33522 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33523
33524         * configure.ac:
33525           add a header check for a dvdread header in dvdnav.  Fixes #133002
33526
33527 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33528
33529         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33530         * gst/tcp/gsttcpclientsink.h:
33531         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33532         * gst/tcp/gsttcpclientsrc.h:
33533         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33534         (gst_tcpserversink_handle_server_read),
33535         (gst_tcpserversink_init_send):
33536         * gst/tcp/gsttcpserversink.h:
33537         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33538         * gst/tcp/gsttcpserversrc.h:
33539         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33540         version of IP)
33541
33542 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33543
33544         * configure.ac:
33545         Added ogg library so that OSX detects libtheora properly
33546
33547 2004-06-11  Wim Taymans  <wim@fluendo.com>
33548
33549         * ext/theora/theoradec.c: (theora_dec_chain),
33550         (theora_dec_change_state):
33551         Don't try to decode frames before we received a keyframe.
33552
33553 2004-06-11  Wim Taymans  <wim@fluendo.com>
33554
33555         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33556         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33557         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33558         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33559         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33560         Added property to set the maximum delay of a page.
33561
33562 2004-06-10  Wim Taymans  <wim@fluendo.com>
33563
33564         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33565         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33566         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33567         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33568         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33569         Added max-delay property to control the maximum amount
33570         of data to put in one page.
33571
33572 2004-06-10  Wim Taymans  <wim@fluendo.com>
33573
33574         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33575         (gst_theora_enc_init), (theora_enc_sink_link),
33576         (theora_buffer_from_packet), (theora_enc_set_property),
33577         (theora_enc_get_property):
33578         Set duration on encoded buffer, added some more properties
33579
33580 2004-06-10  Wim Taymans  <wim@fluendo.com>
33581
33582         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33583         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33584         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33585         * ext/theora/theoraenc.c: (theora_enc_chain):
33586         Fix refcounting bugs
33587
33588 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33589
33590         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33591         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33592         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33593         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33594         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33595         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33596         (gst_asf_demux_change_state):
33597         * gst/asfdemux/gstasfdemux.h:
33598           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33599           feels like. I think we should set a new requirement for demuxers
33600           from now on to implement sane loop functions, data loops, query
33601           and seek functions before first commit into CVS. And this commit
33602           fixes all of the above.
33603
33604 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33605
33606         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33607           vorbis comments are properly encoded in UTF-8 before adding them
33608           to a GstTagList
33609
33610 2004-06-09  Benjamin Otte  <otte@gnome.org>
33611
33612         * ext/alsa/gstalsa.c: (add_channels):
33613           handle min <= max correctly
33614         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33615         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33616           add fixation functions so we fixate correctly. No preferring of alaw
33617           anymore because it's the first structure.
33618         * ext/alsa/gstalsa.h:
33619         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33620         (gst_alsa_hw_params_dump):
33621           add functions to ease debugging in alsalib
33622         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33623         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33624         (gst_alsa_start_audio):
33625           only specify hw params if we really setup a format (fixes #134007 -
33626           or at least works around it)
33627
33628 2004-06-09  Wim Taymans  <wim@fluendo.com>
33629
33630         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33631         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33632         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33633         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33634         (gst_ogg_mux_loop):
33635         Use stream caps to setup the initial pages in the ogg stream.
33636         Correctly set the streamheader caps on the srcpad.
33637
33638 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33639
33640         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33641         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33642         (gst_v4lsrc_getcaps):
33643         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33644         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33645           add querying of fps lists for webcams.  Negotiating to a framerate
33646           now works.
33647
33648 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33649
33650         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33651         (theora_push_buffer), (theora_push_packet),
33652         (theora_set_header_on_caps), (theora_enc_chain):
33653           mark buffers and put on streamheader, raw theora streaming
33654           now works too, whee
33655
33656 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33657
33658         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33659         (gst_tcp_gdp_read_caps):
33660           do a looping read for caps and GDP headers too
33661
33662 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33663
33664         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33665         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33666           return EOS instead of NULL in _get
33667
33668 2004-06-08  Wim Taymans  <wim@fluendo.com>
33669
33670         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33671         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33672         (gst_tcp_gdp_write_caps):
33673         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33674         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33675         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33676         Memory leak fixes
33677
33678 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33679
33680         * ext/vorbis/Makefile.am:
33681         * ext/vorbis/vorbis.c: (plugin_init):
33682         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33683         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33684         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33685         (vorbis_parse_change_state):
33686         * ext/vorbis/vorbisparse.h:
33687           adding a vorbisparse element that marks the buffers, streaming
33688           raw vorbis using GDP now works, whee
33689
33690 2004-06-08  Wim Taymans  <wim@fluendo.com>
33691
33692         * ext/jpeg/Makefile.am:
33693         * ext/jpeg/README:
33694         * ext/jpeg/gstjpeg.c: (plugin_init):
33695         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33696         (gst_smokedec_base_init), (gst_smokedec_class_init),
33697         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33698         * ext/jpeg/gstsmokedec.h:
33699         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33700         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33701         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33702         (gst_smokeenc_resync), (gst_smokeenc_chain),
33703         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33704         * ext/jpeg/gstsmokeenc.h:
33705         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33706         (smokecodec_flush_destination), (smokecodec_term_destination),
33707         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33708         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33709         (smokecodec_term_source), (smokecodec_encode_new),
33710         (smokecodec_decode_new), (smokecodec_info_free),
33711         (smokecodec_set_quality), (smokecodec_get_quality),
33712         (smokecodec_set_threshold), (smokecodec_get_threshold),
33713         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33714         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33715         (smokecodec_parse_header), (smokecodec_decode):
33716         * ext/jpeg/smokecodec.h:
33717         Added a new simple jpeg based codec
33718
33719 2004-06-08  Wim Taymans  <wim@fluendo.com>
33720
33721         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33722         (gst_multipart_mux_loop):
33723         Fix memory leak
33724
33725 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33726
33727         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33728         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33729         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33730         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33731         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33732         * gst/tcp/gsttcpserversink.h:
33733           take streamheader into account
33734
33735 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33736
33737         * gst/level/Makefile.am:
33738         * gst/level/gstlevel.c: (gst_level_class_init):
33739           clean up marshal generation
33740
33741 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33742
33743         * gst/tcp/Makefile.am:
33744         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33745         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33746         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33747         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33748         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33749         (gst_tcpclientsrc_get_property):
33750         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33751         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33752         (gst_tcpserversink_handle_client_read),
33753         (gst_tcpserversink_handle_client_write),
33754         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33755         * gst/tcp/gsttcpserversink.h:
33756           add signals client-added and client-removed
33757         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33758         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33759         (gst_tcpserversrc_get_property):
33760         uniformized, change default protocol to NONE
33761         * gst/tcp/gsttcp-marshal.list: added
33762 2004-06-07  Benjamin Otte  <otte@gnome.org>
33763
33764         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33765           handle discont events if they happen before caps nego
33766
33767 2004-06-07  Wim Taymans  <wim@fluendo.com>
33768
33769         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33770         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33771         (gst_multipart_demux_plugin_init):
33772         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33773         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33774         (gst_multipart_mux_change_state):
33775         Small updates, fix a memleak
33776
33777 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33778
33779         * configure.ac: OSS portability
33780         * ext/arts/gst_arts.c: idem
33781         * sys/oss/gstosselement.c: idem
33782         * sys/oss/gstossmixer.c: idem
33783         * sys/oss/gstosssink.c: idem
33784         * sys/oss/gstosssrc.c: idem
33785         * sys/oss/oss_probe.c: idem
33786           - check for soundcard.h in different places for some BSD
33787
33788 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
33789
33790         * AUTHORS:
33791         Add me to the authors file
33792         * configure.ac:
33793         Increase the libdv requirement to >= version 0.100
33794         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33795         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
33796         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
33797         * ext/dv/gstdvdec.h:
33798         Add support for the new_media flag when sending DISCONT events
33799         Make the querying work when video pad is not linked
33800
33801 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33802
33803         reviewed by Benjamin Otte  <otte@gnome.org>
33804
33805         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
33806           create a NULL-initialized array of pads, so we don't think they
33807           exist already. (fixes #143130)
33808
33809 2004-06-07  Benjamin Otte  <otte@gnome.org>
33810
33811         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
33812         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
33813         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
33814           don't use // coments
33815
33816 2004-06-07  Benjamin Otte  <otte@gnome.org>
33817
33818         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
33819           cast to GstClockTime to get higher granularity
33820         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33821           use gst_element_set_time_delay to get the exact time
33822         * ext/mad/gstmad.c: (gst_mad_chain):
33823           use the negotiated rate instead of the current frame's rate which
33824           might be wrong because of bit errors. This avoids emitting totally
33825           bogus timestamps and screwing sync.
33826         (fixes #143454)
33827
33828 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33829
33830         reviewed by Benjamin Otte  <otte@gnome.org>
33831
33832         * gst/adder/gstadder.c: (gst_adder_loop):
33833           properly error out when no negotiation has happened yet. (fixes
33834           #143032)
33835
33836 2004-06-06  Benjamin Otte  <otte@gnome.org>
33837
33838         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33839           forward correctly transformed offset in discont events. Based on
33840           patch by Arwed v. Merkatz. (fixes #142851)
33841
33842 2004-06-06  David Schleef  <ds@schleef.org>
33843
33844         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
33845         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
33846         problems on several systems.
33847
33848 2004-06-06  Benjamin Otte  <otte@gnome.org>
33849
33850         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
33851           use explicit caps on the srcpad
33852         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33853           properly error out if caps couldn't be set (fixes #142764)
33854
33855 2004-06-06  Benjamin Otte  <otte@gnome.org>
33856
33857         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33858         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33859         (gst_alsa_start_audio):
33860           - don't call set_periods_integer anymore, it breaks the
33861           configuration randomly
33862           - call snd_pcm_hw_params_set_access directly instead of using masks
33863           - don't fail if the sw_params can't be set, just use the default
33864           params and hope it works. Alsalib has weird issues when you touch
33865           sw_params and does no proper error reporting about what failed.
33866         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33867         (gst_alsa_close_audio):
33868           make our alsa debugging go via gst debugging and not conditionally
33869           defined
33870         * ext/alsa/gstalsa.h:
33871           add ALSA_DEBUG_FLUSH macro
33872         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
33873         (plugin_init):
33874           wrap alsa errors to be printed via the gst debugging system and not
33875           spammed to stderr
33876
33877 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33878
33879         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
33880         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
33881         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
33882         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
33883         (qtdemux_parse_trak):
33884         * gst/qtdemux/qtdemux.h:
33885           Bitch. Also known as seeking, querying & co.
33886         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33887         (gst_osssink_change_state):
33888         * sys/oss/gstosssink.h:
33889           Resyncing is for weenies, this hack is no longer needed and was
33890           broken anyway (since it - unintendedly - always leaves resync to
33891           TRUE).
33892
33893 2004-06-05  Andrew Turner <zxombie@hotpop.com>
33894
33895         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
33896         * gst/tcp/gsttcpclientsrc.h: idem
33897           - define MSG_NOSIGNAL if not done
33898           - include unistd.h for off_t
33899           (fixes #143749)
33900
33901 2004-06-05  Benjamin Otte  <otte@gnome.org>
33902
33903         * configure.ac:
33904         * ext/kio/Makefile.am:
33905           check for qt's moc preprocessor explicitly and use it
33906
33907 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33908
33909         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
33910           don't get a signal for EPIPE on socket writes
33911           (somebody check if this works on other platforms)
33912
33913 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33914
33915         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33916         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33917           check error condition on available samples correctly
33918
33919 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33920
33921         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
33922           avoid a segfault
33923         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
33924         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
33925         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33926         (gst_tcpserversrc_gdp_read_header):
33927          use ssize_t over size_t since the former is signed and thus the
33928          check for error codes can work
33929
33930 2004-06-02  Wim Taymans  <wim@fluendo.com>
33931
33932         reviewed by: Johan
33933
33934         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33935         (gst_multipart_mux_loop):
33936         Oops
33937
33938 2004-06-02  Wim Taymans  <wim@fluendo.com>
33939
33940         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33941         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33942         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
33943         (gst_multipart_mux_change_state):
33944         Added configurable boundary specifier, added the value as a
33945         caps field as well.
33946
33947 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33948
33949         * gst/tcp/gsttcp.c:
33950         * gst/tcp/gsttcpclientsrc.c:
33951         * gst/tcp/gsttcpclientsrc.h:
33952         * gst/tcp/gsttcpserversrc.c:
33953           - portability fix, to compile on OSX
33954             (fixes #143146)
33955
33956         * sys/osxaudio/gstosxaudioelement.c:
33957         * sys/osxaudio/gstosxaudiosink.c:
33958         * sys/osxaudio/gstosxaudiosrc.c:
33959           - compilation warnings on OSX
33960             (fixes #143153)
33961
33962 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33963
33964         * ext/vorbis/vorbisdec.c : sign warning fixes
33965
33966         * gst-libs/gst/mixer/mixertrack.c :
33967           do no use defines which are glib 2.4 specific
33968
33969 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
33970
33971         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
33972           buffer since libflac doesn't expect it (reports a sync error when
33973           it encounters that)
33974
33975
33976 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
33977
33978         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
33979         * gst-libs/gst/mixer/mixertrack.c:
33980         (gst_mixer_track_get_property), (get_mixer_track_init),
33981         (get_mixer_track_get_property): Added property accessors
33982         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
33983         * gst-libs/gst/mixer/mixeroptions.c:
33984         (gst_mixer_options_get_values): Added
33985         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
33986         * gst-libs/gst/mixer/mixer.c: Fixed comment
33987
33988
33989 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33990
33991         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
33992           improve error messages on open
33993
33994
33995 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33996
33997         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33998           check if v4l-conf is in path
33999
34000 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34001
34002         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34003           change assert to a more readable error message
34004
34005 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34006
34007         * gst-libs/gst/tuner/tunerchannel.h:
34008           - add a freq_multiplicator field to make the conversion
34009             between internal frequency unit and Hz
34010         * sys/v4l/gstv4lelement.c:
34011         * sys/v4l2/gstv4l2element.c:
34012           - change default video device to /dev/video0
34013         * sys/v4l/v4l_calls.c:
34014         * sys/v4l2/v4l2_calls.c:
34015           - we only expose frequency to the user in Hz instead of
34016             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34017
34018 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34019         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34020           Initialise b_o_s and e_o_s variables
34021         * gst-libs/gst/riff/riff-media.c:
34022         (gst_riff_create_video_caps_with_data):
34023           Add some unusual fourcc's from mplayer avi's
34024         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34025           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34026           autoplugging.
34027
34028 2004-05-28  Wim Taymans  <wim@fluendo.com>
34029
34030         * configure.ac:
34031         * gst/alpha/Makefile.am:
34032         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34033         (gst_alpha_get_type), (gst_alpha_base_init),
34034         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34035         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34036         (gst_alpha_chroma_key), (gst_alpha_chain),
34037         (gst_alpha_change_state), (plugin_init):
34038         A plugin to add an alpha channel to I420 video. Can optionally do
34039         chroma keying.
34040         * gst/multipart/Makefile.am:
34041         * gst/multipart/multipart.c: (plugin_init):
34042         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34043         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34044         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34045         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34046         (gst_multipart_demux_change_state),
34047         (gst_multipart_demux_plugin_init):
34048         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34049         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34050         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34051         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34052         (gst_multipart_mux_pad_unlink),
34053         (gst_multipart_mux_request_new_pad),
34054         (gst_multipart_mux_handle_src_event),
34055         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34056         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34057         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34058         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34059         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34060         send multipart jpeg images to a browser.
34061         * gst/videobox/Makefile.am:
34062         * gst/videobox/README:
34063         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34064         (gst_video_box_get_type), (gst_video_box_base_init),
34065         (gst_video_box_class_init), (gst_video_box_init),
34066         (gst_video_box_set_property), (gst_video_box_get_property),
34067         (gst_video_box_sink_link), (gst_video_box_i420),
34068         (gst_video_box_ayuv), (gst_video_box_chain),
34069         (gst_video_box_change_state), (plugin_init):
34070         Crops or adds borders around an image. can do alpha channel
34071         borders as well.
34072         * gst/videomixer/Makefile.am:
34073         * gst/videomixer/README:
34074         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34075         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34076         (gst_videomixer_pad_get_sink_event_masks),
34077         (gst_videomixer_pad_get_property),
34078         (gst_videomixer_pad_set_property),
34079         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34080         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34081         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34082         (gst_videomixer_base_init), (gst_videomixer_class_init),
34083         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34084         (gst_videomixer_handle_src_event),
34085         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34086         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34087         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34088         (gst_videomixer_loop), (gst_videomixer_get_property),
34089         (gst_videomixer_set_property), (gst_videomixer_change_state),
34090         (plugin_init):
34091         Generic video mixer plugin, can handle multiple inputs all with
34092         different framerates and video sizes. Is fully alpha channel
34093         aware.
34094
34095 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34096
34097         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34098           Select first track as master track. Not sure how else to handle
34099           that...
34100         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34101           Discard discont events. Should fix #142962.
34102
34103 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34104
34105         * ext/alsa/Makefile.am:
34106         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34107         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34108         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34109         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34110         (gst_alsa_mixer_get_option):
34111         * ext/alsa/gstalsamixer.h:
34112         * ext/alsa/gstalsamixeroptions.c:
34113         (gst_alsa_mixer_options_get_type),
34114         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34115         (gst_alsa_mixer_options_new):
34116         * ext/alsa/gstalsamixeroptions.h:
34117         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34118         * ext/alsa/gstalsamixertrack.h:
34119           Add enumerations (as GstMixerOptions). Make correct distinction
34120           between input/output tracks. Add capture/playback private flag.
34121           Use flag to decide on whether to set capture or playback volumes
34122           or switches. Use playback and record switches.
34123         * gst-libs/gst/mixer/Makefile.am:
34124         * gst-libs/gst/mixer/mixer-marshal.list:
34125         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34126         (gst_mixer_set_option), (gst_mixer_get_option),
34127         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34128         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34129         * gst-libs/gst/mixer/mixer.h:
34130         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34131         (gst_mixer_options_class_init), (gst_mixer_options_init),
34132         (gst_mixer_options_dispose):
34133         * gst-libs/gst/mixer/mixeroptions.h:
34134           Add GstMixerOptions.
34135         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34136           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34137           broken device detection on computers with multiple OSS sound
34138           cards.
34139
34140 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34141
34142         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34143           fixate nicely even when the peer is not negotiating
34144
34145 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34146
34147         * gst/audioconvert/gstaudioconvert.c:
34148         (gst_audio_convert_parse_caps):
34149           make sure we don't allow depth > width
34150         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34151           fixate endianness to G_BYTE_ORDER as default
34152         * gst/audioscale/gstaudioscale.c:
34153           we don't handle another endianness as host-endianness
34154
34155 2004-05-25  David Schleef  <ds@schleef.org>
34156
34157         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34158
34159 2004-05-24  Benjamin Otte  <otte@gnome.org>
34160
34161         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34162         (gst_oggvorbisenc_setup):
34163           properly fail when we can't setup the vorbis encoder due to
34164           unsupported settings
34165         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34166         (gst_vorbisenc_setup):
34167           same
34168         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34169           fix case where warnings occured when one pad was unlinked while the
34170           other's link function was called
34171
34172 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34173
34174         * gst/tcp/Makefile.am:
34175           use GST_ENABLE_NEW
34176
34177 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34178
34179         * gst-libs/gst/resample/private.h:
34180           don't use optimizations that are #if 0'ed
34181
34182 2004-05-24  Wim Taymans  <wim@fluendo.com>
34183
34184         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34185         Fix potential division by zero error and hopefully get
34186         the position query right to get correct timestamps on avi
34187         audio.
34188
34189 2004-05-24  Wim Taymans  <wim@fluendo.com>
34190
34191         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34192         (gst_videoscale_scale_nearest_str2),
34193         (gst_videoscale_scale_nearest_str4),
34194         (gst_videoscale_scale_nearest_32bit),
34195         (gst_videoscale_scale_nearest_24bit),
34196         (gst_videoscale_scale_nearest_16bit):
34197         Fix the scaling algorithm and avoid a buffer overflow.
34198         removed the while loop in the scaling function as it
34199         was used for point sampling only.
34200
34201 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34202
34203         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34204         (gst_id3_tag_class_init), (gst_id3_tag_init),
34205         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34206         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34207         (gst_id3_tag_send_tag_event):
34208           lots of fixes to make id3mux work and id3demux work correctly
34209
34210 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34211
34212         * ext/Makefile.am:
34213           add rules to build shout2send (was removed by accident
34214           when this module was no more marked experimental/broken)
34215
34216 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34217
34218         * ext/shout2/gstshout2.c:
34219         * ext/shout2/gstshout2.h:
34220           adding a "connection problem" signal to shout2send
34221           (fixes #142954)
34222
34223 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34224
34225         * ext/kio/kioreceiver.cpp:
34226         * ext/kio/kioreceiver.h:
34227           fix sign comparison issues
34228
34229 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34230
34231         * gst/cdxaparse/gstcdxaparse.c:
34232         * gst/cdxaparse/gstcdxaparse.h:
34233           some renaming
34234           add some checks/sanity
34235           prepare for seek addition
34236
34237         * sys/sunaudio/gstsunaudio.c:
34238           remove exported dupe init function
34239
34240 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34241
34242         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34243         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34244           Fix format conversion and position querying.
34245         * gst/debug/progressreport.c: (gst_progressreport_report):
34246           Don't output a bogus total value that we didn't query.
34247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34248           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34249           only a blank window after xine has been used.
34250
34251 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34252
34253         * m4/as-arts.m4:
34254           sync with upstream version to fix test on FC2
34255           readd with -ko to preserve Id header
34256
34257 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34258
34259         * configure.ac:
34260           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34261         * gst/tcp/gsttcpclientsrc.c: idem
34262         * gst/tcp/gsttcpserversink.c: idem
34263         * gst/tcp/gsttcpserversrc.c: idem
34264         * m4/gst-fionread.m4: idem
34265
34266         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34267
34268         * configure.ac: enable speex plugin for speex 1.1.5+
34269         * ext/speex/gstspeexenc.c: fix cast warning
34270
34271         * ext/esd/README: fix typo
34272
34273 2004-05-20  David Schleef  <ds@schleef.org>
34274
34275         * configure.ac: Minor cosmetic change to convince the buildbot to
34276         reautogen.
34277         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34278         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34279         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34280         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34281         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34282         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34283         More hacking.  Plays audio now.
34284
34285 2004-05-20  David Schleef  <ds@schleef.org>
34286
34287         * configure.ac:
34288         * sys/Makefile.am:
34289
34290 2004-05-20  David Schleef  <ds@schleef.org>
34291
34292         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34293         * sys/osxaudio/gstosxaudio.c:
34294         * sys/osxaudio/gstosxaudioelement.c:
34295         * sys/osxaudio/gstosxaudioelement.h:
34296         * sys/osxaudio/gstosxaudiosink.c:
34297         * sys/osxaudio/gstosxaudiosink.h:
34298         * sys/osxaudio/gstosxaudiosrc.c:
34299         * sys/osxaudio/gstosxaudiosrc.h:
34300
34301 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34302
34303         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34304         (gst_vorbisenc_chain):
34305           put the codec headers on the caps as streamheader as well as
34306           pushing them out
34307
34308 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34309
34310         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34311         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34312         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34313         split up push_packet into two functions
34314
34315 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34316
34317         * gst/tcp/.cvsignore:
34318           ignore enums
34319         * gst/tcp/Makefile.am:
34320         * gst/tcp/README:
34321         * gst/tcp/gsttcp.c:
34322         * gst/tcp/gsttcp.h:
34323         * gst/tcp/gsttcpclientsink.c:
34324         * gst/tcp/gsttcpclientsink.h:
34325         * gst/tcp/gsttcpclientsrc.c:
34326         * gst/tcp/gsttcpclientsrc.h:
34327         * gst/tcp/gsttcpplugin.c:
34328         * gst/tcp/gsttcpserversink.c:
34329         * gst/tcp/gsttcpserversink.h:
34330         * gst/tcp/gsttcpserversrc.c:
34331         * gst/tcp/gsttcpserversrc.h:
34332           add new tcp elements
34333
34334 2004-05-19  Wim Taymans  <wim@fluendo.com>
34335
34336         * gst/law/mulaw-conversion.c: (mulaw_encode):
34337         Fix overflow bug in ulaw encoding.
34338
34339 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34340
34341         * ext/mad/gstmad.c: (gst_mad_handle_event):
34342           don't unref the event twice
34343
34344 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34345
34346         * configure.ac:
34347           remove -Wno-sign-compare
34348
34349 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34350
34351         * configure.ac:
34352           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34353           if you want to work against glib 2.2 and 2.4
34354
34355 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34356
34357         * gst/tcp/Makefile.am:
34358         * gst/tcp/gsttcp.c:
34359         * gst/tcp/gsttcp.h:
34360         * gst/tcp/gsttcpsink.h:
34361         * gst/tcp/gsttcpsrc.h:
34362           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34363
34364 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34365
34366         * gst/debug/tests.c: (md5_get_value):
34367           fix segfault on gst-inspect
34368
34369 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34370
34371         * gst/debug/testplugin.c:
34372         * gst/debug/tests.c:
34373         * gst/debug/tests.h:
34374           add new extensible and configurable testing element. Current tests
34375           include buffer count, stream length, timestamp/duration matching and
34376           md5.
34377         * gst/debug/Makefile.am:
34378         * gst/debug/gstdebug.c: (plugin_init):
34379           add infrastructure for new element
34380
34381 2004-05-19  Johan Dahlin  <johan@gnome.org>
34382
34383         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34384         ending of the array. Fixes gst-inspect segfault on ppc.
34385
34386 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34387
34388         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34389
34390         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34391
34392 2004-05-18  David Schleef  <ds@schleef.org>
34393
34394         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34395         warnings (bugs, actually) noticed by gcc but not forte.
34396
34397 2004-05-18  David Schleef  <ds@schleef.org>
34398
34399         * sys/sunaudio/Makefile.am:
34400         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34401
34402 2004-05-18  David Schleef  <ds@schleef.org>
34403
34404         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34405         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34406         to allow qtdemux to use non-seekable streams. (bug #142272)
34407
34408 2004-05-18  David Schleef  <ds@schleef.org>
34409
34410         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34411         (gst_resample_sinc_ft_float): Remove use of static temporary
34412         buffer.  This code was obviously not supposed to last long, but
34413         it's stuck in our ABI, so it required a little hack to make it
34414         ABI-compatible.  Fixes #142585.
34415         * gst-libs/gst/resample/resample.h: same.
34416
34417 2004-05-18  David Schleef  <ds@schleef.org>
34418
34419         * configure.ac: Add sunaudio
34420         * examples/Makefile.am: make gstplay depend on gconf
34421         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34422         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34423         (convert_table_lookup), (img_convert): remove c99-isms
34424         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34425           unsigned, to fix a warning on Solaris
34426         * gst/mpeg1sys/systems.c: bcopy->memcpy
34427         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34428         * sys/Makefile.am: Add sunaudio
34429
34430 2004-05-18  Wim Taymans  <wim@fluendo.com>
34431
34432         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34433         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34434         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34435         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34436         (gst_ogg_mux_loop):
34437         Fix an ugly memleak where the muxer didn't flush enough ogg
34438         pages. This also resulted in badly muxed ogg files.
34439
34440 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34441
34442         * gst/asfdemux/asfheaders.c :
34443         * gst/asfdemux/asfheaders.h :
34444         * gst/asfdemux/gstasfdemux.c :
34445           - fix ASF_OBJ_PADDING guid
34446           - add 3 new object guids (language list, metadata,
34447             extended stream properties)
34448           - add a function to parse extended header objects
34449
34450 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34451
34452         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34453           remove leftover debugging g_print
34454
34455 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34456
34457         * ext/mad/gstmad.c: (gst_mad_handle_event):
34458           Fix for when the first format in a discont event is not a
34459           byte-based one. Should fix #137710.
34460
34461 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34462
34463         * m4/a52.m4 : fix compilation with -Wall -Werror
34464         * m4/libfame.m4 : idem
34465         * m4/libmikmod.m4 : idem
34466
34467 2004-05-17  Benjamin Otte  <otte@gnome.org>
34468
34469         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34470           signal the new tags before giving up the reference
34471
34472 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34473
34474         * ext/shout2/gstshout2.c:
34475           use application/ogg instead of application/x-ogg (patch by Patrick
34476           Guimond, fixes #142432)
34477         * sys/oss/gstosselement.c: (gst_osselement_reset),
34478         (gst_osselement_sync_parms):
34479           don't set fragment size unless specified (fixes #142493)
34480
34481 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34482
34483         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34484           fixes #142664
34485
34486 2004-05-17  Benjamin Otte  <otte@gnome.org>
34487
34488         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34489           compute offsets correctly for internal buffers so timestamps are set
34490           correctly when we can't seek. Also handle cases where there are no
34491           offsets. (based on a patch by David Moore, fixes #142507)
34492
34493 2004-05-17  Benjamin Otte  <otte@gnome.org>
34494
34495         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34496           use correct variable when determining amount of data to skip so we
34497           don't skip into the void and segfault
34498
34499 2004-05-16  Benjamin Otte  <otte@gnome.org>
34500
34501         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34502           Hi, I'm a memleak
34503
34504 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34505
34506         * gst/asfdemux/gstasfdemux.c:
34507           - fix a mem leak and always propagate tags
34508           - add WMV3 to known video codecs (but no decoder yet)
34509           - replace "surplus data" at end of audio header for what
34510             it is : codec specific data
34511           - fix a typo
34512
34513 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34514
34515         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34516
34517         * gst-libs/gst/audio/audioclock.c:
34518           Fix wrong return type (#142205).
34519
34520 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34521
34522         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34523           Ignore CRCs by default (fixes #142566).
34524
34525 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34526
34527         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34528         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34529         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34530         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34531         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34532         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34533           Fix for cases where we fail to attach to a mixer.
34534
34535 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34536
34537         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34538           Don't touch events after not owning them anymore.
34539         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34540         (gst_wavparse_fmt), (gst_wavparse_other),
34541         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34542         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34543         (gst_wavparse_srcpad_event):
34544         * gst/wavparse/gstwavparse.h:
34545           Add seeking, fix querying.
34546
34547 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34548
34549         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34550           - process comments even if they don't end with \0\0
34551             g_convert would ignore them if present and works well without them
34552
34553 2004-05-16  Benjamin Otte  <otte@gnome.org>
34554
34555         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34556           simplify caps
34557
34558 2004-05-16  Benjamin Otte  <otte@gnome.org>
34559
34560         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34561           don't write to memory we might not write to - g_convert does that
34562           for us anyway (fixes #142613)
34563         (gst_asf_demux_audio_caps):
34564           comment out gst_util_dump_mem
34565
34566 2004-05-16  Benjamin Otte  <otte@gnome.org>
34567
34568         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34569           compute correct expected timestamps after seek (broken since
34570           last commit)
34571         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34572           rename element and debugging category to gdkpixbufscale
34573
34574 2004-05-16  Benjamin Otte  <otte@gnome.org>
34575
34576         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34577           add error checking to snd_pcm_delay and remove duplicate call to
34578           snd_pcm_delay that caused issues (see inline code comments)
34579         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34580           make more readable and fix return value when snd_pcm_delay fails
34581         (fixes #142586)
34582
34583 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34584         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34585         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34586         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34587         (gst_pixbufscale_link), (gst_pixbufscale_init),
34588         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34589         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34590         (gst_pixbufscale_get_property), (pixbufscale_init):
34591         * ext/gdk_pixbuf/pixbufscale.h:
34592         Add these files I forgot earlier
34593
34594 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34595         * ext/gdk_pixbuf/Makefile.am:
34596         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34597         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34598         Add new pixbufscale element to scale RGB video
34599         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34600         and HYPER interpolation correctly.
34601         * ext/theora/theoraenc.c: (theora_enc_chain),
34602         Discard buffer and return if explicit caps could not be set
34603         (theora_enc_get_property):
34604         Make _get return kbps for the bitrate consistent with
34605         the _set function.
34606
34607
34608 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34609
34610         * ext/libvisual/visual.c: (gst_visual_chain):
34611           add missing visual_audio_analyze
34612
34613 2004-05-14  David Schleef  <ds@schleef.org>
34614
34615         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34616         is killed while we're playing.
34617         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34618         gst_element_no_more_pads().
34619
34620 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34621
34622         * gst-libs/gst/riff/riff-read.c :
34623           - fix INFO tag extraction in RIFF/AVI files
34624             because gst_event_unref (event) also freed taglist
34625           - avoid a mem leak
34626
34627 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34628
34629         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34630         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34631
34632         * gst/auparse/gstauparse.c :
34633           - add code (commented for now) to support audio/x-adpcm on src pad
34634             (we have no decoder for those layout yet)
34635
34636         * gst/cdxaparse/gstcdxaparse.c :
34637         * gst/cdxaparse/gstcdxaparse.h :
34638           - partial rewrite using RiffRead (ripped iain's wavparse code)
34639
34640         * gst/rtp/gstrtpL16enc.c : typo
34641         * gst/rtp/gstrtpgsmenc.c : typo
34642
34643 2004-05-13  Benjamin Otte  <otte@gnome.org>
34644
34645         * configure.ac:
34646           check for exact version of libvisual, it's not supposed to be
34647           API/ABI stable yet
34648
34649 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34650
34651         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34652           signal no-more-pads
34653
34654 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34655
34656         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34657         Report which format was used for GST_FORMAT_DEFAULT
34658         * gst/debug/Makefile.am:
34659         * gst/debug/gstdebug.c: (plugin_init):
34660         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34661         (gst_progressreport_class_init), (gst_progressreport_init),
34662         (gst_progressreport_report), (gst_progressreport_set_property),
34663         (gst_progressreport_get_property), (gst_progressreport_chain),
34664         (gst_progressreport_plugin_init):
34665         Add progressreport element for testing.
34666
34667 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34668
34669         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34670         * sys/v4l/gstv4lsrc.h:
34671         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34672         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34673         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34674         (gst_v4lsrc_grab_frame):
34675           add more debugging
34676           send a discont at start
34677
34678 2004-05-12  Colin Walters  <walters@redhat.com>
34679
34680         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34681         inflooping if we can't find a chunk.  Or in other words, don't blow
34682         chunks if we don't have a chunk to blow.
34683
34684 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34685         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34686         Remove old debug output
34687         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34688         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34689         (gst_dvdec_set_property), (gst_dvdec_get_property):
34690         Change the quality setting to an enum, so it works from gst-launch
34691         Don't renegotiate a non-linked pad. Allows audio only decoding.
34692         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34693         (gst_deinterlace_link), (gst_deinterlace_init):
34694         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34695         (gst_videodrop_link):
34696         Some caps negotiation fixes
34697
34698 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34699
34700         * ext/tarkin/gsttarkin.c :
34701           - Change RANK from NONE to PRIMARY
34702         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34703           - Change RANK from NONE to MARGINAL
34704         * ext/divx/gstdivxenc.c :
34705           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34706
34707 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34708
34709         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34710         (gst_vorbisenc_push_packet):
34711           copy a function that was added between 1.0 and 1.0.1 until we
34712           depend on worthwhile features of post-1.0
34713
34714 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34715
34716         * configure.ac:
34717           enable shout2 by default
34718         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34719         (gst_shout2send_base_init), (gst_shout2send_init),
34720         (gst_shout2send_connect), (gst_shout2send_change_state):
34721         * ext/shout2/gstshout2.h:
34722           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34723           #142262)
34724         * ext/theora/theora.c: (plugin_init):
34725           don't set rank on encoders
34726
34727 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34728
34729         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34730           Use codec_data property instead of flag1 and flag2 for wma
34731
34732 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34733
34734         * gst/cdxaparse/gstcdxaparse.c :
34735           - Add mpegversion to CAPS to make it link
34736           - Rank is as GST_RANK_SECONDARY instead of NONE
34737         * gst/auparse/gstauparse.c :
34738           - Document all audio encoding we can encounter from Solaris 9
34739             headers and libsndfile information.
34740           - Increase max. rate from 48000 to 192000 (to match other elements)
34741           - Don't try to play junk data between header and samples
34742
34743 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34744
34745         * ext/libvisual/visual.c: (gst_visual_getcaps):
34746           use the right caps depending on endianness (I hope)
34747         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34748           use GST_RANK_NONE for all non-decoding elements or spider gets
34749           mighty confused
34750
34751 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34752
34753         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34754           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34755
34756 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34757
34758         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34759         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34760         (gst_switch_loop), (gst_switch_get_type):
34761           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34762           HEADERS. Had to be said.
34763
34764 2004-05-10  David Schleef  <ds@schleef.org>
34765
34766         * configure.ac: Add prototype Dirac support.
34767         * ext/Makefile.am:
34768         * ext/dirac/Makefile.am:
34769         * ext/dirac/gstdirac.cc:
34770         * ext/dirac/gstdiracdec.cc:
34771
34772 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34773
34774         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34775         (gst_auparse_init), (gst_auparse_chain),
34776         (gst_auparse_change_state):
34777           Hack around spider. Remove me some day please.
34778
34779 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34780
34781         * gst/auparse/gstauparse.c: (gst_auparse_chain):
34782           Fix for some uninitialized variables in previous patch, also
34783           makes it work. Fixes #142286 while we're at it.
34784
34785 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34786
34787         * gst/auparse/gstauparse.c:
34788                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
34789                 only unsupported formats are ADPCM/CCITT G.72x
34790                 reviewed by Ronald
34791         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
34792
34793 2004-05-10  Wim Taymans  <wim@fluendo.com>
34794
34795         * ext/vorbis/Makefile.am:
34796         * ext/vorbis/README:
34797         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
34798         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
34799         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
34800         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
34801         (gst_oggvorbisenc_convert_sink),
34802         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
34803         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
34804         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
34805         (get_constraints_string), (update_start_message),
34806         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
34807         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
34808         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
34809         * ext/vorbis/oggvorbisenc.h:
34810         * ext/vorbis/vorbis.c: (plugin_init):
34811         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
34812         (raw_caps_factory), (gst_vorbisenc_class_init),
34813         (gst_vorbisenc_init), (gst_vorbisenc_setup),
34814         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
34815         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
34816         * ext/vorbis/vorbisenc.h:
34817         Added a raw vorbis encoder to be used with the oggmuxer.
34818         We still need the old encoder for some gnome applications,
34819         read the README to find out how that works.
34820         The raw encoder is called "rawvorbisenc" until 0.9.
34821
34822 2004-05-10  Wim Taymans  <wim@fluendo.com>
34823
34824         * ext/ogg/gstogg.c: (plugin_init):
34825         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
34826         (gst_ogg_print):
34827         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
34828         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
34829         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
34830         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
34831         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
34832         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
34833         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
34834         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
34835         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
34836         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
34837         Added an ogg muxer.
34838         Small typo fixes in the demuxer.
34839
34840 2004-05-10  Wim Taymans  <wim@fluendo.com>
34841
34842         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34843         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34844         (theora_enc_change_state), (theora_enc_set_property),
34845         (theora_enc_get_property):
34846         Mark the last packet with an EOS flag which is not really needed
34847         in gstreamer.
34848         Do some better video framerate initialisation.
34849         Update the buffer timestamp.
34850
34851 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
34852
34853         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
34854         Return the result of the parent state change call
34855
34856 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34857
34858         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
34859         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
34860         * gst/law/alaw-encode.c : (idem)
34861         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
34862         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
34863         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
34864
34865 2004-05-09  Benjamin Otte  <otte@gnome.org>
34866
34867         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34868           don't use a fixed buffer size when writing variable length data to
34869           it. Fixes memory corruption and makes alsasrc work
34870
34871 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34872
34873         * ext/gnomevfs/gstgnomevfssink.c:
34874         (_gst_boolean_allow_overwrite_accumulator),
34875         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
34876           Run glib's default signal handler (??) in RUN_CLEANUP rather than
34877           RUN_LAST, and don't use that to set the accumulator value because
34878           then it's always FALSE.
34879
34880 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34881
34882         * gst-libs/gst/riff/riff-media.c:
34883         (gst_riff_create_video_caps_with_data),
34884         (gst_riff_create_audio_caps),
34885         (gst_riff_create_audio_template_caps):
34886         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34887           Fix for unaligned RIFF files (i.e. where all the chunks together
34888           in a LIST chunk are not of the same size as the size given in
34889           the LIST chunk header). Fixes several odd WAVE files. Also fix
34890           ADPCM (block_align property) in audio, so that wavparse based
34891           on this works now as it used to stand-alone.
34892
34893 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
34894
34895         reviewed by Benjamin Otte  <otte@gnome.org>
34896
34897         * ext/a52dec/gsta52dec.c:
34898         * ext/divx/gstdivxdec.c:
34899         * ext/divx/gstdivxenc.c:
34900         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
34901         * ext/faac/gstfaac.c: (gst_faac_base_init):
34902         * ext/faad/gstfaad.c: (gst_faad_base_init):
34903         * ext/ivorbis/vorbisfile.c:
34904         * ext/lame/gstlame.c:
34905         * ext/libfame/gstlibfame.c:
34906         * ext/mpeg2enc/gstmpeg2enc.cc:
34907         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
34908         * ext/sidplay/gstsiddec.cc:
34909         * ext/speex/gstspeexdec.c:
34910         * ext/speex/gstspeexenc.c:
34911         * ext/xvid/gstxviddec.c:
34912         * ext/xvid/gstxvidenc.c:
34913           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
34914           (fixes #142193)
34915
34916 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34917
34918         * ext/alsa/gstalsa.c: (device_list),
34919         (gst_alsa_class_probe_devices):
34920         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
34921           Fix alsa oddness in mixer after the combination of using mixer
34922           in source/sink elements and using hw:x,y instead of just hw:x.
34923
34924 2004-05-09  Benjamin Otte  <otte@gnome.org>
34925
34926         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
34927         (gst_wavparse_create_sourcepad):
34928           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
34929           sourcepads
34930
34931 2004-05-09  Benjamin Otte  <otte@gnome.org>
34932
34933         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34934           allow discont events before caps nego
34935
34936 2004-05-08  Benjamin Otte  <otte@gnome.org>
34937
34938         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34939           don't leak events
34940
34941 2004-05-08  Benjamin Otte  <otte@gnome.org>
34942
34943         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
34944         (gst_level_change_state), (gst_level_init):
34945         * gst/level/gstlevel.h:
34946           figure out if we're initialized directly instead of keeping a
34947           variable that's wrong in 90% of cases
34948           don't initialize pads and then leak them and use a new unitialized
34949           pad. (fixes #142084)
34950           these were bugs so n00bish I didn't find them for an hour :/
34951
34952 2004-05-08 Iain <iain@prettypeople.org>
34953
34954         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
34955         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
34956         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
34957         return the length that was read.
34958         (gst_riff_read_strf_auds): Allow fmt tags as well.
34959
34960 2004-05-07  David Schleef  <ds@schleef.org>
34961
34962         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
34963         signed char assumption in faad.h.
34964
34965 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34966
34967         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
34968           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
34969
34970 2004-05-07  Colin Walters  <walters@redhat.com>
34971
34972         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
34973         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
34974         function.
34975         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
34976         Add dispose function.
34977
34978 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
34979         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
34980           Fix caps nego and pad templates. RGB mode caps should
34981           work now.
34982         * ext/dvdnav/gst-dvd:
34983           Move mpeg2dec inside the thread because otherwise the
34984           queue rejects cap changes mid-stream
34985         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
34986         (gst_mpeg2dec_flush_decoder):
34987           For mpeg2dec > 0.4.0, call the flush function instead of
34988           manually extracting all in-flight frames.
34989         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
34990         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
34991           Change mime type video/dv go video/x-dv to match the
34992           rest of gst-plugins
34993
34994 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34995
34996         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34997         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
34998         (gst_alsa_sink_class_init):
34999         * ext/alsa/gstalsasink.h:
35000         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35001         (gst_alsa_src_class_init):
35002         * ext/alsa/gstalsasrc.h:
35003           Make alsasink/src a subclass of alsamixer so that mixer stuff
35004           shows up in gst-rec. Needs some finetuning.
35005
35006 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35007
35008         * ext/lame/gstlame.c: (gst_lame_chain):
35009           simplify
35010         * ext/mad/gstmad.c: (gst_mad_handle_event):
35011           fix event leak
35012         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35013           be able to detect mp3 files < 4096 bytes
35014
35015 2004-05-06  Wim Taymans  <wim@fluendo.com>
35016
35017         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35018         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35019         (theora_enc_set_property), (theora_enc_get_property):
35020         Also encode the first frame, cleanup some code.
35021
35022 2004-05-06  Wim Taymans  <wim@fluendo.com>
35023
35024         * ext/mpeg2enc/gstmpeg2enc.cc:
35025         Forward events first before deciding that negotiation was
35026         not performed.
35027
35028 2004-05-06  Wim Taymans  <wim@fluendo.com>
35029
35030         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35031         First process the events before deciding that negotiation
35032         was not performed.
35033
35034 2004-05-06  Wim Taymans  <wim@fluendo.com>
35035
35036         * ext/theora/Makefile.am:
35037         * ext/theora/theora.c: (plugin_init):
35038         * ext/theora/theoradec.c: (theora_dec_change_state):
35039         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35040         (gst_theora_enc_class_init), (gst_theora_enc_init),
35041         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35042         (theora_enc_chain), (theora_enc_change_state),
35043         (theora_enc_set_property), (theora_enc_get_property):
35044         Added a theora encoder, grouped the encoder and decoder into the
35045         same plugin.
35046
35047 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35048
35049         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35050         (gst_jpegenc_chain):
35051         fix DURATION on outgoing buffers
35052         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35053         debug using time formats
35054         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35056         (gst_xvimagesink_sink_link):
35057         windows with width/height 0 generate X errors, so don't allow them
35058
35059 2004-05-05  Wim Taymans  <wim@fluendo.com>
35060
35061         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35062         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35063         (gst_mpeg2dec_negotiate_format):
35064         * ext/mpeg2dec/gstmpeg2dec.h:
35065           removed the static pad template so that we can add the
35066           more accurate framerate value to the caps.
35067
35068
35069 2004-05-04  Benjamin Otte  <otte@gnome.org>
35070
35071         * configure.ac:
35072           check for kdemacros.h, too (should fix #141821)
35073         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35074           don't crash if no header was sent, but nicely error out (fixes part
35075           of #141554)
35076
35077 2004-05-04  Wim Taymans  <wim@fluendo.com>
35078
35079         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35080         parent dispose function to avoid segfault on destroy.
35081
35082 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35083
35084         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35085         (plugin_init):
35086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35087         (gst_xvimagesink_sink_link):
35088         clean up debugging caps
35089         also recreate xvimage when format has changed
35090
35091 2004-05-04  Benjamin Otte  <otte@gnome.org>
35092
35093         * ext/libvisual/Makefile.am:
35094         * ext/libvisual/visual.c: (gst_visual_class_init),
35095         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35096         (gst_visual_srclink), (gst_visual_chain),
35097         (gst_visual_change_state), (plugin_init):
35098           use a GstAdapter to correctly adapt buffer sizes - allows using a
35099           framerate
35100
35101 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35102
35103         * sys/v4l/gstv4lelement.h:
35104         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35105         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35106         (gst_v4lsrc_buffer_free):
35107         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35108         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35109         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35110         (gst_v4lsrc_requeue_frame):
35111         move some debugging categories around
35112         query for fps index and set accordingly if found
35113
35114 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35115
35116         * ext/lame/gstlame.c:
35117         correct defaults that lame_init puts out of range
35118
35119 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35120
35121         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35122         (gst_divxenc_class_init):
35123         fix range since -1 is the default
35124         * gst/mpeg1sys/gstmpeg1systemencode.c:
35125         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35126         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35127         (gst_rtjpegdec_chain):
35128         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35129         (gst_rtjpegenc_chain):
35130         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35131         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35132         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35133         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35134         * sys/v4l/gstv4lsrc.c:
35135         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35136         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35137         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35138         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35139         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35140           remove gst_info calls
35141
35142 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35143
35144         * Makefile.am:
35145         * po/af.po:
35146         * po/az.po:
35147         * po/en_GB.po:
35148         * po/nl.po:
35149         * po/sr.po:
35150         * po/sv.po:
35151           Updated translations
35152
35153 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35154
35155         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35156           refactor/comment code
35157
35158 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35159
35160         * gst/asfdemux/Makefile.am:
35161         * gst/asfdemux/asfheaders.c:
35162         * gst/asfdemux/asfheaders.h:
35163         * gst/asfdemux/gstasf.c: (plugin_init):
35164         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35165         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35166         (gst_asf_demux_setup_pad):
35167         * gst/asfdemux/gstasfdemux.h:
35168         * gst/asfdemux/gstasfmux.c:
35169         * gst/asfdemux/gstasfmux.h:
35170           Add tagging support to demuxer, split out registration in its own
35171           file instead of in demux (hacky), and prevent having some tables
35172           in our memory multiple times (in asfheaders.h).
35173
35174 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35175
35176         * gst/matroska/matroska-demux.c:
35177         (gst_matroska_demux_parse_metadata):
35178         * gst/matroska/matroska-ids.h:
35179           Basic tag reading support.
35180
35181 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35182
35183         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35184           Really detect ac-3 audio.
35185         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35186           really detect matroska files (off-by-1).
35187
35188 2004-04-30  David Schleef  <ds@schleef.org>
35189
35190         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35191         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35192         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35193         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35194         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35195         hackage -- parse a lot more atoms, extract a few tags.  One might even
35196         mistake this for tag support.  Maybe it is.
35197         * gst/qtdemux/qtdemux.h:
35198
35199 2004-04-30  Colin Walters  <walters@verbum.org>
35200
35201         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35202
35203 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35204
35205         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35206         (gst_ffmpegcolorspace_getcaps):
35207           remove broken nego fix
35208
35209 2004-04-30  Benjamin Otte  <otte@gnome.org>
35210
35211         * configure.ac:
35212         * ext/Makefile.am:
35213         * ext/libvisual/Makefile.am:
35214         * ext/libvisual/visual.c:
35215           add initial support for libvisual (http://libvisual.sourceforge.net)
35216           libvisual is still quite alpha, so expect crashes in there :)
35217
35218 2004-04-29  David Schleef  <ds@schleef.org>
35219
35220         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35221         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35222         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35223         code; you will no longer respect me.
35224
35225 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35226
35227         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35228         * ext/alsa/gstalsa.h :
35229         change alsa pcm device discovery to find more than 1 device
35230         per card. code review by Ronald.
35231
35232 2004-04-29  David Schleef  <ds@schleef.org>
35233
35234         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35235         Add a check for a driver bug on FreeBSD.  (bug #140565)
35236
35237 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35238
35239         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35240         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35241         (gst_jpegenc_getcaps):
35242           move format setting to inner loop
35243         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35244         (gst_ffmpegcolorspace_getcaps):
35245           use GST_PAD_CAPS if available so that we use already negotiated
35246           caps
35247         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35248         (qtdemux_parse_moov), (qtdemux_parse):
35249           extra debugging
35250         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35251         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35252           move hardcoded path to DEFINE
35253
35254 2004-04-28  David Schleef  <ds@schleef.org>
35255
35256         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35257         (bug #140064)
35258
35259 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35260
35261         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35262           Don't probe for playback device if we're a source element. Fixes
35263           #139658.
35264
35265 2004-04-29  Benjamin Otte  <otte@gnome.org>
35266
35267         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35268         (gst_id3_tag_chain):
35269           rewrite buffer offset
35270
35271 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35272
35273         * configure.ac:
35274         * ext/Makefile.am:
35275         * ext/dts/Makefile.am:
35276         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35277         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35278         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35279         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35280         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35281         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35282         (plugin_init):
35283         * ext/dts/gstdtsdec.h:
35284           New DTS decoder.
35285         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35286         (gst_faad_srcconnect):
35287           Add ESDS atom handling (.m4a).
35288
35289 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35290
35291         * ext/divx/gstdivxdec.c: (plugin_init):
35292           Remove comment that makes no sense.
35293         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35294           Fix for obvious typo that resulted in warnings during gst-register.
35295         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35296         (gst_xviddec_sink_link):
35297           Fix caps negotiation a bit better.
35298         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35299           We call this 'codec_data', not 'esds'.
35300
35301 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35302
35303         * gst/monoscope/gstmonoscope.c:
35304           make sure we only provide 256x128
35305         * gst/monoscope/monoscope.c: (monoscope_init):
35306           assert size of 256x128
35307
35308 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35309
35310         * Makefile.am:
35311         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35312         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35313           fixate to max width and height of device
35314
35315 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35316
35317         * Makefile.am:
35318         * sys/v4l/gstv4l.c:
35319         * sys/v4l/gstv4lsrc.c:
35320         * sys/v4l/v4l_calls.c:
35321         * sys/v4l/v4lsrc_calls.c:
35322           fix for qc-usb driver which fakes having more than one buffer
35323           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35324           buffer_free override
35325           add debugging
35326
35327 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35328
35329         * Makefile.am:
35330         * gst/videotestsrc/gstvideotestsrc.c:
35331         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35332         (gst_videotestsrc_init), (gst_videotestsrc_get),
35333         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35334         * gst/videotestsrc/gstvideotestsrc.h:
35335           add num-buffers property
35336
35337         2004-04-26  Benjamin Otte  <otte@gnome.org>
35338
35339         * ext/mad/gstid3tag.c: (plugin_init):
35340           set id3mux rank to NONE so it doesn't confuse spider
35341           require audio/mpeg,mpegversion=1 in id3mux
35342
35343 2004-04-26  Benjamin Otte  <otte@gnome.org>
35344
35345         * configure.ac:
35346           detect faad correctly as non-working if it's indeed non-working
35347
35348 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35349
35350         * Makefile.am:
35351         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35352         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35353         fix _getcaps so it only negotiates to its supported format
35354
35355 2004-04-25  Benjamin Otte  <otte@gnome.org>
35356
35357         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35358           fix memleak
35359
35360 2004-04-23  Benjamin Otte  <otte@gnome.org>
35361
35362         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35363           audio/x-raw-int with height rules! not. Now it's depth.
35364
35365 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35366
35367         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35368         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35369         (gst_wavparse_loop):
35370           Missing variable initialization. Add handling of DVI ADPCM. Fix
35371           mis-parsing of LIST chunks. This works around a bug where we mis-
35372           parse non-aligning LIST chunks (so LIST chunks where the contents
35373           don't align with the actual LIST size). The correct fix is to use
35374           rifflib, I'm not going to fix wavparse - too much work. All this
35375           fixes #104878.
35376
35377 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35378
35379         reviewed by Benjamin Otte  <otte@gnome.org>
35380
35381         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35382           fix shoutcast not working (fixes #140844)
35383
35384 2004-04-22  Benjamin Otte  <otte@gnome.org>
35385
35386         * ext/hermes/gsthermescolorspace.c:
35387         (gst_hermes_colorspace_caps_remove_format_info):
35388         * gst/colorspace/gstcolorspace.c:
35389         (gst_colorspace_caps_remove_format_info):
35390         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35391         (gst_ffmpegcolorspace_caps_remove_format_info):
35392           s/gst_caps_simplify/gst_caps_do_simplify/
35393
35394 2004-04-22  Benjamin Otte  <otte@gnome.org>
35395
35396         * gst-libs/gst/riff/riff-media.c:
35397         (gst_riff_create_video_caps_with_data):
35398           mpegversion is an int
35399         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35400           don't try to create pad templates with NULL caps, use any caps
35401           instead.
35402
35403 2004-04-20  David Schleef  <ds@schleef.org>
35404
35405         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35406         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35407         (bug #140384)
35408
35409 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35410
35411         reviewed by David Schleef
35412
35413         * ext/mad/gstid3tag.c: Add stdlib.h
35414         * gst/rtp/gstrtpgsmenc.c: same
35415         * gst/tags/gstid3tag.c: same
35416         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35417         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35418         GST_DISABLE_LOADSAVE use.
35419         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35420         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35421         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35422         atol(3)).
35423         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35424         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35425         strtoul(3)).
35426         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35427         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35428         $(ID3_CFLAGS).
35429         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35430         $(LIBFAME_CFLAGS).
35431
35432 2004-04-20  David Schleef  <ds@schleef.org>
35433
35434         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35435         last checkin.  Same idea.
35436
35437 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35438
35439         reviewed by David Schleef
35440
35441         * configure.ac: bump required gstreamer version to 0.8.1.1
35442         because of following changes [--ds]
35443
35444         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35445         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35446         (gst_riff_read_header):  Use GST_READ_UINT*
35447         macros to access possibly unaligned memory.
35448
35449         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35450         (mp3_type_find):  Use GST_READ_UINT*
35451         macros to access possibly unaligned memory.
35452         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35453         (speex_type_find): Likewise
35454
35455         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35456
35457         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35458         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35459         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35460         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35461         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35462         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35463         macros to access possibly unaligned memory.
35464
35465         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35466         Likewise.
35467
35468         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35469         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35470
35471         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35472         Likewise.
35473
35474         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35475         (gst_mpeg2subt_chain_subtitle): Likewise.
35476
35477         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35478         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35479         Likewise.
35480
35481         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35482         Likewise.
35483
35484         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35485         Likewise.
35486
35487         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35488         Likewise.
35489
35490 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35491
35492         * configure.ac:
35493           update required version of GStreamer because of GST_TIME_FORMAT
35494
35495 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35496
35497         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35498           remove leftover g_print
35499         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35500           don't try setting only a subset of the caps. We don't want to kill
35501           autoplugging on purpose
35502
35503 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35504
35505         * sys/ximage/ximagesink.c: (plugin_init):
35506         * sys/xvimage/xvimagesink.c: (plugin_init):
35507           add debugging categories
35508
35509 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35510
35511         * po/en_GB.po:
35512         * po/LINGUAS:
35513           Adding en_GB translation (Gareth Owen)
35514
35515 2004-04-20  David Schleef  <ds@schleef.org>
35516
35517         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35518         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35519         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35520         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35521         A number of new features and hacks to extract the esds atom and
35522         put it into the caps.  (bug #137724)
35523
35524 2004-04-19  David Schleef  <ds@schleef.org>
35525
35526         * gconf/Makefile.am: Fix for non-GNU make
35527         * gst-libs/gst/Makefile.am: Change directory order to handle
35528         GstPlay linking with gstinterfaces
35529         * gst-libs/gst/audio/make_filter: make use of tr portable
35530         * gst-libs/gst/play/Makefile.am: Add intended \
35531         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35532         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35533         function prototype instead of void *.
35534         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35535         macro.
35536         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35537         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35538         * gst/videofilter/make_filter: make use of tr portable
35539         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35540
35541 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35542
35543         * po/LINGUAS:
35544         * po/uk.po:
35545           Added Ukrainian translation (Maxim V. Dziumanenko)
35546
35547 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35548
35549         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35550         (gst_gsmdec_link), (gst_gsmdec_chain):
35551           Fix capsnego, simplify chain function slightly.
35552         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35553           Add GSM.
35554
35555 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35556
35557         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35558         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35559         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35560           Hack to make wavparse work with spider (always -> sometimes pad).
35561           Fixes #135862 && #140411.
35562
35563 2004-04-18  Benjamin Otte  <otte@gnome.org>
35564
35565         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35566         (gst_osselement_rate_probe_check),
35567         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35568           get rid of \n in debug output
35569
35570 2004-04-17  Iain <iain@prettypeople.org>
35571
35572         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35573         not just EOS.
35574
35575 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35576
35577         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35578         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35579         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35580         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35581         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35582         (gst_id3_tag_change_state), (plugin_init):
35583           deprecate id3tag element and replace with id3demux/id3mux.
35584           great side effect: this ugly file is now even uglier, yay!
35585         * ext/mad/gstmad.h:
35586           remove non-available function
35587           update for new get_type
35588
35589 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35590
35591         * configure.ac:
35592           require mpeg2dec >= 0.4.0
35593
35594 2004-04-17  Benjamin Otte  <otte@gnome.org>
35595
35596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35597         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35598         (gst_xvimagesink_set_xwindow_id):
35599           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35600           assorted cleanup fixes.
35601
35602 2004-04-16  David Schleef  <ds@schleef.org>
35603
35604         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35605         * sys/xvimage/xvimagesink.h: same
35606
35607 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35608
35609         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35610           Fix GST_ELEMENT_ERROR with (NULL)
35611
35612 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35613
35614         * gst-libs/gst/riff/riff-media.c:
35615         (gst_riff_create_video_caps_with_data):
35616           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35617
35618 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35619
35620         * gst-libs/gst/riff/riff-media.c:
35621         (gst_riff_create_video_caps_with_data),
35622         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35623         (gst_riff_create_video_template_caps),
35624         (gst_riff_create_audio_template_caps):
35625         * gst-libs/gst/riff/riff-media.h:
35626         * gst-libs/gst/riff/riff-read.c:
35627         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35628         * gst-libs/gst/riff/riff-read.h:
35629         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35630           Add MS RLE support. I added some functions to read out strf chunks
35631           into strf chunks and the data behind it. This is usually color
35632           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35633           caps creation. Lastly, add ADPCM (similar to wavparse - which
35634           should eventually be rifflib based).
35635         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35636         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35637         * gst/matroska/matroska-demux.h:
35638           Remove placeholders for some prehistoric tagging system. Didn't add
35639           support for any tag system really anyway.
35640         * gst/qtdemux/qtdemux.c:
35641           Add support for audio/x-m4a (MPEG-4) through spider.
35642         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35643         (gst_wavparse_loop):
35644           ADPCM support (#135862). Increase max. buffer size because we
35645           cannot split buffers for ADPCM (screws references) and I've seen
35646           files with 2048 byte chunks. 4096 seems safe for now.
35647
35648 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35649
35650         * configure.ac: bump nano to 1
35651
35652 === release 0.8.1 ===
35653
35654 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35655
35656         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35657
35658 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35659
35660         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35661           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35662           Fixes #140058
35663
35664 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35665
35666         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35667           lower rank of dvddemux so that it's not used for mpeg playback.
35668
35669 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35670
35671         * configure.ac:
35672           save libs correctly when checking mad
35673
35674 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35675
35676         * ext/mad/gstid3tag.c: (plugin_init):
35677           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35678
35679 2004-04-13  David Schleef  <ds@schleef.org>
35680
35681         * common/m4/gst-feature.m4: Call -config scripts with
35682         --plugin-libs if it is supported.
35683         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35684         JPEG images are image/jpeg.
35685         * gst/debug/Makefile.am:
35686         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35687         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35688         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35689         (gst_negotiation_plugin_init): Add a property that acts like
35690         filter caps.
35691         * testsuite/gst-lint:  Move license checking to be a standard
35692         test.
35693
35694 2004-04-13  David Schleef  <ds@schleef.org>
35695
35696         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35697         patch from Sebastien Cote (bug #139958)
35698
35699 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35700
35701         * examples/gstplay/Makefile.am:
35702         * examples/gstplay/player.c: (main):
35703           make the commandline player example use gconf settings
35704
35705 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35706
35707         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35708         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35709         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35710           init/end library during state transition, not object
35711           creation/disposal.  get rid of custom dispose handler.
35712
35713
35714 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35715
35716         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35717         be a symlink
35718
35719 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35720
35721         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35722           Handle JUNK chunks inside data section. Prevents warnings.
35723
35724 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35725
35726         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35727         (gst_riff_create_video_template_caps):
35728           Add MS video v1.
35729         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35730         (gst_avi_demux_stream_data):
35731           Add support for "rec-list" chunks.
35732
35733 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35734
35735         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35736           Fix another codecname mismatch.
35737
35738 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35739
35740         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35741           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35742           so that MJPEG plays back.
35743
35744 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35745
35746         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35747         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35748         * gst/mpeg1videoparse/gstmp1videoparse.h:
35749           Fix for some slight mis-cuts in buffer parsing, and for some
35750           potential overflows or faults-causers. Adds disconts. Also fixes
35751           #139105 while we're at it.
35752
35753 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35754
35755         * configure.ac:
35756         * sys/v4l2/gstv4l2element.h:
35757           Workaround for missing struct v4l2_buffer declaration in Suse 9
35758           and Mandrake 10 linux/videodev2.h header file (#135919).
35759
35760 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35761
35762         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35763           Bail out if no filename was given.
35764
35765 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35766
35767         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35768         (gst_v4l2_fourcc_from_structure):
35769           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35770           Y41B somewhere).
35771
35772 2004-04-09  Benjamin Otte  <otte@gnome.org>
35773
35774         * ext/gnomevfs/gstgnomevfssink.c:
35775         (_gst_boolean_allow_overwrite_accumulator),
35776         (gst_gnomevfssink_class_init):
35777           fix erase signal - if any handler returns false the file will not be
35778           overwritten. If no handler is connected, the file will not be
35779           overwritten either.
35780           renamed signal to "allow-overwrite"
35781         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35782           free string when adding it to ID3 failed
35783         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35784           unref event when done
35785         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35786           free caps
35787         * gst/typefind/gsttypefindfunctions.c:
35788         (mpeg_video_stream_type_find):
35789           fix invalid read
35790
35791 2004-04-08  David Schleef  <ds@schleef.org>
35792
35793         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35794         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
35795
35796 2004-04-08  David Schleef  <ds@schleef.org>
35797
35798         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
35799         we don't support (bug #139532)
35800
35801 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35802
35803         * ext/mad/gstmad.c: (gst_mad_handle_event),
35804         (gst_mad_check_caps_reset), (gst_mad_chain),
35805         (gst_mad_change_state):
35806           only set explicit caps if they haven't been set before for
35807           this stream.  MPEG-audio sample rate/channels aren't allowed
35808           to change in-stream.
35809           Fixes #139382
35810
35811 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35812
35813         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
35814         (_gst_boolean_did_something_accumulator),
35815         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
35816         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
35817         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
35818         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
35819         (gst_gnomevfssink_change_state):
35820           Fix erase signal. Don't erase by default. Remove handoff signal.
35821           Remove erase property. Don't segfault. General cleanup.
35822
35823 2004-04-07  Benjamin Otte  <otte@gnome.org>
35824
35825         * gst-libs/gst/gconf/test-gconf.c: (main):
35826           add missing gst_init
35827
35828 2004-04-07  Benjamin Otte  <otte@gnome.org>
35829
35830         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35831           free the mutexes, too
35832
35833 2004-04-07  Benjamin Otte  <otte@gnome.org>
35834
35835         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35836           actually free the URI string
35837         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
35838           compute offset correctly when passing discont events
35839         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35840           don't leak discont events
35841         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35842           add some missing breaks so caps aren't copied randomly
35843         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
35844           if we realloc memory, we better use it
35845
35846 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35847
35848         * ext/mad/gstmad.c: (normal_seek):
35849           fix GST_FORMAT_TIME usage
35850
35851 2004-04-05  David Schleef  <ds@schleef.org>
35852
35853         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
35854         a deprecated function (hack!)
35855
35856 2004-04-05  Benjamin Otte  <otte@gnome.org>
35857
35858         * ext/esd/esdmon.c: (gst_esdmon_get):
35859           fix nonterminated vararg and memleak
35860
35861 2004-04-05  Benjamin Otte  <otte@gnome.org>
35862
35863         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
35864         (gst_ladspa_init), (gst_ladspa_force_src_caps),
35865         (gst_ladspa_set_property), (gst_ladspa_get_property),
35866         (gst_ladspa_instantiate), (gst_ladspa_activate),
35867         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
35868           clean up debugging
35869
35870 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
35871
35872         reviewed by Benjamin Otte  <otte@gnome.org>
35873
35874         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
35875           check for broken LADSPA parameters (fixes #138635)
35876
35877 2004-04-05  Benjamin Otte  <otte@gnome.org>
35878
35879         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
35880           advertise buffer-frames correctly on sinkpads
35881
35882 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35883
35884         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
35885         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
35886         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
35887         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
35888         (gst_mad_check_caps_reset), (gst_mad_chain):
35889         add more debugging, only reset caps when we're not in error state
35890
35891 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35892
35893         * ext/mad/gstmad.c: add debugging category, comment + cleanups
35894
35895 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35896
35897         reviewed by Benjamin Otte  <otte@gnome.org>
35898
35899         * configure.ac:
35900           fix == in test(1) operator
35901
35902 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35903
35904         reviewed by Benjamin Otte  <otte@gnome.org>
35905
35906         * configure.ac:
35907           fix --export-symblos-regex to a working regex.
35908
35909 2004-04-04  Benjamin Otte  <otte@gnome.org>
35910
35911         * sys/oss/.cvsignore:
35912           add for oss_probe
35913
35914 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
35915
35916         reviewed by Benjamin Otte  <otte@gnome.org>
35917
35918         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35919           add missing 'new_media' argument (fixes #138168)
35920         * gst/matroska/matroska-demux.c:
35921         (gst_matroska_demux_handle_seek_event):
35922           add vararg terminator (fixes #138169)
35923
35924 2004-04-02  David Schleef  <ds@schleef.org>
35925
35926         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
35927         disted (bug #138914)
35928
35929 2004-04-01  Benjamin Otte  <otte@gnome.org>
35930
35931         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
35932         (gst_alsa_close_audio):
35933           handle case better where a soundcard can't pause
35934         * ext/ogg/gstoggdemux.c:
35935           don't crash when we get events but don't have pads yet
35936
35937 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35938
35939         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
35940           throw an error if we couldn't probe any caps.
35941
35942 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
35943
35944         * ext/dvdnav/gst-dvd:
35945         Add a really simple sample DVD player
35946
35947 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
35948
35949         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
35950         (gst_a52dec_push), (gst_a52dec_handle_event),
35951         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
35952         (gst_a52dec_change_state):
35953         * ext/a52dec/gsta52dec.h:
35954           Use a debug category, Output timestamps correctly
35955           Emit tag info, Handle events, tell liba52dec about cpu
35956           capabilities so it can use MMX etc.
35957         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
35958           Fix a crasher accessing invalid memory
35959         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
35960         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
35961         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
35962         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
35963         (dvdnavsrc_query):
35964           Some support for byte-format seeking.
35965           Small fixes for still frames and menu button overlays
35966         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35967         (gst_mpeg2dec_alloc_buffer):
35968           Use a debug category. Adjust the report level of several items to
35969           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
35970           so it doesn't lose the GstBuffer pointer
35971         * gst/debug/Makefile.am:
35972         * gst/debug/gstdebug.c: (plugin_init):
35973         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
35974         (gst_navseek_base_init), (gst_navseek_class_init),
35975         (gst_navseek_init), (gst_navseek_seek),
35976         (gst_navseek_handle_src_event), (gst_navseek_set_property),
35977         (gst_navseek_get_property), (gst_navseek_chain),
35978         (gst_navseek_plugin_init):
35979         * gst/debug/gstnavseek.h:
35980           Add the navseek debug element for seeking back and forth in a
35981           video stream using arrow keys.
35982         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
35983         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
35984         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
35985         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
35986         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
35987         (gst_mpeg2subt_parse_header), (gst_get_nibble),
35988         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
35989         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
35990         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
35991         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
35992         * gst/mpeg2sub/gstmpeg2subt.h:
35993           Pretty much a complete rewrite. Now a loopbased element. May still
35994           require work to properly synchronise subtitle buffers.
35995         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
35996         (gst_dvd_demux_send_subbuffer):
35997         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
35998           Don't attempt to create subbuffers of size 0
35999           Reduce a couple of error outputs to warnings.
36000         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36001         (gst_y4mencode_chain):
36002         Output the y4m frame header correctly.
36003
36004 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36005
36006         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36007           throw errors instead of allowing SIGFPE
36008
36009 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36010
36011         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36012         (gst_gconf_render_bin_from_key):
36013           leak plugging and style fixing
36014
36015 2004-03-31  David Schleef  <ds@schleef.org>
36016
36017         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36018         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36019         (bug #138225)
36020         * gst/debug/Makefile.am:
36021         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36022         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36023         plugin.
36024         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36025         (gst_negotiation_base_init), (gst_negotiation_class_init),
36026         (gst_negotiation_init), (gst_negotiation_getcaps),
36027         (gst_negotiation_pad_link), (gst_negotiation_chain),
36028         (gst_negotiation_set_property), (gst_negotiation_get_property),
36029         (gst_negotiation_plugin_init):  New element to talk about random
36030         negotiation things happening in a pipeline.
36031
36032 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36033
36034         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36035           fix integer addition with help of Stefan Kost
36036
36037 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36038
36039         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36040
36041 2004-03-30  David Schleef  <ds@schleef.org>
36042
36043         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36044         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36045         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36046         (bug #137504)
36047         * ext/mpeg2dec/gstmpeg2dec.h:
36048
36049 2004-03-30  David Schleef  <ds@schleef.org>
36050
36051         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36052
36053 2004-03-30  David Schleef  <ds@schleef.org>
36054
36055         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36056         Michael Petullo) to handle .mov
36057
36058 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36059
36060         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36061         (gst_osselement_rate_check_rate):
36062           probe caps correctly for sound cards that only support one format
36063
36064 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36065
36066         * ext/kio/kiosrc.cpp: (process_events):
36067           update handling event processing if inside KDE - untested
36068
36069 2004-03-29  David Schleef  <ds@schleef.org>
36070
36071         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36072         by 2 to not interfere with other colorspaces.
36073         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36074         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36075         one to not interfere with ffmpeg_colorspace.
36076
36077 2004-03-29  David Schleef  <ds@schleef.org>
36078
36079         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36080         aren't in the caps.
36081         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36082         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36083
36084 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36085
36086         * gst-libs/gst/riff/riff-media.c:
36087           fail on error, don't try to set stuff on NULL caps
36088
36089 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36090
36091         * configure.ac:
36092         * ext/Makefile.am:
36093         * ext/kio/Makefile.am:
36094         * ext/kio/kioreceiver.cpp:
36095         * ext/kio/kioreceiver.h:
36096         * ext/kio/kiosrc.cpp:
36097         * ext/kio/kiosrc.h:
36098           add experimental kiosrc plugin
36099         * ext/alsa/gstalsaplugin.c: (plugin_init):
36100           initialize debugging category only when we're sure registering the
36101           plugins worked.
36102
36103 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36104
36105         * examples/gstplay/player.c: (main):
36106         * gst-libs/gst/play/play.c: (gst_play_class_init),
36107         (gst_play_set_location), (gst_play_set_data_src),
36108         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36109         (gst_play_set_visualization), (gst_play_connect_visualization):
36110           check return values of element_set_state and return FALSE where
36111           failed
36112
36113 2004-03-29  Benjamin Otte  <otte@gnome.org>
36114
36115         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36116           try harder to check if an event is really a discont
36117
36118 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36119
36120         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36121         * po/az.po:
36122
36123 2004-03-28  Benjamin Otte  <otte@gnome.org>
36124
36125         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36126         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36127         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36128           get rid of non-standard "..." ranges in case statements.
36129
36130 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36131
36132         * gst/mpegstream/gstmpegdemux.c:
36133         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36134         specific functionality split to the new dvddemux element.
36135         * gst/mpegstream/gstdvddemux.c:
36136         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36137         streams, derived from mpegdemux.
36138         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36139         up. SCR based timestamp rewriting can be turned off (will probably
36140         completely disappear soon).
36141         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36142         hacking. General cleanup. All printf statements replaced by
36143         debugging messages. Almost complete libdvdnav support.
36144         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36145         by events. New properties for audio and subpicture languages.
36146         (dvdnavsrc_update_highlight): Now uses events.
36147         (dvdnavsrc_user_op): Cleaned up.
36148         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36149         based). Lots of cleanup, and propper support for most libdvdnav
36150         events.
36151         (dvdnavsrc_make_dvd_event): New function.
36152         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36153         (dvdnavsrc_make_clut_change_event): New function.
36154
36155 2004-03-26  Benjamin Otte  <otte@gnome.org>
36156
36157         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36158           fix bug where typefinding would claim it's theora whenever less then
36159           7 bytes of data were available
36160
36161 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36162
36163         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36164         (gst_alawdec_base_init), (gst_alawdec_class_init),
36165         (gst_alawdec_init), (gst_alawdec_chain):
36166         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36167         (gst_alawenc_base_init), (gst_alawenc_class_init),
36168         (gst_alawenc_init), (gst_alawenc_chain):
36169         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36170         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36171         (gst_mulawdec_init), (gst_mulawdec_chain):
36172         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36173         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36174         (gst_mulawenc_init), (gst_mulawenc_chain):
36175           Fix capsnego in all four, remove the unused property functions and
36176           simplify the chain functions slightly. I guess we could use macros
36177           or something similar for those, since the code is so similar, but
36178           I'm currently too lazy...
36179
36180 2004-03-24  David Schleef  <ds@schleef.org>
36181
36182         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36183         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36184         (gst_osselement_get_format_structure),
36185         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36186         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36187         (gst_osselement_rate_int_compare): Add code to handle rate probing
36188         (bug #120883)
36189         * sys/oss/gstosselement.h: same
36190         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36191         Use rate probing provided by osselement.
36192         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36193
36194 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36195
36196         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36197         (gst_xvidenc_get_property):
36198           ulong/int mess-up.
36199
36200 2004-03-24  David Schleef  <ds@schleef.org>
36201
36202         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36203         (gst_speexdec_init):
36204         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36205         (gst_speexenc_init):  Create the pad template correctly (from
36206         the static pad template, not a NULL pointer.)
36207
36208 2004-03-25  Benjamin Otte  <otte@gnome.org>
36209
36210         * gst/debug/Makefile.am:
36211         * gst/debug/breakmydata.c:
36212           add element that quasi-randomly changes bytes in the stream.
36213           Intended use is robustness checking of demuxers and decoders in
36214           media tests.
36215
36216 2004-03-24  Benjamin Otte  <otte@gnome.org>
36217
36218         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36219         (gst_alsa_probe_hw_params):
36220         * ext/alsa/gstalsa.h:
36221           debugging output fixes
36222
36223 2004-03-24  Benjamin Otte  <otte@gnome.org>
36224
36225         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36226           don't g_return_if_fail if element is PLAYING, fail silently as every
36227           other element.
36228         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36229           only fix needed for cast lvalue issues in gst-plugins
36230         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36231           add proxy_getcaps
36232
36233 2004-03-24  Benjamin Otte  <otte@gnome.org>
36234
36235         * gst/level/gstlevel.c: (gst_level_init):
36236           add proxying getcaps function, so level doesn't advertise impossible
36237           caps
36238
36239 2004-03-24  David Schleef  <ds@schleef.org>
36240
36241         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36242         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36243         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36244         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36245         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36246         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36247         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36248         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36249         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36250         messages.  Divide the chunk size by the compression ratio
36251         (needed for MACE audio)
36252
36253 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36254
36255         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36256           Fix buffer overflow read error.
36257
36258 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36259
36260         * ext/alsa/gstalsa.h:
36261           Remove unused entry.
36262         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36263           Add cinepak.
36264         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36265         (gst_videodrop_link), (gst_videodrop_chain):
36266           Fix, sort of. Was horribly broken with new capsnego. Bah...
36267
36268 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36269
36270         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36271         (plugin_init):
36272         Add a monkeysaudio typefind function
36273
36274 2004-03-23  Johan Dahlin  <johan@gnome.org>
36275
36276         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36277         (gst_play_video_fixate): Check so the structure has the field
36278         before trying to fixate them, this makes it possible to have
36279         fakesinks for video and audio output without printing errors on
36280         the output console.
36281
36282 2004-03-22  David Schleef  <ds@schleef.org>
36283
36284         * sys/oss/Makefile.am:
36285         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36286         (check_rate), (add_rate):  Rate probing test app.
36287
36288 2004-03-21  Benjamin Otte  <otte@gnome.org>
36289
36290         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36291         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36292           add a fixation function that pretty much does the right thing (fixes
36293           #137556)
36294
36295 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36296
36297         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36298
36299 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36300
36301         reviewed by: Benjamin Otte  <otte@gnome.org>
36302
36303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36304           terminate gst_event_new_discontinuous correctly (fixes parts of
36305           #137711)
36306
36307 2004-03-19  David Schleef  <ds@schleef.org>
36308
36309         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36310         since it doesn't depend on X, and it's part of our ABI.
36311
36312 2004-03-19  Iain <iain@prettypeople.org>
36313
36314         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36315         is_int in the structure, not the local variable.
36316
36317 2004-03-19  David Schleef  <ds@schleef.org>
36318
36319         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36320         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36321         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36322         Improvements in caps negotiation.
36323
36324 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36325
36326         * po/LINGUAS:
36327         * po/af.po:
36328           adding Afrikaans (Petri Jooste)
36329
36330 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36331
36332         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36333         (gst_ffmpegcolorspace_chain):
36334         throw error instead of g_critical (#137588)
36335
36336 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36337
36338         * Makefile.am:
36339         * configure.ac:
36340           dist common and m4 correctly
36341         * po/sv.po:
36342
36343 2004-03-17  David Schleef  <ds@schleef.org>
36344
36345         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36346         (bug #137348)
36347
36348 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36349
36350         * po/LINGUAS:
36351         * po/sv.po:
36352           adding Swedish translation (Christian Rose)
36353
36354 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36355
36356         * Makefile.am: use release.mak
36357
36358 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36359
36360         * common/ChangeLog:
36361         * common/gst-autogen.sh:
36362           add some explanation about the version detection
36363         * configure.ac:
36364           fix X check
36365
36366 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36367
36368         * configure.ac: bump nano to 1
36369
36370 === release 0.8.0 ===
36371
36372 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36373
36374         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36375
36376 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36377
36378         * configure.ac:
36379           update libtool version
36380         * gst-libs/gst/media-info/Makefile.am:
36381           actually use libtool version
36382
36383 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36384
36385         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36386
36387 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36388
36389         * configure.ac:
36390         * gst-plugins.spec.in:
36391         * pkgconfig/Makefile.am:
36392         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36393         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36394         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36395         * pkgconfig/gstreamer-libs.pc.in:
36396         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36397         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36398         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36399         * pkgconfig/gstreamer-plugins.pc.in:
36400           remove @VERSION@ from some of the pc files since core and plugins
36401           are decoupled.
36402           created gstreamer-plugins.pc as it's a better name, but keeping
36403           -libs around for now to get fixes upstream done first.
36404
36405 2004-03-15  Julien MOUTTE <julien@moutte.net>
36406
36407         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36408         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36409         * gst-libs/gst/play/play.h:
36410
36411 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36412
36413         * *.c, *.cc: don't mix tabs and spaces
36414
36415 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36416
36417         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36418           use the new ffmpegcolorspace
36419         * gst-plugins.spec.in:
36420           package new colorspace and media-info
36421         * configure.ac:
36422         * pkgconfig/Makefile.am:
36423           fix some more disting issues
36424         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36425         * pkgconfig/gstreamer-media-info.pc.in:
36426           generate media-info pc files
36427
36428 2004-03-15  Johan Dahlin  <johan@gnome.org>
36429
36430         * *.h: Revert indenting
36431
36432 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36433
36434         * configure.ac:
36435           adding ffmpegcolorspace element
36436         * gst/ffmpegcolorspace/Makefile.am:
36437         * gst/ffmpegcolorspace/avcodec.h:
36438         * gst/ffmpegcolorspace/common.h:
36439         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36440         * gst/ffmpegcolorspace/dsputil.h:
36441         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36442         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36443         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36444         (gst_ffmpeg_caps_to_pix_fmt):
36445         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36446         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36447         (gst_ffmpegcolorspace_caps_remove_format_info),
36448         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36449         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36450         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36451         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36452         (gst_ffmpegcolorspace_set_property),
36453         (gst_ffmpegcolorspace_get_property),
36454         (gst_ffmpegcolorspace_register):
36455         * gst/ffmpegcolorspace/imgconvert.c:
36456         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36457         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36458         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36459         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36460         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36461         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36462         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36463         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36464         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36465         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36466         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36467         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36468         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36469         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36470         (img_get_alpha_info), (deinterlace_line),
36471         (deinterlace_line_inplace), (deinterlace_bottom_field),
36472         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36473         * gst/ffmpegcolorspace/imgconvert_template.h:
36474         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36475         * gst/ffmpegcolorspace/mmx.h:
36476         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36477           adding ffmpegcolorspace element supplied by Ronald after cleaning
36478           up and pulling in the right bits of upstream source.
36479           I'm sure a better C/compiler wizard could do some cleaning up (for
36480           example use GLIB's malloc stuff), but as a first pass this
36481           works very well
36482
36483 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36484
36485         * ext/alsa/gstalsa.h:
36486           I assume Ronald forgot to commit the change to have cardname
36487           as a struct member.  Expect some public spanking at the next
36488           opportunity.
36489
36490 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36491
36492         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36493         (gst_alsa_open_audio), (gst_alsa_close_audio):
36494         * ext/alsa/gstalsa.c:
36495           Don't open the device if we're a mixer (= padless).
36496         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36497         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36498         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36499           Open mixer during state change rather than during object
36500           initialization. Also, get a device name. Currently in a somewhat
36501           hackish fashion, but I didn't really find something better.
36502
36503 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36504
36505         * *.c, *.h: run gst-indent
36506
36507 2004-03-14  Benjamin Otte  <otte@gnome.org>
36508
36509         * gst/modplug/gstmodplug.cc:
36510         * gst/modplug/gstmodplug.h:
36511           set correct timestamps on outgoing buffers
36512
36513 2004-03-14  Benjamin Otte  <otte@gnome.org>
36514
36515         * gst/modplug/gstmodplug.cc:
36516           handle events - don't do crap when a discont arrives that's not
36517           necessary
36518           This allows correct loading and playback of mods in Rhythmbox
36519
36520 2004-03-14  Benjamin Otte  <otte@gnome.org>
36521
36522         * configure.ac:
36523         * gst-libs/gst/gconf/Makefile.am:
36524         * pkgconfig/Makefile.am:
36525           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36526           they get rebuilt properly
36527         * configure.ac:
36528           when checking for vorbis, try pkgconfig first.
36529         * gst/modplug/gstmodplug.cc:
36530           add fixate function
36531
36532 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36533
36534         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36535           Fix for obvious mistake, where we first shift the offset and then
36536           read a samplesize element assuming the old offset. Note that this
36537           part still has something weird, i.e. my movies containing those
36538           don't actually play well, but at least there's something that looks
36539           like sound now.
36540
36541 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36542         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36543         (plugin_init):
36544         Add a typefind function for speex format
36545
36546 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36547
36548         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36549         (gst_asf_demux_setup_pad):
36550           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36551           instead of 0. Reason is simple: some elements have a fps range
36552           of 1-max instead of 0-max. So now ASF video actually works.
36553
36554 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36555
36556         * po/LINGUAS:
36557         * po/sr.po:
36558           adding serbian as a language
36559
36560 2004-03-13  Benjamin Otte  <otte@gnome.org>
36561
36562         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36563           return taglist correctly from _get function, don't gst_pad_push it.
36564           (fixes #137042)
36565
36566 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36567         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36568
36569 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36570
36571         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36572         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36573         (gst_alsa_mixer_track_new):
36574         * ext/alsa/gstalsamixertrack.h:
36575           Fix ancient leftovers... MixerTrack is a GObject.
36576
36577 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36578
36579         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36580         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36581           Don't block during probing...
36582
36583 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36584
36585         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36586         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36587         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36588         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36589         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36590         (gst_alsa_open_audio), (gst_alsa_close_audio):
36591         * ext/alsa/gstalsa.h:
36592           Add propertyprobe interface implementation, add some device-name
36593           property, all this so that it looks good in gnome-volume-control.
36594
36595 2004-03-12  David Schleef  <ds@schleef.org>
36596
36597         * configure.ac: the Hermes library controls hermescolorspace, not
36598         colorspace.
36599         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36600         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36601         not /* */
36602         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36603         * ext/sdl/sdlvideosink.h: ditto.
36604         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36605
36606 2004-03-12  Benjamin Otte  <otte@gnome.org>
36607
36608         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36609         (gst_x_overlay_got_xwindow_id):
36610         * gst-libs/gst/xoverlay/xoverlay.h:
36611           replace XID with unsigned long to get rid of the xlibs dependency in
36612           XOverlay (fixes #137004)
36613
36614 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36615         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36616         (gst_agingtv_setup):
36617         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36618         (gst_dicetv_base_init), (gst_dicetv_class_init),
36619         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36620         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36621         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36622         (gst_edgetv_setup), (gst_edgetv_rgb32):
36623         * gst/effectv/gsteffectv.c:
36624         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36625         (gst_quarktv_set_property):
36626         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36627         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36628         (gst_revtv_setup), (gst_revtv_rgb32):
36629         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36630         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36631         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36632         (gst_shagadelictv_rgb32):
36633         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36634         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36635         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36636         * gst/effectv/gstwarp.c:
36637         Port everything that can be ported to videofilter and fix up the caps.
36638         Can someone with a big-endian machine please check these?
36639
36640 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36641
36642         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36643         (gst_osssink_chain), (gst_osssink_change_state):
36644           Latest fixes for A/V sync, audio playback and such. This is about
36645           all... MPEG playback issues are mostly related to the async build-
36646           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36647
36648 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36649
36650         patch from: Stephane Loeuillet
36651
36652         * configure.ac:
36653           use pkg-config for some libraries, falling back to the old .m4 way
36654           (fixes #131270)
36655         * m4/libdv.m4:
36656           removed
36657
36658 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36659
36660         * configure.ac:
36661         * tools/Makefile.am:
36662         * tools/Makefile.in:
36663         * tools/gst-launch-ext-m.m:
36664         * tools/gst-launch-ext.1.in:
36665         * tools/gst-visualise-m.m:
36666         * tools/gst-visualise.1:
36667         * tools/gst-visualise.1.in:
36668           reorganizing generation of script tools
36669
36670 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36671
36672         * ext/divx/gstdivxdec.c:
36673           Downgrade priority. We prefer ffdec_mpeg4.
36674         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36675         (gst_faad_chain), (gst_faad_change_state):
36676           Fix capsnego. Doesn't work for some sounds because we don't have
36677           a 5:1 to stereo element.
36678         * ext/xvid/gstxvid.c: (plugin_init):
36679           Add priority.
36680         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36681         (gst_osssink_change_state):
36682           Add discont handling.
36683
36684 2004-03-09  Colin Walters  <walters@verbum.org>
36685
36686         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36687         conversion.
36688
36689 2004-03-09  Benjamin Otte  <otte@gnome.org>
36690
36691         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36692           the signals take 2 arguments
36693
36694 2004-03-09  David Schleef  <ds@schleef.org>
36695
36696         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36697         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36698         * ext/alsa/gstalsa.h:
36699         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36700
36701 2004-03-09  Benjamin Otte  <otte@gnome.org>
36702
36703         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36704         (gst_mikmod_change_state):
36705         * ext/mikmod/gstmikmod.h:
36706           make mikmod's loop function not loop infinitely and call
36707           gst_element_yield anymore
36708         * gst/modplug/gstmodplug.cc:
36709           fix pad negotiation (fixes #136590)
36710
36711 2004-03-09  David Schleef  <ds@schleef.org>
36712
36713         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36714         doesn't conflict with the internal colorspace plugin.
36715         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36716         satisfy the crappy-ass shell shipped by a certain vendor.
36717         * gst/videofilter/make_filter: same (bug #135299)
36718
36719 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36720
36721         * configure.ac: bump nano to 1
36722
36723 === release 0.7.6 ===
36724
36725 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36726
36727         * configure.in: releasing 0.7.6, "There"
36728
36729 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36730
36731         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36732         * pkgconfig/gstreamer-play.pc.in:
36733           synchronize the two
36734
36735 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36736
36737         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36738         (cdparanoia_open), (cdparanoia_event):
36739           fix/add error handling
36740         * po/POTFILES.in:
36741           add cdparanoia source
36742         * tools/Makefile.am:
36743           make scripts executable
36744
36745 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36746
36747         * configure.ac:
36748         * ext/vorbis/Makefile.am:
36749         * sys/Makefile.am:
36750           remove id3types, vorbisfile and xvideosink from the build (#133783)
36751
36752 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36753
36754         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36755           Fix metadata read crash (#136537).
36756
36757 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36758
36759         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36760         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36761           adding mime types, fixing the one-stop function
36762
36763 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36764
36765         * ext/nas/nassink.c and /ext/nas/nassink.h:
36766         More NAS love from Arwed von Merkatz
36767         So lets all sing 'Can you feel the NAS tonight'
36768
36769 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36770
36771         * tools/gst-launch-ext.in:
36772         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36773
36774 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36775
36776         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36777         (gst_mpeg2dec_init):
36778         remove the user_data pad for now, because it is being used in
36779         fixating causing MPEG playback to fixate on 1000 Hz for playback.
36780         If someone knows how to fix this properly, please do.
36781
36782 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36783
36784         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36785         (gst_osssink_get_time):
36786         add a warning, IMO this won't get triggered anymore, remove later
36787
36788 2004-03-07  David Schleef  <ds@schleef.org>
36789
36790         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
36791         format (bug #136470)
36792
36793 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36794
36795         * gst-libs/Makefile.am:
36796         * gst-libs/gst/media-info/Makefile.am:
36797         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
36798         (error_callback), (gst_media_info_error_create),
36799         (gst_media_info_error_element), (gmip_init), (gmip_reset),
36800         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
36801         * gst-libs/gst/media-info/media-info-priv.h:
36802         * gst-libs/gst/media-info/media-info-test.c: (main):
36803         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
36804         (gst_media_info_class_init), (gst_media_info_instance_init),
36805         (gst_media_info_set_source), (gst_media_info_read_with_idler),
36806         (gst_media_info_read_idler), (gst_media_info_read):
36807         * gst-libs/gst/media-info/media-info.h:
36808         fixed, should work now
36809
36810 2004-03-07  Christian Schaller <Uraeus@gnome.org>
36811
36812         * ext/nas/nassink.c:
36813         A bunch of NAS fixes from Arwed von Merkatz
36814
36815 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36816
36817         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
36818         (qtdemux_parse_trak):
36819           Fix crash (j might be greater than n_samples, in which case we're
36820           writing outside the allocated space for the array) and memleak.
36821
36822 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36823
36824         * sys/oss/gstosssink.c: (gst_osssink_chain):
36825           And another caller that couldn't handle delay < 0 (unsigned
36826           integer overflow). Video now continues playing on an audio
36827           buffer underrun, and the clock continues working. Audio still
36828           stalls.
36829
36830 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36831
36832         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36833         (gst_osssink_get_time):
36834           get_delay() may return values lower than 0. In those cases, we
36835           should not actually cast to *unsigned* int64, that will break
36836           stuff horribly. In my case, it screwed up A/V sync in movies
36837           in totem rather badly.
36838
36839 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36840
36841         * ext/faac/gstfaac.c: (gst_faac_chain):
36842         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36843         * ext/libpng/gstpngenc.c: (user_write_data):
36844         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36845         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
36846         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
36847         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36848         Fix several misuse of gst_buffer_merge (it doesn't take ownership
36849         of any buffer), should fix some leaks. I hope I didn't unref buffers
36850         that shouldn't be...
36851
36852 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36853
36854         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
36855         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
36856         (error_callback), (gmi_reset), (gmi_seek_to_track),
36857         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
36858         (gmip_find_type_post), (gmip_find_stream_post),
36859         (gmip_find_track_streaminfo_post):
36860         * gst-libs/gst/media-info/media-info-priv.h:
36861         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
36862         (info_print), (main):
36863         * gst-libs/gst/media-info/media-info.c:
36864         (gst_media_info_error_create), (gst_media_info_error_element),
36865         (gst_media_info_instance_init), (gst_media_info_get_property),
36866         (gst_media_info_new), (gst_media_info_set_source),
36867         (gst_media_info_read_idler), (gst_media_info_read):
36868         * gst-libs/gst/media-info/media-info.h:
36869           first pass at making this work again.  This seems to work on
36870           tagged ogg/vorbis and mp3 files.
36871
36872 2004-03-06  Benjamin Otte  <otte@gnome.org>
36873
36874         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
36875           fix huge leak: gst_buffer_merge doesn't unref the first argument
36876           itself.
36877
36878 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36879
36880         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
36881           report layer/mode/emphasis
36882
36883 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36884
36885         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
36886
36887 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36888
36889         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
36890           signal serial
36891
36892 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36893
36894         * ext/vorbis/vorbis.c: (plugin_init):
36895         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
36896         (gst_vorbis_dec_init), (vorbis_dec_event):
36897         add debug category
36898         make vorbisdec handle _BYTE and _TIME queries
36899
36900 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36901
36902         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
36903           from the xing header
36904
36905 2004-03-06  Benjamin Otte  <otte@gnome.org>
36906
36907         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
36908         (gst_audio_convert_link), (gst_audio_convert_change_state),
36909         (gst_audio_convert_buffer_from_default_format):
36910           do conversions from/to float correctly, fix some caps nego errors,
36911           export correct supported caps in template and getcaps, use correct
36912           caps in try_set_caps functions
36913
36914 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36915
36916         For some reason, I only committed a ChangeLog entry yesterday and
36917         not the corresponding code...
36918         * ext/mad/gstmad.c: Fix detection of Xing headers
36919         * gst/tags/gstid3tag.c: Changes to support TLEN tags
36920
36921 2004-03-06  Benjamin Otte  <otte@gnome.org>
36922
36923         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
36924         (gst_ogg_demux_src_query):
36925           make sure to handle the case where there's no current chain
36926           gracefully.
36927
36928 2004-03-05  David Schleef  <ds@schleef.org>
36929
36930         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
36931         Add fixate function. (bug #131128)
36932         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
36933         (gst_sdlvideosink_fixate):  Add fixate function.
36934         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36935         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
36936         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
36937         Fix missing break that was causing ulaw to be interpreted as
36938         raw int.
36939
36940 2004-03-05  David Schleef  <ds@schleef.org>
36941
36942         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36943         Fix code that ignores return value of gst_buffer_merge().
36944         (bug #114560)
36945         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
36946         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
36947         * testsuite/gst-lint:  Check for above.
36948
36949 2004-03-05  David Schleef  <ds@schleef.org>
36950
36951         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
36952         caps and throw an element error.  (bug #136334)
36953
36954 2004-03-05  David Schleef  <ds@schleef.org>
36955
36956         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
36957         (gst_faad_chain): Fix negotiation.
36958         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
36959         key and button events.
36960         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
36961         dung heap of code.
36962         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
36963         depends on gconf
36964         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
36965         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
36966         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
36967         function to encourage better negotiation, particularly between
36968         audioconvert and osssink.
36969         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
36970         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
36971         more important.
36972         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
36973         typefinding.
36974         * gst/vbidec/vbiscreen.c:  Add glib header
36975         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
36976
36977 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
36978
36979         * ext/mad/gstmad.c: Fix detection of Xing headers
36980         * gst/tags/gstid3tag.c: Changes to support TLEN tags
36981
36982 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36983
36984         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36985         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
36986           debug updates
36987
36988 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36989
36990         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
36991         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
36992         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
36993         files, and report the parsed length as a GST_TAG_DURATION tag.
36994         * gst/tags/gstid3tag.c: support TLEN (duration) tag
36995
36996 2004-03-05  Benjamin Otte  <otte@gnome.org>
36997
36998         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
36999           convert channels correctly. convert correctly to unsigned.
37000
37001 2004-03-05  Julien MOUTTE <julien@moutte.net>
37002
37003         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37004         we have a window before clearing it.
37005
37006 2004-03-05  Julien MOUTTE <julien@moutte.net>
37007
37008         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37009         have a window before clearing it.
37010
37011 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37012
37013         * gconf/gstreamer.schemas.in:
37014         * gst-libs/gst/gconf/Makefile.am:
37015           version installation path the same way as for 0.6
37016         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37017         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37018         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37019           remove comment that was fixed
37020
37021 2004-03-05  David Schleef  <ds@schleef.org>
37022
37023         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37024         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37025         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37026         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37027         Add prototype code for handling seeking and querying.
37028
37029 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37030
37031         * examples/gstplay/player.c: (main):
37032           Initialize variables to NULL. Prevents a segfault because the
37033           (uninitialized) variable is not NULL, resulting in a crash on
37034           trying to reach error->message.
37035
37036 2004-03-05  Benjamin Otte  <otte@gnome.org>
37037
37038         * gst/audioconvert/gstaudioconvert.c:
37039         (gst_audio_convert_buffer_to_default_format):
37040         make float=>int conversion work correctly even in cornercases.
37041
37042 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37043
37044         * debian/README.Debian:
37045         * debian/build-deps:
37046         * debian/changelog:
37047         * debian/control:
37048         * debian/control.in:
37049         * debian/copyright:
37050         * debian/gstreamer-a52dec.files:
37051         * debian/gstreamer-aa.files:
37052         * debian/gstreamer-alsa.files:
37053         * debian/gstreamer-alsa.manpages:
37054         * debian/gstreamer-arts.files:
37055         * debian/gstreamer-artsd.files:
37056         * debian/gstreamer-audiofile.files:
37057         * debian/gstreamer-avifile.files:
37058         * debian/gstreamer-cdparanoia.files:
37059         * debian/gstreamer-colorspace.files:
37060         * debian/gstreamer-doc.files:
37061         * debian/gstreamer-dv.files:
37062         * debian/gstreamer-dvd.files:
37063         * debian/gstreamer-esd.files:
37064         * debian/gstreamer-festival.files:
37065         * debian/gstreamer-flac.files:
37066         * debian/gstreamer-gconf.conffiles:
37067         * debian/gstreamer-gconf.files:
37068         * debian/gstreamer-gconf.postinst:
37069         * debian/gstreamer-gnomevfs.files:
37070         * debian/gstreamer-gsm.files:
37071         * debian/gstreamer-http.files:
37072         * debian/gstreamer-jack.files:
37073         * debian/gstreamer-jpeg.files:
37074         * debian/gstreamer-mad.files:
37075         * debian/gstreamer-mikmod.files:
37076         * debian/gstreamer-misc.files:
37077         * debian/gstreamer-mpeg2dec.files:
37078         * debian/gstreamer-oss.files:
37079         * debian/gstreamer-plugin-apps.files:
37080         * debian/gstreamer-plugin-apps.manpages:
37081         * debian/gstreamer-plugin-libs-dev.files:
37082         * debian/gstreamer-plugin-libs.files:
37083         * debian/gstreamer-plugin-template.postinst:
37084         * debian/gstreamer-plugin-template.postrm:
37085         * debian/gstreamer-sdl.files:
37086         * debian/gstreamer-sid.files:
37087         * debian/gstreamer-vorbis.files:
37088         * debian/gstreamer-x.files:
37089         * debian/mk.control:
37090         * debian/rules:
37091         Debian package info not maintained here.
37092
37093 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37094
37095         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37096         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37097         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37098         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37099         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37100         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37101         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37102         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37103         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37104         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37105         * gst-libs/gst/colorbalance/colorbalance.c:
37106         (gst_color_balance_class_init):
37107         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37108         (gst_color_balance_channel_class_init):
37109         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37110         * gst-libs/gst/play/play.c: (gst_play_class_init):
37111         * gst-libs/gst/propertyprobe/propertyprobe.c:
37112         (gst_property_probe_iface_init):
37113         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37114         * gst-libs/gst/tuner/tunerchannel.c:
37115         (gst_tuner_channel_class_init):
37116         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37117         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37118         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37119         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37120         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37121         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37122         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37123         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37124         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37125           fix signals to use - instead of _
37126         * ext/libcaca/gstcacasink.h:
37127         * ext/sdl/sdlvideosink.h:
37128           fix header rename
37129
37130 2004-03-04  David Schleef  <ds@schleef.org>
37131
37132         * testsuite/gst-lint:  Add a check for bad signal names.
37133
37134 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37135
37136         reviewed by David Schleef
37137
37138         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37139         modified the alpha channel and caused a warning. (bug #136192)
37140
37141 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37142
37143         * gst-plugins.spec.in:
37144         Change names of plugins to actually be correct. Try to keep things
37145         alphabetical to avoid getting beat up by Thomas
37146
37147 2004-03-03  Julien MOUTTE <julien@moutte.net>
37148
37149         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37150         Using ximagesink as a default if no gconf key found. We should
37151         probably consider using alsasink instead of osssink for the audio
37152         part.
37153
37154 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37155
37156         * configure.ac:
37157           fix --with-plugins, don't think it ever worked before
37158         * gst-plugins.spec.in:
37159           even more updates
37160
37161 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37162
37163         * ext/sdl/sdlvideosink.h:
37164         * sys/ximage/ximagesink.h:
37165         * sys/xvideo/xvideosink.h:
37166         * sys/xvimage/xvimagesink.h:
37167           Fix for move of gstvideosink.h -> videosink.h.
37168
37169 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37170
37171         * gst-libs/gst/xwindowlistener/Makefile.am:
37172           this is a plugin library, not a library
37173
37174 2004-03-01  David Schleef  <ds@schleef.org>
37175
37176         * AUTHORS:  Added some names.  Add yourself if you're still
37177         missing.
37178
37179 2004-03-01  David Schleef  <ds@schleef.org>
37180
37181         * MAINTAINERS: Add
37182
37183 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37184
37185         * gst-plugins.spec.in: clean up spec file
37186
37187 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37188
37189         * gst-libs/gst/video/Makefile.am:
37190         * gst-libs/gst/video/gstvideosink.c:
37191         * gst-libs/gst/video/gstvideosink.h:
37192           rename gstvideosink.h to videosink.h to match other headers
37193         * gst/mixmatrix/Makefile.am:
37194           fix plugin filename
37195         * gst/tags/Makefile.am: fix plugin filename
37196
37197 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37198
37199         * gst/tags/Makefile.am: fix plugin filename
37200
37201 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37202
37203         * examples/gstplay/player.c: (got_time_tick), (main):
37204           add error handler
37205           display time_tick more readably
37206         * gst/mixmatrix/Makefile.am:
37207           fix plugin file name
37208
37209 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37210
37211         * sys/oss/gstosselement.c: (gst_osselement_probe),
37212         (device_combination_append), (gst_osselement_class_probe_devices):
37213         * sys/oss/gstosselement.h:
37214           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37215           on my system using alsa oss emulation, fixes bug #135597
37216
37217 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37218
37219         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37220         (gst_videodrop_chain), (gst_videodrop_change_state):
37221         * gst/videodrop/gstvideodrop.h:
37222           Work based on timestamp of input data, not based on the expected
37223           framerate from the input. The consequence is that this element now
37224           not only scales framerates, but also functions as a framerate
37225           corrector or framerate stabilizer/constantizer.
37226
37227 2004-02-27  David Schleef  <ds@schleef.org>
37228
37229         patches from jmmv@menta.net (Julio M. Merino Vidal)
37230
37231         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37232         GST_ELEMENT_ERROR call (bug #135634)
37233         * gst/interleave/interleave.c: (interleave_buffered_loop),
37234         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37235         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37236         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37237         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37238         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37239         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37240         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37241         Fix GST_ELEMENT_ERROR call.
37242         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37243         GST_ELEMENT_ERROR call.
37244
37245 2004-02-27  Benjamin Otte  <otte@gnome.org>
37246
37247         * gst-libs/gst/audio/audio.h:
37248           add macro to make sure header isn't included twice
37249         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37250           don't use gst_buffer_free
37251         * gst/playondemand/filter.func:
37252           don't use gst_data_free. Free data only once.
37253
37254 2004-02-26  David Schleef  <ds@schleef.org>
37255
37256         * gst-libs/gst/colorbalance/Makefile.am:
37257         * gst-libs/gst/mixer/Makefile.am:
37258         * gst-libs/gst/tuner/Makefile.am:
37259         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37260         should not be disted, -marshal.h files should not be installed,
37261         and -enum.h files _should_ be installed.  Fix to make this the
37262         case.
37263
37264 === release 0.7.5 ===
37265
37266 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37267
37268         * configure.ac: release 0.7.5, "Under The Sea"
37269
37270 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37271
37272         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37273         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37274         * gst/videoscale/gstvideoscale.c:
37275         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37276           assorted debug/warning fixes
37277
37278 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37279
37280         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37281         (gst_videoscale_init), (gst_videoscale_chain),
37282         (gst_videoscale_set_property), (plugin_init):
37283         * gst/videoscale/gstvideoscale.h:
37284         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37285         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37286         (gst_videoscale_planar400), (gst_videoscale_packed422),
37287         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37288         (gst_videoscale_24bit), (gst_videoscale_16bit),
37289         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37290         (gst_videoscale_scale_plane_slow),
37291         (gst_videoscale_scale_point_sample),
37292         (gst_videoscale_scale_nearest),
37293         (gst_videoscale_scale_nearest_str2),
37294         (gst_videoscale_scale_nearest_str4),
37295         (gst_videoscale_scale_nearest_32bit),
37296         (gst_videoscale_scale_nearest_24bit),
37297         (gst_videoscale_scale_nearest_16bit):
37298         add debugging category and use it properly
37299         fix use of GST_PTR_FORMAT
37300
37301 2004-02-25  Andy Wingo  <wingo@pobox.com>
37302
37303         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37304         push only when channel->buffer is NULL. Prevents segfaults doing
37305         the state change after a nonlocal exit, like a scheme exception.
37306
37307         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37308         Handle the case where the intersected caps is empty.
37309
37310 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37311
37312         * gst/law/mulaw-decode.c: (mulawdec_link):
37313         * gst/law/mulaw.c: (plugin_init):
37314           fix mulawdec so it actually works again
37315
37316 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37317
37318         reviewed by: David Schleef  <ds@schleef.org>
37319
37320         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37321         (gst_gamma_init), (gst_gamma_set_property),
37322         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37323         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37324         for RGB, with separate r g and b correction factors. (#131167)
37325
37326 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37327
37328         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37329           only signal tags for bitrate if they're > 0 (#134894)
37330
37331 2004-02-24  David Schleef  <ds@schleef.org>
37332
37333         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37334         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37335         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37336         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37337         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37338         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37339         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37340         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37341         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37342         category.  Attempt to fix timestamp calculation.
37343
37344 2004-02-24  Johan Dahlin  <johan@gnome.org>
37345
37346         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37347
37348 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37349
37350         * configure.ac:
37351         * gconf/Makefile.am:
37352         * gconf/gstreamer.schemas:
37353         * gst-libs/gst/gconf/Makefile.am:
37354         * gst-libs/gst/gconf/gconf.c:
37355           version gconf schemas and install locations
37356
37357 2004-02-23  Benjamin Otte  <otte@gnome.org>
37358
37359         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37360         (gst_xine_input_subclass_init):
37361           call parent dispose.
37362           change pad template for CD reader correctly
37363         * ext/xine/Makefile.am:
37364         * ext/xine/gstxine.h:
37365         * ext/xine/xine.c: (plugin_init):
37366         * ext/xine/xineaudiosink.c:
37367           wrap audio sinks, too
37368         * gst-libs/gst/resample/private.h:
37369         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37370         (gst_resample_reinit), (gst_resample_scale),
37371         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37372         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37373         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37374         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37375         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37376         * gst-libs/gst/resample/resample.h:
37377         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37378         (gst_audioscale_class_init), (gst_audioscale_link),
37379         (gst_audioscale_get_buffer), (gst_audioscale_init),
37380         (gst_audioscale_chain), (gst_audioscale_set_property),
37381         (gst_audioscale_get_property):
37382         * gst/audioscale/gstaudioscale.h:
37383           s/resample_*/gst_resample_*/i to not clobber namespaces
37384
37385 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37386
37387         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37388         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37389         (gst_riff_create_video_template_caps),
37390         (gst_riff_create_audio_template_caps),
37391         (gst_riff_create_iavs_template_caps):
37392         * gst-libs/gst/riff/riff-media.h:
37393         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37394         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37395         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37396         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37397         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37398         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37399         (gst_matroska_demux_plugin_init): First batch implementing audio and
37400         video codec tags in demuxers.
37401
37402 2004-02-22  Benjamin Otte  <otte@gnome.org>
37403
37404         * ext/xine/Makefile.am:
37405         * ext/xine/gstxine.h:
37406         * ext/xine/xine.c: (plugin_init):
37407         * ext/xine/xineinput.c:
37408           add input plugin wrapper. Playback from files, http, mms and cdda
37409           works.
37410         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37411           remove leftover G_GNUC_UNUSED
37412         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37413         (gst_asf_demux_identify_guid):
37414           improve debugging output
37415
37416 2004-02-22  Benjamin Otte  <otte@gnome.org>
37417
37418         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37419
37420         * autogen.sh:
37421           replace test -e with test -x for mkinstalldirs to be more portable.
37422           (fixes #134816)
37423
37424 2004-02-22  Benjamin Otte  <otte@gnome.org>
37425
37426         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37427
37428         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37429           set rank to PRIMARY
37430         * gst/volume/gstvolume.c: (plugin_init):
37431           set rank to NONE
37432         fixes #134960
37433
37434 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37435
37436         reviewed by Benjamin Otte  <otte@gnome.org>
37437
37438         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37439           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37440
37441 2004-02-22  Benjamin Otte  <otte@gnome.org>
37442
37443         * configure.ac:
37444           export [_]*{gst,Gst,GST}.* symbols from plugins
37445
37446 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37447
37448         reviewed by: Benjamin Otte  <otte@gnome.org>
37449
37450         * ext/lame/gstlame.c: (add_one_tag):
37451         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37452         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37453         (gst_vorbisenc_metadata_set1):
37454         * gst/tags/gstid3tag.c:
37455         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37456           apply fixes from bugs #135042 (lame can't write tags) and #133817
37457           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37458
37459 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37460
37461         * configure.ac: Export only gst_plugin_desc from plugins.
37462          Note that this change only makes any effect with Linux using libtool
37463          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37464          fine. And don't try to have several versions of libtool in different
37465          directories.
37466
37467 2004-02-20  Andy Wingo  <wingo@pobox.com>
37468
37469         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37470         interleave respectively.
37471
37472         * gst/interleave/deinterleave.c: New plugin: deinterleave
37473         (replaces on oneton).
37474         * gst/interleave/interleave.c: New plugin: interleave.
37475         * gst/interleave/plugin.h: Support file.
37476         * gst/interleave/plugin.c: Support file.
37477
37478         * configure.ac: Remove intfloat and oneton, add interleave.
37479
37480         * ext/sndfile/gstsf.c: Handle events better.
37481
37482         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37483         and float2int operation. int2float has scheduling problems as
37484         noted in in2float_chain.
37485
37486 2004-02-20  Benjamin Otte  <otte@gnome.org>
37487
37488         * ext/xine/Makefile.am:
37489         * ext/xine/gstxine.h:
37490         * ext/xine/xine.c:
37491         * ext/xine/xineaudiodec.c:
37492         * ext/xine/xinecaps.c:
37493           add first version of xine plugin wrapper. Currently only wraps the
37494           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37495         * configure.ac:
37496         * ext/Makefile.am:
37497           add xine plugin wrapper, disabled by default. Use --enable-xine to
37498           build. Note that it'll segfault on gst-register if you don't remove
37499           the goom and tvtime post plugins from xine.
37500         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37501         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37502           add extradata parsing for QDM2.
37503           change around debugging prints.
37504
37505 2004-02-19  Benjamin Otte  <otte@gnome.org>
37506
37507         * ext/lame/gstlame.c: (gst_lame_chain):
37508         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37509           use gst_tag_list_insert when you want to insert tags
37510
37511 2004-02-18  David Schleef  <ds@schleef.org>
37512
37513         * configure.ac:  Move massink to gst-rotten
37514         * ext/Makefile.am:
37515         * ext/mas/Makefile.am:
37516         * ext/mas/massink.c:
37517         * ext/mas/massink.h:
37518
37519 2004-02-18  David Schleef  <ds@schleef.org>
37520
37521         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37522         typefinding, since it seems to be worse than nothing.
37523         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37524         atom to recognize .mp4 and .m4a files as video/quicktime.
37525
37526 2004-02-18  David Schleef  <ds@schleef.org>
37527
37528         * gst/sine/demo-dparams.c: (quit_live),
37529         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37530         Use double dparams, not float.
37531         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37532         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37533         sync'd elements don't really work correctly.
37534         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37535         (volume_update_volume), (volume_get_property):  Change dparam
37536         to double.
37537
37538 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37539
37540         * sys/ximage/ximagesink.c:
37541         (gst_ximagesink_xwindow_update_geometry),
37542         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37543         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37544         (gst_ximagesink_init): Rework the way software video scaling works. So
37545         now we check on each chain call if the video frames are feeling the
37546         window. If not we try to renegotiate caps. On failure we memorize that
37547         and we won't try again for that PLAYING sessions.
37548         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37549         failure.
37550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37551         synchronous flag.
37552
37553 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37554
37555         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37556           break up _link so we can give a better debug message for errors
37557
37558 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37559
37560         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37561           set up debug category
37562
37563 2004-02-18  Julien MOUTTE <julien@moutte.net>
37564
37565         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37566         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37567         the way renegotiation work. The event handling function is not taking
37568         care of external windows and renegotiate method check for pad flags
37569         NEGOTIATING. Should fix : #133209
37570
37571 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37572
37573         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37574         pad is negotiating before trying renegotiation.
37575
37576 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37577
37578         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37579           pass on all possible mime types as typefind hints
37580
37581 2004-02-17  Julien MOUTTE <julien@moutte.net>
37582
37583         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37585         possible SHM leak if we crash. All other apps using XShm are doing
37586         that.
37587
37588 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37589
37590         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37591         (gst_ximagesink_expose): Renegotiate size on expose.
37592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37593         size on expose.
37594
37595 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37596
37597         * testsuite/alsa/sinesrc.c:
37598           cosmetic fix to fix compile issue with gcc 2.95.4
37599
37600 2004-02-16  Julien MOUTTE <julien@moutte.net>
37601
37602         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37603         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37604         failed opening the audio device.
37605         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37606         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37607         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37608         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37609         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37610         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37611         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37612         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37613         Removing some useless g_return_if_fail like wingo suggested.
37614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37615         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37616         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37617         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37618         (gst_xvimagesink_update_colorbalance),
37619         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37620         (gst_xvimagesink_xcontext_clear),
37621         (gst_xvimagesink_get_fourcc_from_caps),
37622         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37623         (gst_xvimagesink_set_xwindow_id),
37624         (gst_xvimagesink_colorbalance_list_channels),
37625         (gst_xvimagesink_colorbalance_set_value),
37626         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37627         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37628
37629 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37630
37631         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37632           throw error when not negotiated instead of asserting
37633
37634 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37635
37636         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37637         correct data refcounting.
37638
37639 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37640
37641         * gst/switch/gstswitch.c: (gst_switch_change_state),
37642         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37643         change, mostly the EOS flag.
37644
37645 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37646
37647         * examples/gstplay/player.c: (got_eos), (main): Adding some
37648         output for debugging.
37649         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37650         timeouts if we go to any state different from PLAYING.
37651         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37652         more EOS bugs in riff lib.
37653
37654 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37655
37656         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37657         visualization until i find a way to fix switch correctly.
37658         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37659         EOS arrives.
37660         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37661         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37662         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37663         Reworked switch to get a more correct behaviour with events and refing
37664         of data stored in sinkpads.
37665         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37666         we don't pull from a pad in EOS.
37667
37668 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37669
37670         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37671           remove v1 tag even if we can't read it (makes sure we don't detect
37672           it again)
37673
37674 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37675
37676         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37677         (gst_alsa_xrun_recovery):
37678         * ext/alsa/gstalsa.h:
37679           try xrun recovery when wait failed. Make xrun recovery function
37680           return TRUE/FALSE to indicate success. (might fix #134354)
37681
37682 2004-02-13  David Schleef  <ds@schleef.org>
37683
37684         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37685         (dynparm_value_changed), (main): Convert from float to double.
37686         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37687
37688 2004-02-13  David Schleef  <ds@schleef.org>
37689
37690         * gst/silence/gstsilence.c: (gst_silence_class_init),
37691         (gst_silence_set_clock), (gst_silence_get),
37692         (gst_silence_set_property), (gst_silence_get_property):
37693         * gst/silence/gstsilence.h: Add sync property.
37694         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37695         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37696         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37697         * gst/sine/gstsinesrc.h: Add sync property.
37698
37699 2004-02-13  David Schleef  <ds@schleef.org>
37700
37701         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37702         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37703
37704 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37705
37706         * configure.ac:
37707         * ext/Makefile.am:
37708         * gst-libs/ext/Makefile.am:
37709           move ffmpeg plugin to gst-ffmpeg module
37710
37711 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37712
37713         * configure.ac: use GST_ARCH to detect architecture
37714
37715 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37716
37717         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37718
37719 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37720
37721         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37722           classify LADSPA plugins based on number of src/sink pads
37723           (#133663, Stefan Kost)
37724         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37725           fix dparams registration
37726           (#133528, Stefan Kost)
37727         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37728           fix use of isprint and use g_ascii_isprint instead
37729           (#133316, Stefan Kost)
37730
37731 2004-02-11  David Schleef  <ds@schleef.org>
37732
37733         Convert a few inner loops to use liboil.  This is currently
37734         optional, and is only enabled if liboil is present (duh!).
37735         * configure.ac: Check for liboil-0.1
37736         * gst/intfloat/Makefile.am:
37737         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37738         (gst_int2float_chain_gint16):
37739         * gst/videofilter/Makefile.am:
37740         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37741         (tablelookup_u8), (gst_videobalance_planar411):
37742         * gst/videotestsrc/Makefile.am:
37743         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37744         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37745         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37746         (paint_hline_RGB565), (paint_hline_xRGB1555):
37747
37748 2004-02-11  David Schleef  <ds@schleef.org>
37749
37750         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37751         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37752         (gst_colorspace_getcaps), (gst_colorspace_link),
37753         (gst_colorspace_base_init), (gst_colorspace_init),
37754         (gst_colorspace_chain), (gst_colorspace_change_state),
37755         (plugin_init): Merge Ronald's patch (bug #117897) and update
37756         for new caps and negotiation.  Seems to work, although it
37757         shows off bugs in lcs.
37758
37759 2004-02-11  David Schleef  <ds@schleef.org>
37760
37761         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37762         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37763
37764 2004-02-11  David Schleef  <ds@schleef.org>
37765
37766         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37767         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37768         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37769         Add server and port properties
37770
37771 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37772
37773         * m4/a52.m4:
37774         * m4/aalib.m4:
37775         * m4/as-ffmpeg.m4:
37776         * m4/as-liblame.m4:
37777         * m4/as-slurp-ffmpeg.m4:
37778         * m4/check-libheader.m4:
37779         * m4/esd.m4:
37780         * m4/freetype2.m4:
37781         * m4/gconf-2.m4:
37782         * m4/glib.m4:
37783         * m4/gst-alsa.m4:
37784         * m4/gst-artsc.m4:
37785         * m4/gst-ivorbis.m4:
37786         * m4/gst-matroska.m4:
37787         * m4/gst-sdl.m4:
37788         * m4/gst-shout2.m4:
37789         * m4/gst-sid.m4:
37790         * m4/gtk.m4:
37791         * m4/libdv.m4:
37792         * m4/libfame.m4:
37793         * m4/libmikmod.m4:
37794         * m4/ogg.m4:
37795         * m4/vorbis.m4:
37796           fix underquotedness of macros (#133800)
37797         * m4/as-avifile.m4:
37798         * m4/xmms.m4:
37799           removed because no longer used
37800
37801 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37802
37803         * configure.ac:
37804           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
37805           by autopoint (fixes #132996)
37806
37807 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37808
37809         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
37810         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
37811         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
37812         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
37813           fix memleaks
37814
37815 2004-02-11  David Schleef  <ds@schleef.org>
37816
37817         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
37818         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
37819         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
37820         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
37821         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
37822         (gst_jpegenc_class_init), (gst_jpegenc_init),
37823         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
37824         (gst_jpegenc_chain), (gst_jpegenc_set_property),
37825         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
37826         * ext/jpeg/gstjpegenc.h: Fix negotiation.
37827
37828 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37829
37830         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
37831         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
37832         * ext/mikmod/gstmikmod.h:
37833           fix caps negotiation in mikmod
37834         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
37835           output debug information
37836
37837 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37838
37839         * gst-libs/gst/colorbalance/Makefile.am:
37840         * gst-libs/gst/navigation/Makefile.am:
37841         * gst-libs/gst/xoverlay/Makefile.am:
37842           remove unused GST_OPT_CFLAGS from Makefiles
37843           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
37844
37845 2004-02-07  David Schleef  <ds@schleef.org>
37846
37847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
37848         push events to pads that haven't been created (#133508)
37849
37850 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
37851
37852         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
37853         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
37854         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
37855         (gst_dvdec_loop), (gst_dvdec_change_state):
37856         Second attempt at committing a working dvdec element.
37857
37858 2004-02-06  David Schleef  <ds@schleef.org>
37859
37860         Build fixes for OS X: (see #129600)
37861         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
37862         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
37863         (gst_riff_read_strf_iavs):
37864         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
37865         (gst_avi_demux_stream_odml):
37866         * gst/playondemand/Makefile.am:
37867         * gst/rtp/rtp-packet.c:
37868
37869 2004-02-05  David Schleef  <ds@schleef.org>
37870
37871         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
37872         last change, because it Just Doesn't Compile.
37873
37874 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37875
37876         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37877           skip undecodable id3v2 tag instead of keeping it
37878
37879 2004-02-05  David Schleef  <ds@schleef.org>
37880
37881         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37882         Unref leaked buffer.  (Noticed by Ronald)
37883
37884 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
37885
37886         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37887         Sync requires with other checks.  >= vs =.
37888
37889 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
37890
37891         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
37892         (gst_dvdec_video_link), (gst_dvdec_loop):
37893         * ext/dv/gstdvdec.h:
37894           rework the caps negotiation so that dvdec works again instead
37895           of just segfaulting.
37896
37897 === release 0.7.4 ===
37898
37899 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37900
37901         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
37902         * configure.ac: changed for release
37903
37904 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37905
37906         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
37907         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37908         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37909         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37910           reworked patch by David Lehn to fix libdir and includedir for
37911           uninstalled libraries
37912           removed play and gconf from gstreamer-libs since they have their
37913           own pkgconfig files
37914
37915 2004-02-04  David Schleef  <ds@schleef.org>
37916
37917         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
37918         memleak.
37919
37920 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37921
37922         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37923           use correct GST_TAG_ENCODER tag
37924
37925 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37926
37927         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
37928           be sure to stop the clock when going to paused
37929         * sys/oss/gstosssink.c: (gst_osssink_change_state):
37930           reset number of transmitted when going to ready.
37931         fixes #132935
37932
37933 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
37934
37935         reviewed by Benjamin Otte
37936
37937         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37938           extract track count (fixes #133410)
37939
37940 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37941
37942         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
37943           that should be !=, not == (fixes #132519)
37944
37945 2004-02-04  David Schleef  <ds@schleef.org>
37946
37947         Make sure set_explicit_caps() is called before adding pad.
37948         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
37949         * gst/id3/gstid3types.c: (gst_id3types_loop):
37950         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
37951         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37952
37953 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37954
37955         * configure.ac:
37956           bump nano to 2, first prerelease
37957           put back AM_PROG_LIBTOOL
37958
37959 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37960
37961         * testsuite/alsa/Makefile.am:
37962           these are user test apps, not automatic testsuite tests
37963
37964 2004-02-04  David Schleef  <ds@schleef.org>
37965
37966         Convert GST_DEBUG_CAPS() to GST_DEBUG():
37967         * gst/mpeg1videoparse/gstmp1videoparse.c:
37968         (mp1videoparse_parse_seq):
37969         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37970         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
37971         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
37972         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
37973         (gst_xvideosink_getcaps):
37974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
37975         * testsuite/gst-lint: more tests
37976
37977 2004-02-04  David Schleef  <ds@schleef.org>
37978
37979         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
37980         with the code that they would expand to.
37981         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
37982         (gst_flacdec_get_src_query_types),
37983         (gst_flacdec_get_src_event_masks):
37984         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
37985         (gst_gnomevfssrc_get_query_types),
37986         (gst_gnomevfssrc_get_event_mask):
37987
37988 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37989
37990         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37991         (gst_sinesrc_dispose):
37992           fix memleak by properly disposing sinesrc
37993
37994 2004-02-04  Julien MOUTTE  <julien@moutte.net>
37995
37996         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
37997         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
37998         an overlay to redraw the image because it has been exposed.
37999         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38000         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38001         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38002         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38003         interface
38004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38005         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38006         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38007         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38008         interface
38009
38010 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38011
38012         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38013           more memleak fixage
38014
38015 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38016
38017         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38018         * gst/typefind/gsttypefindfunctions.c:
38019           fix memleaks shown by gst-typefind
38020
38021 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38022
38023         * common/glib-gen.mak:
38024           add hack rule to touch .Plo files
38025         * gst-libs/gst/colorbalance/Makefile.am:
38026         * gst-libs/gst/mixer/Makefile.am:
38027         * gst-libs/gst/play/Makefile.am:
38028         * gst-libs/gst/tuner/Makefile.am:
38029           remove glib_root variable
38030
38031 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38032
38033         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38034           set explicit caps before adding the element, so the autopluggers can
38035           plug correctly.
38036         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38037         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38038         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38039         (dv_type_find):
38040           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38041           argument.
38042
38043 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38044
38045         * gst-libs/gst/colorbalance/Makefile.am:
38046         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38047         * gst-libs/gst/colorbalance/colorbalance.c:
38048         * gst-libs/gst/colorbalance/colorbalance.h:
38049         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38050         * gst-libs/gst/mixer/Makefile.am:
38051         * gst-libs/gst/mixer/mixer-marshal.list:
38052         * gst-libs/gst/mixer/mixer.c:
38053         * gst-libs/gst/mixer/mixer.h:
38054         * gst-libs/gst/mixer/mixermarshal.list:
38055         * gst-libs/gst/play/Makefile.am:
38056         * gst-libs/gst/play/play.h:
38057         * gst-libs/gst/tuner/Makefile.am:
38058         * gst-libs/gst/tuner/tuner-marshal.list:
38059         * gst-libs/gst/tuner/tuner.c:
38060         * gst-libs/gst/tuner/tuner.h:
38061         * gst-libs/gst/tuner/tunermarshal.list:
38062           use new glib-gen.mak snippet to clean up Makefile.am
38063           fix various bugs in Makefile.am's
38064
38065 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38066
38067         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38068           handle chain parsing correctly in the multichain case
38069         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38070         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38071         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38072         (theora_dec_chain):
38073           handle events and queries correctly
38074
38075 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38076
38077         * .cvsignore:
38078         Ignore generated file _stdint.h.
38079
38080 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38081
38082         * gst-libs/gst/colorbalance/Makefile.am:
38083         * gst-libs/gst/colorbalance/colorbalance.h:
38084         * gst-libs/gst/mixer/Makefile.am:
38085         * gst-libs/gst/mixer/mixer.h:
38086         * gst-libs/gst/play/Makefile.am:
38087         * gst-libs/gst/play/play.h:
38088         * gst-libs/gst/tuner/Makefile.am:
38089         * gst-libs/gst/tuner/tuner.h:
38090         Generate enum type code with glib-mkenums.
38091         * gst-libs/gst/colorbalance/.cvsignore:
38092         * gst-libs/gst/mixer/.cvsignore:
38093         * gst-libs/gst/play/.cvsignore:
38094         * gst-libs/gst/tuner/.cvsignore:
38095         Ignore generated files.
38096
38097 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38098
38099         * gst-libs/gst/audio/.cvsignore:
38100         Ignore generated file.
38101         * gst-libs/gst/audio/Makefile.am:
38102         Do not install example filter.
38103
38104 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38105
38106         * examples/switch/.cvsignore:
38107         Ignore generated file.
38108
38109 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38110
38111         * common/m4/ax_create_stdint_h.m4:
38112         * configure.ac:
38113           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38114           _stdint.h.
38115         * Makefile.am:
38116           remove generated _stdint.h in DISTCLEANFILES
38117         * ext/a52dec/gsta52dec.c:
38118           include _stdint.h for a52dec. (should fix #133064)
38119
38120 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38121
38122         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38123         (gst_tag_to_vorbis_comments):
38124         Add replaygain support to vorbistag
38125
38126 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38127         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38128         (gst_ffmpeg_caps_to_extradata):
38129           Fix SVQ3 caps flag properties
38130           Use glib macro for bytes swap
38131
38132 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38133
38134         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38135         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38136         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38137         * ext/sndfile/gstsf.c: (plugin_init):
38138         * gst/avi/gstavi.c: (plugin_init):
38139         * sys/dxr3/dxr3init.c: (plugin_init):
38140         * sys/oss/gstossaudio.c: (plugin_init):
38141         * sys/v4l/gstv4l.c: (plugin_init):
38142         * sys/v4l2/gstv4l2.c: (plugin_init):
38143           remove textdomain calls
38144         * po/nl.po:
38145           update Dutch translation
38146
38147 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38148
38149         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38150         (gst_play_set_audio_sink): Moving volume in the audio thread for
38151         instantaneous volume change. Maybe i will add another volume in front
38152         of visualization later, not sure yet though.
38153
38154 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38155
38156         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38157         (gst_ximagesink_handle_xevents): Better X events handling, only take
38158         the latest events for configure and motion.
38159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38160
38161 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38162
38163         reviewed by: David Schleef  <ds@schleef.org>
38164
38165         Fix memory leaks:
38166         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38167         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38168
38169 2004-02-02  David Schleef  <ds@schleef.org>
38170
38171         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38172         of lines.
38173         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38174         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38175         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38176         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38177         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38178         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38179         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38180         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38181         (gst_float2_2_int_link):
38182         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38183         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38184         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38185         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38186         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38187         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38188         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38189         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38190         * testsuite/gst-lint: Add tests for bzero and ;;
38191
38192 2004-02-02  David Schleef  <ds@schleef.org>
38193
38194         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38195
38196 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38197
38198         * ext/aalib/gstaasink.c: (gst_aasink_open):
38199         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38200         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38201         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38202         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38203         (gst_afsink_close_file):
38204         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38205         (gst_afsrc_close_file):
38206         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38207         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38208         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38209         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38210         * ext/esd/esdmon.c: (gst_esdmon_get):
38211         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38212         * ext/faac/gstfaac.c: (gst_faac_chain):
38213         * ext/faad/gstfaad.c: (gst_faad_chain):
38214         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38215         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38216         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38217         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38218         (gst_flacdec_loop):
38219         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38220         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38221         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38222         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38223         (gst_gnomevfssink_close_file):
38224         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38225         (gst_gnomevfssrc_open_file):
38226         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38227         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38228         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38229         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38230         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38231         * ext/mad/gstmad.c: (gst_mad_chain):
38232         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38233         * ext/mpeg2dec/gstmpeg2dec.c:
38234         * ext/mpeg2enc/gstmpeg2enc.cc:
38235         * ext/mplex/gstmplex.cc:
38236         * ext/mplex/gstmplexibitstream.cc:
38237         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38238         (gst_ogg_demux_push):
38239         * ext/raw1394/gstdv1394src.c:
38240         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38241         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38242         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38243         (gst_sf_loop):
38244         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38245         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38246         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38247         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38248         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38249         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38250         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38251         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38252         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38253         (gst_riff_read_element_data), (gst_riff_read_seek),
38254         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38255         * gst/adder/gstadder.c: (gst_adder_loop):
38256         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38257         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38258         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38259         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38260         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38261         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38262         * gst/goom/gstgoom.c: (gst_goom_chain):
38263         * gst/id3/gstid3types.c: (gst_id3types_loop):
38264         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38265         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38266         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38267         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38268         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38269         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38270         (gst_ebml_read_float), (gst_ebml_read_header):
38271         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38272         (gst_matroska_demux_parse_blockgroup):
38273         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38274         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38275         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38276         * gst/silence/gstsilence.c: (gst_silence_get):
38277         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38278         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38279         * gst/speed/gstspeed.c: (speed_loop):
38280         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38281         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38282         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38283         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38284         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38285         (gst_wavparse_loop):
38286         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38287         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38288         (dxr3audiosink_close):
38289         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38290         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38291         (dxr3videosink_close), (dxr3videosink_write_data):
38292         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38293         * sys/oss/gstosssink.c: (gst_osssink_chain):
38294         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38295         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38296         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38297         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38298         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38299         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38300         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38301         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38302         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38303         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38304         (gst_v4l_set_audio):
38305         * sys/v4l/v4l_calls.h:
38306         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38307         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38308         (gst_v4lmjpegsink_playback_init),
38309         (gst_v4lmjpegsink_playback_start):
38310         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38311         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38312         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38313         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38314         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38315         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38316         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38317         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38318         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38319         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38320         (gst_v4l2_get_output), (gst_v4l2_set_output),
38321         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38322         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38323         (gst_v4l2_set_attribute):
38324         * sys/v4l2/v4l2_calls.h:
38325         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38326         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38327         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38328         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38329         (gst_v4l2src_capture_stop):
38330         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38331         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38332         (gst_ximagesink_chain):
38333         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38334         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38335         (gst_xvideosink_xwindow_new):
38336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38337         (gst_xvimagesink_chain):
38338
38339 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38340
38341         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38342         (gst_volume_get_volume), (volume_class_init), (volume_init),
38343         (volume_chain_int16), (volume_update_volume):
38344         * gst/volume/gstvolume.h:
38345           make code more readable by removing magic numbers
38346           make mixer interface export 0-100 range
38347           make it internally map to 0.0-1.0 range so users don't distort
38348           output by putting the sliders at full volume
38349
38350 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38351
38352         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38353         (gst_play_state_change), (gst_play_seek_to_time):
38354         block the tick callback for 0.5 secs after doing a seek
38355
38356 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38357
38358         * gst-libs/gst/play/play.c: (gst_play_new):
38359           check for GError
38360
38361 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38362
38363         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38364         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38365         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38366         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38368         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38369
38370 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38371
38372         * configure.ac:
38373         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38374           check for a function added in vorbis 1.1
38375
38376 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38377
38378         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38379         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38380           really start/stop clock only on PLAYING <=> PAUSED
38381         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38382           remove \n from debugging lines
38383         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38384           make it work when seeking does not
38385         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38386           reset on DISCONT
38387
38388 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38389
38390         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38391           start clock on PAUSED=>PLAYING, not later
38392         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38393           extract correct time for different discont formats
38394         (gst_alsa_sink_get_time):
38395           don't segfault when no format is negotiated yet, just return 0
38396         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38397         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38398         (gst_ogg_pad_push):
38399           handle flush and discont events correctly
38400         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38401           handle discont events correctly
38402
38403 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38404
38405         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38406         (gst_play_error_create), (gst_play_error_plugin),
38407         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38408         * gst-libs/gst/play/play.h:
38409           add error handling during creation
38410         * examples/gstplay/player.c: (main):
38411           use new gst_play_new
38412
38413
38414 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38415
38416         * ext/theora/theoradec.c: (theora_dec_chain):
38417           make comments work
38418         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38419         (vorbis_dec_src_event), (vorbis_dec_chain):
38420           add encoder tag, fix tag reading to be more error tolerant, change
38421           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38422           gst_pad_event_default.
38423         * gst/tags/gstvorbistag.c:
38424         (gst_tag_list_from_vorbiscomment_buffer):
38425           undefine function specific define at end of function
38426
38427 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38428
38429         * ext/flac/gstflac.c: (plugin_init):
38430         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38431         * ext/flac/gstflacdec.h:
38432         * ext/flac/gstflacenc.h:
38433           Fix typos
38434
38435 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38436
38437         * examples/gstplay/player.c: s/gstplay.h/play.h/
38438
38439 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38440
38441         * gst-libs/gst/play/Makefile.am:
38442         * gst-libs/gst/play/gstplay.c:
38443         * gst-libs/gst/play/gstplay.h:
38444         * gst-libs/gst/play/play.c:
38445           more surgery, operation complete
38446
38447 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38448
38449         * gst-libs/gst/play/play.old.c:
38450         * gst-libs/gst/play/play.old.h:
38451           after CVS surgery by moving, remove
38452         * gst-libs/gst/play/playpipelines.c:
38453           remove
38454
38455         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38456           add negotiation error
38457
38458 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38459
38460         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38461         (gst_ogg_demux_push):
38462           add some seeking debug info
38463           send a flush when seeking
38464
38465 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38466
38467         * configure.ac:
38468           use AC_C_INLINE
38469         * configure.ac:
38470         * ext/Makefile.am:
38471         * ext/theora/Makefile.am:
38472         * ext/theora/theoradec.c:
38473           add theora video decoder. Does just do simple decoding for now and
38474           has been tested against Theora cvs only. It only works when theora
38475           is compiled with --enable-static.
38476         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38477           always reset packetno on DISCONT
38478
38479 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38480
38481         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38482           Fix audio.
38483
38484 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38485
38486         * gst/mpegaudioparse/gstmpegaudioparse.c:
38487         (mp3_type_frame_length_from_header):
38488           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38489
38490 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38491
38492         * ext/esd/esdsink.c: (gst_esdsink_init):
38493           Since we have static pad template caps, we don't need to negotiate;
38494           either the core errors out or we know the format.
38495
38496 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38497
38498         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38499         (gst_riff_read_seek):
38500         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38501         (gst_ebml_read_seek):
38502           Fix event handling.
38503
38504 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38505
38506         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38507           removee video/x-theora from vp3 decoder, it doesn't handle raw
38508           theora streams
38509         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38510           fix bug with finalizing element that never went to PAUSED
38511         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38512           length and position queries were swapped
38513         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38514         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38515         (vorbis_dec_src_event):
38516           implement querying time and bytes
38517
38518 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38519
38520         * just about every source file:
38521           gst_element_error -> GST_ELEMENT_ERROR
38522
38523 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38524
38525         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38526         emiting FLUSH and even before DISCONT.
38527         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38528         get the best instant seeking as possible yay!
38529
38530 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38531
38532         * gst/mpeg1videoparse/gstmp1videoparse.c:
38533         (gst_mp1videoparse_real_chain):
38534           Committed wrong version last week... Grr... Didn't notice until now.
38535
38536 2004-01-29  Julien MOUTTE <julien@moutte.net>
38537
38538         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38540         have_xwindow_id signal in xwindow_create.
38541
38542 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38543
38544         * ext/ogg/gstoggdemux.c:
38545           lots of changes - mainly support for chained bitstreams, seeking,
38546           querying and bugfixes of course
38547         * ext/vorbis/Makefile.am:
38548         * ext/vorbis/vorbisdec.c:
38549         * ext/vorbis/vorbisdec.h:
38550           add vorbisdec raw vorbis decoder
38551         * ext/vorbis/vorbis.c: (plugin_init):
38552           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38553         * gst/intfloat/Makefile.am:
38554         * gst/intfloat/float22int.c:
38555         * gst/intfloat/float22int.h:
38556         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38557           add float2intnew plugin. It converts multichannel interleaved float to
38558           multichannel interleaved int. The name should probably be changed.
38559         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38560         (plugin_init):
38561           add typefinding for raw theora video so oggdemux can detect it.
38562
38563 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38564
38565         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38566         sink element first.
38567         * gst/videoscale/gstvideoscale.c:
38568         (gst_videoscale_handle_src_event): Fixing src event handler.
38569
38570 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38571
38572         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38573         (gst_v4lsrc_open), (gst_v4lsrc_close),
38574         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38575         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38576         * sys/v4l/gstv4lsrc.h:
38577         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38578         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38579           Implement resizing... Hack. But that's why v4l is b0rked...
38580
38581 2004-01-28  Julien MOUTTE <julien@moutte.net>
38582
38583         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38584         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38585         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38586         (gst_ximagesink_xwindow_destroy):
38587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38588         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38589         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38590         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38591         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38592         correctly cleaning the image created to check xshm calls on succes,
38593         added a lot of XSync calls in X11 functions, and fixed a segfault when
38594         no image format was defined before negotiation happened.
38595
38596 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38597
38598         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38599           use gst_element_get_time to get correct time
38600
38601 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38602
38603         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38604         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38605         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38607         (gst_xvimagesink_check_xshm_calls),
38608         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38609         X plugins are now able to detect that XShm calls will fail even if the
38610         server claims that it has XShm support (remote displays most of the
38611         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38612         so that we use non XShm functions. This feature is almost useless for
38613         xvimagesink as Xv is not supported on remote displays anyway, but
38614         it might happen than even on the local display XShm calls fail.
38615
38616 2004-01-27  David Schleef  <ds@schleef.org>
38617
38618         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38619         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38620         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38621         changed esdsink to only use 44100,16,2, since esd sucks at rate
38622         conversion and esdsink has had difficulty negotiating.
38623
38624 2004-01-27  Julien MOUTTE <julien@moutte.net>
38625
38626         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38627         (gst_play_seek_to_time): Fixing the way to get current position.
38628
38629 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38630
38631         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38632           use gst_element_get_time to get correct time
38633
38634 2004-01-27  Julien MOUTTE <julien@moutte.net>
38635
38636         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38637         fix ever... Inverting 2 lines of code make spider autoplug correctly
38638         tagged mp3 !
38639
38640 2004-01-27  David Schleef  <ds@schleef.org>
38641
38642         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38643         Use gst_pad_try_set_caps_nonfixed().
38644
38645 2004-01-27  David Schleef  <ds@schleef.org>
38646
38647         * gst/ac3parse/gstac3parse.c: update to checklist 5
38648         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38649         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38650         * gst/audioscale/gstaudioscale.c: same
38651         * gst/auparse/gstauparse.c: same
38652         * gst/avi/gstavidemux.c: same
38653
38654 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38655
38656         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38657           stop processing after EOS
38658
38659 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38660
38661         * gst/asfdemux/asfheaders.h:
38662         * gst/asfdemux/gstasfdemux.c:
38663         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38664         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38665         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38666           lot's of fixes to make data extraction simpler and get the code
38667           architecture and compiler independant. Add debugging category
38668         * gst/goom/gstgoom.c: (gst_goom_change_state):
38669           reset channel count on PAUSED=>READY, not READY=>PAUSED
38670
38671 2004-01-26  Colin Walters  <walters@verbum.org>
38672
38673         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38674         code to pull a bigger buffer in iradio mode.  This as a side effect
38675         makes typefinding work.
38676
38677 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38678
38679         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38680         Fix SVQ3 decoding on PPC
38681
38682 2004-01-26  Julien MOUTTE <julien@moutte.net>
38683
38684         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38685         that one managed to stay there... Fixed.
38686
38687 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38688
38689         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38690         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38691         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38692         (qtdemux_video_caps):
38693         * gst/qtdemux/qtdemux.h:
38694         Add SVQ3 specific flags to qtdemux and ffmpeg
38695
38696 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38697
38698         * gst-libs/gst/audio/audio.h:
38699           remove buffer-frames from audio caps
38700         * gst/audioconvert/gstaudioconvert.c:
38701           fix plugin to really work.
38702
38703 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38704
38705         * gst-libs/gst/mixer/mixer.c:
38706         * gst-libs/gst/propertyprobe/propertyprobe.c:
38707         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38708         (gst_tuner_find_channel_by_name):
38709         * gst-libs/gst/tuner/tuner.h:
38710           Add gtk-doc style comments. Also fix a function name.
38711
38712 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38713
38714         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38715         (gst_divxdec_negotiate):
38716           Fix for new capsnego - also fixes gst-player with divxdec.
38717
38718 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38719
38720         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38721         (gst_play_identity_handoff), (gst_play_set_location),
38722         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38723         try in visualization implementation. Still have an issue with switch
38724         blocking when pulling from video_queue and only audio comes out of
38725         spider.
38726         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38727         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38728         release method. And check if the pad is usable before pulling.
38729
38730 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38731
38732         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38733         (gst_videobalance_init),
38734         (gst_videobalance_colorbalance_list_channels),
38735         (gst_videobalance_colorbalance_set_value),
38736         (gst_videobalance_colorbalance_get_value),
38737         (gst_videobalance_update_properties),
38738         (gst_videobalance_update_tables_planar411),
38739         (gst_videobalance_planar411):
38740         * gst/videofilter/gstvideobalance.h:
38741           Implement lookup-tables. +/- 10x faster.
38742
38743 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38744
38745         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38746         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38747           The index reading was broken. The rest worked fine, but the whole
38748           goal of my rewrite was to make avidemux readable, and this was
38749           not at all readable. Please use typed variables.
38750
38751 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38752
38753         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38754           Additional pad usability check.
38755         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38756         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38757         (gst_mp1videoparse_real_chain):
38758           Fix MPEG video stream parsing. The original plugin had several
38759           issues, including not timestamping streams where the source was
38760           not timestamped (this happens with PTS values in mpeg system
38761           streams, but MPEG video is also a valid stream on its own so
38762           that needs timestamps too). We use the display time code for that
38763           for now. Also, if one incoming buffer contains multiple valid
38764           frames, we push them all on correctly now, including proper EOS
38765           handling. Lastly, several potential segfaults were fixed, and we
38766           properly sync on new sequence/gop headers to include them in next,
38767           not previous frames (since they're header for the next frame, not
38768           the previous). Also see #119206.
38769         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38770         (bpf_from_header):
38771           Move caps setting so we only do it after finding several valid
38772           MPEG-1 fraes sequentially, not right after the first one (which
38773           might be coincidental).
38774         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38775         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38776         (plugin_init):
38777           Add unsynced MPEG video stream typefinding, and change some
38778           probability values so we detect streams rightly. The idea is as
38779           follows: I can have an unsynced system stream which contains
38780           video. In the current code, I would randomly get a type for either
38781           system or video stream type found, because the probabilities are
38782           being calculated rather randomly. I now use fixed values, so we
38783           always prefer system stream if that was found (and that is how it
38784           should be). If no system stream was found, we can still identity                the stream as video-only.
38785
38786 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38787
38788         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38789         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38790           don't write to buffer. Extract data without the need of
38791           __attribute__ ((packed))
38792
38793 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38794
38795         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
38796         (mpeg1_sys_type_find):
38797           Fix MPEG-1 stream typefinding.
38798
38799 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38800
38801         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
38802           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
38803
38804 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38805
38806         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
38807         * ext/esd/gstesd.c: (plugin_init):
38808           private debugging, better error reporting
38809
38810 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38811
38812         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
38813         (gst_riff_read_init), (gst_riff_read_change_state):
38814         * gst-libs/gst/riff/riff-read.h:
38815           Remove stuff fromold metadata system.
38816
38817 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38818
38819         * ext/ogg/gstoggdemux.c:
38820           Fix wrong file comment.
38821         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38822         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
38823           Add metadata reading properly.
38824
38825 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38826
38827         * ext/Makefile.am:
38828           Fix nas DIST_SUBDIRS
38829           Uraeus:
38830           Fix bug where make distcheck doesn't get run on adding stuff to
38831           the build.
38832
38833 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38834
38835         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
38836         * ext/divx/gstdivxdec.h:
38837           Fix divx3 ("msmpeg4") playback using divxdec.
38838
38839 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38840
38841         * gst/typefind/gsttypefindfunctions.c:
38842         (mp3_type_frame_length_from_header): fix bug in length computation
38843         (mp3_type_find): improve debugging output
38844
38845 2004-01-23  Julien MOUTTE  <julien@moutte.net>
38846
38847         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38848         (gst_play_set_location), (gst_play_seek_to_time),
38849         (gst_play_set_audio_sink), (gst_play_set_visualization),
38850         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
38851         the pipeline from scratch. Visualization is back and switch went out as
38852         i realized it was not possible to use the way i wanted.
38853         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
38854         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
38855         clearing in state change from READY to NULL. So that one can clean the
38856         X ressources keeping the element.
38857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38858         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
38859         (gst_xvimagesink_colorbalance_set_value),
38860         (gst_xvimagesink_colorbalance_get_value),
38861         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
38862         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
38863         change from READY to NULL and fixed some stupid bugs in colorbalance
38864         get/set values. Also added the following feature : when nobody tries to
38865         set some values to the colorbalance levels before the xcontext is
38866         grabbed, then when creating channels list from Xv attributes we set the
38867         internal values to the Xv defaults. This way we handle buggy Xv drivers
38868         that set default hue values far from the middle of the range (Thanks
38869         to Jon Trowbridge for pointing that issue).
38870         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
38871         colorbalance levels have been set before xcontext is grabbed.
38872
38873 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38874
38875         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
38876           Fix the ossmixer case where we shouldn't open /dev/dsp* because
38877           it might block operations (which is bad for a mixer).
38878
38879 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38880
38881         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
38882         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
38883         (gmip_find_type_pre):
38884         * gst-libs/gst/media-info/media-info-priv.h:
38885         * gst-libs/gst/media-info/media-info.c:
38886         (gst_media_info_instance_init), (gst_media_info_read_idler):
38887         add fakesink to get caps on decoder src pad again
38888         fix callback prototype to match new have_type signal signature
38889
38890 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38891
38892         * gst/adder/gstadder.c: (gst_adder_link):
38893           fix non-compile and cut-n-paste code
38894
38895 2004-01-21  David Schleef  <ds@schleef.org>
38896
38897         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
38898         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
38899         (gst_swfdec_init), (gst_swfdec_change_state):
38900         * ext/swfdec/gstswfdec.h:
38901         Fix negotiation.
38902         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
38903         (gst_adder_request_new_pad): Fix negotiation.
38904         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
38905         Add a fixate function.
38906         * gst/intfloat/gstfloat2int.c:
38907         * gst/intfloat/gstfloat2int.h:
38908         * gst/intfloat/gstint2float.c:
38909         * gst/intfloat/gstint2float.h:
38910         Completely rewrite the negotiation.  Doesn't quite work yet,
38911         due to some buffer-frames problem.
38912
38913 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
38914
38915         * ext/gnomevfs/gstgnomevfssrc.c:
38916         * sys/v4l2/v4l2_calls.h:
38917           fix includes for distcheck
38918
38919 2004-01-21  Christian Schaller <uraeus@gnome.org>
38920
38921         * ext/nas/
38922         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
38923         based on earlier patch from Laurent Vivier
38924
38925 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
38926
38927         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38928         Fix wma caps property
38929         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
38930         Fix typo (flags1 and flags2)
38931
38932 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38933
38934         * gst-libs/gst/media-info/media-info-priv.c:
38935         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
38936         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
38937         (gmip_find_stream), (gmip_find_track_metadata),
38938         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
38939         (gmip_find_track_format):
38940         * gst-libs/gst/media-info/media-info-priv.h:
38941         * gst-libs/gst/media-info/media-info-test.c: (main):
38942         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
38943         (gst_media_info_read_idler), (gst_media_info_read):
38944         * gst-libs/gst/media-info/media-info.h:
38945           register debugging category and use it for debugging
38946
38947 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38948
38949         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
38950         (gst_vorbisfile_new_link):
38951           signal streaminfo through tags
38952
38953 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38954
38955         * ext/mplex/gstmplex.cc:
38956         * ext/mplex/gstmplexibitstream.cc:
38957           g++ doesn't like NULL in our i18n/error macros, should be
38958           either (NULL) or ("").
38959
38960 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38961
38962         * sys/dxr3/dxr3audiosink.c:
38963         * sys/dxr3/dxr3init.c:
38964         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
38965         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
38966           Fix more error error error errors (missing includes here).
38967
38968 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38969
38970         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38971           fix thomas' error errors.
38972
38973 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38974
38975         * ext/mpeg2enc/gstmpeg2enc.cc:
38976           fix error errors.
38977
38978 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38979
38980         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38981         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38982           Fix for new error system.
38983
38984 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38985
38986         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38987           fix for new error reporting
38988
38989 2004-01-20  David Schleef  <ds@schleef.org>
38990
38991         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
38992         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
38993         (gst_ximagesink_set_xwindow_id): Change to using a framerate
38994         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
38995         and neither is 100+, most likely.
38996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
38997         (gst_xvimagesink_getcaps): same
38998
38999 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39000
39001         * configure.ac:
39002           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39003           clashes with ffmpeg.
39004
39005 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39006
39007         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39008         (gst_switch_init): Fixed switch element : proxying link and setting
39009         caps from src to sink on request.
39010
39011 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39012
39013         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39014         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39015         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39016         fix element_error
39017
39018 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39019
39020         * sys/v4l/v4l_calls.h:
39021         * sys/v4l2/v4l2_calls.h:
39022           element_error fixes
39023
39024 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39025
39026         * gst-libs/gst/gst-i18n-plugin.h:
39027           add locale.h
39028           remove config.h inclusion
39029
39030 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39031
39032         * autogen.sh:
39033           adding autopoint invocation
39034         * Makefile.am:
39035         * configure.ac:
39036         * gst-libs/gst/gettext.h:
39037           adding gettext bits
39038         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39039         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39040         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39041         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39042         (gst_gnomevfssink_close_file):
39043         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39044         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39045         * gst-libs/gst/gst-i18n-plugin.h:
39046         * gst/avi/gstavi.c: (plugin_init):
39047         * sys/dxr3/dxr3init.c: (plugin_init):
39048         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39049         * sys/oss/gstossaudio.c: (plugin_init):
39050         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39051         * sys/v4l/gstv4l.c: (plugin_init):
39052         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39053         * sys/v4l2/gstv4l2.c: (plugin_init):
39054         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39055         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39056         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39057         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39058         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39059         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39060           make sure locale and translation domain are set
39061           fix translated strings
39062         * po/.cvsignore:
39063         * po/LINGUAS:
39064         * po/Makevars:
39065         * po/POTFILES.in:
39066         * po/nl.po:
39067           put translation files into place
39068         * sys/xvideo/imagetest.c: (main):
39069         * ext/dv/demo-play.c: (main):
39070           fix unnecessary translations
39071
39072 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39073
39074         * ext/sndfile/gstsf.c:
39075         * gst/avi/gstavimux.c:
39076         * ext/audiofile/gstafsink.c:
39077         * ext/audiofile/gstafsrc.c:
39078         * ext/gnomevfs/gstgnomevfssink.c:
39079         * ext/gnomevfs/gstgnomevfssrc.c:
39080         * sys/oss/gstosselement.c:
39081         * sys/v4l/v4l_calls.h:
39082           fix i18n include
39083
39084 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39085
39086         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39087         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39088         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39089         (gst_v4l2_get_output), (gst_v4l2_set_output),
39090         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39091         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39092         (gst_v4l2_set_attribute):
39093         update to new error handling
39094
39095 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39096
39097         * ext/sidplay/gstsiddec.cc:
39098         * gst/modplug/gstmodplug.cc:
39099           parenthese NULL because C++ seems angry about it
39100
39101 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39102
39103         * gst-libs/gst/gst-i18n-plugin.h:
39104           add skeleton i18n stuff, but needs to be further implemented
39105
39106 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39107
39108         * examples/gstplay/player.c: (main):
39109         * ext/aalib/gstaasink.c: (gst_aasink_open):
39110         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39111         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39112         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39113         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39114         (gst_afsink_close_file):
39115         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39116         (gst_afsrc_close_file):
39117         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39118         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39119         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39120         * ext/esd/esdmon.c: (gst_esdmon_get):
39121         * ext/esd/esdsink.c: (gst_esdsink_chain):
39122         * ext/faac/gstfaac.c: (gst_faac_chain):
39123         * ext/faad/gstfaad.c: (gst_faad_chain):
39124         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39125         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39126         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39127         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39128         (gst_flacdec_loop):
39129         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39130         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39131         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39132         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39133         (gst_gnomevfssink_close_file):
39134         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39135         (gst_gnomevfssrc_open_file):
39136         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39137         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39138         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39139         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39140         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39141         * ext/mad/gstmad.c: (gst_mad_chain):
39142         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39143         * ext/mpeg2dec/gstmpeg2dec.c:
39144         * ext/mpeg2enc/gstmpeg2enc.cc:
39145         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39146         * ext/mplex/gstmplex.cc:
39147         * ext/mplex/gstmplexibitstream.cc:
39148         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39149         (gst_ogg_demux_push), (gst_ogg_pad_push):
39150         * ext/raw1394/gstdv1394src.c:
39151         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39152         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39153         * ext/sidplay/gstsiddec.cc:
39154         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39155         (gst_sf_loop):
39156         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39157         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39158         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39159         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39160         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39161         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39162         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39163         * gst-libs/gst/Makefile.am:
39164         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39165         (gst_riff_read_element_data), (gst_riff_read_seek),
39166         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39167         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39168         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39169         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39170         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39171         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39172         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39173         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39174         * gst/goom/gstgoom.c: (gst_goom_chain):
39175         * gst/id3/gstid3types.c: (gst_id3types_loop):
39176         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39177         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39178         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39179         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39180         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39181         (gst_ebml_read_float), (gst_ebml_read_header):
39182         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39183         (gst_matroska_demux_parse_blockgroup):
39184         * gst/modplug/gstmodplug.cc:
39185         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39186         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39187         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39188         * gst/silence/gstsilence.c: (gst_silence_get):
39189         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39190         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39191         * gst/speed/gstspeed.c: (speed_loop):
39192         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39193         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39194         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39195         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39196         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39197         (gst_wavparse_loop):
39198         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39199         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39200         (dxr3audiosink_close):
39201         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39202         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39203         (dxr3videosink_close), (dxr3videosink_write_data):
39204         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39205         * sys/oss/gstosselement.h:
39206         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39207         (gst_osssink_chain):
39208         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39209         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39210         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39211         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39212         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39213         (gst_v4l_enable_overlay):
39214         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39215         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39216         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39217         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39218         (gst_v4l_set_audio):
39219         * sys/v4l/v4l_calls.h:
39220         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39221         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39222         (gst_v4lmjpegsink_playback_init),
39223         (gst_v4lmjpegsink_playback_start):
39224         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39225         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39226         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39227         (gst_v4lmjpegsrc_requeue_frame):
39228         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39229         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39230         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39231         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39232         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39233         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39234         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39235         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39236         (gst_v4l2src_capture_stop):
39237         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39238         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39239         (gst_ximagesink_chain):
39240         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39241         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39242         (gst_xvideosink_xwindow_new):
39243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39244         (gst_xvimagesink_chain):
39245         use new error signal, function and categories
39246
39247 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39248
39249         * configure.ac:
39250         * ext/Makefile.am:
39251         * ext/musicbrainz/gsttrm.c:
39252         * ext/musicbrainz/gsttrm.h:
39253         * ext/musicbrainz/Makefile.am:
39254         Add a trm plugin
39255
39256 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39257
39258         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39259         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39260         synchronous property for debugging.
39261         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39263         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39264         smaller block, fixing indent.
39265
39266 2004-01-16  David Schleef  <ds@schleef.org>
39267
39268         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39269         property affects the video stream.
39270         * sys/xvimage/xvimagesink.c:
39271         * sys/xvimage/xvimagesink.h:
39272         Add synchronous property for debugging.  Should probably be
39273         disabled in non-CVS builds.  Make sure that the Xv attribute
39274         exists before we set it (crash!).  Fix a silly float bug that
39275         caused colorbalance to just not work.
39276
39277 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39278
39279         * tools/gst-launch-ext.in - update for new plugins
39280
39281 2004-01-16  David Schleef  <ds@schleef.org>
39282
39283         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39284         already-freed caps.
39285
39286 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39287
39288         * Update spec for new colorspace plugin and libcaca plugin
39289         * Fix compilation of libcaca plugin (clock -> id)
39290
39291 2004-01-16  Julien MOUTTE <julien@moutte.net>
39292
39293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39294         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39295         (gst_xvimagesink_set_xwindow_id),
39296         (gst_xvimagesink_colorbalance_set_value),
39297         (gst_xvimagesink_colorbalance_get_value),
39298         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39299         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39300         correct colorbalance properties. They can now be set when the element
39301         is still in NULL state. The values will be committed to the Xv Port
39302         when xcontext is initialized.
39303         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39304         brightness int values in the GstXvImagesink structure.
39305
39306 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39307
39308         * gst-libs/gst/Makefile.am:
39309           restructure so having local patches works easier.
39310
39311 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39312
39313         * ext/mpeg2enc/Makefile.am:
39314         * ext/mpeg2enc/gstmpeg2enc.cc:
39315         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39316           Bugfix with respect to EOS handling.
39317
39318 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39319
39320         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39321           Link with right caps (else, it segfaults).
39322         * ext/mplex/gstmplexjob.cc:
39323           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39324
39325 2004-01-15  David Schleef  <ds@schleef.org>
39326
39327         * gst-libs/gst/audio/Makefile.am:
39328         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39329         from the template.
39330         * gst-libs/gst/audio/gstaudiofilter.c:
39331         * gst-libs/gst/audio/gstaudiofilter.h:
39332         Add bytes_per_sample and size and n_samples calculation.
39333         * gst-libs/gst/audio/gstaudiofilterexample.c:
39334         Remove, now autogenerated.
39335         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39336         Moved from gstaudiofilterexample, object name changed, code added
39337         so that it actually works.
39338         * gst-libs/gst/audio/make_filter:
39339         Script to build an audiofilter subclass from the template.
39340         * gst/colorspace/Makefile.am:
39341         * gst/colorspace/yuv2yuv.c:
39342         Remove file, since it's GPL, and we don't use it.
39343
39344 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39345
39346         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39348         them use the buffer free function to test how the buffer was allocated.
39349
39350 2004-01-15  David Schleef  <ds@schleef.org>
39351
39352         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39353         that handles osssink fallback.
39354         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39355         (gst_audio_convert_getcaps):
39356         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39357         Add audio/x-qdm2 for QDM2 audio.
39358         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39359         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39360         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39361         Decrease minimum size to 16x16.
39362         * gst/wavparse/gstwavparse.c:
39363         Convert disabled pad template caps to new caps.
39364         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39366         (gst_xvimagesink_chain): Throw element error when display cannot
39367         be opened.  Increase minimum framerate to 1.0.  Check the data
39368         free function on a buffer to make sure it is the type we expect
39369         before manipulating it.
39370
39371 2004-01-15  Julien MOUTTE <julien@moutte.net>
39372
39373         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39374         (gst_videobalance_colorbalance_set_value): Implement passthru if
39375         settings are in the middle.
39376         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39377
39378 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39379
39380         * gst/videofilter/Makefile.am:
39381         * gst/volume/Makefile.am:
39382           Since we use videofilter symbols, link to it.
39383
39384 2004-01-15  Julien MOUTTE <julien@moutte.net>
39385
39386         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39387         mixer interface type to HARDWARE.
39388         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39389         type to SOFTWARE.
39390         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39391         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39392         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39393         (gst_volume_interface_init), (gst_volume_list_tracks),
39394         (gst_volume_set_volume), (gst_volume_get_volume),
39395         (gst_volume_set_mute), (gst_volume_mixer_init),
39396         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39397         (volume_init): Implementing mixer interface.
39398         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39399         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39400         (gst_osselement_change_state): Removing some trailing commas in
39401         structures.
39402         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39403         interface type to HARDWARE.
39404         * sys/v4l/gstv4lcolorbalance.c:
39405         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39406         type to HARDWARE.
39407         * sys/v4l2/gstv4l2colorbalance.c:
39408         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39409         interface type to HARDWARE.
39410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39411         same code than ximagesink for event handling.
39412
39413 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39414
39415         * ext/snapshot/Makefile.am:
39416         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39417         (gst_snapshot_chain):
39418         * ext/snapshot/gstsnapshot.h:
39419           This has to be a joke... Snapshot should be connected to a tee,
39420           colorspace element before it and EOS after that, where the other
39421           src of the tee receives normal data.
39422           The current way is *wrong*.
39423
39424 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39425
39426         * ext/hermes/gsthermescolorspace.c:
39427           Fix another compile error. Same as below.
39428
39429 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39430
39431         * gst/colorspace/gstcolorspace.c:
39432         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39433         (gst_colorspace_i420_to_yv12):
39434           Fix compiling... Didn't test if it actually works.
39435
39436 2004-01-15  David Schleef  <ds@schleef.org>
39437
39438         * configure.ac:
39439         * gst/colorspace/Makefile.am:
39440         * gst/colorspace/gstcolorspace.c:
39441         * gst/colorspace/gstcolorspace.h:
39442         * gst/colorspace/yuv2rgb.c:
39443         * gst/colorspace/yuv2rgb.h:
39444         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39445         code and GPL code.  Fix for new caps negotiation.  Rewrite
39446         much of the format handling code, and some of the conversion
39447         code.  Basically, rewrote almost everything.  This element
39448         handles I420, YV12 to RGB conversions.
39449         * ext/hermes/Makefile.am:
39450         * ext/hermes/gsthermescolorspace.c:
39451         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39452         Remove non-Hermes related code.  This element handles lots of
39453         RGB to RGB conversions, but no YUV.
39454         * ext/hermes/gstcolorspace.c:
39455         * ext/hermes/gstcolorspace.h:
39456         * ext/hermes/rgb2yuv.c:
39457         * ext/hermes/yuv2rgb.c:
39458         * ext/hermes/yuv2rgb.h:
39459         * ext/hermes/yuv2rgb_mmx16.s:
39460         * ext/hermes/yuv2yuv.c:
39461         * ext/hermes/yuv2yuv.h:
39462         Remove old code.
39463
39464 2004-01-14  Colin Walters  <walters@verbum.org>
39465
39466         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39467         they've already been.
39468
39469 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39470
39471         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39472           assume tag mode when pad is not connected
39473
39474 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39475
39476         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39477           Don't update the time of the clock
39478         (gst_alsa_sink_loop):
39479           sync to the clock given to alsasink, not the own clock
39480         * sys/oss/gstosssink.c: (gst_osssink_chain):
39481           sync to the clock
39482         (gst_osssink_change_state):
39483           activate the clock
39484         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39486           remove bogus code that made DISCONT events unhandled
39487         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39488           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39489           #131502)
39490         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39491         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39492         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39493           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39494           2nd warning in bug #131502)
39495
39496 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39497
39498         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39499         (gst_videobalance_colorbalance_set_value),
39500         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39501         for colorbalance interface implementation.
39502         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39503         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39504         (gst_ximagesink_dispose), (gst_ximagesink_init),
39505         (gst_ximagesink_class_init): Adding DISPLAY property.
39506         * sys/ximage/ximagesink.h: Adding display_name to store display.
39507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39508         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39509         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39510         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39511         properties (they still need polishing though for gst-launch use : no
39512         xcontext yet, i ll do that tomorrow).
39513         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39514
39515 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39516
39517         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39518         (gst_play_set_location), (gst_play_set_visualization): Preparing
39519         switch integration, adding videobalance in the pipeline.
39520
39521 2004-01-14  Julien MOUTTE <julien@moutte.net>
39522
39523         * gst-libs/gst/colorbalance/colorbalance.c:
39524         (gst_color_balance_class_init): Adding a default type.
39525         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39526         the type.
39527         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39528         (gst_videobalance_dispose), (gst_videobalance_class_init),
39529         (gst_videobalance_init), (gst_videobalance_interface_supported),
39530         (gst_videobalance_interface_init),
39531         (gst_videobalance_colorbalance_list_channels),
39532         (gst_videobalance_colorbalance_set_value),
39533         (gst_videobalance_colorbalance_get_value),
39534         (gst_videobalance_colorbalance_init): Implementing colorbalance
39535         interface.
39536         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39537         list.
39538         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39539         bug which was triggering a BadAccess X error when setting an overlay
39540         before pad was really negotiated.
39541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39542         Using the colorbalance type macro.
39543
39544 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39545
39546         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39547         (gst_flacenc_chain):
39548           handle tags correctly
39549         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39550           extract ID3v1 tags correctly
39551
39552 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39553
39554         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39555         (plugin_init):
39556           Improve matroska typefinding for odd-typed headers...
39557
39558 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39559
39560         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39561           Fix for using incremental number on padnames.
39562
39563 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39564
39565         * ext/divx/gstdivxdec.c:
39566         * ext/divx/gstdivxenc.c:
39567           Set category to divx4linux instead of divx (too generic).
39568         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39569         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39570         (gst_wavparse_loop), (gst_wavparse_change_state):
39571         * gst/wavparse/gstwavparse.h:
39572           fix parsing of WAV files with non-standard fmt-tag size and fix
39573           skipping of unrecognized chunks... Someone please fix this thing
39574           to use rifflib so all this is automated.
39575         * sys/v4l/Makefile.am:
39576         * sys/v4l2/Makefile.am:
39577           Add X_CFLAGS because we depend on X (for overlay).
39578
39579 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39580
39581         * ext/mpeg2dec/gstmpeg2dec.c:
39582           Don't issue a timestamp unless we tagged the frame
39583           with a PTS.
39584
39585 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39586
39587         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39588           Query the audio element to get the time, not the clock. We're
39589           interested in the element's time here.
39590
39591 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39592
39593         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39594         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39595         * ext/esd/esdsink.c: (gst_esdsink_chain):
39596         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39597         * ext/mas/massink.c: (gst_massink_chain):
39598         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39599         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39600         (gst_matroska_demux_parse_metadata):
39601         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39602         (gst_mpeg_parse_release_locks):
39603         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39604         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39605         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39606         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39607         (gst_osssink_change_state):
39608         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39609         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39610         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39611         (gst_xvideosink_release_locks):
39612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39613           use element time.
39614         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39615         (gst_alsa_clock_stop):
39616         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39617         (gst_audio_clock_get_internal_time):
39618           simplify for use with new clocking code.
39619         * testsuite/alsa/Makefile.am:
39620         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39621           fix testsuite for new caps system
39622
39623 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39624
39625         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39626         * ext/flac/gstflacenc.c: (add_one_tag):
39627           length is already host endian, no need to convert. Fixes playback of
39628           tagged files on PPC. (bug #128384)
39629
39630 2004-01-13  Julien MOUTTE <julien@moutte.net>
39631
39632         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39633         colorbalance interface stating if it is hardware based or software
39634         based.
39635         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39636         Removing a trailing comma.
39637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39638         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39639         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39640         the documentation seems to be wrong on the -1000 to 1000 interval.
39641
39642 2004-01-12  David Schleef  <ds@schleef.org>
39643
39644         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39645         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39646         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39647         Fix negotiation.  Add a bufferalloc function for the sink pad,
39648         and generally clean up some of the code.
39649
39650 2004-01-12  Julien MOUTTE <julien@moutte.net>
39651
39652         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39653         (gst_color_balance_channel_dispose): Adding safety check in dispose
39654         method.
39655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39656         (gst_xvimagesink_xcontext_clear),
39657         (gst_xvimagesink_interface_supported),
39658         (gst_xvimagesink_colorbalance_list_channels),
39659         (gst_xvimagesink_colorbalance_set_value),
39660         (gst_xvimagesink_colorbalance_get_value),
39661         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39662         Adding colorbalance interface support to set XV parameters such as
39663         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39664         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39665         interface.
39666
39667 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39668
39669         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39670         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39671         (gst_audio_convert_init), (gst_audio_convert_set_property),
39672         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39673         (gst_audio_convert_link),
39674         (gst_audio_convert_buffer_to_default_format),
39675         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39676           - implement _getcaps and use it
39677           - improve linking
39678           - remove float caps since no float conversion is actually done
39679           - remove properties and arguments that were to be used for rate
39680             conversion
39681
39682 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39683
39684         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39685         (gst_audio_structure_set_int):
39686         * gst-libs/gst/audio/audio.h:
39687           add helper functions for _getcaps matching the standard audio
39688           templates
39689
39690 2004-01-12  David Schleef  <ds@schleef.org>
39691
39692         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39693         Test that pad is negotiated before getting its caps.
39694
39695 2004-01-12  Julien MOUTTE <julien@moutte.net>
39696
39697         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39698         analyzing the pads of an element the bin is mostly in READY state so
39699         no caps were negotiated. This helper function needs to work with
39700         _get_caps directly then. I was not freeing them though, added that to
39701         fix the mem leak.
39702
39703 2004-01-12  Julien MOUTTE <julien@moutte.net>
39704
39705         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39707         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39708         than the free_func.
39709
39710 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39711
39712         * sys/oss/gstossaudio.c: (plugin_init):
39713         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39714         * sys/oss/gstosselement.h:
39715           make an oss debugging category
39716           make failure more descriptive
39717
39718 2004-01-11  David Schleef  <ds@schleef.org>
39719
39720         * ext/ffmpeg/gstffmpeg.c:
39721         * ext/ffmpeg/gstffmpegcodecmap.c:
39722         * ext/ffmpeg/gstffmpegdec.c:
39723         * ext/ffmpeg/gstffmpegenc.c:
39724         * ext/ffmpeg/gstffmpegprotocol.c:
39725         * ext/gdk_pixbuf/gstgdkanimation.c:
39726         * ext/jpeg/gstjpeg.c:
39727         * ext/libpng/gstpng.c:
39728         * ext/mpeg2dec/perftest.c:
39729         * ext/speex/gstspeex.c:
39730         * gst-libs/gst/resample/dtos.c:
39731         * gst/intfloat/gstintfloatconvert.c:
39732         * gst/oneton/gstoneton.c:
39733         * gst/rtjpeg/RTjpeg.c:
39734         * gst/rtp/gstrtp.c:
39735         * sys/dxr3/dxr3init.c:
39736         * sys/glsink/gstgl_nvimage.c:
39737         * sys/glsink/gstgl_pdrimage.c:
39738         * sys/glsink/gstglsink.c:
39739         * testsuite/gst-lint:
39740         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39741
39742 2004-01-11  David Schleef  <ds@schleef.org>
39743
39744         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39745         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39746         * ext/gdk_pixbuf/gstgdkanimation.c:
39747         (gst_gdk_animation_iter_create_pixbuf):
39748         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39749         (gst_gdk_pixbuf_chain):
39750         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39751         * ext/jack/gstjack.c: (gst_jack_change_state):
39752         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39753         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39754         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39755         * gst/videofilter/gstvideofilter.c:
39756         (gst_videofilter_set_output_size):
39757         Remove all usage of gst_pad_get_caps(), and replace it with
39758         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39759
39760 2004-01-11  David Schleef  <ds@schleef.org>
39761
39762         * configure.ac:
39763         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39764         * ext/divx/gstdivxdec.c:
39765         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39766         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39767         handle images that span multiple buffers.  Now work with both
39768         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39769         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39770         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39771         video/video.h changes
39772         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39773         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39774         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39775         of GstData free function.
39776         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39777         same.
39778
39779 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39780
39781         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39782         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39783         (gst_v4l2element_get_property):
39784         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39785           add norm, channel and frequency properties.
39786         * sys/v4l2/gstv4l2tuner.c:
39787           fixes for tuner interface changes
39788         * sys/v4l2/gstv4l2element.h:
39789         * sys/v4l2/gstv4l2src.c:
39790         * sys/v4l2/gstv4l2src.h:
39791         * sys/v4l2/v4l2src_calls.c:
39792         * sys/v4l2/v4l2src_calls.h:
39793           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
39794
39795 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39796
39797         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
39798         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
39799         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
39800         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
39801         * gst-libs/gst/tuner/tuner.h:
39802           GObjects aren't const.
39803           Add find_by_name functions.
39804           Add checks to _changed functions.
39805         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
39806         (gst_v4l_tuner_get_norm):
39807           Fixes for above.
39808
39809 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39810
39811         * gst-libs/gst/video/video.h:
39812           Fix caps template names to be understandable.
39813           Prefix everything with GST_VIDEO.
39814         * ext/aalib/gstaasink.c:
39815         * ext/divx/gstdivxdec.c:
39816         * ext/divx/gstdivxenc.c:
39817         * ext/gdk_pixbuf/gstgdkpixbuf.c:
39818         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
39819         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
39820         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
39821         * ext/libcaca/gstcacasink.c:
39822         * ext/libpng/gstpngenc.c: (raw_caps_factory):
39823         * ext/snapshot/gstsnapshot.c:
39824         * ext/swfdec/gstswfdec.c:
39825         * ext/xvid/gstxviddec.c:
39826         * ext/xvid/gstxvidenc.c:
39827         * gst/chart/gstchart.c:
39828         * gst/deinterlace/gstdeinterlace.c:
39829         * gst/effectv/gsteffectv.c:
39830         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39831         * gst/goom/gstgoom.c:
39832         * gst/median/gstmedian.c:
39833         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
39834         (gst_monoscope_srcconnect), (gst_monoscope_chain):
39835         * gst/overlay/gstoverlay.c:
39836         * gst/smooth/gstsmooth.c:
39837         * gst/smpte/gstsmpte.c:
39838         * gst/synaesthesia/gstsynaesthesia.c:
39839         * gst/videocrop/gstvideocrop.c:
39840         * gst/videodrop/gstvideodrop.c:
39841         * gst/y4m/gsty4mencode.c:
39842         * sys/qcam/gstqcamsrc.c:
39843         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
39844           Make them work with new video.h file.
39845         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39846         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39848         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39849           Make it work with new buffer allocation system.
39850
39851 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39852
39853         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
39854         pad_alloc_buffer implementation to use ->srcpad
39855         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
39856         pad_alloc_buffer implementation to use ->srcpad
39857         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
39858         pad_alloc_buffer implementation to use ->srcpad
39859         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
39860         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
39861         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39862         a reference to everything we need.
39863         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
39864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
39865         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
39866         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39867         a reference to everything we need.
39868         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
39869
39870 2004-01-11  David Schleef  <ds@schleef.org>
39871
39872         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
39873         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
39874         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
39875         structure members.
39876         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
39877         value during a resize/renegotiation.
39878         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
39879         gst_pad_alloc_buffer();
39880         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39881         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
39882         structure members.
39883         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39884         Fix for rename of buffer private structure members.
39885         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39886         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39887         Fix for rename of buffer private structure members.
39888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39889         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39890         Fix for rename of buffer private structure members.
39891
39892 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
39893
39894         reviewed by: David Schleef <ds@schleef.org>
39895
39896         * gst/videofilter/Makefile.am:
39897         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
39898         from the patch by ds to fit in with recent make_filter changes.
39899
39900 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39901
39902         * configure.ac: Adding examples/switch/Makefile
39903         * examples/Makefile.am: Adding examples/switch
39904         * examples/switch/Makefile.am: Adding switcher example.
39905         * examples/switch/switcher.c: (got_eos), (idle_iterate),
39906         (switch_timer), (main): Adding an example demonstrating switch usage
39907         with 2 videotestsrc showing different patterns.
39908         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39909         (gst_switch_init): Fixing switch with the new caps system.
39910
39911 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39912
39913         * gst-libs/gst/video/video.h:
39914           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
39915           They should probably be like
39916           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
39917
39918 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39919
39920         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
39921         (qtdemux_parse_trak):
39922           fix audio chunk size/timestamp calculation
39923
39924 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39925
39926         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39927           fix SVQ3 caps
39928
39929 2004-01-11  Steve Baker  <steve@stevebaker.org>
39930
39931         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
39932         (gst_agingtv_base_init), (gst_agingtv_class_init),
39933         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
39934         (gst_agingtv_set_property), (gst_agingtv_get_property):
39935         Port agingTV to videofilter
39936
39937 2004-01-09  Julien MOUTTE <julien@moutte.net>
39938
39939         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
39940         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39941
39942 2004-01-09  Julien MOUTTE <julien@moutte.net>
39943
39944         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
39945         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39946         * gst-libs/gst/xoverlay/xoverlay.c:
39947         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
39948         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
39949         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39950         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39951         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39952         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39953         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
39954         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
39955         the bufferalloc_function to replace bufferpools, fixing the XOverlay
39956         interface implementation to handle xid being 0 and fix some bugs
39957         triggered by Benjamin's testcase.
39958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39959         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
39960         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
39961         the bufferalloc_function to replace bufferpools, fixing the XOverlay
39962         interface implementation to handle xid being 0 and fix some bugs
39963         triggered by Benjamin's testcase.
39964
39965 2004-01-09  David Schleef  <ds@schleef.org>
39966
39967         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
39968         mouse pointer events.  It works.
39969
39970 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39971
39972         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
39973           Use explicit caps - fix capsnego.
39974         * ext/xvid/gstxviddec.c:
39975         * ext/xvid/gstxvidenc.c:
39976           Remove macro-inside-macro which caused compile errors.
39977         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
39978           Error out if it's not a RIFF file. Else we error out without
39979           gst_element_error() which is not good...
39980
39981 2004-01-08  David Schleef  <ds@schleef.org>
39982
39983         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39984         Fix pad_link function to handle formats that ffmpeg returns
39985         as multiple caps structures.
39986         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
39987         Only complain if source buffer is _smaller_ than expected.
39988         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
39989         (gst_videoscale_handle_src_event): Resize navigation events
39990         when passing them upstream.
39991         * gst/videotestsrc/gstvideotestsrc.c:
39992         * gst/videotestsrc/gstvideotestsrc.h:
39993         * gst/videotestsrc/videotestsrc.c:
39994         * gst/videotestsrc/videotestsrc.h:
39995         Rewrite many of the buffer painting functions to handle odd
39996         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
39997         been verified to work with my video card.
39998         * testsuite/gst-lint:  Add check for elements calling
39999         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40000
40001 2004-01-08  David Schleef  <ds@schleef.org>
40002
40003         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40004         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40005
40006 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40007
40008         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40009         configure event is not emiting the desired size signal. That fixes
40010         aspect ratio issues with gst-player.
40011
40012 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40013
40014         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40015           Fix capsnego.
40016
40017 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40018
40019         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40020         public method to fire size signal.
40021
40022 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40023
40024         * examples/gstplay/Makefile.am: Adding the interface library.
40025         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40026         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40027         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40028         GST_IS_X_OVERLAY before signal connect.
40029         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40030         Removing the have_video_size signal.
40031         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40032         and associated public method.
40033         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40034         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40035         signal.
40036         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40037         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40038         signal.
40039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40040         Using XOverlay public method to fire size signal.
40041
40042 2004-01-07  David Schleef  <ds@schleef.org>
40043
40044         * gst/videofilter/Makefile.am:
40045         * gst/videofilter/gstvideotemplate.c:
40046         * gst/videofilter/make_filter:
40047         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40048         Convert make_filter to /bin/sh script.
40049
40050 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40051
40052         * gst/modplug/gstmodplug.cc: fix element description
40053
40054 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40055
40056         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40057         (got_video_size): Adding some new lines in g_print calls.
40058         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40059         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40060         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40061         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40062         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40063         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40064         Complete code review, reverting some stuff i disagree with, adding
40065         some fixes : time synchronization on invalid timestamps, renegotiation
40066         of private window.
40067         * sys/ximage/ximagesink.h:
40068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40069         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40070         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40071         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40072         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40073         (gst_xvimagesink_buffer_new),
40074         (gst_xvimagesink_navigation_send_event),
40075         (gst_xvimagesink_set_xwindow_id),
40076         (gst_xvimagesink_get_desired_size),
40077         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40078         stuff i disagree with, adding some fixes : Renegotiation of private
40079         window, implementing get_desired_size.
40080
40081 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40082
40083         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40084         (gst_afsink_handle_event):
40085         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40086         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40087         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40088         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40089         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40090           Fix for instantiate-test (see core). Also remove dead code from
40091           jpegenc (which still needs fixing, but that's lower on my TODO
40092           list...).
40093         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40094           Never return NULL as caps.
40095
40096 2004-01-07  David Schleef  <ds@schleef.org>
40097
40098         * configure.ac:
40099         * ext/Makefile.am:
40100         * ext/librfb/Makefile.am:
40101         * ext/librfb/gstrfbsrc.c:
40102         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40103         is the protocol used by VNC.
40104
40105 2004-01-07  David Schleef  <ds@schleef.org>
40106
40107         * gst/videofilter/gstvideotemplate.c:
40108         * gst/videofilter/gstvideotemplate.h:
40109         * gst/videofilter/make_filter:
40110         Merge videotemplate header into source file.
40111         * gst/effectv/Makefile.am:
40112         * gst/effectv/gsteffectv.c: (plugin_init):
40113         * gst/effectv/gstwarp.c:
40114         Make warpTV a subclass of videofilter.
40115
40116 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40117
40118         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40119           Add guard against invalid utf-8 conversions in mad. Just in case.
40120
40121 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40122
40123         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40124           Fix for bug shown by poisoning
40125
40126 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40127
40128         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40129         (gst_v4lmjpegsrc_buffer_free):
40130         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40131         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40132         (gst_v4lsrc_buffer_free):
40133           Fix for removed bufferpools.
40134
40135 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40136
40137         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40138         Fix caps negotiation.
40139
40140         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40141         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40142         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40143         (dvdnavsrc_event):
40144         * ext/mpeg2dec/gstmpeg2dec.c:
40145         * gst-libs/gst/navigation/navigation.c:
40146         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40147         * gst-libs/gst/navigation/navigation.h:
40148         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40149         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40151         Super-simple first version of mouse and keyboard events. Clicking
40152         on a DVD menu now works, although it may not take you where you
40153         expected.
40154
40155         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40156         * gst/videotestsrc/gstvideotestsrc.c:
40157         (gst_videotestsrc_src_fixate):
40158         These fixate functions were broken - they never actually
40159         fixated :)
40160
40161 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40162
40163         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40164         (gst_icecastsend_init):
40165           fix for new caps system.
40166         * gst-libs/gst/mixer/mixertrack.h:
40167         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40168           Add 'master track' flag (for tools like ACME that only want to
40169           change the main volume).
40170
40171 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40172
40173         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40174         (gst_xvid_csp_to_caps):
40175         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40176         * ext/xvid/gstxvidenc.c:
40177         ifdef out ARGB type when it isn't available
40178         in xvidcore 1.0.0beta2
40179
40180 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40181
40182         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40183           When we have received a new SCR right in the first buffer after
40184           a seek (so in the same cycle that handles the discont), we should
40185           handle the buffer instead of unreffing it, else we lose data.
40186
40187 2004-01-06  Iain <iain@prettypeople.org>
40188
40189         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40190           buffer-frames caps too.
40191
40192         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40193           caps that we need, don't destroy them all and rebuild them. And when
40194           creating src pads, use the src pad template rather than the sink...
40195
40196 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40197
40198         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40199           Add pad to element *after* setting functions such as event handler.
40200           Without this, the scheduler (opt) will link pads, set the event
40201           handler from the default event function (dispatcher in gstpad.c)
40202           and *after* that, we will set our own event function, which will
40203           thus never be used (and thus mpegdemux doesn't handle events).
40204
40205 2004-01-04  David Schleef  <ds@schleef.org>
40206
40207         Fix the fixate functions to handle new prototype:
40208         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40209         * gst/videotestsrc/gstvideotestsrc.c:
40210         (gst_videotestsrc_src_fixate):
40211         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40212         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40214
40215 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40216
40217         * sys/ximage/ximagesink.h:
40218         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40219         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40220         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40221         (gst_ximagesink_xoverlay_init):
40222           assorted fixes to make (re)embedding work
40223         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40224         (gst_ximagesink_get_desired_size):
40225           implement desired size additions to XOverlay
40226
40227 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40228
40229         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40230         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40231         (gst_x_overlay_got_desired_size):
40232         * gst-libs/gst/xoverlay/xoverlay.h:
40233           Add optional "desired size" signal and querying.
40234
40235 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40236
40237         * gst/matroska/matroska-demux.c:
40238         (gst_matroska_demux_parse_blockgroup):
40239           Fix EBML-laced block parsing. Diffs are relative to previous
40240           lace, not the first lace. Thanks to Mosu from the Matroska
40241           team for detecting this.
40242         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40243         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40244         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40245         (gst_wavparse_change_state):
40246         * gst/wavparse/gstwavparse.h:
40247           Quickfix for capsnego.
40248
40249 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40250
40251         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40252           Fix indenting, fix pad creation.
40253
40254 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40255
40256         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40257         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40258         (gst_xviddec_sink_link):
40259           Implement src_getcaps() so proper size caps is negotiated.
40260
40261 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40262
40263         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40264           Finish flac decoder on EOS. See #116178.
40265
40266 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40267
40268         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40269         (gst_matroska_demux_add_stream):
40270         * gst/matroska/matroska-ids.h:
40271           Add getcaps() function to fix capsnego...
40272
40273 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40274
40275         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40276         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40277         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40278           Fix more integer overflows. Again, see #126967.
40279
40280 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40281
40282         * ext/mpeg2dec/gstmpeg2dec.c:
40283           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40284           #130416.
40285
40286 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40287
40288         * configure.ac:
40289         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40290         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40291         * ext/xvid/gstxvid.h:
40292         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40293         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40294         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40295         (gst_xviddec_change_state):
40296         * ext/xvid/gstxviddec.h:
40297         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40298         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40299         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40300         (gst_xvidenc_link), (gst_xvidenc_set_property),
40301         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40302         * ext/xvid/gstxvidenc.h:
40303           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40304
40305 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40306
40307         * gst/rtp/rtp-packet.c:
40308           Add sys/types.h include, since OS X doesn't define in_addr_t
40309           in netinet/in.h, like it does on Linux (see #129600).
40310
40311 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40312
40313         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40314
40315         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40316           Correct logic of dispose function (see #129306).
40317
40318 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40319
40320         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40321         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40322         (gst_mpeg_parse_init):
40323         * gst/mpegstream/gstmpegparse.h:
40324           Remove clock (which was never provided, i.e. dead code), and
40325           also fix integer overflows at high PTS values (see #126967).
40326
40327 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40328
40329         * ext/flac/gstflacdec.c:
40330         * ext/libpng/gstpngenc.h:
40331         * ext/mikmod/gstmikmod.h:
40332           OS X fixes (see #126628).
40333
40334 2004-01-02  David Schleef  <ds@schleef.org>
40335
40336         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40337         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40338         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40339         (gst_mpeg_parse_class_init): Move pad template registration
40340         to class_init, since the derived class (mpegdemux) doesn't
40341         want them.
40342
40343 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40344
40345         * sys/ximage/Makefile.am:
40346         * sys/xvideo/Makefile.am:
40347         * sys/xvimage/Makefile.am:
40348           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40349           after installation (see #127664).
40350
40351 2004-01-02  David Schleef  <ds@schleef.org>
40352
40353         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40354         (gst_ffmpegenc_connect):  Negotiation fixes.
40355         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40356         Remove inappropriate gst_caps_free().
40357         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40358         Reenable Ronald's internal resize code, since the core handles
40359         it correctly now.
40360
40361 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40362
40363         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40364         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40366           Fix pad template stuff.
40367
40368 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40369
40370         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40371         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40372           fix signed integer reading/writing.
40373
40374 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40375
40376         * ext/alsa/README:
40377           Remove outdated document
40378
40379 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40380
40381         * gst/cutter/gstcutter.c: (gst_cutter_init):
40382           src pad was being created twice - oops.
40383
40384 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40385
40386         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40387           Comment out internal resize. It doesn't handle the resulting
40388           XEvent internally, does another try_set_caps() which leads to
40389           a really nice loop.
40390           Real fix will come when Julien and Dave are awake. ;).
40391
40392 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40393
40394         * ext/mpeg2enc/gstmpeg2enc.cc:
40395           fix const/nonconst compile issue.
40396
40397 2004-01-02  David Schleef  <ds@schleef.org>
40398
40399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40400         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40401         Add fixate function and a check for bad formats.
40402
40403 2004-01-01  David Schleef  <ds@schleef.org>
40404
40405         Negotiation fixes:
40406         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40407         (gst_audiofilter_init):
40408         * gst/debug/efence.c: (gst_efence_init):
40409         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40410         (gst_deinterlace_init):
40411         * gst/volume/gstvolume.c: (volume_connect):
40412
40413 2004-01-01  David Schleef  <ds@schleef.org>
40414
40415         Convert elements to use gst_pad_use_explicit_caps() where
40416         appropriate:
40417         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40418         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40419         (gst_afparse_open_file):
40420         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40421         (gst_afsrc_open_file):
40422         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40423         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40424         (gst_ffmpegdec_chain):
40425         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40426         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40427         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40428         (gst_gdk_pixbuf_chain):
40429         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40430         (gst_jpegdec_chain):
40431         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40432         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40433         (gst_mikmod_negotiate):
40434         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40435         (gst_mpeg2dec_negotiate_format):
40436         * ext/mpeg2enc/gstmpeg2enc.cc:
40437         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40438         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40439         (gst_speexdec_sinkconnect):
40440         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40441         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40442         (gst_vorbisfile_new_link):
40443         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40444         (gst_ac3parse_chain):
40445         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40446         (gst_asf_demux_setup_pad):
40447         * gst/auparse/gstauparse.c: (gst_auparse_init),
40448         (gst_auparse_chain):
40449         * gst/id3/gstid3types.c: (gst_id3types_loop):
40450         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40451         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40452         (mp1videoparse_parse_seq):
40453         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40454         (bpf_from_header):
40455         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40456         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40457         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40458         (gst_mpeg_parse_send_data):
40459         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40460         (gst_qtdemux_add_stream):
40461         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40462         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40463         (gst_wavparse_parse_fmt):
40464
40465 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40466
40467         * configure.ac:
40468           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40469           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40470           it therefore uses the wrong include paths. Too bad... Note
40471           that 1.6.1.93 is not release yet. ;).
40472           Also add a check for mplex, which is now using the lib'ified
40473           mplex from mjpegtools, too.
40474         * ext/ffmpeg/gstffmpegcodecmap.c:
40475           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40476           issues. I don't think ffmpeg handles 3ivx correctly, so this
40477           probably won't work. But it won't hurt either.
40478         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40479         (gst_ffmpegdec_chain):
40480         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40481         (gst_ffmpegenc_chain_audio):
40482           Fix memleak in audio encoding. Close codec if open fails, this
40483           calls the cleanup routines so we can re-use the context.
40484         * ext/mpeg2enc/gstmpeg2enc.cc:
40485           Fix pad template names/types, fix memory issue with getcaps().
40486         * ext/mpeg2enc/gstmpeg2encoder.cc:
40487         * ext/mpeg2enc/gstmpeg2encoder.hh:
40488           Fix compile issue with new caps system (const thingy).
40489         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40490         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40491           We read a first frame right on initing, so that we have a caps
40492           when we init the output. This caps is cached in padprivate and
40493           read as first frame.
40494         * ext/mplex/Makefile.am:
40495         * ext/mplex/gstmplex.cc:
40496         * ext/mplex/gstmplex.h:
40497         * ext/mplex/gstmplex.hh:
40498         * ext/mplex/gstmplexibitstream.cc:
40499         * ext/mplex/gstmplexibitstream.hh:
40500         * ext/mplex/gstmplexjob.cc:
40501         * ext/mplex/gstmplexjob.hh:
40502         * ext/mplex/gstmplexoutputstream.cc:
40503         * ext/mplex/gstmplexoutputstream.hh:
40504           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40505           had issues, didn't do capsnego, supported only a subset of the
40506           mplex features and required a mplex fork in our local CVS. Plus
40507           that it worked agaist a very old mplex version. Rewriting was
40508           faster than updating it.
40509         * gst-libs/ext/Makefile.am:
40510         * gst-libs/ext/mplex/INSTRUCT:
40511         * gst-libs/ext/mplex/Makefile.am:
40512         * gst-libs/ext/mplex/README:
40513         * gst-libs/ext/mplex/TODO:
40514         * gst-libs/ext/mplex/ac3strm_in.cc:
40515         * gst-libs/ext/mplex/audiostrm.hh:
40516         * gst-libs/ext/mplex/audiostrm_out.cc:
40517         * gst-libs/ext/mplex/aunit.hh:
40518         * gst-libs/ext/mplex/bits.cc:
40519         * gst-libs/ext/mplex/bits.hh:
40520         * gst-libs/ext/mplex/buffer.cc:
40521         * gst-libs/ext/mplex/buffer.hh:
40522         * gst-libs/ext/mplex/fastintfns.h:
40523         * gst-libs/ext/mplex/format_codes.h:
40524         * gst-libs/ext/mplex/inputstrm.cc:
40525         * gst-libs/ext/mplex/inputstrm.hh:
40526         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40527         * gst-libs/ext/mplex/mjpeg_logging.cc:
40528         * gst-libs/ext/mplex/mjpeg_logging.h:
40529         * gst-libs/ext/mplex/mjpeg_types.h:
40530         * gst-libs/ext/mplex/mpastrm_in.cc:
40531         * gst-libs/ext/mplex/mpegconsts.cc:
40532         * gst-libs/ext/mplex/mpegconsts.h:
40533         * gst-libs/ext/mplex/mplexconsts.hh:
40534         * gst-libs/ext/mplex/multplex.cc:
40535         * gst-libs/ext/mplex/outputstream.hh:
40536         * gst-libs/ext/mplex/padstrm.cc:
40537         * gst-libs/ext/mplex/padstrm.hh:
40538         * gst-libs/ext/mplex/stillsstream.cc:
40539         * gst-libs/ext/mplex/stillsstream.hh:
40540         * gst-libs/ext/mplex/systems.cc:
40541         * gst-libs/ext/mplex/systems.hh:
40542         * gst-libs/ext/mplex/vector.cc:
40543         * gst-libs/ext/mplex/vector.hh:
40544         * gst-libs/ext/mplex/videostrm.hh:
40545         * gst-libs/ext/mplex/videostrm_in.cc:
40546         * gst-libs/ext/mplex/videostrm_out.cc:
40547         * gst-libs/ext/mplex/yuv4mpeg.cc:
40548         * gst-libs/ext/mplex/yuv4mpeg.h:
40549         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40550         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40551           We don't fork mjpegtools' mplex in our CVS anymore.
40552         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40553         (gst_avi_demux_add_stream):
40554         * gst/avi/gstavidemux.h:
40555           Add getcaps() function for proper caps nego. This makes some
40556           parts of AVI playback/reading work.
40557         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40558           Resize window on new capsnego. This is probably wrong, but
40559           I'm still committing it because with current capsnego, the
40560           first successfull capsnego is auto-fixated, therefore rounded
40561           down to the lowest values in the caps. this results in a 16x16
40562           XWindow that is not reized when real capsnego finishes.
40563           Dave, I see more cases of this, do you know a proper solution?
40564         * tools/gst-launch-ext.in:
40565           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40566
40567 2003-12-31  David Schleef  <ds@schleef.org>
40568
40569         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40570         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40571           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40572
40573 2003-12-30  David Schleef  <ds@schleef.org>
40574
40575         * ext/ffmpeg/gstffmpegcolorspace.c:
40576         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40577         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40578         (gst_ffmpegcsp_chain): Negotiation fixes
40579         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40580         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40581         (gst_audio_convert_link), (gst_audio_convert_channels):
40582         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40583         (gst_audioscale_link), (gst_audioscale_get_buffer),
40584         (gst_audioscale_chain): Negotiation fixes
40585         * gst/audioscale/gstaudioscale.h:
40586         * gst/videofilter/gstvideofilter.c:
40587         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40588         (gst_videofilter_link), (gst_videofilter_init),
40589         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40590         (gst_videofilter_find_format_by_structure):
40591         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40592         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40593         (gst_videoscale_link):
40594         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40595         (videoscale_find_by_structure), (gst_videoscale_setup):
40596         * gst/videoscale/videoscale.h: Negotiation fixes
40597         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40598         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40599         function, restrict resizing to a multiple of 4 (hack until
40600         everyone supports odd sizes correctly).
40601
40602 2003-12-29  Colin Walters  <walters@verbum.org>
40603
40604         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40605         signed.
40606
40607 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40608
40609         * ext/sndfile/gstsf.c: (gst_sf_loop):
40610           Fix warning about discarding const qualifier
40611
40612 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40613
40614         * gst/cutter/gstcutter.c:
40615         * gst/videoscale/gstvideoscale.c:
40616         * gst/volenv/gstvolenv.c:
40617         * gst-libs/gst/audio/audio.c:
40618         * gst-libs/gst/video/video.c:
40619           Fix warnings
40620
40621 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40622
40623         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40624           Don't send ALSA debugging to stderr.
40625         * ext/alsa/gstalsa.h:
40626           Use GST_WARNING instead of g_warning when ALSA functions fail.
40627
40628 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40629
40630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40631           Free XVAdapterInfo correctly.
40632
40633 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40634
40635         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40636         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40637           Make id3tag use correct caps nego.
40638
40639 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40640
40641         * ext/ivorbis/vorbis.c:
40642         * ext/ivorbis/vorbisenc.h:
40643         * ext/ivorbis/vorbisfile.c:
40644           Modify so that it uses the new caps things
40645
40646 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40647
40648         * testsuite/spider/spider1.c: (main):
40649         * testsuite/spider/spider2.c: (main):
40650         * testsuite/spider/spider3.c: (main):
40651           Make tests compile again. They probably don't work.
40652
40653 2003-12-24  Colin Walters  <walters@verbum.org>
40654
40655         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40656         we can't fixate the caps anymore.
40657
40658 2003-12-23  David Schleef  <ds@schleef.org>
40659
40660         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40661         * sys/oss/gstosssink.c: (gst_osssink_init),
40662         (gst_osssink_sink_fixate): Add fixate function.
40663
40664 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40665
40666         * ext/ffmpeg/gstffmpegcodecmap.c:
40667         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40668         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40669         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40670         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40671         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40672         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40673         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40674           fix typo in RGB masks, and move back to "old" colorspace
40675           capsnego code until whoever wrote this new crap has actually
40676           tested it so that it works.
40677           And yes, this works, keep it that way please.
40678
40679 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40680
40681         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40682         (gst_divxdec_init), (gst_divxdec_negotiate):
40683         * ext/divx/gstdivxdec.h:
40684         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40685         (gst_divxenc_init):
40686         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40687         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40688         * ext/mpeg2enc/gstmpeg2enc.cc:
40689         * ext/mpeg2enc/gstmpeg2encoder.cc:
40690         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40691         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40692         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40693         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40694         (dxr3spusink_init):
40695         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40696         (dxr3videosink_init):
40697           Fix caps breakage after Dave's caps branch merge.
40698
40699 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40700
40701         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40702           Fix for 24bpp display.
40703
40704 2003-12-23  Colin Walters  <walters@verbum.org>
40705
40706         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40707         a GnomeVFSHandle directly.
40708
40709 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40710
40711         * gst/volume/Makefile.am:
40712         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40713         (volume_base_init), (volume_init):
40714           Reenable volume element and fix to work with new caps stuff.
40715           Rhythmbox needs this.
40716
40717 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40718
40719         * gst/qtdemux/qtdemux.c: (plugin_init):
40720           qtdemux requires bytestream
40721
40722 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40723
40724         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40725           Fix remaining caps handling errors due to CAPS merge.
40726
40727 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40728
40729         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40730         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40731         (gst_faad_srcconnect):
40732           Port to new caps system.
40733
40734 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40735
40736         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40737         (got_video_size), (main): using g_print instead of g_message.
40738         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40739         signal which was not emitted because of "switch" element added to the
40740         bin but not connected. (Removing from the bin temporarily)
40741
40742 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40743
40744         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40745         find X development files. I don't understand the previous tests and
40746         they fail on my debian/ppc unstable. This one works.
40747         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40748         exiting.
40749         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40750         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40751         (gst_play_set_visualization): Add some safety checks in set_ methods
40752         and state_change. This was throwing some ugly CRITICAL messages when
40753         pipeline was getting disposed and casts were failing.
40754
40755 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40756
40757         * configure.ac:
40758           Improve mpeg2enc detection. This is for distributions that do
40759           ship mjpegtools, but without mpeg2enc. Also does object check
40760           for might there ever be ABI incompatibility.
40761         * ext/mpeg2enc/gstmpeg2enc.cc:
40762           Add Andrew as second maintainer (he's helping me), and also add
40763           an error if no caps was set. This happens if I pull before capsnego
40764           and that's something I should solve sometime else.
40765         * gst/matroska/matroska-demux.c:
40766         (gst_matroska_demux_parse_blockgroup):
40767           Fix time parsing.
40768         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40769         (gst_matroska_mux_track_header):
40770           Add caps to templates.
40771         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40772           Add mpegversion=1 to prevent confusion with MPEG/AAC.
40773         * gst/mpegstream/gstmpegdemux.c:
40774           Remove layer since it causes warnings about unfixed caps.
40775         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40776           Fix obvious typo (we error out if caps were set, we should of
40777           course error out if *no* caps were set).
40778         * sys/oss/gstosselement.c: (gst_osselement_convert):
40779           Fix format conversion, we confused bits/bytes.
40780         * sys/oss/gstosselement.h:
40781           Improve documentation for 'bps'.
40782         * sys/v4l/TODO:
40783           Remove stuff about plugins that need removing - this was done
40784           ages ago.
40785         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
40786         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
40787         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
40788         (gst_v4lsrc_src_query):
40789         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
40790         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
40791           Add get_query_types(), get_formats() and query() functions.
40792
40793 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
40794
40795         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
40796           * moved CVS to freedesktop.org