4fa2ccd2f93eb2edd2eb4a42cb3a7124390f3258
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4         (gst_basertppayload_sink_setcaps),
5         (gst_basertppayload_sink_getcaps):
6         Rename the setcaps/getcaps function internally to make it clear that
7         they are called for the sink pad.
8
9 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
10
11         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12         (gst_base_rtp_depayload_class_init),
13         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
14         (gst_base_rtp_depayload_packet_lost),
15         (gst_base_rtp_depayload_set_gst_timestamp):
16         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17         Catch packet-lost events from the jitterbuffer and convert them into a
18         vmethod call (lost-packet) so that depayloaders can do something smart.
19         Also add a default packet-lost function that sends out a segment update
20         to the decoders.
21
22 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
23
24         * gst/playback/test4.c:
25         * gst/playback/test5.c:
26         * gst/playback/test6.c:
27         * gst/playback/test7.c:
28           Also include config.h when relying on defines from it. Fixes the
29           build. Its been a please to serve :)
30
31 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
32
33         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
34         (paint_setup_NV21), (paint_hline_NV12_NV21):
35         Add support for NV12 and NV21 in videotestsrc
36
37 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
38
39         * gst/videoscale/gstvideoscale.c:
40         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
41         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
42         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
43         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
44         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
45         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
46         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
47         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
48         (vs_image_scale_linear_RGB555):
49         Support 1x1 images as input and output as for example the BBC HQ new
50         streams have 1x1 GIFs in the playlists for some reason.
51
52 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
53
54         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
55           (try_to_link_1):
56           If we can't activate one of the decoders we plugged in (such as,
57           say, musepackdec) for some reason (it might not support push mode,
58           for example), remove any pad probes that close_pad_link() might
59           have set up. This makes sure we later don't try to remove a probe
60           for a pad that doesn't exist any longer, and avoids nast warnings
61           and probably other things too.
62
63 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
64
65         * gst/typefind/gsttypefindfunctions.c:
66           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
67           (plugin_init):
68           Rework mpeg video stream typefinding a bit more: make sure sequence,
69           GOP, picture and slice headers appear in the order they should and
70           that we've in fact at least had one of each; fix picture header
71           detection; decouple picture and slice header check - don't assume
72           they're at a fixed offset, there may be extra data in between. Also,
73           announce varying degrees of probability depending on what we found
74           exactly (multiple pictures, at least one picture, just sequence and
75           GOP headers). Finally, in _ensure_data(), take into account that we
76           might be typefinding smaller amounts of data, such as the first
77           buffer of a stream, so fall back to the minimum size needed as long
78           as that's available, instead of erroring out if there's less than
79           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
80           fuzzed file from #399342 as valid.
81
82 2008-04-30  Michael Smith <msmith@songbirdnest.com>
83
84         * ext/theora/theoradec.c:
85           Cool kids don't divide by zero.
86           Treat PAR of x:0 as 1:1.
87           Fixes #530719.
88
89 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
90
91         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
92           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
93           (mpeg_video_stream_type_find):
94           Refactor a bit: use context structure to track parsing offset and
95           size of available data and make the code a bit clearer. Fixes bad
96           memory access in #356937.
97
98 2008-04-28  Michael Smith <msmith@songbirdnest.com>
99
100         * gst/playback/test4.c:
101         * gst/playback/test5.c:
102         * gst/playback/test6.c:
103         * gst/tcp/gstmultifdsink.c:
104           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
105           is defined.
106
107 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
108
109         * gst-libs/gst/audio/gstbaseaudiosink.h:
110         Clarify some docs.
111
112         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
113         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
114         (gst_base_audio_src_set_slave_method),
115         (gst_base_audio_src_get_slave_method),
116         (gst_base_audio_src_set_property),
117         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
118         * gst-libs/gst/audio/gstbaseaudiosrc.h:
119         Add property and methods for selecting the clock slave method in the
120         source, like in the sink.
121         We only implement "none" and "re-timestamp" for now.
122         API: gst_base_audio_src_set_slave_method()
123         API: gst_base_audio_src_get_slave_method()
124
125 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
126
127         * gst-libs/gst/rtp/gstrtpbuffer.c:
128         Fix the docs about the seqnum compare function, it returns a difference.
129
130 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
131
132         * ext/alsa/gstalsadeviceprobe.c:
133         (gst_alsa_get_device_list): Don't return before freeing up
134         the allocated structures.
135
136 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
137
138         * gst/playback/gstplaybin.c:
139           Remove obsolete streaminfo code and fix a leak. Fixes #529546
140
141 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
142
143         * ext/ogg/gstoggdemux.c:
144           Revert the event part, that should not go in.
145
146 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
147
148         * ext/ogg/gstoggdemux.c:
149           Don't leak GstPluginFeatures when filtering.
150
151 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
152
153         * sys/xvimage/xvimagesink.c:
154           Add some logging for cases when grabbing the xv failed.
155
156 2008-04-21  David Schleef  <ds@schleef.org>
157
158         * ext/ogg/gstoggmux.c:
159           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
160           packet.  Should conform to what we currently think is the
161           final Ogg/Dirac muxing spec.
162
163 2008-04-21  David Schleef  <ds@schleef.org>
164
165         * sys/xvimage/xvimagesink.c:
166           Fix typo that causes the overlay keying color to bright green
167           on a 16-bit display.  Dark grey good.  Bright green bad.
168
169 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
170
171         * ext/gnomevfs/gstgnomevfsuri.c:
172           Add  FIXME comment about using uri-list for source and sink.
173
174 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
175
176         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
177         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
178         vaargs functions to gint. Otherwise the fractions will get 0 set
179         instead of the correct value on big endian systems. Fixes bug #529018.
180
181 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
182
183         * ext/gnomevfs/gstgnomevfssink.c:
184         (gst_gnome_vfs_sink_uri_get_protocols):
185         * ext/gnomevfs/gstgnomevfssrc.c:
186         (gst_gnome_vfs_src_uri_get_protocols):
187         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
188         (gst_gnomevfs_get_supported_uris):
189         Get the list of supported URI schemes in a threadsafe way and use the
190         same list for the source and sink.
191
192 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
193
194         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
195         (gst_gio_get_supported_protocols):
196         Don't generate a new supported protocols list on each call but cache
197         it. It's supposed to be static anyway, this way we only leak it once
198         per process.
199
200         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
201         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
202         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
203         (gst_gio_sink_start):
204         * ext/gio/gstgiosink.h:
205         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
206         (gst_gio_src_class_init), (gst_gio_src_finalize),
207         (gst_gio_src_set_property), (gst_gio_src_get_property),
208         (gst_gio_src_start):
209         * ext/gio/gstgiosrc.h:
210         API: Add "file" properties where one can set a GFile as source/destination.
211
212         Add locking to the properties and use gst_element_class_set_details_simple()
213         instead of a static GstElementDetails struct.
214
215 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
216
217         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
218         (plugin_init):
219         Add "mpp" and "mp+" as possible extensions for MusePack files.
220
221         Add typefinding for MusePack StreamVersion 8 files and include the
222         stream version in the caps.
223
224 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
225
226         * gst-libs/gst/rtp/gstrtppayloads.c:
227         (gst_rtp_payload_info_for_name):
228         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
229
230 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
231
232         * configure.ac:
233           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
234           (NB: this only affects compilation of some of the examples).
235           Remove some configure.ac cruft that's not needed any longer.
236
237 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
238
239         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
240         Don't validate the payload if there isn't any.
241         Fixes #525915
242
243 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
244
245         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
246         Use g_atomic_int_set() instead of gst_atomic_int_set().
247
248 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
249
250         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
251         Return NULL instead of a gchar * array with one NULL element if we
252         don't get any supported URI schemes from GIO.
253
254 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
255
256         * gst/audiotestsrc/gstaudiotestsrc.c:
257           Remove cpp style commented old code.
258
259 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
260
261         * gst/playback/gstdecodebin2.c:
262           Fix signal docs.
263
264 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
265
266         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
267           (gst_text_overlay_init):
268           Fix textoverlay unit test again by making the supposed default
269           value for the wait-text property the actual default value.
270           Also fix Since: tag for new property.
271
272 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
273
274         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
275           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
276           (gst_video_format_get_pixel_stride),
277           (gst_video_format_get_component_width),
278           (gst_video_format_get_component_height),
279           (gst_video_format_get_component_offset), (gst_video_format_get_size),
280           (gst_video_format_convert):
281           Add guards to these functions to ensure sane input values.
282
283         * tests/check/libs/video.c:
284           Fix unit test not to create caps with width=0 and height=0.
285
286 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
287
288         * docs/design/draft-keyframe-force.txt:
289         Fix typo.
290
291         * gst/playback/gstqueue2.c: (update_buffering),
292         (gst_queue_handle_src_query):
293         Set buffering mode in the messages.
294         Set buffering percent in the query.
295
296         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
297         (do_stream_buffering), (do_download_buffering), (msg_buffering):
298         Do some more fancy things based on the buffering method in use.
299
300 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
301
302         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
303         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
304         (msg_buffering), (main):
305         Add basic download reports to seek using the new buffering API.
306
307 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
308
309         * gst/playback/gstqueue2.c: (update_buffering),
310         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
311         (gst_queue_src_checkgetrange_function):
312         Include extra buffering stats in the buffering message.
313         Implement BUFFERING query.
314
315         * gst/playback/gsturidecodebin.c: (do_async_start),
316         (do_async_done), (type_found), (setup_streaming), (setup_source),
317         (gst_uri_decode_bin_change_state):
318         Only add decodebin2 when the type is found in streaming mode.
319         Make uridecodebin async to PAUSED even when we don't have decodebin2
320         added yet.
321
322 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
323
324         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
325         Filter cdda from the supported URI schemes. We can't support
326         musicbrainz tags and everything else one expects from a cdda source
327         with GIO. Fixes bug #526794.
328
329 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
330
331         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
332         (gst_xvimagesink_buffer_alloc):
333         Fix calculation of 'expected size' for YV12 buffers.
334         Be a little more verbose in the debug output for buffer-alloc'ed
335         buffers which turn out to have the wrong size.
336
337 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
338
339         * NEWS:
340         * RELEASE:
341         * gst-plugins-base.doap:
342           Merge other changes from 0.10.19 release branch.
343
344 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
345
346         * gst-libs/gst/audio/gstbaseaudiosink.c:
347           (gst_base_audio_sink_class_init):
348         * gst-libs/gst/audio/gstbaseaudiosrc.c:
349           (gst_base_audio_src_class_init):
350         * gst/playback/gstplayback.c: (plugin_init):
351         * gst/volume/gstvolume.c: (plugin_init):
352           Work around missing bits of thread-safety on older GLibs some
353           more to avoid assertions when starting up multiple playbin
354           objects concurrently (see #512382).
355
356 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
357
358         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
359           Remove some more fields.
360
361 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
362
363         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
364
365         * configure.ac:
366         Actually build dlls when cross-compiling with mingw32.
367         Fixes bug #526247.
368
369 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
370
371         * configure.ac:
372           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
373
374 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
375
376         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
377         (msg_buffering), (connect_bus_signals), (main):
378         Add statusbar.
379         Add buffering support with feedback in the statusbar.
380
381 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
382
383         * ext/ogg/gstoggmux.c:
384           Fix sample pipeline description.
385
386 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
387
388         * docs/plugins/Makefile.am:
389         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
390         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
391         * docs/plugins/gst-plugins-base-plugins-sections.txt:
392           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
393
394         * docs/plugins/gst-plugins-base-plugins.args:
395         * docs/plugins/gst-plugins-base-plugins.hierarchy:
396         * docs/plugins/gst-plugins-base-plugins.interfaces:
397         * docs/plugins/gst-plugins-base-plugins.prerequisites:
398         * docs/plugins/inspect/plugin-adder.xml:
399         * docs/plugins/inspect/plugin-alsa.xml:
400         * docs/plugins/inspect/plugin-audioconvert.xml:
401         * docs/plugins/inspect/plugin-audiorate.xml:
402         * docs/plugins/inspect/plugin-audioresample.xml:
403         * docs/plugins/inspect/plugin-audiotestsrc.xml:
404         * docs/plugins/inspect/plugin-cdparanoia.xml:
405         * docs/plugins/inspect/plugin-decodebin.xml:
406         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
407         * docs/plugins/inspect/plugin-gdp.xml:
408         * docs/plugins/inspect/plugin-gnomevfs.xml:
409         * docs/plugins/inspect/plugin-libvisual.xml:
410         * docs/plugins/inspect/plugin-ogg.xml:
411         * docs/plugins/inspect/plugin-pango.xml:
412         * docs/plugins/inspect/plugin-playback.xml:
413         * docs/plugins/inspect/plugin-queue2.xml:
414         * docs/plugins/inspect/plugin-subparse.xml:
415         * docs/plugins/inspect/plugin-tcp.xml:
416         * docs/plugins/inspect/plugin-theora.xml:
417         * docs/plugins/inspect/plugin-typefindfunctions.xml:
418         * docs/plugins/inspect/plugin-uridecodebin.xml:
419         * docs/plugins/inspect/plugin-video4linux.xml:
420         * docs/plugins/inspect/plugin-videorate.xml:
421         * docs/plugins/inspect/plugin-videoscale.xml:
422         * docs/plugins/inspect/plugin-videotestsrc.xml:
423         * docs/plugins/inspect/plugin-volume.xml:
424         * docs/plugins/inspect/plugin-vorbis.xml:
425         * docs/plugins/inspect/plugin-ximagesink.xml:
426         * docs/plugins/inspect/plugin-xvimagesink.xml:
427           Update introspection data.
428
429         * ext/ogg/gstoggmux.c:
430           Document oggmux.
431
432         * gst/playback/gstdecodebin2.c:
433           Don't use gtk-doc style comment start for private stuff, but make it
434           formatted like this for consistency.
435
436 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
437
438         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
439         (gst_decode_bin_init), (gst_decode_bin_dispose),
440         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
441         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
442         (analyze_new_pad), (connect_pad), (expose_pad),
443         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
444         (gst_decode_group_expose), (gst_decode_group_free),
445         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
446         Remove fakesink hack, we can now implement this more elegantly.
447         Added property to bypass typefinding.
448         Removed underrun callback and demuxer pad probe, we now use the srcpad
449         probe to expose groups.
450         API::sink-caps property
451
452         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
453         Guard against multiple emissions of the no_more_pads signal, which
454         happens when we are dealing with chained oggs.
455
456         * gst/playback/gsturidecodebin.c: (remove_decoders),
457         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
458         (setup_source):
459         For streams, use our own typefind element and plug our queue after it.
460         We will need this to determine the type of buffering to use for the
461         queue soon.
462
463 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
464
465         * gst-libs/gst/audio/gstbaseaudiosink.c:
466         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
467         Guard against over and underflows because of clock slaving.
468         When we are using our own clock, still compensate for any calibrations
469         that we might have done to our clock.
470
471 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
472
473         * ext/theora/theoradec.c: (theora_handle_type_packet),
474         (theora_dec_chain):
475         Don't try to do anything fancy with the return code from pushing an
476         event, it does not have enough information to turn it into a
477         GST_FLOW_ERROR.
478
479 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
480
481         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
482         (gst_ogg_demux_chain_elem_pad):
483         Add small debug line.
484         Pass return code from the internal decoder instead of the too generic
485         GST_FLOW_ERROR.
486
487 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
488
489         * gst-libs/gst/cdda/Makefile.am:
490         * gst-libs/gst/cdda/base64.c:
491         * gst-libs/gst/cdda/base64.h:
492         * gst-libs/gst/cdda/gstcddabasesrc.c:
493         (gst_cddabasesrc_calculate_musicbrainz_discid):
494         Use GLib's base64 implementation instead of our own.
495
496 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
497
498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
499         (gst_ogg_demux_read_chain):
500         Refix oggdemux, we only have a problem if we failed to find a chain and
501         we are not EOF.
502
503 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
504
505         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
506
507         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
508         (gst_ogg_demux_read_chain):
509         When we fail to find a BOS page and we and up with no chain, error out
510         properly instead of segfaulting. Fixes #525665.
511
512 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
513
514         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
515         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
516         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
517         no-more-pads...
518
519 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
520
521         * gst/playback/gstqueue2.c: (update_out_rates),
522         (gst_queue_open_temp_location_file),
523         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
524         (gst_queue_handle_src_query), (gst_queue_set_property):
525         Update the estimated input data when we push out a buffer.
526         Add some debug info about the temp file.
527         Only forward src events when we are not using a temp file.
528         Don't block the duration query, we need to find something better.
529         Don't leak the temp filename.
530
531 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
532
533         * configure.ac:
534         Require GLib 2.12 and liboil 0.3.14.
535
536         * gst/volume/gstvolume.c: (volume_process_double):
537         Unconditionally use liboil 0.3.14 function.
538
539 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
540
541         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
542         ms-gsm can have arbitrarty sample rates. See #481354.
543
544 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
545
546         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
547         MP4S is generic MPEG-4, not a microsoft variant.
548
549 2008-03-27  Michael Smith <msmith@fluendo.com>
550
551         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
552           Check the body CRC (if set) when depayloading.
553           Fixes #522401.
554
555 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
556
557         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
558           Fix Since: version for new property.
559
560 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
561
562         * gst-libs/gst/rtsp/gstrtspconnection.c:
563         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
564         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
565         Don't error when poll_wait returns EAGAIN.
566
567 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
568
569         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
570         The queue is never filled when there are no buffers in the queue at all.
571         Fixes #523993.
572
573 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
574
575         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
576         (init_group), (free_group), (gst_play_bin_init),
577         (gst_play_bin_finalize), (gst_play_bin_set_uri),
578         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
579         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
580         (gst_play_bin_set_current_video_stream),
581         (gst_play_bin_set_current_audio_stream),
582         (gst_play_bin_set_current_text_stream),
583         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
584         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
585         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
586         (activate_group), (deactivate_group), (setup_next_source),
587         (save_current_group), (gst_play_bin_change_state):
588         Update some docs.
589         Add new locks and conds to protect pipeline creation and group
590         switching.
591         Implement the sub-uri property.
592         Keep track of pending uridecodebin creation and configure the output
593         pipeline after all streams are configured.
594         Propagate subtitle encoding to the uridecodebins.
595         Implement getting the video/audio/visualisation elements.
596         Use input-selector for stream switching.
597         If we are asked to do visualisation, prefer to autoplug raw sinks
598         instead of sinks that accept encoded data.
599
600 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
601
602         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
603         (gst_play_sink_init), (gst_play_sink_dispose),
604         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
605         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
606         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
607         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
608         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
609         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
610         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
611         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
612         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
613         * gst/playback/gstplaysink.h:
614         Add methods to get audio/video/vis elements.
615         Add methods to set the font description for the overlay.
616         Remove properties, we're using this element with its methods only.
617         Add support for subtitles.
618         Rearrange the locking a bit to not use the object lock for protecting
619         the pipeline construction.
620         Try to use the volume and mute property on the sink when its available.
621         Implement the mute option with volume when the sink does not have a mute
622         property.
623         Only add volume element when the sink has no volume property.
624         Only do visualisations with raw audio pads.
625
626 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
627
628         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
629         (gst_text_overlay_init), (gst_text_overlay_set_property),
630         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
631         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
632         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
633         (gst_text_overlay_change_state):
634         * ext/pango/gsttextoverlay.h:
635         Add property to configure waiting for text on the textpad or not, with
636         the default behaviour being the old one (always wait for text before
637         rendering the video). This default behaviour is usually not the best one
638         because the text stream can very sparse and could require queueing a lot
639         of video.
640         Fix the flushing and EOS handing so that we don't mix up their meaning.
641
642 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
643
644         * gst/playback/gsturidecodebin.c:
645         (gst_uri_decode_bin_autoplug_factories),
646         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
647         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
648         (gst_uri_decode_bin_set_property),
649         (gst_uri_decode_bin_get_property), (no_more_pads_full),
650         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
651         (proxy_autoplug_factories_signal), (make_decoder),
652         (source_new_pad), (setup_source):
653         Add a readonly source property and notify.
654         Add new lock for protecting the construction of the pipeline.
655         Keep track of the decodebins we plugged.
656         Correctly proxy the autoplug signal so that it actually continues.
657         Proxy subtitle-encoding to the decodebins.
658
659 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
660
661         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
662         (text_toggle_cb), (update_streams), (main):
663         Rearrange some buttons in playbin2 and make some other boxes insensitive
664         when needed.
665         Add language codes to subtitle selection boxes when we gind the right
666         tags for the streams.
667
668 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
669
670         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
671         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
672         (gst_decode_bin_set_subs_encoding),
673         (gst_decode_bin_get_subs_encoding),
674         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
675         (deactivate_free_recursive):
676         Protect caps property with the object lock.
677         Protect encoding property with the object lock.
678         Keep list of elements we added that have the subtitle-encoding property.
679         Distribute the subtitle-encoding to all of the elements when it
680         changes.
681
682 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
683
684         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
685         Small debug improvement.
686
687         * gst-libs/gst/audio/gstbaseaudiosink.c:
688         (gst_base_audio_sink_render):
689         Fix bug in determining the sample start/stop position, we want to base
690         this decision on the fact that we are going forwards or backwards, not
691         slower or faster. This fixes some ugly resync warnings when playing at
692         very slow speeds.
693
694 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
695
696         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
697         Correctly set the supported URI schemes and don't leave
698         some schemes in the middle or at the start at NULL.
699
700 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
701
702         * tests/check/elements/gdpdepay.c:
703           Make test compile without unused function/variable warnings on PPC.
704  
705 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
706
707         * configure.ac:
708         * ext/alsa/gstalsamixerelement.c:
709         (gst_alsa_mixer_element_class_init):
710         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
711         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
712         * ext/cdparanoia/gstcdparanoiasrc.c:
713         (gst_cd_paranoia_src_class_init):
714         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
715         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
716         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
717         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
718         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
719         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
720         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
721         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
722         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
723         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
724         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
725         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
726         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
727         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
728         (gst_audio_filter_template_class_init):
729         * gst-libs/gst/audio/gstbaseaudiosink.c:
730         (gst_base_audio_sink_class_init):
731         * gst-libs/gst/audio/gstbaseaudiosrc.c:
732         (gst_base_audio_src_class_init):
733         * gst-libs/gst/cdda/gstcddabasesrc.c:
734         (gst_cdda_base_src_class_init):
735         * gst-libs/gst/interfaces/mixertrack.c:
736         (gst_mixer_track_class_init):
737         * gst-libs/gst/rtp/gstbasertpdepayload.c:
738         (gst_base_rtp_depayload_class_init):
739         * gst-libs/gst/rtp/gstbasertppayload.c:
740         (gst_basertppayload_class_init):
741         * gst/audioconvert/gstaudioconvert.c:
742         (gst_audio_convert_class_init):
743         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
744         * gst/audioresample/gstaudioresample.c:
745         (gst_audioresample_class_init):
746         * gst/audiotestsrc/gstaudiotestsrc.c:
747         (gst_audio_test_src_class_init):
748         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
749         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
750         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
751         (preroll_unlinked):
752         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
753         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
754         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
755         * gst/playback/gstqueue2.c: (gst_queue_class_init):
756         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
757         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
758         (gst_stream_selector_class_init):
759         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
760         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
761         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
762         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
763         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
764         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
765         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
766         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
767         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
768         * gst/videotestsrc/gstvideotestsrc.c:
769         (gst_video_test_src_class_init):
770         * gst/volume/gstvolume.c: (gst_volume_class_init):
771         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
772         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
773         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
774         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
775         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
777         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
778         static strings (i.e. all). This gives us less memory usage,
779         fewer allocations and thus less memory defragmentation. Depend
780         on core CVS for this. Fixes bug #523806.
781
782 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
783
784         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
785         Filter http and https protocols. GIO/GVfs handles them but it's
786         impossible to implement iradio/icecast with it. Better use
787         souphttpsrc or something else for this.
788
789         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
790         If getting the file informations by a query fails try it with the
791         seek-to-end trick too.
792
793 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
794
795         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
796         (gst_volume_base_init), (gst_volume_class_init),
797         (volume_process_double), (volume_process_float),
798         (volume_transform_ip), (plugin_init):
799         memset buffers to zero if we get a GAP buffer. We usually see a
800         buffer as one unit so let's handle it as one and don't care about
801         volume changes while processing one buffer.
802         Also clean up some stuff a bit.
803
804 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
805
806         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
807         (gst_audio_convert_create_silence_buffer),
808         (gst_audio_convert_transform):
809         Make audioconvert GAP-aware by outputting silence buffers when the
810         input has the GAP flag set. This is up to 8x faster.
811         Based on a patch by Stefan Kost. Fixes bug #517813.
812
813 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
814
815         * gst/volume/gstvolume.c: (volume_process_double):
816         Use oil_scalarmultiply_f64_ns() for double processing when it's
817         available at compile time.
818
819 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
820
821         * configure.ac:
822         Fix lrint/lrintf checks to actually work. These functions are
823         in libm on Linux at least so try to link to it.
824
825 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
826
827         * configure.ac:
828         Back to development - 0.10.18.1
829
830 === release 0.10.18 ===
831
832 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
833
834         * configure.ac:
835           releasing 0.10.18, "I will follow"
836
837 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
838
839         * configure.ac:
840         * win32/common/config.h:
841         0.10.17.4 pre-release
842
843 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
844
845         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
846         Use GST_STR_NULL when trying to print strings that could be NULL because
847         this might crash on some platforms. See #520808.
848
849 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
850
851         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
852
853         * gst-libs/gst/rtsp/gstrtspconnection.c:
854         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
855         (read_line), (gst_rtsp_connection_read_internal):
856         Generic Windows fixes that makes libgstrtsp work on Windows when
857         coupled with the new GstPoll API. See #520808.
858
859 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
860
861         Patch by: Milosz Derezynski <internalerror at gmail dot com>
862
863         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
864           If seeking to a new position succeeds don't simply return from
865           create() without creating a buffer. Do this only in the case
866           seeking to the new position fails. Fixes bug #523054.
867
868 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
869
870         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
871           (gst_video_format_from_rgba32_masks):
872           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
873           (#522635).
874
875         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
876           Add unit test for the RGB caps parsing and creation, checking for
877           internal consistency of the new API and consistency of the API with
878           the old GST_VIDEO_CAPS_* defines.
879
880 2008-03-14  David Schleef  <ds@schleef.org>
881
882         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
883           because -base is in freeze.
884
885 2008-03-14  David Schleef  <ds@schleef.org>
886
887         Patch by: William M. Brack
888
889         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
890
891 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
892
893         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
894         (gst_selector_pad_chain):
895         * gst/playback/gststreamselector.h:
896         Revert change that caused regression until a real fix is found.
897         Fixes #522203.
898
899 2008-03-12  Michael Smith <msmith@fluendo.com>
900
901         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
902         * gst-libs/gst/audio/gstringbuffer.h:
903           Rename recently added buffer types to make more sense.
904         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
905         (gst_alsasink_write):
906           Adapt for above API changes.
907           Fixes bug #520523.
908
909 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
910
911         * win32/common/libgstnetbuffer.def:
912         Add new symbol gst_netaddress_equal. Fixes bug #521743.
913
914 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
915
916         * configure.ac:
917         * win32/common/config.h:
918         0.10.17.3 pre-release
919
920 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
921
922         * gst-libs/gst/audio/gstbaseaudiosrc.c:
923         (gst_base_audio_src_create):
924         Fix duration when no clock was provided. Fixes #520300.
925
926 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
927
928         Patch by: Olivier Crete  <tester at tester ca>
929
930         * docs/libs/gst-plugins-base-libs-sections.txt:
931         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
932         * gst-libs/gst/netbuffer/gstnetbuffer.h:
933         Add trivial function to compare GstNetAddress. See #520626.
934         API: GstNetBuffer::gst_netaddress_equal
935
936 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
937
938         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
939         Update mode property docs, it's deprecated now.
940
941 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
942
943         * gst-libs/gst/rtsp/gstrtspconnection.c:
944         (gst_rtsp_connection_create):
945         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
946         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
947         * gst/tcp/gstmultifdsink.h:
948         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
949         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
950         Remove GstPollMode from gstpoll constructor.
951
952 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
953
954         * configure.ac:
955         * win32/common/config.h:
956         0.10.17.2 pre-release
957
958 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
959
960         * gst/Makefile.am:
961         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
962         them twice
963
964         * win32/common/libgstinterfaces.def:
965         * win32/common/libgstrtp.def:
966         Add new API to the defs
967
968 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
969
970         Patch by: Mersad Jelacic  <mersad at axis dot com>
971
972         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
973         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
974         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
975         possible to specify the sample size in bits. (#509637)
976
977 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
978
979         * tests/check/libs/mixer.c:
980           Add a few simple checks for the new message types.
981
982 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
983
984         * docs/libs/gst-plugins-base-libs-sections.txt:
985         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
986           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
987           (gst_mixer_message_get_type),
988           (gst_mixer_message_parse_option_changed),
989           (gst_mixer_message_parse_options_list_changed):
990         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
991           (GST_MIXER_MESSAGE_OPTION_CHANGED),
992           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
993           (GST_MIXER_MESSAGE_MIXER_CHANGED):
994           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
995           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
996
997 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
998
999         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
1000           (gst_mixer_options_get_values):
1001         * gst-libs/gst/interfaces/mixeroptions.h:
1002           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
1003           (_GstMixerOptions), (_GstMixerOptionsClass):
1004           API: add GstMixerOptions::get_values vfunc (#519906)
1005
1006 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
1007
1008         * configure.ac:
1009         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
1010         plug-ins are included/excluded. (#498222)
1011
1012 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
1013
1014         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1015         Add typefinder for IMelody files, using audio/x-imelody.
1016         See bug #519516.
1017
1018 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
1019
1020         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
1021         * ext/alsa/gstalsasink.c: (set_hwparams):
1022         * ext/alsa/gstalsasrc.c: (set_hwparams):
1023         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
1024         * ext/ogg/gstoggmux.h:
1025         * ext/ogg/gstogmparse.c:
1026         * gst-libs/gst/audio/audio.c:
1027         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
1028         * gst-libs/gst/pbutils/missing-plugins.c:
1029         (gst_missing_uri_sink_message_new),
1030         (gst_missing_element_message_new),
1031         (gst_missing_decoder_message_new),
1032         (gst_missing_encoder_message_new):
1033         * gst-libs/gst/rtp/gstbasertppayload.c:
1034         * gst-libs/gst/rtp/gstrtcpbuffer.c:
1035         (gst_rtcp_packet_bye_get_reason):
1036         * gst/audioconvert/gstaudioconvert.c:
1037         * gst/audioresample/gstaudioresample.c:
1038         * gst/ffmpegcolorspace/imgconvert.c:
1039         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
1040         * gst/typefind/gsttypefindfunctions.c:
1041         * gst/videoscale/vs_4tap.c:
1042         * gst/videoscale/vs_4tap.h:
1043         * sys/v4l/gstv4lelement.c:
1044         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
1045         * sys/v4l/v4l_calls.c:
1046         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
1047         (gst_v4lsrc_try_capture):
1048         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1049         (gst_ximagesink_ximage_new):
1050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1051         (gst_xvimagesink_xvimage_new):
1052         * tests/check/elements/audioconvert.c:
1053         * tests/check/elements/audioresample.c:
1054         (fail_unless_perfect_stream):
1055         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
1056         * tests/check/elements/decodebin.c:
1057         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1058         (setup_gdpdepay_streamheader):
1059         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
1060         (setup_gdppay_streamheader):
1061         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
1062         * tests/check/elements/multifdsink.c: (setup_multifdsink):
1063         * tests/check/elements/textoverlay.c:
1064         * tests/check/elements/videorate.c: (setup_videorate):
1065         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
1066         * tests/check/elements/volume.c: (setup_volume):
1067         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
1068         * tests/check/elements/vorbistag.c:
1069         * tests/check/generic/clock-selection.c:
1070         * tests/check/generic/states.c: (setup), (teardown):
1071         * tests/check/libs/cddabasesrc.c:
1072         * tests/check/libs/video.c:
1073         * tests/check/pipelines/gio.c:
1074         * tests/check/pipelines/oggmux.c:
1075         * tests/check/pipelines/simple-launch-lines.c:
1076         (simple_launch_lines_suite):
1077         * tests/check/pipelines/streamheader.c:
1078         * tests/check/pipelines/theoraenc.c:
1079         * tests/check/pipelines/vorbisdec.c:
1080         * tests/check/pipelines/vorbisenc.c:
1081         * tests/examples/seek/scrubby.c:
1082         * tests/examples/seek/seek.c: (query_positions_elems),
1083         (query_positions_pads):
1084         * tests/icles/stress-xoverlay.c: (myclock):
1085         Correct all relevant warnings found by the sparse semantic code
1086         analyzer. This include marking several symbols static, using
1087         NULL instead of 0 for pointers and using "foo (void)" instead
1088         of "foo ()" for declarations.
1089
1090         * win32/common/libgstrtp.def:
1091         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
1092
1093 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1094
1095         Patch by: José Alburquerque <jaalburqu svn gnome org>
1096
1097         * gst/playback/gstplaybin2.c:
1098           Make the function signature of the _get_*_tags() functions match
1099           the signature of the vfuncs they implement, ie. return a
1100           GstTagList rather than a GstStructure, which is more correct,
1101           even if one is typedef'ed to the other (#518940).
1102
1103 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1104
1105         * gst-libs/gst/rtsp/gstrtspconnection.c:
1106           Don't include unix headers unconditionally (fixes #518037).
1107
1108 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1109
1110         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
1111           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
1112           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
1113           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
1114           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
1115           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
1116           (gst_video_format_is_packed), (video_format_is_packed):
1117           Add unit test that makes sure that the strides, offsets and
1118           sizes returned for the various YUV formats by the new video API
1119           match the old reference implementation in videotestsrc.
1120
1121 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1122
1123         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
1124           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
1125           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
1126           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
1127           (gst_video_format_get_pixel_stride),
1128           (gst_video_format_get_component_width),
1129           (gst_video_format_get_component_height),
1130           (gst_video_format_get_component_offset), (gst_video_format_get_size):
1131         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
1132           (GST_VIDEO_FORMAT_Y42B):
1133           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
1134
1135 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1136
1137         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
1138           YV12 is I420 with swapped components 1 and 2, so the offset of
1139           component 1 for I420 should be the offset for component 2 for YV12
1140           and vice versa.
1141
1142 2008-02-29  Rene Stadler  <mail@renestadler.de>
1143
1144         * sys/v4l/gstv4lelement.c:
1145         Add missing semicolon to fix indentation.
1146
1147 2008-02-29  Julien Moutte  <julien@fluendo.com>
1148
1149         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
1150         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
1151         if we can do SPDIF output.
1152         * ext/alsa/gstalsa.h:
1153         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
1154         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
1155         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
1156         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
1157         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
1158         to support AC3, EC3 and IEC958 buffers.
1159
1160 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
1161
1162         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
1163           (gst_mixer_message_parse_mute_toggled),
1164           (gst_mixer_message_parse_record_toggled),
1165           (gst_mixer_message_parse_volume_changed),
1166           (gst_mixer_message_parse_option_changed):
1167           De-cruft and fix message type assertions (NULL is not a really
1168           valid mixer message type string).
1169
1170 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1171
1172         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
1173         When negotiating, actually start from a format that we can support
1174         instead of from the too generic template.
1175
1176 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1177
1178         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
1179         Enable vis setting.
1180
1181         * gst/playback/gstplaysink.c: (gst_play_sink_init),
1182         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
1183         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
1184         (gen_vis_chain):
1185         Implement vis switching while playing.
1186
1187 2008-02-28  David Schleef  <ds@schleef.org>
1188
1189         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
1190
1191 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1192
1193         Patch by: Peter Kjellerstedt  <pkj at axis com>
1194
1195         * gst/tcp/Makefile.am:
1196         * gst/tcp/fdsetstress.c:
1197         * gst/tcp/gstfdset.c:
1198         * gst/tcp/gstfdset.h:
1199         Removed fdset and stress test, they are now known as GstPoll in
1200         core. 
1201
1202         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
1203         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
1204         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
1205         (gst_multi_fd_sink_handle_client_write),
1206         (gst_multi_fd_sink_queue_buffer),
1207         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
1208         (gst_multi_fd_sink_stop):
1209         * gst/tcp/gstmultifdsink.h:
1210         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
1211         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
1212         (gst_tcp_gdp_read_caps):
1213         * gst/tcp/gsttcp.h:
1214         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
1215         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
1216         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
1217         * gst/tcp/gsttcpclientsink.h:
1218         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
1219         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
1220         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
1221         * gst/tcp/gsttcpclientsrc.h:
1222         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
1223         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
1224         * gst/tcp/gsttcpserversink.h:
1225         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
1226         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
1227         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
1228         * gst/tcp/gsttcpserversrc.h:
1229         Port to GstPoll. See #505417.
1230
1231 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1232
1233         Patch by: Peter Kjellerstedt  <pkj at axis com>
1234
1235         * gst-libs/gst/rtsp/gstrtspconnection.c:
1236         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
1237         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
1238         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
1239         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
1240         (gst_rtsp_connection_flush):
1241         * gst-libs/gst/rtsp/gstrtspconnection.h:
1242         Use GstPoll for the rtsp connection. See #505417.
1243
1244 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1245
1246         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
1247         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
1248         Add combo box for visualisations, populate it with a factory list
1249         of all visualisation plugins, configure vis plugin instance in
1250         playbin2. 
1251
1252 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1253
1254         * tests/check/libs/rtp.c: (GST_START_TEST):
1255         Add check for RTP buffer defaults, padding and marker bit API.
1256
1257 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
1258
1259         * gst-libs/gst/cdda/sha1.c: (sha_transform):
1260         Use memcpy() instead of upcasting a byte array to long *. This
1261         fixes an unaligned memory access, resulting in SIGBUS on IA64.
1262         This should be ported to GCheckSum once we can use GLib 2.16.
1263         Partially fixes bug #500833.
1264
1265 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
1266
1267         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
1268           Push tag event after the newsegment event. Log the pointer of
1269           the buffer we're actually going to push rather than the buffer
1270           we're feeding to _make_metadata_writable().
1271
1272 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
1273
1274         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1275         Comment smoke typefinder for now. The smokedec plugin needs one
1276         frame per buffer but we have no parser yet, thus it simply crashes
1277         in most situations.
1278
1279 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
1280
1281         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1282         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
1283
1284 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
1285
1286         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
1287         (plugin_init):
1288         Add midi typefinder, copied from the timidity plugin.
1289
1290 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
1291
1292         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
1293
1294         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1295         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
1296           (subparse_suite):
1297           Forward slashes at the beginning and end of a line also signify
1298           italics (Fixes: #518162).
1299
1300 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
1301
1302         * tests/check/gst-plugins-base.supp:
1303         Add a suppression for a cached value in GIO that wasn't moved
1304         while moving gio from -bad to -base.
1305
1306 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
1307
1308         Patch by: Brian Cameron <brian dot cameron at sun dot com>
1309
1310         * configure.ac:
1311         Don't hardcode -Wall and -Werror for configure checks, this fails
1312         with non-GCC compilers. Fixes bug #517991.
1313
1314 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
1315
1316         * gst/audioconvert/gstaudioconvert.c:
1317         * gst/audioconvert/gstaudioquantize.c:
1318         * gst/audioconvert/gstaudioquantize.h:
1319           Make audioconvert gap aware. If noiseshaping is used, wait for
1320           noiseshaping to converge before marking as GAP. Fixes #517813.
1321
1322 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
1323
1324         * gst/audiotestsrc/gstaudiotestsrc.c:
1325           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
1326
1327 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
1328
1329         * ext/gnomevfs/gstgnomevfssink.c:
1330         (gst_gnome_vfs_sink_handle_event):
1331         Return FALSE when seeking for a new segment fails instead
1332         of silently ignoring the failure and appending every buffer
1333         that comes for the new segment.
1334
1335 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1336
1337         * gst/playback/gstplaysink.c: (find_property),
1338         (gst_play_sink_find_property), (gen_video_chain),
1339         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
1340         Recursively search the sink element for a last-frame property so that we
1341         can also find the property in autovideosink and friends that don't
1342         always proxy the internal sink properties.
1343
1344 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1345
1346         * gst-libs/gst/audio/multichannel.c:
1347           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
1348           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
1349           (gst_audio_set_structure_channel_positions_list),
1350           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
1351           (gst_audio_fixate_channel_positions):
1352           Fix confusing terminology in docs and code: structure fields are
1353           'fields' and not 'properties'.
1354
1355 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1356
1357         * gst-libs/gst/audio/multichannel.c:
1358           (gst_audio_check_channel_positions), (add_list_to_struct):
1359           Give more useful warning messages if one of the channel
1360           layout enums passed to us is invalid and if the "channels"
1361           field in the caps has a GType we don't expect.
1362
1363 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1364
1365         * gst-libs/gst/audio/multichannel.c:
1366           Fix typo in docs blurb.
1367
1368 2008-02-19  Julien Moutte  <julien@fluendo.com>
1369
1370         Patch by: Josep Torra Valles <josep@fluendo.com>
1371
1372         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
1373         typefind lookup to fix typefinding on HD clips.
1374
1375 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1376
1377         * gst/playback/gstscreenshot.c:
1378         * gst/playback/gstscreenshot.h:
1379           Fix up copyright (I rewrote the GStreamer-0.10 code for
1380           this from scratch back in the days).
1381
1382 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
1383
1384         * gst/playback/Makefile.am:
1385         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
1386         (create_element), (gst_play_frame_conv_convert):
1387         * gst/playback/gstscreenshot.h:
1388         Add screenshot conversion code from totem.
1389
1390         * gst/playback/gstplay-marshal.list:
1391         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
1392         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
1393         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
1394         Implement frame property to get a color-unconverted snapshot.
1395         Implement convert-frame action signal to get a converted snapshot image.
1396         Configure connection speed in uridecodebin.
1397         Document some more properties.
1398
1399         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
1400         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
1401         (gst_play_sink_get_last_frame):
1402         * gst/playback/gstplaysink.h:
1403         Use last-buffer property of the video sink to get a video snapshot.
1404
1405         * tests/examples/seek/seek.c: (shot_cb), (main):
1406         Add snapshot button for playbin2 and use the frame property to save the
1407         frame as a png in the current directory.
1408
1409 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
1410
1411         Patch by: Josep Torra Valles <josep at fluendo dot com>
1412
1413         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
1414         (plugin_init):
1415         Add typefinding support for h264 elementary streams.
1416         Fixes bug #517420.
1417
1418 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
1419
1420         * configure.ac:
1421           Require CVS of core for new API in collectpads.
1422
1423         * gst/adder/gstadder.c:
1424           Use new API to make adder sparse stream aware.
1425
1426 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1427
1428         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
1429         (no_more_pads_cb):
1430         Get the object data correct so that we can remove our channels
1431         correctly.
1432
1433         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
1434         (gen_vis_chain), (gst_play_sink_reconfigure),
1435         (gst_play_sink_request_pad):
1436         Add option to disable async behaviour in the sinks when possible. This
1437         makes it possible to avoid an audio queue when dealing with
1438         visualisations.
1439         Add option to add a queue for the audio path.
1440
1441         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
1442         (main):
1443         Disable the vis checkbox to match the defaults of playbin2.
1444         Only get the stream info when we need to.
1445
1446 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
1447
1448         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
1449         (gst_gio_base_sink_set_stream):
1450         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
1451         (gst_gio_base_src_set_stream):
1452         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
1453         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
1454         Don't use async operations as they require a running main loop.
1455         This makes us block again when closing streams and unable
1456         to mount the enclosing volume of an URI if it isn't yet.
1457
1458 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1459
1460         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
1461         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
1462         (gen_vis_chain), (gst_play_sink_reconfigure),
1463         (gst_play_sink_request_pad):
1464         Move tee in front of the audio and vis pipelines.
1465         Add queue for audio for now.
1466         Add visualisation support.
1467
1468         * tests/examples/seek/seek.c: (main):
1469         Visualisation is by default disabled.
1470
1471 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
1472
1473         * ext/gio/gstgiobasesink.c: (close_stream_cb):
1474         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
1475         Improve debugging a bit.
1476
1477         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
1478         * ext/gio/gstgiosink.h:
1479         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
1480         * ext/gio/gstgiosrc.h:
1481         Try to mount the enclosing volume of a GFile if it isn't mounted
1482         yet. This requires us to wait for an async operation to finish, done
1483         with an nested GMainLoop. Authentication is not supported yet, will
1484         come later.
1485
1486 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1487
1488         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
1489         (gst_play_bin_set_property), (gst_play_bin_get_property),
1490         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
1491         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
1492         (gst_play_sink_get_mute), (gen_audio_chain):
1493         * gst/playback/gstplaysink.h:
1494         Add mute property.
1495
1496         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
1497         (gst_selector_pad_chain):
1498         * gst/playback/gststreamselector.h:
1499         Make sure we forward the event only once.
1500
1501         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
1502         Add and implement the mute button for playbin2.
1503
1504 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1505
1506         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1507
1508         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
1509         Add some more debug info.
1510         Make sure we never return a negative delay. Fixes #516246.
1511
1512 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
1513
1514         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
1515           Revert patch that makes the sink hold the object lock when
1516           calling snd_pcm_delay(), since it breaks playback for me.
1517
1518 2008-02-12  Julien Moutte  <julien@fluendo.com>
1519
1520         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
1521         some seek flags when changing rate.
1522
1523 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
1524
1525         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1526         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1527         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1528         Fix potential leaks.
1529
1530         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
1531         Fix leak when there is no function configured.
1532
1533 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
1534
1535         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
1536         (gst_v4lsrc_buffer_finalize):
1537         Correctly chain up the finalize method.
1538
1539 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
1540
1541         * ext/gio/gstgiostreamsink.c:
1542         * ext/gio/gstgiostreamsrc.c:
1543         Add documentation and example code for giostreamsink/giostreamsrc.
1544
1545         * tests/check/pipelines/gio.c: (GST_START_TEST):
1546         Ask the GMemoryOutputStream for the data instead of assuming that
1547         the pointer to the data stayed the same. It could've been realloc'ed.
1548
1549 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
1550
1551         * ext/gio/gstgiosink.c:
1552         * ext/gio/gstgiosrc.c:
1553         Make the documentation of giosink/giosrc complete, large parts
1554         are based on the gnomevfssink/gnomevfssrc docs.
1555
1556 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
1557
1558         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1559         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1560         * docs/plugins/gst-plugins-base-plugins.args:
1561         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1562         * docs/plugins/gst-plugins-base-plugins.interfaces:
1563         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1564         * docs/plugins/gst-plugins-base-plugins.signals:
1565         * docs/plugins/inspect/plugin-adder.xml:
1566         * docs/plugins/inspect/plugin-audioconvert.xml:
1567         * docs/plugins/inspect/plugin-audiorate.xml:
1568         * docs/plugins/inspect/plugin-audioresample.xml:
1569         * docs/plugins/inspect/plugin-decodebin.xml:
1570         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1571         * docs/plugins/inspect/plugin-gdp.xml:
1572         * docs/plugins/inspect/plugin-gio.xml:
1573         * docs/plugins/inspect/plugin-gnomevfs.xml:
1574         * docs/plugins/inspect/plugin-libvisual.xml:
1575         * docs/plugins/inspect/plugin-ogg.xml:
1576         * docs/plugins/inspect/plugin-pango.xml:
1577         * docs/plugins/inspect/plugin-playback.xml:
1578         * docs/plugins/inspect/plugin-queue2.xml:
1579         * docs/plugins/inspect/plugin-subparse.xml:
1580         * docs/plugins/inspect/plugin-theora.xml:
1581         * docs/plugins/inspect/plugin-uridecodebin.xml:
1582         * docs/plugins/inspect/plugin-videorate.xml:
1583         * docs/plugins/inspect/plugin-videoscale.xml:
1584         * docs/plugins/inspect/plugin-volume.xml:
1585         * docs/plugins/inspect/plugin-vorbis.xml:
1586         Add the GIO documentation again and while at that run make update.
1587
1588 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
1589
1590         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
1591         * ext/alsa/gstalsasink.c: (set_swparams):
1592         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
1593           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
1594           against libasound >= 1.0.16, since it's been deprecated in
1595           0.10.16, and alignment is always 1 then, apparently. (#512899)
1596
1597 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
1598
1599         * gst/playback/gstplaybin.c: (gen_audio_element):
1600         * gst/playback/gstplaysink.c: (gen_audio_chain):
1601           Handle case where we can't create the volume element a bit
1602           better (#514307).
1603
1604 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
1605
1606         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
1607         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
1608           Add support for https protocol. Fixes #510229.
1609
1610 2008-02-11  Julien Moutte  <julien@fluendo.com>
1611         
1612         Patch by: Alan Peevers <peeves@pacbell.net>
1613
1614         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
1615         lock when calling alsa methods.
1616
1617 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
1618
1619         * gst/typefind/gsttypefindfunctions.c:
1620           Bump rank of jpeg and png typefinders, which will return maximum
1621           probability in the most common cases (thus short-circuiting more
1622           expensive typefinders like the mp3 one for these two quite common
1623           image types).
1624
1625 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
1626
1627         * ext/theora/theoraparse.c:
1628         Fix long description of the theora parser to be more verbose than just
1629         the type name.
1630
1631 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
1632
1633         Patch by: Branko Čibej <brane at xbc dot nu>
1634
1635         * sys/xvimage/xvimagesink.c:
1636         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
1637         Fixes bug #515654.
1638
1639 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1640
1641         * gst/playback/gstplaybasebin.c:
1642         Set is_dynamic as True if there are elements with both request
1643         and sometimes src pad templates instead of breaking out when it
1644         finds the first pad template that is a src.
1645
1646 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1647
1648         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
1649         (update_streams), (video_combo_cb), (audio_combo_cb),
1650         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
1651         Add some stream switching and volume gui for playbin2.
1652
1653 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1654
1655         * gst/playback/gstplay-marshal.list:
1656         Added marshal for streamselector Tags.
1657
1658         * gst/playback/gstplaybasebin.c: (set_active_source):
1659         Streamselector now selects pads based on the pad object instead of its
1660         name.
1661
1662         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
1663         (init_group), (gst_play_bin_init), (get_group), (get_tags),
1664         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
1665         (gst_play_bin_get_text_tags),
1666         (gst_play_bin_set_current_video_stream),
1667         (gst_play_bin_set_current_audio_stream),
1668         (gst_play_bin_set_current_text_stream),
1669         (gst_play_bin_set_property), (gst_play_bin_get_property),
1670         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
1671         Remove option to mute streams with the current-a/v/t property, we have
1672         this functionality in the flags.
1673         Add signals to notify when the number of A/V/T channels changed.
1674         Add action signals to get tags for the A/V/T streams.
1675         Implement setting the current A/V/T stream.
1676         Rearrange some things to simplify stream selection.
1677         Implement volume.
1678
1679         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
1680         (gst_play_sink_get_volume), (gst_play_sink_set_property),
1681         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
1682         (activate_vis), (gst_play_sink_reconfigure):
1683         * gst/playback/gstplaysink.h:
1684         Add and implement volume setting methods.
1685
1686         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
1687         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
1688         (gst_selector_pad_event), (gst_stream_selector_class_init),
1689         (gst_stream_selector_init), (gst_stream_selector_finalize),
1690         (gst_stream_selector_set_property),
1691         (gst_stream_selector_get_property),
1692         (gst_stream_selector_get_linked_pad),
1693         (gst_stream_selector_request_new_pad):
1694         * gst/playback/gststreamselector.h:
1695         Add pad properties for tags and status of pads.
1696         Keep tags on pads.
1697         Make active pad selection based on pad object instead of name.
1698
1699 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
1700
1701         * configure.ac:
1702           Revert last change as we now check in gtk-doc.m4 for sed.
1703
1704 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1705
1706         * configure.ac:
1707         Find and subst SED when building the docs.
1708
1709 2008-02-08  Julien Moutte  <julien@fluendo.com>
1710
1711         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
1712         (main): Make sure bus signals are reconnected when pressing STOP
1713         and then PLAY again for a parse launch pipeline. Fix a ref leak
1714         on the bus.
1715         * win32/common/config.h: Updated.
1716
1717 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
1718
1719         * configure.ac:
1720         Make DISABLE_DEPRECATED defined *only* during CVS, not during
1721         pre-releases or releases.
1722
1723 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
1724
1725         * configure.ac:
1726         * ext/gio/Makefile.am:
1727         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
1728         reporting
1729
1730 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
1731
1732         * docs/plugins/Makefile.am:
1733         Add the headers which need scanning for the GIO plugin. The rest of
1734         the docs still need migrating.
1735
1736 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
1737
1738         * ext/Makefile.am:
1739         * tests/check/Makefile.am:
1740         * tests/check/pipelines/.cvsignore:
1741         Add gio in a few more places.
1742
1743 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
1744
1745         * configure.ac:
1746         * ext/Makefile.am:
1747         * tests/check/Makefile.am:
1748         Move gio plugin from -bad and mark as experimental.
1749
1750 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
1751
1752         * gst-libs/gst/interfaces/mixeroptions.c:
1753         * gst-libs/gst/interfaces/mixertrack.c:
1754         Comment out a couple of other things which break the build when
1755         GST_DISABLE_DEPRECATED isn't on but -Werror is.
1756
1757 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1758
1759         * docs/libs/gst-plugins-base-libs-sections.txt:
1760           Fix pbutils header.
1761
1762 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1763
1764         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
1765         Fix compiler warning.
1766
1767 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1768
1769         Patch by: Peter Kjellerstedt  <pkj at axis com>
1770
1771         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
1772         Clear the addrinfo struct using memset. Fixes #514937.
1773
1774 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1775
1776         * gst/tcp/gstfdset.h:
1777         Remove unused field to same some memory.
1778
1779         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
1780         Mark action signals as such.
1781
1782 2008-02-06  Michael Smith <msmith@fluendo.com>
1783
1784         * ext/theora/theoradec.c: (_theora_granule_frame),
1785         (_inc_granulepos):
1786           Increment granulepos for new-bitstream versions appropriately.
1787           Fixes #514623.
1788
1789 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1790
1791         * tests/examples/seek/seek.c: (do_seek),
1792         (rate_spinbutton_changed_cb), (update_streams), (main):
1793         Remove obsolete stream_time reset after flushing seek, core does that
1794         automatically now.
1795         Improve accuracy of speed spinbutton.
1796         Only do playbin2 stuff when we actually use it.
1797
1798 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1799
1800         * tests/check/Makefile.am:
1801           Revert previous change of the test environment's GST_PLUGIN_PATH.
1802           The problem is not with the plugins, but with element factories
1803           and only occurs if elements are split out from existing plugins
1804           or if plugins change name (see #512740).
1805
1806 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1807
1808         * tests/check/Makefile.am:
1809           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
1810           with the core's plugins first and our local build directories last,
1811           since we might be building against an installed core, and that
1812           core's plugin directory may contain older or other versions of
1813           our own -base plugins, but we really do want to test our local
1814           ones (if there are multiple plugins or element factories with the
1815           same name, those inspected last will trump those read in earlier).
1816           Fixes #512740 for the most part.
1817
1818 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
1819
1820         * configure.ac:
1821         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
1822         Use gmtime_r if available as gmtime is not MT-safe.
1823         Fixes bug #511810.
1824
1825 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
1826
1827         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
1828         Cast glong to time_t as time_t might have a different type on
1829         other platforms, like FreeBSD, and we get a compiler warning
1830         otherwise. Fixes bug #511825.
1831
1832 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1833
1834         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
1835         (get_group), (get_n_pads), (gst_play_bin_get_property),
1836         (pad_added_cb), (no_more_pads_cb), (perform_eos),
1837         (autoplug_select_cb), (deactivate_group):
1838         Remove stream-info, we going for something easier.
1839         Refactor getting the current group.
1840         Implement getting the number of audio/video/text streams.
1841
1842         * gst/playback/gststreamselector.c:
1843         (gst_stream_selector_class_init), (gst_stream_selector_init),
1844         (gst_stream_selector_get_property),
1845         (gst_stream_selector_request_new_pad),
1846         (gst_stream_selector_release_pad):
1847         * gst/playback/gststreamselector.h:
1848         Add property for number of pads.
1849
1850         * tests/examples/seek/seek.c: (set_scale), (update_flag),
1851         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
1852         (text_toggle_cb), (update_streams), (msg_async_done),
1853         (msg_state_changed), (main):
1854         Block slider callback when updating the slider position.
1855         Add gui elements for controlling playbin2.
1856         Add callback for async_done that updates position/duration.
1857
1858 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
1859
1860         * docs/plugins/Makefile.am:
1861         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1862         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1863         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1864         * docs/plugins/gst-plugins-base-plugins.interfaces:
1865         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1866           First round of plugin docs cleansups.
1867
1868         * docs/plugins/inspect/plugin-adder.xml:
1869         * docs/plugins/inspect/plugin-alsa.xml:
1870         * docs/plugins/inspect/plugin-audioconvert.xml:
1871         * docs/plugins/inspect/plugin-audiorate.xml:
1872         * docs/plugins/inspect/plugin-audioresample.xml:
1873         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1874         * docs/plugins/inspect/plugin-cdparanoia.xml:
1875         * docs/plugins/inspect/plugin-decodebin.xml:
1876         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1877         * docs/plugins/inspect/plugin-gdp.xml:
1878         * docs/plugins/inspect/plugin-gnomevfs.xml:
1879         * docs/plugins/inspect/plugin-libvisual.xml:
1880         * docs/plugins/inspect/plugin-ogg.xml:
1881         * docs/plugins/inspect/plugin-pango.xml:
1882         * docs/plugins/inspect/plugin-subparse.xml:
1883         * docs/plugins/inspect/plugin-tcp.xml:
1884         * docs/plugins/inspect/plugin-theora.xml:
1885         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1886         * docs/plugins/inspect/plugin-video4linux.xml:
1887         * docs/plugins/inspect/plugin-videorate.xml:
1888         * docs/plugins/inspect/plugin-videoscale.xml:
1889         * docs/plugins/inspect/plugin-videotestsrc.xml:
1890         * docs/plugins/inspect/plugin-volume.xml:
1891         * docs/plugins/inspect/plugin-vorbis.xml:
1892         * docs/plugins/inspect/plugin-ximagesink.xml:
1893         * docs/plugins/inspect/plugin-xvimagesink.xml:
1894           Regenerate.
1895
1896         * ext/ogg/Makefile.am:
1897         * ext/ogg/gstoggmux.c:
1898         * ext/ogg/gstoggmux.h:
1899           Add header for oggmux. the c-file needs a doc blob still.
1900
1901 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1902
1903         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
1904
1905         * gst-libs/gst/rtp/gstrtpbuffer.c:
1906         (gst_rtp_buffer_set_extension_data):
1907         * gst-libs/gst/rtp/gstrtpbuffer.h:
1908         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
1909         Add gst_rtp_buffer_set_extension_data() 
1910         Add a unit test for this addition. Fixes #511478.
1911         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
1912
1913 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
1914
1915         * configure.ac:
1916         Back to CVS
1917
1918 === release 0.10.17 ===
1919
1920 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
1921
1922         * configure.ac:
1923           releasing 0.10.17, "Peanut Butter and Jelly"
1924
1925 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
1926
1927         * gst-libs/gst/interfaces/mixeroptions.c:
1928         * gst-libs/gst/interfaces/mixertrack.c:
1929         Also remove the conditional registration of the signals
1930         that disappeared with the ABI change in 0.10.14
1931
1932 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
1933
1934         * gst-libs/gst/rtsp/gstrtspconnection.c:
1935         Revert patch to gstrtspconnection.c for brown paper bag
1936         release of -base. Re-opens: #511825
1937
1938 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
1939
1940         * gst-libs/gst/interfaces/mixeroptions.h:
1941         * gst-libs/gst/interfaces/mixertrack.h:
1942         Change the way these deprecated function pointers are removed
1943         so that the compiled ABI is unconditionally smaller. This 
1944         sets in stone an ABI break that actually occurred when the
1945         things were deprecated in 0.10.14, which seems to be the best
1946         fix as the only known users are oss-mixer and sunaudio-mixer in 
1947         gst-plugins-good.
1948         Fixes: #513018
1949
1950 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
1951
1952         * win32/common/libgstpbutils.def:
1953           Export the two new _get_type() functions which are needed
1954           by the python bindings.
1955
1956 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
1957
1958         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
1959         Cast glong to time_t as time_t might have a different type on
1960         other platforms, like FreeBSD, and we get a compiler warning
1961         otherwise. Fixes bug #511825.
1962
1963 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
1964
1965         * gst-libs/gst/audio/gstaudiofilter.c:
1966         (gst_audio_filter_class_init):
1967         Initialize the GstRingerBuffer class to get it's debug category
1968         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
1969         category and otherwise we get some g_critical(). Fixes bug #512334.
1970
1971 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
1972
1973         * configure.ac:
1974         Back to CVS
1975
1976 === release 0.10.16 ===
1977
1978 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
1979
1980         * configure.ac:
1981           releasing 0.10.16, "Scheduled Interruption"
1982
1983 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1984
1985         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
1986
1987         * gst-libs/gst/rtp/gstrtpbuffer.c:
1988         (gst_rtp_buffer_get_extension_data):
1989         Fix typos and wrong extension check. Fixes #511274.
1990
1991 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
1992
1993         * po/sk.po:
1994         Oops - add new sk.po mentioned in the LINGUAS I just committed
1995
1996 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
1997
1998         * po/LINGUAS:
1999         Add ca translation to the disted list.
2000
2001         * win32/vs6/libgstsdp.dsp:
2002         Convert line endings to CRLF
2003
2004 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
2005
2006         * win32/MANIFEST:
2007         Add win32/vs6/libgstrtsp.dsp to MANIFEST
2008
2009 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
2010
2011         * win32/common/libgstsdp.def:
2012         * win32/common/libgstvideo.def:
2013         Add new API declarations
2014
2015 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
2016
2017         * ext/theora/gsttheoradec.h:
2018         * ext/theora/gsttheoraparse.h:
2019         * ext/theora/theoradec.c:
2020         * ext/theora/theoraparse.c:
2021         Take a 2nd stab at handling libtheora granulepos changes in the decoder
2022         and parser by inspecting the bitstream version of the incoming data.
2023
2024 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
2025
2026         * configure.ac:
2027         * pkgconfig/Makefile.am:
2028         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
2029         * pkgconfig/gstreamer-audio.pc.in:
2030         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
2031         * pkgconfig/gstreamer-cdda.pc.in:
2032         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
2033         * pkgconfig/gstreamer-fft.pc.in:
2034         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
2035         * pkgconfig/gstreamer-floatcast.pc.in:
2036         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
2037         * pkgconfig/gstreamer-interfaces.pc.in:
2038         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
2039         * pkgconfig/gstreamer-netbuffer.pc.in:
2040         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
2041         * pkgconfig/gstreamer-pbutils.pc.in:
2042         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
2043         * pkgconfig/gstreamer-riff.pc.in:
2044         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
2045         * pkgconfig/gstreamer-rtp.pc.in:
2046         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
2047         * pkgconfig/gstreamer-rtsp.pc.in:
2048         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
2049         * pkgconfig/gstreamer-sdp.pc.in:
2050         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
2051         * pkgconfig/gstreamer-tag.pc.in:
2052         * pkgconfig/gstreamer-video-uninstalled.pc.in:
2053         * pkgconfig/gstreamer-video.pc.in:
2054         Provide one pkg-config file for every gst-plugins-base library.
2055         This makes linking to those libraries much more intuitive and
2056         provides standard pkg-config behaviour for them. Fixes bug #499697.
2057
2058 2008-01-13  David Schleef  <ds@schleef.org>
2059
2060         * gst/videoscale/vs_4tap.c:
2061           Fix valgrind error on 4tap scaling method.
2062
2063 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
2064
2065         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
2066         Include Winsock2.h for VS6 and use a different way initialize
2067         hints structure so it can build with VS6.
2068         * win32/MANIFEST:
2069         * win32/vs6/libgstsdp.dsp:
2070         * win32/common/libgstsdp.def:
2071         Add new files for libgstsdp.
2072         * win32/vs6/grammar.dsp:
2073         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
2074         * win32/vs6/gst_plugins_base.dsw:
2075         * win32/vs6/libgstdecodebin.dsp:
2076         * win32/vs6/libgstdecodebin2.dsp:
2077         * win32/vs6/libgstplaybin.dsp:
2078         * win32/vs6/libgstvolume.dsp:
2079         Add new dependencies to the link list.
2080
2081 2008-01-13  Julien Moutte  <julien@fluendo.com>
2082
2083         * win32/common/config.h:
2084         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
2085         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
2086         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
2087         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
2088         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
2089         * win32/common/interfaces-enumtypes.c:
2090         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2091         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
2092         (gst_mixer_track_flags_get_type),
2093         (gst_tuner_channel_flags_get_type):
2094         * win32/common/multichannel-enumtypes.c:
2095         (gst_audio_channel_position_get_type):
2096         * win32/common/pbutils-enumtypes.c:
2097         (gst_install_plugins_return_get_type):
2098         * win32/common/pbutils-enumtypes.h: Update/Add generated files
2099         in the win32 build directory.
2100
2101 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
2102
2103         * tests/check/Makefile.am:
2104         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
2105
2106         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
2107         * tests/check/elements/playbin.c:
2108         * tests/check/libs/mixer.c: (test_element_interface_supported),
2109         (gst_implements_interface_init):
2110         * tests/check/libs/rtp.c: (GST_START_TEST):
2111         Fix various assignment type mismatches.
2112
2113 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
2114
2115         * configure.ac:
2116         * gst-libs/gst/rtsp/Makefile.am:
2117         Add test to see if hstrerror is available or if we need libresolv
2118         (Solaris) for it, then use it in libgstrtsp.
2119
2120 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
2121
2122         * gst-libs/gst/tag/Makefile.am:
2123         Fix include path order
2124
2125 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2126
2127         * gst-libs/gst/pbutils/install-plugins.c:
2128         (gst_install_plugins_context_copy),
2129         (gst_install_plugins_context_get_type):
2130         * gst-libs/gst/pbutils/install-plugins.h:
2131         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
2132         for bindings.
2133
2134 2008-01-11  Michael Smith <msmith@fluendo.com>
2135
2136         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2137         (_theora_granule_frame), (_theora_granule_start_time),
2138         (theora_dec_sink_convert), (theora_dec_decode_buffer):
2139           Adapt for post-alpha meaning of granulepos, when we
2140           have a newer version of libtheora.
2141         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2142         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
2143         (theora_enc_is_discontinuous), (theora_enc_chain):
2144           Likewise.
2145         * tests/check/Makefile.am:
2146           Link libtheora into theoraenc test so we can check which version of
2147           libtheora we're testing against.
2148         * tests/check/pipelines/theoraenc.c: (check_libtheora),
2149         (check_buffer_granulepos),
2150         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
2151         (theoraenc_suite):
2152           Adapt tests to check the values that are now defined for theora; make
2153           the tests backwards-adapt the passed values if we're running against an
2154           old libtheora.
2155           Fixes #497964
2156
2157 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2158
2159         * gst-libs/gst/audio/gstbaseaudiosink.c:
2160           (gst_base_audio_sink_class_init):
2161         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2162           (gst_base_audio_src_class_init):
2163           Ref audio clock class from a thread-safe context to make sure
2164           we're not bit by GObjects lack of thread-safety here (#349410),
2165            however unlikely that may be in practice.
2166
2167 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
2168
2169         * autogen.sh:
2170           Add -Wno-portability to the automake parameters to stop warnings
2171           about GNU make extensions being used. We require GNU make in almost
2172           every Makefile anyway.
2173           
2174         * configure.ac:
2175           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
2176           at the same time is required for per target flags.
2177
2178 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
2179
2180         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
2181           Post an error message if we can't pull as many bytes as we need
2182           for the tag. This makes sure the user gets to see a proper error
2183           message if a file with a partial ID3 tag is fed to decodebin, and
2184           not a 'no ID3 tag demuxer' error, which would be confusing
2185           (see #508138).
2186
2187 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
2188
2189         * gst-libs/gst/pbutils/descriptions.c: (formats):
2190           Add description strings for ID3, APE, and ICY tags.
2191
2192 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
2193
2194         * gst/playback/gstdecodebin.c: (try_to_link_1):
2195           Make sure we error out correctly if we can't activate one of
2196           the elements we've added.  Fixes #508138.
2197           
2198 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
2199
2200         Patch by: Bastien Nocera <hadess at hadess net>
2201
2202         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
2203           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
2204           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
2205           the volume is the same for all channels. This works around
2206           some problem in alsa that leaves us with inconsistent state
2207           for some reason (#486840).
2208
2209 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
2210
2211         Patch by: Jerone Young <jerone at gmail com>
2212
2213         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
2214           If there's no mixer track by the name of 'Master' or 'Front',
2215           check if there's one called 'PCM' before trying the generic
2216           fallback logic (fixes #506928, where we pick 'Mic' as master
2217           track for the AD1984 card in a Thinkpad T61/X61 laptop).
2218
2219 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2220
2221         * gst/playback/gstplay-enum.c:
2222         (register_gst_autoplug_select_result),
2223         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
2224         (gst_play_flags_get_type):
2225         * gst/playback/gstplay-enum.h:
2226         Add enums for configuration flags.
2227
2228         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
2229         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
2230         (gst_play_bin_get_property), (no_more_pads_cb),
2231         (autoplug_select_cb), (gst_play_bin_change_state):
2232         Merge mode with flags.
2233         Add more property getters/setters, defaults and docs.
2234         Add properties to get number of audio/video/text streams.
2235         Create sink object in _init so that we can always rely on it being
2236         there.
2237
2238         * gst/playback/gstplaysink.c: (gst_play_sink_init),
2239         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
2240         (activate_vis), (gst_play_sink_reconfigure),
2241         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
2242         (gst_play_sink_change_state):
2243         * gst/playback/gstplaysink.h:
2244         Use flags to configure the sink pipelines.
2245         Add tee before audio pipeline so that we can use it for visualisations.
2246         Start working on integrating visualisations.
2247         Remove mode, we can do everything with the flags now.
2248         Add method to configue the sink pipeline.
2249
2250 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
2251
2252         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2253           (check_buffer_timestamp), (check_buffer_duration):
2254           Turn these functions into macros so we can see right away
2255           where the failure occured.
2256
2257 2008-01-05  Julien Moutte  <julien@fluendo.com>
2258
2259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
2260         debugging information to understand how X calculates the stride
2261         for XvImages.
2262
2263 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
2264
2265         * gst/volume/Makefile.am:
2266         * gst/volume/gstvolume.c: (volume_choose_func),
2267         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
2268         (volume_setup):
2269         * gst/volume/gstvolume.h:
2270         Use GstAudioFilter as base class for the volume element instead of
2271         plain GstBaseTransform.
2272
2273 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
2274
2275         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
2276         Don't set element details for the abstract GstAudioFilter class.
2277
2278 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
2279
2280         * gst-libs/gst/audio/gstaudiofilter.c:
2281         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
2282         Implement get_unit_size() vmethod of GstBaseTransform.
2283
2284 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
2285
2286         * gst-libs/gst/pbutils/Makefile.am:
2287         * gst-libs/gst/pbutils/pbutils.h:
2288         Use glib-enum generator to have a proper enum GType for
2289         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
2290
2291 2007-12-31  David Schleef  <ds@schleef.org>
2292
2293         * tests/check/Makefile.am:
2294         * tests/check/pipelines/theoraenc.c:
2295           Reenable theoraenc test, which fails on the buildbot but
2296           not locally.
2297
2298 2007-12-31  David Schleef  <ds@schleef.org>
2299
2300         * docs/libs/.cvsignore:
2301         * docs/plugins/.cvsignore:
2302           Add *-undeclared.txt to fix buildbot.
2303
2304 2007-12-31  David Schleef  <ds@schleef.org>
2305
2306         * tests/check/Makefile.am:
2307           Second attempt at disabling theoraenc test long enough to
2308           get buildbot to compile -base.
2309
2310 2007-12-31  David Schleef  <ds@schleef.org>
2311
2312         * tests/check/pipelines/theoraenc.c:
2313           Disable theoraenc test long enough to get the buildbot to
2314           compile a recent -base.
2315
2316 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
2317
2318         * tests/examples/seek/seek.c: (stop_cb):
2319         Make sure we reset the slider value to 0.0 without racing against a
2320         possible g_idle that sets it to something else.
2321
2322 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
2323
2324         * sys/ximage/ximagesink.c:
2325         fix typo
2326
2327 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2328
2329         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
2330         * gst-libs/gst/rtsp/gstrtspdefs.h:
2331         Add Location header so that we can start implementing redirects.
2332         See #506025.
2333
2334 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
2335
2336         * gst/subparse/gstssaparse.c:
2337         combine if's
2338
2339 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
2340
2341         * gst/subparse/gstssaparse.c:
2342         remove duplicate log message
2343
2344 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
2345
2346         * ext/libvisual/visual.c: (gst_visual_chain):
2347         Fix 'xyz may be used uninitialized' compiler warnings caused
2348         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
2349         abort() in any case but properly report the error.
2350
2351 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2352
2353         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
2354         (gst_play_bin_finalize), (gst_play_bin_set_uri),
2355         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
2356         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
2357         (autoplug_select_cb), (activate_group), (deactivate_group),
2358         (setup_next_source), (save_current_group),
2359         (gst_play_bin_change_state):
2360         Code cleanups.
2361         Remove next-uri, we can use the uri property just fine.
2362         Fix some crasher.
2363         Unref uridecodebin when switching.
2364         Fix going to READY.
2365
2366         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
2367         (gst_play_sink_init), (gst_play_sink_dispose),
2368         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
2369         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
2370         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
2371         (gst_play_sink_set_property), (gst_play_sink_get_property),
2372         (gen_video_chain), (gen_text_element), (gen_audio_chain),
2373         (gen_vis_element), (gst_play_sink_get_mode),
2374         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
2375         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
2376         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
2377         (gst_play_sink_change_state):
2378         * gst/playback/gstplaysink.h:
2379         Add some locking to make things threadsafe.
2380
2381         * gst/playback/test7.c: (about_to_finish_cb):
2382         Fix test.
2383
2384 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
2385
2386         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
2387           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
2388           (gst_video_scale_transform):
2389           Don't claim to be able to handle/transform caps that can't really
2390           be handled by the currently selected scaling method (here: RGB or
2391           packed YUV with 4-tap method). Also add locking to method property.
2392
2393         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
2394           (test_basetransform_based):
2395           Some test pipelines for the above (not entirely valgrind clean yet
2396           apparently).
2397
2398 2007-12-21  David Schleef  <ds@schleef.org>
2399
2400         * gst-libs/gst/video/video.c:
2401         * gst-libs/gst/video/video.h:
2402           Add additional RGBA and RGB-24 video formats.
2403
2404 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
2405
2406         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
2407           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
2408           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
2409         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
2410           (cddabasesrc_suite):
2411           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
2412           deprecated in the future (see #498924).
2413
2414 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
2415
2416         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
2417           Don't leak event.
2418
2419 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
2420
2421         * gst-libs/gst/riff/riff-read.c:
2422         Use GST_ROUND_UP_2 macro
2423
2424 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
2425
2426         * gst/playback/.cvsignore:
2427           Ignore more.
2428
2429 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
2430
2431         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
2432         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
2433           (set_active_source):
2434         * gst/playback/gstplaybasebin.h:
2435         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2436           (setup_sinks), (playbin_set_subtitles_visible):
2437           Make switching off of subtitles work. To avoid all kind of
2438           problems with unlinking of the subtitle input, we just keep
2439           the subtitle inputs linked as they are and tell textoverlay
2440           not to render them. Fixes #373011.
2441           Other subtitle switching issues (esp. when there are both
2442           external and in-stream subtitles) remain. They'll be solved
2443           in playbin2.
2444
2445 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2446
2447         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
2448         Init the pad segment too.
2449
2450 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2451
2452         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
2453         (gst_audioringbuffer_open_device),
2454         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
2455         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
2456         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
2457         (gst_audio_sink_create_ringbuffer):
2458         Improve debug output.
2459
2460         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
2461         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
2462         Prevent some functions from doing things and failing when the
2463         ringbuffer is not yet acquired.
2464
2465 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
2466
2467         * gst-libs/gst/interfaces/interfaces.h:
2468           Also remove interfaces.h from CVS as it is not needed anymore.
2469
2470 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
2471
2472         * gst-libs/gst/interfaces/Makefile.am:
2473           interfaces.h is not used anymore so remove it from the build
2474           process.
2475
2476 2007-12-17  David Schleef  <ds@schleef.org>
2477
2478         * gst/videotestsrc/gstvideotestsrc.c:
2479         * gst/videotestsrc/gstvideotestsrc.h:
2480           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
2481           for testing vertical refresh synchronization.
2482
2483 2007-12-17  David Schleef  <ds@schleef.org>
2484
2485         * docs/libs/gst-plugins-base-libs-sections.txt:
2486         * gst-libs/gst/video/video.c:
2487         * gst-libs/gst/video/video.h:
2488           Add new GstVideFormat enum and write a bunch of helper functions
2489           based around it.
2490
2491 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
2492
2493         * Makefile.am:
2494           Use new common/win32.mak.
2495
2496 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2497
2498         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2499         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2500         Add debug info.
2501         When going from PLAYING to PAUSED, pause the ringbuffer before calling
2502         the parent state change function, just like the audiosink, because the
2503         parent waits for the element to finish its processing before completing
2504         the state change. This makes going to PAUSED a lot snappier.
2505         When going from READY to PAUSED, don't allow the ringbuffer to start
2506         yet.
2507
2508 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2509
2510         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2511         Yet another fix for broken software that produce files with an empty
2512         blockalign field. Instead of completely failing, make a second attempt
2513         at guessing the width/depth by looking at strf->size.
2514
2515 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2516
2517         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
2518           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
2519         * gst-libs/gst/pbutils/install-plugins.c:
2520           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
2521         * gst-libs/gst/pbutils/missing-plugins.c:
2522           (gst_missing_plugin_message_get_installer_detail),
2523           (gst_missing_encoder_installer_detail_new):
2524         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
2525         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
2526           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
2527           avoid compiler warnings (#503930).
2528
2529 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2530
2531         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2532         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
2533         for jpeg video streams.
2534         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
2535         for the above modification.
2536
2537 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2538
2539         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
2540           (gst_x_overlay_handle_events):
2541           More guards (we don't want klass to end up being NULL).
2542
2543 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
2544
2545         * configure.ac:
2546         * gst/volume/gstvolume.c: (gst_volume_init):
2547           Use new gst_base_transform_set_gap_aware() function as volume
2548           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
2549           for this.
2550
2551 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2552
2553         * tests/examples/seek/seek.c: (msg_segment_done), (main):
2554         Don't go to READY on EOS as this avoids testing of seeking and
2555         restarting after EOS, use the stop button when you want to READY.
2556         Don't try to do a flushing seek in segment-done, it does not make
2557         sense to use this for gapless playback and is not needed.
2558
2559 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2560
2561         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
2562         (reset_rate_timer), (update_in_rates), (update_out_rates),
2563         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2564         (gst_queue_chain), (gst_queue_loop):
2565         Use separate timers for input and output rates.
2566         Pause measuring the output rate when we block for more data.
2567         See #503262.
2568
2569 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2570
2571         * gst/playback/gstqueue2.c: (gst_queue_chain):
2572         Pause the timer to measure the input rate when we block because the
2573         queue is filled. See #503262.
2574
2575 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2576
2577         Patch by: Peter Kjellerstedt  <pkj at axis com>
2578
2579         * gst-libs/gst/rtsp/gstrtspconnection.c:
2580         (gst_rtsp_connection_free):
2581         Close control sockets. Fixes #503440.
2582
2583 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2584
2585         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
2586         Expose the right pad in the right place with the right element.
2587
2588 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
2589
2590         * gst-libs/gst/pbutils/descriptions.c: (formats):
2591           Add description for 'private' dts caps (who come up with that name?).
2592
2593 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
2594
2595         * Makefile.am:
2596           Add check-exports target and run it with 'make check'.
2597
2598         * configure.ac:
2599           Be stricter about what we export in our libraries: change regexp so that
2600           we only export _gst_foo(), but not __gst_foo().
2601
2602         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
2603         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
2604           Change internal functions to __gst_foo so they dont' get exported.
2605
2606         * win32/common/libgstaudio.def:
2607           Add missing symbols.
2608
2609 2007-12-11  David Schleef  <ds@schleef.org>
2610
2611         * ChangeLog: remove conflict markers
2612
2613 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
2614
2615         * ext/gnomevfs/Makefile.am:
2616         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
2617           Use gst_tag_freeform_string_to_utf8() here, which also takes
2618           into account any character sets specified by the user via
2619           environment variables.
2620
2621 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
2622
2623         * gst/audioconvert/Makefile.am:
2624         Also link to libm.
2625
2626 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
2627
2628         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2629         No need for floating point operations here. avoids having to link
2630         against the math library too.
2631
2632 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
2633
2634         * gst-libs/gst/pbutils/descriptions.c: (formats),
2635           (format_info_get_desc):
2636         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
2637           (GST_START_TEST):
2638           Add one or two missing formats.  Generate ADPCM description
2639           dynamically depending on layout/format.
2640
2641 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
2642
2643         * configure.ac:
2644           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
2645
2646 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
2647
2648         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
2649
2650         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
2651           Some .srt files start with chunk number 0 and not chunk number 1,
2652           recognise and accept those as well (fixes #502497).
2653
2654         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
2655           (test_src):
2656           Add unit test for the above.
2657
2658 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
2659
2660         * gst/playback/gstplay-enum.c:
2661         (register_gst_autoplug_select_result),
2662         (gst_autoplug_select_result_get_type):
2663         * gst/playback/gstplay-enum.h:
2664         Add missing files.
2665
2666 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
2667
2668         * gst/playback/Makefile.am:
2669         Group decodebin2 and uridecodebin into the same plugin so that they
2670         can share the GEnumType.
2671
2672         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
2673         (_gst_select_accumulator), (gst_decode_bin_class_init),
2674         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
2675         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
2676         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
2677         Add signal to sort factories instead of the more awkward autoplug-select
2678         signal.
2679         Modify autoplug_select so that we can try, skip or expose the
2680         autopluggin of an element on a pad.
2681
2682         * gst/playback/gstfactorylists.c: (compare_ranks),
2683         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
2684         (element_filter), (gst_factory_list_get_elements),
2685         (gst_factory_list_debug), (gst_factory_list_filter):
2686         * gst/playback/gstfactorylists.h:
2687         Simplify the API, allow getting elements based on mask.
2688
2689         * gst/playback/gstplay-marshal.list:
2690         Add some more marshallers.
2691
2692         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
2693         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
2694         (autoplug_select_cb), (activate_group):
2695         Add support for managing non-raw sinks by providing a custom element and
2696         sink list to decodebin2.
2697         Try to plug non-raw sinks when decodebin2 using autoplug-select of
2698         decodebin2.
2699
2700         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
2701         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
2702         * gst/playback/gstplaysink.h:
2703         Add support for raw and non-raw sinks. 
2704         Add support to force sinks selected by playbin2.
2705         Don't plug raw converters for non-raw sinks.
2706
2707         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
2708         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
2709         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
2710         (plugin_init):
2711         Use right accumulators.
2712         Proxy new signal.
2713
2714 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
2715
2716         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2717         Use runnning time as the base time instead of the timestamp.
2718         Spotted by Saur on IRC.
2719
2720 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
2721
2722         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2723         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
2724
2725 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
2726
2727         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
2728         (gst_ogg_demux_read_chain):
2729         If we find a new serial number but it does not contain a BOS page, make
2730         sure we initialize the chain to NULL because else we will try to scan it
2731         and crash. Fixes #500763
2732
2733 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
2734
2735         * gst/playback/Makefile.am:
2736         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
2737         (get_feature_array), (decoders_filter), (sinks_filter),
2738         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
2739         (gst_factory_list_filter):
2740         * gst/playback/gstfactorylists.h:
2741         Refactor some common code to filter factories and check caps compat.
2742
2743         * gst/playback/gstdecodebin.c:
2744         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
2745         (gst_decode_bin_init), (gst_decode_bin_dispose),
2746         (gst_decode_bin_autoplug_continue),
2747         (gst_decode_bin_autoplug_factories),
2748         (gst_decode_bin_autoplug_select), (analyze_new_pad),
2749         (find_compatibles):
2750         * gst/playback/gstplaybin.c:
2751         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
2752         (gst_play_bin_init), (gst_play_bin_finalize),
2753         (autoplug_factories_cb), (activate_group):
2754         * gst/playback/gstqueue2.c:
2755         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
2756         (proxy_autoplug_continue_signal),
2757         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
2758         (proxy_drained_signal):
2759         Add some more debug info and use factor filtering code.
2760
2761 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
2762
2763         * gst/audiotestsrc/gstaudiotestsrc.c:
2764         * gst/volume/gstvolume.c:
2765         * gst/volume/gstvolume.h:
2766           Add GAP-flag support.
2767
2768 2007-11-24  Julien MOUTTE  <julien@moutte.net>
2769
2770         * tests/examples/seek/seek.c: (main): Increase the range of the
2771         rate selector as I would like to test QOS behavior at higher
2772         forward and reverse playback speed like say 64x.
2773
2774 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
2775
2776         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2777         (audioresample_query), (audioresample_query_type),
2778         (gst_audioresample_set_property):
2779         Implement latency query.
2780
2781 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
2782
2783         * gst-libs/gst/audio/gstbaseaudiosink.c:
2784         (gst_base_audio_sink_drain):
2785         Our EOS time contains the base_time, _wait_eos() expects a running_time
2786         so we have to subtract the base_time again before calling the function.
2787         This fixes an EOS regression where the base_time was added twice and EOS
2788         took longer and longer in certain situations.
2789         Fixes #498767.
2790
2791 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
2792
2793         * docs/libs/gst-plugins-base-libs-sections.txt:
2794         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2795         (gst_base_audio_sink_set_provide_clock),
2796         (gst_base_audio_sink_get_provide_clock),
2797         (gst_base_audio_sink_set_slave_method),
2798         (gst_base_audio_sink_get_slave_method),
2799         (gst_base_audio_sink_set_property),
2800         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
2801         (gst_base_audio_sink_none_slaving),
2802         (gst_base_audio_sink_handle_slaving):
2803         * gst-libs/gst/audio/gstbaseaudiosink.h:
2804         Expose methods for some object properties so that subclasses can more
2805         easily configure them.
2806         Added slave method none, that completely disables slaving to the
2807         internal clock.
2808         API: gst_base_audio_sink_set_provide_clock()
2809         API: gst_base_audio_sink_get_provide_clock()
2810         API: gst_base_audio_sink_set_slave_method()
2811         API: gst_base_audio_sink_get_slave_method()
2812
2813         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2814         (gst_base_audio_src_set_provide_clock),
2815         (gst_base_audio_src_get_provide_clock),
2816         (gst_base_audio_src_set_property),
2817         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2818         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2819         Expose methods for some object properties so that subclasses can more
2820         easily configure them.
2821         API: gst_base_audio_src_set_provide_clock()
2822         API: gst_base_audio_src_get_provide_clock()
2823
2824 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
2825
2826         Patch by: Joe Peterson <lavajoe at gentoo dot org>
2827
2828         * gst-libs/gst/sdp/gstsdpmessage.c:
2829         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
2830
2831 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
2832
2833         * tests/check/libs/fft.c: (GST_START_TEST):
2834         Fix scaling to really have dB instead of something else.
2835
2836 2007-11-19  Julien MOUTTE  <julien@moutte.net>
2837
2838         * tests/examples/seek/seek.c: (main): There's a nice macro to check
2839         GTK version, use it.
2840
2841 2007-11-19  Julien MOUTTE  <julien@moutte.net>
2842
2843         * tests/examples/seek/seek.c: (main): Try to support stable version
2844         of GTK.
2845
2846 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
2847
2848         * gst/playback/README:
2849         * gst/playback/test7.c:
2850           Fix the build + little README update.
2851
2852 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
2853
2854         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
2855         Add playbin2 seek pipeline.
2856
2857 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
2858
2859         * gst/playback/Makefile.am:
2860         * gst/playback/gstplayback.c: (plugin_init):
2861         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
2862         (eos_cb), (about_to_finish_cb), (main):
2863         Add playbin2.
2864         Added gapless playback example.
2865
2866         * gst/playback/gstplaybasebin.c:
2867         * gst/playback/gstplaybasebin.h:
2868         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
2869         * gst/playback/gstqueue2.c:
2870         * gst/playback/test.c:
2871         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
2872         (pad_removed_cb):
2873         * gst/playback/gststreaminfo.h:
2874         Change email.
2875
2876         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
2877         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
2878         (gst_play_bin_dispose), (gst_play_bin_set_uri),
2879         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
2880         (gst_play_bin_get_property), (gst_play_bin_handle_message),
2881         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
2882         (drained_cb), (unlink_group), (activate_group),
2883         (setup_next_source), (gst_play_bin_change_state),
2884         (gst_play_bin2_plugin_init):
2885         Added raw first version of playbin2. Does chained oggs and gapless
2886         playback fine. No support for raw sinks yet. No visualisations or
2887         subtitles yet.
2888
2889         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
2890         (gst_play_sink_class_init), (gst_play_sink_init),
2891         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
2892         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
2893         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
2894         (gst_play_sink_set_property), (gst_play_sink_get_property),
2895         (post_missing_element_message), (free_chain), (add_chain),
2896         (activate_chain), (gen_video_chain), (gen_text_element),
2897         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
2898         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
2899         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
2900         (gst_play_sink_send_event), (gst_play_sink_change_state):
2901         * gst/playback/gstplaysink.h:
2902         Added Element that abstracts the sinks and their pipelines for playbin2.
2903
2904 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
2905
2906         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
2907         (gst_selector_pad_class_init), (gst_selector_pad_init),
2908         (gst_selector_pad_finalize), (gst_selector_pad_reset),
2909         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
2910         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
2911         (gst_selector_pad_chain), (gst_stream_selector_get_type),
2912         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
2913         (gst_stream_selector_init), (gst_stream_selector_set_property),
2914         (gst_stream_selector_get_linked_pad),
2915         (gst_stream_selector_getcaps),
2916         (gst_stream_selector_is_active_sinkpad),
2917         (gst_stream_selector_activate_sinkpad),
2918         (gst_stream_selector_get_linked_pads),
2919         (gst_stream_selector_request_new_pad),
2920         (gst_stream_selector_release_pad):
2921         * gst/playback/gststreamselector.h:
2922         Improve streamselector, make it select and unselect the current pad more
2923         intelligently. 
2924         Subclass GstPad for the sinkpads of the selector.
2925         Handle segments more correctly.
2926         Fix caps negotiation.
2927         Implement release_pad.
2928
2929 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
2930
2931         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
2932         (gst_decode_group_check_if_drained), (source_pad_event_probe),
2933         (remove_fakesink):
2934         Add drained signal fired when decodebin finishes decoding the data.
2935         Remove deprecated STATE_DIRTY message.
2936
2937         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
2938         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
2939         (analyse_source), (proxy_drained_signal), (make_decoder),
2940         (source_new_pad), (value_list_append_structure_list),
2941         (handle_redirect_message), (handle_message):
2942         Proxy the new drained signal.
2943         Handle pad removed from decodebin.
2944         Handle redirect messages by sorting multiple redirections based on the
2945         connection speed.
2946
2947 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
2948
2949         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2950
2951         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
2952         Fix leaking headers. Fixes #496761.
2953
2954 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
2955
2956         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2957
2958         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2959         (gst_ximagesink_change_state):
2960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
2961         Don't leak the PAR on errors. Fixes #496731.
2962
2963 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2964
2965         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
2966           (gst_tag_from_id3_user_tag):
2967           Add mapping for audio cd discid tags, so we can extract
2968           them from tags as well (see #347848). Also compare identifiers
2969           in ID3v2 TXXX frames in a case-insensitive way to increase
2970           compatibility when reading tags (discid vs. DiscID vs. DiscId).
2971
2972 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
2973
2974         * gst-plugins-base.doap:
2975         Oops, fix the release name.
2976
2977 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
2978
2979         * gst-plugins-base.doap:
2980         Add 0.10.15 release
2981
2982 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
2983
2984         * configure.ac:
2985         Back to CVS
2986
2987 === release 0.10.15 ===
2988
2989 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
2990
2991         * configure.ac:
2992           releasing 0.10.15, "No need to argue"
2993
2994 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
2995
2996         * win32/vs6/libgstfft.dsp:
2997         Convert line endings to DOS.
2998
2999 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
3000
3001         * win32/vs6/gst_plugins_base.dsw:
3002         * win32/vs6/libgstfft.dsp:
3003         * win32/MANIFEST:
3004         Add a project file for fft plugin and remove socket
3005         based plugin which don't build from the workspace.
3006         * win32/vs6/libgstaudio.dsp:
3007         * win32/vs6/libgstrtp.dsp:
3008         * win32/vs6/libgsttag.dsp:
3009         Convert line endings back to DOS.
3010         Fixes #496724
3011
3012 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
3013
3014         * win32/vs6/libgstinterfaces.dsp:
3015         * win32/vs6/libgstrtsp.dsp:
3016         Convert line endings back to DOS
3017
3018 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
3019
3020         * gst-libs/gst/fft/kiss_fft_f32.h:
3021         * gst-libs/gst/fft/kiss_fft_f64.h:
3022         * gst-libs/gst/fft/kiss_fft_s16.h:
3023         * gst-libs/gst/fft/kiss_fft_s32.h:
3024         Don't include malloc.h which doesn't exist on Mac OSX.
3025         Instead, pull in glib.h and use g_malloc/g_free for 
3026         consistency. Fixes: #496548
3027
3028 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
3029
3030         * gst/playback/gstdecodebin2.c:
3031           Dont leak ghostpad. Fixes #475451.
3032
3033 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
3034
3035         * docs/design/design-decodebin.txt:
3036         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3037         Update some more docs and comments.
3038
3039 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
3040
3041         Patch by: Sebastien Moutte  <sebastien moutte net>
3042
3043         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
3044           (gst_rtcp_unix_to_ntp):
3045         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
3046           Fix some C99-isms and and a missing function that some versions of
3047           MSVC don't like too much (#494346).
3048
3049         * win32/vs6/gst_plugins_base.dsw:
3050         * win32/vs6/libgstaudio.dsp:
3051         * win32/vs6/libgstrtp.dsp:
3052         * win32/vs6/libgsttag.dsp:
3053           Update vs6 projects files (#494346).
3054
3055 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
3056
3057         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3058
3059         * win32/common/libgstaudio.def:
3060         * win32/common/libgstcdda.def:
3061         * win32/common/libgstinterfaces.def:
3062         * win32/common/libgstnetbuffer.def:
3063         * win32/common/libgstpbutils.def:
3064         * win32/common/libgstrtp.def:
3065         * win32/common/libgstrtsp.def:
3066         * win32/common/libgsttag.def:
3067         * win32/common/libgstvideo.def:
3068           More missing symbols to export (fixes #493986).
3069
3070 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
3071
3072         * docs/libs/gst-plugins-base-libs-sections.txt:
3073         * gst-libs/gst/fft/gstfftf32.c:
3074         * gst-libs/gst/fft/gstfftf32.h:
3075         * gst-libs/gst/fft/gstfftf64.c:
3076         * gst-libs/gst/fft/gstfftf64.h:
3077         * gst-libs/gst/fft/gstffts16.c:
3078         * gst-libs/gst/fft/gstffts16.h:
3079         * gst-libs/gst/fft/gstffts32.c:
3080         * gst-libs/gst/fft/gstffts32.h:
3081         * tests/check/libs/fft.c: (GST_START_TEST):
3082         Remove the magnitude and phase calculation functions as these have
3083         very special use cases and can't even be used for the spectrum
3084         element. Also adjust the docs to mention some properties of the used
3085         FFT implemention, i.e. how the values are scaled. Fixes #492098.
3086
3087 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
3088
3089         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3090           (finish_source):
3091           Avoid crash when there are external subtitles (fixes #491722).
3092
3093 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
3094
3095         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3096         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
3097           'Could not open resource for writing' is not an acceptable
3098           error message when we can't open the audio device (see #492334),
3099           even less so when we're trying to open it to record something.
3100
3101 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
3102
3103         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3104
3105         * win32/common/libgstrtp.def:
3106           Add some more missing symbols (#492813).
3107
3108 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
3109
3110         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
3111
3112         * tests/check/elements/audioconvert.c: (verify_convert):
3113           Add check to make sure that the out caps have a channel layout
3114           set on them where they should have one.
3115
3116 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
3117
3118         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
3119
3120         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
3121         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
3122           Include our own _stdint.h instead of sys/types.h, makes MingW happy
3123           (#492306).
3124
3125         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
3126           Use _pipe directly, GLib doesn't have a pipe() macro any longer
3127           (it disappeared in GLib 2.14.0) (#492306).
3128
3129         * gst-libs/gst/sdp/Makefile.am:
3130         * gst-libs/gst/sdp/gstsdpmessage.c:
3131           Fix includes and LIBS for win32/Mingw (#492306).
3132
3133         * tests/examples/dynamic/addstream.c (pause_play_stream):
3134           Use more portable g_usleep() instead of sleep() (#492306).
3135
3136 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
3137
3138         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3139
3140         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3141           (gst_ring_buffer_parse_caps):
3142           Return NULL instead of an enum that happens to be 0, fixes warning
3143           on MSVC (#492114).
3144
3145         * gst-libs/gst/audio/gstringbuffer.h:
3146           No trailing commas in enum list (for gcc-2.9x).
3147
3148         * gst/videotestsrc/videotestsrc.c: (random_char):
3149           Make information loss explicit instead of implicitly truncating to
3150           eight bits via the return value.  Fixes runtime error on MSVC when
3151           using the debug CRT (#492114).
3152
3153         * win32/common/config.h.in:
3154           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
3155
3156         * win32/common/libgstinterfaces.def:
3157         * win32/common/libgstrtp.def:
3158           Export a few more symbols (#492114).
3159
3160 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
3161
3162         * gst-libs/gst/audio/audio.c:
3163         * gst-libs/gst/audio/audio.h:
3164           Readd the deprecation guards, but preserve compilability.
3165
3166 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
3167
3168         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
3169           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
3170           Preserve channel layout when fixating the number of channels in the
3171           output caps, or make sure there's a suitable channel position layout
3172           set on the caps if required. Fixes #430677.
3173
3174 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
3175
3176         * tests/check/elements/decodebin.c: (test_text_plain_streams):
3177           Make sure the pipeline really operates in push mode as it should
3178           in this case.
3179
3180 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
3181
3182         * gst-libs/gst/audio/audio.h:
3183           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
3184           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
3185           (ie. normal cvs builds) will fail.
3186
3187 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
3188
3189         * docs/libs/Makefile.am:
3190         * gst-libs/gst/audio/audio.c:
3191         * gst-libs/gst/audio/audio.h:
3192         * gst-libs/gst/interfaces/mixer.c:
3193           tell gtk-doc about the deprecation guard. Apply more doc fixes.
3194
3195 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
3196
3197         * tests/check/libs/audio.c: (init_value_to_channel_layout),
3198           (test_channel_layout_value_intersect), (audio_suite):
3199           Add simple unit test to make sure GstValue intersection
3200           of channel layouts works the way I think it does.
3201
3202 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
3203
3204         * docs/libs/gst-plugins-base-libs-sections.txt:
3205         * gst-libs/gst/audio/gstaudiofilter.h:
3206         * gst-libs/gst/interfaces/mixer.h:
3207         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3208         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3209         * gst-libs/gst/sdp/gstsdpmessage.c:
3210           Fix the docs according to what gtk-doc complained about.
3211
3212 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
3213
3214         * tests/icles/stress-playbin.c:
3215           Fix the build.
3216
3217 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
3218
3219         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
3220         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3221           Post nice/more useful error message if we don't have a decoder for
3222           the primary type.
3223
3224 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
3225
3226         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
3227         Be a bit more useful, unblock the pads after we fired the no-more-pads
3228         signal so that we can use the signal to inspect and connect all pads
3229         without having to keep extra state outside of decodebin.
3230
3231 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
3232
3233         * gst/playback/gsturidecodebin.c:
3234         (gst_uri_decode_bin_autoplug_continue),
3235         (gst_uri_decode_bin_class_init), (no_more_pads_full):
3236         Implement default signal handler so that we return TRUE when nothing is
3237         connected.
3238
3239 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
3240
3241         * gst-libs/gst/riff/riff-media.c:
3242         (gst_riff_wavext_add_channel_layout),
3243         (gst_riff_wave_add_default_channel_layout),
3244         (gst_riff_wavext_get_default_channel_mask),
3245         (gst_riff_create_audio_caps):
3246         Use the ALSA channel layout as default for wav files without channel
3247         layout information. This fixes playback of chan-id.wav on 5.1 systems
3248         for example. Also refactor the channel layout setting a bit and add
3249         more default channel orders. Fixes #489010.
3250
3251 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
3252
3253         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
3254           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
3255           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
3256           instead.
3257
3258 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
3259
3260         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3261         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
3262         (gst_decode_bin_set_subs_encoding),
3263         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
3264         (gst_decode_bin_get_property), (analyze_new_pad):
3265         Move subtitle encoding property to decodebin2 so that it can set the
3266         property value on all elements that it autoplugs and that require it.
3267         Make caps refcounting more consistent in get/set.
3268
3269         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
3270         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3271         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
3272         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
3273         (proxy_autoplug_continue_signal),
3274         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
3275         (make_decoder):
3276         Proxy properties and relevant signals from the internal decodebin.
3277         Make properties MT safe.
3278
3279 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
3280
3281         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
3282         * gst-libs/gst/tag/tags.c:
3283           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
3284           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
3285
3286         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
3287           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
3288
3289         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
3290           (gst_tag_to_vorbis_comments):
3291           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
3292           just mapping everything I found in the wild) (#414539).
3293
3294 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
3295
3296         Inspired by patch of: René Stadler <mail at renestadler dot de>
3297
3298         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3299         (gst_decode_bin_autoplug_continue),
3300         (gst_decode_bin_autoplug_factories),
3301         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
3302         (find_compatibles):
3303         * gst/playback/gstplay-marshal.list:
3304         Remove the autoplug-sort signal and replace it with a binding friendly
3305         autoplug-select signal.
3306         Add an autoplug-factories signal that can be used to generate a list of
3307         factories to try to autoplug.
3308         Add the GstPad to the autoplugging signal args as it might be needed to
3309         make a good factory selection.
3310         Fix up the marshallers for this. Fixes #407282.
3311
3312 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
3313
3314         * gst-libs/gst/tag/gsttagdemux.c:
3315           Don't abort with an assertion if we receive a seek event with
3316           a start type of NONE (see launchpad bug #155878).
3317
3318 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
3319
3320         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
3321         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
3322         (gst_ximagesink_change_state), (gst_ximagesink_reset):
3323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
3324         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
3325         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
3326         Make sure that before we clean up the X resources, we shutdown and join
3327         the event thread.
3328         Also make sure the event thread does not shut down immediatly after
3329         startup because the running variable is not yet correctly set.
3330         Fixes #378770. 
3331
3332 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
3333
3334         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
3335         Make the window for a race in typefind and shutting down smaller until
3336         we figure out the right locking here. Avoids #485753 usually.
3337
3338         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
3339         Remove unneeded lock causing a race in typefind and shutting down.
3340         Fixes #485753.
3341
3342         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
3343         Also remove sinks when going to NULL because we might not complete the
3344         state change to PAUSED, causing the PAUSED->READY state change not to
3345         happen.
3346
3347 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
3348
3349         * gst-libs/gst/audio/gstbaseaudiosink.c:
3350         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
3351         Also explicitly release the ringbuffer when going to NULL because it
3352         is required in the setcaps function, before the state change to PAUSED
3353         completes.
3354
3355 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
3356
3357         * tests/icles/.cvsignore:
3358         * tests/icles/Makefile.am:
3359         * tests/icles/stress-playbin.c:
3360           Does what it says on the tin.
3361
3362 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
3363
3364         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
3365         Fix queue negotiation. See #486758.
3366
3367 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3368
3369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
3370         (gst_xvimagesink_xwindow_new),
3371         (gst_xvimagesink_update_colorbalance),
3372         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
3373
3374         Fix handling of some of the X atoms. If the last parameter is True,
3375         XInternAtom won't create the atom if it doesn't exist, and therefore
3376         might return None. This causes X errors on Xv implementations that
3377         don't provide the colour balance attributes.
3378
3379 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
3380
3381         * gst-libs/gst/tag/gstvorbistag.c:
3382         * tests/check/libs/tag.c:
3383           Extract vorbis comment LICENSE tags correctly.
3384
3385 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
3386
3387         Patch by: Jason Kivlighn  <jkivlighn gmail com>
3388
3389         * gst-libs/gst/tag/gstid3tag.c:
3390         * tests/check/libs/tag.c:
3391           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
3392
3393 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
3394
3395         * gst-libs/gst/tag/gsttagdemux.c:
3396           Don't error out when a buggy downstream element doesn't
3397           handle the newsegment event we send properly (especially
3398           not without posting a meaningful error message on the
3399           bus). See bug #471370 and launchpad bug #136264.
3400
3401 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
3402
3403         * gst-libs/gst/audio/gstbaseaudiosink.c:
3404         (gst_base_audio_sink_drain):
3405         Use new basesink method to make our EOS drain interruptable.
3406
3407 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
3408
3409         * gst-libs/gst/rtp/gstrtppayloads.c:
3410         Fix silly search-replace oversight.
3411
3412 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
3413
3414         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3415
3416         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
3417         (gst_basertppayload_set_outcaps):
3418         Fix caps memleak. Fixes #484989.
3419
3420
3421 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
3422
3423         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3424         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
3425         Fix debug output.
3426
3427 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
3428
3429         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3430         (gst_base_audio_src_create):
3431         Also handle the case where there is no clock set on the audio source,
3432         like in the unit tests.
3433
3434 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
3435
3436         * gst-libs/gst/rtp/gstrtppayloads.c:
3437         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
3438         to avoid compiler warnings
3439
3440 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
3441
3442         * gst/playback/gstdecodebin.c: (type_found),
3443         (gst_decode_bin_change_state):
3444         * gst/playback/gstdecodebin2.c: (type_found),
3445         (gst_decode_bin_change_state):
3446         Don't disconnect the have_type signal because we never reconnect it
3447         later on. Instead keep a variable to see if we already detected a type.
3448
3449 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
3450
3451         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
3452         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
3453         (type_found):
3454         Unlink the signal handler when we found the type, we're not going to do
3455         anything sensible with more type_found signals anyway.
3456
3457 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
3458
3459         * gst-libs/gst/tag/gsttagdemux.c:
3460           Don't leak caps.
3461
3462 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
3463
3464         * gst-libs/gst/tag/Makefile.am:
3465         * gst-libs/gst/tag/gsttagdemux.c:
3466         * gst-libs/gst/tag/gsttagdemux.h:
3467           API: add GstTagDemux base class for simple tag demuxers.
3468
3469         * docs/libs/gst-plugins-base-libs-docs.sgml:
3470         * docs/libs/gst-plugins-base-libs-sections.txt:
3471           Add GstTagDemux to docs.
3472
3473 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
3474
3475         * gst-libs/gst/rtp/gstrtpbuffer.c:
3476         (gst_rtp_buffer_get_payload_subbuffer):
3477         Fix bug introduced with last commit which inverted the logic and
3478         caused all buffers to be dropped. Fixes #483620.
3479         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
3480
3481 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
3482
3483         * gst-libs/gst/rtp/gstrtpbuffer.c:
3484           Replace g_return_if_val (as it could be disabled), with regular return
3485           and warning.
3486
3487 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
3488
3489         * tests/check/pipelines/simple-launch-lines.c:
3490           Print message name and not just number.
3491
3492 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
3493
3494         * gst-libs/gst/audio/gstbaseaudiosink.c:
3495         (gst_base_audio_sink_async_play):
3496         When slaved to the clock, don't try to align a sample with the previous
3497         one when going to PLAYING again.
3498
3499 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
3500
3501         * tests/examples/snapshot/snapshot.c:
3502           Fix the build.
3503
3504 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
3505
3506         * gst-libs/gst/sdp/gstsdpmessage.h:
3507         Add RFC 3556 bandwidth modifiers.
3508
3509 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
3510
3511         * docs/libs/gst-plugins-base-libs-docs.sgml:
3512         * docs/libs/gst-plugins-base-libs-sections.txt:
3513         * gst-libs/gst/rtp/gstrtppayloads.c:
3514         Update documentation.
3515
3516 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
3517
3518         * gst-libs/gst/rtp/Makefile.am:
3519         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
3520         (gst_rtp_payload_info_for_name):
3521         * gst-libs/gst/rtp/gstrtppayloads.h:
3522         Added new file and header to deal with payload info.
3523
3524         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
3525         (gst_rtp_buffer_default_clock_rate):
3526         * gst-libs/gst/rtp/gstrtpbuffer.h:
3527         Payload specific stuff is move to new headers.
3528         Implement _default_clock rate using the new payload function.
3529
3530         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
3531         (gst_sdp_parse_line):
3532         * gst-libs/gst/sdp/gstsdpmessage.h:
3533         Add some more comments.
3534
3535 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
3536
3537         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
3538         (sdp_check_header), (sdp_type_find), (plugin_init):
3539         Add typefind function for application/sdp.
3540         Remove some old dirac typefind code that was ifdeffed out.
3541
3542 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
3543
3544         * win32/common/libgstaudio.def:
3545         Add new exported functions.
3546         * win32/vs6/grammar.dsp:
3547         Add autogeneration and copy of some autegenerated files from win32/common
3548         for rtsp library.
3549         * win32/vs6/libgstaudioconvert.dsp:
3550         Add gstaudioquantize.c to the build.
3551         * win32/vs6/libgstinterfaces.dsp:
3552         Add videoorientation.c to the build.
3553         * win32/vs6/libgstriff.dsp:
3554         Add libgsttag to the link libraries list.
3555         * win32/vs6/libgstvolume.dsp:
3556         Add liboil to the link.
3557         * win32/vs6/gst_plugins_base.dsw:
3558         * win32/vs6/libgstrtsp.dsp:
3559         * win32/common/libgstrtsp.def:
3560         Add files to build libgstrtsp library.
3561         
3562 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
3563
3564         * tests/examples/snapshot/snapshot.c: (main):
3565         Print error when pipeline failed to construct.
3566
3567 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3568
3569         * configure.ac:
3570         * gst-libs/gst/tag/gstid3tag.c:
3571         * gst-libs/gst/tag/gstvorbistag.c:
3572           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
3573           and ID3v2 tags.
3574
3575 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3576
3577         * gst-libs/gst/floatcast/floatcast.h:
3578           Don't include config.h in an installed public header, this
3579           might break compilation of applications that don't have such
3580           a header and doesn't necessarily do what it's supposed to do
3581           anyway (ie. check for the lrint/lrintf defines) (#442065).
3582           Add docs for the various macros and document how this header
3583           has to be used (link against libm, etc.); add a few FIXMEs;
3584           include math.h for non-c99 code path.  Based on patch by
3585           Jan Schmidt.
3586           
3587 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
3588
3589         * configure.ac:
3590         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
3591         of duplicating these macros in configure.ac.
3592
3593 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3594
3595         * po/hu.po:
3596         * po/sv.po:
3597         * po/uk.po:
3598           Updated translations to 0.10.14
3599
3600 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3601
3602         translated by: Jakub Bogusz <qboosh@pld-linux.org>
3603
3604         * po/pl.po:
3605           Added Polish translation.
3606
3607 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3608
3609         translated by: Ilkka Tuohela <hile@iki.fi>
3610
3611         * po/fi.po:
3612           Added Finnish translation.
3613
3614 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3615
3616         translated by: Jorge González González <aloriel@gmail.com>
3617
3618         * po/es.po:
3619           Added Spanish translation.
3620
3621 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3622
3623         translated by: Mogens Jaeger <mogens@jaeger.tf>
3624
3625         * po/da.po:
3626           Added Danish translation.
3627
3628 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3629
3630         translated by: Funda Wang <fundawang@linux.net.cn>
3631
3632         * po/zh_CN.po:
3633           Added Chinese (simplified) translation.
3634
3635 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3636
3637         translated by: Alexander Shopov <ash@contact.bg>
3638
3639         * po/bg.po:
3640           Added Bulgarian translation.
3641
3642 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
3643
3644         * gst/playback/gstqueue2.c: (gst_queue_push_one):
3645         Fix compilation wrt printf arguments.
3646
3647 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
3648
3649         * configure.ac:
3650         * tests/examples/Makefile.am:
3651         * tests/examples/snapshot/.cvsignore:
3652         * tests/examples/snapshot/Makefile.am:
3653         * tests/examples/snapshot/snapshot.c: (main):
3654         Add simple snapshot example program using appsink.
3655
3656 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
3657
3658         * tests/check/generic/states.c:
3659           Improved state change unit test.
3660
3661 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
3662
3663         * docs/plugins/.cvsignore:
3664         * tests/check/.cvsignore:
3665           Ignore registries in any format.
3666
3667 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
3668
3669         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3670         (gst_base_rtp_depayload_chain),
3671         (gst_base_rtp_depayload_set_gst_timestamp):
3672         Only copy timestamp on outgoing packets if the depayloader did not set
3673         one.
3674         Also copy duration on outgoing packets.
3675
3676 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
3677
3678         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
3679         (gst_basertppayload_set_outcaps):
3680         Fix compilation because of missing %d in printf.
3681         When fixating caps, fixate what we can and throw away all remaining
3682         unfixed caps, subclasses should do something smart if they need to.
3683
3684 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
3685
3686         * ext/gnomevfs/gstgnomevfssrc.c:
3687           Improve debug logs a bit and be more verbose if things go wrong.
3688
3689 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
3690
3691         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
3692         (gst_text_overlay_set_property):
3693         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3694         * gst-libs/gst/audio/gstbaseaudiosink.c:
3695         (gst_base_audio_sink_render):
3696         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
3697         (gst_rtcp_unix_to_ntp):
3698         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
3699         * gst/playback/gstqueue2.c:
3700         * tests/examples/seek/seek.c: (set_scale):
3701         Fix a bunch of compile warnings shown with Forte.
3702
3703         * gst/audiorate/gstaudiorate.c:
3704         Always pull in config.h before including any system headers.
3705
3706 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
3707
3708         * gst/playback/gstqueue2.c: (update_buffering),
3709         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
3710         (gst_queue_handle_sink_event), (gst_queue_chain),
3711         (gst_queue_push_one), (gst_queue_sink_activate_push),
3712         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
3713         Also fix #476514 for queue2.
3714
3715 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
3716
3717         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3718         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
3719         (gst_base_rtp_depayload_chain),
3720         (gst_base_rtp_depayload_handle_sink_event),
3721         (gst_base_rtp_depayload_push_full),
3722         (gst_base_rtp_depayload_set_gst_timestamp),
3723         (gst_base_rtp_depayload_change_state):
3724         Remove code to deal with RTP to GST time conversion, we now just copy
3725         the GST timestamp we receive to the outgoing buffers.
3726         Handle segment and flushes correctly.
3727
3728         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3729         When we have no valid input timestamp, use the previous rtp timestamp on
3730         the outgoing RTP packet instead of the RTP base time.
3731
3732 2007-09-15  David Schleef  <ds@schleef.org>
3733
3734         * ext/alsa/gstalsa.c:
3735         * ext/alsa/gstalsadeviceprobe.c:
3736         * ext/alsa/gstalsamixer.c:
3737         * ext/alsa/gstalsasink.c:
3738         * ext/alsa/gstalsasrc.c:
3739           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
3740
3741 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
3742
3743         * gst-libs/gst/rtp/gstbasertppayload.c:
3744         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
3745         Add some debug info when negotiating caps.
3746
3747 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
3748
3749         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3750         A buffer with an empty payload is also a valid buffer.
3751
3752 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
3753
3754         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
3755         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
3756         (gst_basertppayload_change_state):
3757         Make sure we start our RTP timestamp from the random base RTP
3758         timestamp even if the buffer timestamp starts from some random value.
3759
3760 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
3761
3762         * configure.ac:
3763         * tests/examples/Makefile.am:
3764         * tests/examples/dynamic/.cvsignore:
3765         * tests/examples/dynamic/Makefile.am:
3766         * tests/examples/dynamic/addstream.c: (create_stream),
3767         (pause_play_stream), (message_received), (eos_message_received),
3768         (perform_step), (main):
3769         Add simple exmple app to demonstrate starting and pausing live and
3770         non-live bins in a PLAYING pipeline.
3771
3772 2007-09-14  Julien MOUTTE  <julien@moutte.net>
3773
3774         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
3775         typefind for QCP files (RFC #3625)
3776
3777 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
3778
3779         * gst-libs/gst/audio/gstbaseaudiosink.c:
3780         (gst_base_audio_sink_init):
3781         Disable pull mode scheduling, we're not ready for it yet and it subtly
3782         breaks a lot of things.
3783
3784 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
3785
3786         * tests/check/elements/libvisual.c:
3787           Test all libvisual plugins, not just the first one; this reproduces
3788           bug #450336 quite easily.  Looks like a problem with the 'jess'
3789           visualisation.
3790
3791 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
3792
3793         * tests/check/Makefile.am:
3794         * tests/check/elements/.cvsignore:
3795         * tests/check/elements/libvisual.c:
3796           Add basic libvisual test case in an attempt to reproduce bug #450336.
3797           Doesn't reproduce that bug, but some other crasher instead (invalid
3798           free), at least with make elements/libvisual.forever and the bumscope
3799           plugin on x86-64/gutsy. Leaving test disabled for now.
3800
3801 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
3802
3803         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
3804
3805         * gst-libs/gst/rtsp/gstrtspconnection.c:
3806         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
3807         (read_body), (gst_rtsp_connection_receive):
3808         Make sure we can not cancel in the middle of receiving a message.
3809         Fixes #475731.
3810
3811 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
3812
3813         Patch by: Josep Torra Valles <josep@fluendo.com>
3814
3815         * gst/playback/gstplaybasebin.c:
3816           Increase upper limit for audio queue a bit; fixes preroll problem
3817           with playbin and decodebin2 when playing a quicktime trailer with
3818           multichannel audio via http (#464666).
3819
3820 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
3821
3822         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3823         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3824         (gst_base_audio_src_provide_clock),
3825         (gst_base_audio_src_set_property),
3826         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3827         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3828         Allow othe clocks than the internal clock to be used for the pipeline.
3829         Add property to disable clock provide.
3830         API: GstBaseAudioSrc::provide-clock
3831
3832 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
3833
3834         * gst/playback/gstdecodebin2.c:
3835           Don't leak request pads. Fixes #475395.
3836
3837 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
3838
3839         Patch by: René Stadler <mail at renestadler dot de>
3840
3841         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3842         (gst_ximage_buffer_class_init):
3843         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3844         (gst_xvimage_buffer_class_init):
3845         Correctly chain up finalize with the parent class to prevent
3846         memory leaks. Fixes #474880.
3847
3848 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
3849
3850         * gst/volume/gstvolume.c: (volume_choose_func):
3851         * tests/check/elements/volume.c: (GST_START_TEST):
3852         Revert the latest change: floating point samples are allowed to
3853         have any value, not only values in the range [-1,1]. Thanks to Andy
3854         Wingo for noticing.
3855         Also fix processing of int32 samples with volumes > 4 by making the
3856         unity value smaller which prevents overflows.
3857
3858 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
3859
3860         * gst-libs/gst/rtp/gstrtpbuffer.c:
3861         * tests/check/libs/rtp.c:
3862           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
3863
3864 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
3865
3866         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
3867
3868         * gst-libs/gst/rtp/gstrtpbuffer.c:
3869           Fix up GstRTPHeader helper struct so that compilers will not under
3870           any circumstances add padding in between our fields, as currently
3871           happens with MSVC on win32, because that would lead to us sending
3872           out RTP payloads with broken RTP headers (#471194).
3873           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
3874           
3875         * tests/check/Makefile.am:
3876         * tests/check/libs/.cvsignore:
3877         * tests/check/libs/rtp.c:
3878           Add some simple unit tests for GstRTPBuffer. Some are disabled
3879           because the code tested still needs fixing (set_csrc() does not work).
3880
3881 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
3882
3883         * win32/MANIFEST:
3884         * win32/common/gstrtsp-enumtypes.c:
3885         * win32/common/gstrtsp-enumtypes.h:
3886         * win32/common/interfaces-enumtypes.c:
3887         * win32/common/interfaces-enumtypes.h:
3888         * win32/common/multichannel-enumtypes.c:
3889           Add rtsp enumtypes (#474384) and update others.
3890
3891 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
3892
3893         * configure.ac:
3894           Fix configure check for HAVE_LIBXML_HTML.
3895
3896 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
3897
3898         * tests/check/libs/.cvsignore:
3899           Ignore more, in case the build bots work again one day.
3900
3901 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
3902
3903         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
3904
3905         * configure.ac:
3906         * gst-libs/gst/Makefile.am:
3907         * gst-libs/gst/fft/Makefile.am:
3908         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
3909         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
3910         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
3911         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
3912         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
3913         * gst-libs/gst/fft/gstfft.h:
3914         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
3915         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
3916         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
3917         * gst-libs/gst/fft/gstfftf32.h:
3918         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
3919         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
3920         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
3921         * gst-libs/gst/fft/gstfftf64.h:
3922         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
3923         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
3924         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
3925         * gst-libs/gst/fft/gstffts16.h:
3926         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
3927         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
3928         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
3929         * gst-libs/gst/fft/gstffts32.h:
3930         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
3931         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
3932         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
3933         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
3934         * gst-libs/gst/fft/kiss_fft_f32.h:
3935         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
3936         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
3937         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
3938         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
3939         * gst-libs/gst/fft/kiss_fft_f64.h:
3940         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
3941         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
3942         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
3943         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
3944         * gst-libs/gst/fft/kiss_fft_s16.h:
3945         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
3946         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
3947         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
3948         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
3949         * gst-libs/gst/fft/kiss_fft_s32.h:
3950         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
3951         (kiss_fftr_f32), (kiss_fftri_f32):
3952         * gst-libs/gst/fft/kiss_fftr_f32.h:
3953         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
3954         (kiss_fftr_f64), (kiss_fftri_f64):
3955         * gst-libs/gst/fft/kiss_fftr_f64.h:
3956         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
3957         (kiss_fftr_s16), (kiss_fftri_s16):
3958         * gst-libs/gst/fft/kiss_fftr_s16.h:
3959         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
3960         (kiss_fftr_s32), (kiss_fftri_s32):
3961         * gst-libs/gst/fft/kiss_fftr_s32.h:
3962         * gst-libs/gst/fft/kiss_version:
3963         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3964         * pkgconfig/gstreamer-plugins-base.pc.in:
3965         Add libgstfft, a FFT library based on Kiss FFT which is
3966         BSD licensed. Supported sample formats are int16, int32,
3967         float and double. For those formats a real FFT and IFFT
3968         can be done, different windowing functions can be applied
3969         and functions for extracting the magnitude and phase exist.
3970         Fixes #468619.
3971
3972         * docs/libs/Makefile.am:
3973         * docs/libs/gst-plugins-base-libs-docs.sgml:
3974         * docs/libs/gst-plugins-base-libs-sections.txt:
3975         Integrate libgstfft into the docs.
3976
3977         * tests/check/Makefile.am:
3978         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
3979         Add unit tests for libgstfft, currently only testing the FFT.
3980         Unit tests for IFFT will follow soon.
3981
3982 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
3983
3984         Patch by: Peter Kjellerstedt  <pkj at axis com>
3985
3986         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
3987         (gst_sdp_message_init), (gst_sdp_message_uninit),
3988         (is_multicast_address), (gst_sdp_message_as_text),
3989         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
3990         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
3991         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
3992         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
3993         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
3994         (gst_sdp_media_init), (gst_sdp_media_uninit),
3995         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
3996         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
3997         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
3998         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
3999         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
4000         * gst-libs/gst/sdp/gstsdpmessage.h:
4001         Separate INIT_ARRAY() and related macros into two versions, one for
4002         structures and one for pointers (e.g., INIT_ARRAY() and
4003         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
4004         lists of emails and phone numbers.
4005         Add missing const as appropriate.
4006         Change all gint to guint since they all actually represent unsigned
4007         values.
4008         Do not use time as a variable name as it shadows the global time().
4009         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
4010         Actually implement gst_sdp_message_add_time().
4011         Make gst_sdp_message_add_time() take repeat times as an argument.
4012         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
4013         Corrected the definition of gst_sdp_media_get_bandwidth() (was
4014         misspelled as badwidth).
4015         gst-indented and a little clean up. Fixes #471067.
4016
4017 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
4018
4019         * gst/volume/gstvolume.c: (volume_choose_func),
4020         (volume_process_double), (volume_process_double_clamp),
4021         (volume_process_float_clamp):
4022         Correctly clamp float/double samples in the [-1.0,1.0] range to
4023         prevent weird effects.
4024         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4025         Add unit tests for all samples types that had none before.
4026
4027 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
4028
4029         * gst-libs/gst/rtp/gstrtpbuffer.c:
4030           Need to include stdlib.h for abs() here too.
4031
4032 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
4033
4034         * gst/playback/gststreaminfo.c:
4035           Fix build.
4036
4037 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
4038
4039         * gst/playback/gststreaminfo.c:
4040           Clean up some half-disabled code and comment.
4041
4042 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
4043
4044         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4045
4046         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4047         (gst_base_rtp_payload_audio_handle_event):
4048         Return FALSE from the event handler to let the parent class handle the
4049         event. Fixes #446766.
4050
4051         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4052         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
4053         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
4054
4055         * gst-libs/gst/rtp/gstbasertppayload.c:
4056         Bump the MTU to 1400.
4057
4058 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
4059
4060         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
4061         Add an audio/x-nsf typefind function for the nsfdec element.
4062
4063 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
4064         * gst/playback/gstplaybasebin.c:
4065         Included "myth://" on stream_uris list for enable buffering to mythtv files
4066
4067 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
4068
4069         * docs/libs/gst-plugins-base-libs-sections.txt:
4070         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
4071         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
4072         (gst_rtcp_unix_to_ntp):
4073         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4074         Fix parsing of RB blocks.
4075         Fix docs.
4076         Added helper functions to convert to/from UNIX and NTP time.
4077         API: gst_rtcp_ntp_to_unix()
4078         API: gst_rtcp_unix_to_ntp()
4079
4080         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
4081         (gst_rtp_buffer_get_header_len),
4082         (gst_rtp_buffer_get_extension_data),
4083         (gst_rtp_buffer_get_payload_subbuffer),
4084         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
4085         (gst_rtp_buffer_ext_timestamp):
4086         * gst-libs/gst/rtp/gstrtpbuffer.h:
4087         Fix some more docs.
4088         Implement handling of packets with extensions.
4089         Fix padding check in _validate().
4090         Added function to get extension data.
4091         API: gst_rtp_buffer_get_header_len()
4092         API: gst_rtp_buffer_get_extension_data()
4093
4094 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
4095
4096         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4097         (gst_base_rtp_depayload_class_init),
4098         (gst_base_rtp_depayload_set_gst_timestamp):
4099         Add some more docs for the queue-delay property and fix a typo in a
4100         comment.
4101
4102         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
4103         Fix typo.
4104
4105 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
4106
4107         * gst-libs/gst/audio/gstbaseaudiosink.c:
4108         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
4109         (gst_base_audio_sink_change_state):
4110         When skew slaving, try to hover around the middle of a segment so that
4111         we at most drift by half a segment.
4112         If we are aligning in the oposite direction of the clock skew, we don't
4113         have to resync.
4114
4115 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
4116
4117         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4118         (gst_base_rtp_depayload_setcaps),
4119         (gst_base_rtp_depayload_set_gst_timestamp):
4120         Be less silly with the segment start, just apply the clock-base to the
4121         timestamp.
4122
4123 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
4124
4125         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4126         (gst_base_rtp_depayload_class_init),
4127         (gst_base_rtp_depayload_finalize),
4128         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
4129         (gst_base_rtp_depayload_handle_sink_event),
4130         (gst_base_rtp_depayload_set_gst_timestamp),
4131         (gst_base_rtp_depayload_change_state):
4132         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4133         Deprecate the queue handling thread thing and remove the code.
4134         Use new method to calculate the extended timestamp.
4135
4136 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
4137
4138         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4139         (gst_rtcp_packet_sdes_copy_entry):
4140         Use g_strndup which does exactly what we want.
4141
4142         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
4143         (gst_rtp_buffer_ext_timestamp):
4144         * gst-libs/gst/rtp/gstrtpbuffer.h:
4145         Add helper function to compare seqnums.
4146         Add helper function to calculate extended timestamps.
4147         API: gst_rtp_buffer_compare_seqnum()
4148         API: gst_rtp_buffer_ext_timestamp()
4149
4150 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
4151
4152         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4153         (gst_rtcp_packet_sdes_get_entry),
4154         (gst_rtcp_packet_sdes_copy_entry):
4155         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4156         Fix and document SDES item data function.
4157         Add new function that makes a proper copy of SDES item data.
4158         API: gst_rtcp_packet_sdes_copy_entry()
4159
4160 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
4161
4162         * configure.ac:
4163         * gst/Makefile.am:
4164           The tcp and subparse plugins are under gst, but not totaly free of
4165           dependencies. Handle selection inconfigure.ac, so that they show up
4166           on the final list of what is build and what is not. Maybe they should
4167           better be moved to ext.
4168
4169 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
4170
4171         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
4172
4173         * configure.ac:
4174         * gst/Makefile.am:
4175           Check if libxml provides HTML parser which subparse needs.
4176           Fixes #451970.
4177
4178 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
4179
4180         * ext/alsa/gstalsa.c:
4181           Fix typo and compilation on big endian systems.
4182
4183 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
4184
4185         * gst/subparse/gstssaparse.c:
4186           Convert SSA newline codes into actual newline characters (#470766).
4187
4188 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
4189
4190         * docs/libs/gst-plugins-base-libs-sections.txt:
4191         * gst-libs/gst/pbutils/install-plugins.c:
4192         * gst-libs/gst/pbutils/install-plugins.h:
4193         * tests/check/libs/pbutils.c:
4194           API: also add gst_install_plugins_supported() while we're at it
4195           (see #470456).
4196
4197 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
4198
4199         * docs/libs/gst-plugins-base-libs-sections.txt:
4200         * gst-libs/gst/pbutils/missing-plugins.c:
4201         * gst-libs/gst/pbutils/missing-plugins.h:
4202         * tests/check/libs/pbutils.c:
4203           API: add gst_missing_*_installer_detail_new() convenience API so
4204           that applications that know exactly what they're missing can request
4205           installer detail strings for those items directly instead of having
4206           to first create a dummy missing-plugin message and then get the
4207           installer detail string from that.  Fixes #470456.
4208
4209 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
4210
4211         * gst/playback/gstdecodebin.c: (close_pad_link):
4212         We need to set up delayed-linking whenever the caps are non-fixed,
4213         not just when there are multiple types - use gst_pad_is_fixed()
4214         to test.
4215
4216 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
4217
4218         * gst-libs/gst/pbutils/missing-plugins.c:
4219           (gst_missing_plugin_message_get_installer_detail):
4220           Add missing separator in PID fallback case.
4221
4222 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
4223
4224         * ext/alsa/Makefile.am:
4225         There is no GST_PLUGINS_BASE_LIBS defined.
4226         
4227         * ext/alsa/gstalsa.c:
4228         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4229         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
4230         Add support for ALSA 24-bit formats.
4231         snd_pcm_delay can return an error code, especially
4232         during XRUNS. In that case, the best we can do is assume
4233         delay = 0.
4234
4235         * gst/audioconvert/Makefile.am:
4236         Add flags from -base before any more-remote dependencies.
4237
4238 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
4239
4240         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
4241
4242         * gst/volume/gstvolume.c: (volume_choose_func),
4243         (volume_update_real_volume), (gst_volume_set_volume),
4244         (gst_volume_init), (volume_process_int32),
4245         (volume_process_int32_clamp), (volume_process_int24),
4246         (volume_process_int24_clamp), (volume_process_int16),
4247         (volume_process_int16_clamp), (volume_process_int8),
4248         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
4249         * gst/volume/gstvolume.h:
4250         Add support for int32, int24 and int8 to the volume element.
4251         Fixes #445529.
4252
4253 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
4254
4255         * tests/examples/Makefile.am:
4256           Fix even more.
4257
4258 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
4259
4260         * configure.ac:
4261         * docs/libs/Makefile.am:
4262         * docs/libs/gst-plugins-base-libs-docs.sgml:
4263         * docs/libs/gst-plugins-base-libs-sections.txt:
4264         * ext/gnomevfs/gstgnomevfssrc.c:
4265         * ext/gnomevfs/gstgnomevfssrc.h:
4266         * gst-libs/gst/Makefile.am:
4267         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4268         * pkgconfig/gstreamer-plugins-base.pc.in:
4269         * sys/v4l/v4lsrc_calls.c:
4270         * tests/examples/Makefile.am:
4271         * win32/common/config.h:
4272           Revert unwanted commit. many thanks to moap. I want a fix for 
4273           https://thomas.apestaart.org/moap/trac/ticket/239
4274
4275 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
4276
4277         * gst/volume/gstvolume.c:
4278           Move passthrough below gst_object_sync_values(). Fixes #442654.
4279
4280 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
4281
4282         * gst-libs/gst/audio/audio.c:
4283         Clarify the docs a little.
4284
4285 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
4286
4287         * gst/volume/gstvolume.c:
4288           Enable liboil for float and add more details about problems with
4289           int16.
4290
4291 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
4292
4293         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
4294         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
4295
4296 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
4297
4298         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
4299         When calculating the first timestamp of the buffers, don't go below 0
4300         and clip the samples because the offset was on the eos page.
4301         Fixes #466717.
4302
4303 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
4304
4305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
4306         (gst_ogg_demux_collect_chain_info):
4307         Also submit the eos page when trying to find the first timestamp.
4308         See #466717.
4309
4310 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
4311
4312         * gst-libs/gst/audio/audio.h:
4313         Use gst_util_uint64_scale() instead of doing the math
4314         with double for GST_FRAMES_TO_CLOCK_TIME() and
4315         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
4316         prevents rounding errors. Fixes #467667.
4317
4318 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
4319
4320         * gst-libs/gst/rtsp/gstrtspconnection.c:
4321         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4322         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
4323         * gst-libs/gst/rtsp/gstrtspconnection.h:
4324         Small cleanups.
4325         On shutdown, don't read the control socket yet.
4326         Set timeout value correctly in all cases.
4327         Add function to check if the server accepts reads or writes.
4328         API: gst_rtsp_connection_poll()
4329
4330         * gst-libs/gst/rtsp/gstrtspdefs.h:
4331         Fix compilation with -pedantic.
4332         Add enum for _poll.
4333
4334 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
4335
4336         Patch by: Olivier Crete  <tester at tester ca>
4337
4338         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4339         (gst_basertppayload_getcaps):
4340         * gst-libs/gst/rtp/gstbasertppayload.h:
4341         Add getcaps vfunc to basertppayload. See #465146.
4342
4343 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
4344
4345         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
4346         Only post buffering messages when we are a stream.
4347
4348 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4349
4350         * gst-libs/gst/pbutils/install-plugins.c:
4351         * gst-libs/gst/pbutils/missing-plugins.c:
4352           Small docs fix and addition.
4353
4354 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
4355
4356         * tests/icles/.cvsignore:
4357         * tests/icles/Makefile.am:
4358         * tests/icles/test-textoverlay.c:
4359           Add a dumb little test for textoverlay alignments.
4360
4361 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
4362
4363         Patch by: Dan Williams  <dcbw redhat com>
4364
4365         * ext/pango/gsttextoverlay.c:
4366         * ext/pango/gsttextoverlay.h:
4367           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
4368           "silent" property so there's a Since tag in the API reference.
4369
4370 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
4371
4372         * gst-libs/gst/rtp/gstbasertppayload.c:
4373         (gst_basertppayload_set_outcaps):
4374         * gst-libs/gst/rtp/gstbasertppayload.h:
4375         Improve caps negotiation so that downstream elements can confiure
4376         certain RTP properties by fixing them on the caps. See #465146.
4377         Add docs.
4378
4379 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
4380
4381         * docs/libs/gst-plugins-base-libs-sections.txt:
4382         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4383         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4384           Mark as deprecated some macros which were presumably meant to be
4385           private API and accidentally exposed in the public header file.
4386           Also actually _init() lock (only works at the moment because the
4387           struct is zeroed out when created and the initial values in the
4388           mutex struct are zeroes too). (#459585)
4389
4390 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
4391
4392         * docs/libs/Makefile.am:
4393           Remove cruft and do some cleanups.
4394
4395         * docs/libs/gst-plugins-base-libs-docs.sgml:
4396           Prepare for comming gtkdoc features (rebase against online docs).
4397
4398 2007-08-10  Michael Smith <msmith@fluendo.com>
4399
4400         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4401           Debug output fixes.
4402         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
4403         (GST_START_TEST):
4404           Change the number of buffers used; 500 is too many and leads to
4405           timeouts.
4406
4407 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4408
4409         * gst/playback/gstqueue2.c:
4410         * gst/videorate/gstvideorate.c:
4411           Printf format fixes (#465028).
4412
4413 2007-08-09  Michael Smith <msmith@fluendo.com>
4414
4415         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4416           If we have a large (> 1 second) discontinuity, push a series of
4417           smaller buffers rather than a single very large buffer. Avoids
4418           unreasonably large single buffer allocations when encountering a
4419           large gap.
4420         * tests/check/elements/audiorate.c: (GST_START_TEST),
4421         (audiorate_suite):
4422           Add a test for this.
4423
4424 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
4425
4426         * gst/playback/gstplaybasebin.c: (group_commit),
4427         (queue_remove_probe), (queue_threshold_reached):
4428
4429         Patch by: Josep Torra Valles <josep@fluendo.com>
4430         Fixes: #465015
4431         Make sure we remove the check_queues buffer probe from the 
4432         correct queue to avoid racily going back to "buffering 99%" when
4433         buffering is actually complete.
4434
4435         Also, fix the spelling of Josep's surname in the ChangeLog.
4436
4437 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
4438
4439         * ext/ogg/gstoggmux.c:
4440           Do not leak oggmux instance.
4441         
4442         * ext/vorbis/vorbisenc.c:
4443           Also log values.
4444
4445 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4446
4447         * po/hu.po:
4448         * po/it.po:
4449         * po/nl.po:
4450         * po/uk.po:
4451         * po/vi.po:
4452           Updated translations.
4453
4454 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
4455
4456         patch by: Yang Hong <hongyang@redflag-linux.com>
4457
4458         * ext/pango/gsttextoverlay.c:
4459         * ext/pango/gsttextoverlay.h:
4460           Add 'silent' property to GstTimeOverlay. Fixes #462979
4461
4462 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
4463
4464         Patch by: Josep Torra Valles <josep@fluendo.com>
4465
4466         * docs/plugins/gst-plugins-base-plugins.args:
4467         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
4468         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
4469         (gst_uri_decode_bin_get_property), (gen_source_element):
4470         Add connection-speed property. Fixes #464690.
4471
4472 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
4473
4474         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4475
4476         * configure.ac:
4477         * gst-libs/gst/rtsp/Makefile.am:
4478         * gst-libs/gst/rtsp/gstrtspconnection.c:
4479         (gst_rtsp_connection_connect):
4480         Fix compilation on windows. Fixes #464320.
4481
4482 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
4483
4484         Patch by: Josep Torra Valles <josep@fluendo.com>
4485
4486         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4487         (gst_play_base_bin_init), (queue_threshold_reached),
4488         (gen_source_element), (setup_substreams),
4489         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4490         (gst_play_base_bin_get_streaminfo_value_array):
4491         * gst/playback/gstplaybasebin.h:
4492         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4493         (gst_play_bin_set_property), (gst_play_bin_get_property),
4494         (gst_play_bin_handle_redirect_message):
4495         Move connection-speed property from playbin to playbasebin so that we
4496         can also configure it in source elements that have the connection-speed
4497         property. Fixes #464028.
4498         Add some debug info here and there.
4499
4500 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
4501
4502         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
4503         Properly respond to conversion queries. Fixes #464079.
4504
4505 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
4506
4507         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
4508         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
4509         (gst_audio_test_src_init_sine_table),
4510         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
4511         * gst/audiotestsrc/gstaudiotestsrc.h:
4512         Add float/double and int32 support to audiotestsrc. Fixes #460422.
4513         Also set the default volume to the default value specified in the
4514         GParamSpec.
4515
4516 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
4517
4518         Patch by: Jens Granseuer <jensgr at gmx dot net>
4519
4520         * gst/audioconvert/gstaudioquantize.c:
4521         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
4522
4523 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
4524
4525         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
4526         Add rdt manager for rdt transport.
4527         Fix parsing of RDT transport.
4528
4529 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
4530
4531         * configure.ac:
4532         Back to CVS
4533
4534 === release 0.10.14 ===
4535
4536 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
4537
4538         * configure.ac:
4539           releasing 0.10.14, "Light Years Ahead"
4540
4541 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
4542
4543         * tests/check/libs/audio.c: (GST_START_TEST):
4544         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
4545
4546 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
4547
4548         * gst-libs/gst/audio/audio.c:
4549         When clipping a buffer with no timestamp, assume it is
4550         within the segment without warnings.
4551
4552         Fixes: #460978
4553
4554 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
4555
4556         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
4557         Fire the signal on the object, not the interface.
4558
4559 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
4560
4561         * gst-libs/gst/rtsp/.cvsignore:
4562         Ber. Don't include the full path, idiot.
4563
4564 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
4565
4566         * gst-libs/gst/rtsp/.cvsignore:
4567         Ignore generated files.
4568
4569 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
4570
4571         * gst-libs/gst/interfaces/Makefile.am:
4572         * gst-libs/gst/interfaces/interfaces-marshal.list:
4573         * gst-libs/gst/interfaces/rtspextension.c:
4574         * gst-libs/gst/interfaces/rtspextension.h:
4575         * gst-libs/gst/rtsp/Makefile.am:
4576         * gst-libs/gst/rtsp/gstrtsp.h:
4577         * gst-libs/gst/rtsp/gstrtspextension.c:
4578         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
4579         (gst_rtsp_extension_detect_server),
4580         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
4581         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
4582         (gst_rtsp_extension_configure_stream),
4583         (gst_rtsp_extension_get_transports),
4584         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
4585         * gst-libs/gst/rtsp/gstrtspextension.h:
4586         * gst-libs/gst/rtsp/rtsp-marshal.list:
4587         Move the rtspextension.h interface into gstrtspextension.h
4588         as part of libgstrtsp instead of libgstinterfaces, because it's
4589         only for use within plugins, not applications. 
4590         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
4591         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
4592         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
4593         is abstract.
4594
4595 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
4596
4597         * gst-libs/gst/interfaces/Makefile.am:
4598         * gst-libs/gst/interfaces/interfaces-marshal.list:
4599         * gst-libs/gst/interfaces/rtspextension.c:
4600         (gst_rtsp_extension_iface_init),
4601         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
4602         * gst-libs/gst/interfaces/rtspextension.h:
4603         Fix marshaller for the send signal.
4604         Add URL to stream selection interface method.
4605
4606 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
4607
4608         * gst-libs/gst/riff/Makefile.am:
4609         Pull in our dependencies from -base before those from outside.
4610
4611 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
4612
4613         * docs/libs/gst-plugins-base-libs-sections.txt:
4614         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
4615         * gst-libs/gst/rtsp/gstrtspbase64.h:
4616         API: gst_rtsp_base64_decode_ip()
4617         Added function to decode Base64 in-place.
4618
4619 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
4620
4621         * tests/check/libs/.cvsignore:
4622         Ignore the mixer test binary.
4623
4624 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
4625
4626         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
4627         Gratuitous comment change to trigger a rebuild on the buildbots.
4628
4629 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
4630
4631         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
4632         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
4633         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
4634         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
4635         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
4636         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
4637         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
4638         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
4639         (gst_sdp_media_get_attribute_val):
4640         * gst-libs/gst/sdp/gstsdpmessage.h:
4641         Constify args where we can.
4642
4643 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
4644
4645         * gst-libs/gst/interfaces/Makefile.am:
4646         * gst-libs/gst/interfaces/rtspextension.c:
4647         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
4648         (gst_rtsp_extension_detect_server),
4649         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
4650         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
4651         (gst_rtsp_extension_configure_stream),
4652         (gst_rtsp_extension_get_transports),
4653         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
4654         * gst-libs/gst/interfaces/rtspextension.h:
4655         Move interface for RTSP extensions from -good to here.
4656         Added helper methods to invoke interface methods.
4657
4658 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
4659
4660         * docs/libs/gst-plugins-base-libs-sections.txt:
4661         * gst-libs/gst/rtsp/gstrtspdefs.h:
4662         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
4663         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
4664         (gst_rtsp_message_init_response),
4665         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
4666         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
4667         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
4668         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
4669         (gst_rtsp_message_get_body), (dump_key_value):
4670         * gst-libs/gst/rtsp/gstrtspmessage.h:
4671         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
4672         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
4673         (gst_rtsp_range_parse):
4674         * gst-libs/gst/rtsp/gstrtsprange.h:
4675         * gst-libs/gst/rtsp/gstrtsptransport.c:
4676         * gst-libs/gst/rtsp/gstrtspurl.c:
4677         Fix some more RTSP docs.
4678         Add some missing methods for dealing with messages.
4679
4680 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
4681
4682         * docs/libs/gst-plugins-base-libs-docs.sgml:
4683         * docs/libs/gst-plugins-base-libs-sections.txt:
4684         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
4685         * gst-libs/gst/rtsp/gstrtspbase64.h:
4686         * gst-libs/gst/rtsp/gstrtspconnection.c:
4687         (gst_rtsp_connection_connect), (add_auth_header),
4688         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
4689         (read_body), (gst_rtsp_connection_receive),
4690         (gst_rtsp_connection_next_timeout),
4691         (gst_rtsp_connection_reset_timeout),
4692         (gst_rtsp_connection_set_auth):
4693         * gst-libs/gst/rtsp/gstrtspconnection.h:
4694         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
4695         * gst-libs/gst/rtsp/gstrtspdefs.h:
4696         * gst-libs/gst/rtsp/gstrtspmessage.h:
4697         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
4698         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
4699         (gst_rtsp_range_parse):
4700         * gst-libs/gst/rtsp/gstrtspurl.h:
4701         Added beginnings of RTSP documentation.
4702
4703 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
4704
4705         * docs/libs/Makefile.am:
4706         * docs/libs/gst-plugins-base-libs-docs.sgml:
4707         * docs/libs/gst-plugins-base-libs-sections.txt:
4708         * gst-libs/gst/sdp/gstsdp.h:
4709         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
4710         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
4711         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
4712         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
4713         (gst_sdp_message_get_attribute_val),
4714         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
4715         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
4716         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
4717         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
4718         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
4719         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
4720         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
4721         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
4722         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
4723         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
4724         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
4725         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
4726         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
4727         (gst_sdp_media_get_attribute_val_n),
4728         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
4729         (print_media), (gst_sdp_message_dump):
4730         * gst-libs/gst/sdp/gstsdpmessage.h:
4731         Document the SDP library.
4732         Add some of the missing SDPMedia methods.
4733
4734 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
4735
4736         * configure.ac:
4737         * gst-libs/gst/Makefile.am:
4738         * gst-libs/gst/rtsp/Makefile.am:
4739         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
4740         * gst-libs/gst/rtsp/gstrtspbase64.h:
4741         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
4742         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4743         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
4744         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
4745         (parse_response_status), (parse_request_line), (parse_line),
4746         (gst_rtsp_connection_read), (read_body),
4747         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4748         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
4749         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
4750         (gst_rtsp_connection_set_auth):
4751         * gst-libs/gst/rtsp/gstrtspconnection.h:
4752         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
4753         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
4754         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
4755         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
4756         (gst_rtsp_find_method):
4757         * gst-libs/gst/rtsp/gstrtspdefs.h:
4758         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
4759         (gst_rtsp_message_new), (gst_rtsp_message_init),
4760         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
4761         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
4762         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
4763         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
4764         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
4765         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
4766         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
4767         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
4768         (gst_rtsp_message_dump):
4769         * gst-libs/gst/rtsp/gstrtspmessage.h:
4770         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
4771         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
4772         (gst_rtsp_range_parse), (gst_rtsp_range_free):
4773         * gst-libs/gst/rtsp/gstrtsprange.h:
4774         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
4775         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
4776         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
4777         (range_as_text), (rtsp_transport_mode_as_text),
4778         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4779         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
4780         (gst_rtsp_transport_free):
4781         * gst-libs/gst/rtsp/gstrtsptransport.h:
4782         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
4783         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
4784         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
4785         * gst-libs/gst/rtsp/gstrtspurl.h:
4786         * gst-libs/gst/sdp/Makefile.am:
4787         * gst-libs/gst/sdp/gstsdp.h:
4788         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
4789         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
4790         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
4791         (gst_sdp_attribute_init), (gst_sdp_message_new),
4792         (gst_sdp_message_init), (gst_sdp_message_uninit),
4793         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
4794         (gst_sdp_media_uninit), (gst_sdp_media_free),
4795         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
4796         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
4797         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
4798         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
4799         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
4800         (gst_sdp_message_get_attribute_val),
4801         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
4802         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
4803         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
4804         (gst_sdp_media_get_attribute_val_n),
4805         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
4806         (read_string), (read_string_del), (gst_sdp_parse_line),
4807         (gst_sdp_message_parse_buffer), (print_media),
4808         (gst_sdp_message_dump):
4809         * gst-libs/gst/sdp/gstsdpmessage.h:
4810         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4811         Move SDP and RTSP from helper objects in -good to a reusable library.
4812         Use a proper gst_ namespace.
4813
4814 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
4815
4816         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4817         (vorbis_dec_flush_decode):
4818         Use the new buffer clipping function from gstaudio here.
4819
4820 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
4821
4822         * docs/libs/gst-plugins-base-libs-sections.txt:
4823         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
4824         * gst-libs/gst/audio/audio.h:
4825         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
4826         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
4827         Also add deprecation guards for gst_audio_structure_set_int() to the
4828         header.
4829
4830 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
4831
4832         * docs/libs/gst-plugins-base-libs-sections.txt:
4833           Cleanup the docs.
4834
4835 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
4836
4837         Patch by: Dan Williams <dcbw at redhat dot com>
4838
4839         * gst/playback/gstplaybasebin.c:
4840         (gst_play_base_bin_get_streaminfo_value_array):
4841         Don't return NULL when querying the stream info value array but instead
4842         return an empty array. Fixes #459204.
4843
4844 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
4845
4846         * gst/playback/gsturidecodebin.c:
4847           Init debug category before using it.
4848
4849 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
4850
4851         * gst-libs/gst/interfaces/mixer.h:
4852         Add padding vars in place of the signal pointers
4853         when building with DISABLE_DEPRECATED so that the
4854         interface structure doesn't change size.
4855
4856 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
4857
4858         * docs/libs/gst-plugins-base-libs-sections.txt:
4859         * ext/alsa/gstalsamixer.c:
4860         * ext/alsa/gstalsamixer.h:
4861         * ext/alsa/gstalsamixerelement.c:
4862         * ext/alsa/gstalsamixertrack.c:
4863         * gst-libs/gst/interfaces/mixer.c:
4864         * gst-libs/gst/interfaces/mixer.h:
4865         * gst-libs/gst/interfaces/mixeroptions.c:
4866         * gst-libs/gst/interfaces/mixeroptions.h:
4867         * gst-libs/gst/interfaces/mixertrack.c:
4868         * gst-libs/gst/interfaces/mixertrack.h:
4869         * tests/check/Makefile.am:
4870         * tests/check/libs/mixer.c:
4871
4872         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
4873         Fixes: #152864 
4874
4875         Add support for notifying mixer changes on the message bus, and
4876         implement it in alsamixer.
4877
4878         API: gst_mixer_get_mixer_flags
4879         API: gst_mixer_message_parse_mute_toggled
4880         API: gst_mixer_message_parse_record_toggled
4881         API: gst_mixer_message_parse_volume_changed
4882         API: gst_mixer_message_parse_option_changed
4883         API: GstMixerMessageType
4884         API: GstMixerFlags
4885
4886 2007-07-20  Michael Smith <msmith@fluendo.com>
4887
4888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4889         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
4890           xcontext->im_format is only for testing XShm support (as the header
4891           file comments document). Use xvimage->im_format for everything else.
4892           Avoids spurious warnings on buffer allocation before setcaps.
4893
4894 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
4895
4896         * tests/examples/volume/Makefile.am:
4897         * tests/icles/Makefile.am:
4898           We should use $(LIBM).
4899
4900 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
4901
4902         * tests/icles/Makefile.am:
4903           This needs -lm.
4904
4905 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
4906
4907         * gst-libs/gst/rtp/gstbasertppayload.c:
4908         (gst_basertppayload_class_init), (gst_basertppayload_init),
4909         (gst_basertppayload_set_property),
4910         (gst_basertppayload_get_property):
4911         Don't break ABI, restore previous ranges. Keep the default random
4912         selection of timestamp and seqnum offset but as soon as the app sets a
4913         specific value, use that one.
4914
4915 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
4916
4917         Patch by: Bastien Nocera <hadess at hadess dot net>
4918
4919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4920         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4921         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4922         * sys/xvimage/xvimagesink.h:
4923         Add option to turn off double-buffering for debugging purposes.
4924         Fixes #437169.
4925
4926 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
4927
4928         Patch by: Jorn Baayen <jorn at openedhand dot com>
4929
4930         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
4931         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4932         (gst_ximagesink_init), (gst_ximagesink_class_init):
4933         * sys/ximage/ximagesink.h:
4934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
4935         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4936         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4937         * sys/xvimage/xvimagesink.h:
4938         add 'handle-expose' property. Useful for video widgets which may want to
4939         be in control of Expose behaviour. Fixes #380625
4940
4941 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
4942
4943         * gst-libs/gst/rtp/gstbasertppayload.c:
4944         (gst_basertppayload_class_init), (gst_basertppayload_init),
4945         (gst_basertppayload_event), (gst_basertppayload_push),
4946         (gst_basertppayload_set_property),
4947         (gst_basertppayload_get_property),
4948         (gst_basertppayload_change_state):
4949         * gst-libs/gst/rtp/gstbasertppayload.h:
4950         Fix ranges of rtp payloader properties so that the full range can be
4951         used in addition to -1 (random).
4952         Fix wrong seqnum reporting in caps.
4953         Fixes #420326.
4954
4955 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
4956
4957         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
4958         (gst_video_rate_query):
4959         Use boilerplate.
4960         Add latency query, might not be perfect yet but already works a lot
4961         better. Fixes #442557.
4962
4963 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4964
4965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4966         (gst_xvimagesink_setcaps):
4967         * sys/xvimage/xvimagesink.h:
4968         After a caps change, redraw our borders to avoid garbage left there
4969         when the image format changes to a smaller size, like 16:9 -> 4:3
4970         Also, hold the flow_lock a bit longer in the set_caps while we're
4971         fiddling with the xcontext.
4972
4973 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4974
4975         * Makefile.am:
4976         * configure.ac:
4977         * tests/Makefile.am:
4978         Remove bogus check for libcheck, since we check for
4979         gstreamer-check and it pulls in the required info from there, and we
4980         weren't actually _using_ the information for libcheck ourselves
4981         anyway.
4982
4983 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4984
4985         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4986         (gst_ffmpeg_caps_to_pixfmt):
4987         Fix the r_mask test for RGBA32 on little-endian.
4988         Fix a stupid typo that would have obviously broken 
4989         compilation on big-endian, if anyone was testing.
4990
4991 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
4992
4993         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
4994         (paint_hline_str4):
4995         * gst/videotestsrc/videotestsrc.h:
4996         Add alpha to the color struct.
4997         Use a default alpha value of 255 instead of 128.
4998
4999 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
5000
5001         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
5002         (setup_source):
5003         Clear the dynamic pads counter when starting a new uri. This makes
5004         reusing playbin work again.
5005         Fixes #454264.
5006
5007 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
5008
5009         * configure.ac:
5010           Use pkg-config to locate check.
5011
5012 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
5013
5014         * configure.ac:
5015         * tests/check/elements/volume.c: (GST_START_TEST):
5016           Fix 'make check' build against core CVS.
5017
5018 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
5019
5020         * gst-libs/gst/interfaces/propertyprobe.c:
5021         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5022         * gst-libs/gst/tag/gstvorbistag.c:
5023           Make gtk-doc happy.
5024
5025 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
5026
5027         * gst-libs/gst/audio/gstbaseaudiosink.c:
5028         (gst_base_audio_sink_callback):
5029           Quick hack to make audiosinks stop at EOS when operating in
5030           pull-mode; needs to be fixed properly some day.
5031
5032 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
5033
5034         * docs/libs/gst-plugins-base-libs-sections.txt:
5035           Fix location of includes in the docs.
5036
5037 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
5038
5039         * gst/ffmpegcolorspace/avcodec.h:
5040         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5041         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5042         (gst_ffmpegcsp_avpicture_fill):
5043         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
5044         (img_get_alpha_info):
5045         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
5046         of the existing BGRA32 and RGBA32 formats with the alpha at the other
5047         end of the word. Partially fixes #451908
5048
5049 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
5050
5051         * docs/libs/Makefile.am:
5052         * docs/plugins/Makefile.am:
5053           Simplify --extra-dir as gtkdoc scans recursively.
5054
5055 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
5056
5057         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
5058         (gst_adder_request_new_pad):
5059         Make getcaps more robust by not using the proxycaps function. This makes
5060         sure that we don't end up recursively calling getcaps upstream.
5061         See #316248.
5062
5063 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
5064
5065         * gst/audioconvert/audioconvert.c:
5066         Include math.h to fix compilation.
5067
5068 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
5069
5070         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5071         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
5072         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
5073         format, as produced by some dc1394 cameras like the iSight.
5074         See http://www.fourcc.org/yuv.php#IYU1
5075
5076 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
5077
5078         * gst/audioconvert/Makefile.am:
5079         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
5080         (check_default), (audio_convert_prepare_context),
5081         (audio_convert_clean_context), (audio_convert_convert):
5082         * gst/audioconvert/audioconvert.h:
5083         * gst/audioconvert/gstaudioconvert.c:
5084         (gst_audio_convert_dithering_get_type),
5085         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
5086         (gst_audio_convert_init), (gst_audio_convert_set_caps),
5087         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
5088         * gst/audioconvert/gstaudioconvert.h:
5089         * gst/audioconvert/gstaudioquantize.c:
5090         (gst_audio_quantize_setup_noise_shaping),
5091         (gst_audio_quantize_free_noise_shaping),
5092         (gst_audio_quantize_setup_dither),
5093         (gst_audio_quantize_free_dither),
5094         (gst_audio_quantize_setup_quantize_func),
5095         (gst_audio_quantize_setup), (gst_audio_quantize_free):
5096         * gst/audioconvert/gstaudioquantize.h:
5097         Implement dithering and noise shaping in audioconvert. By default now
5098         TPDF dithering (and no noise shaping) will be used when converting
5099         from a higher bit depth to 20 bit depth or smaller, otherwise
5100         everything will be as it is now.
5101         For the last audioconvert in a pipeline it would make sense to
5102         use some kind of noise shaping, enabling it by default for all
5103         conversions would give undesired results though. Fixes #360246.
5104         * tests/check/elements/audioconvert.c: (setup_audioconvert),
5105         (GST_START_TEST):
5106         Adjust unit test for the new audioconvert.
5107
5108 2007-06-28  Wim Taymans  <wim@fluendo.com>
5109
5110         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
5111         Use other metrics as well when estimating the buffer level.
5112
5113 2007-06-28  Wim Taymans  <wim@fluendo.com>
5114
5115         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
5116         Small debug improvement.
5117
5118         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
5119         (plugin_init):
5120         Tweak the rate estimation period.
5121         When calculating the buffer filledness in rate estimation mode, don't
5122         mix it with other metrics.
5123
5124 2007-06-28  Wim Taymans  <wim@fluendo.com>
5125
5126         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
5127         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
5128         When creating the groups, allow for a 5 second, unlimited buffers
5129         preroll phase after which we expose the group.
5130         When the group is exposed, use a small number of buffers up to a 2
5131         second limit. Also disconnect the overrun signal from multiqueue when we
5132         exposed the group because it is not needed anymore.
5133
5134 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
5135
5136         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
5137           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
5138           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
5139           (#451707); also, output some debugging info when dealing with
5140           freeform strings.
5141
5142         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
5143           Add unit test for the above.
5144
5145 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
5146
5147         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
5148           Add description for Windows Media RTP caps.
5149
5150         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
5151           Remove RTP fields that don't define the format from caps.
5152
5153 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
5154
5155         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
5156           Skip empty buffers, but not empty header buffers. That way the original
5157           vorbisdec unit test still passes (#451145); also, take into account
5158           that those empty packets might carry a granulepos.
5159
5160         * tests/check/Makefile.am:
5161         * tests/check/elements/vorbisdec.c:
5162         (_create_codebook_header_buffer), (_create_audio_buffer),
5163         (GST_START_TEST), (vorbisdec_suite):
5164           Add unit test that sends an empty packet.
5165
5166 2007-06-27  Wim Taymans  <wim@fluendo.com>
5167
5168         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
5169         Don't error out on 0-sized packets, just emit a warning because this is
5170         not a fatal error. Fixes #451145.
5171
5172 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
5173
5174         * docs/plugins/gst-plugins-base-plugins.args:
5175         * docs/plugins/gst-plugins-base-plugins.signals:
5176         * docs/plugins/inspect/plugin-adder.xml:
5177         * docs/plugins/inspect/plugin-alsa.xml:
5178         * docs/plugins/inspect/plugin-audioconvert.xml:
5179         * docs/plugins/inspect/plugin-audiorate.xml:
5180         * docs/plugins/inspect/plugin-audioresample.xml:
5181         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5182         * docs/plugins/inspect/plugin-cdparanoia.xml:
5183         * docs/plugins/inspect/plugin-decodebin.xml:
5184         * docs/plugins/inspect/plugin-decodebin2.xml:
5185         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5186         * docs/plugins/inspect/plugin-gdp.xml:
5187         * docs/plugins/inspect/plugin-gnomevfs.xml:
5188         * docs/plugins/inspect/plugin-libvisual.xml:
5189         * docs/plugins/inspect/plugin-ogg.xml:
5190         * docs/plugins/inspect/plugin-pango.xml:
5191         * docs/plugins/inspect/plugin-playbin.xml:
5192         * docs/plugins/inspect/plugin-subparse.xml:
5193         * docs/plugins/inspect/plugin-tcp.xml:
5194         * docs/plugins/inspect/plugin-theora.xml:
5195         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5196         * docs/plugins/inspect/plugin-video4linux.xml:
5197         * docs/plugins/inspect/plugin-videorate.xml:
5198         * docs/plugins/inspect/plugin-videoscale.xml:
5199         * docs/plugins/inspect/plugin-videotestsrc.xml:
5200         * docs/plugins/inspect/plugin-volume.xml:
5201         * docs/plugins/inspect/plugin-vorbis.xml:
5202         * docs/plugins/inspect/plugin-ximagesink.xml:
5203         * docs/plugins/inspect/plugin-xvimagesink.xml:
5204           Update docs with caps info.
5205
5206 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
5207
5208         * po/POTFILES.in:
5209           Add more files with translatable strings (#450875).
5210
5211 2007-06-23  Edward Hervey  <edward@fluendo.com>
5212
5213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
5214         The chain should be freed if we error out here, else it will leak.
5215         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
5216         (cleanup_decodebin):
5217         Don't forget to *properly* remove the signals, else it will leak.
5218
5219 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
5220
5221         * MAINTAINERS:
5222         Updating all the maintainers files
5223
5224 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
5225
5226         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
5227         (main):
5228           Destroy and recreate parse-launch based pipeline after stop to be able
5229           to play again. Reorder some code and add more comments.
5230
5231 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
5232
5233         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5234         When handling a delayed-caps notification case, mark
5235         the group as dynamic so that the nbdynamic count is
5236         incremented and decremented correctly. Fixes: #449156
5237         Patch by: Wim Taymans <wim@fluendo.com>
5238
5239 2007-06-19  Andy Wingo  <wingo@pobox.com>
5240
5241         * gst-libs/gst/audio/gstbaseaudiosink.c
5242         (gst_base_audio_sink_init): Enable pull-mode operation.
5243
5244 2007-06-19  Michael Smith <msmith@fluendo.com>
5245
5246         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5247           Change minimum rate back to 1000 to allow low-sample-rate wav files
5248           to play back.
5249
5250 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5251
5252         * po/vi.po:
5253           Update translations.
5254
5255 2007-06-15  David Schleef  <ds@schleef.org>
5256
5257         * gst/playback/gstqueue2.c:
5258           Fix compile error from ignored return value.
5259
5260 2007-06-15  Michael Smith <msmith@fluendo.com>
5261
5262         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
5263           Update tmpbuf for all neccesary rows, not just one, as is required
5264           when downscaling.
5265           Fixes #402076.
5266
5267 2007-06-15  Michael Smith <msmith@fluendo.com>
5268
5269         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
5270         (eos_buffer_probe):
5271           Add a test that ensures we set DELTA_UNIT on all non-header,
5272           non-video buffers, if we have a video stream.
5273         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5274         (gst_ogg_mux_process_best_pad):
5275           Move setting delta_pad to earlier, where we inspect all pads, so
5276           that leading audio pages don't get DELTA_UNIT unset if they come
5277           before the first DELTA_UNIT from video pages. Fixes the newly-added
5278           test. Fixes #385527.
5279
5280 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5281
5282         * tests/check/pipelines/streamheader.c: (streamheader_suite):
5283           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
5284           fails on the p5-ppc64 build bot and the failure looks like it is due
5285           to the same issue as #348114, ie. a compiler bug.
5286
5287 2007-06-13  Edward Hervey  <edward@fluendo.com>
5288
5289         * gst/playback/gstqueue2.c: (gst_queue_create_read):
5290         Fix build on MacOSX.
5291
5292 2007-06-13  Wim Taymans  <wim@fluendo.com>
5293
5294         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5295         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
5296         Fix compilation on mingw. Fixes #446972.
5297
5298 2007-06-12  Wim Taymans  <wim@fluendo.com>
5299
5300         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
5301
5302         * gst/playback/gstqueue2.c: (update_buffering),
5303         (gst_queue_locked_enqueue):
5304         Fix a division by zero when the max percent is <= 0. Fixes #446572.
5305         also update the buffering status when receiving events. Fixes #446551.
5306
5307 2007-06-11  Wim Taymans  <wim@fluendo.com>
5308
5309         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
5310
5311         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
5312         (gst_queue_handle_src_query):
5313         Wait for preroll before attempting to forward a duration query upstream.
5314         Fixes #445505.
5315
5316 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
5317
5318         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
5319         (gst_base_rtp_depayload_set_gst_timestamp):
5320         Use G_GINT64_CONSTANT macro for int64 constant.
5321         * win32/common/libgstinterfaces.def:
5322         * win32/common/libgsttag.def:
5323         Add new exported functions.
5324
5325 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
5326
5327         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
5328           The BOS page of the first Dirac video stream needs to come before
5329           the BOS page of any Vorbis streams or other audio streams, just like
5330           it is with Theora.
5331
5332 2007-06-07  Wim Taymans  <wim@fluendo.com>
5333
5334         * gst/playback/gstqueue2.c: (gst_queue_get_range):
5335         Fix compilation.
5336
5337 2007-06-06  Wim Taymans  <wim@fluendo.com>
5338
5339         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
5340
5341         * gst/playback/gstqueue2.c: (gst_queue_init),
5342         (gst_queue_handle_sink_event), (gst_queue_chain),
5343         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
5344         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
5345         (gst_queue_src_activate_pull):
5346         Add pull based scheduling and fix some deadlocks. Fixes #444523.
5347         Does not yet completely work because duration queries upstream won't
5348         block yet.
5349
5350 2007-06-06  Wim Taymans  <wim@fluendo.com>
5351
5352         * configure.ac:
5353         * gst/playback/gstqueue2.c: (gst_queue_create_read):
5354         Some more fseeko checks.
5355
5356 2007-06-06  Wim Taymans  <wim@fluendo.com>
5357
5358         * configure.ac:
5359         check for large file support.
5360
5361 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
5362
5363         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
5364
5365         * gst/subparse/gstsubparse.c: (parse_subrip),
5366         (subviewer_unescape_newlines), (parse_subviewer),
5367         (gst_sub_parse_data_format_autodetect),
5368         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
5369         * gst/subparse/gstsubparse.h:
5370         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
5371         * tests/check/elements/subparse.c: (GST_START_TEST),
5372         (subparse_suite):
5373         Add a unit test for both SubViewer formats.
5374
5375 2007-06-01  Michael Smith <msmith@fluendo.com>
5376
5377         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
5378           Don't overflow intermediate values when seeking to large time values
5379           in audiotestsrc.
5380
5381 2007-06-05  Wim Taymans  <wim@fluendo.com>
5382
5383         * gst/playback/gstqueue2.c: (gst_queue_have_data),
5384         (gst_queue_create_read), (gst_queue_read_item_from_file),
5385         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
5386         Include stdio to define fseeko.
5387
5388 2007-06-05  Wim Taymans  <wim@fluendo.com>
5389
5390         Patch by: Edward Hervey  <edward@fluendo.com>
5391
5392         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
5393         (gst_v4lsrc_query):
5394         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
5395
5396 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
5397
5398         * gst-libs/gst/riff/Makefile.am:
5399         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
5400           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
5401           our own implementation.
5402
5403 2007-06-05  Wim Taymans  <wim@fluendo.com>
5404
5405         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5406         (gst_base_rtp_depayload_setcaps),
5407         (gst_base_rtp_depayload_set_gst_timestamp),
5408         (gst_base_rtp_depayload_change_state):
5409         Handle timestamp wraparound.
5410
5411 2007-06-05  Wim Taymans  <wim@fluendo.com>
5412
5413         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
5414         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
5415         (gst_uri_decode_bin_change_state):
5416         Make sure we name srcpads uniquely even when using different internal
5417         decodebins.
5418         Signal no-more-pads when no more dynamic elements exist.
5419         Remove pads on cleanup.
5420
5421 2007-06-05  Wim Taymans  <wim@fluendo.com>
5422
5423         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
5424
5425         * gst/playback/gstqueue2.c: (gst_queue_class_init),
5426         (gst_queue_init), (gst_queue_finalize),
5427         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
5428         (gst_queue_create_read), (gst_queue_read_item_from_file),
5429         (gst_queue_open_temp_location_file),
5430         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
5431         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5432         (gst_queue_is_empty), (gst_queue_is_filled),
5433         (gst_queue_change_state), (gst_queue_set_temp_location),
5434         (gst_queue_set_property):
5435         Add support for filebased buffering. Fixes #441264.
5436
5437 2007-06-05  Wim Taymans  <wim@fluendo.com>
5438
5439         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
5440         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
5441         (caps_notify_group_cb), (gst_decode_group_new),
5442         (gst_decode_group_free):
5443         Add support for delayed caps fixation when autoplugging.
5444         Optimize cases where a multiqueue is not needed/wanted, like right after
5445         anything that is not a demuxer.
5446
5447 2007-06-05  Wim Taymans  <wim@fluendo.com>
5448
5449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
5450         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
5451         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
5452         consideratly speedup ogg chain detection by not trying to find a base
5453         timestamp for skeleton streams. 
5454
5455 2007-06-05  Wim Taymans  <wim@fluendo.com>
5456
5457         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
5458         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
5459         (gst_multi_fd_sink_remove_flush),
5460         (gst_multi_fd_sink_remove_client_link),
5461         (gst_multi_fd_sink_handle_client_write),
5462         (gst_multi_fd_sink_handle_clients):
5463         * gst/tcp/gstmultifdsink.h:
5464         Add support for remove_flush.
5465
5466 2007-06-05  Wim Taymans  <wim@fluendo.com>
5467
5468         * docs/design/draft-keyframe-force.txt:
5469         * ext/theora/theoraenc.c: (theora_enc_sink_event),
5470         (theora_enc_chain):
5471         Add draft design for forcing keyframes in encoders and implement in
5472         theoraenc.
5473
5474 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
5475
5476         * configure.ac:
5477           Back to CVS
5478
5479 === release 0.10.13 ===
5480
5481 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
5482
5483         * configure.ac:
5484           releasing 0.10.13, "What's Going on?"
5485
5486 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
5487
5488         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5489         In riff, the depth is stored in the size field but it just means that
5490         the least significant bits are cleared. We can therefore just play
5491         the sample as if it had a depth == width. Fixes: #440997
5492
5493         Patch by: Wim Taymans <wim@fluendo.com> 
5494         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5495
5496 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
5497
5498         * gst-libs/gst/floatcast/floatcast.h:
5499         Define inline when needed on win32 builds. Fixes: #441295
5500         Patch by: Sebastien Moutte  <sebastien@moutte.net>
5501
5502 2007-05-29  Wim Taymans  <wim@fluendo.com>
5503
5504         * gst/playback/gstplaybasebin.c: (queue_overrun),
5505         (no_more_pads_full):
5506         Stop buffering when the group is commited because the queues filled up.
5507         Fixes #442024.
5508
5509 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5510
5511         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
5512         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
5513         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
5514         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
5515         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
5516         * ext/alsa/gstalsamixer.h:
5517         * ext/alsa/gstalsamixerelement.c:
5518         (gst_alsa_mixer_element_interface_supported),
5519         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
5520         (gst_alsa_mixer_element_set_property),
5521         (gst_alsa_mixer_element_get_property),
5522         (gst_alsa_mixer_element_change_state):
5523         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
5524         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
5525         (gst_mixer_option_changed):
5526         * gst-libs/gst/interfaces/mixer.h:
5527         Revert commits towards #152864 made so far. We'll pick it up again
5528         after the 0.10.13 release.
5529
5530 2007-05-24  Wim Taymans  <wim@fluendo.com>
5531
5532         * gst-libs/gst/audio/gstbaseaudiosink.c:
5533         (gst_base_audio_sink_render):
5534         After an interrupt (PAUSED/flush) assume that the next sample should not
5535         be aligned to the previous sample. Fixes #417992.
5536
5537 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
5538
5539         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5540           Don't add channels and rate fields to the template caps for
5541           audio/x-dts, as wavparse might not always be able to set them,
5542           which would then lead to 'caps are not a real subset of the
5543           template caps' warnings.
5544
5545 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
5546
5547         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5548         Handle unknown or invalid pads without crashing, as might occur if
5549         a media file like an mp3 is specified as a subtitle file.
5550         Fixes: #410039
5551
5552 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
5553
5554         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
5555         (setup_sinks):
5556         Block the subtitle bin output queue before ghosting it and linking,
5557         then unblock after. This avoids spurious not-linked errors caused 
5558         by the queue starting up (because it gets linked when it is ghosted). 
5559         Fixes: #350299
5560
5561 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
5562
5563         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
5564         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
5565         file. Avoids flukes where the input gets typefound to some valid but
5566         useless type.
5567
5568 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5569
5570         * tests/check/Makefile.am:
5571         * tests/check/elements/.cvsignore:
5572         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
5573         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
5574           Add unit test for gnomevfssink seeking and position reporting for
5575           file:// URIs.
5576
5577 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5578
5579         Patch by: Mark Nauwelaerts <manauw at skynet be>
5580
5581         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
5582         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
5583         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
5584         * ext/gnomevfs/gstgnomevfssink.h:
5585           Fix position reporting, especially after a seek (from upstream),
5586           see #412648.
5587
5588 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5589
5590         * ext/cdparanoia/gstcdparanoiasrc.c:
5591           Repair umlaut.
5592
5593 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
5594
5595         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5596         Specify the full valid range for MP3 samplerates. Fixes a regression
5597         caused by extra header checks since the last release.
5598
5599 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
5600
5601         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5603         Fix a locking-order bug I introduced with my changes the other day.
5604         Patch by Mike Smith.
5605
5606 2007-05-21  Michael Smith <msmith@fluendo.com>
5607
5608         * ext/theora/theoradec.c: (theora_handle_data_packet):
5609           Don't look inside 0-length packets (which indicate duplicated
5610           frames)
5611
5612 2007-05-21  Wim Taymans  <wim@fluendo.com>
5613
5614         * ext/cdparanoia/gstcdparanoiasrc.c:
5615         (gst_cd_paranoia_src_read_sector):
5616         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5617         (gst_base_audio_src_create):
5618         Small cleanups.
5619
5620         * ext/theora/theoradec.c: (theora_dec_sink_event):
5621         Fix typo.
5622
5623         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5624         (gst_base_rtp_depayload_set_gst_timestamp):
5625         Add some FIXME
5626
5627         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
5628         And some debug info when a FIXME path is hit.
5629
5630 2007-05-21  Wim Taymans  <wim@fluendo.com>
5631
5632         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5633         (gst_base_rtp_audio_payload_class_init),
5634         (gst_base_rtp_audio_payload_init),
5635         (gst_base_rtp_audio_payload_finalize),
5636         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
5637         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
5638         (gst_base_rtp_payload_audio_handle_event):
5639         Some cleanups, remove minptime property as it is now in the parent
5640         class.
5641         Override parent class event function.
5642
5643         * gst-libs/gst/rtp/gstbasertppayload.c:
5644         (gst_basertppayload_class_init), (gst_basertppayload_init),
5645         (gst_basertppayload_event), (gst_basertppayload_set_property),
5646         (gst_basertppayload_get_property):
5647         * gst-libs/gst/rtp/gstbasertppayload.h:
5648         Add min-ptime property.
5649         Add handle-event vmethod. Fixes #415001.
5650
5651 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
5652
5653         * gst-libs/gst/audio/gstbaseaudiosink.c
5654           (gst_base_audio_sink_change_state):
5655           Fix typo in comment.
5656
5657         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
5658           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
5659           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
5660           close_link):
5661         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
5662           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
5663           Remove trailing whitespaces in comments.
5664
5665         * gst/volume/Makefile.am:
5666           Fix tabs.
5667
5668 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
5669
5670         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
5671
5672         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
5673           set_option, get_option, _gst_reserved):
5674           Revert reordering functions (keep ABI).
5675
5676 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
5677
5678         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5679         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
5680         (gst_ximagesink_show_frame):
5681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5682         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
5683         (gst_xvimagesink_show_frame):
5684         When we create our own window, indicate that we handle the 
5685         WM_DELETE client message from the window manager, so that it won't 
5686         kill our window (and our app) along with it. Handle ClientMessage,
5687         post an error on the bus, and close the window. Further buffers
5688         arriving will result in a FlowError because the window has been
5689         destroyed.
5690
5691         Fixes: #393975
5692
5693         Clean up the X event handling loop and make them the same for
5694         both xvimagesink and ximagesink while I'm at it.
5695
5696 2007-05-17  Wim Taymans  <wim@fluendo.com>
5697
5698         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
5699         Make decodebin2 autoplug depayloaders too.
5700
5701         * gst/playback/gsturidecodebin.c: (source_new_pad):
5702         Set the newly created decoder in a usable state when autoplugging a
5703         dynamic source such as RTSP.
5704
5705 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5706
5707         * gst/playback/gststreaminfo.c: (cb_probe):
5708           Ignore video-codec tag for audio streams and ignore audio-codec tags
5709           for video streams. Should make codec name collection a bit more
5710           robust against sloppy demuxers that send tag events containing both
5711           tags down each pad.
5712
5713 2007-05-17  Wim Taymans  <wim@fluendo.com>
5714
5715         * gst/playback/gstqueue2.c: (update_rates):
5716         Tweak the buffering thresholds a little.
5717         Update the buffer size with the previously calculate rate instead of
5718         only when we calculate a new rate so that we get smoother buffering
5719         updates.
5720
5721         * gst/playback/Makefile.am:
5722         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
5723         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5724         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5725         (gst_uri_decode_bin_get_property), (unknown_type),
5726         (add_element_stream), (no_more_pads_full), (no_more_pads),
5727         (source_no_more_pads), (new_decoded_pad), (array_has_value),
5728         (gen_source_element), (has_all_raw_caps), (analyse_source),
5729         (remove_decoders), (make_decoder), (remove_source),
5730         (source_new_pad), (setup_source), (decoder_query_init),
5731         (decoder_query_duration_fold), (decoder_query_duration_done),
5732         (decoder_query_position_fold), (decoder_query_position_done),
5733         (decoder_query_latency_fold), (decoder_query_latency_done),
5734         (decoder_query_seeking_fold), (decoder_query_seeking_done),
5735         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
5736         (gst_uri_decode_bin_change_state), (plugin_init):
5737         New element that intergrates a source, optional buffering element and
5738         decodebin.
5739
5740 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5741
5742         * configure.ac:
5743           Bump libtheora requirement to 1.0alpha5 for the pixformat check
5744           (also has a .pc file, so we don't need the fallback check any
5745           longer). Fixes #438840.
5746
5747 2007-05-17  Wim Taymans  <wim@fluendo.com>
5748
5749         * gst/playback/gstqueue2.c: (gst_queue_get_type),
5750         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
5751         (apply_segment), (apply_buffer), (update_buffering),
5752         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
5753         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5754         (gst_queue_handle_sink_event), (gst_queue_is_filled),
5755         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
5756         (plugin_init):
5757         fix build.
5758
5759 2007-05-17  Wim Taymans  <wim@fluendo.com>
5760
5761         * gst/playback/Makefile.am:
5762         * gst/playback/gstqueue2.c: (gst_queue_get_type),
5763         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
5764         (gst_queue_getcaps), (gst_queue_bufferalloc),
5765         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
5766         (apply_buffer), (update_buffering), (reset_rate_timer),
5767         (update_rates), (gst_queue_locked_flush),
5768         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5769         (gst_queue_handle_sink_event), (gst_queue_is_empty),
5770         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
5771         (gst_queue_loop), (gst_queue_handle_src_event),
5772         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
5773         (gst_queue_src_activate_push), (gst_queue_change_state),
5774         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
5775         On our way to playbin2 this is the new network queue that does buffering
5776         all by itself using high and low watermarks. It can also measure up and
5777         downstream bandwidth to optimally size the queue.
5778
5779 2007-05-17  Michael Smith <msmith@fluendo.com>
5780
5781         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
5782         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
5783           Use the segment->last_stop value to calculate the next timestamp to
5784           generate after a seek; not the segment->start value.
5785
5786 2007-05-15  David Schleef  <ds@schleef.org>
5787
5788         * docs/Makefile.am: Install docs even when --disable-gtk-doc
5789           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
5790
5791 2007-05-15  Wim Taymans  <wim@fluendo.com>
5792
5793         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5794         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
5795         Some more chained streaming ogg timestamp fixes.
5796
5797 2007-05-15  Wim Taymans  <wim@fluendo.com>
5798
5799         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5800         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5801         (gst_ogg_demux_handle_page):
5802         Add some FIXMEs.
5803         Fix chain start/stop segment handling based on patch by
5804         <ahalda at cs dot mcgill dot ca> see #320984.
5805
5806 2007-05-15  Michael Smith <msmith@fluendo.com>
5807
5808         * configure.ac:
5809           We don't require a C++ compiler. So don't require one.
5810
5811 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
5812
5813         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
5814           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
5815           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
5816           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
5817           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
5818           gst_alsa_mixer_update_track):
5819           Apply some of the cleanup Tim suggested in #152864 afterwards.
5820
5821 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
5822
5823         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
5824
5825         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
5826           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
5827           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
5828           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
5829           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
5830           gst_alsa_mixer_handle_source_callback,
5831           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
5832           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
5833           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
5834           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
5835           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
5836           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
5837         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
5838         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
5839           gst_alsa_mixer_element_interface_supported,
5840           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
5841           gst_alsa_mixer_element_set_property,
5842           gst_alsa_mixer_element_get_property,
5843           gst_alsa_mixer_element_change_state):
5844         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
5845         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
5846           gst_mixer_option_changed):
5847         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
5848           volume_changed, option_changed, _gst_reserved):
5849           Implement notification for alsamixer. Fixes #152864
5850
5851 2007-05-14  David Schleef  <ds@schleef.org>
5852
5853         * gst/videotestsrc/videotestsrc.c:
5854         * gst/videotestsrc/videotestsrc.h:
5855           Add support for video/x-raw-bayer.
5856
5857 2007-05-12  David Schleef  <ds@schleef.org>
5858
5859         * sys/xvimage/xvimagesink.c:
5860           Add some sanity checking for the XVImage size returned by X.
5861           Related to #377400.
5862
5863 2007-05-12  Wim Taymans  <wim@fluendo.com>
5864
5865         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5866         (gst_base_rtp_depayload_setcaps),
5867         (gst_base_rtp_depayload_set_gst_timestamp):
5868         Parse and use additional caps fields as described in updated
5869         application/x-rtp caps spec.
5870
5871 2007-05-12  Wim Taymans  <wim@fluendo.com>
5872
5873         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5874         (gst_ogg_demux_collect_chain_info):
5875         If there is a stream in a chain without any data packets, ignore the
5876         stream in the total length calculations. Might be related to #436820.
5877
5878 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
5879
5880         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
5881         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
5882         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
5883         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5884         (plugin_init):
5885
5886         Consolidate and re-work our mpeg system stream detection to probe
5887         more packets and produce a higher confidence result. Fixes a
5888         regression caused by lowering the typefind probability last year
5889         - related to bug #397810. Remove the redundant MPEG-1 specific 
5890         typefind function, as the new one detects both MPEG-1 & MPEG-2
5891         happily.
5892
5893         Also cleanup the MPEG elementary and MPEG-TS detection functions a
5894         little. 
5895
5896         Tested against my media test directory, with some improvements and
5897         no regressions.
5898
5899 2007-05-10  Wim Taymans  <wim@fluendo.com>
5900
5901         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
5902         (queue_out_of_data):
5903         Connect to the new queue "pushing" signal instead of the broken
5904         "running" one.
5905
5906 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
5907
5908         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5909         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
5910         Move variable declaration before the first instruction.
5911         * gst/videotestsrc/videotestsrc.c:
5912         Define M_PI if it's not defined yet.
5913         * win32/common/libgstrtp.def:
5914         Add new exported functions.
5915
5916 2007-05-09  Michael Smith <msmith@fluendo.com>
5917
5918         * ext/theora/theoradec.c: (theora_handle_type_packet):
5919           gst_pad_push_event() does not return a GstFlowReturn!
5920
5921 2007-05-09  Wim Taymans  <wim@fluendo.com>
5922
5923         * tests/examples/seek/scrubby.c: (stop_cb), (main):
5924         * tests/examples/seek/seek.c: (do_seek):
5925         Some small cosmetic changes.
5926
5927 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
5928
5929         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
5930           gst_adder_change_state):
5931         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
5932           segment_pending, segment_position, segment_rate):
5933           Handle playback-rate on adder.
5934
5935 2007-05-07  Michael Smith <msmith@fluendo.com>
5936
5937         * ext/theora/gsttheoradec.h:
5938         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5939         (theora_dec_sink_event), (theora_handle_comment_packet),
5940         (theora_handle_type_packet), (theora_dec_change_state):
5941           Don't push events (newsegment, tags) before initialising the
5942           decoder.
5943           This is neccesary for seeking to work correctly in gnonlin.
5944
5945 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
5946
5947         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5948         * gst/adder/gstadder.c:
5949         * gst/audiotestsrc/gstaudiotestsrc.c
5950           (gst_audio_test_src_create_white_noise):
5951         * gst/videotestsrc/gstvideotestsrc.c:
5952         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
5953           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
5954           volume_sink_template, volume_src_template, gst_volume_init,
5955           volume_process_double, volume_process_int16,
5956           volume_process_int16_clamp):
5957           Doc fixes and formatting.
5958
5959 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
5960
5961         * tests/check/Makefile.am:
5962         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5963           Minimal check for volume's GstController usability; also another
5964           test for #422295.
5965
5966 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
5967
5968         * gst-libs/gst/cdda/gstcddabasesrc.c:
5969         (gst_cdda_base_src_add_track):
5970           Fix it so that it (a) makes sense and (b) doesn't break
5971           everything cdda-related including the unit test.
5972
5973 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
5974
5975         * gst-libs/gst/cdda/gstcddabasesrc.c:
5976         (gst_cdda_base_src_add_track):
5977           Fix build when disabling asserts.
5978
5979 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
5980
5981         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
5982           When XShm is not available, we might get row strides that are not
5983           rounded up to multiples of four; this is bad, because virtually
5984           every RGB-processing element in GStreamer assumes rowstrides are
5985           rounded up to multiples of four, so let's allocate at least enough
5986           memory to avoid crashes in this case. The image will still be
5987           displayed distorted though if this happens, so that still needs
5988           fixing (maybe by allocating a bigger image with an 'even' width
5989           and then clipping it appropriately when rendering - something for
5990           Xlib aficionados in any case).
5991
5992 2007-05-03  Michael Smith <msmith@fluendo.com>
5993
5994         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5995           If a buffer doesn't have a timestamp, assume it's contiguous with
5996           the previous buffer, and synthesise timestamps appropriately.
5997
5998 2007-05-03  Edward Hervey  <edward@fluendo.com>
5999
6000         * tests/check/elements/videorate.c: (GST_START_TEST):
6001         Set buffer timestamp to a valid value in order to test the buffer
6002         really does stay in videorate.
6003
6004 2007-05-03  Edward Hervey  <edward@fluendo.com>
6005
6006         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6007         There is no sensible way to handle incoming buffers which don't have a
6008         valid timestamp. We therefore discard them and wait for the next one.
6009
6010 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6011
6012         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
6013         * gst/playback/gstdecodebin2.c: (plugin_init):
6014           Better error message for text files.
6015
6016 2007-04-29  Wim Taymans  <wim@fluendo.com>
6017
6018         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
6019         Fix offset bug in generation RR packets.
6020
6021 2007-04-27  Julien MOUTTE  <julien@moutte.net>
6022
6023         * ext/theora/theoradec.c: (_theora_granule_time),
6024         (theora_dec_push_forward), (theora_handle_data_packet),
6025         (theora_dec_decode_buffer): Calculate buffer duration correctly
6026         to generate a perfect stream (#433888).
6027         * gst/audioresample/gstaudioresample.c:
6028         (audioresample_check_discont): Glib provides ABS.
6029
6030 2007-04-27  Wim Taymans  <wim@fluendo.com>
6031
6032         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6033         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
6034         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
6035         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
6036         (gst_rtcp_packet_bye_set_reason):
6037         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6038         Fix RB block parsing and writing.
6039         Add support for constructing BYE packets.
6040
6041 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
6042
6043         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
6044         (gst_base_audio_src_create):
6045         * po/POTFILES.in:
6046           When posting a warning message because samples were dropped, post
6047           something more intelligible than he default error message for clock
6048           errors which is just confusing in this context (#432984).
6049
6050 2007-04-25  Wim Taymans  <wim@fluendo.com>
6051
6052         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
6053         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
6054         (read_packet_header), (gst_rtcp_packet_move_to_next),
6055         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
6056         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
6057         (gst_rtcp_packet_sdes_get_item_count),
6058         (gst_rtcp_packet_sdes_first_item),
6059         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
6060         (gst_rtcp_packet_sdes_first_entry),
6061         (gst_rtcp_packet_sdes_next_entry),
6062         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
6063         (gst_rtcp_packet_sdes_add_entry):
6064         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6065         Implement code to write SR, RR and SDES packets.
6066
6067 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
6068
6069         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
6070
6071         * sys/ximage/ximagesink.c:
6072           Fix build if XShm is not available (#432362).
6073
6074 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
6075
6076         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
6077         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
6078         pointers to random memory which are passed to g_free() when
6079         audio_convert_prepare_context() is called the first time.
6080
6081 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
6082
6083         Patch by: Dan Williams <dcbw redhat com>
6084
6085         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6086           Don't leak incoming buffer if gst_pad_push() returns a
6087           non-OK flow. Fixes #432755.
6088          
6089         * tests/check/elements/videorate.c: (GST_START_TEST),
6090         (videorate_suite):
6091           Unit test for the above by Yours Truly.
6092
6093 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
6094
6095         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6096         (gst_adder_sink_event), (gst_adder_collected):
6097           Fix non-flushing segmented seeks, Fixes #340060 for me
6098
6099 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
6100
6101         Patch by: Olivier Crete  <tester at tester ca>
6102
6103         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6104         (gst_base_rtp_audio_payload_class_init),
6105         (gst_base_rtp_audio_payload_init),
6106         (gst_base_rtp_audio_payload_dispose):
6107           Chain up to parent class in dispose function; get rid of
6108           unnecessary 'diposed' flag in private structure (#415001).
6109
6110 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
6111
6112         * docs/libs/gst-plugins-base-libs.types:
6113         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6114         (gst_base_rtp_audio_payload_class_init):
6115         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6116         * gst-libs/gst/rtp/gstbasertppayload.c:
6117           Some minor docs fixes and additions; also add missing 'Since' bits.
6118
6119 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
6120
6121         Patch by: Zeeshan Ali  <zeenix gmail com>
6122
6123         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6124         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
6125         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
6126         (gst_base_rtp_audio_payload_push):
6127         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
6128           The recently-added gst_base_rtp_audio_payload_push() should take an
6129           object of type GstBaseRTPAudioPayload as first argument (#431672).
6130
6131 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
6132
6133         * gst/audioresample/gstaudioresample.c:
6134           Make more functions static, just because we can.
6135
6136 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
6137
6138         * tests/check/elements/audioresample.c:
6139           Add unit test for audioresample shutdown crasher (#420106).
6140
6141 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
6142
6143         * gst/subparse/gstsubparse.c:
6144         * gst/subparse/samiparse.c:
6145           Use GST_DISABLE_XML here
6146
6147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6148         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
6149         (gst_xvimagesink_buffer_alloc),
6150         (gst_xvimagesink_navigation_send_event):
6151         * sys/xvimage/xvimagesink.h:
6152           Include stdlib.h when using atoi.
6153           
6154         * tests/check/elements/playbin.c: (playbin_suite):
6155           Use GST_DISABLE_REGISTRY here
6156
6157 2007-04-19  Michael Smith  <msmith@fluendo.com>
6158
6159         * ext/theora/gsttheoraenc.h:
6160         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
6161         (theora_enc_sink_event), (theora_enc_change_state):
6162           Track initialisation state; don't try to use encoder state if we're
6163           not initialised (it'll segfault).
6164
6165 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
6166
6167         * tests/check/pipelines/.cvsignore:
6168         Fix build.
6169
6170 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
6171
6172         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6173         Allow random depths between 1 and 32 instead of only multiplies of 8.
6174
6175 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
6176
6177         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6178         Set the maximum number of channels for PCM and float in the correct
6179         place to have it also used when creating the template caps.
6180
6181 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
6182
6183         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6184         Correctly support 4, 6 and 8 channels with normal PCM and float
6185         wav files.
6186
6187         Fix the depth and signedness calculation in extensible wav files and
6188         also handle 1, 2, 4, 6, 8 channels here when a file without channel
6189         mask is found.
6190
6191         Add support for float, alaw and mulaw in extensible wav files.
6192
6193         This allows correct playback of all but 5 files from
6194         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
6195         
6196         (gst_riff_create_audio_template_caps):
6197         Add voxware and float formats to the template caps.     
6198
6199 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
6200
6201         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6202
6203         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
6204         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
6205
6206         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6207         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
6208         Use the correct format strings for integer formats.
6209
6210 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6211
6212         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
6213           Don't use pad_alloc_buffer_and_set_caps to create a small header
6214           packet, or, worse, to create a big temporary video buffer using the
6215           src pad.
6216
6217 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6218
6219         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
6220         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
6221           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
6222           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
6223
6224 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6225
6226         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
6227           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
6228           streamheader_suite):
6229           Add another test set up for failure
6230
6231 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6232
6233         * tests/check/Makefile.am:
6234         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
6235           GST_START_TEST, streamheader_suite, main):
6236           Add a test for the streamheader bug Wim fixed.
6237
6238 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
6239
6240         * ext/theora/theoradec.c: (theora_dec_sink_event):
6241         Fix misleading comment.
6242
6243 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
6244
6245         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6246           More sanity checks for the header fields.
6247
6248 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
6249
6250         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
6251           Try encodings from all environment variables, not just those in the
6252           first environment variable that is set.
6253
6254 2007-04-12  Wim Taymans  <wim@fluendo.com>
6255
6256         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
6257         (gst_video_rate_chain):
6258         Add some debug.
6259
6260         * tests/check/elements/videorate.c: (GST_START_TEST),
6261         (videorate_suite):
6262         Added check for videorate changing caps handling. Closes #421834.
6263
6264 2007-04-12  Michael Smith  <msmith@fluendo.com>
6265
6266         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6267           Use scale functions to avoid overflow when calculating duration of 
6268           vorbis buffers.
6269
6270 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
6271
6272         * docs/libs/gst-plugins-base-libs-sections.txt:
6273         * gst-libs/gst/tag/tag.h:
6274         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
6275           API: add gst_tag_freeform_string_to_utf8() (#405072).
6276
6277         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
6278           Use gst_tag_freeform_string_to_utf8() here.
6279
6280 2007-04-12  Wim Taymans  <wim@fluendo.com>
6281
6282         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
6283         (gst_gdp_pay_sink_event):
6284         Make sure we set the IN_CAPS flag correctly.
6285
6286         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6287         Get the IN_CAPS flag before we call functions that mess with the flags.
6288
6289 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6290
6291         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
6292           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
6293           Only stamp buffers with offset/offset_end right before they get
6294           pushed.  This ensures offset continuity, which was not the case
6295           before as shown by
6296           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
6297
6298 2007-04-06  Wim Taymans  <wim@fluendo.com>
6299
6300         * gst/playback/gstplaybin.c: (add_sink),
6301         (gst_play_bin_change_state):
6302         Activate sync in playbin, we are ready to handle it for live streams.
6303
6304 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
6305
6306         * tests/check/elements/playbin.c:
6307         (test_sink_usage_video_only_stream), (playbin_suite):
6308           Add small test for stream-info-value-array code paths.
6309
6310 2007-04-05  Wim Taymans  <wim@fluendo.com>
6311
6312         * gst-libs/gst/audio/gstbaseaudiosink.c:
6313         (gst_base_audio_sink_skew_slaving):
6314         Don't try to create invalid calibration parameters by making the
6315         internal time go backwards, instead make external time go forward.
6316
6317 2007-04-05  Wim Taymans  <wim@fluendo.com>
6318
6319         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6320
6321         * gst/playback/gstplaybasebin.c: (add_stream):
6322         Fix leak in add_stream(), when g_value_set_object() increases the
6323         refcount of streaminfo object. Fixes #426250.
6324
6325 2007-04-03  David Schleef  <ds@schleef.org>
6326
6327         * gst/videotestsrc/gstvideotestsrc.c:
6328         * gst/videotestsrc/gstvideotestsrc.h:
6329         * gst/videotestsrc/videotestsrc.c:
6330         * gst/videotestsrc/videotestsrc.h:
6331           Add a test pattern called "circular", which has concentric
6332           rings with varying radial frequency.  The main purpose of this
6333           pattern is to test fidelity loss in a filter or scaler element.
6334           Notably, this pattern is scale invariant, and is optimally viewed
6335           with a width (and height) of 400.
6336
6337 2007-04-03  Wim Taymans  <wim@fluendo.com>
6338
6339         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6340
6341         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
6342         (deactivate_free_recursive):
6343         Decodebin2 doesn't unref pads it obtains in some occasions:
6344         - multiqueue src pads, when either connecting further or exposing
6345         - sink pads of new autoplugged elements
6346         - peer pads when recursively freeing elements
6347         Fixes #425455.
6348
6349 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
6350
6351         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6352         Add audio/x-raw-float support, now that audioconvert support
6353         non-native endianness floats.
6354
6355 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
6356
6357         * docs/libs/gst-plugins-base-libs-docs.sgml:
6358           gstreamer-plugins-base.pc doesn't exist, it's
6359           gstreamer-plugins-base-0.10.pc.
6360
6361 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
6362
6363         Patch by: René Stadler <mail at renestadler dot de>
6364         with some minor changes
6365
6366         * gst-libs/gst/floatcast/floatcast.h:
6367         Use more efficient float endianness conversion functions that don't
6368         involve 2 function calls per value.
6369         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
6370         (check_default), (audio_convert_prepare_context):
6371         * gst/audioconvert/gstaudioconvert.c:
6372         (gst_audio_convert_parse_caps), (make_lossless_changes):
6373         Support non-native endianness floats as input and output.
6374         Fixes #339838.
6375         * tests/check/elements/audioconvert.c: (verify_convert),
6376         (GST_START_TEST):
6377         Add unit tests for the non-native endianness float conversions.
6378
6379 2007-03-29  Wim Taymans  <wim@fluendo.com>
6380
6381         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6382         (gst_base_rtp_depayload_base_init),
6383         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
6384         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6385         (gst_base_rtp_depayload_set_gst_timestamp),
6386         (gst_base_rtp_depayload_change_state),
6387         (gst_base_rtp_depayload_set_property),
6388         (gst_base_rtp_depayload_get_property):
6389         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6390         Add Private structure.
6391         Bring element code to 2007.
6392         Parse clock-base caps param and use it when generating the
6393         newsegment.
6394         Reset variables before going to PAUSED.
6395         Fix some docs.
6396
6397 2007-03-29  Wim Taymans  <wim@fluendo.com>
6398
6399         * docs/libs/gst-plugins-base-libs-docs.sgml:
6400         * docs/libs/gst-plugins-base-libs-sections.txt:
6401         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6402         (gst_base_rtp_audio_payload_get_adapter):
6403         Add RTCP docs.
6404         Fix some more docs.
6405
6406         * gst-libs/gst/rtp/Makefile.am:
6407         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6408         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
6409         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
6410         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
6411         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
6412         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
6413         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
6414         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
6415         (gst_rtcp_packet_sr_get_sender_info),
6416         (gst_rtcp_packet_sr_set_sender_info),
6417         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
6418         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
6419         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
6420         (gst_rtcp_packet_sdes_get_chunk_count),
6421         (gst_rtcp_packet_sdes_first_chunk),
6422         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
6423         (gst_rtcp_packet_sdes_first_item),
6424         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
6425         (gst_rtcp_packet_bye_get_ssrc_count),
6426         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
6427         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
6428         (gst_rtcp_packet_bye_get_reason_len),
6429         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
6430         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6431         Add new helper object for parsing and creating RTCP messages.
6432
6433 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
6434
6435         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6436         PCM samples with width=8 must be always unsigned, no matter what
6437         depth they have.
6438
6439 2007-03-29  Andy Wingo  <wingo@pobox.com>
6440
6441         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
6442         perfect offsets also, not just timestamps.
6443
6444         * tests/check/elements/videorate.c (test_more): Test that given
6445         any incoming offsets, that videorate produces perfect offsets.
6446
6447 2007-03-29  Wim Taymans  <wim@fluendo.com>
6448
6449         * gst-libs/gst/riff/riff-ids.h:
6450         Add some more RIFF formats.
6451
6452 2007-03-29  Wim Taymans  <wim@fluendo.com>
6453
6454         * gst-libs/gst/rtp/gstrtpbuffer.c:
6455         (gst_rtp_buffer_default_clock_rate):
6456         * gst-libs/gst/rtp/gstrtpbuffer.h:
6457         Fix fixed payload names and docs.
6458         Added method to get the default clock rates of fixed payload types.
6459         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
6460
6461 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6462
6463         * tests/check/pipelines/.cvsignore:
6464         Add new vorbisdec test to cvsignore.
6465
6466 2007-03-28  Wim Taymans  <wim@fluendo.com>
6467
6468         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6469         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
6470         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
6471         (gst_base_audio_sink_set_property),
6472         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
6473         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
6474         (gst_base_audio_sink_skew_slaving),
6475         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
6476         (gst_base_audio_sink_async_play):
6477         * gst-libs/gst/audio/gstbaseaudiosink.h:
6478         Store private stuff in GstBaseAudioSinkPrivate.
6479         Add configurable clock slaving modes property.
6480         API:: GstBaseAudioSink::slave-method property
6481         Some more latency reporting tweaks.
6482         Added skew based clock slaving correction and make it the default until
6483         the resampling method is more robust.
6484
6485 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
6486
6487         * gst/audioconvert/audioconvert.c:
6488         Add docs to the integer pack functions and implement proper
6489         rounding. Before we had rounding towards negative infinity, i.e.
6490         always the smaller number was taken. Now we use natural rounding,
6491         i.e. rounding to the nearest integer and to the one with the largest
6492         absolute value for X.5. The old rounding introduced some minor
6493         distortions. Fixes #420079
6494         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6495         Fix one unit test that assumed the old rounding and added unit tests
6496         for checking signed/unsigned int16 <-> signed/unsigned int16 with
6497         depth 8, one for signed int16 <-> unsigned int16 and one for the new
6498         rounding from signed int32 to signed/unsigned int16.
6499
6500 2007-03-27  Michael Smith  <msmith@fluendo.com>
6501
6502         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
6503         (gst_audio_convert_transform_caps):
6504           Fix typo in debug line introduced recently, as pointed out on irc.
6505
6506 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6507
6508         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
6509         * tests/check/libs/tag.c: (GST_START_TEST):
6510           Make sure we parse floating-point numbers in vorbis comments
6511           correctly with either '.' or ',' as separator, no matter what
6512           the current locale is. Add unit test for this too.
6513
6514 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
6515
6516         Patch by: René Stadler  <mail at renestadler de>
6517
6518         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
6519           When writing out floating-point numbers to vorbis comment tags, always
6520           use the same character as separator no matter what the current locale is
6521           (fixes #423051).
6522
6523         * tests/check/libs/tag.c: (GST_START_TEST):
6524           Add unit tests for replaygain tags in vorbis comments (closes #423055).
6525
6526 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6527
6528         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
6529           vorbis_handle_data_packet):
6530           Correctly set DURATION to generate a timestamp-continuous stream.
6531           One bug left at the end; see
6532           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
6533         * tests/check/Makefile.am:
6534         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
6535           Add a test to check this.  Without the above patch this test fails.
6536
6537 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
6538
6539         * gst-libs/gst/rtp/Makefile.am:
6540         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
6541
6542 2007-03-23  Michael Smith  <msmith@fluendo.com>
6543
6544         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
6545         (gst_video_rate_reset), (gst_video_rate_chain):
6546           If videorate changes caps, we can no longer use the old buffer
6547           (which may have a different size, incompatible with our caps).
6548           So don't do that; just duplicate the new frame more times.
6549
6550 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
6551
6552         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6553         Remove playbin's override of the set_clock vmethod. It's irrelevant
6554         after Wim's commit on the 19th.
6555
6556 2007-03-22  Wim Taymans  <wim@fluendo.com>
6557
6558         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
6559         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
6560         * ext/gnomevfs/gstgnomevfssrc.h:
6561         Don't cache file sizes. Fixes #341078.
6562
6563 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6564
6565         * gst/playback/gstplaybin.c: (add_sink):
6566           Use GST_PTR_FORMAT to log caps. 
6567
6568 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6569
6570         Patch by: Young-Ho Cha <ganadist at chollian net>
6571
6572         * gst/subparse/samiparse.c: (handle_start_font):
6573           Special-case some more colour names that pango doesn't handle by
6574           default. Fixes #420578.
6575
6576 2007-03-20  Michael Smith  <msmith@fluendo.com>
6577
6578         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
6579           If we get a zero-sized input buffer, don't pass it to libvorbis, as
6580           that marks EOS internally. After that, libvorbis will buffer all
6581           input data, and encode none of it, eventually leading to memory
6582           exhaustion.
6583
6584 2007-03-19  Wim Taymans  <wim@fluendo.com>
6585
6586         * gst/playback/gstdecodebin.c: (remove_fakesink):
6587         Don't post STATE_DIRTY anymore.
6588
6589         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
6590         (gst_play_bin_change_state):
6591         Remove stream_time reset in seek handling, core does that now.
6592         Disable clocking for live pipelines by forcing a NULL clock to the
6593         complete pipeline, core is too smart now for our previous hack.
6594         We can always autoplug in PAUSED now.
6595
6596 2007-03-17  David Schleef  <ds@schleef.org>
6597
6598         * REQUIREMENTS:  Update this file, change the formatting to make
6599         it more consistent, plus more machine readable.
6600
6601 2007-03-16  Michael Smith  <msmith@fluendo.com>
6602
6603         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
6604         (strip_width_64), (append_with_other_format):
6605           Previous fix was too simplistic, and broke the tests. Use a better
6606           approach; only strip 64 from widths for integer audio.
6607
6608 2007-03-16  Michael Smith  <msmith@fluendo.com>
6609
6610         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
6611         (gst_audio_convert_transform_caps):
6612           We don't support 64 bit integer audio, so don't try to claim we can.
6613           Stops us producing caps don't match our template caps.
6614           Update comments.
6615
6616 2007-03-15  Michael Smith  <msmith@fluendo.com>
6617
6618         * gst/audioresample/gstaudioresample.c:
6619         (audioresample_check_discont), (audioresample_transform):
6620           Don't trigger discontinuities for very small imperfections; a filter
6621           flush will sound bad, and many plugins have rounding errors leading
6622           to these.
6623
6624 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
6625
6626         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
6627
6628         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6629         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
6630         API: add "min-ptime" property to RTP base audio payloader.
6631         API: add gst_base_rtp_audio_payload_push().
6632         API: add gst_base_rtp_audio_payload_get_adapter().
6633         Fixes #415001
6634         Indentation/whitespace/documentation fixes.
6635
6636 2007-03-14  Julien MOUTTE  <julien@moutte.net>
6637
6638         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6639         (audioresample_transform_size), (audioresample_do_output),
6640         (audioresample_transform), (audioresample_pushthrough): Handle
6641         discontinuous streams.
6642         * gst/audioresample/gstaudioresample.h:
6643         * tests/check/elements/audioresample.c:
6644         (test_discont_stream_instance), (GST_START_TEST),
6645         (audioresample_suite): Add a test for discontinuous streams.
6646         * win32/common/config.h: Updated.
6647
6648 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6649
6650         * po/af.po:
6651         * po/az.po:
6652         * po/cs.po:
6653         * po/en_GB.po:
6654         * po/it.po:
6655         * po/nb.po:
6656         * po/nl.po:
6657         * po/or.po:
6658         * po/sq.po:
6659         * po/sr.po:
6660         * po/sv.po:
6661         * po/uk.po:
6662         * po/vi.po:
6663           Update translations from translation project.
6664
6665 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6666
6667         * gst/audioresample/debug.h:
6668         * gst/audioresample/resample.c: (resample_init):
6669           Since I really am not interested in a debug line for each sample
6670           being processed, move the library's debugging to its own category,
6671           libaudioresample
6672
6673 2007-03-13  Michael Smith  <msmith@fluendo.com>
6674
6675         * ext/theora/theoradec.c: (theora_handle_type_packet):
6676           Since the plugin doesn't support anything other than 4:2:0 right
6677           now, post an error and fail if we get something else. Won't matter
6678           until libtheora supports the other pixel formats, but hopefully
6679           that'll be soon...
6680
6681 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
6682
6683         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
6684         Use gst_guint64_to_gdouble for conversion.
6685         * win32/MANIFEST:
6686         Add new files to the win32 MANIFEST.
6687         * win32/common/libgstaudio.def:
6688         * win32/common/libgstpbutils.def:
6689         Add new exported functions.
6690         * win32/vs6/gst_plugins_base.dsw:
6691         * win32/vs6/libgstdecodebin.dsp:
6692         * win32/vs6/libgstplaybin.dsp:
6693         Change the link to libgstpbutils.lib.
6694         * win32/vs6/libgstdecodebin2.dsp:
6695         Add a new project for decodebin2.
6696         * win32/vs6/libgstpbutils.dsp:
6697         Add a new project for pbutils.
6698
6699 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6700
6701         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
6702           Also accept partial dates with only year and month,
6703           like 1999-12-00 (fixes #410396 even more).
6704
6705         * tests/check/libs/tag.c: (GST_START_TEST):
6706           Add unit test for the above.
6707
6708 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6709
6710         * tests/check/elements/subparse.c: (GST_START_TEST),
6711         (subparse_suite):
6712           Add unit test for MPL2 subtitle format (#413799).
6713
6714 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6715
6716         Patch by: Kamil Pawlowski  <kamilpe gmail com>
6717
6718         * gst/subparse/Makefile.am:
6719         * gst/subparse/gstsubparse.c:
6720         (gst_sub_parse_data_format_autodetect),
6721         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
6722         (gst_subparse_type_find):
6723         * gst/subparse/gstsubparse.h:
6724         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
6725         * gst/subparse/mpl2parse.h:
6726           Add support for MPL2 subtitle format (#413799).
6727
6728 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6729
6730         * configure.ac:
6731           We require core CVS for the new buffer metadata copy functions.
6732
6733 2007-03-09  Wim Taymans  <wim@fluendo.com>
6734
6735         * gst-libs/gst/tag/gstid3tag.c:
6736         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
6737         Fixes #414496.
6738
6739         Patch by: Alex Lancaster <alexl at users sourceforge net>
6740
6741 2007-03-09  Wim Taymans  <wim@fluendo.com>
6742
6743         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
6744         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
6745         Improve adapter usage and comments.
6746
6747 2007-03-09  Wim Taymans  <wim@fluendo.com>
6748
6749         * ext/pango/gsttextrender.c: (gst_text_render_chain):
6750         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
6751         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
6752         Use new metadata copy function.
6753
6754         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6755         (gst_ffmpegcsp_transform):
6756         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
6757         Basetransform copied the metadata for us.
6758
6759 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6762         (gst_text_overlay_video_event):
6763           Some more logging. Only accept newsegment events in TIME format and
6764           send a WARNING message if they are not in TIME format.
6765
6766         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
6767         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
6768         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
6769         * gst/subparse/gstsubparse.h:
6770           No need to allocate GstSegment structure dynamically, just put it
6771           into the instance structure; ignore newsegment events in BYTE
6772           format and in particular don't let it overwrite our saved TIME
6773           segment from the last seek.
6774
6775 2007-03-09  Michael Smith  <msmith@fluendo.com>
6776
6777         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
6778           Replace AC3 typefinder with one that isn't terrible, and actually
6779           works usefully.
6780
6781 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6782
6783         * gst/audioconvert/gstaudioconvert.c:
6784         (gst_audio_convert_transform):
6785           fix error category and translatable string
6786           
6787
6788 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6789
6790         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6791         * pkgconfig/gstreamer-plugins-base.pc.in:
6792           Fix up utils => pbutils here too.
6793
6794 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6795
6796         * gst/subparse/gstsubparse.c: (handle_buffer):
6797           Break out of loop in chain function as soon as possible if we get
6798           a non-OK flow return.
6799
6800 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
6801
6802         * tests/check/elements/alsa.c: (GST_START_TEST):
6803         Unref the mixer if the state change fails too (if the
6804         alsa devices are inaccessible, for example)
6805
6806 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
6807
6808         * tests/check/Makefile.am:
6809         Don't test libvisual elements in the states check, because libvisual
6810         seems to leak internally.
6811
6812         Re-enable the alsa and states tests now that there's new suppressions
6813         in gst.supp.
6814
6815         * tests/check/elements/alsa.c: (GST_START_TEST):
6816         Don't leak the alsamixer we instantiated.
6817
6818 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
6819
6820         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
6821         (gst_ximagesink_change_state), (gst_ximagesink_reset),
6822         (gst_ximagesink_finalize):
6823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
6824         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
6825         Move some cleanup stuff from the state change handler into a _reset()
6826         function that can be called from _finalize(). This ensures that things
6827         get freed even if (for some reason) the NULL->READY state transition
6828         fails in the parent class.
6829         Even if a parent state change fails, process our downward state change
6830         logic instead of bailing out early.
6831         Free the correct xcontext pointer in ximagesink's xcontext_clear.
6832
6833 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
6834
6835         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6836         Extra log line.
6837
6838         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
6839         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
6840         Use pango_font_description_set_family_static instead of 
6841         pango_font_description_set_family to save a string copy (it was
6842         leaking due to the strdup anyway)
6843
6844         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
6845         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
6846         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
6847         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
6848         Chain up in finalize.
6849
6850 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6851
6852         * gst-libs/gst/interfaces/mixertrack.c:
6853         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
6854         (gst_mixer_track_set_property):
6855           API: add "untranslated-label" property which should be set by
6856           implementations at construct time (#414645).
6857
6858         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
6859         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
6860           Set "untranslated-label" when constructing mixer track objects.
6861
6862         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
6863           Unit test to check the above.
6864
6865 2007-03-07  Wim Taymans  <wim@fluendo.com>
6866
6867         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
6868         Fix confusing debug message.
6869
6870 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
6871
6872         * gst-plugins-base.doap:
6873         update doap file with new version
6874
6875 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
6876
6877         * configure.ac:
6878         Back to CVS
6879
6880 === release 0.10.12 ===
6881
6882 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
6883
6884         * configure.ac:
6885           releasing 0.10.12, "Zombie Horde"
6886
6887 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
6888
6889         * configure.ac:
6890         Bump version to 0.10.11.4 pre-release
6891
6892 2007-03-06  Wim Taymans  <wim@fluendo.com>
6893
6894         * gst-libs/gst/audio/gstbaseaudiosink.c:
6895         (gst_base_audio_sink_async_play):
6896         Fix regression that made GStreamer skip the first samples of audio.
6897         Fixes #414684.
6898
6899 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
6900
6901         * configure.ac:
6902         Bump version to 0.10.11.3 pre-release
6903
6904 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
6905
6906         * po/POTFILES.in:
6907           Update paths for the rename from utils to pbutils to fix the build.
6908
6909 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6910
6911         * gst-libs/gst/pbutils/Makefile.am:
6912           Change directory to install headers in from gst/utils to gst/pbutils
6913           as well.
6914
6915 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6916
6917         * configure.ac:
6918         * docs/libs/gst-plugins-base-libs-docs.sgml:
6919         * docs/libs/gst-plugins-base-libs-sections.txt:
6920         * gst-libs/gst/Makefile.am:
6921         * gst-libs/gst/interfaces/mixer.c:
6922         * gst-libs/gst/pbutils/Makefile.am:
6923         * gst-libs/gst/pbutils/descriptions.c:
6924         (gst_pb_utils_get_source_description),
6925         (gst_pb_utils_get_sink_description),
6926         (gst_pb_utils_get_decoder_description),
6927         (gst_pb_utils_get_encoder_description),
6928         (gst_pb_utils_get_element_description),
6929         (gst_pb_utils_add_codec_description_to_tag_list),
6930         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
6931         * gst-libs/gst/pbutils/descriptions.h:
6932         * gst-libs/gst/pbutils/install-plugins.c:
6933         * gst-libs/gst/pbutils/install-plugins.h:
6934         * gst-libs/gst/pbutils/missing-plugins.c:
6935         (gst_missing_uri_source_message_new),
6936         (gst_missing_uri_sink_message_new),
6937         (gst_missing_element_message_new),
6938         (gst_missing_decoder_message_new),
6939         (gst_missing_encoder_message_new),
6940         (gst_missing_plugin_message_get_description):
6941         * gst-libs/gst/pbutils/missing-plugins.h:
6942         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
6943         * gst-libs/gst/pbutils/pbutils.h:
6944         * gst-libs/gst/utils/Makefile.am:
6945         * gst-libs/gst/utils/base-utils.c:
6946         * gst-libs/gst/utils/base-utils.h:
6947         * gst-libs/gst/utils/descriptions.c:
6948         * gst-libs/gst/utils/descriptions.h:
6949         * gst-libs/gst/utils/install-plugins.c:
6950         * gst-libs/gst/utils/install-plugins.h:
6951         * gst-libs/gst/utils/missing-plugins.c:
6952         * gst-libs/gst/utils/missing-plugins.h:
6953         * gst-plugins-base.spec.in:
6954         * gst/playback/Makefile.am:
6955         * gst/playback/gstdecodebin.c:
6956         * gst/playback/gstdecodebin2.c:
6957         * gst/playback/gstplaybasebin.c: (setup_subtitle),
6958         (gen_source_element):
6959         * gst/playback/gstplaybin.c: (plugin_init):
6960         * tests/check/Makefile.am:
6961         * tests/check/libs/pbutils.c: (GST_START_TEST),
6962         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
6963         * tests/check/libs/utils.c:
6964           rename utils to pbutils
6965
6966 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
6967
6968         * docs/plugins/Makefile.am:
6969         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6970         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6971         * docs/plugins/inspect/plugin-decodebin2.xml:
6972         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
6973         Add documentation for decodebin2 that indicates that the API
6974         is still unstable.
6975
6976 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
6977
6978         * configure.ac:
6979         Update to 0.10.11.2 (0.10.12 pre-release)
6980
6981 2007-03-01  Wim Taymans  <wim@fluendo.com>
6982
6983         * gst-libs/gst/audio/gstbaseaudiosink.c:
6984         (gst_base_audio_sink_async_play):
6985         base time is irrelevant here.
6986
6987 2007-03-01  Wim Taymans  <wim@fluendo.com>
6988
6989         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
6990         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
6991         Improve debugging.
6992
6993         * gst-libs/gst/audio/gstbaseaudiosink.c:
6994         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
6995         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
6996         Improve latency and clock slaving calculations.
6997         Improve slave clock calibration.
6998
6999         * gst-libs/gst/audio/gstringbuffer.c:
7000         (gst_ring_buffer_commit_full):
7001         When we are asked to render N sample to 0 bytes, return N.
7002
7003 2007-03-01  Wim Taymans  <wim@fluendo.com>
7004
7005         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7006         (gst_alsasink_write), (gst_alsasink_reset):
7007         * ext/alsa/gstalsasink.h:
7008         Remove unused dispose function.
7009         Rename lock to not interfere with alsasrc lock.
7010
7011         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
7012         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
7013         (gst_alsasrc_read), (gst_alsasrc_reset):
7014         * ext/alsa/gstalsasrc.h:
7015         Implement finalize function.
7016         Use lock to protect alsa access.
7017         Implement _reset.
7018         Fine tune sw params.
7019
7020 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7021
7022         * configure.ac:
7023           Convert to new AG_GST style.
7024
7025 2007-02-28  Wim Taymans  <wim@fluendo.com>
7026
7027         Patch by: Ed Catmur <ed at catmur dot co dot uk>
7028
7029         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
7030         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
7031         Fix race condition when rapidly switching visualisations in playbin.
7032         Fixes #401029.
7033
7034 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
7035
7036         * tests/check/Makefile.am:
7037         Include local stuff before system installed things in LDFLAGS and
7038         CFLAGS.
7039
7040 2007-02-28  Wim Taymans  <wim@fluendo.com>
7041
7042         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
7043         Improve debugging.
7044
7045 2007-02-28  Wim Taymans  <wim@fluendo.com>
7046
7047         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
7048         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
7049         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
7050         Fix duration and timestamping, taking latency into account.
7051         Implement latency query.
7052
7053 2007-02-28  Wim Taymans  <wim@fluendo.com>
7054
7055         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
7056         (gst_audio_clock_new):
7057         Fix clock name.
7058
7059         * gst-libs/gst/audio/gstbaseaudiosink.c:
7060         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
7061         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
7062         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
7063         (gst_base_audio_src_create):
7064         Improve latency query code.
7065         Use proper clock names.
7066
7067 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7068
7069         * tests/check/generic/states.c: (GST_START_TEST):
7070           Copy the states.c test from core again
7071         * tests/check/Makefile.am:
7072           ignore cdio and cdparanoiasrc
7073
7074 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
7075
7076         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
7077         (double_hq), (audio_convert_get_func_index), (check_default),
7078         (audio_convert_prepare_context), (audio_convert_convert):
7079           Also make valgrind happy and avoid copying data in some cases.
7080
7081 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
7082
7083         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
7084         (double_hq), (audio_convert_get_func_index),
7085         (audio_convert_prepare_context), (audio_convert_convert):
7086         * gst/audioconvert/gstaudioconvert.c:
7087         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
7088         (gst_audio_convert_transform_caps):
7089         * tests/check/elements/audioconvert.c: (GST_START_TEST),
7090         (audioconvert_suite):
7091           Don't run inplace if that overwrites source data as we go. Add more
7092           tests. Fixes #339837 even more.
7093
7094 2007-02-27  Julien MOUTTE  <julien@moutte.net>
7095
7096         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
7097         (msg_segment_done): Fix various seeking bugs (Slider was not
7098         updating when doing a non flushing seek, Reverse playback 
7099         on segment seek was wrong).
7100
7101 2007-02-26  Wim Taymans  <wim@fluendo.com>
7102
7103         * tests/examples/seek/seek.c: (stop_seek):
7104         When we stop scrubbing, don't leave the pipeline PLAYING when we
7105         requested a PAUSED state.
7106
7107 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
7108
7109         Patch by: René Stadler <mail at renestadler de>
7110
7111         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7112           Parse date strings in vorbis comments that have an invalid (zero)
7113           month or day (#410396).
7114
7115         * tests/check/libs/tag.c: (GST_START_TEST):
7116           Test case for the above.
7117
7118 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7119
7120         Patch by: Loïc Minier <lool+gnome at via ecp fr>
7121
7122         * configure.ac:
7123         * ext/alsa/Makefile.am:
7124         * gst/audiotestsrc/Makefile.am:
7125           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
7126
7127 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
7128
7129         * gst/playback/gstplaybin.c:
7130           Improve docs: point out that the application needs to assist playbin
7131           with buffering.
7132
7133 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
7134
7135         * gst-libs/gst/utils/install-plugins.c:
7136         * gst-libs/gst/utils/missing-plugins.c:
7137         * tests/check/libs/utils.c: (missing_msg_check_getters):
7138           Change GStreamer marker prefix in detail string from 'gstreamer.net'
7139           to just 'gstreamer'. Document the caps string component of the
7140           decoder/encoder detail a bit better, since not everyone will be
7141           familiar with the GStreamer media type/caps system (but they better
7142           enjoy nested itemized lists).
7143
7144 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
7145
7146         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7147         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
7148           Fix copying of GstNetBuffer (would crash before, or at least lead to
7149           invalid memory access, #410772), for now by copying the GstBuffer copy
7150           code from the core over here so we can copy the GstBuffer fields on a
7151           provided buffer instance (of type GstNetBuffer in this case). Would be
7152           better to fix this with some support by the core though (and in the long
7153           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
7154
7155         * tests/check/Makefile.am:
7156           Enable unit test for GstNetBuffer.
7157
7158 2007-02-22  Andy Wingo  <wingo@pobox.com>
7159
7160         * gst-libs/gst/audio/gstbaseaudiosink.c
7161         (gst_base_audio_sink_init): Disable pull-mode activation until we
7162         figure out how to make audio sinks go to PLAYING.
7163
7164 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
7165
7166         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
7167         (double_hq), (audio_convert_get_func_index),
7168         (audio_convert_prepare_context), (audio_convert_convert):
7169         * gst/audioconvert/audioconvert.h:
7170         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
7171         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
7172         * gst/audioconvert/gstchannelmix.h:
7173         * tests/check/elements/audioconvert.c: (GST_START_TEST):
7174           Add float as an intermediate format, as well as float mixing. Enable
7175           test that was failing before. Fixes #339837
7176
7177 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
7178
7179         * tests/examples/seek/seek.c: (do_seek):
7180         Undo the previous commit: -1 as a stop time implies that the stop
7181         time is the end of file, clearing any previously configured segment.
7182
7183 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
7184
7185         * tests/examples/seek/seek.c: (do_seek):
7186         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
7187
7188 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
7189
7190         * gst/volume/gstvolume.c: (volume_process_int16),
7191         (volume_process_int16_clamp), (volume_set_caps):
7192           Unbreak volume, value remains gint.
7193
7194 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
7195
7196         * gst/volume/gstvolume.c: (volume_choose_func),
7197         (volume_update_real_volume), (gst_volume_set_volume),
7198         (gst_volume_init), (volume_process_double), (volume_process_float),
7199         (volume_process_int16), (volume_process_int16_clamp),
7200         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
7201         * gst/volume/gstvolume.h:
7202           Extend float audio support (double) and some int->uint cleanups.
7203
7204 2007-02-20  Edward Hervey  <edward@fluendo.com>
7205
7206         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
7207         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
7208         (sort_end_pads), (gst_decode_group_expose),
7209         (gst_decode_group_hide):
7210         Don't free groups from the streaming threads. Just put them aside and
7211         free them in dispose.
7212
7213 2007-02-20  Edward Hervey  <edward@fluendo.com>
7214
7215         * gst/playback/gstdecodebin2.c: (connect_element),
7216         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
7217         (sort_end_pads), (gst_decode_group_expose):
7218         Handle dynamic pads within groups.
7219         Sort pads before exposing them in order to make playbin happy.
7220         There still is a race with the multiqueue filling up. This should be
7221         solved separately.
7222         Fixes #398721
7223
7224 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7225
7226         * gst-libs/gst/utils/base-utils.c:
7227         * gst-libs/gst/utils/descriptions.c:
7228         * gst-libs/gst/utils/install-plugins.c:
7229         * gst-libs/gst/utils/missing-plugins.c:
7230           Some more docs (and descriptions for two subtitle formats).
7231
7232 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7233
7234         * gst-libs/gst/audio/audio.c:
7235           Fix documentation.
7236
7237 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7238
7239         Patch by: Yves Lefebvre  <ivanohe abacom com>
7240
7241         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
7242           Don't leak caps. Fixes #408278.
7243
7244 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
7245
7246         * ext/cdparanoia/gstcdparanoiasrc.h:
7247         * ext/ogg/gstoggdemux.h:
7248         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7249         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
7250         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
7251         * gst-libs/gst/audio/audio.h:
7252         * gst-libs/gst/audio/gstaudiofilter.h:
7253         * gst-libs/gst/interfaces/videoorientation.h:
7254         * gst/adder/gstadder.h:
7255           More docs coverage and some ChangeLog surgery (add missing names)
7256
7257 2007-02-15  Wim Taymans  <wim@fluendo.com>
7258
7259         * sys/ximage/ximagesink.c:
7260         (gst_ximagesink_calculate_pixel_aspect_ratio):
7261         * sys/xvimage/xvimagesink.c:
7262         (gst_xvimagesink_calculate_pixel_aspect_ratio):
7263         Small constifications.
7264
7265 2007-02-15  Wim Taymans  <wim@fluendo.com>
7266
7267         * gst-libs/gst/audio/gstbaseaudiosink.c:
7268         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
7269         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
7270         (gst_base_audio_sink_async_play),
7271         (gst_base_audio_sink_change_state):
7272         Answer latency query.
7273         Use configured latency when syncing.
7274         Fix clock slaving.
7275
7276         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7277         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
7278         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
7279         Fix possible memleak.
7280         Implement latency query.
7281         Small cleanups.
7282
7283 2007-02-15  Wim Taymans  <wim@fluendo.com>
7284
7285         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
7286         Ignore errors in reset, these are not fatal. They also grab the element
7287         lock which is already taking when this function is called. Fixes
7288         #405451.
7289
7290 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
7291
7292         * configure.ac:
7293           Remove 'tests/examples/xerror/Makefile' from output files again.
7294
7295 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
7296
7297         * configure.ac:
7298         * docs/plugins/Makefile.am:
7299           Also crossref against gst-plugins-base-libs.
7300
7301 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
7302
7303         * configure.ac:
7304         * docs/libs/Makefile.am:
7305         * docs/plugins/Makefile.am:
7306           Add crossreferences to glib/gobject/gstream docs.
7307
7308         * gst-libs/gst/audio/audio.h:
7309           Source formatting.
7310
7311         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
7312           Add own debug category.
7313
7314 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
7315
7316         Patch by: René Stadler <mail at renestadler de>
7317
7318         * gst-libs/gst/tag/gstvorbistag.c:
7319           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
7320           (#403597).
7321
7322 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
7323
7324         * gst/playback/gstplaybasebin.c: (setup_source):
7325           When we have external subtitles and wait for the subtitle decodebin
7326           to get up and running, we set up a (sync) bus handler for the
7327           subtitle decodebin, so we can stop waiting when it posts an error
7328           message. However, we should do that before we set the subtitle
7329           decodebin's state to playing, otherwise things are racy and we might
7330           miss error messages posted before we had a chance to set up the bus.
7331           This should finally fix totem hanging on .txt pseudo-subtitle files.
7332           
7333 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
7334
7335         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
7336           Use gst_gdouble_to_guint64 for conversions.
7337         * win32/common/config.h.in:
7338           Add a define for GST_INSTALL_PLUGINS_HELPER
7339         * win32/common/libgstaudio.def:
7340         * win32/common/libgstcdda.def:
7341         * win32/common/libgstnetbuffer.def:
7342         * win32/common/libgstrtp.def:
7343         * win32/common/libgutils.def:
7344           Add new exported functions.
7345         * win32/vs6/gst_plugins_base.dsw:
7346         * win32/vs6/libgstdecodebin.dsp:
7347         * win32/vs6/libgstnetbuffer.dsp:
7348         * win32/vs6/libgstplaybin.dsp:
7349         * win32/vs6/libgstrtp.dsp:
7350         * win32/vs6/libgstvorbis.dsp:
7351         * win32/vs6/libgstcdda.dsp:
7352         * win32/vs6/libgstgdp.dsp:
7353         * win32/vs6/libgstutils.dsp:
7354           Update and add new project files.
7355
7356 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
7357
7358         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
7359         (subrip_remove_unhandled_tags), (parse_subrip):
7360           For SubRip (.srt) subtitles, ignore all markup tags we don't
7361           handle (like font tags, for example).
7362
7363         * tests/check/elements/subparse.c:
7364           Add test for this.
7365
7366 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
7367
7368         * gst/playback/gstdecodebin.c: (add_fakesink),
7369         (gst_decode_bin_change_state):
7370         * gst/playback/gstdecodebin2.c: (add_fakesink),
7371         (gst_decode_bin_change_state):
7372           Don't error out if there is no fakesink in the NULL to READY state
7373           change, since when decodebin is re-used, we're only adding the
7374           fakesink element in READY to PAUSED.
7375
7376         * tests/check/elements/decodebin.c:
7377         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
7378         (decodebin_suite):
7379           Minimal unit test to make sure we can use the same decodebin
7380           instance twice (at least with audiotestsrc input).
7381
7382 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
7383
7384         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
7385           Try to get devic-name from device string first, and from handle only
7386           as fallback (seems to yield better results and is more robust
7387           against buggy probing code on the application side).
7388
7389 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
7390
7391         Based on patch by: Julien Puydt <julien.puydt at laposte net>
7392
7393         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
7394         (gst_alsa_find_device_name):
7395         * ext/alsa/gstalsa.h:
7396         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
7397         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
7398           Improve device-name detection a bit, especially in the case where
7399           the device is not actually open (#405020, #405024). Move common code
7400           into gstalsa.c instead of duplicating it.
7401
7402 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7403
7404         * gst/audioconvert/gstaudioconvert.c:
7405           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
7406
7407 2007-02-06  Julien MOUTTE  <julien@moutte.net>
7408
7409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7410         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
7411         (gst_xvimagesink_interface_supported),
7412         (gst_xvimagesink_probe_get_properties),
7413         (gst_xvimagesink_probe_probe_property),
7414         (gst_xvimagesink_probe_needs_probe),
7415         (gst_xvimagesink_probe_get_values),
7416         (gst_xvimagesink_property_probe_interface_init),
7417         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7418         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
7419         (gst_xvimagesink_get_type):
7420         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
7421         for XVAdaptors so that one can choose the adaptor to use with 
7422         gstreamer-properties.
7423
7424 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
7425
7426         * gst/audioconvert/gstaudioconvert.c:
7427           Also mention that a conversion from double to float is suboptimal still.
7428
7429 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7430
7431         * gst-libs/gst/audio/gstaudiofilter.c:
7432         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
7433           Clear our formats structure and free the caps contained in it when
7434           shutting down.
7435
7436 2007-02-05  Andy Wingo  <wingo@pobox.com>
7437
7438         * gst-libs/gst/audio/gstbaseaudiosink.c
7439         (gst_base_audio_sink_callback): Update basesink->offset so that we
7440         pull monotonically increasing offsets instead of, um, seeking back
7441         to 0 each time. Fixes alsasrc ! alsasink!
7442
7443 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7444
7445         * gst/videoscale/gstvideoscale.c:
7446           A width and height of 1 makes us crash, so increase minimum size to
7447           2x2 pixels until someone feels like fixing this (#404512).
7448
7449 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
7450
7451         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
7452           Add small test to make sure request pads are cleaned up properly
7453           even if oggmux never changes state out of NULL.
7454
7455 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
7456
7457         * tests/check/libs/utils.c: (GST_START_TEST):
7458           Fix unit test. Turns out things work much better when you
7459           NULL-terminate string arrays. Should make p5 build bot happy again.
7460
7461 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7462
7463         * gst-libs/gst/audio/Makefile.am:
7464         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7465         (gst_audio_filter_template_base_init),
7466         (gst_audio_filter_template_class_init),
7467         (gst_audio_filter_template_init),
7468         (gst_audio_filter_template_set_property),
7469         (gst_audio_filter_template_get_property),
7470         (gst_audio_filter_template_setup),
7471         (gst_audio_filter_template_filter),
7472         (gst_audio_filter_template_filter_inplace), (plugin_init):
7473           Oops, forgot to commit fixed-up example.
7474
7475 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7476
7477         * docs/libs/gst-plugins-base-libs-sections.txt:
7478         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
7479         (gst_audio_filter_class_init), (gst_audio_filter_init),
7480         (gst_audio_filter_set_caps),
7481         (gst_audio_filter_class_add_pad_templates):
7482         * gst-libs/gst/audio/gstaudiofilter.h:
7483           Port GstAudioFilter to 0.10. This change technically breaks
7484           API and ABI (and thus also every library developer's heart),
7485           but seems justifiable on the grounds that the base class was
7486           completely unusable before (ie. would crash immediately when
7487           actually used). Fixes #403963 (and eventually also #403572).
7488           Also document all of this a bit.
7489
7490 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7491
7492         * gst-libs/gst/utils/install-plugins.c:
7493         (gst_install_plugins_spawn_child):
7494         * tests/check/libs/utils.c:
7495         (test_base_utils_install_plugins_do_callout):
7496           Lowering log level to see why things fail on the p5 build bot;
7497           fix some typos in unit test messages.
7498
7499 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7500
7501         * tests/check/libs/utils.c:
7502         (test_base_utils_install_plugins_do_callout):
7503           Don't hard-code temp directory for test helper; use GLib functions
7504           to write out file and do error checking etc.
7505
7506 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7507
7508         * gst-libs/gst/utils/Makefile.am:
7509         * gst-libs/gst/utils/base-utils.h:
7510         * gst-libs/gst/utils/install-plugins.c:
7511         (gst_install_plugins_context_set_xid),
7512         (gst_install_plugins_context_new),
7513         (gst_install_plugins_context_free),
7514         (gst_install_plugins_get_helper),
7515         (gst_install_plugins_spawn_child),
7516         (gst_install_plugins_return_from_status),
7517         (gst_install_plugins_installer_exited),
7518         (gst_install_plugins_async), (gst_install_plugins_sync),
7519         (gst_install_plugins_return_get_name),
7520         (gst_install_plugins_installation_in_progress):
7521         * gst-libs/gst/utils/install-plugins.h:
7522           API: add API for applications to initiate installation of missing
7523           plugins, ie. gst_install_plugins_async() primarily.
7524           Based on libgimme-codec by Ryan Lortie.
7525
7526         * configure.ac:
7527           Add --with-install-plugins-helper configure option so distros can specify
7528           the path of the helper script or program to call when plugin installation
7529           is requested (distros: please do any argument munging in this helper
7530           script instead of patching GStreamer to pass arguments differently
7531           to another program directly).
7532
7533         * docs/libs/gst-plugins-base-libs-docs.sgml:
7534         * docs/libs/gst-plugins-base-libs-sections.txt:
7535           Build and document new API.
7536
7537         * tests/check/libs/utils.c: (result_cb),
7538         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
7539         (libgstbaseutils_suite):
7540           Some simple checks for the new API.
7541
7542 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7543
7544         * tests/check/elements/audioconvert.c: (test_float_conversion):
7545           Add small test for 32bit float <=> 64bit float conversion (works
7546           only one way so far, 32=>64 produces structured noise).
7547
7548 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7549
7550         * gst/audioconvert/gstaudioconvert.c:
7551         (set_structure_widths_32_and_64), (make_lossless_changes):
7552           We don't support floats with a width of 40, 48 or 56 bits.
7553
7554 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
7555
7556         * gst/audioconvert/audioconvert.c: (float), (double),
7557         (audio_convert_get_func_index):
7558         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
7559         (make_lossless_changes):
7560           Support for 64-bit float audio in audioconvert (#339837)
7561
7562 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7563
7564         Patch by: Holger Wansing  <linux wansing-online de>
7565
7566         * po/LINGUAS:
7567         * po/de.po:
7568           Add German translation (#352069).
7569
7570 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
7571
7572         reviewed by: Wim Taymans <wim@fluendo.com>
7573
7574         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
7575         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
7576         Use newly added GstCollectPads API to free the allocated resources in
7577         the GstOggPad structures (#402393).
7578
7579 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
7580
7581         * gst/playback/gstplaybin.c: (gen_vis_element):
7582           Add audioresample+audioconvert in front of the visualisation
7583           element, so that elements like libvisual 0.4 that don't support all
7584           samplerates can work.
7585
7586           Fixes: #402505
7587
7588 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
7589
7590         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
7591         (gst_play_base_bin_get_streaminfo_value_array):
7592           Take some locks and make a copy of the streaminfo value array we
7593           maintain while holding the lock, so that the application can
7594           retrieve the stream-info as a value array in a thread-safe way.
7595
7596 2007-01-30  Wim Taymans  <wim@fluendo.com>
7597
7598         * gst/audioconvert/gstaudioconvert.c:
7599         Don't fail on 0 sized buffers. Fixes #396835.
7600
7601 2007-01-29  David Schleef  <ds@schleef.org>
7602
7603         * gst/typefind/gsttypefindfunctions.c:
7604           Detect BBCD as video/x-dirac, so we can play raw dirac
7605           streams.
7606
7607 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
7608
7609         * ext/theora/theoraenc.c: (theora_enc_chain):
7610           Check return value of theora_encode_header(), or we might try to
7611           allocate a random number of bytes. theora_encode_header() can fail
7612           if libtheora has been compiled with encoding support disabled.
7613           Fixes #398110.
7614
7615 2007-01-29  Wim Taymans  <wim@fluendo.com>
7616
7617         * tests/check/gst/.cvsignore:
7618         Do as buildbot says.
7619
7620 2007-01-29  Wim Taymans  <wim@fluendo.com>
7621
7622         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
7623         Fix strides in libvisual. Gst uses X strides.
7624         Inspired by: <ed at catmur dot co dot uk> and 
7625         <tim at centricular dot net>
7626         Fixes #401118.
7627
7628 2007-01-27  Wim Taymans  <wim@fluendo.com>
7629
7630         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
7631         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
7632         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
7633         (gst_ogg_demux_perform_seek),
7634         (gst_ogg_demux_bisect_forward_serialno),
7635         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
7636         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
7637         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
7638         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
7639         * ext/ogg/gstoggdemux.h:
7640         Properly propagate streaming errors when we are scanning the file for
7641         chains so that we don't crash when shut down. Might fix some crashers
7642         when quickly switching oggs in RB such as #332503 and #378436.
7643
7644 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
7645
7646         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
7647           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
7648           error code as well.
7649
7650 2007-01-25  Wim Taymans  <wim@fluendo.com>
7651
7652         * gst/playback/gstplaybasebin.c: (remove_source):
7653         Don't try to disconnect a signal from a finalized object.
7654
7655 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
7656
7657         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
7658           Cast lock macro parameters to make sure we're actually accessing the
7659           lock member at the right class level. Free list itself in _dispose()
7660           as well and NULL it in case dispose gets called multiple times.
7661
7662 2007-01-25  Edward Hervey  <edward@fluendo.com>
7663
7664         * gst/playback/gstdecodebin2.c:
7665         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
7666         Free GstDecodeGroups no longer used.
7667         (gst_decode_group_expose):
7668         Don't unlock too many times !
7669         (deactivate_free_recursive):
7670         Free iterator once we're done with it.
7671         Fix for recursively deactivating elements (stop at ghostpads).
7672
7673 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
7674
7675         * gst/playback/gstplaybin.c: (handoff):
7676           Fix up caps on the frame buffer before we save it and potentially
7677           make it accessible to other threads via g_object_get; also use
7678           gst_buffer_replace() instead of gst_mini_object_replace().
7679
7680 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
7681
7682         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
7683           Make getting the current frame thread-safe.
7684
7685 2007-01-25  Edward Hervey  <edward@fluendo.com>
7686
7687         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
7688         (gst_decode_group_new), (gst_decode_group_free):
7689         Set queues to bigger sizes to cope with HD contents.
7690         Fix some mutex freeing and add comment about MT safe methods.
7691
7692 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
7693
7694         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
7695         (gst_text_overlay_text_event):
7696           Don't unnecessarily ref (and then leak) upstream events if the text
7697           pad is not linked. Fixes #399948.
7698
7699         * tests/check/gst-plugins-base.supp:
7700           Add suppression for pango on edgy/x86 for textoverlay test.
7701
7702 2007-01-24  Wim Taymans  <wim@fluendo.com>
7703
7704         * gst-libs/gst/rtp/gstrtpbuffer.h:
7705         Add some more fixed payloads.
7706
7707 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
7708
7709         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
7710           Error out properly if we get an error from libogg while reading the
7711           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
7712
7713 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
7714
7715         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
7716           Don't leak mutex.
7717
7718         * tests/check/elements/playbin.c:
7719         (test_sink_usage_video_only_stream),
7720         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
7721         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
7722         (test_missing_suburisource_handler),
7723         (test_missing_primary_decoder), (playbin_suite):
7724           Run all tests once with decodebin and once with decodebin2.
7725           One test does not pass yet with decodebin2.
7726
7727 2007-01-23  Edward Hervey  <edward@fluendo.com>
7728
7729         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
7730         Fix the cases where oggmux doesn't properly figure out that all
7731         sinkpads have gone EOS, and therefore doesn't push out the remaining
7732         buffers and the final EOS event.
7733         Fixes #363379
7734
7735 2007-01-23  Julien MOUTTE  <julien@moutte.net>
7736
7737         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
7738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
7739         Don't lock on navigation event push, just on keysym to string.
7740         Fixes #397673 again.
7741
7742 2007-01-22  Edward Hervey  <edward@fluendo.com>
7743
7744         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7745         (get_current_group), (group_demuxer_event_probe),
7746         (gst_decode_group_expose), (deactivate_free_recursive),
7747         (gst_decode_group_free):
7748         Cleanups.
7749         Don't forget to emit 'no-more-pads' once a group is exposed.
7750         Cleanup elements from a DecodeGroup once we remove it.
7751         Protect call to gst_decode_group_expose() with the decodebin lock.
7752
7753 2007-01-22  Julien MOUTTE  <julien@moutte.net>
7754
7755         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
7756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
7757         Looking at Xorg code i can't figure out if that XKeysymToString
7758         function is thread sensible or not. Lock it just in case as
7759         recommended by Radek Doulik <rodo at ximian dot com>.
7760
7761 2007-01-22  Julien MOUTTE  <julien@moutte.net>
7762
7763         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
7764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
7765         Lock that X Call as well. Fixes #397673.
7766
7767 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
7768
7769         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
7770           Don't go into an endless loop if the file starts with 00 00 01 2X,
7771           like quicktime redirect files might. Fixes #396042.
7772
7773         * tests/check/Makefile.am:
7774         * tests/check/gst/.cvsignore:
7775         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
7776         (typefindfunctions_suite):
7777           Add unit test for the above.
7778
7779 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
7780
7781         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7782           On second thought, use "depth" field rather than "bpp" field.
7783
7784 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
7785
7786         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7787           Camtasia caps apparently need a bpp field (#398875).
7788
7789 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
7790
7791         * gst/playback/gstplaybasebin.c: (setup_subtitle),
7792         (gen_source_element), (gst_play_base_bin_change_state):
7793           Attempt at a better error message in case we don't have the required
7794           URI handler installed; post missing-plugin message also when we're
7795           missing an URI handler for the subtitle URI; clean up properly also
7796           when an error occurs and we never made it to PAUSED state.
7797
7798         * tests/check/elements/playbin.c: (GST_START_TEST),
7799         (playbin_suite):
7800           Check that we're also getting a missing-plugin messsage for a
7801           missing subtitle URI handler (and clean up properly).
7802
7803 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
7804
7805         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
7806           Plug a few reference leaks.
7807
7808 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
7809
7810         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7811           Lower probability a bit if the marker isn't right at the start,
7812           to decrease the chance of false positives.
7813
7814 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
7815
7816         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7817           Small mpeg2 system stream typefinding improvement: make typefinder
7818           probe a bit into the stream instead of just looking for a marker
7819           at the beginning. Fixes #397810.
7820
7821 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
7822
7823         * gst/audioconvert/gstchannelmix.c:
7824           Remove compatibility cruft for prehistoric GLib versions.
7825
7826 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
7827
7828         * gst/playback/Makefile.am:
7829         * gst/playback/gstdecodebin.c: (close_pad_link):
7830         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7831         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7832         (gst_play_base_bin_handle_message_func), (unknown_type):
7833           Let decodebin be the element to post missing-plugin messages for
7834           missing decoders (rather than playbin); make playbin implement
7835           GstBin::handle_message so we can suppress missing-plugin messages
7836           for types we're not handling on purpose (don't want to bring up an
7837           installer in those cases).
7838
7839 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
7840
7841         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7842         * gst-libs/gst/tag/gstvorbistag.c:
7843         (gst_tag_list_to_vorbiscomment_buffer):
7844         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
7845           Fix potentially unaligned access (#397207).
7846
7847 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
7848
7849         * tests/examples/seek/seek.c: (set_scale), (update_scale),
7850         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
7851         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
7852         (main):
7853           Allow to toggle looping while it plays. Fix callback prototype. Clean
7854           up code a bit more. Add copyright header.
7855
7856 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
7857
7858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7859           Red and blue mask was swapped (spotted by Dan Williams).
7860
7861 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
7862
7863         * gst-libs/gst/tag/gstid3tag.c:
7864         * gst-libs/gst/tag/gstvorbistag.c:
7865           Use new beats-per-minute tag from core.
7866
7867 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
7868
7869         * po/POTFILES.in:
7870           Add new files with translatable strings, so they actually make it
7871           into the template file one day.
7872
7873 2007-01-12  Andy Wingo  <wingo@pobox.com>
7874
7875         * gst-libs/gst/audio/gstbaseaudiosink.c
7876         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
7877         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
7878         stuff, as the base class handles this now. Actually tell the ring
7879         buffer to start.
7880         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
7881         How did this work before? Maybe I'm not as awesome a programmer as
7882         I think.
7883
7884         * gst-libs/gst/audio/gstbaseaudiosrc.c
7885         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
7886         of a pad function.
7887
7888 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
7889
7890         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
7891           Remove more fields so that the application can better blacklist
7892           formats that have been tried before.
7893
7894 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
7895
7896         * gst-libs/gst/audio/mixerutils.h:
7897           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
7898           used when compiling with c++ compilers as well.
7899
7900 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
7901
7902         * gst/typefind/gsttypefindfunctions.c:
7903           Fix comment.
7904
7905 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
7906
7907         * gst/playback/gstplaybin.c: (post_missing_element_message),
7908         (gen_video_element), (gen_text_element), (gen_audio_element),
7909         (gen_vis_element):
7910           Post missing-plugin messages also when we error out because
7911           converters, textoverlay or auto*sinks are missing (#161922).
7912
7913 2007-01-10  Wim Taymans  <wim@fluendo.com>
7914
7915         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
7916         (is_demuxer_element), (new_caps):
7917         * gst/playback/gstplaybasebin.c: (source_new_pad):
7918         Fix the case where we try to ref a NULL element when we delay a link
7919         because of unfixed caps.
7920         Set the state of autoplugged decodebins to PAUSED.
7921         RTSP now works in playbin, we can remove it from the blacklist.
7922
7923 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
7924
7925         * gst/playback/Makefile.am:
7926         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
7927         (unknown_type), (setup_subtitle), (gen_source_element):
7928         * gst/playback/gstplaybin.c: (plugin_init):
7929           Post missing-plugin messages on the bus for missing sources and
7930           missing decoders/demuxers/depayloaders; fix error code used when
7931           we're missing an URI handler source; for media types that we are not
7932           handling on purpose at the moment, don't print "don't know how to
7933           handle xyz" messages to the terminal or post missing-plugin
7934           messages on the bus.
7935
7936         * tests/check/elements/playbin.c: (create_playbin),
7937         (GST_START_TEST), (gst_codec_src_uri_get_type),
7938         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
7939         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
7940         (gst_codec_src_init_type), (gst_codec_src_base_init),
7941         (gst_codec_src_create), (gst_codec_src_class_init),
7942         (gst_codec_src_init), (plugin_init), (playbin_suite):
7943           Add some tests for the missing-plugin stuff.
7944
7945 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
7946
7947         * configure.ac:
7948         * gst-libs/gst/Makefile.am:
7949         * gst-libs/gst/utils/Makefile.am:
7950         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
7951         * gst-libs/gst/utils/base-utils.h:
7952         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
7953         (find_format_info), (caps_are_rtp_caps),
7954         (gst_base_utils_get_source_description),
7955         (gst_base_utils_get_sink_description),
7956         (gst_base_utils_get_decoder_description),
7957         (gst_base_utils_get_encoder_description),
7958         (gst_base_utils_get_element_description),
7959         (gst_base_utils_add_codec_description_to_tag_list),
7960         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
7961         * gst-libs/gst/utils/descriptions.h:
7962         * gst-libs/gst/utils/missing-plugins.c:
7963         (missing_structure_get_type), (copy_and_clean_caps),
7964         (gst_missing_uri_source_message_new),
7965         (gst_missing_uri_sink_message_new),
7966         (gst_missing_element_message_new),
7967         (gst_missing_decoder_message_new),
7968         (gst_missing_encoder_message_new),
7969         (missing_structure_get_string_detail),
7970         (missing_structure_get_caps_detail),
7971         (gst_missing_plugin_message_get_installer_detail),
7972         (gst_missing_plugin_message_get_description),
7973         (gst_is_missing_plugin_message):
7974         * gst-libs/gst/utils/missing-plugins.h:
7975           API: add new libgstbaseutils library with functions
7976           - to create and parse missing-plugins messages
7977           - that provide (translated) descriptions for caps/decoders/sources/etc.
7978           Closes #392393.
7979
7980         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7981         * pkgconfig/gstreamer-plugins-base.pc.in:
7982           Add new lib.
7983
7984         * docs/libs/gst-plugins-base-libs-docs.sgml:
7985         * docs/libs/gst-plugins-base-libs-sections.txt:
7986           Generate docs for new lib and API.
7987
7988         * tests/check/Makefile.am:
7989         * tests/check/libs/.cvsignore:
7990         * tests/check/libs/utils.c: (missing_msg_check_getters),
7991         (GST_START_TEST), (libgstbaseutils_suite):
7992           Add some basic unit tests.
7993
7994 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
7995
7996         * ext/ogg/Makefile.am:
7997           Dist gstoggdemux.h to fix 'make distcheck'.
7998
7999         * sys/v4l/Makefile.am:
8000           Fix 'make distcheck' even more.
8001
8002 2007-01-09  Wim Taymans  <wim@fluendo.com>
8003
8004         * docs/plugins/Makefile.am:
8005         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8006         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8007         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
8008         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
8009         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
8010         (gst_ogg_demux_perform_seek):
8011         * ext/ogg/gstoggdemux.h:
8012         Added docs.
8013         Add some more comments.
8014         Small cleanups.
8015
8016 2007-01-09  Wim Taymans  <wim@fluendo.com>
8017
8018         * ext/theora/theoradec.c:
8019         * ext/vorbis/vorbisdec.c:
8020         * gst-libs/gst/audio/gstringbuffer.c:
8021         (gst_ring_buffer_commit_full):
8022         * gst-libs/gst/audio/gstringbuffer.h:
8023         * gst-libs/gst/rtp/gstrtpbuffer.c:
8024         * gst-libs/gst/tag/gstvorbistag.c:
8025         Small documentation updates/fixes
8026
8027 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8028
8029         * configure.ac:
8030           Require core CVS HEAD for Andy's basesrc/sink API additions.
8031
8032 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
8033
8034         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
8035
8036         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
8037         (plugin_init):
8038           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
8039           on flac.sf.net (there appear to be other versions of the first
8040           ogg page in the wild) (#391365).
8041
8042 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
8043
8044         * configure.ac:
8045           Check if localtime_r() is available.
8046
8047         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8048           If localtime_r() is not available, fall back to localtime(). Should
8049           fix build on MingW (#393310).
8050
8051 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
8052
8053         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
8054         * gst/subparse/gstsubparse.h:
8055           Remove spurious 1000 subtrahend when calculating the timestamp from
8056           the frame number and the frame rate . Also, use the frames/second
8057           value specified in the first line of the file, if one is specified
8058           there. Should fix #357503.
8059
8060         * tests/check/elements/subparse.c: (do_test),
8061         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
8062         (subparse_suite):
8063           Add some basic unit tests for the microdvd subtitle format.
8064
8065 2007-01-07  Julien MOUTTE  <julien@moutte.net>
8066
8067         Patch by: Young-Ho Cha <ganadist at chollian dot net>
8068
8069         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8070         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
8071         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
8072         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
8073         (gst_xvimagesink_set_xwindow_id),
8074         (gst_xvimagesink_set_event_handling),
8075         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8076         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8077         Fixes: #390076.
8078         Add an adaptor property to select a specific XV adaptor.
8079         * sys/xvimage/xvimagesink.h:
8080
8081 2007-01-07  Julien MOUTTE  <julien@moutte.net>
8082
8083         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8084         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
8085         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
8086         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
8087         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
8088         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
8089         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8090         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
8091         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8092         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
8093         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
8094         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
8095         Use flow_lock much more to protect every access to xwindow.
8096         Try to catch erros while creating images in case some drivers are
8097         just generating an XError when the requested image is too big.
8098         Should fix : #354698, #384008, #384060.
8099         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
8100         Implement some stress testing of setting window xid.
8101
8102 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
8103
8104         * win32/common/libgsaudio.def:
8105           Add new exported function.
8106         * win32/common/libgstogg.dsp:
8107           Add gstoggaviparse.c to the build.
8108         * win32/common/libgstvideoscale.dsp:
8109           Add vs_4tap.c to the build.
8110         * win32/common/libgstvorbis.dsp:
8111           Add vorbistag.c to the build.
8112         
8113 2007-01-06  Andy Wingo  <wingo@pobox.com>
8114
8115         * gst-libs/gst/audio/gstbaseaudiosink.c
8116         (gst_base_audio_sink_class_init)
8117         (gst_base_audio_sink_init): 
8118         (gst_base_audio_sink_activate_pull): Add an activate_pull function
8119         to baseaudiosink, and tell basesink that we can work in pull mode.
8120         This way the ring buffer thread drives the pipeline directly, if
8121         pull mode is possible. There is some lingering nastiness regarding
8122         capsnego, however.
8123         (gst_base_audio_sink_callback): Implement the callback to pull
8124         data. This interface is a bit light, though -- it should get a
8125         GstFlowReturn return value at least.
8126
8127 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
8128
8129         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
8130         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8131         * gst/playback/gstdecodebin2.c:
8132         (gst_decode_group_check_if_blocked):
8133           Printf format and missing argument fixes.
8134
8135 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
8136
8137         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
8138         (gst_ogm_parse_change_state):
8139         Activate pads before adding them to the element.
8140
8141 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
8142
8143         * tests/examples/seek/scrubby.c: (main):
8144         * tests/examples/seek/seek.c: (main):
8145           Call g_thread_init() first thing in main() (see #391278).
8146
8147 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
8148
8149         * tests/check/Makefile.am:
8150         * tests/check/libs/.cvsignore:
8151         * tests/check/libs/netbuffer.c: (GST_START_TEST),
8152         (netbuffer_suite):
8153           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
8154           for the time being, since it's broken, see #393099.
8155
8156 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
8157
8158         * tests/check/Makefile.am:
8159           Update to use GST_PLUGINS_BASE_CFLAGS as well.
8160
8161 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8162
8163         * configure.ac:
8164           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
8165           so that GST_BASE_CFLAGS can go inbetween them, making sure
8166           we use uninstalled gst-libs headers
8167         * docs/libs/Makefile.am:
8168         * ext/alsa/Makefile.am:
8169         * ext/cdparanoia/Makefile.am:
8170         * ext/gnomevfs/Makefile.am:
8171         * ext/libvisual/Makefile.am:
8172         * ext/ogg/Makefile.am:
8173         * ext/theora/Makefile.am:
8174         * ext/vorbis/Makefile.am:
8175         * gst-libs/gst/audio/Makefile.am:
8176         * gst-libs/gst/cdda/Makefile.am:
8177         * gst-libs/gst/interfaces/Makefile.am:
8178         * gst-libs/gst/riff/Makefile.am:
8179         * gst-libs/gst/rtp/Makefile.am:
8180         * gst-libs/gst/tag/Makefile.am:
8181         * gst/adder/Makefile.am:
8182         * gst/audioconvert/Makefile.am:
8183         * gst/audiorate/Makefile.am:
8184         * gst/audioresample/Makefile.am:
8185         * gst/playback/Makefile.am:
8186         * gst/tcp/Makefile.am:
8187         * gst/videoscale/Makefile.am:
8188         * gst/volume/Makefile.am:
8189         * sys/ximage/Makefile.am:
8190         * sys/xvimage/Makefile.am:
8191         * tests/icles/Makefile.am:
8192           adapt
8193
8194 2007-01-04  Julien MOUTTE  <julien@moutte.net>
8195
8196         * gst-libs/gst/interfaces/xoverlay.c:
8197         (gst_x_overlay_handle_events):
8198         * gst-libs/gst/interfaces/xoverlay.h:
8199         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
8200         (gst_ximagesink_set_xwindow_id),
8201         (gst_ximagesink_set_event_handling),
8202         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
8203         (gst_ximagesink_get_property), (gst_ximagesink_init),
8204         (gst_ximagesink_class_init):
8205         * sys/ximage/ximagesink.h:
8206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
8207         (gst_xvimagesink_set_xwindow_id),
8208         (gst_xvimagesink_set_event_handling),
8209         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
8210         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
8211         (gst_xvimagesink_class_init):
8212         * sys/xvimage/xvimagesink.h:
8213         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
8214         Add a method to the XOverlay interface to allow disabling of 
8215         event handling in x[v]imagesink elements. This will let X events
8216         propagate to parent windows which can be usefull in some cases.
8217         Be carefull that the application is then responsible of pushing
8218         navigation events and expose events to the video sink.
8219         Fixes: #387138.
8220
8221 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
8222
8223         * gst-libs/gst/tag/gstvorbistag.c:
8224         * tests/check/libs/tag.c: (GST_START_TEST):
8225           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
8226           (fixes #392070).
8227
8228 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
8229
8230         * configure.ac:
8231         * docs/Makefile.am:
8232         * docs/design/Makefile.am:
8233           Dist design docs.
8234
8235 2006-12-27  Julien MOUTTE  <julien@moutte.net>
8236
8237         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
8238         typo. Fixes: #390063.
8239
8240 2006-12-27  Julien MOUTTE  <julien@moutte.net>
8241
8242         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
8243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
8244         caps leak.
8245         * win32/common/config.h: Updated.
8246
8247 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
8248
8249         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
8250         (setup_gdpdepay_streamheader):
8251         * tests/check/elements/gdppay.c: (cleanup_gdppay),
8252         (setup_gdppay_streamheader):
8253           Fix the dp tests, but activating the pads for the streamheader tests
8254           too and cleaning up conditionaly
8255
8256 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
8257
8258         * gst/ffmpegcolorspace/avcodec.h:
8259         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8260         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8261         (gst_ffmpegcsp_avpicture_fill):
8262         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8263         (img_get_alpha_info):
8264         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
8265         other end of the word. Fixes: #387073.
8266
8267         Add some inconsequential branch hints in a couple of places.
8268
8269 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
8270
8271         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8272         (gst_ffmpeg_caps_to_smpfmt):
8273           The "signed" field in raw audio caps is of boolean type, trying to
8274           extract the value with _get_int() will fail (fix to keep in sync with
8275           the copy in gst-ffmpeg)
8276
8277 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
8278
8279         * tests/check/elements/audioresample.c: (cleanup_audioresample):
8280         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
8281         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
8282         (cleanup_gdpdepay):
8283         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
8284         * tests/check/elements/subparse.c: (teardown_subparse):
8285         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
8286         * tests/check/elements/videorate.c: (cleanup_videorate):
8287         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
8288         * tests/check/elements/volume.c: (cleanup_volume):
8289         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
8290         (cleanup_vorbisdec):
8291         * tests/check/elements/vorbistag.c: (setup_vorbistag),
8292         (cleanup_vorbistag):
8293           consistent pad (de)activation
8294
8295 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
8296
8297         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8298           Forgot to register the extensions.
8299
8300 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
8301
8302         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
8303         (plugin_init):
8304           Add typefinder for VIVO files (my christmas present to the 90s).
8305
8306 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8307
8308         * gst/playback/gstdecodebin.c: (type_found):
8309           Special-case the text/plain media type: we only want to recognise it
8310           as a 'raw' decoded media type if it comes from a demuxer or subtitle
8311           parser, but not if the entire stream is of text/plain type. If the
8312           entire stream is text/plain, we should just error out.
8313
8314           This fixes playback of audio files with lyrics in totem. Totem can't
8315           distinguish between text files and subtitle files and passes any
8316           .txt file with the same basename as the main file to playbin as
8317           suburi, and playbin will then throw a 'subtitle found, but no video
8318           stream' error, which isn't entirely helpful. See #380342.
8319
8320           Also, with this change we'll show a slightly more correct error
8321           message in case totem passes a playlist file to us (although a
8322           custom error message wording instead of the default text would
8323           probably not be a bad idea either).
8324
8325           Same problem also needs to be fixed for playbin+decodebin2.
8326
8327         * tests/check/Makefile.am:
8328         * tests/check/elements/decodebin.c: (src_handoff_cb),
8329         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
8330         (decodebin_suite):
8331           Add simple unit test for decodebin for the above.
8332
8333 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8334
8335         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
8336         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
8337           Refuse to change state to READY when we failed to create any of the
8338           required elements in our instance init function.
8339
8340 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8341
8342         * docs/libs/gst-plugins-base-libs-sections.txt:
8343           Small docs fixes/updates.
8344
8345         * gst-libs/gst/video/gstvideosink.h:
8346           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
8347           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
8348           removed from the base sink API between 0.9.6 and 0.9.7).
8349           API: add GST_VIDEO_SINK_CAST and use it for the height/width
8350           accessor macros, so we don't do a runtime GObject type check every
8351           time we use them.
8352
8353 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8354
8355         * Makefile.am:
8356         * gst-plugins-base.doap:
8357         * gst-plugins-base.spec.in:
8358           add doap file
8359
8360 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
8361
8362         Patch by: Jens Granseuer <jensgr at gmx net>
8363
8364         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8365         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8366         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8367         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
8368         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
8369           Declare variables at the beginning of a block. Fixes #383195.
8370
8371 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
8372
8373         * configure.ac:
8374         Bump version nano - back to CVS.
8375
8376
8377 === release 0.10.11 ===
8378
8379 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
8380
8381         * configure.ac:
8382           releasing 0.10.11, "Dumb things"
8383
8384 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
8385
8386         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
8387         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
8388         Handle the case where an element has multiple pads with 
8389         unfixed caps as well as still possibly producing more dynamic 
8390         pads by storing each case as a distinct entry in the dynamic list.
8391         Fixes #38223 again.
8392
8393 2006-12-04  Wim Taymans  <wim@fluendo.com>
8394
8395         * gst/playback/gstdecodebin.c: (close_pad_link):
8396         Fix #382223, add more dynamic caps handling.
8397
8398 2006-12-04  Wim Taymans  <wim@fluendo.com>
8399
8400         * gst-libs/gst/audio/gstringbuffer.h:
8401         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
8402         (gst_netaddress_set_ip4_interface),
8403         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
8404         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
8405         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
8406         (gst_netaddress_get_ttl):
8407         * gst-libs/gst/netbuffer/gstnetbuffer.h:
8408         * gst/playback/gstdecodebin.c: (close_pad_link):
8409         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
8410         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
8411         * win32/common/config.h:
8412
8413 2006-12-01  Michael Smith  <msmith@fluendo.com>
8414
8415         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8416           Delete bad debug code.
8417           Fixes #381219
8418
8419 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
8420
8421         * gst/videoscale/vs_4tap.c:
8422         * win32/MANIFEST:
8423         * win32/common/config.h:
8424         * win32/vs8/libgstvideoscale.vcproj:
8425         Fix compilation on win32 under VS8
8426         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
8427         Partially fixes #381175
8428
8429 2006-11-30  Michael Smith  <msmith@fluendo.com>
8430
8431         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
8432         (GST_START_TEST):
8433           It would be very bad if, after a discont buffer, we thought every
8434           single following buffer was also discont. So, add to the test to
8435           ensure that this isn't the case.
8436           
8437         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
8438           ... it was the case. So fix it.
8439
8440 2006-11-28  Wim Taymans  <wim@fluendo.com>
8441
8442         * gst/playback/gstplaybasebin.c: (check_queue_event):
8443         Improve debug.
8444
8445         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
8446         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
8447         padtemplate caps. Refixes #357577.
8448
8449 2006-11-28  Wim Taymans  <wim@fluendo.com>
8450
8451         * gst/playback/gstplaybasebin.c: (check_queue_event),
8452         (queue_threshold_reached), (queue_out_of_data),
8453         (gen_preroll_element):
8454         Add event probe to see when EOS is in a queue and we can disable the
8455         underrun signals. Fixes #357577.
8456
8457 2006-11-28  Edward Hervey  <edward@fluendo.com>
8458
8459         * gst/playback/Makefile.am:
8460         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
8461         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
8462         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
8463         (gst_decode_bin_init), (gst_decode_bin_dispose),
8464         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
8465         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
8466         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
8467         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
8468         (connect_element), (expose_pad), (type_found),
8469         (pad_added_group_cb), (pad_removed_group_cb),
8470         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
8471         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
8472         (are_raw_caps), (multi_queue_overrun_cb),
8473         (multi_queue_underrun_cb), (gst_decode_group_new),
8474         (get_current_group), (group_demuxer_event_probe),
8475         (gst_decode_group_control_demuxer_pad),
8476         (gst_decode_group_control_source_pad),
8477         (gst_decode_group_check_if_blocked),
8478         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
8479         (gst_decode_group_hide), (gst_decode_group_free),
8480         (gst_decode_group_set_complete), (source_pad_blocked_cb),
8481         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
8482         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
8483         (plugin_init):
8484         New decodebin2 element.
8485         Closes #370092
8486         * gst/playback/gstplay-marshal.list:
8487         Added marshallers for new signals in decodebin2
8488         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
8489         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
8490         is set.
8491
8492 2006-11-28  Wim Taymans  <wim@fluendo.com>
8493
8494         * gst/playback/gstplaybasebin.c: (setup_source),
8495         (gst_play_base_bin_change_state):
8496         Disable rtsp:// uris for the release, it's not good enough yet.
8497         Remove unused var.
8498
8499 2006-11-26  Wim Taymans  <wim@fluendo.com>
8500
8501         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8502         (theora_dec_push_forward), (theora_dec_push_reverse),
8503         (theora_handle_data_packet), (theora_dec_decode_buffer),
8504         (theora_dec_flush_decode), (theora_dec_chain_reverse),
8505         (theora_dec_chain_forward), (theora_dec_chain):
8506         Implement reverse playback.
8507
8508         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8509         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
8510         (vorbis_dec_chain_forward):
8511         Clear buffers used for reverse playback in _reset.
8512         No need to set the eos flag, we clip samples using the segment.
8513
8514 2006-11-24  Wim Taymans  <wim@fluendo.com>
8515
8516         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
8517         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
8518         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
8519         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
8520         Some cleanups.
8521         Handle continued pages in reverse mode.
8522
8523 2006-11-24  Wim Taymans  <wim@fluendo.com>
8524
8525         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8526         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
8527         (vorbis_dec_flush_decode):
8528         Small cleanups.
8529         Don't try to add invalid timestamps.
8530         Clipping will unref the buffer.
8531
8532 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
8533
8534         * gst/adder/gstadder.h:
8535         * gst/audiotestsrc/gstaudiotestsrc.h:
8536           remove obsolete _factory_init protos
8537
8538 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
8539
8540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8541           Fix spacing in debug message.
8542
8543 2006-11-23  Wim Taymans  <wim@fluendo.com>
8544
8545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
8546         (gst_ogg_demux_chain):
8547         Don't just ignore return values from _pad_push().
8548         Small debug improvements.
8549
8550 2006-11-23  Michael Smith  <msmith@fluendo.com>
8551
8552         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
8553           If our incoming buffer is marked as DISCONT, then increment the page
8554           number (so that the discontinuity is marked in the final ogg
8555           bitstream) and flush the previous page.
8556
8557 2006-11-22  Michael Smith  <msmith@fluendo.com>
8558
8559         * ext/theora/gsttheoraenc.h:
8560         * ext/theora/theoraenc.c: (gst_theora_enc_init),
8561         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
8562         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
8563         (theora_enc_chain), (theora_enc_change_state):
8564           Mark discontinuities of > 3/4 of a frame, reinit encoder.
8565
8566         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
8567         (GST_START_TEST), (theoraenc_suite):
8568           Enable discontinuity test, fix it.
8569
8570 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
8571
8572         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8573         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
8574         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
8575         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
8576         (gst_text_overlay_change_state):
8577         * ext/pango/gsttextoverlay.h:
8578           Some textoverlay fixes: for one, in the video chain function,
8579           actually wait for a text buffer to come in if there is none at the
8580           moment and there should be one; also, deal more gracefully with
8581           incoming buffers that do not have a timestamp or duration; discard
8582           text buffer when not needed any longer. Fixes #341681.
8583
8584         * tests/check/Makefile.am:
8585         * tests/check/elements/.cvsignore:
8586         * tests/check/elements/textoverlay.c:
8587         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
8588         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
8589         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
8590         (test_video_waits_for_text_send_text_newsegment_thread),
8591         (test_video_waits_for_text_shutdown_element),
8592         (test_render_continuity_push_video_buffers_thread),
8593         (textoverlay_suite):
8594           Add some unit tests for textoverlay.
8595
8596 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
8597
8598         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
8599           Avoid integer underflow when the found probability for mp3 is
8600           smaller than the 'penalty' we subtract if there's not a clean
8601           mp3 header sync at offset 0.
8602
8603 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
8604
8605         * docs/libs/gst-plugins-base-libs-sections.txt:
8606           Add some new symbols to the docs
8607
8608 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
8609
8610         * tests/check/Makefile.am:
8611         * tests/check/elements/ffmpegcolorspace.c:
8612         (ffmpegcolorspace_suite):
8613           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
8614           (for now not for valgrinding though, since it takes too long).
8615
8616 2006-11-20  Wim Taymans  <wim@fluendo.com>
8617
8618         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8619         (gst_ffmpeg_pixfmt_to_caps):
8620         Fix RGBA32 caps. Fixes #357038.
8621
8622 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
8623
8624         * gst-libs/gst/interfaces/mixertrack.h:
8625           Add FIXME so we can add some padding here in 0.11
8626
8627 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
8628
8629         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8630           Fix GstBaseRTPAudioPayload structure so the whole GObject
8631           inheritance business actually works (parent class instance structure
8632           must always come first in the derived class instance structure).
8633
8634 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
8635
8636         * gst/videotestsrc/Makefile.am:
8637         * tests/check/Makefile.am:
8638           Make sure our checks and the videotestsrc plugin link against the
8639           local uninstalled gst libs and not any installed gst libs that
8640           might happen to exist as well.
8641
8642         * tests/check/elements/adder.c: (message_received),
8643         (test_event_message_received), (test_play_twice_message_received):
8644         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
8645           Fix compiler warnings when compiling against core with disabled
8646           debugging system.
8647
8648 2006-11-16  Michael Smith  <msmith@fluendo.com>
8649
8650         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
8651         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
8652           Fix audiorate, so that it accurately sets offsets and timestamps.
8653           Doesn't change the fundamental algorithmic decisions; so should be
8654           safe.
8655
8656         * tests/check/Makefile.am:
8657           Enable audiorate test now that it passes.
8658
8659 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
8660
8661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
8662           clear xv when going to NULL, remove // commented non-existant proto
8663
8664         * tests/examples/seek/seek.c: (main):
8665           add missing tooltip description for scrub and play_scrub
8666
8667 2006-11-14  David Schleef  <ds@schleef.org>
8668
8669         * configure.ac:
8670           Bump liboil requirement to 0.3.8.
8671         * gst-libs/gst/riff/riff-media.c:
8672           Add Dirac fourcc.
8673         * gst/videoscale/vs_image.h:
8674         * gst/videoscale/vs_scanline.h:
8675           Use liboil's stdint.h.
8676         * gst/videotestsrc/videotestsrc.c:
8677           Remove liboil related ifdef's, since they aren't needed now, and
8678           won't work with future versions.
8679
8680 2006-11-14  David Schleef  <ds@schleef.org>
8681
8682         * gst/videoscale/Makefile.am:
8683         * gst/videoscale/gstvideoscale.c:
8684         * gst/videoscale/gstvideoscale.h:
8685         * gst/videoscale/vs_4tap.c:
8686         * gst/videoscale/vs_4tap.h:
8687         * gst/videoscale/vs_image.c:
8688         * gst/videoscale/vs_image.h:
8689         * gst/videoscale/vs_scanline.c:
8690         * gst/videoscale/vs_scanline.h:
8691           Add a 4-tap image scaler.  Theoretically looks much prettier.
8692           The tap calculation could use some improvement.
8693
8694 2006-11-14  Wim Taymans  <wim@fluendo.com>
8695
8696         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
8697
8698         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
8699         (gst_riff_parse_strf_iavs):
8700         * gst/subparse/gstsubparse.c: (convert_encoding):
8701         * gst/tcp/gstmultifdsink.c:
8702         (gst_multi_fd_sink_handle_client_write):
8703         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
8704         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
8705         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
8706         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
8707         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8708         (gst_ximagesink_ximage_new):
8709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
8710         Various gsize and gssize printf fixes. Fixes #372507.
8711
8712 2006-11-13  Wim Taymans  <wim@fluendo.com>
8713
8714         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8715         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
8716         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
8717         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
8718         (vorbis_dec_chain_forward), (vorbis_dec_chain):
8719         * ext/vorbis/vorbisdec.h:
8720         First stab at vorbis reverse playback.
8721
8722 2006-11-13  Wim Taymans  <wim@fluendo.com>
8723
8724         * gst-libs/gst/audio/gstbaseaudiosink.c:
8725         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8726         * gst-libs/gst/audio/gstbaseaudiosink.h:
8727         Make the clock sync code more accurate wrt resampling and playback
8728         at different rates.
8729         
8730         * gst-libs/gst/audio/gstringbuffer.c:
8731         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
8732         * gst-libs/gst/audio/gstringbuffer.h:
8733         Use better algorithm to interpolate sample rates. 
8734
8735 2006-11-13  Michael Smith  <msmith@fluendo.com>
8736
8737         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
8738           Improve a debug line slightly.
8739
8740         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
8741           Call gst_riff_init() in plugin_init, to avoid getting errors from
8742           the debug system (unrelated changes to another plugin made this turn
8743           up; not sure why).
8744
8745 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
8746
8747         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
8748
8749         * win32/common/libgsttag.def:
8750           Add missing symbol (#366492).
8751
8752 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
8753
8754         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
8755           Don't unref a NULL pad.
8756
8757 2006-11-09  Wim Taymans  <wim@fluendo.com>
8758
8759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
8760         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
8761         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
8762         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
8763         (gst_ogg_demux_loop):
8764         Implement first stab at reverse playback.
8765
8766 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
8767
8768         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8769         (gst_riff_create_video_template_caps):
8770           add h263/h264 variants to the caps, Fixes #363118
8771
8772 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
8773
8774         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
8775         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
8776           Use g_strerror instead of strerror so we get UTF-8.
8777
8778 2006-11-03  David Schleef  <ds@schleef.org>
8779
8780         * ext/ogg/gstoggdemux.c:
8781         * ext/ogg/gstoggmux.c:
8782           Add/remove KW-DIRAC header here, since it is ogg-specific.
8783
8784 2006-11-03  Michael Smith  <msmith@fluendo.com>
8785
8786         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
8787           Recognise more mpeg4 elementary video streams.
8788
8789 2006-11-02  Edward Hervey  <edward@fluendo.com>
8790
8791         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
8792         Lower the probability of mp3 typefinding functions if we don't find a
8793         valid mp3 header at the start of the file.
8794         Closes #369482
8795
8796 2006-11-02  Wim Taymans  <wim@fluendo.com>
8797
8798         * ext/theora/gsttheoradec.h:
8799         * ext/theora/theoradec.c: (gst_theora_dec_init),
8800         (theora_dec_sink_event), (theora_dec_chain_forward),
8801         (theora_dec_flush_decode), (theora_dec_chain_reverse),
8802         (theora_dec_chain):
8803         Document and partially implement an algorithm for doing reverse playback
8804         of theora video.
8805
8806 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
8807
8808         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
8809
8810         * win32/common/config.h:
8811         * win32/common/interfaces-enumtypes.c:
8812         * win32/common/libgsttag.def:
8813         * win32/vs8/gst-plugins-base.sln:
8814         * win32/vs8/libgstaudioresample.vcproj:
8815         * win32/vs8/libgstinterfaces.vcproj:
8816         * win32/vs8/libgstogg.vcproj:
8817         * win32/vs8/libgstriff.vcproj:
8818         * win32/vs8/libgsttag.vcproj:
8819         * win32/vs8/libgsttheora.vcproj:
8820         * win32/vs8/libgstvideoscale.vcproj:
8821         * win32/vs8/libgstvorbis.vcproj:
8822           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
8823           to libgsttag.def; add missing dependencies for some vs8 projects;
8824           re-arrange placement of .def files in vs8 projects (#366334).
8825
8826 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
8827
8828         * ext/ogg/gstogg.c:
8829           Remove unused variable.
8830
8831         * ext/ogg/gstoggdemux.c:
8832           Fix Wim's surname in plugin description.
8833
8834 2006-10-31  Wim Taymans  <wim@fluendo.com>
8835
8836         * gst-plugins-base.spec.in:
8837         spec new .h file. Fixes #368310.
8838
8839 2006-10-31  Michael Smith  <msmith@fluendo.com>
8840
8841         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
8842         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
8843         (gst_multi_fd_sink_get_stats),
8844         (gst_multi_fd_sink_remove_client_link),
8845         (gst_multi_fd_sink_queue_buffer),
8846         (gst_multi_fd_sink_handle_clients):
8847         * gst/tcp/gstmultifdsink.h:
8848           Make using the remove or clear signals threadsafe.
8849           Make calling get-stats with an invalid fd not segfault.
8850           Fixes 368273.
8851
8852 2006-10-31  Wim Taymans  <wim@fluendo.com>
8853
8854         * gst-libs/gst/rtp/Makefile.am:
8855         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8856         (gst_base_rtp_audio_payload_init):
8857         Fix and activate base audio payloader.
8858
8859 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
8860
8861         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
8862         (plugin_init):
8863           Add typefinder for QuickTime Image Files (see #366156).
8864
8865 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
8866
8867         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
8868           Another typo fix (#366212).
8869
8870 2006-10-27  Wim Taymans  <wim@fluendo.com>
8871
8872         * gst/volume/gstvolume.c: (volume_transform_ip):
8873         Use stream time to synchronize volume property instead of rather random
8874         timestamps. This is needed when gnonlin does its time shifting.
8875
8876 2006-10-27  Wim Taymans  <wim@fluendo.com>
8877
8878         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
8879
8880         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
8881         Remove the pad from the element in release_pad. Fixes #364812.
8882
8883 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
8884
8885         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8887           Explicitly create our custom buffer classes at a thread-safe
8888           location as well, since g_type_class_ref() doesn't seem to be
8889           entirely thread-safe either (#365501; also see #349410).
8890
8891 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
8892
8893         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
8894         (gst_riff_parse_info):
8895           If strings in INFO chunk are not UTF-8, do something similar to
8896           what we do for ID3v1 tags: check a number of environment variables
8897           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
8898           character sets to try, otherwise try the current locale and/or fall
8899           back on ISO-8859-1. Fixes #360552.
8900
8901 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
8902
8903         * gst/videotestsrc/gstvideotestsrc.c:
8904         (gst_video_test_src_pattern_get_type),
8905         (gst_video_test_src_set_pattern):
8906         * gst/videotestsrc/gstvideotestsrc.h:
8907         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
8908         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
8909         (gst_video_test_src_checkers8):
8910         * gst/videotestsrc/videotestsrc.h:
8911           Add a bunch of exciting new checkers patterns.
8912
8913 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
8914
8915         * gst/subparse/Makefile.am:
8916         * gst/subparse/gstsubparse.c:
8917         (gst_sub_parse_data_format_autodetect),
8918         (gst_sub_parse_format_autodetect), (handle_buffer),
8919         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
8920         * gst/subparse/gstsubparse.h:
8921         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
8922         (parse_tmplayer):
8923         * gst/subparse/tmplayerparse.h:
8924           Add support for TMPlayer-type subtitles (#362845).
8925
8926         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
8927         (GST_START_TEST), (subparse_suite):
8928           Add some basic unit tests for the above.
8929
8930 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
8931
8932         * tests/check/elements/audiorate.c: (test_injector_base_init),
8933         (test_injector_class_init), (test_injector_chain),
8934         (test_injector_init), (probe_cb), (do_perfect_stream_test),
8935         (GST_START_TEST), (audiorate_suite):
8936           More tests for audiorate: inject buffers to check behaviour when
8937           buffers overlap.
8938
8939 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
8940
8941         * tests/check/Makefile.am:
8942         * tests/check/elements/.cvsignore:
8943         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
8944         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
8945           Add some basic unit tests for audiorate. Disabled at the moment
8946           since it doesn't pass yet (see bug #363119).
8947
8948 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
8949
8950         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
8951         (parse_subrip), (handle_buffer):
8952           Add missing closing tags for markup and fix broken markup,
8953           otherwise pango won't render anything (fixes #357531). Also,
8954           make sure the text we send out is always NUL-terminated
8955           (better safe than sorry etc.).
8956
8957         * tests/check/elements/subparse.c: (test_srt_do_test),
8958         (test_srt):
8959           Some more tests for .srt incl. tests for the above stuff.
8960
8961 2006-10-20  Julien MOUTTE  <julien@moutte.net>
8962
8963         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
8964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
8965         Patch by: Stefan Kost  <ensonic@users.sf.net>
8966         Try to redraw borders only when needed. Apparently this consumes
8967         resources on small devices... :-O (#363607)
8968
8969 2006-10-20  Michael Smith  <msmith@fluendo.com>
8970
8971         * gst/tcp/gstmultifdsink.c:
8972         (gst_multi_fd_sink_client_queue_buffer):
8973           If caps change, then update the client's idea of the caps so that we
8974           don't end up re-sending streamheaders for every single buffer after
8975           the caps change.
8976
8977 2006-10-20  Michael Smith  <msmith@fluendo.com>
8978
8979         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
8980         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
8981           Set caps on pushed buffers; fix up refcounting of caps objects.
8982
8983 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
8984
8985         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
8986         (plugin_init):
8987           Typefind mmsh header data packet to application/x-mmsh (#362625).
8988
8989 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
8990
8991         * tests/check/Makefile.am:
8992         * tests/check/elements/.cvsignore:
8993         * tests/check/elements/subparse.c: (buffer_from_static_string),
8994         (setup_subparse), (teardown_subparse), (test_srt_do_test),
8995         (GST_START_TEST), (subparse_suite):
8996           Add very simple unit test for subparse.
8997
8998 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
8999
9000         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
9001         (parse_subrip):
9002           Strip trailing newlines from subtitle text output.
9003
9004 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
9005
9006         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9007         (gst_sub_parse_change_state):
9008           Fix memleak; clear subparse->textbuf n state change function.
9009
9010 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
9011
9012         * gst/subparse/gstsubparse.c:
9013         (gst_sub_parse_data_format_autodetect):
9014           Don't require subrip (.srt) files to start with a chunk number of 1.
9015
9016 2006-10-18  Wim Taymans  <wim@fluendo.com>
9017
9018         * gst-libs/gst/audio/gstbaseaudiosink.c:
9019         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
9020         * gst-libs/gst/audio/gstbaseaudiosink.h:
9021         Extract rate from the NEWSEGMENT event.
9022         Use commit_full to also take rate adjustment into account when writing
9023         samples to the ringbuffer.
9024         
9025         * gst-libs/gst/audio/gstringbuffer.c:
9026         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
9027         (gst_ring_buffer_read):
9028         * gst-libs/gst/audio/gstringbuffer.h:
9029         Added _commit_full() to also take rate into account.
9030         Use simple interpolation algorithm to resample audio.
9031         API: gst_ring_buffer_commit_full()
9032
9033         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
9034         * tests/examples/seek/seek.c: (segment_done):
9035         Don't try to seek with 0.0 rate, just pause instead.
9036         Remove bogus debug line.
9037
9038 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
9039
9040         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
9041         (setup_source):
9042           Catch async errors when starting up the subtitle bin, so we can
9043           stop waiting and continue with the main film instead of hanging
9044           forever. Fixes #339366.
9045
9046         * tests/check/elements/playbin.c: (playbin_suite):
9047           Enable unit test for the above.
9048
9049 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
9050
9051         * tests/check/Makefile.am:
9052         * tests/check/elements/.cvsignore:
9053         * tests/check/elements/playbin.c: (GST_START_TEST),
9054         (gst_red_video_src_uri_get_type),
9055         (gst_red_video_src_uri_get_protocols),
9056         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
9057         (gst_red_video_src_uri_handler_init),
9058         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
9059         (gst_red_video_src_create), (gst_red_video_src_class_init),
9060         (gst_red_video_src_init), (plugin_init), (playbin_suite):
9061           Some small and basic unit tests for playbin; not very useful yet,
9062           but at least a start.
9063
9064 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
9065
9066         * gst/playback/gstplaybin.c: (setup_sinks):
9067           The old pad activation spiel.
9068
9069 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
9070
9071         * gst/playback/gstplaybasebin.c: (setup_source):
9072           Don't hang forever if the subbin already fails to start up in 
9073           the state change to PAUSED (#339366).
9074
9075 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9076
9077         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
9078         (gst_tuner_set_channel), (gst_tuner_get_channel),
9079         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
9080         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
9081         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
9082         (gst_tuner_find_channel_by_name):
9083           Fix some function guards, add some more function guards.
9084
9085 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
9086
9087         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
9088         (remove_element_chain):
9089         Don't return a pad from get_our_ghost_pad unless it is actually the
9090         one we want.
9091         Change a cast in remove_element_chain slightly.
9092
9093 2006-10-13  Julien MOUTTE  <julien@moutte.net>
9094
9095         * tests/examples/seek/seek.c: (do_seek), (start_seek),
9096         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
9097         Segment seeking needs to use the rate and set stop to -1.
9098
9099 2006-10-13  Wim Taymans  <wim@fluendo.com>
9100
9101         * gst-libs/gst/audio/gstbaseaudiosink.c:
9102         (gst_base_audio_sink_setcaps):
9103         Don't crash when ringbuffer is not yet created.
9104         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
9105         Fixes #361634.
9106
9107         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
9108         * gst/playback/gststreamselector.c:
9109         (gst_stream_selector_request_new_pad):
9110         Activate pads befre adding them to running elements.
9111
9112 2006-10-13  Julien MOUTTE  <julien@moutte.net>
9113
9114         * tests/examples/seek/seek.c: (do_seek), (start_seek),
9115         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
9116         updater when we start grabing the slider. Don't wait for the
9117         pipeline to be PAUSED.
9118
9119 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
9120
9121         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
9122         (gst_mixer_set_volume), (gst_mixer_get_volume),
9123         (gst_mixer_set_mute), (gst_mixer_set_option),
9124         (gst_mixer_get_option), (gst_mixer_mute_toggled),
9125         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
9126         (gst_mixer_option_changed):
9127           Guard mixer interface functions against bogus arguments.
9128
9129 2006-10-12  Julien MOUTTE  <julien@moutte.net>
9130
9131         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9132         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
9133         (msg_state_changed), (main): Use state-changed messages to trigger
9134         start/stop of scale update timer. Indeed the scale slider was
9135         jumping here and there because the update timer was activated 
9136         before seek completed. This fixes instant applying of rate changes
9137         by pressing the spinbutton like a crazy man !
9138
9139 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
9140
9141         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
9142
9143         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9144         (gst_basertppayload_finalize):
9145           Fix two small memory leaks (#361456).
9146
9147 2006-10-10  Julien MOUTTE  <julien@moutte.net>
9148
9149         * tests/examples/seek/seek.c: (do_seek),
9150         (rate_spinbutton_changed_cb): When changing spinbutton we try
9151         to change the rate on the fly.
9152
9153 2006-10-10  Wim Taymans  <wim@fluendo.com>
9154
9155         * gst-libs/gst/riff/riff-ids.h:
9156         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
9157         (gst_riff_create_audio_template_caps):
9158         Add WMS caps.
9159
9160 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9161
9162         Patch by: Josep Torra Valles <josep@fluendo.com>
9163
9164         * ext/gnomevfs/gstgnomevfssink.c:
9165         * ext/gnomevfs/gstgnomevfssrc.c:
9166         Fix URI interface implementation return type.
9167         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
9168         Fix what looks like a copy/paste issue when assigning values.
9169         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9170         (gst_audio_filter_template_get_type):
9171         Cast to prevent Forte warnings.
9172         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
9173         Fix URI interface implementation return type.
9174         gst_pad_query_position requires a signed integer pointer as
9175         3rd parameter, GstClockTime is unsigned.
9176         * gst/audioconvert/audioconvert.c:
9177         Fix integer overflow when treated as signed.
9178         * gst/audioresample/resample.c: (resample_add_input_data):
9179         Cast to prevent warnings on Forte.
9180         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
9181         Fix integer overflow when treated as signed.
9182         * gst/ffmpegcolorspace/imgconvert_template.h:
9183         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
9184         * gst/playback/gstdecodebin.c: (queue_filled_cb),
9185         (cleanup_decodebin):
9186         Who initialises a guint to -1!
9187         Cast function pointers to prevent warnings on Forte.
9188         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
9189         (queue_threshold_reached):
9190         Cast function pointers correctly to prevent warnings on Forte.
9191         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
9192         Cast function pointers correctly to prevent warnings on Forte.
9193         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
9194         Obvious change to unsigned, 0xEF > max signed char.
9195         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
9196         GstClockTime is unsigned, initialise correctly.
9197         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
9198         Cast so pointer arithemetic doesn't cause warnings on Forte.
9199         * gst/videorate/gstvideorate.c:
9200         Use correct return value.
9201         * tests/examples/seek/scrubby.c:
9202         GstClockTime is unsigned, initialise correctly.
9203
9204 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
9205
9206         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
9207
9208         * gst/typefind/gsttypefindfunctions.c:
9209           Recognise XML files and XML-like files shorter than 256 bytes as
9210           well (fixes #359237).
9211
9212 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
9213
9214         Patch by: Renato Filho <renato.filho@indt.org.br>
9215         
9216         * gst/typefind/gsttypefindfunctions.c:
9217         Added typefind functions to video/x-nuv media.
9218         
9219 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
9220
9221         * gst-libs/gst/interfaces/xoverlay.c:
9222         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
9223           Some more guards against invalid input.
9224
9225 2006-10-07  Julien MOUTTE  <julien@moutte.net>
9226
9227         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
9228         Useless goto.
9229         * tests/examples/seek/seek.c: (do_seek),
9230         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
9231         seek example to experiment with rates != 1.0 (reverse playback !)
9232
9233 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
9234
9235         * gst-libs/gst/interfaces/xoverlay.c:
9236           Unref message in doc-example (spotted by Robert McQueen)
9237
9238 2006-10-06  Wim Taymans  <wim@fluendo.com>
9239
9240         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9241         (mpeg1_parse_header), (mpeg1_sys_type_find):
9242         printf fix.
9243
9244 2006-10-06  Wim Taymans  <wim@fluendo.com>
9245
9246         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9247         (close_pad_link):
9248         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
9249         Activate dynamic pads before adding them to the element.
9250
9251 2006-10-06  Michael Smith  <msmith@fluendo.com>
9252
9253         * gst-libs/gst/floatcast/floatcast.h:
9254           Fix obviously-bogus macros; use the correct types.
9255
9256 2006-10-06  Wim Taymans  <wim@fluendo.com>
9257
9258         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9259         (gst_base_rtp_depayload_change_state):
9260         Also call parent state change function to activate pads.
9261
9262         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9263         (mpeg1_parse_header), (mpeg1_sys_type_find):
9264         Add some more debug info in mpeg typefinding.
9265
9266 2006-10-06  Michael Smith  <msmith@fluendo.com>
9267
9268         * ext/theora/theoradec.c: (theora_dec_chain):
9269           Zero byte theora packets are valid and well-defined; don't warn on
9270           them.
9271
9272 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9273
9274         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
9275         (gst_multi_fd_sink_get_stats), (find_limits),
9276         (gst_multi_fd_sink_queue_buffer):
9277           API: add dropped_buffers to the get-stats GValueArray
9278
9279 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
9280
9281         * ext/alsa/gstalsadeviceprobe.c:
9282         (gst_alsa_device_property_probe_get_values):
9283         * ext/alsa/gstalsasink.c: (set_hwparams):
9284         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
9285         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
9286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
9287         (gst_ogg_mux_process_best_pad):
9288         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
9289         (gst_ogg_parse_chain):
9290         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
9291         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9292         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
9293         (gst_vorbis_enc_buffer_check_discontinuous):
9294         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
9295         * gst-libs/gst/audio/gstbaseaudiosink.c:
9296         (gst_base_audio_sink_render):
9297         * gst-libs/gst/cdda/gstcddabasesrc.c:
9298         (gst_cdda_base_src_handle_track_seek):
9299         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9300         (gst_base_rtp_depayload_push_full):
9301         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
9302         * gst/audioresample/resample.c: (resample_input_pushthrough):
9303         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
9304         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
9305         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9306         (wavpack_type_find):
9307         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9308         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9309         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
9310         * tests/check/elements/volume.c: (GST_START_TEST):
9311           Printf format fixes.
9312
9313 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9314
9315         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
9316           Fix a simple mistake (see the docs)
9317           Fixes #359580
9318
9319 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
9320
9321         * docs/plugins/Makefile.am:
9322         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9323         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9324         * docs/plugins/gst-plugins-base-plugins.args:
9325         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9326         * docs/plugins/inspect/plugin-adder.xml:
9327         * docs/plugins/inspect/plugin-alsa.xml:
9328         * docs/plugins/inspect/plugin-audioconvert.xml:
9329         * docs/plugins/inspect/plugin-audiorate.xml:
9330         * docs/plugins/inspect/plugin-audioresample.xml:
9331         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9332         * docs/plugins/inspect/plugin-cdparanoia.xml:
9333         * docs/plugins/inspect/plugin-decodebin.xml:
9334         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9335         * docs/plugins/inspect/plugin-gdp.xml:
9336         * docs/plugins/inspect/plugin-gnomevfs.xml:
9337         * docs/plugins/inspect/plugin-libvisual.xml:
9338         * docs/plugins/inspect/plugin-ogg.xml:
9339         * docs/plugins/inspect/plugin-pango.xml:
9340         * docs/plugins/inspect/plugin-playbin.xml:
9341         * docs/plugins/inspect/plugin-subparse.xml:
9342         * docs/plugins/inspect/plugin-tcp.xml:
9343         * docs/plugins/inspect/plugin-theora.xml:
9344         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9345         * docs/plugins/inspect/plugin-video4linux.xml:
9346         * docs/plugins/inspect/plugin-videorate.xml:
9347         * docs/plugins/inspect/plugin-videoscale.xml:
9348         * docs/plugins/inspect/plugin-videotestsrc.xml:
9349         * docs/plugins/inspect/plugin-volume.xml:
9350         * docs/plugins/inspect/plugin-vorbis.xml:
9351         * docs/plugins/inspect/plugin-ximagesink.xml:
9352         * docs/plugins/inspect/plugin-xvimagesink.xml:
9353           Add vorbistag element to docs; update version numbers to 0.10.10.1.
9354
9355 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
9356
9357         Patch by: James "Doc" Livingston <doclivingston at gmail com>
9358
9359         * ext/vorbis/Makefile.am:
9360         * ext/vorbis/vorbis.c: (plugin_init):
9361         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
9362         (vorbis_parse_parse_packet), (vorbis_parse_chain):
9363         * ext/vorbis/vorbisparse.h:
9364         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
9365         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
9366         (gst_vorbis_tag_parse_packet):
9367         * ext/vorbis/vorbistag.h:
9368           Add new vorbistag element which derives from vorbisparse
9369           and is essentially the same as well, only that it implements
9370           the GstTagSetter interface and can modify the stream's
9371           vorbiscomment on the fly (#335635).
9372
9373         * tests/check/Makefile.am:
9374         * tests/check/elements/.cvsignore:
9375         * tests/check/elements/vorbistag.c: (setup_vorbistag),
9376         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
9377         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
9378         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
9379           Add unit test for new vorbistag element.
9380
9381 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
9382
9383         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
9384         (vorbis_parse_push_headers), (vorbis_parse_chain):
9385           Set BOS flag in packet structure to fix 'jump depends
9386           on unitialized value' errors in valgrind; various minor
9387           clean-ups.
9388
9389 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
9390
9391         * gst/playback/gstdecodebin.c: (close_pad_link):
9392         Fix typo in a debug statement.
9393
9394         * gst/playback/gstplaybasebin.c: (probe_triggered),
9395         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
9396         (gen_source_element), (source_new_pad), (analyse_source),
9397         (setup_source):
9398         When handling no_more_pads in new_decoded_pad, make sure to treat
9399         subtitle pads correctly. Fixes playback with subtitle files.
9400
9401         Move a recurring message to LOG level.
9402
9403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9404         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
9405         which ends up as -1 when cast to an int. Make the logic handle the
9406         max value as an unsigned mask and only change the colorkey when it's
9407         a value we recognise.
9408
9409 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9410
9411         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9412         Removed empty * between paragraphs
9413
9414 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9415
9416         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9417         * gst-libs/gst/rtp/README:
9418         Moved some documentation into .c file
9419
9420 2006-09-29  Wim Taymans  <wim@fluendo.com>
9421
9422         * gst/playback/gstdecodebin.c: (no_more_pads):
9423         Fix compilation.
9424
9425 2006-09-29  Wim Taymans  <wim@fluendo.com>
9426
9427         * gst/playback/gstdecodebin.c: (new_caps):
9428         Remove g_print
9429
9430         * gst/playback/gstplaybin.c:
9431         Add some docs.
9432
9433 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9434
9435         * tests/check/Makefile.am:
9436           Re-enable cddabasesrc test to see if it works again
9437           now.
9438
9439 2006-09-29  Wim Taymans  <wim@fluendo.com>
9440
9441         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9442         (gen_source_element):
9443         Handle invalid URIs a bit more gracefully.
9444
9445 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9446
9447         * tests/check/pipelines/oggmux.c:
9448           Remove obsolete comment.
9449
9450 2006-09-29  Michael Smith  <msmith@fluendo.com>
9451
9452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
9453         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
9454         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
9455         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
9456         (gst_ogg_mux_collected):
9457           Commit patch from James "Doc" Livingston, adds proper EOS handling
9458           in oggmux. GStreamer can, for the first time ever, create a valid
9459           Ogg file! Yay!
9460
9461         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
9462         (oggmux_suite):
9463           Reenable tests now that they pass.
9464
9465 2006-09-29  Wim Taymans  <wim@fluendo.com>
9466
9467         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
9468         Stop reading commands when EOF (we read 0) as well.
9469
9470 2006-09-28  Wim Taymans  <wim@fluendo.com>
9471
9472         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
9473         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
9474         (find_dynamic), (unlinked), (close_link):
9475         Implement delayed caps linking needed for element with a lot of
9476         different caps on the src pads that get fixed at runtime.
9477         Improve management of dynamic elements.
9478
9479         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9480         (group_destroy), (group_commit), (check_queue), (queue_overrun),
9481         (gen_preroll_element), (remove_groups), (unknown_type),
9482         (add_element_stream), (no_more_pads_full), (no_more_pads),
9483         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
9484         (new_decoded_pad), (setup_subtitle), (array_has_value),
9485         (gen_source_element), (source_new_pad), (has_all_raw_caps),
9486         (analyse_source), (remove_decoders), (make_decoder),
9487         (remove_source), (setup_source), (finish_source), (prepare_output),
9488         (gst_play_base_bin_change_state):
9489         * gst/playback/gstplaybasebin.h:
9490         Use more _CAST instead of full type checking casts.
9491         Small cleanups, plug some leaks.
9492         Handle dynamic sources.
9493         Add some helper functions to create lists of strings used for
9494         blacklisting and other stuff.
9495         Refactor some code dealing with analysing the source.
9496         Re-enable sources without pads (like cd:// or other selfcontained
9497         elements).
9498
9499 2006-09-28  Wim Taymans  <wim@fluendo.com>
9500
9501         * gst-libs/gst/audio/gstbaseaudiosink.c:
9502         (gst_base_audio_sink_render):
9503         When we have a timestamp, we can still perform clipping.
9504         When we have no clock, we must play the sample ASAP.
9505
9506 2006-09-28  Wim Taymans  <wim@fluendo.com>
9507
9508         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9509         Set caps on outgoing buffers.
9510
9511         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
9512         (gst_video_rate_event), (gst_video_rate_chain):
9513         * gst/videorate/gstvideorate.h:
9514         Fix videorate some more. Fixes #357977
9515
9516 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
9517
9518         * tests/check/elements/adder.c: (adder_suite):
9519           Don't set timeout to 6 seconds when we're running
9520           in valgrind ... (and how is 6 seconds longer than
9521           the default anyway?)
9522
9523 2006-09-28  Wim Taymans  <wim@fluendo.com>
9524
9525         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
9526         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
9527         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
9528         Keep sink and src segment to keep track of time and support more
9529         input formats.
9530         Fix bogus next_offset and run_time calculation, don't understand how
9531         this could have worked before. Fixes #357976.
9532         Remove some unneeded vars.
9533
9534 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
9535
9536         * gst/playback/gstplaybin.c: (remove_sinks):
9537           Only remove visualisation from visbin if there is a visbin (or:
9538           don't throw warnings when closing totem without playing a file).
9539
9540 2006-09-27  Wim Taymans  <wim@fluendo.com>
9541
9542         * gst-libs/gst/audio/gstbaseaudiosink.c:
9543         (gst_base_audio_sink_render):
9544         Add some more info in a WARNING.
9545
9546         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9547         (gst_base_audio_src_create):
9548         Handle PAUSE in create function, use new -core addition to
9549         wait for playing. Fixes pausing and resuming capture from an
9550         audiosrc.
9551
9552         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
9553         (gst_ring_buffer_read):
9554         Constify some more.
9555         Caller supports interrupted reads now.
9556
9557 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9558
9559         * tests/check/Makefile.am:
9560           Another attempt to make the gen64 buildbot happy.
9561
9562 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
9563
9564         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
9565
9566         * ext/libvisual/visual.c: (gst_visual_clear_actors),
9567         (gst_visual_chain), (gst_visual_change_state):
9568           Libvisual plugin was not passing audio data to libvisual 0.4.0 
9569           correctly. Fixes #357800
9570
9571 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9572
9573         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
9574           Add timeout to _get_state() so we see which pipeline it is
9575           that causes trouble on the gen64 build bot.
9576
9577 2006-09-27  Wim Taymans  <wim@fluendo.com>
9578
9579         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9580         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
9581         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
9582         (gst_base_rtp_depayload_set_gst_timestamp):
9583         the source pad always uses fixed caps.
9584
9585 2006-09-27  Wim Taymans  <wim@fluendo.com>
9586
9587         * docs/libs/gst-plugins-base-libs-docs.sgml:
9588         * docs/libs/gst-plugins-base-libs-sections.txt:
9589         * gst-libs/gst/audio/gstaudioclock.c:
9590         * gst-libs/gst/audio/gstaudioclock.h:
9591         * gst-libs/gst/audio/gstaudiosink.c:
9592         * gst-libs/gst/audio/gstaudiosink.h:
9593         * gst-libs/gst/audio/gstaudiosrc.c:
9594         * gst-libs/gst/audio/gstbaseaudiosink.c:
9595         (gst_base_audio_sink_render):
9596         * gst-libs/gst/audio/gstbaseaudiosink.h:
9597         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
9598         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9599         * gst-libs/gst/audio/gstringbuffer.h:
9600         Added docs for the audio libs.
9601
9602 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9603
9604         * tests/check/Makefile.am:
9605           Temporarily disable test that fails on the bots for unknown reasons.
9606
9607 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9608
9609         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9610         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9611         Moved AudioCodecType into priv
9612         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
9613
9614 2006-09-25  Wim Taymans  <wim@fluendo.com>
9615
9616         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9617         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
9618         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
9619         (new_pad):
9620         Cleanups and small leak fixes.
9621         Added Depayloaders to valid list of autopluggable elements.
9622
9623 2006-09-25  Wim Taymans  <wim@fluendo.com>
9624
9625         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9626         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
9627         (gen_video_element), (gen_text_element), (gen_audio_element),
9628         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
9629         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
9630         Detect NO_PREROLL state change returns and disable clock distribution to
9631         the sinks so that sync is disabled.
9632         Avoid some type checking and do simple casts instead.
9633         Small cleanups, fix some FIXMEs.
9634         Be more robust when linking user specified elements, catch an report
9635         errors. Fixes #357404.
9636         Fix some leaks in the error paths.
9637
9638 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
9639
9640         * ChangeLog:
9641           ChangeLog surgery for missing bug-number
9642
9643 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
9644
9645         Patch by: Peter Kjellerstedt  <pkj at axis com>
9646
9647         * gst/playback/test.c:
9648           Fix compilation with uClibc and -Werror (#357591).
9649
9650 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
9651
9652         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9653           Parse dates that are followed by a time as well (#357532).
9654
9655         * tests/check/libs/tag.c: (test_vorbis_tags):
9656           Add unit test for this.
9657
9658 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
9659
9660         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9661         (gst_audio_convert_transform_caps):
9662         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
9663         * gst/videotestsrc/videotestsrc.h:
9664           A few array const-ifications.
9665
9666 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
9667
9668         * tests/check/Makefile.am:
9669           See if this makes the build bots happy.
9670
9671         * tests/check/libs/cddabasesrc.c:
9672           UTF8-ise my name.
9673
9674 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
9675
9676         Patch by: Young-Ho Cha <ganadist at chollian dot net>
9677
9678         * gst/subparse/samiparse.c: (handle_start_font),
9679         (fix_invalid_entities):
9680           More case-insensitivity for certain tags; recognise entities with
9681           decimal codes as special entities as well (#357330).
9682
9683 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
9684
9685         * gst-libs/gst/Makefile.am:
9686           Need to build tag directory before cdda.
9687
9688 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
9689
9690         * docs/libs/gst-plugins-base-libs-sections.txt:
9691         * gst-libs/gst/cdda/Makefile.am:
9692         * gst-libs/gst/cdda/gstcddabasesrc.c:
9693         (gst_cdda_base_src_base_init):
9694         * gst-libs/gst/cdda/gstcddabasesrc.h:
9695         * gst-libs/gst/tag/tag.h:
9696         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
9697         (gst_tag_register_musicbrainz_tags):
9698           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
9699           depend on libgsttag. This is required so we can extract/read tags like
9700           DISCID without depending on libgstcddabasesrc (which used to register
9701           them).
9702
9703         * gst-libs/gst/tag/gstvorbistag.c:
9704           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
9705           tags (also see #347848).
9706
9707         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
9708           Log vorbis comments we are actually writing. Const-ify array.
9709
9710 2006-09-23  Wim Taymans  <wim@fluendo.com>
9711
9712         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
9713         Improve buffering a bit by avoiding a deadlock because we cannot assume
9714         the underrun is always called.
9715
9716 2006-09-23  Wim Taymans  <wim@fluendo.com>
9717
9718         Patch by: Young-Ho Cha <ganadist at chollian dot net>
9719
9720         * gst-libs/gst/riff/riff-ids.h:
9721         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
9722         (gst_riff_create_audio_template_caps):
9723         Added MPEG-4 AAC and id and caps. Fixes #357289
9724         Added WMA9 Lossless id.
9725
9726 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
9727
9728         * ext/gnomevfs/gstgnomevfssrc.c:
9729           Fix misleading docs addition.
9730
9731         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
9732           Get rid of compiler warning the right way.
9733
9734 2006-09-22  Wim Taymans  <wim@fluendo.com>
9735
9736         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9737         (gst_base_rtp_depayload_finalize),
9738         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9739         (gst_base_rtp_depayload_push_full),
9740         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
9741         (gst_base_rtp_depayload_process),
9742         (gst_base_rtp_depayload_set_gst_timestamp),
9743         (gst_base_rtp_depayload_queue_release):
9744         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9745         Small cleanups.
9746         Fix some leaks.
9747         Refactored the process method and added methods to push from the process
9748         vmethod.
9749         Use _scale functions.
9750         API: gst_base_rtp_depayload_push_ts
9751         API: gst_base_rtp_depayload_push
9752
9753         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
9754         timestamps are uint.
9755
9756 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
9757
9758         * gst-libs/gst/interfaces/xoverlay.c:
9759           Remove unused statement from doc example.
9760
9761 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
9762
9763         * gst-libs/gst/interfaces/videoorientation.c:
9764         (gst_video_orientation_iface_init),
9765         (gst_video_orientation_get_hflip),
9766         (gst_video_orientation_get_vflip),
9767         (gst_video_orientation_get_hcenter),
9768         (gst_video_orientation_get_vcenter),
9769         (gst_video_orientation_set_hflip),
9770         (gst_video_orientation_set_vflip),
9771         (gst_video_orientation_set_hcenter),
9772         (gst_video_orientation_set_vcenter):
9773           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
9774           in ChangeLog)
9775
9776 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
9777
9778         * tests/check/Makefile.am:
9779         * tests/check/elements/.cvsignore:
9780         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
9781         (create_rgb_conversions), (rgb_conversion_free),
9782         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
9783         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
9784           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
9785           but disable for now since it doesn't pass (something wrong with
9786           RGBA somewhere).
9787
9788 2006-09-21  Wim Taymans  <wim@fluendo.com>
9789
9790         * gst/playback/gstplaybasebin.c: (group_commit),
9791         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
9792         (queue_out_of_data), (gen_preroll_element),
9793         (preroll_remove_overrun), (probe_triggered):
9794         Refactor handling of overrun detection.
9795         Separate handling of group completion and deadlock detection when doing
9796         network buffering. This should fix some deadlocks that were not detected
9797         because the group was completed.
9798         Add more comments, improve debugging.
9799
9800 2006-09-21  Wim Taymans  <wim@fluendo.com>
9801
9802         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
9803         * tests/check/libs/audio.c:
9804         Some more compilation fixes.
9805
9806 2006-09-21  Wim Taymans  <wim@fluendo.com>
9807
9808         * gst-libs/gst/audio/gstringbuffer.c:
9809         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
9810         (gst_ring_buffer_read):
9811         Early morning compilation fix.
9812
9813 2006-09-20  Wim Taymans  <wim@fluendo.com>
9814
9815         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
9816         * tests/check/elements/multifdsink.c: (GST_START_TEST):
9817         * tests/check/elements/videorate.c: (GST_START_TEST):
9818         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
9819         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
9820         Fix some warnings.
9821
9822 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
9823
9824         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9825         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
9826         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
9827           Handcrafted merge to help CVS understanding what I changed and what
9828           not.
9829
9830 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
9831
9832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9833         (gst_xvimagesink_get_times):
9834           change colorkey behaviour back according to #354773 comment 6/7
9835
9836 2006-09-19  Michael Smith  <msmith@fluendo.com>
9837
9838         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9839         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
9840         (gst_multi_fd_sink_recover_client),
9841         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
9842         (gst_multi_fd_sink_get_property):
9843         * gst/tcp/gstmultifdsink.h:
9844           Implement stubbed out properties unit-type, units-soft-max,
9845           units-max, to allow specifying maximum sizes in units other than
9846           buffers.
9847           Fixes #355935
9848
9849 2006-09-19  Wim Taymans  <wim@fluendo.com>
9850
9851         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
9852         (gst_riff_create_audio_template_caps):
9853         Reorder the audio formats a bit for clarity.
9854         Detect and create caps for MSGSM and MSN (WAV49).
9855         Fixes #356596.
9856
9857         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9858         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
9859         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
9860         Small cleanups, move error handling out of normal flow for clarity.
9861
9862 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
9863
9864         * docs/libs/gst-plugins-base-libs-docs.sgml:
9865         * docs/libs/gst-plugins-base-libs.types:
9866         * gst-libs/gst/interfaces/Makefile.am:
9867         * gst-libs/gst/interfaces/videoorientation.c:
9868         (gst_video_orientation_get_type),
9869         (gst_video_orientation_iface_init),
9870         (gst_video_orientation_get_hflip),
9871         (gst_video_orientation_get_vflip),
9872         (gst_video_orientation_get_hcenter),
9873         (gst_video_orientation_get_vcenter),
9874         (gst_video_orientation_set_hflip),
9875         (gst_video_orientation_set_vflip),
9876         (gst_video_orientation_set_hcenter),
9877         (gst_video_orientation_set_vcenter):
9878         * gst-libs/gst/interfaces/videoorientation.h:
9879           API: Add new interface to control video orientation (fixes #354908)
9880
9881 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
9882
9883         * gst/videotestsrc/gstvideotestsrc.c:
9884           Use G_UNLIKELY in _create and log one more detail.
9885           
9886         (gst_video_test_src_get_times), (gst_video_test_src_create):
9887         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
9888           Use gst_util_uint64_scale_int in _get_times().
9889
9890 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
9891
9892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
9893           Give better warning message (add object and detail).
9894
9895 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
9896
9897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9898         (gst_xvimagesink_get_times):
9899           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
9900           #354773), use gst_util_uint64_scale_int in _get_times()
9901
9902 2006-09-18  Michael Smith  <msmith@fluendo.com>
9903
9904         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
9905           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
9906           always true, leading to dropping all timestamps.
9907
9908 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
9909
9910         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
9911         (gst_visual_chain), (gst_visual_change_state):
9912           update to work also with libvisual 0.4 API, fix double unref (#355914)
9913           
9914         * tools/gst-launch-ext.1.in:
9915         * tools/gst-visualise.1.in:
9916           remove references to old man-pages
9917
9918         * tests/examples/seek/seek.c: (main):
9919           add real meadi-buttons, add tool-tips for the seek-options, arrange
9920           seek options in a table
9921
9922 2006-09-18  Michael Smith  <msmith@fluendo.com>
9923
9924         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
9925         (gst_ogg_mux_push_buffer):
9926           Don't generate out-of-order timestamps from oggmux, instead clamp
9927           output timestamps to be >= the previously output ts.
9928           Fixes #355595
9929
9930 2006-09-18  Michael Smith  <msmith@fluendo.com>
9931
9932         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9933         (gst_multi_fd_sink_class_init):
9934           Updates, fixes, and typo corrections for multifdsink. No functional
9935           changes.
9936
9937 2006-09-17  Michael Smith  <msmith@fluendo.com>
9938
9939         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
9940           Don't crash on truncated files - check that we got an 8 byte buffer
9941           before trying to memcmp it.
9942
9943 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
9944
9945         * gst/playback/gstplaybasebin.c: (get_active_source):
9946           Make stream-switching appear instant to the application
9947           (ie. make sure that a g_object_get on 'current-foo' returns
9948           the stream previously set with g_object_set(). Totem needs
9949           this to update stream-related meta-info (like audio-codec)
9950           correctly when switching streams.
9951
9952 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
9953
9954         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
9955         (gst_alsa_mixer_ensure_track_list):
9956           Try harder to guess which mixer track is the master mixer
9957           track (instead of just taking the first one that has a pvolume).
9958           Fixes #342228.
9959
9960 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
9961
9962         reviewed by: <delete if not using a buddy>
9963
9964         * gst-libs/gst/audio/audio.h:
9965         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
9966
9967 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
9968
9969         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
9970         (gst_audio_convert_transform_caps):
9971           Get structure-name just once.
9972
9973 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
9974
9975         * tests/check/elements/audioresample.c: (GST_START_TEST):
9976         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
9977         * tests/check/elements/volume.c: (GST_START_TEST):
9978         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
9979         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
9980         (test_pipeline), (GST_START_TEST):
9981         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
9982         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
9983           Fix big batch of compiler warnings.
9984
9985 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
9986
9987         * ext/gnomevfs/gstgnomevfssrc.c:
9988           Add docs about icydemux usage in connection with gnomevfssrc
9989
9990         * ext/libvisual/visual.c:
9991         * ext/ogg/gstoggaviparse.c:
9992         * ext/ogg/gstoggdemux.c:
9993         * ext/ogg/gstoggmux.c:
9994         * ext/ogg/gstoggparse.c:
9995         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9996         * gst-libs/gst/audio/gstaudiosink.c:
9997         * gst-libs/gst/audio/gstaudiosrc.c:
9998         * gst/audiorate/gstaudiorate.c:
9999           More G_OBJECT macro fixing.
10000
10001         * gst/audiotestsrc/gstaudiotestsrc.h:
10002           Fix wrong info in header due to copy & paste
10003
10004 2006-09-15  Wim Taymans  <wim@fluendo.com>
10005
10006         * gst-libs/gst/audio/gstbaseaudiosink.c:
10007         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
10008         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10009         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
10010         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
10011         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
10012         Do the delay calculation in the source/sink base classes as this is
10013         specific for the capture/playback mode.
10014         Try to fixate a bit better, like round depth up to a multiple of 8
10015         bigger than width.
10016         Handle underruns correctly by marking DISCONT on buffers and adjusting
10017         timestamps to handle the gap.
10018         Set offset/offset_end correctly on buffers.
10019
10020         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
10021         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
10022         (gst_ring_buffer_read):
10023         Remove resync and underrun recovery from the ringbuffer.
10024         Fix ringbuffer read code on under/overrun.
10025
10026 2006-09-15  Wim Taymans  <wim@fluendo.com>
10027
10028         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10029         (gst_play_base_bin_init), (fill_buffer), (check_queue),
10030         (queue_threshold_reached), (gst_play_base_bin_set_property),
10031         (gst_play_base_bin_get_property):
10032         * gst/playback/gstplaybasebin.h:
10033         Don't use a 0 low watermark when buffering, it is catching starvation
10034         way too late. Instead, use a 3 second queue with 30 and 95
10035         percent low/high watermarks. 
10036         Added queue-min-threshold property to configure low watermark.
10037         Use new _buffering message API.
10038         Make queue_threshold variable big enough to store a uint64 time value.
10039         API: playbin::queue-min-threshold property.
10040
10041 2006-09-15  Wim Taymans  <wim@fluendo.com>
10042
10043         * configure.ac:
10044         We require 0.10.10.1 now because of _wait_preroll().
10045
10046         * gst-libs/gst/audio/gstbaseaudiosink.c:
10047         (gst_base_audio_sink_render):
10048         Use gst_base_sink_wait_preroll().
10049
10050 2006-09-15  Wim Taymans  <wim@fluendo.com>
10051
10052         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
10053         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
10054         Use DEBUG_OBJECT more.
10055
10056 === release 0.10.10 ===
10057
10058 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
10059
10060         patch by: Michael Smith <msmith at fluendo dot com>
10061
10062         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
10063         (gst_multi_fd_sink_client_queue_buffer),
10064         (gst_multi_fd_sink_new_client):
10065         * tests/check/elements/multifdsink.c: (GST_START_TEST),
10066         (multifdsink_suite):
10067           Fix implementation of sync-method 'next-keyframe'
10068           Closes #354594
10069
10070 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
10071
10072         patch by: Wim Taymans <wim at fluendo dot com>
10073
10074         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10075         This patch removes the RANDOM flag that was incorrectly introduced with
10076         revision 1.91.  Fixes #354590
10077
10078 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
10079
10080         * tests/check/Makefile.am:
10081           Random variation in Makefile line to see if it makes the
10082           gen64-base-full bot any happier.
10083
10084 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
10085
10086         * tests/check/pipelines/oggmux.c: (oggmux_suite):
10087           Disable test that fails at the moment (killed after timeout).
10088
10089 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
10090
10091         Patch by: James Livingston  <doclivingston at gmail.com>
10092
10093         * tests/check/Makefile.am:
10094         * tests/check/pipelines/.cvsignore:
10095         * tests/check/pipelines/oggmux.c: (get_page_codec),
10096         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
10097         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
10098         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
10099         (test_theora_vorbis), (oggmux_suite):
10100           Add simple unit test for oggmux from #337026 with checking for the
10101           EOS flags disabled for the time being.
10102
10103 2006-09-04  Wim Taymans  <wim@fluendo.com>
10104
10105         patch by: Alessandro Dessina <alessandro nnva org>
10106
10107         * ext/ogg/gstoggmux.c:
10108         Add cmml caps to oggmux. Fixes #353912
10109
10110 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
10111
10112         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
10113           Returning a return value often helps. In this case, we
10114           don't need the return value anyway, so just get rid of it.
10115           Should make build bots much happier.
10116
10117 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
10118
10119         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
10120         (paint_get_structure), (gst_video_test_src_get_size),
10121         (gst_video_test_src_smpte), (gst_video_test_src_snow),
10122         (gst_video_test_src_unicolor), (paint_setup_AYUV),
10123         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
10124         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
10125         * gst/videotestsrc/videotestsrc.h:
10126           Add support for AYUV and the various RGBA formats. Initialise
10127           fields of paintinfo structs allocated on the stack.
10128
10129         * tests/check/elements/videotestsrc.c: (right_shift_colour),
10130         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
10131         (check_rgb_buf), (videotestsrc_suite):
10132           Add unit tests for videotestsrc's RGB output.
10133
10134 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
10135
10136         * gst/videotestsrc/gstvideotestsrc.c:
10137         (gst_video_test_src_pattern_get_type),
10138         (gst_video_test_src_set_pattern):
10139         * gst/videotestsrc/gstvideotestsrc.h:
10140         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
10141         (gst_video_test_src_black), (gst_video_test_src_white),
10142         (gst_video_test_src_red), (gst_video_test_src_green),
10143         (gst_video_test_src_blue):
10144         * gst/videotestsrc/videotestsrc.h:
10145           Add more uni-colour patterns ("white", "red", "green", and "blue").
10146
10147 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
10148
10149         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
10150           Fix stride for YVYU, should be word-aligned (#353658).
10151
10152 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
10153
10154         * gst/adder/gstadder.c: (gst_adder_src_event):
10155           Fix build.
10156
10157 2006-08-31  Edward Hervey  <edward@fluendo.com>
10158
10159         * gst/adder/gstadder.c: (forward_event_func),
10160         (gst_adder_src_event), (gst_adder_collected),
10161         (gst_adder_change_state):
10162         * gst/adder/gstadder.h:
10163         Remember the start position asked in the incoming seeks, so we can
10164         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
10165         of assuming it will always be 0).
10166
10167 2006-08-31  Edward Hervey  <edward@fluendo.com>
10168
10169         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
10170         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
10171         (gst_ogg_demux_loop):
10172         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
10173
10174 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
10175
10176         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10177         (gst_ffmpegcsp_get_unit_size):
10178           Return FALSE instead of returning a random false unit
10179           size when the format isn't known/supported (even if
10180           this shouldn't happen under normal circumstances).
10181
10182 2006-08-29  Wim Taymans  <wim@fluendo.com>
10183
10184         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
10185
10186         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
10187         (gst_gnome_vfs_src_start):
10188         Try harder to get the size from a uri by using _info_uri() when
10189         _info_from_handle() does not give us enough info. 
10190         Also follow symlinks when getting the size.
10191         Partially Fixes #332864.
10192
10193 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
10194
10195         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
10196
10197         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
10198         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
10199         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
10200         (gst_alsa_mixer_set_record):
10201         * ext/alsa/gstalsamixertrack.c:
10202         (gst_alsa_mixer_track_update_alsa_capabilities),
10203         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
10204         (gst_alsa_mixer_track_update):
10205         * ext/alsa/gstalsamixertrack.h:
10206           Improve and fix mixer track handling, in particular better handling
10207           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
10208           separate track objects for tracks that have both capture and playback
10209           volume (and label them differently as well so they're not mistakenly
10210           assumed to be duplicates); classify mixer tracks that only affect
10211           the audible volume of something (rather than the capture volume)
10212           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
10213           for capture tracks to correspond to alsa-pswitch alsa-cswitch
10214           (following the meaning documented in the mixer interface header
10215           file); add support for alsa's exclusive cswitch groups; update/sync
10216           state/flags better if mixer settings are changed by another
10217           application. Fixes #336075.
10218
10219 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
10220
10221         * gst/playback/gstplaybin.c:
10222           Improve docs: add section about BUFFERING messages sent by playbin.
10223
10224 2006-08-29  Michael Smith  <msmith@fluendo.com>
10225
10226         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
10227         (gst_vorbis_enc_buffer_check_discontinuous),
10228         (gst_vorbis_enc_chain):
10229           Ignore explicit DISCONT marked on buffers (which is often spurious,
10230           particularly when using multiple segments), in favour of solely
10231           using the timestamps/durations.
10232
10233 2006-08-29  Edward Hervey  <edward@fluendo.com>
10234
10235         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
10236         Don't rely on incoming buffers offset anymore, since it is completely
10237         broken when using multiple segments.
10238         Instead convert the incoming buffers timestamp to running time, and
10239         then convert that value to the offsets.
10240         Also inform GstSegment of the last outputted stop position, which is
10241         needed if we received several segments with an unknown stop value.
10242
10243 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10244
10245         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
10246           fix buffer unreffing on a header push failure
10247
10248 2006-08-28  Wim Taymans  <wim@fluendo.com>
10249
10250         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
10251         (gst_audio_rate_chain):
10252         Make the metadata of the buffer writable before changing its
10253         flags.
10254
10255 2006-08-28  Wim Taymans  <wim@fluendo.com>
10256
10257         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
10258         (gst_audio_rate_setcaps), (gst_audio_rate_init),
10259         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
10260         (gst_audio_rate_chain), (gst_audio_rate_change_state):
10261         Fix audiorate some more.
10262         Reset and resync counters on flush and READY.
10263         Handle the DISCONT flag correctly.
10264         Use GstSegment to track position.
10265         Fail when not negotiated.
10266         Fixes #353234.
10267
10268 2006-08-25  Michael Smith  <msmith@fluendo.com>
10269
10270         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
10271           Fix spelling.
10272           Remove accidently included debug line.
10273
10274 2006-08-25  Wim Taymans  <wim@fluendo.com>
10275
10276         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
10277         Small cleanups.
10278         If a buffer is received with no caps, make the buffer metadata
10279         writable and set the caps, making sure that we don't screw up the
10280         refcounts.
10281
10282 2006-08-25  Michael Smith  <msmith@fluendo.com>
10283
10284         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
10285         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
10286           Fix memory leaks and misleading debug messages, add a couple of
10287           comments.
10288
10289         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
10290         (gst_multi_fd_sink_render):
10291           Do not use gst_buffer_make_writable() in a basesink render method,
10292           as it may incorrectly unref the buffer. Instead, use convoluted
10293           dance to avoid copying the buffer except when we need to.
10294
10295 2006-08-25  Michael Smith  <msmith@fluendo.com>
10296
10297         * ext/vorbis/vorbisenc.c:
10298         (gst_vorbis_enc_buffer_check_discontinuous):
10299           Allow very small discontinuities in the timestamps. These we can't
10300           do anything useful with anyway (because vorbis's timestamps have
10301           only sample granularity), and are commonly produced by elements with
10302           minor bugs. Allow up to 1/2 a sample out.
10303           Fixes #351742.
10304
10305 2006-08-24  Wim Taymans  <wim@fluendo.com>
10306
10307         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
10308         (play_scrub_toggle_cb), (main):
10309         Add a checkbox to enable play scrubbing. Makes it possible to disable
10310         normal scrubbing.
10311
10312 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
10313
10314         * tests/check/elements/.cvsignore:
10315           make buildbot happy
10316
10317 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10318
10319         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
10320         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
10321         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
10322         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
10323         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10324         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
10325         (gst_ogm_text_parse_strip_trailing_zeroes),
10326         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
10327         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
10328           Refactor ogm parse, do better input checking, misc. clean-ups.
10329           Cache incoming events and push them once the source pad has
10330           been created. Don't pass unterminated strings to sscanf().
10331           Strip trailing zeroes from subtitle text output, since they
10332           are not valid UTF-8. Don't push vorbiscomment packets on
10333           the subtitle text pad. Output perfect streams if possible.
10334
10335 2006-08-23  Wim Taymans  <wim@fluendo.com>
10336
10337         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
10338         Waits for tasks to settle down so that we clean up correctly for 
10339         valgrind.
10340
10341 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10342
10343         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
10344           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
10345           actually return return value in taglists_are_equal.
10346
10347 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10348
10349         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10350           Fix crash due to broken bitstream parsing on x86-64: can't make
10351           any assumptions about sizeof(struct) due to alignment/packing
10352           differences on different architectures. Fixes #351790.
10353
10354 2006-08-22  Wim Taymans  <wim@fluendo.com>
10355
10356         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
10357         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
10358         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10359         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
10360         (gst_riff_parse_info):
10361         Protect public functions against bad input.
10362         Do some cleanups.
10363         Fix documentation.
10364
10365 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10366
10367         * gst-libs/gst/riff/riff-ids.h:
10368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10369           Add voxware audio IDs (even if we can't play it) (#351795).
10370
10371 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10372
10373         * gst-libs/gst/riff/riff-media.c:
10374         (gst_riff_create_video_template_caps),
10375         (gst_riff_create_audio_template_caps),
10376         (gst_riff_create_iavs_template_caps):
10377           Const-ify some arrays and use G_N_ELEMENTS instead
10378           of wasting oodles of RAM on terminator bits.
10379
10380 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10381
10382         * gst-libs/gst/tag/gstvorbistag.c:
10383         (gst_tag_list_to_vorbiscomment_buffer):
10384         * tests/check/libs/tag.c: (GST_START_TEST):
10385           And the same for _to_vorbiscomment_buffer(): allow
10386           id_data_len == 0 for speex.
10387
10388 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10389
10390         * configure.ac:
10391         * docs/plugins/Makefile.am:
10392         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10393         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10394         * docs/plugins/inspect/plugin-gdp.xml:
10395         * gst/gdp/Makefile.am:
10396         * tests/check/Makefile.am:
10397           Move GDP plugin to -base from -bad.  Closes #347783.
10398
10399 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
10400
10401         * gst-libs/gst/tag/gstvorbistag.c:
10402         (gst_tag_list_from_vorbiscomment_buffer):
10403           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
10404           Also add some checks to make sure we don't memcmp() beyond the end of
10405           vorbiscomment buffer if the ID to check for is larger than the buffer.
10406
10407         * tests/check/libs/tag.c: (GST_START_TEST):
10408           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
10409
10410 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
10411
10412         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
10413         (gst_vorbis_enc_set_metadata):
10414           Use vorbis comment utility functions from libgsttag
10415           instead of re-inventing the wheel (partially fixes #347091).
10416
10417 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
10418
10419         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10420         Fix leaks. Wait for state transitions that might happen ASYNC, as well
10421         as some that won't.
10422
10423 2006-08-21  Wim Taymans  <wim@fluendo.com>
10424
10425         * docs/libs/Makefile.am:
10426         * docs/libs/gst-plugins-base-libs-sections.txt:
10427         * docs/libs/gst-plugins-base-libs.types:
10428         Don't try to GObject scan the netbuffer as it's not a GObject.
10429         Fixes #351308.
10430
10431         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10432         * gst-libs/gst/netbuffer/gstnetbuffer.h:
10433         Document GstNetBuffer.
10434
10435 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
10436
10437         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10438         (audioconvert_suite):
10439           Add testcase for caps-size-explosion
10440
10441 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
10442
10443         * gst/audioconvert/gstaudioconvert.c:
10444         (gst_audio_convert_get_unit_size), (set_structure_widths):
10445           Lower debug, use g_assert in _get_unit_size
10446
10447         * gst/audioresample/gstaudioresample.c:
10448         (audioresample_get_unit_size):
10449         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10450         (gst_ffmpegcsp_get_unit_size):
10451         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
10452           use g_assert in _get_unit_size
10453
10454 2006-08-18  Wim Taymans  <wim@fluendo.com>
10455
10456         * docs/libs/gst-plugins-base-libs-sections.txt:
10457         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
10458         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
10459         (gst_rtp_buffer_get_payload_buffer):
10460         * gst-libs/gst/rtp/gstrtpbuffer.h:
10461         Document GstRTPBuffer.
10462         Added function to efficiently strip payload headers.
10463         API: gst_rtp_buffer_get_payload_subbuffer()
10464
10465 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
10466
10467         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
10468         (gst_tag_to_vorbis_comments):
10469           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
10470           tags and deserialise them properly as well (#347091).
10471           Add some more gtk-doc blurbs and also some g_return_if_fail().
10472
10473         * tests/check/libs/tag.c: (GST_START_TEST),
10474         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
10475           More tests.
10476
10477 2006-08-17  Wim Taymans  <wim@fluendo.com>
10478
10479         * ext/ogg/Makefile.am:
10480         * ext/ogg/gstogg.c: (plugin_init):
10481         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
10482         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
10483         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
10484         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
10485         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
10486         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
10487         Added ogg-in-avi parser element. Fixes #140139.
10488
10489         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
10490         Fixed a bug in oggdemux debug code.
10491
10492         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
10493         (gst_riff_create_audio_template_caps):
10494         Recognise Ogg in the AVI extensible wave format.
10495
10496 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
10497
10498         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10499           Make buffer durations add up (duration should be next_ts-ts for
10500           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
10501           from CVS.
10502
10503         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
10504         (test_buffer_timestamps), (cddabasesrc_suite):
10505           Add unit test for the above.
10506
10507         * tests/check/Makefile.am:
10508           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
10509           to see what happens.
10510
10511 2006-08-16  Wim Taymans  <wim@fluendo.com>
10512
10513         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
10514         (gst_alsasink_open):
10515         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
10516         (gst_alsasrc_open):
10517         Avoid setting and using a NULL device name.
10518         Print more info when we fail to open a device.
10519
10520 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
10521
10522         * docs/libs/gst-plugins-base-libs-sections.txt:
10523         * gst-libs/gst/tag/tag.h:
10524         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
10525           API: add gst_tag_parse_extended_comment() (#351426).
10526
10527         * tests/check/Makefile.am:
10528         * tests/check/libs/.cvsignore:
10529         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
10530           Add unit test for gst_tag_parse_extended_comment().
10531
10532 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
10533
10534         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
10535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
10536           Fix leak (#351502).
10537
10538 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
10539
10540         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10541         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10542         * docs/plugins/gst-plugins-base-plugins.args:
10543         * gst/playback/gstplaybin.c:
10544           Document playbin.
10545           
10546         * docs/plugins/inspect/plugin-adder.xml:
10547         * docs/plugins/inspect/plugin-alsa.xml:
10548         * docs/plugins/inspect/plugin-audioconvert.xml:
10549         * docs/plugins/inspect/plugin-audiorate.xml:
10550         * docs/plugins/inspect/plugin-audioresample.xml:
10551         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10552         * docs/plugins/inspect/plugin-cdparanoia.xml:
10553         * docs/plugins/inspect/plugin-decodebin.xml:
10554         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10555         * docs/plugins/inspect/plugin-gnomevfs.xml:
10556         * docs/plugins/inspect/plugin-ogg.xml:
10557         * docs/plugins/inspect/plugin-pango.xml:
10558         * docs/plugins/inspect/plugin-playbin.xml:
10559         * docs/plugins/inspect/plugin-subparse.xml:
10560         * docs/plugins/inspect/plugin-tcp.xml:
10561         * docs/plugins/inspect/plugin-theora.xml:
10562         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10563         * docs/plugins/inspect/plugin-video4linux.xml:
10564         * docs/plugins/inspect/plugin-videorate.xml:
10565         * docs/plugins/inspect/plugin-videoscale.xml:
10566         * docs/plugins/inspect/plugin-videotestsrc.xml:
10567         * docs/plugins/inspect/plugin-volume.xml:
10568         * docs/plugins/inspect/plugin-vorbis.xml:
10569         * docs/plugins/inspect/plugin-ximagesink.xml:
10570         * docs/plugins/inspect/plugin-xvimagesink.xml:
10571           Update to CVS version.
10572
10573 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
10574
10575         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10576         (gst_play_bin_set_property), (gst_play_bin_get_property),
10577         (value_list_append_structure_list),
10578         (gst_play_bin_handle_redirect_message),
10579         (gst_play_bin_handle_message):
10580           API: GstPlayBin::connection-speed
10581           Add "connection-speed" property; re-order redirect messages with
10582           multiple redirect locations depending on the minimum bitrate if
10583           that information is available and a connection speed is set
10584           (#350399).
10585
10586 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
10587
10588         * gst/playback/gstplaybin.c:
10589           Update max volume to the same value that the volume element uses.
10590
10591 2006-08-14  Wim Taymans  <wim@fluendo.com>
10592
10593         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
10594         Less uglyness..
10595
10596 2006-08-14  Wim Taymans  <wim@fluendo.com>
10597
10598         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10599         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
10600         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
10601         Add some more debug info.
10602         Don't crash when a seek failed.
10603         Actually return the result of the seek instead of TRUE.
10604         Ignore multiple BOS pages with the same serial so that we don't create
10605         the same stream multiple times.
10606         Post an error when we fail to do the initial seek.
10607
10608 2006-08-13  Wim Taymans  <wim@fluendo.com>
10609
10610         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
10611         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
10612         Small code cleanup.
10613
10614         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
10615         (gst_alsa_mixer_new):
10616         Remove hack that always set the device to hw:0*.
10617         Properly find the card name for whatever device was configured.
10618         Do some better debugging.
10619         Fixes #350784.
10620
10621         * ext/alsa/gstalsamixerelement.c:
10622         (gst_alsa_mixer_element_set_property),
10623         (gst_alsa_mixer_element_change_state):
10624         Cleanups.
10625         Handle setting of a NULL device name better.
10626
10627 2006-08-11  Wim Taymans  <wim@fluendo.com>
10628
10629         * gst/adder/gstadder.c:
10630         Don't clip float values. Fixes #350900.
10631
10632 2006-08-11  Andy Wingo  <wingo@pobox.com>
10633
10634         * gst/tcp/gsttcp.c: Really fix the build?
10635
10636         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
10637         fixes the build.
10638
10639 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
10640
10641         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
10642           Float caps shouldn't have a "signed" field.
10643
10644 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
10645
10646         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
10647           Implement SEEKING query in its most basic form, so that we can
10648           at least check if we're seekable or not (#350655).
10649
10650 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
10651
10652         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10653           The checks here are not even close to anything that would
10654           justify MAXIMUM probability, lowering to POSSIBLE until someone
10655           fixes the checks (case at hand: quicktime redirection files
10656           might start with 00 00 01 XX and pass the checks here just
10657           fine, see #350399).
10658
10659 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
10660
10661         Patch by: Sjoerd Simons  <sjoerd at luon net>
10662
10663         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
10664           Better detection for multipart/x-mixed-replace: accept leading
10665           whitespaces before the boundary marker as well (as our very own
10666           multipartmux used to produce) (#349068).
10667
10668 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
10669
10670         Patch by: Young-Ho Cha  <ganadist at chollian net>
10671
10672         * gst-libs/gst/riff/riff-ids.h:
10673         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
10674         (gst_riff_create_audio_template_caps):
10675           Detect DTS audio streams (#350157).
10676
10677 2006-08-05  Andy Wingo  <wingo@pobox.com>
10678
10679         * ext/theora/gsttheoraparse.h:
10680         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
10681         (theora_parse_dispose, theora_parse_set_property)
10682         (theora_parse_get_property, theora_parse_munge_granulepos)
10683         (theora_parse_push_buffer, theora_parse_change_state):
10684         API: GstTheoraParse::synchronization-points
10685         Add a property 'synchronization-points' to fix badly synchronized oggs.
10686
10687 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
10688
10689         * tests/check/Makefile.am:
10690         * tests/check/libs/.cvsignore:
10691         * tests/check/libs/audio.c: (structure_contains_channel_positions),
10692         (fixed_caps_have_channel_positions), (GST_START_TEST),
10693         (audio_suite), (main):
10694           Add a few tests for the channel position stuff in libgstaudio.
10695
10696 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
10697
10698         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
10699         (gst_alsa_detect_channels):
10700         * ext/alsa/gstalsasink.c:
10701           Add support for cards that (only) do more than 8 channels,
10702           like the Delta 44 (#345188).
10703
10704         * gst-libs/gst/audio/multichannel.c:
10705         (gst_audio_check_channel_positions):
10706         * gst-libs/gst/audio/multichannel.h:
10707           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
10708           unspecified channel position and cannot be combined with any
10709           of the other audio channel positions; adjust position layout
10710           checks accordingly (#345188).
10711
10712 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
10713
10714         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10715           Recognise ancient RealAudio files (see #349779).
10716
10717 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
10718
10719         Patch by: Jens Granseuer  <jensgr at gmx net>
10720
10721         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10722           Add typefinder for Interplay's MVE format (#348973).
10723
10724 2006-08-02  Wim Taymans  <wim@fluendo.com>
10725
10726         Patch by: Marcel Moreaux <marcelm at luon dot net>
10727
10728         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10729         (gst_base_rtp_depayload_add_to_queue):
10730         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10731         Handle RTP sequence number rollover.
10732         Disable jitterbuffer by default.
10733
10734 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
10735
10736         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
10737         (audioresample_set_caps):
10738         Don't leak references to the incoming caps. Clean them up when
10739         stopping.
10740
10741         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10742         (gst_video_scale_finalize):
10743         Don't leak our temporary pixel buffer.
10744
10745         * tests/check/Makefile.am:
10746         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
10747         (GST_START_TEST), (simple_launch_lines_suite):
10748
10749         Fix leaks and re-enable the test for valgrind checking.
10750
10751 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
10752
10753         Patch by: Sjoerd Simons  <sjoerd at luon net>
10754
10755         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
10756         (plugin_init):
10757           Add typefind function for multipart/x-mixed-replace (#348916).
10758
10759 2006-07-28  Wim Taymans  <wim@fluendo.com>
10760
10761         * gst/adder/gstadder.c: (gst_adder_setcaps),
10762         (gst_adder_query_duration):
10763         Fix leak in duration query.
10764         Reflow some docs and notes.
10765
10766 2006-07-28  Michael Smith  <msmith@fluendo.com>
10767
10768         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
10769         (vorbisenc_suite):
10770           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
10771           aspect of it.
10772
10773 2006-07-28  Michael Smith  <msmith@fluendo.com>
10774
10775         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
10776         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
10777         (gst_vorbis_enc_push_buffer),
10778         (gst_vorbis_enc_buffer_check_discontinuous),
10779         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
10780         * ext/vorbis/vorbisenc.h:
10781           Handle discontinuities in the input vorbis stream correctly,
10782           so that the output is properly timestamped (and has good granulepos
10783           values). Needs some oggmux fixes too.
10784
10785 2006-07-27  Wim Taymans  <wim@fluendo.com>
10786
10787         patch by: Kai Vehmanen <kv2004 eca cx>
10788
10789         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10790         (gst_base_rtp_depayload_chain),
10791         (gst_base_rtp_depayload_handle_sink_event),
10792         (gst_base_rtp_depayload_change_state):
10793         Don't send multiple newsegments with different formats.
10794         Fixes #348677.
10795
10796 2006-07-26  Wim Taymans  <wim@fluendo.com>
10797
10798         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10799         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
10800         Make seeking in ogg more accurate again by doing the more correct
10801         granuletime to stream time conversion.
10802
10803 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10804
10805         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
10806         (gst_multi_fd_sink_new_client):
10807           debug a little more understandably
10808           do not use goto as a substitute for break, especially if
10809           break is also being used
10810
10811 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
10812
10813         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
10814         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10815           Remove GLib-2.6 compatibility cruft.
10816
10817 2006-07-24  Wim Taymans  <wim@fluendo.com>
10818
10819         * gst-libs/gst/audio/gstbaseaudiosink.c:
10820         (gst_base_audio_sink_render):
10821         Don't try to align a sample to an unknown value.
10822
10823 2006-07-24  Wim Taymans  <wim@fluendo.com>
10824
10825         * gst-libs/gst/audio/gstbaseaudiosink.c:
10826         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
10827         When the audio clock is slaved to another clock, never try to align
10828         samples but trust the rate interpolation algorithm.
10829
10830 2006-07-24  Wim Taymans  <wim@fluendo.com>
10831
10832         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
10833         Don't try to calculate silence samples, base class does this much
10834         better now.
10835
10836         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
10837         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
10838         (gst_ring_buffer_acquire):
10839         Calculate silence samples correctly.
10840
10841         * gst-libs/gst/audio/gstringbuffer.h:
10842         Add _CAST macro.
10843
10844 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
10845
10846         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
10847           Limit search for the first markup tag to the first few kB of
10848           the file. If we don't find one there, it's highly unlikely that
10849           this is an XML(-ish) file.
10850
10851 2006-07-21  Andy Wingo  <wingo@pobox.com>
10852
10853         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
10854         test to the one in vorbisenc. Also commented out.
10855
10856         * tests/check/pipelines/vorbisenc.c: 
10857         (test_discontinuity): New test, commented out until Mike lands
10858         some elite vorbisenc patches.
10859
10860         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
10861         Bufferstraw was actually factored out of these tests. Now we share
10862         code yay.
10863
10864         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
10865         for bufferstraw addition to gstcheck.
10866
10867 2006-07-21  Wim Taymans  <wim@fluendo.com>
10868
10869         * ext/theora/theoradec.c: (clip_buffer):
10870         Better clipping.
10871
10872 2006-07-21  Wim Taymans  <wim@fluendo.com>
10873
10874         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
10875         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
10876         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
10877         Fix leak.
10878         Avoid type casting when we can.
10879
10880         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
10881         Fix mem leak.
10882
10883 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
10884
10885         * ext/alsa/gstalsamixerelement.c:
10886         (gst_alsa_mixer_element_change_state):
10887           Make state change fail if the specified device can't be opened
10888           for some reason.
10889
10890 2006-07-20  Wim Taymans  <wim@fluendo.com>
10891
10892         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
10893         (cb_newpad), (main):
10894         Example of a small audio/video player using decodebin.
10895
10896 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
10897
10898         * gst-libs/gst/riff/riff-ids.h:
10899           Add 'fact' chunk id
10900
10901 2006-07-19  Wim Taymans  <wim@fluendo.com>
10902
10903         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10904         (gst_base_rtp_depayload_chain),
10905         (gst_base_rtp_depayload_change_state):
10906         Don't assert when not negotiated but post a meaningfull 
10907         error message. Fixes #347918.
10908
10909         * gst-libs/gst/rtp/gstbasertppayload.c:
10910         Add comment about better default MTU size.
10911
10912         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
10913         Small cleanups, start docs.
10914
10915 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
10916
10917         Patch by: Martin Szulecki
10918
10919         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
10920           If "device-name" is requested and the device is not
10921           open, try to temporarily open it to obtain this
10922           information (#342494).
10923
10924 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
10925
10926         * gst-libs/gst/tag/gstid3tag.c:
10927           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
10928
10929         * gst-libs/gst/tag/gsttageditingprivate.h:
10930         * gst-libs/gst/tag/gstvorbistag.c:
10931           Some more random const-ifications.
10932
10933 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
10934
10935         * gst-libs/gst/riff/riff-ids.h:
10936         * gst-libs/gst/riff/riff-media.c:
10937         (gst_riff_create_video_template_caps):
10938           Add more FOURCCs (sort list to make stuff easier to find),
10939           add comment what those 16 bytes in struct _gst_riff_strh according to
10940           one avi-dumper are
10941
10942 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
10943
10944         * gst-libs/gst/audio/multichannel.c:
10945         (gst_audio_check_channel_positions),
10946         (gst_audio_fixate_channel_positions):
10947           Const-ify two arrays.
10948
10949 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
10950
10951         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
10952           Fix typo, so that alsasink also advertises 8 channels
10953           if that's supported (tags: can, worms, open, alsa, ph34r).
10954
10955 2006-07-17  Wim Taymans  <wim@fluendo.com>
10956
10957         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10958         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
10959         *sigh*, when is the compiler going to warn when the comments
10960         are out-of-sync with the code.. Refix case of busted theora
10961         headers with 0 granule pos.
10962
10963 2006-07-14  Wim Taymans  <wim@fluendo.com>
10964
10965         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10966         (gst_base_rtp_depayload_wait),
10967         (gst_base_rtp_depayload_change_state),
10968         (gst_base_rtp_depayload_set_property),
10969         (gst_base_rtp_depayload_get_property):
10970         Fix 99% cpu load by waiting for absolute times on the
10971         clock. Fixes #347300.
10972
10973 2006-07-14  Andy Wingo  <wingo@pobox.com>
10974
10975         * ext/theora/gsttheoraparse.h: 
10976         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
10977         (theora_parse_push_headers, theora_parse_clear_queue)
10978         (theora_parse_drain_queue_prematurely, )
10979         (theora_parse_sink_event, theora_parse_change_state): Queue events
10980         until we initialized our state, like in vorbisparse.
10981
10982         * ext/vorbis/vorbisparse.h: 
10983         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
10984         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
10985         (vorbis_parse_drain_queue_prematurely, )
10986         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
10987         until we have initialized our state. Fixes seeking after an
10988         initial pad block.
10989
10990 2006-07-14  Andy Wingo  <wingo@pobox.com>
10991
10992         Patch by: Iain Holmes <iaingnome@gmail.com>
10993         
10994         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
10995
10996 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
10997
10998         * configure.ac:
10999         Bump nano back to CVS
11000
11001 === release 0.10.9 ===
11002
11003 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
11004
11005         * configure.ac:
11006           releasing 0.10.9, "I walk the line"
11007
11008 2006-07-14  Michael Smith  <msmith@fluendo.com>
11009
11010         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
11011           Move a g_cond_signal to earlier to avoid sometimes deadlocking
11012           (commonly happens when running this test under valgrind) when trying
11013           to remove the buffer probe.
11014
11015 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
11016
11017         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11018         Fix missing g_unlock from the previous commit
11019
11020 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
11021
11022         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
11023         (gst_ximagesink_change_state):
11024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11025         (gst_xvimagesink_change_state):
11026         Implement a locking order to ensure we always take the object lock
11027         before the x_lock and never vice-versa.
11028
11029 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
11030
11031         * gst/playback/gstdecodebin.c: (find_compatibles):
11032         Fix a caps leak when linking (#347304)
11033
11034         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11035         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
11036         (gst_ximagesink_change_state):
11037         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11038         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
11039         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11040         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
11041         Don't leak shared memory resources. Use the object lock to protect
11042         against the xcontext disappearing while returning a buffer from the
11043         pipeline. (#347304)
11044
11045 2006-07-12  Edward Hervey  <edward@fluendo.com>
11046
11047         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
11048         (vorbis_handle_comment_packet):
11049         gst_tag_list_merge() returns a new object. Take that into account when
11050         using it. This avoids memleak.
11051         Revert previous commit which is not needed.
11052
11053 2006-07-12  Edward Hervey  <edward@fluendo.com>
11054
11055         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
11056         Reset the decoder in finalize so that all fields get cleared.
11057
11058 2006-07-12  Wim Taymans  <wim@fluendo.com>
11059
11060         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11061         (gst_base_audio_src_set_clock),
11062         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
11063         Don't try to post an error message when setting the clock fails
11064         as this can happen when adding an element to a bin which will then
11065         deadlock. Fixes #347296.
11066
11067 2006-07-12  Edward Hervey  <edward@fluendo.com>
11068
11069         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11070         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
11071         (vorbis_handle_type_packet):
11072         Post tag messages on the bus even if we're not initialized.
11073         If we're not initialized, we still postpone the event pushing of tags.
11074
11075 2006-07-12  Wim Taymans  <wim@fluendo.com>
11076
11077         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
11078         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
11079         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
11080         Revert last two changes that broke the freeze.
11081
11082 2006-07-12  Wim Taymans  <wim@fluendo.com>
11083
11084         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
11085         basesink calculates silence sample correctly for us.
11086
11087 2006-07-12  Wim Taymans  <wim@fluendo.com>
11088
11089         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
11090         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
11091         Calculate correct silence samples so we don't fill our ringbuffer
11092         with noise.
11093
11094 2006-07-12  Edward Hervey  <edward@fluendo.com>
11095
11096         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
11097         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
11098         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
11099         * ext/vorbis/vorbisdec.h:
11100         Delay sending events (newsegment, tags) until the decoder is properly
11101         initialized.
11102         Fixes #347295
11103
11104 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
11105
11106         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
11107         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
11108           Patch from #347221 adding a test for audioconvert
11109           channel remappings.
11110
11111 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
11112
11113         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
11114         (gst_ssa_parse_parse_line):
11115           Don't include the terminating NUL in the buffer size,
11116           it's only there for extra paranoia (would add random
11117           '*' characters at the end of each subtitle since the
11118           terminator itself is not valid UTF-8 technically).
11119           Also fix indenting after boilerplate macro.
11120
11121 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
11122
11123         * gst/playback/gstdecodebin.c: (close_pad_link):
11124           Also emit 'unknown-type' signal (which should really be
11125           called unhandled-type) if we found potential decoders/demuxers
11126           in the registry but none of them worked in the end (as in the
11127           case where the plugins don't exist any longer but are still
11128           listed in the registry). Fixes #329798.
11129
11130 2006-07-08  Andy Wingo  <wingo@pobox.com>
11131
11132         * theoraparse.c (theora_parse_push_buffer)
11133         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
11134         Add some more debugging. Fix granulepos reconstruction in the face
11135         of discontinuities.
11136
11137 2006-07-06  Wim Taymans  <wim@fluendo.com>
11138
11139         * gst-libs/gst/audio/gstbaseaudiosink.c:
11140         (gst_base_audio_sink_class_init),
11141         (gst_base_audio_sink_provide_clock):
11142         Use gobject_class instead of G_OBJECT_CLASS (klass)
11143
11144         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11145         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
11146         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
11147         (gst_base_audio_src_get_time),
11148         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
11149         (gst_base_audio_src_create_ringbuffer):
11150         Fix latency and buffer-time constants and properties ala basesink.
11151         Implement pull based scheduling. Fixes #346527.
11152         Set default blocksize in GstBaseSrc to 0, we default to pushing out
11153         one segment.
11154         Refuse slaving to another clock instead of silently not working.
11155         Only provide a clock when we are actually able to do so.
11156         Various small cleanups and compiler hints.
11157
11158 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
11159
11160         Patch by: Lutz Mueller <lutz at topfrose de>
11161
11162         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
11163         (plugin_init):
11164           Add typefinding for text/html (#346581).
11165
11166 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
11167
11168         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11169         (xml_check_first_element), (xml_type_find), (smil_type_find):
11170           Fix SMIL typefinding, make xml_check_first_element() more
11171           useful.
11172
11173 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
11174
11175         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11176         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
11177         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
11178         * gst/playback/gstplaybasebin.h:
11179           Protect list of elements with a subtitle-encoding property and
11180           the subtitle encoding member itself with a lock of their own
11181           instead of using the object lock. This prevents a dead-lock in
11182           the element-remove callback in some circumstances when shutting
11183           down playbin.
11184
11185 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
11186
11187         * win32/common/libgsttag.def:
11188         Export some new functions.
11189         * win32/vs6/libgstogg.dsp:
11190         Add a link to libgsttag-0.10.lib.
11191
11192 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
11193
11194         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11195           Some const-ification.
11196
11197 2006-07-04  Wim Taymans  <wim@fluendo.com>
11198
11199         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
11200         Improve checking if we are dealing with a stream. Added some
11201         more uris that need buffering.
11202
11203 2006-07-03  Edward Hervey  <edward@fluendo.com>
11204
11205         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
11206         Remove unused variable.
11207
11208 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11209
11210         * Makefile.am:
11211           include lcov.mak
11212         * configure.ac:
11213           add GCOV_LIBS to GST_LIBS
11214
11215 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
11216
11217         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
11218
11219         * ext/alsa/gstalsasrc.c:
11220           Add 32 bps to template caps and increase channels range
11221           from [1,2] to [1,MAX]. See #346326.
11222
11223 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
11224
11225         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11226           Recognise 'WMVA' video codec fourcc (#345879).
11227           
11228 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11229          
11230         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
11231           Fixed nasty memory leak
11232
11233 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11234
11235         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
11236         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
11237           fix logging
11238
11239 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
11240
11241         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11242         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
11243         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
11244         Protect remove_fakesink using a mutex, so that we don't try and
11245         remove the fakesink simultaneously from multiple threads.
11246
11247         When going from READY to PAUSED, restore the fakesink, so that
11248         it is there when decodebin gets reused.
11249
11250 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
11251
11252         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11253         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11254         * gst-libs/gst/rtp/gstbasertppayload.c:
11255         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11256         * gst/tcp/gstmultifdsink.c:
11257         * gst/tcp/gsttcpclientsink.c:
11258         * gst/tcp/gsttcpclientsrc.c:
11259         * gst/tcp/gsttcpserversink.c:
11260         * gst/tcp/gsttcpserversrc.c:
11261         * gst/videorate/gstvideorate.c:
11262         * gst/videotestsrc/gstvideotestsrc.c:
11263         * sys/v4l/gstv4ljpegsrc.c:
11264         * sys/v4l/gstv4lmjpegsink.c:
11265         * sys/v4l/gstv4lsrc.c:
11266         * tests/examples/seek/scrubby.c:
11267         * tests/examples/seek/seek.c:
11268           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
11269
11270 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11271
11272         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
11273           Second field in GEnumValue shouldn't be a description,
11274           but a stringified version of the enum value.
11275
11276 2006-06-22  Wim Taymans  <wim@fluendo.com>
11277
11278         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11279         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
11280         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
11281         Avoid type checking in buffer casts.
11282         Avoid caps copy in buffer_alloc when we can.
11283         Use pad_peer_accept.
11284
11285 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11286
11287         * gst-libs/gst/tag/tag.h:
11288           Oops, make that 'Since: 0.10.9'.
11289
11290 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11291
11292         * docs/libs/gst-plugins-base-libs-sections.txt:
11293         * gst-libs/gst/tag/tag.h:
11294         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
11295         (gst_tag_image_type_get_type):
11296           API: add GstTagImageType enum to describe images contained
11297           in image tags (#345641).
11298
11299 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11300
11301         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
11302           Fix warnings with gst-inspect: "buffers-min" property
11303           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
11304           typo in property description.
11305
11306 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11307
11308         Patch by: Cody Russell <bratsche at gnome org>
11309
11310         * gst/audioresample/gstaudioresample.c:
11311         (gst_audioresample_class_init):
11312         * gst/playback/gststreamselector.c:
11313         (gst_stream_selector_class_init):
11314         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
11315         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
11316         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
11317         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
11318         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
11319         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
11320         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
11321         * gst/videotestsrc/gstvideotestsrc.c:
11322         (gst_video_test_src_class_init):
11323         * gst/volume/gstvolume.c: (gst_volume_class_init):
11324           Avoid unnecessary class cast check in class_init
11325           functions (#337747).
11326
11327 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11328
11329         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
11330         (gst_text_overlay_video_chain):
11331           g_markup_escape_text() REALLY doesn't like non-UTF8 input
11332           and doesn't validate its input either (and neither did
11333           textoverlay it seems). Let's do that then and fix #345206.
11334
11335 2006-06-19  Wim Taymans  <wim@fluendo.com>
11336
11337         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11338         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
11339         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
11340         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
11341         (find_syncframe), (find_limits), (assign_value),
11342         (count_burst_unit), (gst_multi_fd_sink_new_client),
11343         (gst_multi_fd_sink_handle_client_write),
11344         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
11345         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
11346         (gst_multi_fd_sink_change_state):
11347         * gst/tcp/gstmultifdsink.h:
11348         Added shiny new burst-on-connect methods.
11349         Add properties to control the minimal amount of data queued.
11350         Small cleanups.
11351         API: bytes-min property
11352         API: time-min property
11353         API: buffers-min property
11354         API: burst-unit property
11355         API: burst-value property
11356         API: add-full signal
11357
11358         * gst/tcp/gsttcp-marshal.list:
11359         Added new marshaller code for the new signal.
11360
11361         * tests/check/elements/multifdsink.c: (GST_START_TEST),
11362         (multifdsink_suite):
11363         Added testcases for new burst methods.
11364
11365 2006-06-19  Edward Hervey  <edward@fluendo.com>
11366
11367         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
11368         Implement clipping for accurate seeking.
11369         Closes #345225
11370
11371 2006-06-19  Wim Taymans  <wim@fluendo.com>
11372
11373         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
11374
11375         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
11376         (gst_video_scale_transform):
11377         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
11378
11379 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
11380
11381         * configure.ac:
11382           Fix --disable-external (can't set conditionals conditionally,
11383           #343602).
11384
11385 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
11386
11387         * tests/check/elements/audioresample.c: (test_reuse),
11388         (audioresample_suite):
11389           Add test case for bug #342789 fixed below.
11390
11391 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
11392
11393         * gst/audioresample/gstaudioresample.c:
11394         (gst_audioresample_class_init), (gst_audioresample_init),
11395         (audioresample_start), (audioresample_stop),
11396         (gst_audioresample_set_property), (gst_audioresample_get_property):
11397           Implement GstBaseTransform::start and ::stop so that audioresample
11398           can clear its internal state properly and be reused instead of
11399           causing non-negotiated errors with playbin under some circumstances
11400           (#342789).
11401
11402         * tests/check/elements/audioresample.c: (setup_audioresample),
11403         (cleanup_audioresample):
11404           Need to set element state here so that ::start and ::stop are
11405           called.
11406
11407 2006-06-16  Wim Taymans  <wim@fluendo.com>
11408
11409         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11410
11411         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
11412         Parse extra data better, apparently it's right behind
11413         the normal strf header size. Fixes #343500.
11414
11415 2006-06-16  Wim Taymans  <wim@fluendo.com>
11416
11417         * ext/alsa/gstalsasink.c: (set_hwparams):
11418         If we fail to set the buffer_time and period_time alsa
11419         parameters, post a warning and leave alsa select a 
11420         default instead of failing. Fixes #342085
11421
11422 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
11423
11424         * docs/libs/gst-plugins-base-libs-sections.txt:
11425         * gst-libs/gst/cdda/gstcddabasesrc.h:
11426           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
11427           out in the header file and shouldn't be listed in the docs.
11428
11429         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
11430           Must dereference pointer to fourcc in the debug statement.
11431
11432 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
11433
11434         * docs/libs/Makefile.am:
11435         * docs/libs/gst-plugins-base-libs-docs.sgml:
11436         * docs/libs/gst-plugins-base-libs-sections.txt:
11437         * docs/libs/gst-plugins-base-libs.types:
11438         add remaining symbols into correct setions
11439         
11440         * gst-libs/gst/audio/gstringbuffer.c:
11441         fix incomplete docs
11442         
11443         * gst-libs/gst/audio/gstringbuffer.h:
11444         comment out not yet implemented function
11445         
11446         
11447         * gst-libs/gst/floatcast/floatcast.h:
11448         * gst-libs/gst/netbuffer/gstnetbuffer.c:
11449         add short descriptions
11450         
11451         
11452         * gst-libs/gst/interfaces/propertyprobe.c:
11453         fix return value docs   
11454         
11455         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
11456         simplify debug logging
11457         
11458         * gst-libs/gst/riff/riff-read.h:
11459         sync function prototype and docs
11460         
11461         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11462         remove left over symbol
11463
11464 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
11465
11466         * autogen.sh:
11467         * configure.ac:
11468         * docs/Makefile.am:
11469           Use GST_PLUGIN_DOCS macro in configure.ac, add
11470           --enable-plugin-docs default to autogen.sh and use
11471           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
11472
11473 2006-06-15  Wim Taymans  <wim@fluendo.com>
11474
11475         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11476         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
11477         (gst_ogg_demux_loop):
11478         Combine GstFlowReturn from the source pads to give a
11479         meaningfull result to the upstream peer or to stop the
11480         processing task in case of errors.
11481
11482 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
11483
11484         * gst/playback/gststreaminfo.c: (cb_probe):
11485           Try GST_TAG_CODEC as fallback when extracting the
11486           codec name; more debug info.
11487
11488 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
11489
11490         * ext/ogg/Makefile.am:
11491         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11492           Extract language tags from ogm subtitle streams, so that
11493           the subtitle menu choices are labelled correctly in
11494           Totem (fixes #344708).
11495
11496 2006-06-14  Wim Taymans  <wim@fluendo.com>
11497
11498         Patch by: Alessandro Decina <alessandro at nnva dot org>
11499
11500         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
11501         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
11502         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
11503         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11504         Fix various leaks. Fixes #343699.
11505         Add x-smoke mime type.
11506
11507 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
11508
11509         * gst-libs/gst/riff/riff-ids.h:
11510           Add IDs for 'bext' chunks (see #343837).
11511
11512 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
11513
11514         Patch by: Young-Ho Cha  <ganadist at chollian net>
11515
11516         * gst/subparse/samiparse.c: (sami_context_pop_state),
11517         (handle_start_font), (end_sami_element):
11518           Honour font face tags in SAMI subtitles (#344503).
11519
11520 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
11521
11522         * po/POTFILES.in:
11523           add missing files containing translatable strings
11524
11525 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
11526
11527         * docs/libs/tmpl/.cvsignore:
11528           we don't want those *.sgml files in CVS either
11529
11530 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
11531
11532         * docs/libs/.cvsignore:
11533         * tests/check/elements/.cvsignore:
11534         * tests/check/libs/.cvsignore:
11535           ignore more
11536
11537 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
11538
11539         * docs/libs/Makefile.am:
11540           also commiting the changed Makefile.am (added more libs to the
11541           doc-build)
11542
11543 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
11544
11545         * docs/libs/gst-plugins-base-libs-docs.sgml:
11546         * docs/libs/gst-plugins-base-libs-sections.txt:
11547         * docs/libs/gst-plugins-base-libs.types:
11548           first batch of reordering things, add index & hierarchy
11549
11550 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11551
11552         * configure.ac:
11553           use GST_PKG_CHECK_MODULES, cleans up output
11554
11555 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11558           Add support for burn:// URIs (#343385); const-ify things a bit,
11559           use G_N_ELEMENTS instead of hard-coded array size.
11560
11561 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
11562
11563         Patch by: Young-Ho Cha  <ganadist at chollian net>
11564
11565         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
11566           Fix up broken entities before passing them to libxml *sigh*.
11567           (#343303).
11568           
11569 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11570
11571         * configure.ac:
11572           back to TRUNK
11573
11574 === release 0.10.8 ===
11575
11576 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
11577
11578         * configure.ac:
11579           releasing 0.10.8, "Moar gij ziet mij nie"
11580
11581 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
11582
11583         * configure.ac:
11584         * po/af.po:
11585         * po/az.po:
11586         * po/cs.po:
11587         * po/en_GB.po:
11588         * po/hu.po:
11589         * po/it.po:
11590         * po/nb.po:
11591         * po/nl.po:
11592         * po/or.po:
11593         * po/sq.po:
11594         * po/sr.po:
11595         * po/sv.po:
11596         * po/uk.po:
11597         * po/vi.po:
11598         * win32/common/config.h:
11599           0.10.7.2 prerelease
11600
11601 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
11602
11603         * docs/libs/tmpl/gstaudio.sgml:
11604         * docs/libs/tmpl/gstcolorbalance.sgml:
11605         * docs/libs/tmpl/gstmixer.sgml:
11606         * docs/libs/tmpl/gstringbuffer.sgml:
11607         * docs/libs/tmpl/gsttuner.sgml:
11608         * docs/libs/tmpl/gstxoverlay.sgml:
11609         * gst-libs/gst/audio/audio.c:
11610         * gst-libs/gst/audio/gstringbuffer.c:
11611         * gst-libs/gst/interfaces/colorbalance.c:
11612         * gst-libs/gst/interfaces/mixer.c:
11613         * gst-libs/gst/interfaces/tuner.c:
11614         * gst-libs/gst/interfaces/xoverlay.c:
11615           move last template doc snippets to source code and delete them
11616
11617 2006-06-06  Michael Smith  <msmith@fluendo.com>
11618
11619         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
11620         (theora_parse_drain_queue):
11621           Mark DELTA_UNIT on non-keyframes.
11622
11623 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
11624
11625         * gst-libs/gst/audio/gstbaseaudiosink.c:
11626         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
11627         * gst-libs/gst/audio/gstbaseaudiosink.h:
11628         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
11629         (gst_ring_buffer_samples_done):
11630         * gst-libs/gst/audio/gstringbuffer.h:
11631         Document better the fact that latency_time and buffer_time are values
11632         stored in microseconds, and not the usual GStreamer nanoseconds.
11633         Change the variables (compatibly) that store them from GstClockTime 
11634         to guint64 to make it more clear that they're not storing clock times.
11635         Also, remove the bogus property description that says the user can
11636         specify -1 to get the default value, since that's never been the case.
11637
11638         When computing the default segment size for the ring buffer, make it
11639         an integer number of samples.
11640
11641         When the sub-class indicates a delay greater than the number of
11642         samples we've written return 0 from the audio sink get_time method.
11643
11644 2006-06-02  Michael Smith  <msmith@fluendo.com>
11645
11646         * tests/check/elements/audioconvert.c: (set_channel_positions),
11647         (get_float_mc_caps), (get_int_mc_caps):
11648         * tests/check/elements/audioresample.c:
11649         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
11650         * tests/check/elements/videorate.c:
11651         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
11652         * tests/check/elements/volume.c:
11653         * tests/check/elements/vorbisdec.c:
11654         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
11655           Don't busy-wait in tests; this was causing test timeouts very
11656           frequently when running under valgrind.
11657
11658 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11659
11660         * gst/tcp/README:
11661         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
11662         (gst_multi_fd_sink_remove_client_link),
11663         (gst_multi_fd_sink_client_queue_caps),
11664         (gst_multi_fd_sink_client_queue_buffer),
11665         (gst_multi_fd_sink_handle_client_write),
11666         (gst_multi_fd_sink_render):
11667         * gst/tcp/gstmultifdsink.h:
11668           make multifdsink properly deal with streamheader:
11669           - streamheader is taken from caps
11670           - buffers marked with IN_CAPS are not sent
11671           - streamheaders are sent, on connection, from the caps of the
11672             buffer where the client gets positioned to
11673           - further streamheader changes are done every time the client
11674             will receive a buffer with different caps
11675         * tests/check/elements/multifdsink.c: (GST_START_TEST),
11676         (gst_multifdsink_create_streamheader):
11677           add tests for this
11678
11679 2006-06-02  Michael Smith  <msmith@fluendo.com>
11680
11681         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
11682           Reinstate limit on channel count. Vorbis does not define the meaning
11683           of > 6 channels, so they're just independent channels. Gstreamer
11684           currently has no mechanism to represent N independent channels.
11685
11686 2006-06-02  Michael Smith  <msmith@fluendo.com>
11687
11688         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
11689           Don't arbitrarily restrict channel counts and rate in vorbis.
11690           In terms of effects likely on real-world files, this fixes 96kHz
11691           playback of vorbis.
11692
11693 2006-06-02  Michael Smith  <msmith@fluendo.com>
11694
11695         * gst/audioconvert/audioconvert.c: (float):
11696           More correct float->int conversion.
11697
11698 2006-06-02  Michael Smith  <msmith@fluendo.com>
11699
11700         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
11701           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
11702           value. Fixes g-critical on trying to play back ogg containing
11703           unknown codec.
11704
11705 2006-06-02  Wim Taymans  <wim@fluendo.com>
11706
11707         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
11708         (setup_source):
11709         * gst/playback/gstplaybasebin.h:
11710         Make the subtitle detection work from any thread so we don't
11711         deadlock. Fixes #343397.
11712
11713 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11714
11715         * gst/volume/Makefile.am:
11716           Seriously, it's not *that* hard to get compilation right.  Even
11717           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
11718
11719 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
11720
11721         * gst/volume/gstvolume.c: (volume_choose_func),
11722         (volume_update_real_volume), (gst_volume_class_init),
11723         (gst_volume_init), (volume_process_float), (volume_process_int16),
11724         (volume_process_int16_clamp), (volume_set_caps),
11725         (volume_transform_ip), (plugin_init):
11726         * gst/volume/gstvolume.h:
11727         rewrite the passthrough check, split _int16 and _int16_clamp, fix
11728         another property desc., remove unused param from process function
11729         
11730         * tests/check/elements/volume.c: (volume_suite):
11731         reactivate the passthrough test
11732
11733 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
11734
11735         * ext/alsa/gstalsamixerelement.h:
11736         * ext/alsa/gstalsamixeroptions.h:
11737         * ext/alsa/gstalsamixertrack.h:
11738         * ext/gnomevfs/gstgnomevfssink.h:
11739         * ext/gnomevfs/gstgnomevfssrc.h:
11740         * ext/theora/gsttheoradec.h:
11741         * ext/theora/gsttheoraenc.h:
11742         * ext/theora/gsttheoraparse.h:
11743         * ext/vorbis/vorbisparse.h:
11744         * gst-libs/gst/audio/gstaudioclock.h:
11745         * gst-libs/gst/audio/gstaudiofilter.h:
11746         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11747         * gst/audioconvert/gstaudioconvert.h:
11748         * gst/audioresample/gstaudioresample.h:
11749         * gst/audiotestsrc/gstaudiotestsrc.h:
11750         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
11751         * gst/playback/gststreamselector.h:
11752         * gst/tcp/gstmultifdsink.h:
11753         * gst/tcp/gsttcpclientsink.h:
11754         * gst/tcp/gsttcpclientsrc.h:
11755         * gst/tcp/gsttcpserversink.h:
11756         * gst/tcp/gsttcpserversrc.h:
11757         * gst/videorate/gstvideorate.h:
11758         * gst/videoscale/gstvideoscale.h:
11759         * gst/videotestsrc/gstvideotestsrc.h:
11760         * gst/volume/gstvolume.h:
11761         * sys/v4l/gstv4ljpegsrc.h:
11762         * sys/v4l/gstv4lmjpegsink.h:
11763         * sys/v4l/gstv4lmjpegsrc.h:
11764         * sys/v4l/gstv4lsrc.h:
11765         * sys/ximage/ximagesink.h:
11766         * sys/xvimage/xvimagesink.h:
11767         * tests/old/testsuite/alsa/sinesrc.h:
11768         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
11769
11770 2006-05-31  Wim Taymans  <wim@fluendo.com>
11771
11772         * ext/libvisual/visual.c: (gst_visual_reset),
11773         (gst_visual_sink_setcaps), (gst_visual_sink_event),
11774         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
11775         Handle DISCONT.
11776         Use running time before doing QoS.
11777         Handle mono too.
11778
11779 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11780
11781         * docs/libs/Makefile.am:
11782           set a magic variable to indicate we know the docs are incomplete
11783
11784 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
11785
11786         * win32/common/libgstvideo.def:
11787           export gst_video_calculate_display_ratio
11788         * win32/vs6/libgstvideoscale.dsp:
11789           add link to libgstvideo-0.10.lib
11790
11791 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11792
11793         * gst/playback/gstplaybasebin.c: (gen_source_element):
11794           Throw a more comprehensible error for rtsp:// URIs (rather
11795           than erroring out with a negotiation error later on) until
11796           we fix playbin to handle rtspsrc etc.
11797
11798 2006-05-30  Wim Taymans  <wim@fluendo.com>
11799
11800         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11801         (gst_text_overlay_text_event):
11802         Added some FIXMEs.
11803
11804 2006-05-30  Wim Taymans  <wim@fluendo.com>
11805
11806         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
11807         (gst_adder_request_new_pad), (gst_adder_release_pad):
11808         * gst/adder/gstadder.h:
11809         Implement release_request_pad.
11810         Make padcounter atomic.
11811
11812         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
11813         Added check for release_pad in adder.
11814
11815 2006-05-30  Wim Taymans  <wim@fluendo.com>
11816
11817         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
11818         Fix build again.
11819
11820 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11821
11822         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11823         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
11824         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11825         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
11826         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
11827         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
11828         (gst_ogg_demux_bisect_forward_serialno),
11829         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
11830         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
11831           add more debugging
11832           clean up printf formats for granulepos and serialno
11833
11834 2006-05-30  Michael Smith  <msmith@fluendo.com>
11835
11836         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
11837         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
11838         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
11839         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
11840         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
11841         * ext/vorbis/vorbisenc.h:
11842           Multi-channel caps negotiation, so we can do proper multichannel
11843           vorbis encoding, negotiated through audioconvert.
11844
11845 2006-05-30  Wim Taymans  <wim@fluendo.com>
11846
11847         * tests/check/elements/adder.c: (test_event_message_received),
11848         (test_play_twice_message_received), (GST_START_TEST),
11849         (adder_suite):
11850         Added check to show that #339935 is fixed with ongoing
11851         adder and collectpads fixes.
11852
11853 2006-05-29  Wim Taymans  <wim@fluendo.com>
11854
11855         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
11856         Don't leak pad name.
11857
11858 2006-05-29  Wim Taymans  <wim@fluendo.com>
11859
11860         * gst/adder/gstadder.c: (gst_adder_query_duration),
11861         (forward_event_func), (forward_event), (gst_adder_src_event):
11862         Fix adder seeking.
11863         Make query/seeking code threadsafe.
11864
11865         * tests/check/Makefile.am:
11866         * tests/check/elements/adder.c: (test_event_message_received),
11867         (GST_START_TEST), (test_play_twice_message_received):
11868         Fix adder test case.
11869
11870 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
11871
11872         Patch by: Young-Ho Cha  <ganadist at chollian net>
11873
11874         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11875         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
11876         (set_encoding_element), (decodebin_element_added_cb),
11877         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
11878         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
11879         * gst/playback/gstplaybasebin.h:
11880           Add 'subtitle-encoding' property to playbin, so applications can
11881           force a subtitle encoding for non-UTF8 subtitles (#342268).
11882
11883         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
11884         (gst_sub_parse_set_property):
11885           Rename recently-added 'encoding' property to 'subtitle-encoding'
11886           (so it can be proxied by playbin/decodebin in a generic way
11887           with less danger of false positives).
11888
11889 2006-05-29  Michael Smith  <msmith@fluendo.com>
11890
11891         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
11892         (append_with_other_format), (set_structure_widths),
11893         (gst_audio_convert_transform_caps):
11894           Patch from #341562: give more specific audio caps in get_caps, so
11895           that basetransform  can make better decisions on what caps to
11896           negotiate.
11897
11898 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
11899
11900         * tests/check/elements/volume.c:
11901         make it compile again
11902
11903 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
11904
11905         * tests/check/elements/volume.c: (volume_suite):
11906         disable test until #343196 gets resolved
11907
11908 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
11909
11910         * gst/adder/gstadder.c: (gst_adder_get_type):
11911         Make it easier to copy&paste
11912         
11913         * gst/volume/Makefile.am:
11914         * gst/volume/gstvolume.c: (volume_update_real_volume),
11915         (gst_volume_set_volume), (gst_volume_set_mute),
11916         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
11917         (volume_transform_ip), (volume_update_mute),
11918         (volume_update_volume):
11919         * gst/volume/gstvolume.h:
11920         Add own debug category, move duplicate code to helper function, fix
11921         property texts, add more comments and prepare ffor liboil-goodness
11922         
11923         * tests/check/Makefile.am:
11924         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
11925         add test for mute and passtrough case, be a bit more verbose to track
11926         failure
11927         
11928         * tests/check/generic/states.c: (GST_START_TEST):
11929         catch elements that fail to instantiate
11930
11931 2006-05-28  Edward Hervey  <edward@fluendo.com>
11932
11933         * tests/check/pipelines/simple-launch-lines.c:
11934         * tests/check/pipelines/theoraenc.c:
11935         * tests/check/pipelines/vorbisenc.c:
11936         Comment out tests using parse_launch() if core was built without
11937         parsing capabilities.
11938
11939 2006-05-27  Edward Hervey  <edward@fluendo.com>
11940
11941         * tests/check/Makefile.am:
11942         Extra bonus points for whoever explains to ensonic that you are meant
11943         to test unit tests thoroughly before commiting them, especially if
11944         you know it's going to break.
11945         De-activated element/adder tests.
11946
11947 2006-05-27  Edward Hervey  <edward@fluendo.com>
11948
11949         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11950         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
11951         Marking caps conversion issues as GST_WARNING is way too verbose,
11952         Moving them to GST_LOG.
11953
11954 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
11955
11956         * README:
11957           Replace current README (containing the release notes from
11958           some 0.9.x version) with a proper README taken from the core.
11959
11960 2006-05-26  Wim Taymans  <wim@fluendo.com>
11961
11962         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11963         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
11964         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
11965         (vorbis_dec_change_state):
11966         Small cleanups.
11967         Add some FIXMEs
11968         Clip output samples to segment boundaries.
11969
11970 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
11971
11972         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
11973         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
11974         Improve the errors produced on bad output, including some human
11975         readable description strings.
11976         Handle the (theoretical for ximagesink) case where the XServer 
11977         has a different idea about the size required for a particular 
11978         frame and gives us too small a memory allocation.
11979
11980 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
11981
11982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11983         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
11984         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
11985         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
11986         Improve the errors produced on bad output, including some human 
11987         readable description strings.
11988         Handle RGB Xv formats properly by transforming them into our 
11989         big-endian caps description.
11990         Use gst_caps_truncate to ensure that we never try and choose a
11991         non-fixed caps in buffer_alloc.
11992         Handle the case where the XServer has a different idea about the size
11993         required for a particular frame and gives us too small a memory
11994         allocation.
11995         Use -1 to indicate 'no image format', because 0 is a valid XServer
11996         image format number.
11997         Put RGB Xv formats at the end of the caps, so that we always prefer
11998         YUV format frames.
11999         Iterate the available Xv Encodings to determine the maximum width and
12000         height, and then return that in our caps.
12001         (Closes #315312, #337544)
12002
12003 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
12004
12005         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
12006         When there is only one unfinished pad and it receives an event that
12007         doesn't match our requirements, we need to set alldone=FALSE so that
12008         the fakesink is not removed yet.
12009
12010 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
12011
12012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12013           Use gst_type_find_helper_for_buffer() to find the type
12014           of stream from the first packet.
12015
12016         * configure.ac:
12017           Bump requirements to core CVS (needed for vorbis
12018           typefinding to work).
12019
12020 2006-05-24  Edward Hervey  <edward@fluendo.com>
12021
12022         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
12023         Added the 'prfl' atom type which MQV (no, it's not a typo) files
12024         contain.  Else they play perfectly fine with qtdemux.
12025
12026 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
12027
12028         * ext/theora/theoradec.c:
12029         * ext/theora/theoraenc.c:
12030         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
12031         * gst/audiorate/gstaudiorate.c:
12032           make more debug catagories static
12033         
12034         * tests/check/Makefile.am:
12035         * tests/check/elements/adder.c: (message_received),
12036         (test_event_message_received), (GST_START_TEST),
12037         (test_play_twice_message_received), (adder_suite):
12038           added test case for using element twice, extra bonus points for anyone
12039           who can make these test run reliably
12040
12041 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
12042
12043         * ext/theora/theoradec.c: (theora_dec_chain):
12044           Make work with time-stamped input buffers that do not
12045           have a granulepos in BUFFER_OFFSET_END (like theora
12046           buffers coming from matroskademux). Fixes #342448.
12047
12048 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
12049
12050         Patch by: Peter Kjellerstedt  <pkj at axis com>
12051
12052         * gst/tcp/Makefile.am:
12053           fdstresstest doesn't need Gtk+, fix compilation if 
12054           gtk is not available (#342566).
12055
12056 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12057          
12058         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
12059           80 line columns
12060           Removed redundant floor()
12061
12062 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12063
12064         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
12065           On second thought, just skip JUNK chunks automatically, so
12066           the caller doesn't have to handle this. Fixes #342345.
12067           Also, return GST_FLOW_UNEXPECTED if we get a short read,
12068           not GST_FLOW_ERROR.
12069
12070 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12071
12072         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
12073           Don't bail out on JUNK chunks with a size of 0 (would try to
12074           pull_range 0 bytes before, which sources don't like too much).
12075           See #342345.
12076
12077 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
12078
12079         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
12080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
12081         Use the gstutil scaling function to preserve 64 bits while calculating
12082         output width and height from the display-aspect-ratio. (A continuation
12083         of #341542)
12084
12085 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
12086
12087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
12088         (gst_xvimagesink_buffer_alloc):
12089         * sys/xvimage/xvimagesink.h:
12090         When performing buffer allocations, remember the caps and image format
12091         we return so that if the same caps are asked for next time we can
12092         return them immediately without doing any caps intersections.
12093
12094 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12095          
12096         * gst-libs/gst/rtp/README:
12097           Some new documentation
12098         * gst-libs/gst/rtp/gstrtpbuffer.h:       
12099           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
12100         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
12101         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
12102           New RTP audio base payloader class. Supports frame or sample based
12103           codecs.  Not enabled in Makefile.am until approved.
12104
12105 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
12106
12107         * tests/check/elements/alsa.c: (test_device_property_probe):
12108           Fix test case: don't try to free NULL GValueArray when there
12109           are no devices.
12110
12111 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
12112
12113         * tests/check/Makefile.am:
12114         * tests/check/elements/alsa.c: (test_device_property_probe),
12115         (alsa_suite), (main):
12116           Add simple test that runs a device property probe on alsasrc,
12117           alsasink and alsamixer. Disable valgrind check for now (too
12118           many leaks in libasound, and valgrind ignored my suppressions
12119           additions).
12120
12121 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
12122
12123         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
12124         (gst_alsa_device_property_probe_probe_property),
12125         (gst_alsa_device_property_probe_needs_probe),
12126         (gst_alsa_device_property_probe_get_values),
12127         (gst_alsa_type_add_device_property_probe_interface):
12128         * ext/alsa/gstalsadeviceprobe.h:
12129         * ext/alsa/gstalsamixerelement.c:
12130         (gst_alsa_mixer_element_init_interfaces):
12131         * ext/alsa/gstalsamixerelement.h:
12132           Clean up and simplify alsa device probing. Make it actually work
12133           for multiple classes. Don't cache results any longer.
12134
12135         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
12136         (gst_alsasink_init):
12137         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
12138         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
12139         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
12140           Make alsasink and alsasrc implement the GstPropertyProbe interface
12141           for device probing (#342181).
12142           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
12143
12144 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
12145
12146         * gst/subparse/samiparse.c: (handle_start_font):
12147           Don't ignore return value of strtol (++compiler_happiness).
12148
12149 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
12150
12151         Patch by: Young-Ho Cha  <ganadist chollian net>
12152
12153         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12154         (gst_sub_parse_class_init), (gst_sub_parse_init),
12155         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
12156         (convert_encoding):
12157         * gst/subparse/gstsubparse.h:
12158           Add 'encoding' property (#341681).
12159
12160         * gst/subparse/samiparse.c: (characters_sami):
12161           Output is pango markup, so we need to escape text
12162           between tags (#342143).
12163
12164 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12165
12166         * gst-libs/gst/audio/multichannel.c:
12167         (gst_audio_check_channel_positions):
12168           It's okay to have caps with channels=1 and a channel position
12169           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
12170           (deinterleavers might want to keep the position in the caps,
12171           so that they can be re-interleaved again properly later).
12172           Leave check for unexpected 2-channel layouts intact for now.
12173
12174 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12175
12176         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
12177         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
12178         basesrc can do its job correctly.
12179
12180 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12181
12182         * ext/alsa/Makefile.am:
12183         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
12184         (gst_alsa_detect_formats), (get_channel_free_structure),
12185         (caps_add_channel_configuration), (gst_alsa_detect_channels),
12186         (gst_alsa_probe_supported_formats):
12187         * ext/alsa/gstalsa.h:
12188         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
12189           Refactor and improve caps probing code: probe signedness
12190           when we probe the supported formats/widths; set endianness
12191           to the one we actually probed for (ie. cpu endianness).
12192           
12193         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
12194         (gst_alsasrc_close):
12195         * ext/alsa/gstalsasrc.h:
12196           Implement caps probing for alsasrc.
12197
12198 2006-05-15  Wim Taymans  <wim@fluendo.com>
12199
12200         * ext/theora/theoradec.c: (gst_theora_dec_reset),
12201         (theora_dec_src_query), (theora_dec_src_event),
12202         (theora_dec_sink_event), (theora_handle_comment_packet),
12203         (theora_handle_data_packet), (theora_dec_change_state):
12204         Cleanups, add some G_LIKELY.
12205         Use segment helpers instead of our own wrong code.
12206         Clear queued buffers on seek and READY.
12207
12208         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
12209         (vorbis_dec_convert), (vorbis_dec_src_query),
12210         (vorbis_dec_src_event), (vorbis_dec_sink_event),
12211         (vorbis_handle_comment_packet), (vorbis_dec_push),
12212         (vorbis_handle_data_packet), (vorbis_dec_chain),
12213         (vorbis_dec_change_state):
12214         * ext/vorbis/vorbisdec.h:
12215         Remove old useless packetno variable.
12216         Do position query properly.
12217         Add some G_LIKELY.
12218         Do cleanup of queued buffers in new helper function
12219         and use it.
12220
12221 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12222
12223         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
12224           Query supported sample rates. Fixes #341732.
12225
12226 2006-05-15  Julien MOUTTE  <julien@moutte.net>
12227
12228         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
12229         (gst_decode_bin_change_state): Make decodebin reusable
12230         when going from PAUSE_TO_READY and then back to PAUSED.
12231         Fixes #331678.
12232
12233 2006-05-15  Wim Taymans  <wim@fluendo.com>
12234
12235         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
12236         (vorbis_dec_convert), (vorbis_dec_src_query),
12237         (vorbis_dec_sink_query), (vorbis_dec_src_event),
12238         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
12239         (vorbis_dec_clean_queued), (vorbis_dec_push),
12240         (vorbis_handle_data_packet), (vorbis_dec_change_state):
12241         Cleanups. Use refcounting and DEBUG_OBJECT.
12242         Reset segment on flush, use code methods instead of our
12243         own wrong version.
12244         Fix potential memleak.
12245
12246 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12247
12248         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
12249         (gst_alsasink_init):
12250         * ext/alsa/gstalsasink.h:
12251           Don't leak allocated snd_output_t structure if there's
12252           more than one alsasink instance at a time (#341873).
12253           Also fix GObject macros in header file.
12254           
12255 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12256
12257         * gst/subparse/gstsubparse.c:
12258         (gst_sub_parse_data_format_autodetect):
12259           Don't use libxml functions in the typefinding code.
12260
12261 2006-05-15  Wim Taymans  <wim@fluendo.com>
12262
12263         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
12264         Fix seeking performance in the case where a non-header 
12265         packet has a 0 granulepos (busted theora case). 
12266         Fixes #341719
12267         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
12268          the first place, you limelight stealer you)
12269
12270 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12271
12272         * gst/subparse/gstsubparse.c:
12273         (gst_sub_parse_data_format_autodetect):
12274           Improve SAMI typefinding: handle case where there are
12275           whitespaces or newlines in front of the first <SAMI>
12276           tag (#169936).
12277
12278 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12279
12280         * configure.ac:
12281           Build video4linux plugin even if there's no XVIDEO, just
12282           without implementing the GstXOverlay interface (#334002).
12283          
12284 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12285
12286         * configure.ac:
12287         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
12288         (plugin_init):
12289           Add tentative support for libvisual-0.4 (#336881).
12290
12291 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12292
12293         Patch by: Young-Ho Cha <ganadist at chollian net>
12294
12295         * gst/subparse/samiparse.c: (handle_start_font):
12296           Need to map "silver" colour explicitly (#169936).
12297
12298 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12299
12300         Patch by: Young-Ho Cha  <ganadist at chollian net>
12301
12302         * gst/subparse/Makefile.am:
12303         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12304         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
12305         (gst_sub_parse_format_autodetect), (feed_textbuf),
12306         (gst_subparse_type_find), (plugin_init):
12307         * gst/subparse/gstsubparse.h:
12308         * gst/subparse/samiparse.c:
12309         * gst/subparse/samiparse.h:
12310           Add support for SAMI subtitles (#169936).
12311
12312 2006-05-14  Michael Smith  <msmith@fluendo.com>
12313
12314         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
12315           Fix #341696: crash when mixing L+R+C to mono or stereo.
12316         * tests/check/Makefile.am:
12317         * tests/check/elements/audioconvert.c: (set_channel_positions),
12318         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
12319         (audioconvert_suite):
12320           Add test for the above, including some generic framework bits for
12321           testing multichannel things.
12322
12323 === release 0.10.7 ===
12324
12325 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
12326
12327         * configure.ac:
12328           releasing 0.10.7, "Leave the gun"
12329
12330 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
12331
12332         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
12333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
12334         Fix the build.
12335
12336 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
12337
12338         * docs/libs/gst-plugins-base-libs-docs.sgml:
12339         * docs/libs/gst-plugins-base-libs-sections.txt:
12340         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
12341         * gst-libs/gst/video/video.h:
12342         * gst/videoscale/Makefile.am:
12343         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
12344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
12345         * tests/check/Makefile.am:
12346         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
12347         (main):
12348           Fix integer overflow problem with pixel-aspect-ratio calculations
12349           in videoscale and xvimagesink (#341542)
12350
12351 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
12352
12353         * gst-libs/gst/tag/gstid3tag.c:
12354           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
12355
12356 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
12357
12358         * win32/MANIFEST:
12359           update win32 files listing
12360
12361 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12362
12363         patch by: Sjoerd Simons (sjoerd@luon.net)
12364
12365         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12366         (group_create), (group_destroy), (add_stream),
12367         (gst_play_base_bin_get_property),
12368         (gst_play_base_bin_get_streaminfo_value_array):
12369         * gst/playback/gstplaybasebin.h:
12370           API: GstPlayBaseBin::stream-info-value-array property
12371           use a more bindings-friendly way of exposing streaminfo
12372           using a GValueArray.  Tested in ipython.
12373           Closes #341114
12374
12375 2006-05-11  Wim Taymans  <wim@fluendo.com>
12376
12377         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
12378         (queue_underrun_cb), (queue_filled_cb):
12379         Also catch queue underruns but don't do anything yet.
12380         Refactor and comment queue enlarging code a bit.
12381
12382         * gst/playback/gstplaybasebin.c: (queue_overrun),
12383         (queue_threshold_reached), (queue_out_of_data),
12384         (gen_preroll_element):
12385         If a queue over/underruns check that we don't create nasty
12386         deadlocks when the min-threshold is not reached but the
12387         max-bytes is. In those cases disable max-bytes when we
12388         know that the queue is fed timed data.
12389         Add more comments.
12390
12391 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
12392
12393         * gst/playback/gstplaybin.c: (gen_audio_element):
12394           Make playbin automatically plug an 'audioresample'
12395           element before the audio sink as well. This solves
12396           problems with sinks that only accept a very specific
12397           sample rate, like esdsink (e.g. #340379).
12398
12399 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
12400
12401         * gst/playback/gstplaybasebin.c: (gen_source_element):
12402           Make http sources send special headers so that we receive
12403           icecast metadata if the http stream is an icecast stream
12404           (otherwise the server will just ignore them). This also
12405           means that from now on users will need the 'icydemux'
12406           element from gst-plugins-good installed if they want to
12407           listen to icecast radio streams. (#341432, #333657).
12408
12409 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12410
12411         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
12412         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
12413           remove stupid example from docs - it should come with a simple
12414           C program instead.
12415           Clean up/fix docs
12416         * tests/check/elements/multifdsink.c: (wait_bytes_served),
12417         (fail_if_can_read), (GST_START_TEST),
12418         (gst_multifdsink_create_streamheader), (multifdsink_suite):
12419           add a test for changing streamheader which exposes a bug in
12420           multifdsink
12421
12422 2006-05-11  Michael Smith  <msmith@fluendo.com>
12423
12424         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
12425         (gst_gnome_vfs_src_received_headers_callback):
12426         * ext/gnomevfs/gstgnomevfssrc.h:
12427           Don't set icy-caps unless we have a sane interval value. Move
12428           interval to a local variable; we never use it outside this function.
12429
12430 2006-05-11  Wim Taymans  <wim@fluendo.com>
12431
12432         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12434         Register special buffer types along with the objects so
12435         that they are not registered at runtime from N different
12436         streaming threads since they are not threadsafe.
12437
12438 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
12439
12440         * tests/check/elements/multifdsink.c: (wait_bytes_served),
12441         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
12442           add two more tests, one doing streamheader
12443
12444 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
12445
12446         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
12447           clean up the bufqueue when shutting down
12448         * tests/check/Makefile.am:
12449         * tests/check/elements/multifdsink.c: (setup_multifdsink),
12450         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
12451         (main):
12452           add a test for the leak that was just fixed
12453
12454 2006-05-10  Wim Taymans  <wim@fluendo.com>
12455
12456         * gst/adder/gstadder.c: (gst_adder_setcaps),
12457         (gst_adder_query_duration), (gst_adder_query), (forward_event),
12458         (gst_adder_src_event), (gst_adder_sink_event),
12459         (gst_adder_class_init), (gst_adder_finalize),
12460         (gst_adder_request_new_pad), (gst_adder_collected):
12461         * gst/adder/gstadder.h:
12462         Updated some docs. Added comments and FIXMEs all over the place.
12463         Improve debugging info.
12464         Fix leak on finalize by not calling the parent.
12465         Implement duration query.
12466         Make event forwarding threadsafe.
12467         Correctly send NEWSEGMENT at start and after flush.
12468         Handle EOS correctly.
12469         Post error when not negotiated.
12470
12471         * tests/check/elements/adder.c: (GST_START_TEST):
12472         Added FIXME in the test.
12473
12474 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12475
12476         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
12477         (gst_text_overlay_halign_get_type),
12478         (gst_text_overlay_wrap_mode_get_type):
12479         * ext/theora/theoradec.c: (theora_handle_type_packet),
12480         (theora_handle_data_packet):
12481         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12482         (theora_enc_sink_setcaps), (theora_enc_chain):
12483         * gst-libs/gst/cdda/gstcddabasesrc.c:
12484         (gst_cdda_base_src_mode_get_type):
12485         * gst/audiotestsrc/gstaudiotestsrc.c:
12486         (gst_audiostestsrc_wave_get_type):
12487         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
12488         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12489         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12490         (gst_sync_method_get_type), (gst_unit_type_get_type),
12491         (gst_client_status_get_type):
12492         * gst/videoscale/gstvideoscale.c:
12493         (gst_video_scale_method_get_type):
12494         * gst/videotestsrc/gstvideotestsrc.c:
12495         (gst_video_test_src_pattern_get_type):
12496         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
12497         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
12498         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
12499         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
12500         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
12501         (paint_setup_RGB565), (paint_setup_xRGB1555):
12502           Const-ify GEnumValue and GFlagsValue arrays. Use
12503           GST_ROUND_UP_* macros instead of home-made ones.
12504
12505 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12506
12507         * configure.ac:
12508           Require core CVS for the new newsegment stuff.
12509
12510 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12511
12512         Patch by: Sjoerd Simons  <sjoerd at luon net>
12513
12514         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
12515           Register nick for enum value (#341160).
12516
12517 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
12518
12519         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
12520         (plugin_init):
12521          backout typefind patch #340375
12522          
12523         * tests/check/elements/adder.c: (message_received),
12524         (GST_START_TEST), (adder_suite):
12525           redo, signal-handling of test
12526
12527 2006-05-09  Wim Taymans  <wim@fluendo.com>
12528
12529         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
12530         (gst_adder_collected):
12531         * gst/adder/gstadder.h:
12532         Remove bogus segment merging and forwarding, we don't
12533         care about timestamps anyway and we just produce a
12534         continuous stream. 
12535         Also create a nice NEWSEGMENT event when we start.
12536         Use _scale_int some more.
12537
12538 2006-05-09  Edward Hervey  <edward@fluendo.com>
12539
12540         * tests/icles/stress-xoverlay.c:
12541         Fix if core was built without parsing support.
12542
12543 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12544
12545         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12546           Add SEDG (Samsung MPEG-4) fourcc.
12547
12548 2006-05-09  Edward Hervey  <edward@fluendo.com>
12549
12550         * tests/icles/stress-xoverlay.c:
12551         * tests/examples/volume/volume.c:
12552         Fix if core was built without parsing support.
12553
12554         * tests/examples/seek/seek.c:
12555         Disable the parse_launch example if core was built without parsing
12556         support.
12557
12558 2006-05-08  Edward Hervey  <edward@fluendo.com>
12559
12560         * autogen.sh: (CONFIGURE_DEF_OPT): 
12561         libtoolize on Darwin/MacOSX is called glibtoolize
12562
12563 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
12564
12565         * tests/check/Makefile.am:
12566         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
12567           Disable the adder test, until the build-slaves posses the kindness to 
12568           either like it or to give valid reason for not doing so 
12569
12570 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
12571
12572         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
12573         (adder_suite):
12574           Shuffle NULL state change around and raise timeout more
12575
12576 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
12577
12578         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
12579         (mp4_type_find), (plugin_init):
12580           Add typefind to distinguish between "audio/x-m4a" and new type
12581           "video/mp4". Fixes #340375
12582
12583         * tests/check/elements/adder.c: (adder_suite):
12584           Raise timeout to make buildbot happy
12585
12586 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
12587
12588         * gst/adder/gstadder.c: (gst_adder_sink_event),
12589         (gst_adder_request_new_pad), (gst_adder_change_state):
12590         * gst/adder/gstadder.h:
12591         * tests/check/Makefile.am:
12592         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
12593         (adder_suite), (main):
12594           Add sink-event handling to adder. It tries to merge incomming
12595           newsegment-events. Added test to check if segment_done is comming
12596           through. Fixes #340060
12597
12598 2006-05-05  Andy Wingo  <wingo@pobox.com>
12599
12600         * ext/theora/theoraparse.c (gst_theora_parse_init)
12601         (theora_parse_src_convert, theora_parse_src_query):
12602         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
12603         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
12604         query functions on the source pads of the theora and vorbis parse
12605         elements. Fixes position querying when doing a remux.
12606
12607 2006-05-05  Michael Smith  <msmith@fluendo.com>
12608
12609         * ext/theora/theoraparse.c: (parse_granulepos),
12610         (theora_parse_drain_queue_prematurely),
12611         (theora_parse_queue_buffer), (theora_parse_sink_event):
12612           Fix flushing.
12613           Fix invalid granulepos outputs when starting with a non-keyframe.
12614
12615 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
12616
12617         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
12618         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
12619         Rearrange MPEG system stream detection, fixing some memleaks in the
12620         process.
12621         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
12622         they clean up their data correctly.
12623         Remove unused ogganx caps and move the 'is_annodex' check to inside
12624         the 'is_ogg' if statement.
12625
12626 2006-05-05  Wim Taymans  <wim@fluendo.com>
12627
12628         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
12629         Properly remove ghostpads. Fixes #340392
12630
12631 2006-05-04  David Schleef  <ds@schleef.org>
12632
12633         * gst/typefind/gsttypefindfunctions.c:
12634
12635 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
12636
12637         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12638         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
12639
12640         When typefinding an MP3 in push-based mode, don't penalise the
12641         probability down to 74% when we found 5 valid frames just because we
12642         can't peek the end of the file.
12643
12644         Make the probability for detecting MPEG Transport Streams based on the
12645         number of sequential headers we successfully detected.
12646
12647 2006-05-03  Wim Taymans  <wim@fluendo.com>
12648
12649         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12650         (vorbis_dec_push), (vorbis_dec_chain):
12651         Still produce an error when we receive an empty packet.
12652
12653 2006-05-03  Wim Taymans  <wim@fluendo.com>
12654
12655         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
12656         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
12657         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
12658         Mark buffers with DISCONT after seek and after activating new
12659         chains.
12660
12661         * ext/theora/gsttheoradec.h:
12662         * ext/theora/theoradec.c: (gst_theora_dec_reset),
12663         (theora_get_query_types), (theora_dec_sink_event),
12664         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
12665         (theora_dec_change_state):
12666         Fix frame counter.
12667         Detect and mark DISCONT buffers.
12668
12669         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12670         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
12671         (vorbis_dec_change_state):
12672         * ext/vorbis/vorbisdec.h:
12673         Use GstSegment.
12674         Detect and mark DISCONT buffers.
12675         Don't crash on 0 sized buffers.
12676
12677 2006-05-03  Wim Taymans  <wim@fluendo.com>
12678
12679         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
12680         (volume_transform_ip):
12681         Increase "volume" property to 10.0. Fixes #340369.
12682         Set the process function to NULL when capsnego fails so that
12683         we properly error out.
12684
12685 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
12686
12687         * gst/playback/gstplaybin.c: (add_sink):
12688         * gst/playback/test.c: (main):
12689         * gst/playback/test5.c: (dump_element_stats):
12690         * gst/playback/test6.c: (main):
12691           free caps using gst_caps_unref, don't leak caps-strings
12692
12693 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
12694
12695         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
12696         (plugin_init):
12697           Refine musepack typefinding a bit. Return MAXIMUM
12698           probability when we detect stream version 7 to make
12699           sure the mpeg audio typefinder doesn't trump us.
12700
12701 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
12702
12703         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12704           Protect against unexpected NULL strf_data buffer.
12705
12706 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12707
12708         * tests/check/elements/audioconvert.c: (verify_convert),
12709         (GST_START_TEST):
12710           interpret the out[] buffer in the order the bytes are actually
12711           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
12712           Other tests should use BYTE_ORDER since the array is filled in
12713           with actual values
12714
12715 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12716
12717         * tests/check/elements/audioconvert.c: (verify_convert),
12718         (GST_START_TEST):
12719           when a test fails, give an indication of which it is
12720
12721 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12722
12723         * gst-libs/gst/cdda/gstcddabasesrc.c:
12724           compile fix; strtol() needs <stdlib.h>
12725
12726 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
12727
12728         * ext/alsa/gstalsamixerelement.c:
12729         * ext/alsa/gstalsasrc.c:
12730         * ext/cdparanoia/gstcdparanoiasrc.c:
12731         * ext/gnomevfs/gstgnomevfssink.c:
12732         * ext/gnomevfs/gstgnomevfssrc.c:
12733         * ext/ogg/gstoggdemux.c:
12734         * ext/ogg/gstoggmux.c:
12735         * ext/ogg/gstoggparse.c:
12736         * ext/ogg/gstogmparse.c:
12737         * ext/pango/gstclockoverlay.c:
12738         * ext/pango/gsttextoverlay.c:
12739         * ext/pango/gsttextrender.c:
12740         * ext/pango/gsttimeoverlay.c:
12741         * ext/theora/theoradec.c:
12742         * ext/theora/theoraenc.c:
12743         * ext/vorbis/vorbisdec.c:
12744         * ext/vorbis/vorbisenc.c:
12745         * gst-libs/gst/audio/gstaudiofilter.c:
12746         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12747         * gst/audioconvert/gstaudioconvert.c:
12748         * gst/audiorate/gstaudiorate.c:
12749         * gst/audioresample/gstaudioresample.c:
12750         * gst/audiotestsrc/gstaudiotestsrc.c:
12751         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12752         * gst/playback/gstdecodebin.c:
12753         * gst/playback/gstplaybin.c:
12754         * gst/playback/gststreamselector.c:
12755         * gst/subparse/gstsubparse.c:
12756         * gst/tcp/gstmultifdsink.c:
12757         * gst/tcp/gsttcpclientsink.c:
12758         * gst/tcp/gsttcpclientsrc.c:
12759         * gst/tcp/gsttcpserversink.c:
12760         * gst/tcp/gsttcpserversrc.c:
12761         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12762         * gst/videorate/gstvideorate.c:
12763         * gst/videoscale/gstvideoscale.c:
12764         * gst/videotestsrc/gstvideotestsrc.c:
12765         * gst/volume/gstvolume.c:
12766         * sys/v4l/gstv4ljpegsrc.c:
12767         * sys/v4l/gstv4lmjpegsink.c:
12768         * sys/v4l/gstv4lmjpegsrc.c:
12769         * sys/v4l/gstv4lsrc.c:
12770         * sys/ximage/ximagesink.c:
12771         * sys/xvimage/xvimagesink.c:
12772         * tests/check/libs/cddabasesrc.c:
12773           make GstElementDetails const
12774
12775 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
12776
12777         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
12778         (gst_adder_init):
12779           send events from src-pad to all sink-pads fixes #338657
12780
12781 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
12782
12783         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
12784         (alsasink_parse_spec):
12785           query width capabilities from alsa, fixes #338919
12786
12787 2006-04-28  Wim Taymans  <wim@fluendo.com>
12788
12789         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12790         (gst_multi_fd_sink_remove_client_link):
12791         * gst/tcp/gstmultifdsink.h:
12792         Fix race condition in multifdsink that can lead to spurious 
12793         duplicate clients. this patch adds a new signal that is fired when
12794         multifdsink has removed all references to the fd.
12795         Fixes #339574.
12796         Updated documentation.
12797         API: client-fd-removed signal added
12798
12799 2006-04-28  Michael Smith  <msmith@fluendo.com>
12800
12801         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
12802           When asking g_value_array_new to prealloc elements, we may as well
12803           ask for the right number of elements.
12804
12805 2006-04-28  Wim Taymans  <wim@fluendo.com>
12806
12807         * gst-libs/gst/audio/gstbaseaudiosink.c:
12808         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
12809         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12810         patch to make timestamp checking more tollerant to rounding 
12811         errors given that real discontinuities are to be marked on
12812         buffers. Fixes some asf files and #338778.
12813         Also avoid some crashers when we receive an event in the 
12814         NULL state.
12815
12816 2006-04-28  Michael Smith  <msmith@fluendo.com>
12817
12818         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
12819         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
12820         (gst_gnome_vfs_src_get_property),
12821         (gst_gnome_vfs_src_send_additional_headers_callback),
12822         (gst_gnome_vfs_src_received_headers_callback),
12823         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
12824         (gst_gnome_vfs_src_stop):
12825         * ext/gnomevfs/gstgnomevfssrc.h:
12826           Remove ICY handling (mostly) from gnomevfssrc, in favour of
12827           proper shared support within icydemux.
12828
12829 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12830
12831         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
12832         (gst_video_rate_swap_prev), (gst_video_rate_chain):
12833           fix up docs
12834           fix a leak when no caps negotiated
12835           fix counting of input frames
12836         * tests/check/elements/.cvsignore:
12837         * tests/check/elements/videorate.c: (assert_videorate_stats),
12838         (GST_START_TEST), (videorate_suite):
12839           add tests for these
12840
12841 2006-04-28  Wim Taymans  <wim@fluendo.com>
12842
12843         * gst-libs/gst/audio/gstringbuffer.c:
12844         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
12845         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
12846         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
12847         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
12848         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
12849         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12850         (gst_ring_buffer_commit), (gst_ring_buffer_read),
12851         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
12852         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
12853         Check arguments passed to public functions instead of
12854         crashing.
12855
12856 2006-04-28  Wim Taymans  <wim@fluendo.com>
12857
12858         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
12859         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
12860         GstBaseAudioSrc must be live or it does not work.
12861
12862         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
12863         Don't set live to TRUE as this is the default in the parentclass.
12864
12865 2006-04-28  Wim Taymans  <wim@fluendo.com>
12866
12867         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
12868         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
12869         Videoscale doesn't pass on pixel-aspect ratio. Handle all
12870         fixation cases better. Fixes #338991
12871
12872 2006-04-28  Wim Taymans  <wim@fluendo.com>
12873
12874         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12875         Handle 0/1 framerate correctly Fixes #331901.
12876
12877 2006-04-28  Wim Taymans  <wim@fluendo.com>
12878
12879         * tests/check/elements/audioconvert.c: (get_float_caps),
12880         (GST_START_TEST), (audioconvert_suite):
12881         Added check for correct clipping when doing float samples
12882         in audioconvert.
12883
12884 2006-04-28  Wim Taymans  <wim@fluendo.com>
12885
12886         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
12887         (gst_video_rate_chain):
12888         Print more debugging info.
12889
12890 2006-04-28  Wim Taymans  <wim@fluendo.com>
12891
12892         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
12893         (resample_set_state_from_caps):
12894         Add support for other formats audioresample can handle such as
12895         32 bits in and float and 64 bits float. Fixes #301759
12896
12897 2006-04-28  Wim Taymans  <wim@fluendo.com>
12898
12899         * gst/audioconvert/audioconvert.c: (float):
12900         correctly clip float samples > 1.0. Fixes #338718
12901
12902 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12903
12904         Patch by: Young-Ho Cha  <ganadist at chollian net>
12905
12906         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12907         (gst_text_overlay_render_text):
12908           Don't strip newlines from the text. Also, center lines
12909           within multi-line paragraphs (#339405).
12910
12911 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12912
12913         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
12914           Fix wavpack typefinding to work in more cases (don't peek
12915           for chunks of multiple hundred kBs at once, but process
12916           things step-by-step in smaller units). Fixes #339786.
12917
12918 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12919
12920         * configure.ac:
12921           back to HEAD
12922
12923 === release 0.10.6 ===
12924
12925 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
12926
12927         * configure.ac:
12928           releasing 0.10.6, "Chao"
12929
12930 2006-04-26  David Schleef  <ds@schleef.org>
12931
12932         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
12933           Fixes #338897.
12934
12935 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12936
12937         * configure.ac:
12938         * win32/common/config.h:
12939           new prerelease
12940
12941 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12942
12943         patch by: Wim Taymans
12944
12945         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12946         (gst_ogg_demux_perform_seek):
12947           make sure correct newsegments are sent, so that the decoder
12948           and the demuxer agree on timestamps.  Fixes playback of a lot
12949           of Ogg files that do not start from 0.  Fixes #339833.
12950
12951 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12952
12953         Patch by: Edward Hervey  <edward@fluendo.com>
12954
12955         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
12956         * tests/check/Makefile.am:
12957         * tests/check/elements/videorate.c: (assert_videorate_stats),
12958         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
12959         (videorate_suite), (main):
12960           Fix an infinite loop if frames are passed in with wrongly ordered
12961           timestamps.  Fixes #339013.
12962
12963 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12964
12965         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12966
12967         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
12968           fix typefinding on some ISO files.  Fixes #339212.
12969
12970 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12971
12972         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12973
12974         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12975           add another H264 fourcc.  Fixes #339047.
12976
12977 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12978
12979         Patch by: Jan Schmidt
12980
12981         * gst/playback/gststreamselector.c:
12982         (gst_stream_selector_bufferalloc):
12983           Restore old StreamSelector behaviour.
12984           Fixes #338419.
12985
12986 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12987
12988         * configure.ac:
12989         * win32/common/config.h:
12990           prerelease
12991
12992 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
12993
12994         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
12995
12996         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12997         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
12998           Fix some memory leaks: on finalize, free buffers left in the queue
12999           before destroying the queue; in _push(), unref rtp_buf even if
13000           the process vfunc returned a NULL buffer as output buffer (#337548);
13001           demote some recuring debug messages to LOG level.
13002
13003 2006-04-11  Wim Taymans  <wim@fluendo.com>
13004
13005         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13006         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13007         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
13008         (gst_ogg_demux_loop):
13009         More cleanups.
13010         Respect segment stop when emiting EOS or SEGMENT_DONE.
13011         Fixes (#337945).
13012
13013 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
13014
13015         * gst/playback/gststreamselector.c:
13016         (gst_stream_selector_get_property):
13017           Don't leak pad name.
13018
13019 2006-04-10  Michael Smith  <msmith@fluendo.com>
13020
13021         * tests/check/Makefile.am:
13022         * tests/check/gst-plugins-base.supp:
13023           Suppress an old libtheora bug (fixed in more recent versions), so 
13024           that FC4 buildslaves can pass.
13025
13026 2006-04-10  Wim Taymans  <wim@fluendo.com>
13027
13028         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13029         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
13030         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
13031         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
13032         (gst_ogg_demux_loop):
13033         Don't leak events.
13034         Remember what error we got when finding chains, if we
13035         were shutdown, that would not be an error.
13036
13037 2006-04-10  Wim Taymans  <wim@fluendo.com>
13038
13039         * gst-libs/gst/audio/gstbaseaudiosink.c:
13040         (gst_base_audio_sink_event):
13041         Starting the ringbuffer when we did not acquire it can cause
13042         a deadlock, is pointless and causes nasty things for
13043         subclasses. 
13044         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
13045
13046 2006-04-10  Wim Taymans  <wim@fluendo.com>
13047
13048         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13049         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
13050         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13051         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
13052         (gst_ogg_demux_deactivate_current_chain),
13053         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13054         (gst_ogg_demux_bisect_forward_serialno),
13055         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
13056         Add some more debugging.
13057
13058 2006-04-10  Wim Taymans  <wim@fluendo.com>
13059
13060         * ext/theora/theoradec.c: (theora_dec_src_event),
13061         (theora_handle_data_packet):
13062         Some more debug info.
13063
13064         * tests/examples/seek/seek.c: (start_seek), (main):
13065         Print element messages too.
13066
13067 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
13068
13069         * gst/audioresample/debug.h:
13070           replace debug macros with variable number of parameters
13071           by a simple alias to gstreamer standard debug macros 
13072          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
13073           supported by MSVC 6.0 and 7.1)
13074         * gst/audioresample/resample.h:
13075           define M_PI and rint for WIN32
13076         * win32/common/libgstaudio.def:
13077         * win32/common/libgstriff.def:
13078         * win32/common/libgsttag.def:
13079         * win32/common/libgstvideo.def:
13080           add new exported functions
13081         * win32/vs6:
13082           update project files
13083
13084 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
13085
13086         * ext/alsa/gstalsamixeroptions.c:
13087         (gst_alsa_mixer_options_class_init):
13088         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
13089         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
13090         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
13091         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
13092         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
13093         * gst-libs/gst/audio/gstaudiofilter.c:
13094         (gst_audio_filter_class_init):
13095         * gst-libs/gst/audio/gstaudiosink.c:
13096         (gst_audioringbuffer_class_init):
13097         * gst-libs/gst/audio/gstaudiosrc.c:
13098         (gst_audioringbuffer_class_init):
13099         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
13100         * gst-libs/gst/interfaces/colorbalancechannel.c:
13101         (gst_color_balance_channel_class_init):
13102         * gst-libs/gst/interfaces/mixeroptions.c:
13103         (gst_mixer_options_class_init):
13104         * gst-libs/gst/interfaces/mixertrack.c:
13105         (gst_mixer_track_class_init):
13106         * gst-libs/gst/interfaces/tunerchannel.c:
13107         (gst_tuner_channel_class_init):
13108         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
13109         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13110         (gst_netbuffer_class_init):
13111         * gst-libs/gst/rtp/gstbasertppayload.c:
13112         (gst_basertppayload_class_init):
13113         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13114         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13115         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
13116         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
13117         * gst/playback/gststreamselector.c:
13118         (gst_stream_selector_class_init):
13119         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
13120         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
13121         * sys/v4l/gstv4lcolorbalance.c:
13122         (gst_v4l_color_balance_channel_class_init):
13123         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
13124         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
13125         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13126         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
13127         (gst_v4l_tuner_norm_class_init):
13128         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
13129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
13130         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
13131         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
13132
13133 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
13134
13135         * ext/pango/gsttextrender.h:
13136         * gst-libs/gst/audio/gstaudiosink.h:
13137         * gst-libs/gst/audio/gstaudiosrc.h:
13138         * gst-libs/gst/audio/gstbaseaudiosink.h:
13139         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13140         * gst-libs/gst/audio/gstringbuffer.h:
13141         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13142         * gst-libs/gst/rtp/gstbasertppayload.h:
13143         * gst-libs/gst/video/gstvideofilter.h:
13144         * gst-libs/gst/video/gstvideosink.h:
13145         * gst/playback/gstplaybasebin.h:
13146         * gst/tcp/gstmultifdsink.h:
13147         * sys/v4l/gstv4lelement.h:
13148         Fix broken GObject macros
13149
13150 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
13151
13152         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
13153         More debug to trace why my USB headset is not working with gst
13154
13155 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
13156
13157         * gst/playback/gstplaybasebin.c: (group_destroy):
13158         Clean up our group elements properly in the case where it never 
13159         got committed - it still got added unconditionally to the bin.
13160
13161 2006-04-07  Wim Taymans  <wim@fluendo.com>
13162
13163         * ext/theora/theoradec.c: (theora_dec_sink_event),
13164         (theora_handle_data_packet), (theora_dec_chain):
13165         Unref unhandled events.
13166         Protect against empty buffers.
13167         Perform QoS on running time.
13168
13169 2006-04-07  Michael Smith  <msmith@fluendo.com>
13170
13171         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
13172         (gst_vorbis_enc_chain):
13173           Remove leaks from vorbisenc.
13174           Mostly minor changes, the only significant one is that now the
13175           buffers we set as 'streamheader' on the caps are copies of the
13176           original buffers, to avoid circular refcounting problems.
13177
13178 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
13179
13180         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
13181           Don't remove our mute-probe if someone else already did so.
13182           Don't set a 2nd one if there is already one pending on the pad.
13183
13184         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
13185         (do_playbin_seek):
13186           When a seek fails, ensure that playbin is still set back to playing.
13187           
13188         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
13189         (mpeg_ts_type_find), (plugin_init):
13190           Add a typefind function for mpeg-ts streams. (Closes: #336617)
13191
13192 2006-04-06  Andy Wingo  <wingo@pobox.com>
13193
13194         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
13195         (gst_video_rate_init): Caps-related parameters should not be reset
13196         by a flush -- move their inits to the instance init function.
13197         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
13198         is not OK, just return the result.
13199
13200         * gst/audiotestsrc/gstaudiotestsrc.c
13201         (gst_audio_test_src_class_init)
13202         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
13203         broken by Stefan's commit on 24 March.
13204
13205         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
13206         buffers being pushed out. Fixes oggmux ! multifdsink.
13207
13208 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
13209
13210         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13211         (gst_vorbis_dec_init), (vorbis_dec_finalize):
13212         * ext/vorbis/vorbisdec.h:
13213         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
13214         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
13215         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
13216         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
13217         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
13218         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
13219         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
13220         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
13221         (gst_vorbis_enc_buffer_from_packet),
13222         (gst_vorbis_enc_buffer_from_header_packet),
13223         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
13224         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
13225         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
13226         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
13227         (gst_vorbis_enc_change_state):
13228         * ext/vorbis/vorbisenc.h:
13229           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
13230           vorbisenc adhere to the official nomenclature; use boilerplate
13231           macro.
13232
13233 2006-04-04  Andy Wingo  <wingo@pobox.com>
13234
13235         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
13236         Whoops, fix bug introduced. Bad hacker!
13237         
13238         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
13239         Properly handle the case where you get EOS before any buffers are
13240         received. Use gst_buffer_make_metadata_writable where appropriate.
13241
13242         * ext/theora/theoradec.c (theora_handle_data_packet): This value
13243         is often negative -- make it signed so as not to wrap around.
13244         Fixes segfaults introduced on 9 March.
13245
13246 2006-04-03  Wim Taymans  <wim@fluendo.com>
13247
13248         * ext/theora/gsttheoradec.h:
13249         * ext/theora/theoradec.c: (theora_dec_src_event):
13250         Don't try to store a gdouble in a gboolean.
13251         Small cleanups.
13252
13253 2006-04-03  Michael Smith  <msmith@fluendo.com>
13254
13255         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
13256           Oggmux sucks.
13257           Make it suck slightly less by writing out the final page.
13258           Still can't encode a vorbis-in-ogg file correctly, though.
13259
13260 2006-04-03  Andy Wingo  <wingo@pobox.com>
13261
13262         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
13263         a g_print.
13264
13265         * ext/theora/theora.c (plugin_init): Register theoraparse.
13266
13267         * ext/theora/gsttheoraparse.h: 
13268         * ext/theora/theoraparse.c: New files implementing a theora
13269         parser. Now we can properly remux ogg/theora+vorbis, yay.
13270
13271         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
13272
13273 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13274
13275         * gst/audiotestsrc/gstaudiotestsrc.c:
13276           Fixed the sample pipeline (see #323798)
13277
13278 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13279
13280         * configure.ac:
13281         * win32/common/config.h:
13282         * win32/common/config.h.in:
13283           use AS_VERSION and AS_NANO
13284           more cleanups
13285
13286 2006-03-31  Andy Wingo  <wingo@pobox.com>
13287
13288         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
13289         uninitialized variable return that would happen.
13290         
13291         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
13292         uninitialized variable return that would never happen.
13293
13294         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
13295         (vorbis_parse_sink_event): Add an event function to flush our
13296         state on a seek, and to drain buffers on a premature EOS.
13297         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
13298         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
13299         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
13300         (vorbis_parse_drain_queue): Queue up buffers until we can set
13301         their timestamps and granulepos values.
13302
13303         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
13304         and keep track of data needed for deriving granulepos and
13305         timestamps for buffers.
13306
13307 2006-03-29  Wim Taymans  <wim@fluendo.com>
13308
13309         Patch by: j^ <j at bootlab dot org>
13310
13311         * ext/alsa/gstalsamixerelement.c:
13312         (gst_alsa_mixer_element_class_init):
13313         * ext/alsa/gstalsasink.c:
13314         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
13315         * ext/ogg/gstoggdemux.c:
13316         * ext/ogg/gstoggmux.c:
13317         * ext/ogg/gstoggparse.c:
13318         * ext/pango/gstclockoverlay.c:
13319         * ext/pango/gsttextoverlay.c:
13320         * ext/pango/gsttextrender.c:
13321         * ext/pango/gsttimeoverlay.c:
13322         * ext/theora/theoradec.c:
13323         * ext/theora/theoraenc.c:
13324         * ext/vorbis/vorbisdec.c:
13325         * ext/vorbis/vorbisenc.c:
13326         * gst/audioconvert/gstaudioconvert.c:
13327         * gst/subparse/gstsubparse.c:
13328         * gst/tcp/gstmultifdsink.c:
13329         * gst/tcp/gsttcpclientsink.c:
13330         * gst/tcp/gsttcpclientsrc.c:
13331         * gst/tcp/gsttcpserversink.c:
13332         * gst/tcp/gsttcpserversrc.c:
13333           better/unified long descriptions
13334           Fixes #336477
13335
13336 2006-03-29  Wim Taymans  <wim@fluendo.com>
13337
13338         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
13339         (stop_seek):
13340         Don't let double and triple clicks mess up our state.
13341
13342 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
13343
13344         * gst/playback/gstplaybin.c: (gen_video_element),
13345         (gen_text_element), (gen_audio_element), (gen_vis_element):
13346           Error out gracefully when we can't create any of the usual
13347           conversion elements for some reason. Also, don't try to
13348           create an audioscale (sic) element that's not used anyway.
13349
13350 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
13351
13352         * gst/playback/gstplaybasebin.c: (setup_source):
13353           Don't post RESOURCE_NOT_FOUND error when we can't find a source
13354           element for a particular protocol, that's confusing for users.
13355           Instead, post a RESOURCE_FAILED error, so that our own error
13356           message is actually shown in totem etc. (#336303).
13357
13358 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
13359
13360         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
13361
13362         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
13363         (gst_gnome_vfs_src_get_icy_metadata):
13364           Fix some minor memory leaks (#336194).
13365
13366 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
13367
13368         * ext/gnomevfs/gstgnomevfs.c:
13369         (gst_gnome_vfs_location_to_uri_string):
13370         * ext/gnomevfs/gstgnomevfs.h:
13371         * ext/gnomevfs/gstgnomevfssink.c:
13372         (gst_gnome_vfs_sink_set_property):
13373         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
13374           Make gnomevfssink accept filenames as well as URIs for the
13375           "location" property, just like gnomevfssrc does (and
13376           filesrc/filesink do) (#336190).
13377
13378 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
13379
13380         * tests/check/generic/clock-selection.c: (GST_START_TEST):
13381           set to NULL before unreffing, fixes a valgrind leak.
13382           Why was this not triggering the error that an object needs to
13383           be NULL before unreffing ?
13384         * win32/common/config.h:
13385           update
13386
13387 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
13388
13389         * gst/subparse/gstsubparse.c: (convert_encoding),
13390         (gst_sub_parse_change_state):
13391         * gst/subparse/gstsubparse.h:
13392           Text subtitle files may or may not be UTF-8. If it's not, we
13393           don't really want to see '?' characters in place of non-ASCII
13394           characters like accented characters. So let's assume the input
13395           is UTF-8 until we come across text that is clearly not. If it's
13396           not UTF-8, we don't really know what it is, so try the following:
13397           (a) see whether the GST_SUBTITLE_ENCODING environment variable
13398           is set; if not, check (b) if the current locale encoding is
13399           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
13400           the current locale encoding is UTF-8 and the environment variable
13401           was not set to any particular encoding. Not perfect, but better
13402           than nothing (and better than before, I think) (fixes #172848).
13403
13404 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
13405
13406         * configure.ac:
13407           update core requirement to 0.10.4.1 because of async_playback
13408           vmethod on GstBaseSink
13409
13410 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
13411
13412         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
13413         * gst/adder/gstadder.c: (gst_adder_init):
13414         use DEBUG_FUNCPTR for collectpads
13415
13416 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
13417
13418         * docs/plugins/Makefile.am:
13419         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13420         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13421         * ext/cdparanoia/gstcdparanoiasrc.c:
13422         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
13423         (gst_gnome_vfs_sink_class_init):
13424         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
13425         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
13426         * ext/ogg/gstoggmux.c:
13427         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
13428         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13429         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
13430         * ext/pango/gsttextoverlay.c:
13431         * ext/pango/gsttextrender.c:
13432         * ext/theora/theoradec.c:
13433         * ext/theora/theoraenc.c:
13434         * ext/vorbis/vorbisdec.c:
13435         * ext/vorbis/vorbisenc.c:
13436         * gst-libs/gst/audio/gstaudiofilter.c:
13437         (gst_audio_filter_base_init):
13438         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13439         (gst_audio_filter_template_base_init):
13440         * gst/adder/gstadder.c: (gst_adder_get_type):
13441         * gst/adder/gstadder.h:
13442         * gst/audioconvert/gstaudioconvert.c:
13443         * gst/audiotestsrc/gstaudiotestsrc.c:
13444         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
13445         (gst_audio_test_src_create):
13446         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13447         * gst/playback/gstdecodebin.c:
13448         * gst/playback/gstplaybin.c:
13449         * gst/playback/gststreamselector.c:
13450         (gst_stream_selector_base_init):
13451         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
13452         * gst/volume/gstvolume.c:
13453         * sys/v4l/gstv4lmjpegsink.c:
13454         * sys/v4l/gstv4lmjpegsrc.c:
13455         * tests/check/libs/cddabasesrc.c:
13456         * tests/old/examples/gob/gst-identity2.gob:
13457           Add docs for adder, use GST_ELEMENT_DETAILS macro,
13458           define GstElementDetails at the top
13459
13460 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
13461
13462         * win32/common/libgstinterfaces.def:
13463         Add a lot of export functions for gst-python
13464         * win32/vs6/libgstinterfaces.dsp:
13465         Add a missing include folder in the project configuration
13466         
13467 2006-03-23  Wim Taymans  <wim@fluendo.com>
13468
13469         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13470         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
13471         (gst_base_audio_src_change_state):
13472         Fix audio sources, forgot to make the ringbuffer
13473         startable...
13474
13475 2006-03-23  Wim Taymans  <wim@fluendo.com>
13476
13477         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13478         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
13479         (gst_base_audio_src_change_state):
13480         unparent instead of unref the ringbuffer.
13481
13482 2006-03-23  Wim Taymans  <wim@fluendo.com>
13483
13484         * gst-libs/gst/audio/gstbaseaudiosink.c:
13485         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
13486         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
13487         Implement new async_play vmethod to start slaving and allow
13488         playback start in case of async PLAY state changes. 
13489
13490         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
13491         Enable QoS with new method in base class.
13492
13493 2006-03-23  Wim Taymans  <wim@fluendo.com>
13494
13495         Patch by: Julien MOUTTE <julien at moutte dot net>
13496
13497         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
13498         (gst_video_test_src_do_seek), (gst_video_test_src_create):
13499         Partially handle 0 framerate, only EOS after the first frame
13500         is missing.
13501
13502 2006-03-23  Wim Taymans  <wim@fluendo.com>
13503
13504         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
13505
13506         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13507         (gst_riff_create_video_template_caps):
13508         * gst/ffmpegcolorspace/avcodec.h:
13509         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13510         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
13511         (gst_ffmpegcsp_avpicture_fill):
13512         * gst/ffmpegcolorspace/imgconvert.c:
13513         Patch for support of YVU9 AVI files (#334822)
13514
13515 2006-03-22  Edward Hervey  <edward@fluendo.com>
13516
13517         * docs/design/design-decodebin.txt:
13518         Added design document for new decodebin
13519         (Target Caps): text/x-pango-markup is also a default target caps.
13520
13521 2006-03-22  Wim Taymans  <wim@fluendo.com>
13522
13523         * gst-libs/gst/audio/gstbaseaudiosink.c:
13524         (gst_base_audio_sink_dispose):
13525         Since we _parent the ringbuffer, we also need to
13526         _unparent instead of a plain _unref.
13527
13528 2006-03-22  Wim Taymans  <wim@fluendo.com>
13529
13530         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
13531         (stop_seek), (scrub_toggle_cb), (main):
13532         Add scrub checkbox.
13533
13534 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
13535
13536         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
13537         (gst_ogg_parse_chain):
13538           Fix very inefficient usage of linked lists (#335365).
13539
13540 2006-03-21  Edward Hervey  <edward@fluendo.com>
13541
13542         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13543         * gst/playback/gstplaybin.c: (handoff):
13544         * gst/playback/gststreamselector.c:
13545         (gst_stream_selector_set_property):
13546         gcc 4.1 unreferenced pointer fixes.
13547         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
13548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
13549         gst_buffer_ref() now takes a GstBuffer*.
13550
13551 2006-03-20  Julien MOUTTE  <julien@moutte.net>
13552
13553         * sys/xvimage/xvimagesink.c:
13554         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
13555         by Jan Schmidt.
13556
13557 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
13558
13559         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
13560         (id3v1_type_find), (apetag_type_find), (plugin_init):
13561           Can't do tag preferences via probability, as tags would then
13562           lose against types that are recognised with MAXIMUM probability
13563           (like .wav); so let all tag typefinders return MAXIMUM themselves
13564           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
13565           that we can prefer APE to ID3v1 (fixes #335028).
13566           
13567 2006-03-17  Wim Taymans  <wim@fluendo.com>
13568
13569         * gst-libs/gst/audio/gstbaseaudiosink.c:
13570         (gst_base_audio_sink_change_state):
13571         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
13572         (gst_ring_buffer_may_start):
13573         * gst-libs/gst/audio/gstringbuffer.h:
13574         Only start playback if we are playing.
13575         should fix #330748.
13576
13577 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
13578
13579         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
13580         * win32/common/config.h:
13581           Revert accidental commits to these files.
13582
13583 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
13584
13585         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
13586
13587         * tests/Makefile.am:
13588           Don't try to build tests in tests/icles if we
13589           don't have X (#323852)
13590
13591 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
13592
13593         * gst-libs/gst/tag/gstid3tag.c:
13594           Add TXXX frame identifiers for replaygain stuff as used
13595           by some taggers (see #323721).
13596
13597 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13598
13599         * gst/playback/gststreamselector.c:
13600         (gst_stream_selector_set_property),
13601         (gst_stream_selector_bufferalloc):
13602           Preserve the existing buggy streamselector behaviour by performing
13603           a fallback buffer allocation when downstream isn't linked yet.
13604           This should really be fixed in playbin by blocking pads until it's
13605           linked them.
13606           Also, use gst_pad_alloc_buffer instead of
13607           gst_pad_alloc_buffer_and_set.
13608
13609 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
13610
13611         * gst-libs/gst/tag/gstid3tag.c:
13612           Don't crash on unknown ID3v2 TXXX frames.
13613           
13614 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13615
13616         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
13617           Chain up to the parent finalize method.
13618           Add 32-bit sample size to the template caps.
13619
13620         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13621         (gst_riff_create_video_template_caps):
13622           Add the fourcc that the VMWare codec uses.
13623           
13624         * gst/playback/gststreamselector.c:
13625         (gst_stream_selector_set_property),
13626         (gst_stream_selector_bufferalloc),
13627         (gst_stream_selector_request_new_pad):
13628           For the active pad, forward buffer-alloc requests, otherwise
13629           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
13630           having to memcpy every frame when used by playbin.
13631
13632         * gst/tcp/gstmultifdsink.c:
13633         (gst_multi_fd_sink_handle_client_write):
13634           Get negotiated caps from the sink pad, rather than the sink
13635           pad's peer.
13636
13637 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
13638
13639         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
13640         
13641         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
13642           Don't forget to set src->callbacks_pushed to FALSE again when
13643           popping them, otherwise re-activation in a different mode won't
13644           work (#334620).
13645
13646 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
13647
13648         Patch by: Sebastien Moutte  <sebastien moutte net>
13649
13650         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
13651         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
13652         (gst_ffmpeg_smpfmt_to_caps):
13653           Replace __VA_ARGS__ caps creation macros with varargs functions.
13654           Makes things compile on MSVC (#320765), looks nicer, and we can
13655           tell the compiler to check for the NULL terminator.
13656
13657 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
13658
13659         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
13660
13661         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13662           Make sure the buffer we copy into is really always big
13663           enough, this time for real (#333488).
13664           
13665 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
13666
13667         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13668           Add support for 24bpp DIB (#305279).
13669
13670 2006-03-14  Wim Taymans  <wim@fluendo.com>
13671
13672         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
13673         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
13674         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
13675         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13676         (gst_video_scale_init), (gst_video_scale_src_event):
13677         Re-enable QoS after the release.
13678         Rework videoscale to use the base class src_event handler.
13679
13680 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
13681
13682         * configure.ac:
13683           back to CVS.
13684
13685 === release 0.10.5 ===
13686
13687 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
13688
13689         * configure.ac:
13690           releasing 0.10.5, "Net"
13691
13692 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
13693
13694         * docs/plugins/Makefile.am:
13695           Part of previous cdparanoiasrc docs fixes, forgot to commit.
13696           
13697 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
13698
13699         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13700         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13701         * docs/plugins/gst-plugins-base-plugins.hierarchy:
13702           Add cdparanoiasrc to docs.
13703
13704         * gst-libs/gst/cdda/gstcddabasesrc.c:
13705           More GstCddaBaseSrc docs.
13706
13707 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
13708
13709         * docs/libs/gst-plugins-base-libs-sections.txt:
13710         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
13711         * gst-libs/gst/tag/tag.h:
13712           API: libgsttag: new method gst_tag_from_id3_user_tag().
13713
13714 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
13715
13716         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13717           NULL-terminate array of mpeg4 video file extensions.
13718           Fixes crash on PPC (#334226).
13719
13720 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
13721
13722         * ext/gnomevfs/gstgnomevfssrc.c:
13723         (gst_gnome_vfs_src_check_get_range):
13724           gnome_vfs_uri_is_local() alone is not a good indicator
13725           whether we can operate in pull-mode with a specific URI,
13726           as it returns FALSE for file:// URIs that point to an
13727           NFS-mounted path. Be more conservative here: whitelist
13728           local files, blacklist http URIs and use the old
13729           mechanism for anything else (fixes #334216).
13730
13731 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13732
13733         * configure.ac:
13734           back to trunk
13735
13736 === release 0.10.4 ===
13737
13738 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
13739
13740         * configure.ac:
13741           releasing 0.10.4, "Power"
13742
13743 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
13744
13745         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
13746         Disable max-lateness by setting it to -1 for now, so that 
13747         we can bed QoS stuff in thoroughly between now and the next
13748         release.
13749
13750 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13751
13752         Patch by: Fabrizio Gennari
13753
13754         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13755           Make sure we don't read beyond the palette buffer in case of
13756           broken or manipulated files (#333488)
13757
13758 2006-03-10  Edward Hervey  <edward@fluendo.com>
13759
13760         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
13761         Fix for variable not initialized.
13762
13763 2006-03-09  Wim Taymans  <wim@fluendo.com>
13764
13765         * ext/libvisual/visual.c: (gst_visual_get_type),
13766         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
13767         (gst_visual_chain):
13768         Small cleanups.
13769
13770         * ext/theora/gsttheoradec.h:
13771         * ext/theora/theoradec.c: (gst_theora_dec_init),
13772         (gst_theora_dec_reset), (_theora_granule_time),
13773         (theora_dec_src_convert), (theora_dec_sink_convert),
13774         (theora_dec_src_query), (theora_dec_src_event),
13775         (theora_dec_sink_event), (theora_handle_comment_packet),
13776         (theora_handle_header_packet), (theora_dec_push),
13777         (theora_handle_data_packet), (theora_dec_chain),
13778         (theora_dec_change_state):
13779         Add simple QoS.
13780
13781 2006-03-09  Wim Taymans  <wim@fluendo.com>
13782
13783         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13784         (audiocast_register_listener), (gst_gnome_vfs_src_start):
13785         Some cleanups.
13786
13787 2006-03-09  Wim Taymans  <wim@fluendo.com>
13788
13789         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
13790         Don't try to activate NULL chains.
13791
13792 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
13793
13794         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
13795           Fix invalid memory access to region before peek'd data (#332964).
13796
13797 2006-03-09  Wim Taymans  <wim@fluendo.com>
13798
13799         Patch by: Christophe Fergeau
13800
13801         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
13802         * ext/pango/gsttextrender.c: (gst_text_render_init):
13803         * gst/adder/gstadder.c: (gst_adder_init):
13804         Don't leak padtemplates, closes #333510.
13805
13806 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
13807
13808         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
13809           Fix invalid memory access: make sure string passed to
13810           regexec() is NUL-termianted.
13811
13812 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
13813
13814         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
13815         (mp3_type_find):
13816           Refactor mpeg/audio typefinding to make it more maintainable
13817           and easier to fine-tune. Make probing into middle of the file
13818           work properly (fixes #333900, also see #152688).
13819
13820 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
13821
13822         * gst/typefind/gsttypefindfunctions.c:
13823         (utf8_type_find_have_valid_utf8_at_offset):
13824           Remove part from previous commit that was bogus:
13825           g_utf8_validate() does in fact not accept embedded
13826           zeroes, so we don't need to check for those (thanks
13827           to Mike for the hint).
13828
13829 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
13830
13831         * gst/typefind/gsttypefindfunctions.c:
13832         (utf8_type_find_count_embedded_zeroes),
13833         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
13834           Make plain/text typefinder more conservative: firstly, check
13835           for embedded zeroes, which are perfectly valid UTF-8 characters,
13836           but also a fairly good sign that something is not a plain text
13837           file; secondly, probe into the middle of the file if possible.
13838           If we can't probe into the middle, limit the probability value
13839           to be returned to TYPE_FIND_POSSIBLE (see #333900).
13840
13841 2006-03-08  Michael Smith  <msmith@fluendo.com>
13842
13843         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13844           Make typefind function name for mpeg4 video unique.
13845
13846 2006-03-08  Wim Taymans  <wim@fluendo.com>
13847
13848         * ext/libvisual/visual.c: (gst_visual_init),
13849         (gst_visual_clear_actors), (gst_visual_dispose),
13850         (gst_visual_reset), (gst_visual_src_setcaps),
13851         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
13852         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
13853         (gst_visual_chain), (gst_visual_change_state):
13854         Cleanups, post nice errors.
13855         Handle sink and src events.
13856         Implement simple QoS.
13857
13858         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
13859         Use new basesink methods to configure max-lateness.
13860         Small doc update.
13861
13862         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13863         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
13864         Debug statement cleanups.
13865
13866         * gst/volume/gstvolume.c: (gst_volume_class_init):
13867         Simple cleanup.
13868
13869 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
13870
13871         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
13872         (gst_text_overlay_init), (gst_text_overlay_set_property),
13873         (gst_text_overlay_get_property):
13874           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
13875           as string type properties, but mark them deprecated. Add
13876           'halignment' and 'valignment' properties that use enums
13877           instead of strings.
13878
13879 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
13880
13881         Patch by: Fabrizio Gennari
13882
13883         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13884           Allow palettes with less than 256 colours in AVI files
13885           (#333488)
13886
13887 2006-03-07  Julien MOUTTE  <julien@moutte.net>
13888
13889         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
13890         (gst_text_overlay_video_event): Fix wrong EOS handling on text
13891         pad. We were releasing the queued text buffer when we should keep
13892         it until video pad gets EOS or discard the text buffer because it's
13893         too old. That was eating the last subtitle buffer. Add some more
13894         debug.
13895
13896 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
13897
13898         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
13899         (gst_text_overlay_video_chain):
13900           Fix invalid memory access (we can't access a buffer after it's been
13901           pushed downstream without taking a reference); fix memory leak (if
13902           there's no text to render, bail out before allocating stuff).
13903
13904 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
13905
13906         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
13907         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
13908         * ext/pango/gsttextoverlay.h:
13909           If input is plain text, escape it before passing it to
13910           pango_layout_set_markup().
13911
13912 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
13913
13914         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
13915           Don't ignore flow return from gst_pad_push().
13916
13917 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
13918
13919         Patch by: Fabrizio Gennari
13920
13921         * ext/libvisual/visual.c: (gst_visual_getcaps),
13922         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
13923         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
13924         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
13925         (gst_vorbisenc_convert_sink):
13926         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
13927         (gst_audio_duration_from_pad_buffer):
13928         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
13929         (gst_audio_filter_chain):
13930         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13931         (gst_base_rtp_depayload_setcaps):
13932         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
13933         (gst_video_get_size):
13934         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
13935           Don't leak references returned by gst_pad_get_parent()
13936           (#333663)
13937
13938 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
13939
13940         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
13941           change location param details
13942         * gst/volume/gstvolume.c: (plugin_init):
13943           correct plugin description
13944
13945 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
13946
13947         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
13948         (gst_gnome_vfs_src_check_get_range):
13949           Override GstBaseSrc::check_get_range() in order to avoid opening
13950           the resource just to check whether we can operate in pull-mode or
13951           not - we can predict that pretty well from the URI alone. Should
13952           fix problems with last.fm (#331690). (Requires latest core CVS).
13953
13954 2006-03-06  Wim Taymans  <wim@fluendo.com>
13955
13956         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13957         (gst_video_sink_class_init):
13958         Throw away frames that are later than 20 ms.
13959
13960 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
13961
13962         Patch by: Fabrizio Gennari
13963
13964         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13965           Set depth on WMA caps (#333545)
13966
13967 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13968
13969         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
13970         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
13971           put Theora BOS pages before others.  This hardcodes
13972           the Ogg/Theora I profile, but hey.
13973
13974 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13975
13976         * ext/ogg/README:
13977           updated with some examples
13978         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
13979         (granulepos_add), (theora_buffer_from_packet):
13980         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
13981         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
13982         (gst_vorbisenc_chain):
13983           implement strategy from ext/ogg/README
13984         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
13985         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13986         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
13987         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
13988           Fix muxer so that oggz-validate is happy with all streams;
13989           except for no eos mark, and the BOS page ordering
13990         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
13991         (check_buffer_granulepos):
13992         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
13993           update tests to check for OFFSET being set as requested
13994           fixed type of granulepos, it's not a ClockTime
13995
13996 2006-03-05  Julien MOUTTE  <julien@moutte.net>
13997
13998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13999         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14000         Check that the xvimage we are creating has a correct size
14001         before returning it. (#314897)
14002
14003 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
14004
14005         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14006           Give id3 and ape tag typefinders a rank slightly higher
14007           than PRIMARY to ensure they're always run before any of
14008           the other typefinders (in particular wav and mp3) (#324186).
14009
14010 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
14011
14012         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14013           Add support for '3IVD' fourcc (#333403).
14014
14015 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
14016
14017         * configure.ac:
14018           Bump requirements to GStreamer CVS for the new error enum.
14019
14020         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
14021           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
14022           space left on the device (fixes #333352).
14023
14024 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
14025
14026         * win32/vs6:
14027           add a project file for libgstvolume
14028           update the workspace
14029
14030 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14031
14032         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14033         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
14034         (GST_START_TEST):
14035           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
14036           Set IN_CAPS on header buffers
14037
14038 2006-03-02  Wim Taymans  <wim@fluendo.com>
14039
14040         * docs/plugins/Makefile.am:
14041         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14042         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14043         Add audioresample to docs.
14044
14045         * gst/audioconvert/gstaudioconvert.c:
14046         Add revision date.
14047
14048         * gst/audioresample/gstaudioresample.c:
14049         (gst_audioresample_base_init), (gst_audioresample_class_init),
14050         (gst_audioresample_init), (gst_audioresample_dispose),
14051         (audioresample_get_unit_size), (audioresample_transform_caps),
14052         (resample_set_state_from_caps), (audioresample_transform_size),
14053         (audioresample_set_caps), (audioresample_event),
14054         (audioresample_do_output), (audioresample_transform),
14055         (audioresample_pushthrough), (gst_audioresample_set_property),
14056         (gst_audioresample_get_property), (plugin_init):
14057         * gst/audioresample/gstaudioresample.h:
14058         Added docs.
14059         Small code cleanups.
14060
14061 2006-03-02  Wim Taymans  <wim@fluendo.com>
14062
14063         * docs/plugins/Makefile.am:
14064         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14065         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14066         Added videoscale to docs.
14067
14068         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
14069         (gst_video_rate_swap_prev), (gst_video_rate_event),
14070         (gst_video_rate_chain):
14071         Fix typo in docs.
14072
14073         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14074         (gst_video_scale_init), (gst_video_scale_prepare_size),
14075         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
14076         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
14077         * gst/videoscale/gstvideoscale.h:
14078         Added docs, examples.
14079         Some code cleanups.
14080         Post errors instead of g_warning.
14081
14082 2006-03-02  Wim Taymans  <wim@fluendo.com>
14083
14084         * docs/libs/gst-plugins-base-libs-docs.sgml:
14085         * docs/libs/gst-plugins-base-libs-sections.txt:
14086         * docs/libs/gst-plugins-base-libs.types:
14087         * docs/plugins/Makefile.am:
14088         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14089         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14090         Added some more docs to libs and plugins.
14091
14092         * gst-libs/gst/audio/gstringbuffer.c:
14093         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
14094         * gst-libs/gst/audio/gstringbuffer.h:
14095         Document ringbuffer some more.
14096
14097         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
14098         (gst_video_rate_setcaps), (gst_video_rate_reset),
14099         (gst_video_rate_init), (gst_video_rate_flush_prev),
14100         (gst_video_rate_swap_prev), (gst_video_rate_event),
14101         (gst_video_rate_chain), (gst_video_rate_change_state):
14102         * gst/videorate/gstvideorate.h:
14103         Fix videorate to use segments.
14104         Make it work with 0/1 framerates (closes #331903)
14105         Handle EOS correctly.
14106         Added docs.
14107
14108 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
14109
14110         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
14111         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14112         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
14113           In state change function, first chain up to parent class,
14114           then handle downwards state change stuff. Remove some
14115           commented out cruft from 0.8 code.
14116
14117 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
14118
14119         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14120         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14121         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
14122         (gst_ogm_parse_chain):
14123           Don't remove/re-add source pad if the new caps are the same as
14124           the old caps anyway (#333042). When removing source pad, don't
14125           unref it afterwards - we didn't ref it when adding. Sprinkle some
14126           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
14127           after using gst_pad_get_parent(). Return downstream flow return
14128           value in chain function.
14129
14130 2006-03-02  Wim Taymans  <wim@fluendo.com>
14131
14132         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14133         * docs/plugins/gst-plugins-base-plugins.args:
14134         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14135         * docs/plugins/gst-plugins-base-plugins.interfaces:
14136         * docs/plugins/gst-plugins-base-plugins.signals:
14137         Fix hierarchy, added some more elements to the docs.
14138
14139         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14140         (gst_ffmpegcsp_get_type):
14141         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14142         Fix docs for ffmpegcolorspace.
14143
14144 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
14145
14146         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
14147         (apetag_type_find), (ape_type_find), (plugin_init):
14148           Some typefinding fine-tuning:
14149           - rank ID3/APE tags in order of preference via probabilities, so that
14150             ID3v2 > APEv2 > APEv1 > ID3v1.
14151           - three or four bytes don't really justify MAXIMUM probability,
14152             change those to 'very likely' (musepack and monkeysaudio).
14153
14154 2006-03-01  Wim Taymans  <wim@fluendo.com>
14155
14156         * docs/plugins/Makefile.am:
14157         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14158         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14159         * ext/alsa/gstalsamixer.c:
14160         * ext/alsa/gstalsamixer.h:
14161         * ext/alsa/gstalsamixerelement.c:
14162         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
14163         * ext/alsa/gstalsamixerelement.h:
14164         * ext/alsa/gstalsasink.c:
14165         * ext/alsa/gstalsasink.h:
14166         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14167         (gst_alsasrc_init):
14168         * ext/alsa/gstalsasrc.h:
14169         Added alsa docs.
14170         Small code cleanups.
14171
14172 2006-03-01  Wim Taymans  <wim@fluendo.com>
14173
14174         * ext/theora/Makefile.am:
14175         Dist new header too,
14176
14177 2006-03-01  Wim Taymans  <wim@fluendo.com>
14178
14179         * docs/plugins/Makefile.am:
14180         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14181         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14182         * ext/gnomevfs/gstgnomevfssink.h:
14183         * ext/gnomevfs/gstgnomevfssrc.h:
14184         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14185         * ext/vorbis/vorbisdec.h:
14186         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
14187         * ext/vorbis/vorbisenc.h:
14188         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
14189         (vorbis_parse_chain), (vorbis_parse_change_state):
14190         * ext/vorbis/vorbisparse.h:
14191         * gst/audioconvert/gstaudioconvert.h:
14192         * gst/tcp/gsttcpserversink.h:
14193         * gst/videotestsrc/gstvideotestsrc.c:
14194         * gst/videotestsrc/gstvideotestsrc.h:
14195         * gst/volume/gstvolume.c:
14196         * gst/volume/gstvolume.h:
14197         Fix some more docs.
14198         Added docs for vorbisdec and vorbisparse.
14199         Fix vorbisparse.
14200
14201 2006-03-01  Wim Taymans  <wim@fluendo.com>
14202
14203         * docs/plugins/Makefile.am:
14204         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14205         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14206         * ext/pango/gstclockoverlay.h:
14207         * ext/pango/gsttextoverlay.h:
14208         * ext/pango/gsttextrender.h:
14209         * ext/pango/gsttimeoverlay.h:
14210         * ext/theora/gsttheoradec.h:
14211         * ext/theora/gsttheoraenc.h:
14212         * ext/theora/theoradec.c:
14213         * ext/theora/theoraenc.c:
14214         * gst/audioconvert/gstaudioconvert.h:
14215         * gst/audiotestsrc/gstaudiotestsrc.h:
14216         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14217         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14218         * gst/tcp/gstmultifdsink.h:
14219         Updated/added documentation.
14220
14221         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
14222         (gst_text_overlay_halign_get_type),
14223         (gst_text_overlay_wrap_mode_get_type),
14224         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
14225         (gst_text_overlay_init), (gst_text_overlay_set_property),
14226         (gst_text_overlay_get_property):
14227         Fix up properties to be enums instead of string to make bindings,
14228         introspection and automatic GUI creation possible.
14229         Add getters for the properties.
14230
14231 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
14232
14233         * gst/audiotestsrc/gstaudiotestsrc.c:
14234           added defines of M_PI and M_PI_2
14235         * gst/ffmpegcolorspace/avcodec.h:
14236           removed #include "stdint.h" for win32 as _stdint.h is 
14237           autogenerated to win32/common
14238         * win32/common/libgstaudio.def:
14239         * win32/common/libgsttag.def:
14240           added some exports
14241         * win32/vs6:
14242           some project files bugs corrected
14243         * win32/vs7:
14244           project files are reset to the default vs7 configuration 
14245           (they link to msvcr71.dll using default optimizations)
14246           
14247 2006-02-28  Wim Taymans  <wim@fluendo.com>
14248
14249         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
14250         Fix some docs.
14251
14252 2006-02-28  Edward Hervey  <edward@fluendo.com>
14253
14254         * ext/alsa/gstalsasrc.c:
14255         Set proper class on the ElementDetails:
14256         Source/Audio instead of Src/Audio/
14257
14258 2006-02-28  Edward Hervey  <edward@fluendo.com>
14259
14260         * gst/videoscale/vs_scanline.c:
14261         (vs_scanline_resample_nearest_RGBA):
14262         Revert optimization in videoscale. It should go in liboil and have
14263         an appropriate liboil function.
14264
14265 2006-02-28  Wim Taymans  <wim@fluendo.com>
14266
14267         * gst-libs/gst/audio/gstbaseaudiosink.c:
14268         (gst_base_audio_sink_provide_clock):
14269         Don't try to provide a clock in the NULL state.
14270
14271 2006-02-28  Wim Taymans  <wim@fluendo.com>
14272
14273         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
14274         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
14275         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14276         (gst_ogg_demux_deactivate_current_chain),
14277         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
14278         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
14279         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
14280         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
14281         Use GstSegment infrastructure to remove duplicated code
14282         and handle more seek cases correctly.
14283
14284 2006-02-28  Wim Taymans  <wim@fluendo.com>
14285
14286         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14287         (gst_ffmpegcsp_transform):
14288         Don't ignore return code from ffmpeg convert function.
14289
14290         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14291         Split out some long statements to ease debugging.
14292
14293 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
14294
14295         * ext/libvisual/visual.c: (gst_visual_init),
14296         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
14297         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
14298         being able to renegotiate the size. Instead, use the negotiation
14299         algorithm from the goom plugin to pick an initial output caps. 
14300
14301         Also, allow theoretical libvisual plugins that might support non-GL 
14302         output even if they also do GL.
14303
14304 2006-02-26  Julien MOUTTE  <julien@moutte.net>
14305
14306         * ext/libvisual/visual.c: (gst_visual_init),
14307         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
14308         (plugin_init): Load only non GL plugins. Fix some memleaks and 
14309         possible negotiation issues.
14310
14311 2006-02-25  Julien MOUTTE  <julien@moutte.net>
14312
14313         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
14314
14315 2006-02-24  Michael Smith  <msmith@fluendo.com>
14316
14317         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
14318         (cmml_type_find), (plugin_init):
14319           Fix CMML type find function to not require a specific minor version
14320           of the CMML header.
14321
14322           Add an MPEG4 video elementary stream typefind function.
14323
14324 2006-02-04  Michael Smith  <msmith@fluendo.com>
14325
14326         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
14327         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
14328         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14329         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14330         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
14331         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
14332           Annodex support in ogg demuxer. Doesn't do very much without the
14333           other annodex patches (to come).
14334
14335 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
14336
14337         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
14338
14339         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14340           Pick up palette for MS video v1 (#327028)
14341
14342 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
14343
14344         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14345         (gst_ffmpegcsp_caps_remove_format_info),
14346         (gst_ffmpegcsp_get_unit_size):
14347           The 'palette_data' field from incoming RGB caps shouldn't be
14348           proxied on outgoing YUV caps; also, restrict unit size
14349           adjustment in case of paletted data only to the unit that
14350           actually has a palette. Fixes #330711.
14351
14352 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
14353
14354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14355         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
14356         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
14357         (gst_ffmpegcsp_get_unit_size):
14358           Plug some memory leaks.
14359
14360 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
14361
14362         * sys/ximage/Makefile.am:
14363         * sys/xvimage/Makefile.am:
14364           Add some _CFLAGS and _LIBS that seem to be missing
14365           and/or required for Cygwin (see #317048).
14366
14367 2006-02-22  Wim Taymans  <wim@fluendo.com>
14368
14369         * ext/alsa/gstalsasrc.c:
14370         Fix description as pointed out by caugier.
14371
14372 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
14373
14374         Reviewed by : Edward Hervey  <edward@fluendo.com>
14375
14376         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
14377         (qt_type_find):
14378         Better 3gp typefinding (#331526).
14379
14380 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
14381
14382         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
14383           Don't send EOS event here, the base class will send one for us.
14384
14385         * gst/playback/gstplaybasebin.c: (prepare_output):
14386           Subpictures without video stream aren't allowed either.
14387         
14388         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
14389           Fix debug statement copy'n'paste-o.
14390
14391 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
14392
14393         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
14394           Fix issues with mixer keeping state when muting/unmuting
14395           and when changing the volume whilst muted (see #331763
14396           and #331765).
14397
14398 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
14399
14400         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
14401         (parse_subrip), (gst_sub_parse_format_autodetect):
14402           Set right caps given that we send escaped text. Also,
14403           honour <i></i>, <b></b> and <u></u> markers that can be found
14404           in .srt files (fixes #310202).
14405
14406 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
14407
14408         * gst-libs/gst/audio/mixerutils.c:
14409         (element_factory_rank_compare_func):
14410           Make order in which elements are tried more determinable.
14411
14412 2006-02-20  Julien MOUTTE  <julien@moutte.net>
14413
14414         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
14415         (remove_element_chain), (cleanup_decodebin),
14416         (gst_decode_bin_change_state): Make decodebin reusable by
14417         fixing remove_element_chain first and then introduce a
14418         cleaner in state change to ->NULL. (Closes #331678)
14419
14420 2006-02-19  Wim Taymans  <wim@fluendo.com>
14421
14422         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
14423         use 0666 mask when creating files so umask gets applied
14424         correctly. Fixes #331295.
14425
14426 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
14427
14428         * gst/subparse/Makefile.am:
14429         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14430         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
14431         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
14432         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
14433         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
14434         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
14435         * gst/subparse/gstssaparse.h:
14436         * gst/subparse/gstsubparse.c: (plugin_init):
14437           Add very basic parser for SSA subtitle streams (as often
14438           found in matroska files).
14439
14440 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
14441
14442         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
14443           That should be text/x-pango-markup, not text/x-pango-layout.
14444
14445 2006-02-19  Julien MOUTTE  <julien@moutte.net>
14446
14447         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
14448         Polishing.
14449
14450 2006-02-19  Julien MOUTTE  <julien@moutte.net>
14451
14452         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14453         (gst_text_overlay_finalize), (gst_text_overlay_init),
14454         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
14455         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
14456         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
14457         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
14458         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
14459         Fix state change deadlock.
14460
14461 2006-02-19  Julien MOUTTE  <julien@moutte.net>
14462
14463         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14464         (gst_text_overlay_finalize), (gst_text_overlay_init),
14465         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
14466         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
14467         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
14468         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
14469         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
14470         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
14471         and subtitles files.
14472
14473 2006-02-19  Julien MOUTTE  <julien@moutte.net>
14474
14475         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
14476         should be considered as raw.
14477
14478 2006-02-19  Julien MOUTTE  <julien@moutte.net>
14479
14480         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
14481         (cb_probe):
14482         * gst/playback/gststreaminfo.h: Introduce language informations.
14483
14484 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
14485
14486         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14487         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14488         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14489         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
14490         Set shared memory segments to be deleted as soon as we have attached,
14491         that way they get cleaned up automatically if we crash.
14492
14493 2006-02-18  Julien MOUTTE  <julien@moutte.net>
14494
14495         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
14496         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
14497         functions are called with lock held.
14498
14499 2006-02-18  Julien MOUTTE  <julien@moutte.net>
14500
14501         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14502         (gst_text_overlay_finalize), (gst_text_overlay_init),
14503         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
14504         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
14505         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
14506         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
14507         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
14508         (gst_text_overlay_change_state): Refactoring of textoverlay
14509         without collectpads. This now supports sparse subtitles coming
14510         from a demuxer instead of a sub file. Seeking is still broken 
14511         though. Need to discuss with wtay some more on how to handle
14512         seeking correctly.
14513         * ext/pango/gsttextoverlay.h:
14514         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
14515         subtitles coming from the demuxer.
14516
14517 2006-02-17  Wim Taymans  <wim@fluendo.com>
14518
14519         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
14520         (gst_vorbisenc_convert_sink):
14521         Use some more scaling functions.
14522
14523 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
14524
14525         * ext/cdparanoia/gstcdparanoiasrc.c:
14526         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
14527         (gst_cd_paranoia_paranoia_callback),
14528         (gst_cd_paranoia_src_signal_is_being_watched),
14529         (gst_cd_paranoia_src_read_sector):
14530         * ext/cdparanoia/gstcdparanoiasrc.h:
14531           Add back 'transport-error' and 'uncorrected-error' signals and
14532           make them actually be fired when bad stuff happens (#319340).
14533
14534 2006-02-17  Wim Taymans  <wim@fluendo.com>
14535
14536         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14537         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14538         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
14539         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
14540         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
14541         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
14542         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
14543         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
14544         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
14545         (gst_ring_buffer_clear):
14546         Small cleanups.
14547         Added some G_LIKELY.
14548
14549 2006-02-17  Wim Taymans  <wim@fluendo.com>
14550
14551         * gst-libs/gst/audio/TODO:
14552         Update TODO
14553
14554         * gst-libs/gst/audio/gstbaseaudiosink.c:
14555         (gst_base_audio_sink_get_offset):
14556         When trying to play samples ASAP and we don't have a
14557         previous sample, try to play at position 0 instead of
14558         an invalid position.
14559
14560 2006-02-17  Wim Taymans  <wim@fluendo.com>
14561
14562         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
14563         (gst_alsasink_reset):
14564         Also release lock when we get an error in _reset();
14565         fix an error message.
14566
14567 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
14568
14569         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14570         (gst_alsasink_init), (get_channel_free_structure),
14571         (caps_add_channel_configuration), (gst_alsasink_getcaps),
14572         (gst_alsasink_close):
14573         * ext/alsa/gstalsasink.h:
14574           Add support for more than 2 channels (#326720).
14575
14576 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
14577
14578         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
14579           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
14580           with 4 or 6 channels, assume a default channel layout to make things
14581           work (not sure there's anything else we can do in those cases).
14582
14583 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
14584
14585         * gst-libs/gst/audio/multichannel.c:
14586           Minor docs fix.
14587
14588         * gst-libs/gst/riff/Makefile.am:
14589         * gst-libs/gst/riff/riff-ids.h:
14590         * gst-libs/gst/riff/riff-media.c:
14591         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
14592           Add support for WAVEFORMATEX, eg. PCM audio with more than two
14593           channels and a channel layout map.
14594           
14595 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
14596
14597         Reviewed by Edward Hervey  <edward@fluendo.com>
14598
14599         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
14600         C-level optimization of the RGBA nearest neighbour function.
14601         Eventually this might end up in liboil with vectorized versions.
14602
14603 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
14604
14605         * gst-libs/gst/audio/multichannel.c:
14606         (gst_audio_get_channel_positions):
14607           When we have more than 2 channels, but no channel layout is
14608           specified in the caps, return some default channel layout
14609           to the caller and warn about about a possibly buggy element
14610           (could be buggy filtercaps as well of course) (#317038).
14611
14612 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
14613
14614         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
14615           Add gst-libs/gst/cdda to list of lib search paths.
14616
14617 2006-02-15  Andy Wingo  <wingo@pobox.com>
14618
14619         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
14620         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
14621         to the Lord Jesus that I do not have to touch the ogg muxer ever
14622         again.
14623
14624 2006-02-15  Edward Hervey  <edward@fluendo.com>
14625
14626         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14627         quicktime movie files can also contain 'uuid' atoms.
14628
14629 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
14630
14631         * gst/audioconvert/plugin.c: (plugin_init):
14632           Register the GstAudioChannelPosition enum type with the type
14633           system in the plugin_init function, so that it is known before
14634           any element actually makes use of multi-channel stuff. This is
14635           required for example if one wants to be able to deserialise/use
14636           a caps string with channel positions before any pipeline has
14637           been setup and started, like with gst-launch.
14638
14639 2006-02-14  Wim Taymans  <wim@fluendo.com>
14640
14641         * gst-libs/gst/audio/gstringbuffer.c:
14642         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
14643         (gst_ring_buffer_samples_done), (wait_segment),
14644         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
14645         Add some compiler G_(UN_)LIKELY help.
14646         SIGNAL the ringbuffer waiters when going to PAUSED as well to
14647         make sure they can exit their functions. Should fix #330748
14648
14649 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14650
14651         * Makefile.am:
14652         * configure.ac:
14653         * win32/MANIFEST:
14654         * win32/common/_stdint.h:
14655           Windows does not have long long; copy the generated _stdint.h
14656         * win32/common/interfaces-enumtypes.c:
14657         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
14658         (gst_mixer_track_flags_get_type),
14659         (gst_tuner_channel_flags_get_type):
14660         * win32/common/multichannel-enumtypes.c:
14661         (gst_audio_channel_position_get_type):
14662           update
14663
14664 2006-02-13  Wim Taymans  <wim@fluendo.com>
14665
14666         * gst-libs/gst/audio/gstbaseaudiosink.c:
14667         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
14668         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14669         Always sync on first sample we receive when starting.
14670
14671 2006-02-13  Wim Taymans  <wim@fluendo.com>
14672
14673         * gst/playback/gstplaybin.c: (gen_vis_element):
14674         Update vis bin docs.
14675         Move queue after tee so we don't queue video buffers but
14676         audio samples instead. Fixes problems where the video queue
14677         is filled and the audio queue empty.
14678
14679 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
14680
14681         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
14682           No need to push an EOS event here, GstBaseSrc will do that for us
14683           when we return FLOW_UNEXPECTED.
14684           
14685 2006-02-12  Wim Taymans  <wim@fluendo.com>
14686
14687         * gst-libs/gst/audio/gstbaseaudiosink.c:
14688         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
14689         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
14690         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14691         Use scale functions when possible.
14692         Fix error messages.
14693         Free clockid when after waiting for EOS.
14694         Use G_(UN_)LIKLY when it makes sense.
14695         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
14696
14697 2006-02-12  Edward Hervey  <edward@fluendo.com>
14698
14699         * gst/playback/gstplaybasebin.c: (prepare_output): 
14700         Remove stray semi-colon (fixes #330888).
14701
14702 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
14703
14704         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
14706         Fix up the XShm call testing so that we catch errors, and don't
14707         cause new ones by attempting to detach from a segment we failed
14708         to attach to. Fixes #312439.
14709
14710 2006-02-10  Edward Hervey  <edward@fluendo.com>
14711
14712         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14713         Added flv file typefind (video/x-flv).
14714
14715 2006-02-10  Edward Hervey  <edward@fluendo.com>
14716
14717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14718         (gst_riff_create_video_template_caps):
14719         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
14720         Also added the caps to the default set of riff video caps.
14721
14722 2006-02-09  Andy Wingo  <wingo@pobox.com>
14723
14724         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
14725         time and the end time of the last packet in the page.
14726         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
14727         on the pages in our queue, set the duration as well. Reflow a
14728         debug statement.
14729         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
14730         Fixes bad muxing order.
14731
14732 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14733
14734         * gst-libs/gst/rtp/gstbasertppayload.c:
14735         (gst_basertppayload_setcaps), (gst_basertppayload_push):
14736           update seqnum before setting it on the packet; this makes sure
14737           that the timestamp and seqnum properties match after pushing
14738           a buffer
14739
14740 2006-02-09  Andy Wingo  <wingo@pobox.com>
14741
14742         * gst-libs/gst/audio/gstringbuffer.c
14743         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
14744         overflow after 13.5 hours of recording. Kapow!
14745
14746         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
14747         the buffer size -- we don't care about underrun/overrun reporting
14748         right now, just need to return a useful value.
14749
14750 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
14751
14752         * configure.ac:
14753           Back to CVS
14754
14755 === release 0.10.3 ===
14756
14757 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
14758
14759         * configure.ac:
14760           releasing 0.10.3, "Under Pressure"
14761
14762 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
14763
14764         * configure.ac:
14765         Drat. Bump libtool version number for new API.
14766         Prelease 0.10.2.3 (of 0.10.3)
14767
14768 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
14769
14770         * configure.ac:
14771         * win32/common/config.h:
14772         0.10.2.2 prerelease (of 0.10.3).
14773
14774 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
14775
14776         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
14777           Revert Andy's newsegment change pending a more correct
14778           fix.
14779
14780 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14781
14782         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
14783         (qt_type_find), (plugin_init):
14784           detect more files as 3gp
14785           group and reorder the iso file formats
14786
14787 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
14788
14789         * ext/vorbis/vorbis.c: (plugin_init):
14790           Register musicbrainz tags, so apps don't have to.
14791
14792 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
14793
14794         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
14795         (gst_tag_to_vorbis_tag):
14796           Make sure we called gst_tag_register_musicbrainz_tags()
14797           before possibly mapping a vorbiscomment string from/to a
14798           musicbrainz tag.
14799
14800 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
14801
14802         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
14803           In case we can't find the required number of consecutive
14804           mpeg audio frames to positively identify an MPEG audio
14805           stream, check if there's at least a valid mpeg audio
14806           frame right at offset 0 and if so suggest mpeg/audio
14807           caps with a very low probability (#153004).
14808
14809 2006-02-07  Andy Wingo  <wingo@pobox.com>
14810
14811         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
14812         a TIME segment if we get timestamped buffers. Requires recent
14813         fixes in core to work properly.
14814
14815 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
14816
14817         * gst/playback/gstplaybasebin.c: (prepare_output):
14818           Don't print the URI as part of the error message, it
14819           makes error dialogs look rather ugly, especially if
14820           the URI is very long or has characters in it that
14821           need escaping.
14822
14823 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
14824
14825         * gst/playback/gstplaybasebin.c: (prepare_output):
14826           Error out if we have only text or subtitles, but nothing
14827           else. Also error out if we have subtitles but no video
14828           stream.
14829
14830 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
14831
14832         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
14833           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
14834           Post an error message on the bus when we encounter an
14835           error, which will hopefully be more meaningful than the
14836           'Internal Flow Error' message users get to see if we
14837           just return GST_FLOW_ERROR.
14838
14839 2006-02-07  Andy Wingo  <wingo@pobox.com>
14840
14841         * configure.ac (GST_MAJORMINOR): Update core version req to
14842         0.10.2.2, for the collectpads API addition (#330244).
14843
14844 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14845
14846         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14847           Return FALSE from plugin_init() when GnomeVFS can't
14848           be initialised for some reason (#328423).
14849
14850 2006-02-06  Julien MOUTTE  <julien@moutte.net>
14851
14852         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
14853         Stick to seeking theory until i find the bug.
14854         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
14855
14856 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
14857
14858         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14859         (theora_enc_finalize), (theora_enc_sink_setcaps),
14860         (theora_set_header_on_caps), (theora_enc_chain),
14861         (theora_enc_change_state):
14862         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
14863           Make theoraenc and the tests leak free. Like, really.
14864
14865 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
14866
14867         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14868         (theora_enc_finalize), (theora_enc_sink_setcaps):
14869           Add a finalize method to ensure we clean up state even if
14870           someone omitted the state change back to NULL.
14871
14872         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
14873         (gst_vorbisenc_chain):
14874           Free some more leaked bits.
14875
14876         * tests/check/pipelines/theoraenc.c: (start_pipeline),
14877         (stop_pipeline):
14878           Wait for state changes to happen if they're ASYNC.
14879
14880           This ought to teach those fancy pants buildbots a lesson.
14881
14882 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
14883
14884         * gst-libs/gst/tag/gstid3tag.c:
14885           Add mapping for ID3 International Standard Recording Code
14886           tag "TSRC"
14887
14888 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
14889
14890         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
14891           Don't leak tag names.
14892
14893 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
14894
14895         * docs/libs/gst-plugins-base-libs-docs.sgml:
14896         * docs/libs/gst-plugins-base-libs-sections.txt:
14897         * gst-libs/gst/tag/gstid3tag.c:
14898         * gst-libs/gst/tag/gstvorbistag.c:
14899         * gst-libs/gst/tag/tags.c:
14900           Split libgsttag docs into multiple sections.
14901
14902 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
14903
14904         * docs/libs/Makefile.am:
14905         * docs/libs/gst-plugins-base-libs-docs.sgml:
14906         * docs/libs/gst-plugins-base-libs-sections.txt:
14907         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
14908         * gst-libs/gst/tag/gstvorbistag.c:
14909         * gst-libs/gst/tag/tag.h:
14910         * gst-libs/gst/tag/tags.c:
14911           Add libgsttag to the docs.
14912
14913 2006-02-05  Julien MOUTTE  <julien@moutte.net>
14914
14915         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
14916         (gst_text_overlay_init), (gst_text_overlay_src_event),
14917         (gst_text_overlay_collected): Fix clockoverlay.
14918
14919 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
14920
14921         * docs/libs/compiling.sgml:
14922           Fix typo: it's pkg-config, not pkg-gconfig
14923
14924         * docs/libs/gst-plugins-base-libs-docs.sgml:
14925         * docs/libs/gst-plugins-base-libs-sections.txt:
14926         * docs/libs/tmpl/gstgconf.sgml:
14927           There is no libgstgconf in 0.10, remove it
14928           from the docs.
14929
14930 2006-02-05  Julien MOUTTE  <julien@moutte.net>
14931
14932         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
14933         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
14934         (gst_text_overlay_src_event), (gst_text_overlay_collected):
14935         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14936         (gst_sub_parse_class_init), (gst_sub_parse_init),
14937         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
14938         (parse_mpsub), (parser_state_init), (handle_buffer),
14939         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
14940         * gst/subparse/gstsubparse.h: Introduce seeking code.
14941
14942 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
14943
14944         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
14945           Add comment about LANGUAGE tag inconsistency (we want
14946           ISO-639-1, but extract three-letter identifiers?)
14947
14948         * po/POTFILES.in:
14949           Add two translatable files.
14950
14951 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
14952
14953         * gst-libs/gst/tag/Makefile.am:
14954         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
14955         * gst-libs/gst/tag/tag.h:
14956         * gst-libs/gst/tag/tags.c:
14957         (gst_tag_register_musicbrainz_tags_internal),
14958         (gst_tag_register_musicbrainz_tags):
14959           Forward-port some tags stuff from the 0.8 branch. This is
14960           mostly the addition of musicbrainz tags and their mapping
14961           to vorbistags, and a vorbistag mapping of the language tag.
14962
14963 2006-02-05  Julien MOUTTE  <julien@moutte.net>
14964
14965         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
14966         refactoring.
14967
14968 2006-02-04  David Schleef  <ds@schleef.org>
14969
14970         * ext/ogg/gstoggmux.c:
14971         * gst/typefind/gsttypefindfunctions.c:
14972           Add Dirac typefinding and add dirac format to oggmux.
14973
14974 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
14975
14976         * gst/playback/gstdecodebin.c: (try_to_link_1):
14977           Don't put essential function call into
14978           g_return_*() macro, otherwise it'll all be
14979           replaced by NOOPs when compiling with
14980           G_DISABLE_CHECKS defined.
14981
14982 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
14983
14984         * ext/ogg/gstoggdemux.c:
14985         * ext/ogg/gstoggparse.c:
14986         * gst/tcp/gsttcpserversink.c:
14987         * sys/v4l/v4lsrc_calls.c:
14988         * sys/v4l/v4lsrc_calls.h:
14989         Just make it compile with --disable-gst-debug.
14990
14991 2006-02-03  Wim Taymans  <wim@fluendo.com>
14992
14993         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14994         (gst_alsasink_class_init), (gst_alsasink_init),
14995         (gst_alsasink_write), (gst_alsasink_reset):
14996         * ext/alsa/gstalsasink.h:
14997         Add lock to protect alsa calls.
14998         Implement reset to flush samples ASAP, does not work
14999         with dmix though.
15000
15001 2006-02-02  Wim Taymans  <wim@fluendo.com>
15002
15003         * gst-libs/gst/audio/gstbaseaudiosink.c:
15004         (gst_base_audio_sink_provide_clock):
15005         Ugh.. getting late I guess...
15006
15007 2006-02-02  Wim Taymans  <wim@fluendo.com>
15008
15009         * gst-libs/gst/audio/gstbaseaudiosink.c:
15010         (gst_base_audio_sink_provide_clock),
15011         (gst_base_audio_sink_set_property),
15012         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
15013         Don't try to provide a clock when we are not negotiated since
15014         we might not be able to make it run.
15015
15016 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
15017
15018         * gst/playback/gstdecodebin.c: (try_to_link_1):
15019           Unlinking two source pads is ... hard.
15020
15021 2006-02-02  Wim Taymans  <wim@fluendo.com>
15022
15023         * gst-libs/gst/audio/TODO:
15024         Updated.
15025
15026         * gst-libs/gst/audio/gstbaseaudiosink.c:
15027         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
15028         On EOS, wait till the last sample is played before posting EOS.
15029
15030 2006-02-01  Philippe Kalaf <burger at speedy dot org>
15031
15032         Patch by: Kai Vehmanen
15033         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15034           Adds ability to enable newsegment bypass by setting queue_delay to
15035           zero. Also avoid thread being started if queue_delay is zero.
15036
15037 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
15038
15039         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
15040           Make test work again by connecting fakesinks to each decoded pad,
15041           which makes the pipeline wait until each fakesink has a buffer
15042           queued before going to PAUSED state. At that point we know the
15043           decodebin pads are negotiated.
15044
15045 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
15046
15047         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
15048         (gst_cdda_base_src_handle_event):
15049         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
15050           Pass unhandled queries to the parent class's query function.
15051
15052 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
15053
15054         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
15055         (gst_ogg_pad_src_query):
15056         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
15057         * ext/theora/theoradec.c: (theora_dec_src_query),
15058         (theora_dec_sink_query):
15059         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15060         (vorbis_dec_sink_query):
15061         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15062         (gst_vorbisenc_sink_query):
15063         * gst/adder/gstadder.c: (gst_adder_query):
15064           Pass unhandled queries upstream instead of just
15065           dropping them (#326447). Also, fix supported
15066           query types list for some elements.
15067
15068 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
15069
15070         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
15071         (paris_type_find), (ilbc_type_find), (plugin_init):
15072           Fix typefinding for audio/x-au, audio/x-paris and
15073           audio/iLBC-sh. We cannot use the START_WITH macros
15074           here, because there can only be one typefind factory
15075           with the same name (caps), so the second one would
15076           replace the first one and the first one would never
15077           be called when doing typefinding (see #161712).
15078           
15079
15080 2006-01-31  Wim Taymans  <wim@fluendo.com>
15081
15082         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15083         (vorbis_handle_header_packet), (vorbis_dec_push),
15084         (vorbis_handle_data_packet):
15085         Use scale_int when we can, add some more scaling.
15086         Check packettype before parsing it.
15087
15088 2006-01-31  Wim Taymans  <wim@fluendo.com>
15089
15090         * ext/theora/theoradec.c: (_theora_granule_time),
15091         (theora_dec_src_convert), (theora_dec_sink_convert):
15092         Call right _scale functions.
15093         Use parameter instead of some other random value.
15094
15095 2006-01-31  Wim Taymans  <wim@fluendo.com>
15096
15097         * ext/theora/theoradec.c: (_theora_granule_frame),
15098         (_theora_granule_time), (_inc_granulepos),
15099         (theora_dec_src_convert), (theora_dec_sink_convert),
15100         (theora_handle_type_packet), (theora_handle_data_packet),
15101         (theora_dec_chain):
15102         Use higher precision timestamps calculation.
15103         Convert some other conversions to _scale.
15104
15105 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
15106
15107         * gst/audiotestsrc/gstaudiotestsrc.c:
15108         (gst_audio_test_src_create_sine_table), (plugin_init):
15109         * gst/volume/gstvolume.c: (plugin_init):
15110           initialize gst_controller before using
15111
15112 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
15113
15114         * tests/check/pipelines/theoraenc.c:
15115         * tests/check/pipelines/vorbisenc.c:
15116         Define constant using G_GINT64_CONSTANT to avoid errors when
15117         passing it around - otherwise it gets truncated to 32 bits.
15118
15119         Fixes failing tests.
15120
15121 2006-01-31  Andy Wingo  <wingo@pobox.com>
15122
15123         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
15124         caps being set doesn't have a framerate value. Basically a stopgap
15125         measure.
15126
15127         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
15128         technically correct enough to put into core though.
15129         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
15130         DURATION. Fixes theoraenc ! oggmux.
15131
15132         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
15133         fraction, not double.
15134
15135 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
15136
15137         * win32/vs7:
15138         add vs7 project files created by Sergey Scobich
15139
15140 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
15141
15142         * win32/vs8:
15143         add vs8 project files created by Sergey Scobich
15144         
15145 2006-01-30  Andy Wingo  <wingo@pobox.com>
15146
15147         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
15148         timestamp + duration, not just timestamp -- ogg pages should be
15149         ordered by stop time. Necessary fix given the change in vorbis
15150         timestamps.
15151
15152         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
15153         (gst_theora_enc_init): Pull the granule shift out of the encoder.
15154         (granulepos_add): New function, handles the messiness of adjusting
15155         granulepos values.
15156         (theora_buffer_from_packet):
15157         (theora_enc_chain):
15158         (theora_enc_sink_event): Use granulepos_add, not +.
15159
15160         * tests/check/pipelines/theoraenc.c
15161         (check_buffer_granulepos_from_starttime): Just check the frame
15162         count, not the actual granulepos -- we can't dictate to the
15163         encoder when it should be placing keyframes.
15164
15165 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15166
15167         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
15168           SERVICE_NOT_AVAILABLE happens for example when you're trying to
15169           play an http:// stream from a server that's not serving
15170
15171 2006-01-30  Andy Wingo  <wingo@pobox.com>
15172
15173         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
15174         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
15175         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
15176         available.
15177
15178         * ext/theora/gsttheoraenc.h:
15179         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
15180         although theoraenc was timestamping correctly. Added handling of
15181         streams that start with nonzero timestamps.
15182
15183         * tests/check/Makefile.am:
15184         * tests/check/pipelines/theoraenc.c: New file, basically does same
15185         tests as vorbisenc.
15186
15187         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
15188
15189 2006-01-30  Wim Taymans  <wim@fluendo.com>
15190
15191         * gst-libs/gst/audio/gstaudiosink.c:
15192         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
15193         (gst_audioringbuffer_pause):
15194         Implement pause that does not wait for completion.
15195
15196         * gst-libs/gst/audio/gstbaseaudiosink.c:
15197         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15198         Don't drop buffers when going to PAUSED but perform preroll on
15199         remaining samples now that core base class supports this.
15200
15201         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
15202         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
15203         (gst_ring_buffer_commit):
15204         Pause should not signal waiters.
15205         Implement return value of _commit correctly.
15206
15207 2006-01-30  Andy Wingo  <wingo@pobox.com>
15208
15209         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
15210
15211         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
15212         updated to timestamp from the first sample, not the last.
15213         (gst_vorbisenc_buffer_from_header_packet): New function, takes
15214         special care of granulepos and timestamp for header packets.
15215         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
15216         when the first buffer has a nonzero timestamp.
15217
15218         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
15219         (GstVorbisEnc.subgranule_offset): New members. Take care of the
15220         case when the first audio buffer we get has a nonzero timestamp.
15221         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
15222         properly timestamp vorbis buffers with the time of the first
15223         sample, not the last.
15224         
15225         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
15226         vorbis_granule_time_copy -- now it takes the granule/subgranule
15227         offset into account.
15228
15229         * tests/check/pipelines/vorbisenc.c: New test for correctness of
15230         timestamps, durations, and granulepos on buffers produced by
15231         vorbisenc.
15232
15233 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
15234
15235         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15236         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
15237           Patch from Eric Jonas to support conversions to/from UYVY 
15238           (Fixes: #324626)
15239
15240 2006-01-30  Julien MOUTTE  <julien@moutte.net>
15241
15242         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
15243         (setup_subtitle), (setup_source), (set_active_source):
15244         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
15245         (gen_text_element), (gen_audio_element), (gen_vis_element),
15246         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
15247
15248 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
15249
15250         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
15251         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
15252                 use gst_guint64_to_gdouble to be compliant with vs6
15253         * gst/playback/gstdecodebin.c: (try_to_link_1)
15254         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
15255                 use G_GINT64_CONSTANT for int64 constants
15256         * win32/common/libgstinterfaces.def:
15257                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
15258         * win32/vs6:
15259                 update and add new project files
15260                 
15261 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15262
15263         * Makefile.am:
15264         * win32/MANIFEST:
15265         * win32/common/interfaces-enumtypes.c:
15266         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
15267         (gst_mixer_track_flags_get_type),
15268         (gst_tuner_channel_flags_get_type):
15269         * win32/common/interfaces-enumtypes.h:
15270         * win32/common/multichannel-enumtypes.c:
15271         (gst_audio_channel_position_get_type):
15272         * win32/common/multichannel-enumtypes.h:
15273           add a win32-update rule like in core, and copy over enumtypes files
15274
15275 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15276
15277         * win32/MANIFEST:
15278         * win32/common/config.h:
15279         * win32/common/config.h.in:
15280           add config files just like in core
15281
15282 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
15283
15284         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
15285           Make gcc-4.1 happy (part of #327357).
15286
15287 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15288
15289         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
15290         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
15291         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
15292         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
15293         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
15294         (gst_alsasrc_unprepare), (gst_alsasrc_read):
15295           Update all error messages.  All of them should either use
15296           the default translated message, or actually provide a
15297           translatable string.
15298           Make the string for channel count problems meaningful.
15299
15300 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15301
15302         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15303           check for and throw RESOURCE_BUSY
15304
15305 2006-01-27  David Schleef  <ds@schleef.org>
15306
15307         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
15308           checked in this change -- it requires liboil features not
15309           in 0.3.6.  Revert parts.
15310
15311 2006-01-27  David Schleef  <ds@schleef.org>
15312
15313         * REQUIREMENTS:
15314         * configure.ac: update liboil requirement to 0.3.6
15315         * gst/videoscale/Makefile.am:
15316         * gst/videoscale/vs_scanline.c: liboilify
15317
15318 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
15319
15320         * ext/libvisual/visual.c: (get_buffer):
15321           When pad_alloc returns a GstFlowReturn other
15322           than GST_FLOW_OK, make sure it is passed upstream.
15323
15324 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
15325
15326         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15327         (gst_alsasink_class_init):
15328           Free the device name string.
15329
15330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15331         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
15332         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
15333           Don't remove a pad from the collectpads structure until it
15334           is released - it's a request pad, and may receive data again
15335           if the element gets moved back to PLAYING state.
15336
15337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15338           Ensure we turn on double buffering on the Xv port, and
15339           set the colour key to something dark and mysterious that
15340           isn't black.
15341
15342 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15343
15344         * ext/alsa/gstalsaplugin.c: (plugin_init):
15345         * ext/cdparanoia/gstcdparanoiasrc.c:
15346         (gst_cd_paranoia_src_base_init), (plugin_init):
15347         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15348         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
15349           - a library should not call setlocale. see "Libraries" node in
15350             gettext manual
15351           - make sure all plugins that use translation do bindtextdomain
15352             to point to the localedir
15353         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
15354         (setup_sinks), (plugin_init):
15355           all this, and check for NULL when creating sinks
15356
15357 2006-01-27  Julien MOUTTE  <julien@moutte.net>
15358
15359         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
15360         (plugin_init): Make typefinding of subtitles work again.
15361
15362 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
15363
15364         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15365         (mp3_type_frame_length_from_header), (mp3_type_find),
15366         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
15367         (plugin_init):
15368           Backport a bunch of typefinding fixes from the 0.8 branch.
15369           Also, improve wavpack typefinding: if we can't peek the
15370           entire wavpack block, try to parse the bits we can get and
15371           see if we find what we're looking for in those.
15372
15373 2006-01-26  Julien MOUTTE  <julien@moutte.net>
15374
15375         * sys/ximage/ximagesink.c:
15376         (gst_ximagesink_calculate_pixel_aspect_ratio):
15377         * sys/xvimage/xvimagesink.c:
15378         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
15379         more cases of pixel aspect ratio.
15380
15381 2006-01-26  Edward Hervey  <edward@fluendo.com>
15382
15383         * gst/playback/gstdecodebin.c: (pad_probe):
15384         Also consider the flush-start and tag events as unblockers
15385         for the pad probes.
15386
15387 2006-01-26  Julien MOUTTE  <julien@moutte.net>
15388
15389         * gst/playback/gstplaybin.c: (gst_play_bin_init),
15390         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
15391         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
15392         On the fly visualisation switch, works disabling, enabling as
15393         well but it won't be able to enable vis in a playbin that was
15394         created with no visualisation.
15395
15396 2006-01-25  Wim Taymans  <wim@fluendo.com>
15397
15398         * gst-libs/gst/audio/gstbaseaudiosink.c:
15399         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15400         Undo previous commit that returned WRONG_STATE sooner, it breaks 
15401         resume after pause.
15402
15403 2006-01-25  Wim Taymans  <wim@fluendo.com>
15404
15405         * gst-libs/gst/audio/gstbaseaudiosink.c:
15406         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
15407         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
15408         Improve debugging.
15409         Post error when caps cannot be parsed.
15410         Resync on discontinuity in the stream.
15411         Clip samples to segment boundaries.
15412         return WRONG_STATE sooner when we are flushing.
15413
15414         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15415         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15416         Make audiosrc operate in TIME.
15417         Set TIMESTAMP and DURATION on buffers.
15418
15419 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
15420
15421         * tests/examples/seek/seek.c: (main):
15422           Output tag messages as well.
15423
15424 2006-01-23  Edward Hervey  <edward@fluendo.com>
15425
15426         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15427         (free_pad_probes), (remove_fakesink), (pad_probe),
15428         (close_pad_link), (gst_decode_bin_change_state):
15429         Replace GstPadBlockCallback with pad probes that detect
15430         first buffer AND eos before removing fakesink.
15431         Fixes hang with demuxers doing EOS while pre-rolling.
15432         Solves #328279
15433
15434 2006-01-23  Andy Wingo  <wingo@pobox.com>
15435
15436         * ext/alsa/gstalsasink.c:
15437         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15438         (gst_base_rtp_depayload_setcaps),
15439         (gst_base_rtp_depayload_add_to_queue),
15440         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
15441         
15442         Patch by: Jens Granseuer <jensgr at gmx dot net>
15443
15444 2006-01-22  Julien MOUTTE  <julien@moutte.net>
15445
15446         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
15447         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15448         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
15449         frames. We might get a frame destroyed after changing state to
15450         NULL, adding a safety check on xcontext.
15451
15452 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
15453
15454         * gst-libs/gst/interfaces/xoverlay.c:
15455           Fix prepare-xwindow-id code example in the docs - we need to
15456           ignore all messages that aren't element messages as well.
15457           
15458 2006-01-21  Julien MOUTTE  <julien@moutte.net>
15459
15460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
15461           I think one day i'll completely undestand how caps negotiation
15462           is supposed to work. This refactoring handles buffer_alloc
15463           called with caps we can't handle. We definitely don't want a
15464           set_caps with those caps, so we define and allocate a buffer
15465           we would like to receive.
15466
15467 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
15468
15469         * gst/playback/gstplaybasebin.c: (setup_source):
15470           Free iterator when done.
15471
15472 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
15473
15474         * gst-libs/gst/audio/gstbaseaudiosink.c:
15475         (gst_base_audio_sink_render):
15476           Fix playback of non-synchronised streams by assuming a rate
15477           of 1.0 instead of a random one.
15478
15479           Makes this work again:
15480
15481           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
15482           endianness=(int)4321, signed=(boolean)true, width=(int)16,
15483           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
15484           audioresample ! alsasink
15485
15486 === release 0.10.2 ===
15487
15488 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
15489
15490         * configure.ac:
15491           releasing 0.10.2, "Then the devil is six"
15492
15493 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
15494
15495         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
15496         * gst/playback/gststreamselector.c:
15497         (gst_stream_selector_set_property):
15498           Comment out broken code that connects to the state-changed signal.
15499           At this point, changing current stream selection is broken, but 
15500           stuff like gst-launch playbin current-audio=1 works and filters
15501           to the chosen stream.
15502
15503 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15504
15505         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
15506           Fix #327216 (null dereference in vorbisdec)
15507
15508 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
15509
15510         * ext/theora/theoradec.c: (theora_handle_comment_packet):
15511           Post taglist actually on bus instead of just freeing it
15512           (fixes #327114 and totem bug #327080).
15513
15514         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
15515           Use gst_element_found_tags_for_pad(), so that the tags
15516           are sent downstream as an event as well.
15517
15518 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15519
15520         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15521         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
15522         (gst_ximagesink_buffer_alloc):
15523         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15524         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
15525         (gst_xvimagesink_buffer_alloc):
15526           move all regularly occurring messages to GST_LOG level
15527           add some more object logs
15528
15529 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15530
15531         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
15532           fix a silly segfault
15533
15534 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
15535
15536         * docs/libs/gst-plugins-base-libs-docs.sgml:
15537         * docs/libs/gst-plugins-base-libs-sections.txt:
15538         * gst-libs/gst/audio/mixerutils.c:
15539         * gst-libs/gst/audio/mixerutils.h:
15540           Add docs for mixerutils stuff.
15541
15542 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
15543
15544         * gst/playback/gstplaybasebin.c: (setup_source):
15545           Fix playback for sources that emit raw audio or
15546           raw video streams (e.g.: cd audio sources) (#325984).
15547
15548 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15549
15550         * gst-libs/gst/audio/mixerutils.c:
15551         (gst_audio_mixer_filter_do_filter):
15552           actually save the element we create
15553
15554 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
15555
15556         * gst-libs/gst/cdda/gstcddabasesrc.c:
15557         (gst_cdda_base_src_handle_track_seek):
15558           No need to post a tag message on the bus when seeking
15559           within the same track, only post it when the current
15560           track changes.
15561
15562 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
15563
15564         * gst/playback/gstplaybasebin.c: (group_destroy),
15565         (probe_triggered), (new_decoded_pad), (mute_group_type),
15566         (set_active_source):
15567         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
15568         * gst/playback/gststreamselector.c:
15569         (gst_stream_selector_base_init),
15570         (gst_stream_selector_set_property),
15571         (gst_stream_selector_request_new_pad):
15572           Reenable stream selection. These mechanisms need a complete overhaul
15573           in the face of 0.8->0.10 changes though.
15574
15575 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
15576
15577         * ext/ogg/gstoggdemux.c:
15578           Change the pad template to src_%d to match the pads that 
15579           are created from it. decodebin needs this information in order
15580           to decide that oggdemux is capable of producing multiple pads
15581           (and hence needs queues inserted).
15582
15583         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
15584         (gst_ogg_mux_collected):
15585           Make debug output more useful by using GST_PTR_FORMAT.
15586
15587 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15588
15589         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15590
15591         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
15592           Set depth and width for alaw/mulaw (fixes #326601).
15593
15594 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15595
15596         * tests/icles/Makefile.am:
15597           don't build the tests if we don't have the libs
15598
15599 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
15600
15601         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
15602         (gst_cd_paranoia_paranoia_callback):
15603           Don't try to free NULL pointers.
15604
15605 2006-01-10  Edward Hervey  <edward@fluendo.com>
15606
15607         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
15608         (gst_audio_rate_change_state), (plugin_init):
15609         Add debugging category.
15610         Fix type issues.
15611         Add case for incoming buffers without valid offset/offset_end.
15612
15613 2006-01-10  Michael Smith  <msmith@fluendo.com>
15614
15615         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
15616           Don't leak GCond in audio sources.
15617
15618 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
15619
15620         * gst/playback/gstplaybin.c: (gen_audio_element):
15621           Don't leak an autoaudiosink/alsasink when we generate
15622           a new audio element. (old code, I guess)
15623
15624 2006-01-10  Michael Smith  <msmith@fluendo.com>
15625
15626         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
15627           Support float audio in audiorate.
15628           Use width rather than depth for selecting sample width.
15629
15630 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
15631
15632         * gst/videotestsrc/videotestsrc.h:
15633           Use GLib types here (that way we don't have to include the
15634           generated _stdint.h header, which makes life easier for win32
15635           folks that don't use autotools for the build) (#325990, patch
15636           by: Sergey Scobich).
15637
15638 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
15639
15640         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
15641         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15642         (gst_ring_buffer_pause), (wait_segment):
15643         * gst-libs/gst/audio/gstringbuffer.h:
15644           Name (private) union, makes Forte compiler happy (this time
15645           for real) (#324900).
15646
15647 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
15648
15649         * gst-libs/gst/audio/Makefile.am:
15650           Link against libgstinterfaces, needed for mixer
15651           and property probe stuff.
15652
15653 2006-01-09  Edward Hervey  <edward@fluendo.com>
15654
15655         * gst-libs/gst/Makefile.am:
15656
15657 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
15658
15659         * gst-libs/gst/audio/Makefile.am:
15660         * gst-libs/gst/audio/mixerutils.c:
15661         (gst_audio_mixer_filter_do_filter),
15662         (gst_audio_mixer_filter_check_element),
15663         (gst_audio_mixer_filter_probe_feature),
15664         (element_factory_rank_compare_func),
15665         (gst_audio_default_registry_mixer_filter):
15666         * gst-libs/gst/audio/mixerutils.h:
15667           Add gst_audio_default_registry_mixer_filter() utility
15668           function.
15669
15670 2006-01-03  Michael Smith  <msmith@fluendo.com>
15671
15672         * gst/audioresample/resample.h:
15673           As before, but for o_buf
15674
15675 2006-01-03  Michael Smith  <msmith@fluendo.com>
15676
15677         * gst/audioresample/resample.h:
15678           Declare struct _ResampleState.buffer as unsigned char *, not void *,
15679           since we do arithmetic on it.
15680
15681 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
15682
15683         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
15684         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15685         (gst_ring_buffer_pause), (wait_segment):
15686         * gst-libs/gst/audio/gstringbuffer.h:
15687           Sun's Forte compiler doesn't seem to like anonymous structs,
15688           so use same setup as in GstBaseSrc (fixes #324900).
15689
15690 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
15691
15692         * configure.ac:
15693         * gst/volume/Makefile.am:
15694         * gst/volume/demo.c:
15695           move old example to tests/examples/volume/volune.c
15696         * tests/examples/Makefile.am:
15697         * tests/examples/seek/seek.c: (main):
15698           change window-close event from "delete-event" to "destroy"
15699         * tests/examples/volume/Makefile.am:
15700         * tests/examples/volume/volume.c: (value_changed_callback),
15701         (setup_gui), (message_received), (eos_message_received), (main):
15702           fix event handling and bus usage
15703
15704 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
15705
15706         * gst/audiotestsrc/gstaudiotestsrc.c:
15707         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
15708         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
15709         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
15710         (gst_audio_test_src_create_square),
15711         (gst_audio_test_src_create_saw),
15712         (gst_audio_test_src_create_triangle),
15713         (gst_audio_test_src_create_silence),
15714         (gst_audio_test_src_create_white_noise),
15715         (gst_audio_test_src_create_pink_noise),
15716         (gst_audio_test_src_init_sine_table),
15717         (gst_audio_test_src_create_sine_table),
15718         (gst_audio_test_src_change_wave),
15719         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
15720         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
15721         * gst/audiotestsrc/gstaudiotestsrc.h:
15722           update to basesrc changes, implement segmented seeking and eos
15723           handling, add a 'sine-tab' waveform for performance critical playback
15724
15725 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
15726
15727         * po/POTFILES.in:
15728           ... and this time the other modified file that I missed last time.
15729
15730 2005-12-29  Michael Smith  <msmith@fluendo.com>
15731
15732         * gst/playback/gstdecodebin.c: (new_pad):
15733           Fix non-C89 variable declaration not at the start of a block. Should
15734           help some compilers.
15735
15736 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
15737
15738         * tests/check/Makefile.am:
15739           And now fix 'make distcheck' (builddir != srcdir)
15740
15741 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
15742
15743         * configure.ac:
15744         * ext/cdparanoia/Makefile.am:
15745         * ext/cdparanoia/gstcdparanoia.c:
15746         * ext/cdparanoia/gstcdparanoia.h:
15747         * ext/cdparanoia/gstcdparanoiasrc.c:
15748         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
15749         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
15750         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
15751         (gst_cd_paranoia_paranoia_callback),
15752         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
15753         (gst_cd_paranoia_src_set_property),
15754         (gst_cd_paranoia_src_get_property), (plugin_init):
15755         * ext/cdparanoia/gstcdparanoiasrc.h:
15756           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
15757           plugin again (there are still fixes required to playbin to make
15758           cdda:// uris work there).
15759
15760 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
15761
15762         * tests/check/Makefile.am:
15763           Fix test case compilation.
15764
15765 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
15766
15767         * gst-libs/gst/cdda/gstcddabasesrc.c:
15768         (gst_cdda_base_src_update_duration),
15769         (gst_cdda_base_src_calculate_cddb_id):
15770           An integer is not a string. Fix access to uninitialised variable.
15771
15772         * tests/check/Makefile.am:
15773           Add cddabasesrc unit test; also actually enable the vorbis test.
15774
15775         * tests/check/generic/states.c:
15776           Blacklist new cd audio elements as well.
15777
15778         * tests/check/libs/cddabasesrc.c:
15779           Unit test for GstCddaBaseSrc (discid calculation mostly).
15780
15781 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
15782
15783         * docs/libs/Makefile.am:
15784         * docs/libs/gst-plugins-base-libs-docs.sgml:
15785         * docs/libs/gst-plugins-base-libs-sections.txt:
15786         * docs/libs/gst-plugins-base-libs.types:
15787           Add docs for libgstcdda/GstCddaBaseSrc.
15788
15789         * gst-libs/gst/interfaces/mixertrack.h:
15790           Do one struct member per line with a semicolon at the end, that way
15791           even gtk-doc might parse it without complaining.
15792
15793 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
15794
15795         * configure.ac:
15796         * gst-libs/gst/Makefile.am:
15797         * gst-libs/gst/cdda/Makefile.am:
15798         * gst-libs/gst/cdda/base64.c:
15799         * gst-libs/gst/cdda/base64.h:
15800         * gst-libs/gst/cdda/gstcddabasesrc.c:
15801         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
15802         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
15803         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
15804         (gst_cdda_base_src_get_property),
15805         (gst_cdda_base_src_get_track_from_sector),
15806         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
15807         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
15808         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
15809         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
15810         (gst_cdda_base_src_uri_get_protocols),
15811         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
15812         (gst_cdda_base_src_uri_handler_init),
15813         (gst_cdda_base_src_setup_interfaces),
15814         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
15815         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
15816         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
15817         (gst_cdda_base_src_add_tags),
15818         (gst_cdda_base_src_add_index_associations),
15819         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
15820         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
15821         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
15822         (gst_cdda_base_src_create):
15823         * gst-libs/gst/cdda/gstcddabasesrc.h:
15824         * gst-libs/gst/cdda/sha1.c:
15825         * gst-libs/gst/cdda/sha1.h:
15826           Add new libgstcdda with GstCddaBaseSrc class.
15827
15828 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
15829
15830         * ext/gnomevfs/gstgnomevfssink.h:
15831           Use GstBaseSinkClass as parent_class member for class struct, not
15832           GstBaseSink.
15833
15834 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
15835
15836         Patch by: Michael Benes
15837
15838         * gst/videotestsrc/gstvideotestsrc.c:
15839         (gst_video_test_src_class_init), (gst_video_test_src_start):
15840           Add start method to reset running time and number of frames sent
15841           when starting up (fixes #324696)
15842
15843 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
15844
15845         * docs/plugins/Makefile.am:
15846         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15847         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15848         * docs/plugins/gst-plugins-base-plugins.args:
15849         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15850         * docs/plugins/gst-plugins-base-plugins.signals:
15851           Add docs stuff for gnomevfssrc and gnomevfssink.
15852
15853         * ext/gnomevfs/gstgnomevfssrc.c:
15854           Fix example pipeline in gtk-doc blurb.
15855
15856 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
15857
15858         * ext/gnomevfs/Makefile.am:
15859         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
15860         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
15861         (gst_gnome_vfs_handle_get_type), (plugin_init):
15862         * ext/gnomevfs/gstgnomevfs.h:
15863         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
15864         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
15865         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
15866         (gst_gnome_vfs_sink_set_property),
15867         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
15868         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
15869         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
15870         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
15871         (gst_gnome_vfs_sink_uri_get_type),
15872         (gst_gnome_vfs_sink_uri_get_protocols),
15873         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
15874         (gst_gnome_vfs_sink_uri_handler_init):
15875         * ext/gnomevfs/gstgnomevfssink.h:
15876           Port gnomevfssink; add gtk-doc blurb.
15877
15878         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
15879         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
15880         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15881         (gst_gnome_vfs_src_uri_get_type),
15882         (gst_gnome_vfs_src_uri_get_protocols),
15883         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
15884         (gst_gnome_vfs_src_uri_handler_init),
15885         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
15886         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
15887         (gst_gnome_vfs_src_send_additional_headers_callback),
15888         (gst_gnome_vfs_src_received_headers_callback),
15889         (gst_gnome_vfs_src_push_callbacks),
15890         (gst_gnome_vfs_src_pop_callbacks),
15891         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
15892         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
15893         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
15894         * ext/gnomevfs/gstgnomevfssrc.h:
15895           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
15896           file; add gtk-doc blurb with example pipelines.
15897
15898 === release 0.10.1 ===
15899
15900 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
15901
15902         * configure.ac:
15903           releasing 0.10.1, "Dobro Dedek"
15904
15905 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
15906
15907         * gst/typefind/gsttypefindfunctions.c:
15908         iLBC30 and iLBC20 added to typefind.
15909
15910 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15911
15912         * gst-libs/gst/audio/gstbaseaudiosink.c:
15913         (gst_base_audio_sink_class_init):
15914         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15915         (gst_base_audio_src_class_init):
15916           update strings, values are in microseconds
15917           change the default sink buffer time to something that is smaller
15918           (to help software volume mixing have a slightly lower delay) but
15919           still be acceptable on Wim's laptop
15920
15921 2005-12-20  Edward Hervey  <edward@fluendo.com>
15922
15923         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
15924         Made a quack, forgot to add DUCK to the riff video template.
15925
15926 2005-12-19  Edward Hervey  <edward@fluendo.com>
15927
15928         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
15929         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
15930         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15931         (gst_ogm_parse_chain):
15932         Make sure pads are initialized correctly.
15933         * gst-libs/gst/riff/riff-ids.h:
15934         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15935         (gst_riff_create_video_template_caps):
15936         Add a whole bunch of FOURCC <=> MimeType.
15937         Extend the riff video pad template to support the newly added fourcc.
15938
15939 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
15940
15941         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
15942         (gst_ogg_demux_activate_chain):
15943           Extra debug output when activating/deactivating chains.
15944
15945         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
15946         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
15947         (unlinked):
15948           Remove a queue from our list when it becomes unlinked.
15949           Don't add queues to elements in class 'Demux' if they
15950           can only produce one pad 
15951
15952 2005-12-18  Julien MOUTTE  <julien@moutte.net>
15953
15954         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
15955         (gst_video_sink_get_type): Add a debug category.
15956
15957 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
15958
15959         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15960         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
15961           Handle downstream newsegment by sending our own newsegment before the
15962           next buffer to be released. (#323900)
15963
15964 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
15965
15966         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15967         (gst_base_rtp_depayload_set_gst_timestamp):
15968           add queue delay to new segment as well (as opposed to just the first
15969           buffer). (bug #322347)
15970
15971 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
15972
15973         * ext/libvisual/visual.c: (make_valid_name):
15974           change some char* into char[]
15975         * gst/audiotestsrc/gstaudiotestsrc.c:
15976         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
15977         (gst_audio_test_src_create):
15978         * gst/audiotestsrc/gstaudiotestsrc.h:
15979           prepare to handle EOS and SEGMENT_DONE
15980
15981 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
15982
15983         * tests/check/generic/states.c: (GST_START_TEST):
15984           Blacklist cdparanoia element in state test.
15985
15986 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
15987
15988           Patch by: Benjamin Pineau
15989
15990         * gst/tcp/gsttcp.c:
15991         * gst/tcp/gsttcpclientsink.c:
15992         * gst/tcp/gsttcpserversink.c:
15993         * gst/tcp/gsttcpserversrc.c:
15994           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
15995
15996 2005-12-15  Michael Smith  <msmith@fluendo.com>
15997
15998         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
15999         (gst_video_rate_chain):
16000           Fix timestamping for videorate when the first buffer it sees has a
16001           non-zero timestamp. Fix some misleading debug output.
16002
16003 2005-12-15  Michael Smith  <msmith@fluendo.com>
16004
16005         * gst/audioresample/gstaudioresample.c:
16006           Don't leak all input buffers to audioresample.
16007
16008 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
16009
16010         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
16011           Don't operate on empty text buffers. Strip newlines and
16012           tabs only from the end of the text, but leave them intact
16013           in the middle. Fix typo in gtk-doc description.
16014
16015 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
16016
16017         * gst/playback/gstplaybasebin.c:
16018         * gst/playback/gstplaybin.c: (handoff):
16019           Make sure the video frame buffer we return to apps via the
16020           "frame" property always has caps set on it. Modify
16021           _gst_gvalue_set_object() macro to handle NULL objects
16022           gracefully too.
16023
16024 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
16025
16026         * gst/audiotestsrc/gstaudiotestsrc.c:
16027         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
16028         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
16029         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
16030         (gst_audio_test_src_create):
16031         * gst/audiotestsrc/gstaudiotestsrc.h:
16032         Adjust to some recent api changes and add wtays new cool seeking
16033         capabillities
16034
16035 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
16036
16037         * ext/alsa/Makefile.am:
16038         * ext/alsa/gstalsadeviceprobe.c:
16039         * ext/alsa/gstalsadeviceprobe.h:
16040           Helper functions to add device probing via the GstPropertyProbe
16041           interface to a class.
16042
16043         * ext/alsa/gstalsamixer.h:
16044           Comment out GST_ALSA_MIXER, it returns a struct that's not
16045           used.
16046
16047         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
16048           Add some debug info. 
16049
16050         * ext/alsa/gstalsamixerelement.c:
16051         (gst_alsa_mixer_element_interface_supported),
16052         (gst_implements_interface_init),
16053         (gst_alsa_mixer_element_init_interfaces),
16054         (gst_alsa_mixer_element_class_init),
16055         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
16056         (gst_alsa_mixer_element_set_property),
16057         (gst_alsa_mixer_element_get_property),
16058         (gst_alsa_mixer_element_change_state):
16059         * ext/alsa/gstalsamixerelement.h:
16060           Add 'device' and 'device-name' properties. Add GstPropertyProbe
16061           for device handling (gnome-volume-control will need that).
16062
16063 2005-12-12  Christian Schaller  <uraeus@gnome.org>
16064
16065         * ext/Makefile.am: fix cdparanoia entry
16066         * gst-plugins-base.spec.in: add cdparanoia
16067
16068 2005-12-12  Michael Smith  <msmith@fluendo.com>
16069
16070         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
16071           Use the correct function to free list of typefind factories.
16072
16073 2005-12-12  Wim Taymans  <wim@fluendo.com>
16074
16075         * gst/videotestsrc/gstvideotestsrc.c:
16076         (gst_video_test_src_class_init), (gst_video_test_src_init),
16077         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
16078         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
16079         (gst_video_test_src_create):
16080         * gst/videotestsrc/gstvideotestsrc.h:
16081         Implement seeking in videotestsrc.
16082         Small cleanups.
16083
16084 2005-12-12  Wim Taymans  <wim@fluendo.com>
16085
16086         * ext/cdparanoia/Makefile.am:
16087         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
16088         (gst_paranoia_endian_get_type), (_do_init),
16089         (cdparanoia_class_init), (cdparanoia_init),
16090         (cdparanoia_set_property), (cdparanoia_get_property),
16091         (cdparanoia_do_seek), (cdparanoia_is_seekable),
16092         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
16093         (cdparanoia_convert), (cdparanoia_get_query_types),
16094         (cdparanoia_query), (cdparanoia_set_index),
16095         (cdparanoia_uri_set_uri):
16096         * ext/cdparanoia/gstcdparanoia.h:
16097         Partially ported cdparanoia now that basesrc can support a
16098         plugin like this..
16099
16100 2005-12-12  Wim Taymans  <wim@fluendo.com>
16101
16102         * tests/examples/seek/scrubby.c: (main):
16103         Set higher priority for bus events so they don't get reordered with
16104         gtk gui events.
16105
16106         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
16107         (flush_toggle_cb), (main):
16108         Added checkbox to disable flushing seeks. 
16109         Disable scrubbing when doing non flushing seeks.
16110
16111 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
16112
16113         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
16114         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
16115         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
16116         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
16117           Implement some sort of event handling that doesn't rely on
16118           g_return_if_fail; make sure we always push the last chunk of an 
16119           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
16120           state change function; remove some old cruft. Seeking is still
16121           rather unlikely to work though.
16122
16123         * tools/.cvsignore:
16124           Ignore more.
16125
16126 2005-12-11  Julien MOUTTE  <julien@moutte.net>
16127
16128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
16129         Fixed a leak of the current image reference when cleaning up.
16130         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
16131
16132 2005-12-09  Michael Smith  <msmith@fluendo.com>
16133
16134         * tools/Makefile.am:
16135         * tools/gst-launch-ext-m.m:
16136           Remove gst-launch-ext. It doesn't work, and is no longer
16137           particularly useful.
16138
16139 2005-12-08  Luca Ognibene  <luogni@tin.it>
16140
16141         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
16142           don't pass random values to ogmparse convert function.
16143           Make seeking possible in the exile1.ogm file.
16144
16145 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
16146
16147         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
16148         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
16149           Work around refcount problem with g_value_set_object() that occur
16150           if the core has been compiled against GLib-2.6 (g_value_set_object()
16151           will only g_object_ref() the element, but the caller will
16152           gst_object_unref() it and bad things will happen due to the way
16153           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
16154           totem for people on FC4 using Thomas's 0.10 RPMs.
16155           
16156 2005-12-07  Edward Hervey  <edward@fluendo.com>
16157
16158         Time to welcome ogm to 0.10 :)
16159         
16160         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
16161         (gst_ogg_pad_typefind):
16162         Oggdemux can now properly typefind elements with dynamic pads.
16163         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16164         Properly set caps on src pad, and set caps on outgoing buffers.
16165
16166 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16167
16168         * ext/alsa/gstalsamixer.h:
16169         * ext/alsa/gstalsamixerelement.h:
16170         * ext/alsa/gstalsamixeroptions.h:
16171         * ext/alsa/gstalsamixertrack.h:
16172         * ext/alsa/gstalsasink.c:
16173         * ext/alsa/gstalsasink.h:
16174         * ext/alsa/gstalsasrc.c:
16175         * ext/alsa/gstalsasrc.h:
16176         * ext/cdparanoia/gstcdparanoia.h:
16177         * ext/gnomevfs/gstgnomevfsuri.h:
16178         * ext/ogg/gstoggdemux.c:
16179         * ext/ogg/gstoggmux.c:
16180         * ext/pango/gsttextoverlay.h:
16181         * ext/theora/theoradec.c:
16182         * ext/theora/theoraenc.c:
16183         * ext/vorbis/vorbisdec.h:
16184         * ext/vorbis/vorbisenc.c:
16185         * ext/vorbis/vorbisenc.h:
16186         * ext/vorbis/vorbisparse.h:
16187         * gst-libs/gst/audio/gstaudioclock.h:
16188         * gst-libs/gst/audio/gstaudiosink.c:
16189         * gst-libs/gst/audio/gstaudiosink.h:
16190         * gst-libs/gst/audio/gstaudiosrc.c:
16191         * gst-libs/gst/audio/gstaudiosrc.h:
16192         * gst-libs/gst/audio/gstbaseaudiosink.c:
16193         * gst-libs/gst/audio/gstbaseaudiosink.h:
16194         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16195         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16196         * gst-libs/gst/audio/gstringbuffer.h:
16197         * gst-libs/gst/audio/multichannel.h:
16198         * gst-libs/gst/floatcast/floatcast.h:
16199         * gst-libs/gst/interfaces/colorbalance.c:
16200         * gst-libs/gst/interfaces/colorbalance.h:
16201         * gst-libs/gst/interfaces/colorbalancechannel.h:
16202         * gst-libs/gst/interfaces/mixer.h:
16203         * gst-libs/gst/interfaces/mixeroptions.h:
16204         * gst-libs/gst/interfaces/mixertrack.h:
16205         * gst-libs/gst/interfaces/navigation.h:
16206         * gst-libs/gst/interfaces/propertyprobe.h:
16207         * gst-libs/gst/interfaces/tuner.h:
16208         * gst-libs/gst/interfaces/tunerchannel.h:
16209         * gst-libs/gst/interfaces/tunernorm.h:
16210         * gst-libs/gst/interfaces/xoverlay.h:
16211         * gst-libs/gst/netbuffer/gstnetbuffer.h:
16212         * gst-libs/gst/riff/riff-ids.h:
16213         * gst-libs/gst/riff/riff-media.h:
16214         * gst-libs/gst/riff/riff-read.h:
16215         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16216         * gst-libs/gst/rtp/gstbasertppayload.c:
16217         * gst-libs/gst/rtp/gstbasertppayload.h:
16218         * gst-libs/gst/rtp/gstrtpbuffer.c:
16219         * gst-libs/gst/rtp/gstrtpbuffer.h:
16220         * gst-libs/gst/tag/gsttageditingprivate.h:
16221         * gst-libs/gst/tag/gstvorbistag.c:
16222         (gst_tag_list_from_vorbiscomment_buffer):
16223         * gst-libs/gst/tag/tag.h:
16224         * gst-libs/gst/video/video.h:
16225         * gst/adder/gstadder.c:
16226         * gst/adder/gstadder.h:
16227         * gst/audioconvert/audioconvert.c:
16228         * gst/audioconvert/audioconvert.h:
16229         * gst/audioconvert/gstaudioconvert.c:
16230         * gst/audioconvert/gstchannelmix.c:
16231         * gst/audioconvert/gstchannelmix.h:
16232         * gst/audiorate/gstaudiorate.c:
16233         * gst/audioresample/buffer.h:
16234         * gst/audioresample/functable.h:
16235         * gst/audioresample/gstaudioresample.c:
16236         * gst/audioresample/resample.h:
16237         * gst/ffmpegcolorspace/avcodec.h:
16238         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16239         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16240         * gst/ffmpegcolorspace/imgconvert.c:
16241         * gst/ffmpegcolorspace/imgconvert_template.h:
16242         * gst/playback/gstdecodebin.c:
16243         * gst/playback/gstplaybasebin.h:
16244         * gst/playback/gstplaybin.c:
16245         * gst/playback/gststreaminfo.h:
16246         * gst/tcp/gstfdset.c:
16247         * gst/tcp/gstfdset.h:
16248         * gst/tcp/gstmultifdsink.c:
16249         * gst/tcp/gstmultifdsink.h:
16250         * gst/tcp/gsttcp.h:
16251         * gst/tcp/gsttcpclientsrc.c:
16252         * gst/tcp/gsttcpclientsrc.h:
16253         * gst/tcp/gsttcpplugin.h:
16254         * gst/tcp/gsttcpserversink.c:
16255         * gst/tcp/gsttcpserversrc.c:
16256         * gst/typefind/gsttypefindfunctions.c:
16257         * gst/videorate/gstvideorate.c:
16258         * gst/videotestsrc/gstvideotestsrc.h:
16259         * gst/videotestsrc/videotestsrc.h:
16260         * sys/v4l/gstv4lcolorbalance.h:
16261         * sys/v4l/gstv4ltuner.h:
16262         * sys/v4l/gstv4lxoverlay.h:
16263         * sys/v4l/v4l_calls.h:
16264         * sys/v4l/videodev_mjpeg.h:
16265         * tests/check/elements/audioconvert.c:
16266         * tests/check/elements/audioresample.c:
16267         * tests/check/elements/audiotestsrc.c:
16268         * tests/check/elements/videotestsrc.c:
16269         * tests/check/elements/volume.c:
16270         * tests/examples/seek/scrubby.c:
16271         * tests/examples/seek/seek.c:
16272           expand tabs
16273
16274 === release 0.10.0 ===
16275
16276 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16277
16278         * configure.ac:
16279           releasing 0.10.0, "Mont-d'or"
16280
16281 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
16282
16283         * tests/examples/seek/Makefile.am:
16284         Build fix for when gtk is not available.
16285
16286 2005-12-05  Andy Wingo  <wingo@pobox.com>
16287
16288         * ext/libvisual/visual.c: (get_buffer):
16289         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
16290         * ext/pango/gsttextrender.c: (gst_text_render_chain):
16291         * ext/theora/theoradec.c: (theora_handle_data_packet):
16292         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16293         (theora_enc_chain):
16294         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16295         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16296         Update for alloc_buffer changes.
16297
16298 2005-12-05  Andy Wingo  <wingo@pobox.com>
16299
16300         patch by: Kai Vehmanen <kv2004 eca cx>
16301         
16302         * gst-libs/gst/rtp/gstbasertpdepayload.c
16303         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
16304
16305 2005-12-04  Andy Wingo  <wingo@pobox.com>
16306
16307         patch by: Sebastien Cote <sebas642 yahoo ca>
16308         
16309         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
16310         Fixes #319172.
16311
16312 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
16313
16314         * docs/plugins/Makefile.am:
16315         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16316         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16317         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16318         * ext/pango/gstclockoverlay.c:
16319         * ext/pango/gsttextoverlay.c: 
16320         * ext/pango/gsttextrender.c:
16321         * ext/pango/gsttimeoverlay.c:
16322           Add gtk-doc blurbs to pango elements.
16323
16324 2005-12-02  Wim Taymans  <wim@fluendo.com>
16325
16326         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
16327         * gst/audioresample/buffer.h:
16328         * gst/audioresample/gstaudioresample.c:
16329         * gst/audioresample/gstaudioresample.h:
16330         * gst/audioresample/resample.c: (resample_input_flush),
16331         (resample_input_pushthrough), (resample_input_eos),
16332         (resample_get_output_size_for_input),
16333         (resample_get_input_size_for_output), (resample_get_output_size),
16334         (resample_get_output_data):
16335         * gst/audioresample/resample.h:
16336         * gst/audioresample/resample_ref.c: (resample_scale_ref):
16337         Fix audioresample, seek torture, new segments, reverse negotiation
16338         etc.. work fine.
16339
16340 2005-12-02  Wim Taymans  <wim@fluendo.com>
16341
16342         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16343         Small cleanups.
16344
16345 2005-12-02  Wim Taymans  <wim@fluendo.com>
16346
16347         * gst/audioconvert/gstaudioconvert.c:
16348         (gst_audio_convert_transform):
16349         Post errors.
16350
16351 === release 0.9.7 ===
16352
16353 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16354
16355         * configure.ac:
16356           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
16357
16358 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16359
16360         * Makefile.am:
16361         * po/hu.po:
16362         * win32/MANIFEST:
16363         * win32/gst.sln:
16364           add win32 MANIFEST file
16365           do something to the hungarian translation
16366
16367 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
16368
16369         * ext/Makefile.am:
16370           Add $(PANGO_DIR) to SUBDIRS
16371
16372         * ext/pango/gstclockoverlay.c:
16373         * ext/pango/gsttimeoverlay.c:
16374           Fix and improve element descriptions.
16375
16376 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16377
16378         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16379         * docs/plugins/inspect/plugin-libvisual.xml:
16380         * docs/plugins/inspect/plugin-pango.xml:
16381           add pango plugin to docs
16382
16383 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16384
16385         * configure.ac:
16386         * ext/Makefile.am:
16387           moved pango to base
16388
16389 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16390
16391         * configure.ac:
16392         * tests/Makefile.am:
16393         * tests/icles/.cvsignore:
16394         * tests/icles/Makefile.am:
16395         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
16396         (close_display), (resize_window), (move_window), (create_window),
16397         (terminate_playback), (pause_playback), (start_playback), (main):
16398           add stress test for xoverlay from Julien
16399
16400 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16401
16402         * docs/libs/tmpl/gstcolorbalance.sgml:
16403         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16404         * gst-libs/gst/rtp/gstbasertppayload.c:
16405         * gst-libs/gst/rtp/gstrtpbuffer.c:
16406         * gst-libs/gst/rtp/gstrtpbuffer.h:
16407           Do burger's rename for rtp payloaders and depayloaders
16408
16409 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16410
16411         * win32/:
16412           add Visual Studio 6 build files
16413
16414 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16415
16416         * docs/libs/gst-plugins-base-libs-docs.sgml:
16417         * docs/libs/gst-plugins-base-libs-sections.txt:
16418         * docs/libs/tmpl/gstaudio.sgml:
16419         * docs/libs/tmpl/gstringbuffer.sgml:
16420         * gst-libs/gst/interfaces/xoverlay.c:
16421         * gst-libs/gst/video/gstvideofilter.c:
16422         * gst-libs/gst/video/gstvideosink.c:
16423           update documentation
16424
16425 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16426
16427         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
16428         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
16429         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
16430         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
16431         (gst_multi_fd_sink_get_stats),
16432         (gst_multi_fd_sink_remove_client_link),
16433         (gst_multi_fd_sink_handle_client_read),
16434         (gst_multi_fd_sink_client_queue_data),
16435         (gst_multi_fd_sink_client_queue_caps),
16436         (gst_multi_fd_sink_client_queue_buffer),
16437         (gst_multi_fd_sink_new_client),
16438         (gst_multi_fd_sink_handle_client_write),
16439         (gst_multi_fd_sink_recover_client),
16440         (gst_multi_fd_sink_queue_buffer),
16441         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
16442         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
16443         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
16444         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
16445         * gst/tcp/gstmultifdsink.h:
16446         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
16447         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
16448         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
16449         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
16450         (gst_tcp_client_sink_set_property),
16451         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
16452         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
16453         * gst/tcp/gsttcpclientsink.h:
16454         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
16455         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
16456         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
16457         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
16458         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
16459         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
16460         * gst/tcp/gsttcpclientsrc.h:
16461         * gst/tcp/gsttcpplugin.c: (plugin_init):
16462         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
16463         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
16464         (gst_tcp_server_sink_finalize),
16465         (gst_tcp_server_sink_handle_server_read),
16466         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
16467         (gst_tcp_server_sink_set_property),
16468         (gst_tcp_server_sink_get_property),
16469         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
16470         * gst/tcp/gsttcpserversink.h:
16471         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
16472         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
16473         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
16474         (gst_tcp_server_src_set_property),
16475         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
16476         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
16477         * gst/tcp/gsttcpserversrc.h:
16478           more borgifying
16479
16480 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16481
16482         * docs/plugins/Makefile.am:
16483         * docs/plugins/gst-plugins-base-plugins.args:
16484         * docs/plugins/inspect/plugin-libvisual.xml:
16485         * gst/audioconvert/plugin.h:
16486         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
16487         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
16488         (gst_audio_rate_setcaps), (gst_audio_rate_init),
16489         (gst_audio_rate_chain), (gst_audio_rate_set_property),
16490         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
16491         (plugin_init):
16492         * gst/audiotestsrc/gstaudiotestsrc.c:
16493         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
16494         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
16495         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
16496         (gst_audio_test_src_get_query_types),
16497         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
16498         (gst_audio_test_src_create_square),
16499         (gst_audio_test_src_create_saw),
16500         (gst_audio_test_src_create_triangle),
16501         (gst_audio_test_src_create_silence),
16502         (gst_audio_test_src_create_white_noise),
16503         (gst_audio_test_src_init_pink_noise),
16504         (gst_audio_test_src_generate_pink_noise_value),
16505         (gst_audio_test_src_create_pink_noise),
16506         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
16507         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
16508         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
16509         (plugin_init):
16510         * gst/audiotestsrc/gstaudiotestsrc.h:
16511         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
16512         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
16513         (gst_sub_parse_init), (gst_sub_parse_formats),
16514         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
16515         (convert_encoding), (get_next_line),
16516         (gst_sub_parse_data_format_autodetect),
16517         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
16518         (gst_sub_parse_loop), (gst_sub_parse_chain),
16519         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
16520         (plugin_init):
16521         * gst/subparse/gstsubparse.h:
16522         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
16523         (gst_video_rate_base_init), (gst_video_rate_class_init),
16524         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
16525         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
16526         (gst_video_rate_init), (gst_video_rate_event),
16527         (gst_video_rate_chain), (gst_video_rate_set_property),
16528         (gst_video_rate_get_property), (gst_video_rate_change_state),
16529         (plugin_init):
16530         * gst/videoscale/gstvideoscale.c:
16531         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
16532         (gst_video_scale_src_template_factory),
16533         (gst_video_scale_sink_template_factory),
16534         (gst_video_scale_get_type), (gst_video_scale_base_init),
16535         (gst_video_scale_class_init), (gst_video_scale_init),
16536         (gst_video_scale_set_property), (gst_video_scale_get_property),
16537         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
16538         (gst_video_scale_prepare_size), (parse_caps),
16539         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16540         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
16541         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
16542         (plugin_init):
16543         * gst/videoscale/gstvideoscale.h:
16544         * gst/videotestsrc/gstvideotestsrc.c:
16545         (gst_video_test_src_pattern_get_type),
16546         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
16547         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
16548         (gst_video_test_src_set_pattern),
16549         (gst_video_test_src_set_property),
16550         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
16551         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
16552         (gst_video_test_src_event), (gst_video_test_src_get_times),
16553         (gst_video_test_src_create), (plugin_init):
16554         * gst/videotestsrc/gstvideotestsrc.h:
16555         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
16556         (gst_video_test_src_smpte), (gst_video_test_src_snow),
16557         (gst_video_test_src_black):
16558         * gst/videotestsrc/videotestsrc.h:
16559           borgify further
16560           clean up docs a little
16561
16562 2005-11-30  Wim Taymans  <wim@fluendo.com>
16563
16564         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16565         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
16566         (gst_basertppayload_event), (gst_basertppayload_push),
16567         (gst_basertppayload_change_state):
16568         * gst-libs/gst/rtp/gstbasertppayload.h:
16569         closed #320644.
16570
16571 2005-11-30  Julien MOUTTE  <julien@moutte.net>
16572
16573         * docs/libs/gst-plugins-base-libs-docs.sgml:
16574         * docs/libs/gst-plugins-base-libs-sections.txt:
16575         * gst-libs/gst/video/gstvideofilter.c:
16576         * gst-libs/gst/video/gstvideosink.c:
16577         * gst-libs/gst/video/gstvideosink.h: Adding docs.
16578
16579 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16580
16581         * LICENSE:
16582           move
16583         * po/af.po:
16584         * po/az.po:
16585         * po/cs.po:
16586         * po/en_GB.po:
16587         * po/hu.po:
16588         * po/it.po:
16589         * po/nb.po:
16590         * po/nl.po:
16591         * po/or.po:
16592         * po/sq.po:
16593         * po/sr.po:
16594         * po/sv.po:
16595         * po/uk.po:
16596         * po/vi.po:
16597         * Makefile.am:
16598           update
16599         * scripts/autoplugins.sh:
16600           remove
16601
16602 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16603
16604         * Makefile.am:
16605         * configure.ac:
16606         * examples/Makefile.am:
16607         * examples/capsfilter/Makefile.am:
16608         * examples/capsfilter/capsfilter1.c:
16609         * examples/gob/Makefile.am:
16610         * examples/gob/gst-identity2.gob:
16611         * examples/indexing/.cvsignore:
16612         * examples/indexing/Makefile.am:
16613         * examples/indexing/indexmpeg.c:
16614         * examples/seeking/.cvsignore:
16615         * examples/seeking/Makefile.am:
16616         * examples/seeking/cdparanoia.c:
16617         * examples/seeking/cdplayer.c:
16618         * examples/seeking/chained.c:
16619         * examples/seeking/scrubby.c:
16620         * examples/seeking/seek.c:
16621         * examples/stats/Makefile.am:
16622         * examples/stats/mp2ogg.c:
16623         * examples/switch/.cvsignore:
16624         * examples/switch/Makefile.am:
16625         * examples/switch/switcher.c:
16626         * tests/Makefile.am:
16627         * tests/check/generic/.cvsignore:
16628         * tests/check/pipelines/.cvsignore:
16629         * tests/examples/Makefile.am:
16630         * tests/examples/seek/Makefile.am:
16631           reorganize stuff under tests/
16632
16633 2005-11-30  Edward Hervey  <edward@fluendo.com>
16634
16635         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
16636         Go away you stupid GstStaticPadTemplate memleak.
16637
16638 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16639
16640         * gst-libs/gst/net/Makefile.am:
16641         * gst-libs/gst/net/README:
16642         * gst-libs/gst/net/gstnetbuffer.c:
16643         * gst-libs/gst/net/gstnetbuffer.h:
16644           this was moved to "netbuffer"
16645
16646 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16647
16648         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
16649         (gst_video_filter_class_init), (gst_video_filter_init):
16650         * gst-libs/gst/video/gstvideofilter.h:
16651           borgify name to bring in line with other classes
16652
16653 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16654
16655         * gst/audioscale/.cvsignore:
16656         * gst/audioscale/Makefile.am:
16657         * gst/audioscale/README:
16658         * gst/audioscale/audioscale.vcproj:
16659         * gst/audioscale/dtof.c:
16660         * gst/audioscale/dtos.c:
16661         * gst/audioscale/functable.c:
16662         * gst/audioscale/gstaudioscale.c:
16663         * gst/audioscale/gstaudioscale.h:
16664         * gst/audioscale/private.h:
16665         * gst/audioscale/resample.c:
16666         * gst/audioscale/resample.h:
16667         * gst/audioscale/test.c:
16668           remove
16669
16670 2005-11-30  Edward Hervey  <edward@fluendo.com>
16671
16672         * gst-libs/gst/netbuffer/Makefile.am:
16673         really, really tired
16674
16675 2005-11-30  Edward Hervey  <edward@fluendo.com>
16676
16677         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16678         Update for new GstTypeFindFactory _register()
16679
16680 2005-11-30  Edward Hervey  <edward@fluendo.com>
16681
16682         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
16683         Let's not override libgstnet from core for no reason...
16684         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
16685         Ok, maybe not so quick next time.
16686
16687 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16688
16689         * configure.ac:
16690         * gst-libs/gst/Makefile.am:
16691           moved gst-libs/gst/net to netbuffer through CVS surgery
16692           remove old directory
16693           updating build to accomodate
16694           (#322257)
16695
16696 2005-11-29  Andy Wingo  <wingo@pobox.com>
16697
16698         * pkgconfig/gstreamer-plugins-base.pc.in:
16699         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
16700         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
16701         (#322257).
16702
16703 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
16704
16705         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
16706         3rd time's the charm. Correct ref-counting for discarded buffers.
16707
16708 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
16709
16710         * gst/playback/gststreamselector.c:
16711         (gst_stream_selector_class_init),
16712         (gst_stream_selector_set_property),
16713         (gst_stream_selector_get_property),
16714         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
16715         Fix ref-counting
16716
16717 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
16718
16719         * gst/subparse/gstsubparse.c: (feed_textbuf):
16720           Don't access already unref'ed buffer.
16721
16722 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
16723
16724         * gst/playback/gststreamselector.c:
16725         (gst_stream_selector_class_init), (gst_stream_selector_init),
16726         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
16727         (gst_stream_selector_get_property),
16728         (gst_stream_selector_get_linked_pad),
16729         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
16730         * gst/playback/gststreamselector.h:
16731         Add the active-pad property for playbin to use shortly. Ignore buffers
16732         from any other pad, returning GST_FLOW_NOT_LINKED
16733
16734 2005-11-29  Julien MOUTTE  <julien@moutte.net>
16735
16736         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
16737         patch from bug #322704 (Alessandro Decina).
16738
16739 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16740
16741         * gst-libs/gst/audio/Makefile.am:
16742           folded audiofilter into the audio library
16743
16744 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16745
16746         * gst/videoscale/gstvideoscale.h:
16747         * gst/videoscale/gstvideoscale.c:
16748           remove unimplemented scale methods
16749
16750 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
16751
16752         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
16753           Don't leak caps.
16754
16755 2005-11-28  Julien MOUTTE  <julien@moutte.net>
16756
16757         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
16758         (gst_ximagesink_setcaps):
16759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16760         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
16761         happens (only visible on ximagesink but bug is in xv too) set_caps was
16762         destroying the internal x[v]image used to memcpy non locally alloced
16763         buffers so that it got renewed on next _chain. The issue is that 
16764         _expose will try to put that image as it reffed it in _put.
16765         Using gst_buffer_unref instead of destroy fixes it !
16766
16767 2005-11-28  Edward Hervey  <edward@fluendo.com>
16768
16769         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16770         (try_to_link_1), (queue_filled_cb):
16771         Better use of the queues. Start with a small size queue and only increase
16772         the size of the queues when the other queues are empty.
16773
16774 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16775
16776         * gst-libs/gst/video/Makefile.am:
16777           compile in copied-over videofilter into the video library
16778         * gst-libs/gst/video/videosink.h:
16779           rename the header to gstvideosink.h since it's a base GstObject class
16780         * sys/ximage/ximagesink.h:
16781         * sys/xvimage/xvimagesink.h:
16782           use the new header
16783
16784 2005-11-28  Wim Taymans  <wim@fluendo.com>
16785
16786         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
16787         * gst/playback/gstplaybasebin.h:
16788         Prepare to handle errors betters.
16789
16790         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
16791         Set sinks to PAUSED first before adding and linking them so that
16792         we don't interrupt dataflow.
16793
16794 2005-11-28  Wim Taymans  <wim@fluendo.com>
16795
16796         * gst-libs/gst/audio/TODO:
16797         Updated TODO
16798
16799         * gst-libs/gst/audio/gstaudiosink.c:
16800         (gst_audioringbuffer_open_device),
16801         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
16802         (gst_audioringbuffer_release):
16803         Small cleanups.
16804
16805         * gst-libs/gst/audio/gstbaseaudiosink.c:
16806         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
16807         (gst_base_audio_sink_change_state):
16808         Slave to the master clock when going to PLAYING and unslave when
16809         going to PAUSED.
16810
16811         * gst-libs/gst/audio/gstringbuffer.c:
16812         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
16813         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
16814         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
16815         (gst_ring_buffer_clear_all), (wait_segment),
16816         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16817         (gst_ring_buffer_advance):
16818         * gst-libs/gst/audio/gstringbuffer.h:
16819         Add some docs and cleanups.
16820
16821 2005-11-28  Julien MOUTTE  <julien@moutte.net>
16822
16823         * sys/xvimage/xvimagesink.c:
16824         (gst_xvimagesink_navigation_send_event): Fix navigation events
16825         coordinates translation with pixel aspect ratios.
16826
16827 2005-11-28  Julien MOUTTE  <julien@moutte.net>
16828
16829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16830         Use calculated video geometry from _setcaps instead of buffer
16831         caps to respect pixel aspect ratio. (fixes #322388)
16832
16833 2005-11-28  Julien MOUTTE  <julien@moutte.net>
16834
16835         * docs/libs/tmpl/gstcolorbalance.sgml:
16836         * docs/libs/tmpl/gstmixer.sgml:
16837         * docs/libs/tmpl/gstxoverlay.sgml:
16838         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
16839         interface.
16840
16841 2005-11-28  Julien MOUTTE  <julien@moutte.net>
16842
16843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
16844         Refuse to create an XvImage if we can't find the format.
16845
16846 2005-11-28  Edward Hervey  <edward@fluendo.com>
16847
16848         * gst-libs/gst/riff/riff-media.c:
16849         (gst_riff_create_audio_template_caps):
16850         Add ATRAC3 to the list of riff-possible audio caps.
16851         I know we still don't have a plugin for atrac3, but it's saner to output
16852         that than a cryptic mimetype.
16853
16854 2005-11-27  Edward Hervey  <edward@fluendo.com>
16855
16856         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
16857         Don't try to create a zero-sized subbuffer.
16858
16859 2005-11-27  Julien MOUTTE  <julien@moutte.net>
16860
16861         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
16862         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
16863         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
16864         (gst_ximagesink_expose): Fixed a tricky race.
16865         * sys/ximage/ximagesink.h:
16866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16867         (gst_xvimagesink_expose): Fixed a tricky race.
16868         * sys/xvimage/xvimagesink.h:
16869
16870 2005-11-27  Edward Hervey  <edward@fluendo.com>
16871
16872         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16873         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
16874         Remove unused properties, and add queues between demuxers and decoders
16875         so that a lot more files can preroll properly.
16876
16877 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16878
16879         * gst-libs/gst/net/Makefile.am:
16880         * gst-libs/gst/rtp/Makefile.am:
16881         * gst-libs/gst/tag/Makefile.am:
16882           remove silly include
16883         * gst/tags/Makefile.am:
16884         * gst/tags/gsttagediting.c:
16885         * gst/tags/gsttageditingprivate.h:
16886         * gst/tags/tagedit.vcproj:
16887           remove directory, is as good as empty
16888
16889 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16890
16891         * configure.ac:
16892           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
16893         * gst-libs/Makefile.am:
16894         * gst-libs/gst/audio/Makefile.am:
16895         * gst-libs/gst/interfaces/Makefile.am:
16896         * gst-libs/gst/net/Makefile.am:
16897         * gst-libs/gst/riff/Makefile.am:
16898         * gst-libs/gst/rtp/Makefile.am:
16899         * gst-libs/gst/tag/Makefile.am:
16900         * gst-libs/gst/video/Makefile.am:
16901           and use them
16902
16903 2005-11-27  Julien MOUTTE  <julien@moutte.net>
16904
16905         * docs/libs/tmpl/gstcolorbalance.sgml:
16906         * docs/libs/tmpl/gstmixer.sgml:
16907         * docs/libs/tmpl/gstxoverlay.sgml:
16908         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
16909         * sys/ximage/ximagesink.h:
16910         * sys/xvimage/xvimagesink.h: More and more documentation.
16911
16912 2005-11-26  Julien MOUTTE  <julien@moutte.net>
16913
16914         * docs/libs/gst-plugins-base-libs-docs.sgml:
16915         * docs/libs/gst-plugins-base-libs-sections.txt:
16916         * docs/libs/tmpl/gstcolorbalance.sgml:
16917         * docs/libs/tmpl/gstmixer.sgml:
16918         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
16919         to documentation.
16920
16921 2005-11-26  Julien MOUTTE  <julien@moutte.net>
16922
16923         * docs/plugins/Makefile.am:
16924         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16925         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16926         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
16927
16928 2005-11-26  Julien MOUTTE  <julien@moutte.net>
16929
16930         * docs/plugins/Makefile.am:
16931         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16932         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16933         * docs/plugins/inspect/plugin-adder.xml:
16934         * docs/plugins/inspect/plugin-alsa.xml:
16935         * docs/plugins/inspect/plugin-audioconvert.xml:
16936         * docs/plugins/inspect/plugin-audiorate.xml:
16937         * docs/plugins/inspect/plugin-audioresample.xml:
16938         * docs/plugins/inspect/plugin-audiotestsrc.xml:
16939         * docs/plugins/inspect/plugin-decodebin.xml:
16940         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
16941         * docs/plugins/inspect/plugin-gnomevfs.xml:
16942         * docs/plugins/inspect/plugin-ogg.xml:
16943         * docs/plugins/inspect/plugin-playbin.xml:
16944         * docs/plugins/inspect/plugin-subparse.xml:
16945         * docs/plugins/inspect/plugin-tcp.xml:
16946         * docs/plugins/inspect/plugin-theora.xml:
16947         * docs/plugins/inspect/plugin-typefindfunctions.xml:
16948         * docs/plugins/inspect/plugin-video4linux.xml:
16949         * docs/plugins/inspect/plugin-videorate.xml:
16950         * docs/plugins/inspect/plugin-videoscale.xml:
16951         * docs/plugins/inspect/plugin-videotestsrc.xml:
16952         * docs/plugins/inspect/plugin-volume.xml:
16953         * docs/plugins/inspect/plugin-vorbis.xml:
16954         * docs/plugins/inspect/plugin-ximagesink.xml:
16955         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
16956         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
16957
16958 2005-11-26  Edward Hervey  <edward@fluendo.com>
16959
16960         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
16961         Properly return GstFlowReturn from gst_pad_push in chain functions.
16962
16963 2005-11-25  Michael Smith  <msmith@fluendo.com>
16964
16965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
16966         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
16967         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16968         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
16969           Handle various conditions better when we don't understand a stream.
16970           Removes a heap of CRITICALs on ogg streams containing unknown data.
16971
16972 2005-11-24  Andy Wingo  <wingo@pobox.com>
16973
16974         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
16975         Be threadsafe.
16976
16977 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16978
16979         * configure.ac: back to HEAD
16980
16981 === release 0.9.6 ===
16982
16983 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
16984
16985         * configure.ac:
16986           releasing 0.9.6, "White Eight"
16987
16988 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16989
16990         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
16991         * docs/plugins/inspect/plugin-sine.xml:
16992           remove sinesrc some more
16993
16994 2005-11-23  Wim Taymans  <wim@fluendo.com>
16995
16996         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
16997         If we are reading too slowly, jump forward in the ringbuffer
16998         instead of blocking.
16999
17000 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
17001
17002         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
17003         (gst_visual_chain):
17004         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
17005         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
17006         (gst_videorate_chain):
17007         * gst/videotestsrc/gstvideotestsrc.c:
17008         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
17009         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
17010         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
17011         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
17012         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
17013         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
17014           Updates for API changes
17015
17016 2005-11-23  Wim Taymans  <wim@fluendo.com>
17017
17018         * gst-libs/gst/audio/gstbaseaudiosink.c:
17019         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
17020         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17021         Fix for calibration API change.
17022
17023 2005-11-23  Michael Smith <msmith@fluendo.com>
17024
17025         * gst-libs/gst/audio/multichannel.c:
17026         (gst_audio_get_channel_positions),
17027         (gst_audio_set_channel_positions),
17028         (gst_audio_set_structure_channel_positions_list),
17029         (gst_audio_fixate_channel_positions):
17030           Use gst_value_array_*() functions on value arrays, not
17031           gst_value_list_*().
17032
17033 2005-11-23  Edward Hervey  <edward@fluendo.com>
17034
17035         * autogen.sh:
17036         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
17037         Fixes autogen
17038
17039 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17040
17041         * check/Makefile.am:
17042         * check/elements/videotestsrc.c: (setup_videotestsrc),
17043         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
17044         (main):
17045           add a test for videotestsrc
17046
17047 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17048
17049         * gst/sine/.cvsignore:
17050         * gst/sine/Makefile.am:
17051         * gst/sine/gstsinesrc.c:
17052         * gst/sine/gstsinesrc.h:
17053         * gst/sine/sinesrc.vcproj:
17054           and remove sinesrc from the repository.  Closes #321446
17055
17056 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17057
17058         * configure.ac:
17059         * gst-plugins-base.spec.in:
17060           remove sinesrc from the build
17061
17062 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17063
17064         * check/Makefile.am:
17065         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
17066         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
17067         (main):
17068           add a test for audiotestsrc, testing all waves.  Even seems
17069           leak-free at first glance, nice job Stefan
17070
17071 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
17072
17073         * po/af.po:
17074         * po/az.po:
17075         * po/cs.po:
17076         * po/en_GB.po:
17077         * po/hu.po:
17078         * po/it.po:
17079         * po/nb.po:
17080         * po/nl.po:
17081         * po/or.po:
17082         * po/sq.po:
17083         * po/sr.po:
17084         * po/sv.po:
17085         * po/uk.po:
17086         * po/vi.po:
17087           Translation string updates
17088
17089         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
17090         (gst_v4lsrc_set_caps):
17091         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
17092         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
17093         * sys/v4l/v4lsrc_calls.h:
17094           Improve v4lsrc, by making it work again.
17095
17096 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
17097
17098         * ext/libvisual/visual.c: (gst_visual_chain):
17099           Fix the fps calculations.
17100
17101         * gst/ffmpegcolorspace/avcodec.h:
17102           Move structure element for clarity
17103
17104         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
17105         * gst-libs/gst/interfaces/tunernorm.h:
17106         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
17107         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
17108         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
17109         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
17110         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
17111         (gst_v4lmjpegsrc_getcaps):
17112         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
17113         (gst_v4lsrc_set_caps):
17114         * sys/v4l/gstv4lsrc.h:
17115         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17116         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
17117         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
17118         * sys/v4l/v4lsrc_calls.h:
17119           Fractional framerates...
17120
17121 2005-11-22  Wim Taymans  <wim@fluendo.com>
17122
17123         * gst-libs/gst/audio/gstbaseaudiosink.c:
17124         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
17125         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17126         And we provide a clock by default, of course...
17127
17128 2005-11-22  Wim Taymans  <wim@fluendo.com>
17129
17130         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
17131         This clock can be slaved to a master clock now.
17132
17133         * gst-libs/gst/audio/gstbaseaudiosink.c:
17134         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
17135         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
17136         (gst_base_audio_sink_set_clock),
17137         (gst_base_audio_sink_set_property),
17138         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
17139         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17140         * gst-libs/gst/audio/gstbaseaudiosink.h:
17141         Handle slaving the internal clock to the clock selected in the
17142         pipeline.
17143         Add property to make the basesink not provide a clock.
17144
17145         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17146         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
17147         (gst_base_rtp_depayload_wait):
17148         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17149         We can use the clock in GstElement, no need to store it ourselves.
17150
17151 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17152
17153         * docs/libs/tmpl/gstaudio.sgml:
17154           update
17155         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
17156         (gst_paranoia_endian_get_type):
17157         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
17158         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
17159         * gst/audiotestsrc/gstaudiotestsrc.c:
17160         (gst_audiostestsrc_wave_get_type):
17161         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
17162         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
17163         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17164         (gst_sync_method_get_type), (gst_unit_type_get_type),
17165         (gst_client_status_get_type), (gst_multifdsink_class_init),
17166         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
17167         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
17168         (gst_multifdsink_get_property):
17169         * gst/tcp/gstmultifdsink.h:
17170         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
17171         * gst/videotestsrc/gstvideotestsrc.c:
17172         (gst_videotestsrc_pattern_get_type):
17173           remove deprecated properties
17174           fix up enums to correctly have short lowercase dashed nicks
17175
17176 2005-11-22  Michael Smith <msmith@fluendo.com>
17177
17178         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17179         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
17180           Add underscore.
17181
17182 2005-11-22  Michael Smith <msmith@fluendo.com>
17183
17184         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17185         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
17186           Use utility method for scaling clocktime for fractional framerates.
17187
17188 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
17189
17190         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
17191         (gst_visual_chain):
17192         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17193         * ext/theora/theoradec.c: (theora_handle_type_packet):
17194         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
17195         (theora_enc_chain):
17196         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17197         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
17198         * gst-libs/gst/video/video.h:
17199         * gst/ffmpegcolorspace/avcodec.h:
17200         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17201         (gst_ffmpeg_caps_to_pixfmt):
17202         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17203         (gst_ffmpegcsp_set_caps):
17204         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17205         (gst_videorate_setcaps), (gst_videorate_blank_data),
17206         (gst_videorate_chain):
17207         * gst/videotestsrc/gstvideotestsrc.c:
17208         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
17209         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
17210         (gst_videotestsrc_event), (gst_videotestsrc_create):
17211         * gst/videotestsrc/gstvideotestsrc.h:
17212         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
17213         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
17214         (gst_ximagesink_get_times), (gst_ximagesink_init):
17215         * sys/ximage/ximagesink.h:
17216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
17217         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17218         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
17219         * sys/xvimage/xvimagesink.h:
17220           Convert elements to use fractions for their framerate.
17221           V4L elements to come later tonight.
17222
17223 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17224
17225         * gst-libs/gst/audio/audio.c:
17226         * gst-libs/gst/audio/audio.h:
17227           remove some deprecated functions
17228
17229 2005-11-22  Andy Wingo  <wingo@pobox.com>
17230
17231         * Update for gst_tag_setter API changes.
17232
17233 2005-11-22  Andy Wingo  <wingo@pobox.com>
17234
17235         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
17236         (gst_ogg_demux_perform_seek):
17237         * ext/theora/theoradec.c (theora_dec_sink_event):
17238         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
17239         update-funcnames.
17240
17241 2005-11-22  Wim Taymans  <wim@fluendo.com>
17242
17243         * examples/seeking/seek.c: (main):
17244         Give higher priority to bus signals than the gtk events
17245         to fix a race condition in the segment looping.
17246
17247 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
17248
17249         * ext/theora/Makefile.am:
17250         * ext/vorbis/Makefile.am:
17251         * gst-libs/gst/tag/Makefile.am:
17252         * gst-plugins-base.spec.in:
17253           Rename libgsttagedit to libgsttag (#322117).
17254
17255 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
17256
17257         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
17258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
17259           Call gst_x_overlay_prepare_xwindow_id() to give applications
17260           a final chance to set their own xwindow id before the video
17261           sink creates its own window.
17262
17263 2005-11-22  Julien MOUTTE  <julien@moutte.net>
17264
17265         * sys/xvimage/xvimagesink.c:
17266         (gst_xvimagesink_navigation_send_event): Handle navigation
17267         events correcly with borders if applicable.
17268
17269 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
17270
17271         Patch by: Luca Ognibene
17272
17273         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17274         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17275         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17276         (gst_ffmpegcsp_caps_remove_format_info):
17277         * gst/ffmpegcolorspace/imgconvert.c:
17278         * gst/ffmpegcolorspace/imgconvert_template.h:
17279           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
17280           #318353); use gst_structure_has_name().
17281
17282 2005-11-22  Julien MOUTTE  <julien@moutte.net>
17283
17284         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
17285         (gst_ximagesink_class_init): Add debug macros on functions.
17286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17287         (gst_xvimagesink_xwindow_draw_borders),
17288         (gst_xvimagesink_xvimage_put),
17289         (gst_xvimagesink_xwindow_update_geometry),
17290         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
17291         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
17292         (gst_xvimagesink_xcontext_clear),
17293         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
17294         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17295         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
17296         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
17297         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
17298         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17299         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
17300         expose while being PAUSED, out of data flow navigation events, etc..
17301
17302 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17303
17304         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
17305         * gst-libs/gst/audio/audio.h:
17306           fix prototype - wondering why the test worked regardless
17307
17308 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17309
17310         * check/Makefile.am:
17311         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
17312         * gst-libs/gst/audio/audio.h:
17313           add a method that returns a proper GstClockTime
17314
17315 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
17316
17317         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
17318         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
17319         * gst-libs/gst/interfaces/xoverlay.h:
17320           Remove everything having to do with the desired size; add 
17321           gst_x_overlay_prepare_xwindow_id() function; remove the
17322           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
17323           post a message on the bus instead (#321816).
17324
17325         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
17326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
17327         (gst_xvimagesink_xoverlay_init):
17328           Remove desired size stuff (#321816).
17329
17330 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
17331
17332         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
17333         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
17334         (mpeg_video_type_find), (mpeg_video_stream_type_find):
17335           Terminate vararg functions with NULL instead of 0 to 
17336           make gcc4 happy.
17337
17338 2005-11-21  Andy Wingo  <wingo@pobox.com>
17339
17340         patch by: Sebastien Cote <sebas642@yahoo.ca>
17341         
17342         * gst-libs/gst/rtp/gstrtpbuffer.h: 
17343         * gst-libs/gst/rtp/gstrtpbuffer.c
17344         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
17345
17346 2005-11-21  Andy Wingo  <wingo@pobox.com>
17347
17348         * gst/playback/gstplaybin.c (gen_audio_element) 
17349         (gen_video_element): Use the new MISSING_PLUGIN core error
17350         category. Closes #320060.
17351
17352         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
17353         * gst/videorate/gstvideorate.c (gst_videorate_event):
17354         * ext/theora/theoradec.c (theora_dec_sink_event): 
17355         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
17356         stream lock.
17357
17358         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
17359         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
17360         stream lock changes.
17361
17362 2005-11-21  Wim Taymans  <wim@fluendo.com>
17363
17364         * gst-libs/gst/audio/gstbaseaudiosink.c:
17365         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
17366         (gst_base_audio_sink_provide_clock),
17367         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
17368         (gst_base_audio_sink_change_state):
17369         * gst/audioresample/gstaudioresample.c:
17370         Segment update fix.
17371
17372 2005-11-21  Andy Wingo  <wingo@pobox.com>
17373
17374         * *.h:
17375         * *.c: Ran scripts/update-macros. Oh yes.
17376
17377 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
17378
17379         * sys/ximage/Makefile.am:
17380         * sys/ximage/ximage.c:
17381           Rename ximage plugin to ximagesink (#321426) (Don't forget to
17382           remove your old libgstximage.* manually if necessary).
17383
17384 2005-11-21  Michael Smith <msmith@fluendo.com>
17385
17386         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
17387           Minimal fix for bug #320200: set the min/max bitrate in the correct
17388           units. A better fix would be to upgrade to the RATEMANAGE2
17389           interface, rather than using the deprecated interface used here, but
17390           that would require an update in our libvorbis dependency (to 1.1),
17391           which is probably undesirable.
17392
17393 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
17394
17395         * ext/libvisual/visual.c: (get_buffer):
17396         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17397         (gst_base_audio_src_fixate):
17398         * gst/audioconvert/gstaudioconvert.c:
17399         (gst_audio_convert_fixate_caps):
17400         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
17401         * gst/audiotestsrc/gstaudiotestsrc.c:
17402         (gst_audiotestsrc_src_fixate):
17403         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
17404         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
17405         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
17406         * gst/videotestsrc/gstvideotestsrc.c:
17407         (gst_videotestsrc_src_fixate):
17408         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
17409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
17410           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
17411           (#322027)
17412
17413
17414 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
17415
17416         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17417         (gst_riff_create_iavs_caps):
17418         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
17419         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
17420         (gst_riff_parse_info):
17421         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
17422         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
17423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
17424           Fixes for GST_FOURCC_FORMAT API change.
17425
17426 2005-11-21  Andy Wingo  <wingo@pobox.com>
17427
17428         patch by: Alessandro Dessina <alessandro nnva org>
17429
17430         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
17431         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
17432         (gst_ogg_parse_chain):
17433         * ext/theora/theoraenc.c (theora_set_header_on_caps):
17434         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
17435         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
17436         gst_value_list calls on arrays. Fixes #321962.
17437
17438 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
17439
17440         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17441         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
17442         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
17443         * gst/adder/gstadder.c: (gst_adder_init),
17444         (gst_adder_request_new_pad), (gst_adder_collected),
17445         (gst_adder_change_state):
17446           Update for gst_collectpads_foo() to gst_collect_pads_foo()
17447           API change.
17448
17449 2005-11-21  Michael Smith <msmith@fluendo.com>
17450
17451         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
17452         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
17453           Properly handle pad_push return values.
17454
17455 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
17456
17457         * gst-libs/gst/tag/Makefile.am:
17458         * gst-libs/gst/tag/gstvorbistag.c:
17459         (gst_tag_list_to_vorbiscomment_buffer):
17460           Remove obsolete vorbistag element and debug category.
17461
17462         * gst/playback/gstplaybasebin.c: (check_queue):
17463           Don't divide by 0 when queue-threshold is 0.
17464
17465         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
17466           Don't modify an existing pixel-aspect-ratio if we fail to read
17467           a new one.
17468
17469 2005-11-20  Wim Taymans  <wim@fluendo.com>
17470
17471         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
17472         (gst_vorbisenc_push_packet):
17473         GST_PAD_IS_USABLE is gone, use the return value of
17474         the push or pad_alloc_buffer instead.
17475
17476 2005-11-18  Julien MOUTTE  <julien@moutte.net>
17477
17478         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17479         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
17480         (gst_ximagesink_ximage_destroy),
17481         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
17482         (gst_ximagesink_xwindow_new),
17483         (gst_ximagesink_xwindow_update_geometry),
17484         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
17485         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
17486         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
17487         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
17488         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
17489         (gst_ximagesink_navigation_send_event),
17490         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
17491         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
17492         (gst_ximagesink_finalize), (gst_ximagesink_init),
17493         (gst_ximagesink_class_init):
17494         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
17495         This new version brings correct software scaling, non flickering
17496         window while resizing, pixel aspect ratio handling, usage of
17497         hardware buffer pools, out of data flow event thread for 
17498         navigation and handling of expose events even when being PAUSED,
17499         a new property to keep video aspect ratio when resizing, etc...
17500
17501 2005-11-18  Julien MOUTTE  <julien@moutte.net>
17502
17503         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17504         (gst_videoscale_fixate_caps): Introduce back caps fixate with
17505         handling of PAR.
17506
17507 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
17508
17509         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
17510         Unsetting IS_SINK flag from the fakesink, so decodebin
17511         never behaves as a sink.
17512
17513 2005-11-17  Wim Taymans  <wim@fluendo.com>
17514
17515         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17516         (gst_base_audio_src_change_state):
17517         Fix the audiosrc base class again, we did not unflush.
17518
17519 2005-11-17  Julien MOUTTE  <julien@moutte.net>
17520
17521         * examples/seeking/seek.c: (make_dv_pipeline),
17522         (make_vorbis_theora_pipeline), (make_avi_pipeline),
17523         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
17524         to ogg/vorbis/theora pipeline.
17525
17526 2005-11-17  Wim Taymans  <wim@fluendo.com>
17527
17528         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
17529         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
17530         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
17531         Fix EOS on multiple streams.
17532         More debugging.
17533
17534 2005-11-16  Wim Taymans  <wim@fluendo.com>
17535
17536         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
17537         (gst_ogg_demux_perform_seek):
17538         Segment done must include stream time.
17539
17540         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17541         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
17542         (gst_ogg_mux_change_state):
17543         Fix ogg muxer again.
17544
17545 2005-11-16  Wim Taymans  <wim@fluendo.com>
17546
17547         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
17548         Fix compile again.
17549
17550 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17551
17552         * ext/libvisual/visual.c: (gst_visual_init):
17553         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
17554         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
17555         (gst_ogg_parse_chain):
17556         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17557         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
17558         * ext/theora/theoradec.c: (gst_theora_dec_init):
17559         * ext/theora/theoraenc.c: (gst_theora_enc_init):
17560         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
17561         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
17562         * gst/adder/gstadder.c: (gst_adder_class_init),
17563         (gst_adder_dispose):
17564         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
17565         * gst/subparse/gstsubparse.c: (gst_subparse_init):
17566         * gst/videorate/gstvideorate.c: (gst_videorate_init):
17567           Fix a whole set of pad template leaks
17568
17569 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17570
17571         * check/generic/states.c: (GST_START_TEST):
17572           fix the test so that it only checks for elements that are part of
17573           this source module
17574
17575 2005-11-16  Michael Smith <msmith@fluendo.com>
17576
17577         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
17578         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
17579         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17580         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
17581         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
17582         (gst_ogg_mux_change_state):
17583           Fix leaking collectpads.
17584
17585 2005-11-16  Edward Hervey  <edward@fluendo.com>
17586
17587         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17588         (gst_videorate_event), (gst_videorate_chain):
17589         Handle segment seeks
17590
17591 2005-11-16  Wim Taymans  <wim@fluendo.com>
17592
17593         * gst-libs/gst/audio/gstbaseaudiosink.c:
17594         (gst_base_audio_sink_provide_clock),
17595         (gst_base_audio_sink_change_state):
17596         Set ringbuffer to non-flushing when going to PAUSED, set to
17597         flushing again when going to READY.
17598
17599         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
17600         (gst_ring_buffer_stop):
17601         Start in flushing mode by default.
17602         Don't set flushing in the _stop method, let the app call
17603         this explicitly.
17604
17605 2005-11-16  Julien MOUTTE  <julien@moutte.net>
17606
17607         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
17608         * gst-libs/gst/video/videosink.h: Add helper function needed
17609         for video sinks.
17610
17611 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
17612
17613         * gst/videoscale/gstvideoscale.c:
17614         (gst_videoscale_handle_src_event):
17615           Don't leak reference to pad parent.
17616
17617 2005-11-16  Wim Taymans  <wim@fluendo.com>
17618
17619         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
17620         Set ringbuffer to flushing when stopping so that we don't
17621         block on wait_segment anymore and livelock.
17622
17623 2005-11-16  Wim Taymans  <wim@fluendo.com>
17624
17625         * examples/seeking/seek.c: (send_event), (do_seek),
17626         (loop_toggle_cb), (segment_done), (main):
17627         Added looping checkbox.
17628
17629 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17630
17631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17632         (gst_ogg_demux_init):
17633         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
17634         (gst_vorbis_dec_init):
17635           revert unrefs, they don't pass make check
17636
17637 2005-11-15  Johan Dahlin  <johan@gnome.org>
17638
17639         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17640         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
17641         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
17642         (gst_vorbis_dec_init):
17643         Fix pad template leaks. 
17644
17645 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
17646
17647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
17648           Make state change function thread safe.
17649
17650 2005-11-15  Edward Hervey  <edward@fluendo.com>
17651
17652         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17653         (gst_ogg_demux_class_init):
17654         Implement GstElement::send_event, so we can send seek events
17655         in GST_STATE_READY
17656
17657 2005-11-14  Julien MOUTTE  <julien@moutte.net>
17658
17659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
17660         Discovered how to take away flickering while resizing the
17661         window. Please don't put that in ximagesink, refactoring in
17662         progress.
17663
17664 2005-11-14  Michael Smith <msmith@fluendo.com>
17665
17666         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
17667         (gst_multifdsink_render):
17668           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
17669
17670 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
17671
17672         * gst/playback/gstplaybin.c: (gen_audio_element):
17673           Use autoaudiosink, it tends to be more widely available than
17674           autoaudiiosink.
17675           
17676 2005-11-14  Andy Wingo  <wingo@pobox.com>
17677
17678         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
17679         as well if it is available. Fixes #316442.
17680
17681 2005-11-14  Michael Smith <msmith@fluendo.com>
17682
17683         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
17684         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
17685         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17686         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
17687         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
17688         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
17689         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
17690         (gst_vorbisenc_change_state):
17691           Fix a small memory leak in vorbisenc.
17692           Fix large memory leaks in oggmux, also fix lots of state change
17693           bugs in oggmux.
17694
17695 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17696
17697         * gst/videotestsrc/gstvideotestsrc.c:
17698         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
17699         (gst_videotestsrc_src_fixate):
17700           move fixation to a fixate function
17701           remove negotiate function, basesrc's is good enough
17702           fixes a bug for check when using the element alone
17703
17704 2005-11-13  Edward Hervey  <edward@fluendo.com>
17705
17706         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
17707         (key_toggle_cb), (main):
17708         Added checkboxes for adding/removing the accurate and key_unit seek
17709         flags.
17710
17711 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17712
17713         * configure.ac: back to HEAD
17714
17715 === release 0.9.5 ===
17716
17717 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
17718
17719         * configure.ac:
17720           releasing 0.9.5, "No No Kia"
17721
17722 2005-11-11  Edward Hervey  <edward@fluendo.com>
17723
17724         * examples/seeking/seek.c: (make_parselaunch_pipeline):
17725         Added parse-launch syntax seeking mode for the seeking example.
17726         This should help stress-test even more cases.
17727         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
17728
17729 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
17730
17731         * sys/xvimage/xvimagesink.c:
17732         (gst_xvimagesink_navigation_send_event):
17733           Check whether peer pad exists before sending navigation events
17734           to it.
17735
17736 2005-11-11  Michael Smith <msmith@fluendo.com>
17737
17738         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
17739         (gst_vorbisenc_buffer_from_packet):
17740         * ext/vorbis/vorbisenc.h:
17741           Set duration on encoded buffers. This allows oggmux's
17742           max_page_delay parameter to actually work.
17743
17744 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
17745
17746         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17747         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
17748         (gst_ffmpegcsp_avpicture_fill):
17749         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17750         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
17751           Make palettes work again (see #132341). Use our own macros
17752           for rounding up.
17753
17754 2005-11-10  Andy Wingo  <wingo@pobox.com>
17755
17756         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
17757         string doober.
17758
17759 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17760
17761         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17762         (gst_ffmpegcsp_transform_caps):
17763           Prefer passthrough in transform_caps
17764
17765 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17766
17767         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17768           check for ALSA errors properly, instead of relying on ALSA's
17769           error strings to serve to the user.
17770
17771 2005-11-10  Wim Taymans  <wim@fluendo.com>
17772
17773         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
17774         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
17775         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17776         Modernise the seek code.
17777
17778 2005-11-10  Michael Smith <msmith@fluendo.com>
17779         
17780         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
17781         (setup_substreams), (set_active_source):
17782           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
17783           trying to go to NULL if we failed to read a file.
17784
17785 2005-11-10  Wim Taymans  <wim@fluendo.com>
17786
17787         * gst/audiotestsrc/gstaudiotestsrc.c:
17788         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
17789         (gst_audiotestsrc_create):
17790         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17791         (gst_sinesrc_get_times), (gst_sinesrc_create):
17792         * gst/videotestsrc/gstvideotestsrc.c:
17793         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
17794         (gst_videotestsrc_create):
17795         The base class can now sync for us.
17796
17797 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17798
17799         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
17800           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
17801           name=source autoprobe=false autoprobe-fps=false copy-mode=1
17802           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
17803           format=(fourcc)I420" ! xvimagesink
17804
17805 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
17806
17807         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17808         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
17809         (gst_sinesrc_newsegment):
17810           Send newsegment event in TIME format, set duration if
17811           num-buffers is set, fix duration querying.
17812
17813 2005-11-10  Michael Smith <msmith@fluendo.com>
17814
17815         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
17816         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17817         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
17818         (gst_ogg_mux_collected):
17819          Fix EOS handling, partially. Now forwarding an EOS event once we have
17820          EOS on all pads works correctly. However, we still don't properly set
17821          EOS on the actual ogg stream pages.
17822
17823 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
17824
17825         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
17826           Set elements to NULL state before disposing of them.
17827
17828 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
17829
17830         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17831
17832         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17833         (gst_base_rtp_depayload_init),
17834         (gst_base_rtp_depayload_set_gst_timestamp):
17835         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17836           We need to send a newsegment event for each instance, not
17837           just for the first instance of this class (get rid of
17838           static variable in function). (#321011).
17839           
17840 2005-11-08  Michael Smith <msmith@fluendo.com>
17841
17842         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
17843         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
17844         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
17845         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17846           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
17847           This makes us mux things correctly according to the ogg muxing
17848           rules. Still not handling EOS correctly right now, though.
17849
17850 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
17851
17852         * gst/audioconvert/gstaudioconvert.c:
17853           Fix typo in docs. 
17854
17855 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
17856
17857         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17858         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
17859           Initialise segment_stop to GST_CLOCK_TIME_NONE when
17860           creating a new chain; should fix live streaming. Also
17861           add more debug output and fix a typo.
17862
17863 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
17864
17865         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17866
17867         * gst/volume/gstvolume.c: (volume_set_caps):
17868           Fix compilation on Solaris with Forte. (#320923)
17869
17870 2005-11-08  Wim Taymans  <wim@fluendo.com>
17871
17872         * gst-libs/gst/audio/gstbaseaudiosink.c:
17873         (gst_base_audio_sink_render):
17874         No need to do a typecheck.
17875
17876 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
17877
17878         * ext/alsa/gstalsa.h:
17879           We register a debug category, so let's use it.
17880
17881 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
17882
17883         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17884         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
17885         Fixed a small problem.
17886
17887 2005-11-04  Wim Taymans  <wim@fluendo.com>
17888
17889         * examples/seeking/Makefile.am:
17890         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
17891         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
17892         (make_playerbin_pipeline), (format_value), (update_scale),
17893         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
17894         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
17895         (print_usage), (main):
17896         Added app for playback speed testing.
17897
17898         * examples/seeking/seek.c: (dynamic_link),
17899         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
17900         (make_mpeg_pipeline), (do_seek), (set_update_scale),
17901         (message_received), (main):
17902         Updated seek example.
17903
17904 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
17905
17906         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17907         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
17908         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
17909         (gst_base_rtp_depayload_set_clock):
17910         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17911         Don't sleep on the bench (system clock) when you have a nice 
17912         comfortable bed (Gstreamer clock) to sleep on.
17913
17914 2005-11-03  Wim Taymans  <wim@fluendo.com>
17915
17916         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17917         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
17918         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
17919         Handle the case where a pad_block failed.
17920
17921 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
17922
17923         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
17924
17925         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17926         (gst_base_rtp_depayload_add_to_queue),
17927         (gst_base_rtp_depayload_push),
17928         (gst_base_rtp_depayload_set_gst_timestamp),
17929         (gst_base_rtp_depayload_queue_release):
17930           Fixes some bugs in the depayloader's queuing/de-queueing code.
17931
17932 2005-10-31  Michael Smith <msmith@fluendo.com>
17933
17934         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
17935         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
17936         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
17937           Patch from Alessandro Decina <alessandro@nnva.org>.
17938           Make oggdemux only find the final time in a chain, not per-pad,
17939           since the per-pad information can be very expensive to locate, and
17940           it isn't used anywhere. This makes reading a file containing
17941           OggSkeleton reasonably fast.
17942           Also, make chain finding work when there are logical bitstreams that
17943           can't be decoded. Fixes #319110.
17944
17945 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
17946
17947         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17948         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
17949         (gst_base_rtp_depayload_chain),
17950         (gst_base_rtp_depayload_add_to_queue),
17951         (gst_base_rtp_depayload_push),
17952         (gst_base_rtp_depayload_set_gst_timestamp),
17953         (gst_base_rtp_depayload_queue_release),
17954         (gst_base_rtp_depayload_start_thread),
17955         (gst_base_rtp_depayload_set_property),
17956         (gst_base_rtp_depayload_get_property):
17957         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17958         Some random fixes, to fullfill the desires of thomas.
17959
17960 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
17961
17962         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17963         (gst_base_rtp_depayload_add_to_queue),
17964         (gst_base_rtp_depayload_push):
17965         Fixed the queueing algorithm.
17966
17967 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
17968
17969         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17970         (gst_base_rtp_depayload_push):
17971         A small fix
17972
17973 2005-10-31  Wim Taymans  <wim@fluendo.com>
17974
17975         * gst-libs/gst/audio/gstringbuffer.h:
17976         Don't break ABI.
17977
17978         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17979         (gst_ffmpeg_caps_to_pixfmt):
17980         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17981         (gst_ffmpegcsp_set_caps):
17982         Some more comments.
17983         Handle missing required caps fields better.
17984
17985 2005-10-31  Wim Taymans  <wim@fluendo.com>
17986
17987         * gst-libs/gst/audio/gstbaseaudiosink.c:
17988         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
17989         (gst_base_audio_sink_render):
17990         * gst-libs/gst/audio/gstringbuffer.c:
17991         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17992         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
17993         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
17994         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
17995         (gst_ring_buffer_read):
17996         * gst-libs/gst/audio/gstringbuffer.h:
17997         Add flushing mode to the ringbuffer so that it in all cases does
17998         not try to handle more audio. This makes sure it does not try to
17999         block anymore when flushing and fixes a livelock.
18000
18001 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
18002
18003         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
18004         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
18005         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
18006           Explicitly check for -1 values before doing a conversion
18007           and always map them to -1. (#315545)
18008
18009 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18010
18011         * gst/playback/gstplaybin.c: (gen_video_element):
18012           first try autovideosink, then xvimagesink, then error out
18013         * po/POTFILES.in:
18014           add translatable file
18015         * po/af.po:
18016         * po/az.po:
18017         * po/cs.po:
18018         * po/en_GB.po:
18019         * po/hu.po:
18020         * po/it.po:
18021         * po/nb.po:
18022         * po/nl.po:
18023         * po/or.po:
18024         * po/sq.po:
18025         * po/sr.po:
18026         * po/sv.po:
18027         * po/uk.po:
18028         * po/vi.po:
18029           update translations
18030
18031 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
18032
18033         * gst-libs/gst/rtp/gstbasedepayload.c:
18034         * gst-libs/gst/rtp/gstbasedepayload.h:
18035           Minor cleanups
18036
18037 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
18038
18039         * gst/playback/.cvsignore:
18040         * gst/playback/decodetest.c:
18041         * gst/playback/test3.c:
18042           Port these two tests as well.
18043
18044 2005-10-27  Wim Taymans  <wim@fluendo.com>
18045
18046         * ext/theora/theoradec.c: (theora_dec_src_query),
18047         (theora_dec_sink_event):
18048         * ext/theora/theoraenc.c: (theora_enc_sink_event),
18049         (theora_enc_change_state):
18050         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
18051         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
18052         Take proper locks when handling events.
18053
18054 2005-10-27  Wim Taymans  <wim@fluendo.com>
18055
18056         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
18057         (gst_adder_change_state):
18058         Fix timestamps and fix deadlock when stopping the collectpads.
18059
18060 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
18061
18062         * gst-libs/gst/rtp/gstrtpbuffer.h:
18063         Declaring the payload types as strings too so that they can be used
18064         in the padtemplate inialization.
18065
18066 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
18067
18068         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
18069
18070         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18071         (gst_base_rtp_depayload_class_init):
18072         Fixes a small but nasty bug. The derived elements no longer segfaults
18073         on finalization.
18074
18075 2005-10-26  Michael Smith <msmith@fluendo.com>
18076
18077         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
18078           When clearing an audioconvert context, set tmpbufsize to zero, so
18079           we'll allocate it again later if required.
18080           This fixes audioconvert re-negotiating formats, which previously
18081           segfaulted with a NULL destination buffer.
18082
18083 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
18084
18085         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18086         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
18087         (gst_base_rtp_depayload_set_gst_timestamp),
18088         (gst_base_rtp_depayload_queue_release):
18089         Fixed a smalll memleak.
18090
18091 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
18092         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18093         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
18094         (gst_base_rtp_depayload_finalize),
18095         (gst_base_rtp_depayload_setcaps),
18096         (gst_base_rtp_depayload_add_to_queue),
18097         (gst_base_rtp_depayload_push),
18098         (gst_base_rtp_depayload_set_gst_timestamp),
18099         (gst_base_rtp_depayload_queue_release),
18100         (gst_base_rtp_depayload_thread),
18101         (gst_base_rtp_depayload_change_state):
18102         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18103         Changed the C++ comments to C comments
18104
18105 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
18106
18107         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
18108         * gst/tcp/gsttcpclientsrc.h:
18109         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
18110         * gst/tcp/gsttcpserversrc.h:
18111           Remove unused 'curoffset' structure member.
18112
18113 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
18114
18115         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18116         (gst_base_rtp_depayload_base_init),
18117         (gst_base_rtp_depayload_finalize):
18118         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18119         * gst-libs/gst/rtp/gstbasertppayload.h:
18120           The pad-template on the sinkpad should be set by the derived classes.
18121           Also added some useful macros.
18122
18123 2005-10-24  Wim Taymans  <wim@fluendo.com>
18124
18125         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18126         Correctly flush decoder samples even if we could not
18127         copy them to an output buffer. Fixes #319618.
18128
18129 2005-10-24  Julien MOUTTE  <julien@moutte.net>
18130
18131         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
18132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
18133         the caps against our xcontext caps.
18134
18135 2005-10-24  Wim Taymans  <wim@fluendo.com>
18136
18137         * gst-libs/gst/audio/gstbaseaudiosink.c:
18138         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
18139         Remove g_print
18140         Use sync property from baseclass to disable sync.
18141
18142 2005-10-24  Wim Taymans  <wim@fluendo.com>
18143
18144         * gst-libs/gst/audio/gstbaseaudiosink.c:
18145         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
18146         Buffers with no timestamps get aligned with previous buffers or
18147         on underrun, played ASAP.
18148
18149 2005-10-24  Julien MOUTTE  <julien@moutte.net>
18150
18151         * gst-libs/gst/video/video.h:
18152         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18153         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
18155         here comes my change on caps for framerate and geometry range.
18156         We are now accepting 1 to MAXINT for width and height, and from
18157         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
18158         to be blended correctly in videomixer.
18159
18160 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18161
18162         * configure.ac:
18163           back to HEAD
18164
18165 === release 0.9.4 ===
18166
18167 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18168
18169         * NEWS:
18170         * RELEASE:
18171         * configure.ac:
18172           releasing 0.9.4, "Velociraptor"
18173
18174 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18175
18176         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
18177         * po/POTFILES.in:
18178           STOPPED -> FAILED
18179
18180 2005-10-21  Wim Taymans  <wim@fluendo.com>
18181
18182         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18183         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
18184         (pad_blocked), (close_pad_link), (new_pad):
18185         Don't try to remove elements twice.
18186
18187 2005-10-21  Wim Taymans  <wim@fluendo.com>
18188
18189         * ext/theora/theoradec.c: (theora_dec_src_query),
18190         (theora_dec_sink_event):
18191         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18192         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
18193         (vorbis_handle_data_packet):
18194         * ext/vorbis/vorbisdec.h:
18195         Fix old naming.
18196
18197         * gst-libs/gst/audio/gstbaseaudiosink.c:
18198         (gst_base_audio_sink_render):
18199         Don't try to sync on buffers without a timestamp.
18200
18201 2005-10-21  Wim Taymans  <wim@fluendo.com>
18202
18203         * ext/theora/theoradec.c: (theora_dec_src_query),
18204         (theora_dec_sink_event):
18205         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18206         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
18207         (vorbis_handle_data_packet):
18208         * ext/vorbis/vorbisdec.h:
18209         Fix old naming.
18210
18211 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
18212
18213         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
18214         (gst_vorbisenc_src_query):
18215           Implement position and duration queries.
18216
18217         * gst/playback/test3.c: (update_scale), (main):
18218           Fix for async state changes and print nicer output.
18219
18220 2005-10-20  Wim Taymans  <wim@fluendo.com>
18221
18222         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
18223         (dump_element_stats), (main):
18224         * gst/playback/test6.c: (main):
18225         Fix tests again
18226
18227 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
18228
18229         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
18230         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
18231           Don't use functions for position queries when handling
18232           duration queries.
18233
18234 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
18235
18236         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18237         (vorbis_handle_data_packet), (vorbis_dec_chain),
18238         (vorbis_dec_change_state):
18239         * ext/vorbis/vorbisdec.h:
18240           Vorbis streams can be embedded in other container formats
18241           than ogg, container formats where the demuxer might set 
18242           timestamps on encoded vorbis buffers instead of those silly 
18243           granulepos thingies. In short: make vorbisdec handle 
18244           timestamps on incoming buffers as well.
18245
18246 2005-10-20  Wim Taymans  <wim@fluendo.com>
18247
18248         * gst/playback/gstplaybasebin.c: (group_destroy),
18249         (gst_play_base_bin_change_state):
18250         Fix leak.
18251         Handle case where playbasebin is now ASYNC because
18252         decodebin is.
18253
18254 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
18255
18256         * gst/audioconvert/Makefile.am:
18257         * gst/audioconvert/bufferframesconvert.c:
18258         * gst/audioconvert/plugin.c: (plugin_init):
18259         * gst/audioconvert/plugin.h:
18260           And bye bye buffer-frames-convert
18261
18262 2005-10-19  Wim Taymans  <wim@fluendo.com>
18263
18264         * check/elements/audioconvert.c:
18265         * docs/libs/tmpl/gstaudio.sgml:
18266         * docs/libs/tmpl/gstcolorbalance.sgml:
18267         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18268         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
18269         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18270         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
18271         * gst-libs/gst/audio/audio.h:
18272         * gst/audioconvert/audioconvert.h:
18273         * gst/audioconvert/gstaudioconvert.c:
18274         (gst_audio_convert_parse_caps):
18275         * gst/volume/gstvolume.c:
18276         Bye bye buffer-frames.
18277
18278 2005-10-19  Wim Taymans  <wim@fluendo.com>
18279
18280         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
18281         (query_positions_elems), (query_positions_pads), (update_scale),
18282         (do_seek), (set_update_scale), (message_received), (main):
18283         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
18284         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
18285         (gst_ogg_demux_loop):
18286         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18287         * ext/theora/theoradec.c: (theora_dec_src_query),
18288         (theora_dec_sink_event):
18289         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18290         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
18291         * gst/adder/gstadder.c: (gst_adder_query):
18292         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
18293         * gst/playback/test3.c: (update_scale):
18294         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
18295         (dump_element_stats), (main):
18296         * gst/playback/test6.c: (main):
18297         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
18298         Query API update.
18299
18300 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
18301
18302         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
18303         (xml_check_first_element), (xml_type_find), (smil_type_find),
18304         (plugin_init):
18305           Add typefinding for SMIL and for generic XML. Based on patch by
18306           Akos Maroy (#308663).
18307
18308 2005-10-18  Wim Taymans  <wim@fluendo.com>
18309
18310         * gst/playback/Makefile.am:
18311         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18312         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
18313         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
18314         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
18315         (gst_decode_bin_change_state):
18316         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18317         (gst_play_bin_send_event_to_sink):
18318         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
18319         (dump_element_stats), (main):
18320         * gst/playback/test6.c: (main):
18321         Make playbin async, it'll commit state to paused when all streams
18322         are detected.
18323         Remove ugly hack.
18324         Added test6.c to show async behaviour.
18325
18326 2005-10-18  Wim Taymans  <wim@fluendo.com>
18327
18328         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
18329         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
18330         Fix for segment-start/stop API change.
18331
18332 2005-10-18  Wim Taymans  <wim@fluendo.com>
18333
18334         * check/Makefile.am:
18335         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
18336         (main):
18337         Add future test for clock selection.
18338
18339 2005-10-18  Wim Taymans  <wim@fluendo.com>
18340
18341         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
18342         (gst_alsasink_close):
18343         Set handle to NULL.
18344
18345         * gst-libs/gst/audio/gstringbuffer.c:
18346         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
18347         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
18348         (gst_ring_buffer_start), (gst_ring_buffer_pause),
18349         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
18350         (gst_ring_buffer_read):
18351         More debug info.
18352
18353 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
18354
18355         * gst/audiotestsrc/Makefile.am:
18356         * gst/sine/Makefile.am:
18357         * gst/volume/Makefile.am:
18358           fix broken build of controllerized plugins
18359
18360 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
18361
18362         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18363
18364         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18365         (gst_riff_create_video_template_caps):
18366           Add support for Indeo-3 (IV32).
18367
18368 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18369
18370         * configure.ac:
18371           rewrite
18372
18373 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18374
18375         * gst-libs/gst/video/video.c: (gst_video_get_size):
18376         * gst/audiotestsrc/gstaudiotestsrc.c:
18377           doc updates
18378
18379 2005-10-17  Andy Wingo  <wingo@pobox.com>
18380
18381         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
18382         with the collectpads change.
18383         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
18384
18385         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
18386
18387         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
18388
18389         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
18390         alloc_buffer flow return to callers.
18391         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
18392         change. Fix some memleaks in theoraenc.
18393
18394         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
18395         in strange circumstance.
18396
18397 2005-10-17  Julien MOUTTE  <julien@moutte.net>
18398
18399         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18400         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
18401         from caps, let's use the caps...
18402
18403 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18404
18405         * configure.ac:
18406           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
18407
18408 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18409
18410         * gst-libs/gst/interfaces/Makefile.am:
18411           fix silly typo
18412
18413 2005-10-16  Andy Wingo  <wingo@pobox.com>
18414
18415         * gst/playback/gstdecodebin.c
18416         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
18417         function!
18418         (try_to_link_1): Increase kraziness level.
18419
18420 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18421
18422         * configure.ac:
18423           restructure like the core one
18424         * gst-libs/gst/audio/Makefile.am:
18425         * gst-libs/gst/interfaces/Makefile.am:
18426         * gst-libs/gst/net/Makefile.am:
18427         * gst-libs/gst/riff/Makefile.am:
18428         * gst-libs/gst/rtp/Makefile.am:
18429         * gst-libs/gst/tag/Makefile.am:
18430         * gst-libs/gst/video/Makefile.am:
18431           use correct linker flags, now the libs are properly versioned
18432         * check/elements/audioconvert.c: (verify_convert):
18433         * ext/alsa/gstalsaplugin.c:
18434         * ext/cdparanoia/gstcdparanoia.c:
18435         * ext/gnomevfs/gstgnomevfs.c:
18436         * ext/libvisual/visual.c:
18437         * ext/ogg/gstogg.c:
18438         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
18439         * ext/theora/theora.c:
18440         * ext/vorbis/vorbis.c:
18441         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
18442         * gst-libs/gst/tag/gsttagediting.c:
18443         * gst-libs/gst/video/video.c:
18444         * gst/adder/gstadder.c:
18445         * gst/audioconvert/plugin.c:
18446         * gst/audiorate/gstaudiorate.c:
18447         * gst/audioresample/gstaudioresample.c:
18448         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18449         * gst/audioscale/gstaudioscale.c:
18450         * gst/audioscale/resample.c:
18451         * gst/audiotestsrc/gstaudiotestsrc.c:
18452         * gst/ffmpegcolorspace/gstffmpeg.c:
18453         * gst/playback/gstdecodebin.c: (close_pad_link):
18454         * gst/playback/gstplaybin.c: (gen_video_element),
18455         (gen_audio_element):
18456         * gst/sine/gstsinesrc.c:
18457         * gst/subparse/gstsubparse.c:
18458         * gst/tags/gsttagediting.c:
18459         * gst/tcp/gsttcpplugin.c:
18460         * gst/typefind/gsttypefindfunctions.c:
18461         * gst/videorate/gstvideorate.c:
18462         * gst/videoscale/gstvideoscale.c:
18463         * gst/videotestsrc/gstvideotestsrc.c:
18464         * gst/volume/gstvolume.c:
18465         * sys/v4l/gstv4l.c:
18466         * sys/ximage/ximage.c:
18467         * sys/xvimage/xvimagesink.c:
18468           fix up defines
18469
18470 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
18471
18472         * ext/vorbis/vorbisenc.c:
18473         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
18474         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
18475         (gst_tag_to_vorbis_comments):
18476           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
18477
18478 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
18479
18480         * examples/stats/mp2ogg.c:
18481         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18482           typo fixes
18483
18484 2005-10-13  Michael Smith <msmith@fluendo.com>
18485
18486         * ext/ogg/gstoggmux.c:
18487           Use magic glib macros to define constants as 64 bit, to ensure
18488           appropriate vararg passing.
18489
18490 2005-10-13  Michael Smith <msmith@fluendo.com>
18491
18492         * ext/ogg/gstoggmux.c:
18493         * gst/audioconvert/audioconvert.c: (float):
18494           Don't use LL suffix, as it's not portable, and neither of these
18495           uses required it anyway.
18496
18497 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
18498
18499         * examples/indexing/indexmpeg.c: (main):
18500         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
18501         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
18502         (cdparanoia_convert), (cdparanoia_query):
18503         * ext/cdparanoia/gstcdparanoia.h:
18504         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
18505         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
18506         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
18507         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
18508         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
18509         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
18510         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
18511         (gst_multifdsink_render), (gst_multifdsink_start),
18512         (gst_multifdsink_stop):
18513         * gst/tcp/gstmultifdsink.h:
18514         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
18515         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
18516         (gst_tcpclientsink_stop):
18517         * gst/tcp/gsttcpclientsink.h:
18518         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
18519         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
18520         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
18521         * gst/tcp/gsttcpclientsrc.h:
18522         * gst/tcp/gsttcpserversink.h:
18523         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
18524         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
18525         (gst_tcpserversrc_stop):
18526         * gst/tcp/gsttcpserversrc.h:
18527         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
18528         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
18529         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
18530           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
18531           moved bitshift from macro to enum definition
18532
18533 2005-10-12  Wim Taymans  <wim@fluendo.com>
18534
18535         * examples/seeking/Makefile.am:
18536         Oops.
18537
18538 2005-10-12  Wim Taymans  <wim@fluendo.com>
18539
18540         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
18541         (gst_ring_buffer_read), (gst_ring_buffer_clear):
18542         Don't assert on normal stuff.
18543
18544         * gst/playback/gstplaybin.c: (do_playbin_seek):
18545         API fix.
18546
18547 2005-10-12  Wim Taymans  <wim@fluendo.com>
18548
18549         * check/pipelines/simple_launch_lines.c: (run_pipeline):
18550         * examples/seeking/Makefile.am:
18551         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
18552         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
18553         (do_seek), (set_update_scale), (message_received), (main):
18554         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
18555         (gst_ring_buffer_read), (gst_ring_buffer_clear):
18556         Update for _get_state() API change.
18557
18558 2005-10-11  Wim Taymans  <wim@fluendo.com>
18559
18560         * gst-libs/gst/audio/gstbaseaudiosink.c:
18561         (gst_base_audio_sink_render):
18562         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18563         (gst_base_audio_src_create):
18564         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
18565         (gst_ring_buffer_read):
18566         Cleanups.
18567         Commit and read from ringbuffer in samples rather than bytes.
18568
18569 2005-10-11  Wim Taymans  <wim@fluendo.com>
18570
18571         * gst-libs/gst/audio/gstbaseaudiosink.c:
18572         (gst_base_audio_sink_render):
18573         Respect segment rate and accum when scheduling samples.
18574
18575 2005-10-11  Julien MOUTTE  <julien@moutte.net>
18576
18577         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18578         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
18579         EOS correctly, that needs more work.
18580
18581 2005-10-11  Wim Taymans  <wim@fluendo.com>
18582
18583         * check/generic/states.c: (GST_START_TEST):
18584         remove old property.
18585
18586         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18587         (gst_ogg_demux_perform_seek):
18588         * ext/theora/theoradec.c: (theora_dec_sink_event):
18589         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18590         (vorbis_handle_data_packet):
18591         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18592         (gst_base_rtp_depayload_set_gst_timestamp):
18593         * gst/videorate/gstvideorate.c: (gst_videorate_event):
18594         Update for newsegment API change.
18595
18596 2005-10-11  Michael Smith <msmith@fluendo.com>
18597
18598         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
18599         (do_playbin_seek), (gst_play_bin_send_event):
18600           Override send_event differently, so that we can takes bits of
18601           functionality from GstPipeline (special handling for seeks,
18602           including pausing/resuming, and resetting stream time) and still get
18603           the appropriate behaviour of only forwarding event to a single sink,
18604           rather than all of them.
18605           Unfortunately requires a lot of code duplication, but the
18606           alternatives are equally ugly in the end.
18607
18608 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18609
18610         * check/elements/audioconvert.c: (setup_audioconvert),
18611         (cleanup_audioconvert), (get_int_caps), (verify_convert),
18612         (GST_START_TEST), (audioconvert_suite):
18613           clean up tests a little, fix some leaks.
18614
18615 2005-10-10  Wim Taymans  <wim@fluendo.com>
18616
18617         * ext/alsa/gstalsasink.c:
18618         Also allow unsigned int.
18619
18620         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18621         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
18622         Small cleanup
18623
18624 2005-10-10  Wim Taymans  <wim@fluendo.com>
18625
18626         * check/pipelines/simple_launch_lines.c: (run_pipeline):
18627         Small update, use API as stated in design docs.
18628
18629         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
18630         (update_scale), (do_seek), (seek_cb), (set_update_scale),
18631         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
18632         (message_received), (main):
18633         Updated seek example for GOption. Some usability improvements.
18634
18635 2005-10-10  Wim Taymans  <wim@fluendo.com>
18636
18637         * gst/audioconvert/audioconvert.h:
18638         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
18639         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
18640         Alloc temp storage somewhere else where we can do it more
18641         portable.
18642
18643 2005-10-10  Wim Taymans  <wim@fluendo.com>
18644
18645         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
18646         (gst_tcpserversrc_start):
18647         Don't block in accept while doing the state change, move
18648         to poll and make cancellable.
18649
18650 2005-10-09  Philippe Khalaf <burger@speedy.org>
18651
18652         * gst-libs/gst/rtp/rtpbasedepayload.c:
18653         Set timestamp and add queue delay to timestamp
18654         * gst-libs/gst/rtp/rtpbuffer.h:
18655         Set correct payload type for h263
18656
18657 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
18658
18659         * gst/audiotestsrc/gstaudiotestsrc.c:
18660         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
18661         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
18662         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
18663         (gst_audiotestsrc_create_triangle),
18664         (gst_audiotestsrc_create_silence),
18665         (gst_audiotestsrc_create_white_noise),
18666         (gst_audiotestsrc_init_pink_noise),
18667         (gst_audiotestsrc_generate_pink_noise_value),
18668         (gst_audiotestsrc_create_pink_noise),
18669         (gst_audiotestsrc_change_wave):
18670         * gst/audiotestsrc/gstaudiotestsrc.h:
18671           fixed typo, added pink noise
18672
18673 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
18674
18675         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
18676         (plugin_init):
18677           Add wavpack and spc typefind functions from 0.8 branch.
18678
18679 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
18680
18681         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
18682         (ar_type_find), (msdos_type_find), (plugin_init):
18683           Add typefind functions for tar archives, ar archives,
18684           RAR archives, and msdos-executables (dlls, exe, etc.).
18685           Some of those would be wrongly identified as mpeg
18686           streams of some sort before (#315550).
18687
18688 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
18689
18690         * configure.ac:
18691         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18692         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18693         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
18694         * gst/audiotestsrc/Makefile.am:
18695         * gst/audiotestsrc/gstaudiotestsrc.c:
18696         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
18697         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
18698         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
18699         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
18700         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
18701         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
18702         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
18703         (gst_audiotestsrc_create_silence),
18704         (gst_audiotestsrc_create_white_noise),
18705         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
18706         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
18707         (gst_audiotestsrc_start), (plugin_init):
18708         * gst/audiotestsrc/gstaudiotestsrc.h:
18709           add new plugin and element
18710         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
18711           use gobject_class
18712
18713 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
18714
18715         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
18716         (gst_adder_init), (gst_adder_request_new_pad),
18717         (gst_adder_change_state):
18718           Add query function to source pad, so adder reports the correct
18719           time/sample position when queried (#315457); fix state change
18720           function; use GST_DEBUG_FUNCPTR() for pad functions.
18721
18722 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18723
18724         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
18725           Fix leaks in typefind registration
18726           Clean up the gratuitous commenting and whitespacing a little
18727
18728 2005-10-08  Wim Taymans  <wim@fluendo.com>
18729
18730         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
18731         Only actually wait for the thread to be stopped if it's 
18732         running.
18733
18734 2005-10-08  Wim Taymans  <wim@fluendo.com>
18735
18736         * gst-libs/gst/audio/gstbaseaudiosink.c:
18737         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
18738         If we receive EOS we can start playback of what we had.
18739
18740 2005-10-08  Wim Taymans  <wim@fluendo.com>
18741
18742         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18743         (gst_multifdsink_finalize), (multifdsink_hash_remove),
18744         (gst_multifdsink_stop):
18745         Fix crasher when going to NULL multiple times.
18746
18747 2005-10-06  Wim Taymans  <wim@fluendo.com>
18748
18749         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
18750         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
18751         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18752         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
18753         patch from Edgard Lima <edgard.lima@indt.org.br>
18754         Fixed gstbaseaudiosrc adding ring buffer sync to it.
18755
18756 2005-10-06  Wim Taymans  <wim@fluendo.com>
18757
18758         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
18759         Report the FLOW_RETURN as string in the error message.
18760
18761         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
18762         Don't assert when clearing an unnegotiated buffer.
18763
18764 2005-10-04  Michael Smith <msmith@fluendo.com>
18765
18766         * gst/playback/gstplaybasebin.c: (group_destroy),
18767         (gen_preroll_element), (remove_groups), (setup_source):
18768         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
18769         (setup_sinks), (gst_play_bin_send_event),
18770         (gst_play_bin_change_state):
18771           Set state to NULL before removing from bin. Fix refcounting.
18772
18773 2005-10-04  Michael Smith <msmith@fluendo.com>
18774
18775         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
18776           Correct refcounting in send_event() function. Previously was wrong
18777           if the first sink was unable to handle the event.
18778
18779 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18780
18781         * configure.ac:
18782           back to development
18783
18784 === release 0.9.3 ===
18785
18786 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18787
18788         * configure.ac:
18789           Releasing 0.9.3, "De Facto"
18790
18791 2005-10-03  Andy Wingo  <wingo@pobox.com>
18792
18793         * gst/playback/gstdecodebin.c (try_to_link_1)
18794         (remove_element_chain): set element to NULL before removing it.
18795
18796 2005-10-02  Johan Dahlin  <johan@gnome.org>
18797
18798         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
18799         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
18800         MT safe.
18801
18802 2005-10-02  Andy Wingo  <wingo@pobox.com>
18803
18804         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
18805         (gst_ring_buffer_prepare_read): 
18806         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
18807         Demote to LOG.
18808
18809 2005-09-29  Wim Taymans  <wim@fluendo.com>
18810
18811         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
18812         * ext/theora/theoradec.c: (theora_handle_data_packet):
18813         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18814         Propagate error codes from alloc_buffer too.
18815
18816 2005-09-29  Wim Taymans  <wim@fluendo.com>
18817
18818         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
18819         We use fixed caps.
18820
18821         * gst/playback/Makefile.am:
18822         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
18823         (dump_element_stats), (main):
18824         Added example stream introspection code.
18825
18826 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
18827
18828         * gst/adder/gstadder.c: (gst_adder_collected):
18829           fix adder for float elements
18830
18831 2005-09-28  Wim Taymans  <wim@fluendo.com>
18832
18833         * gst-libs/gst/audio/gstbaseaudiosink.c:
18834         (gst_base_audio_sink_class_init),
18835         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
18836         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18837         (gst_base_audio_src_class_init),
18838         (gst_base_audio_src_provide_clock):
18839         get_clock -> provide_clock
18840
18841 2005-09-28  Andy Wingo  <wingo@pobox.com>
18842
18843         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
18844         and unlocking.
18845
18846         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
18847         unlocking.
18848
18849         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
18850         Actually add the pad template.
18851         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
18852
18853         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
18854         I'm at it...
18855
18856         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
18857         from fdsrc. Get caps in create() instead of start() so it can be
18858         interrupted. Interruption somewhat untested.
18859
18860         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
18861         Proper EOS handling.
18862
18863 2005-09-27  Andy Wingo  <wingo@pobox.com>
18864
18865         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
18866
18867         * gst/tcp/gsttcpserversrc.c: Cleaned up.
18868
18869         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
18870
18871         * gst/tcp/gsttcp.h: 
18872         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
18873         out of tcpclientsrc.c. Cancellable.
18874         (gst_tcp_socket_read): Made private, cancellable, with better
18875         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
18876         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
18877         whole buffer, and better diagnostics.
18878         (gst_tcp_gdp_read_caps): Same.
18879
18880         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
18881
18882 2005-09-26  Andy Wingo  <wingo@pobox.com>
18883
18884         * gst/sine/gstsinesrc.h:
18885         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
18886         change the 'sync' property to 'is-live' and implement it halfway,
18887         update for controller api change.
18888
18889         * gst/volume/gstvolume.c (volume_transform_ip): Update for
18890         controller api change.
18891
18892 2005-09-24  Wim Taymans  <wim@fluendo.com>
18893
18894         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
18895         * gst-libs/gst/audio/gstaudiosink.c:
18896         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
18897         (gst_audioringbuffer_stop):
18898         * gst-libs/gst/audio/gstbaseaudiosink.c:
18899         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
18900         (gst_base_audio_sink_change_state):
18901         * gst-libs/gst/audio/gstbaseaudiosink.h:
18902         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
18903         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
18904         (gst_ring_buffer_commit), (gst_ring_buffer_read):
18905         * gst-libs/gst/audio/gstringbuffer.h:
18906         Fix sync again. Moved sample alignment to basesink.
18907
18908 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18909
18910         * docs/plugins/Makefile.am:
18911         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18912         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18913         * gst/volume/gstvolume.c:
18914           add/fix docs
18915         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
18916         * gst-libs/gst/audio/audio.h:
18917           add conversion macros for frames <-> clocktime
18918
18919 2005-09-23  David Schleef  <ds@schleef.org>
18920
18921         * gst/audioresample/Makefile.am:
18922         * gst/audioresample/debug.h:
18923         * gst/audioresample/gstaudioresample.c:
18924         * gst/audioresample/resample.c: Convert to using gst debugging
18925
18926 2005-09-22  Wim Taymans  <wim@fluendo.com>
18927
18928         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18929         (gst_play_bin_send_event):
18930         Only seek on one sink, the first one that succeeds.
18931
18932 2005-09-22  Michael Smith <msmith@fluendo.com>
18933
18934         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
18935         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
18936         Don't flush encoder state unless we have an initialised encoder.
18937         Clear out encoder state on PAUSED_TO_READY.
18938
18939 2005-09-22  Wim Taymans  <wim@fluendo.com>
18940
18941         * gst-libs/gst/rtp/gstbasertppayload.c:
18942         (gst_basertppayload_class_init), (gst_basertppayload_init),
18943         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
18944         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
18945         (gst_basertppayload_is_filled), (gst_basertppayload_push),
18946         (gst_basertppayload_set_property),
18947         (gst_basertppayload_get_property),
18948         (gst_basertppayload_change_state):
18949         * gst-libs/gst/rtp/gstbasertppayload.h:
18950         Added max-ptime to control amount of data in the rtp packets.
18951
18952 2005-09-21  Andy Wingo  <wingo@pobox.com>
18953
18954         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
18955         thingies.
18956
18957         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
18958         can be called multiple times, dogs.
18959
18960 2005-09-21  Wim Taymans  <wim@fluendo.com>
18961
18962         * gst-libs/gst/rtp/gstbasertppayload.c:
18963         (gst_basertppayload_class_init), (gst_basertppayload_init),
18964         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
18965         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
18966         (gst_basertppayload_push), (gst_basertppayload_get_property),
18967         (gst_basertppayload_change_state):
18968         Allow 0 ssrc too.
18969
18970 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
18971
18972         * docs/libs/compiling.sgml:
18973           fixing typos
18974
18975 2005-09-20  Wim Taymans  <wim@fluendo.com>
18976
18977         * gst-libs/gst/rtp/gstbasertppayload.c:
18978         (gst_basertppayload_class_init), (gst_basertppayload_init),
18979         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
18980         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
18981         (gst_basertppayload_push), (gst_basertppayload_set_property),
18982         (gst_basertppayload_get_property),
18983         (gst_basertppayload_change_state):
18984         * gst-libs/gst/rtp/gstbasertppayload.h:
18985         Added property to configure sequence number offsets.
18986
18987 2005-09-20  Wim Taymans  <wim@fluendo.com>
18988
18989         * gst-libs/gst/rtp/gstbasertppayload.c:
18990         (gst_basertppayload_class_init), (gst_basertppayload_init),
18991         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
18992         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
18993         (gst_basertppayload_push), (gst_basertppayload_set_property),
18994         (gst_basertppayload_get_property),
18995         (gst_basertppayload_change_state):
18996         * gst-libs/gst/rtp/gstbasertppayload.h:
18997         Make timestamp offset configurable.
18998
18999 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19000
19001         * check/pipelines/simple_launch_lines.c: (run_pipeline):
19002           fix wrong pop/unref
19003
19004 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
19005
19006         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19007
19008         * gst-libs/gst/interfaces/propertyprobe.c:
19009         (gst_property_probe_probe_property_name),
19010         (gst_property_probe_needs_probe_name),
19011         (gst_property_probe_get_values_name),
19012         (gst_property_probe_probe_and_get_values_name):
19013           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
19014           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
19015
19016 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19017
19018         * check/Makefile.am:
19019           have some tests be disabled for valgrinding
19020         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
19021         (GST_START_TEST):
19022         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
19023           Fix A Leak.  Chain To Parent Finalize.
19024
19025 2005-09-19  Wim Taymans  <wim@fluendo.com>
19026
19027         * examples/seeking/seek.c: (make_wav_pipeline), (main):
19028         Fixed wav pipeline.
19029
19030 2005-09-19  Wim Taymans  <wim@fluendo.com>
19031
19032         * gst-libs/gst/rtp/gstbasertppayload.c:
19033         (gst_basertppayload_class_init), (gst_basertppayload_init),
19034         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
19035         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
19036         (gst_basertppayload_push), (gst_basertppayload_get_property),
19037         (gst_basertppayload_change_state):
19038         Posting ERROR and WARNING messages is good.
19039
19040 2005-09-19  Wim Taymans  <wim@fluendo.com>
19041
19042         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19043         (gst_base_rtp_depayload_add_to_queue),
19044         (gst_base_rtp_depayload_push),
19045         (gst_base_rtp_depayload_set_gst_timestamp),
19046         (gst_base_rtp_depayload_queue_release):
19047         This one was not supposed to go in.
19048
19049 2005-09-19  Wim Taymans  <wim@fluendo.com>
19050
19051         * check/pipelines/simple_launch_lines.c: (run_pipeline):
19052         Fix for bus API.
19053
19054         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19055         (gst_base_rtp_depayload_chain),
19056         (gst_base_rtp_depayload_add_to_queue),
19057         (gst_base_rtp_depayload_push),
19058         (gst_base_rtp_depayload_set_gst_timestamp),
19059         (gst_base_rtp_depayload_queue_release):
19060         Some cleanups.
19061
19062         * gst-libs/gst/rtp/gstbasertppayload.c:
19063         (gst_basertppayload_class_init), (gst_basertppayload_init),
19064         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
19065         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
19066         (gst_basertppayload_get_property),
19067         (gst_basertppayload_change_state):
19068         Added debugging category.
19069
19070 2005-09-18  David Schleef  <ds@schleef.org>
19071
19072         * gst/playback/gstdecodebin.c: free plugin list correctly
19073         * gst/playback/gstplaybin.c: emit warning if autovideosink
19074           and autoaudiosink can't be found (instead of segfaulting)
19075
19076 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19077
19078         * check/elements/audioconvert.c: (GST_START_TEST):
19079           try out 24 bit conversion
19080
19081 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19082
19083         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19084         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
19085         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
19086         * ext/vorbis/vorbisenc.h:
19087           Fix EOS handling.  Still needs a fix in the ogg muxer to
19088           mark the last page as eos.
19089
19090 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19091
19092         * common/gtk-doc-plugins.mak:
19093         * docs/plugins/Makefile.am:
19094         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19095         * gst/ffmpegcolorspace/Makefile.am:
19096         * gst/ffmpegcolorspace/avcodec.h:
19097         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19098         * gst/tcp/gstmultifdsink.c:
19099           fix up ffmpegcolorspace docs; extract header
19100
19101 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19102
19103         * common/gtk-doc-plugins.mak:
19104         * docs/plugins/Makefile.am:
19105         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19106         * ext/theora/Makefile.am:
19107         * ext/theora/gsttheoraenc.h:
19108         * ext/theora/theoraenc.c:
19109         * ext/vorbis/vorbisenc.c:
19110           pick up signals and args for vorbis; add some docs for vorbis
19111
19112 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19113
19114         * common/gstdoc-scangobj:
19115         * common/gtk-doc-plugins.mak:
19116         * docs/libs/Makefile.am:
19117         * docs/plugins/gst-plugins-base-plugins.args:
19118         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19119         * docs/plugins/gst-plugins-base-plugins.interfaces:
19120         * docs/plugins/gst-plugins-base-plugins.prerequisites:
19121         * docs/plugins/gst-plugins-base-plugins.signals:
19122           only scanobj stuff from our source module.  Not sure yet
19123           if that's correct, given the hierarchy stuff :)
19124
19125 2005-09-15  Wim Taymans  <wim@fluendo.com>
19126
19127         * gst/audioconvert/gstaudioconvert.c:
19128         And enable 24 bits mode as well..
19129
19130 2005-09-15  Wim Taymans  <wim@fluendo.com>
19131
19132         * gst-libs/gst/rtp/Makefile.am:
19133         * gst-libs/gst/rtp/gstbasertppayload.c:
19134         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
19135         (gst_basertppayload_class_init), (gst_basertppayload_init),
19136         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
19137         (gst_basertppayload_chain), (gst_basertppayload_set_options),
19138         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
19139         (gst_basertppayload_set_property),
19140         (gst_basertppayload_get_property),
19141         (gst_basertppayload_change_state):
19142         * gst-libs/gst/rtp/gstbasertppayload.h:
19143         Added rtp payloader base class.
19144
19145 2005-09-15  Andy Wingo  <wingo@pobox.com>
19146
19147         * configure.ac (plugindir): Remove the EOL matcher from the
19148         regexp, as it causes me problems. Libtool? Make? Who knows?
19149
19150 2005-09-14  David Schleef  <ds@schleef.org>
19151
19152         * check/generic/states.c: 
19153         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19154         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
19155           Fixes for changes in registry API.
19156
19157         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
19158           to GST_PLUGIN_LDFLAGS.
19159         * ext/libvisual/visual.c: Make the library shut up.
19160         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
19161         * gst-libs/gst/audio/gstaudiofilter.c: same
19162
19163 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19164
19165         * docs/plugins/Makefile.am:
19166         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19167         * docs/plugins/inspect/plugin-libvisual.xml:
19168         * docs/plugins/tmpl/element-tcpserversink.sgml:
19169         * ext/theora/theoraenc.c:
19170           add libvisual plugin and theoraenc element to docs
19171
19172 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19173
19174         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19175         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19176         * ext/theora/theoraenc.c:
19177           add theoraenc
19178
19179 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
19180
19181         * gst/audioconvert/Makefile.am:
19182           Audioconvert derives from GstBaseTransform and should
19183           link to the library with our base elements to avoid
19184           unresolved symbols. Makes things work with MinGW (#316160)
19185
19186         * gst/playback/test4.c: (main):
19187           Fix MinGW build problem and use g_usleep() instead of 
19188           sleep() (#316162)
19189
19190 2005-09-12  Wim Taymans  <wim@fluendo.com>
19191
19192         * gst/audioconvert/audioconvert.c: (float),
19193         (audio_convert_prepare_context), (audio_convert_convert):
19194         * gst/audioconvert/audioconvert.h:
19195         Cleanups, speedups, simplifications, added back support
19196         for 24 bits.
19197
19198 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19199
19200         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19201         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19202         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19203         * docs/plugins/tmpl/element-tcpserversink.sgml:
19204         * gst/ffmpegcolorspace/gstffmpeg.c:
19205         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19206         * gst/videotestsrc/gstvideotestsrc.c:
19207         * gst/volume/gstvolume.c:
19208           add more elements to the docs
19209
19210 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
19211
19212         * check/Makefile.am:
19213         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
19214         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
19215           Add extra tests for basetransform based components. 
19216           Comment out the test_element_negotiation test until we decide
19217           if it's testing correct behaviour.
19218         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
19219         (gst_visual_chain), (gst_visual_change_state):
19220           Slightly more correct but still bogus timestamping.
19221           Fix state change function.
19222         * gst/audioconvert/gstaudioconvert.c:
19223         (gst_audio_convert_class_init):
19224         * gst/audioresample/gstaudioresample.c:
19225         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19226         (gst_ffmpegcsp_class_init):
19227         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
19228         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
19229         (gst_videoscale_prepare_image):
19230         * gst/volume/gstvolume.c: (gst_volume_class_init),
19231         (volume_transform_ip):
19232           Basetransform updates. Enable passthrough modes.
19233         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
19234         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
19235         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
19236           Negotiation fix that allows the window to return to the original
19237           size and renegotiate passthrough upstream. Extra debug output.
19238
19239 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19240
19241         * gst/sine/gstsinesrc.c:
19242         * gst/volume/gstvolume.c:
19243           fix up header include
19244
19245 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
19246
19247         * gst-libs/gst/audio/gstbaseaudiosink.c:
19248         (gst_base_audio_sink_render):
19249         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
19250         * gst/volume/gstvolume.c: (gst_volume_class_init),
19251         (volume_transform):
19252           fixing lost sync, some more debugging
19253
19254 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
19255
19256         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
19257         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
19258         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
19259         (gst_xvimagesink_check_xshm_calls):
19260           Fix compilation when XShm is not available.
19261
19262 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
19263
19264         * ext/libvisual/visual.c: (gst_visual_dispose),
19265         (gst_visual_getcaps), (gst_visual_src_setcaps),
19266         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
19267         (gst_visual_change_state):
19268           Finish fixing up libvisual plugin so that it runs. 
19269
19270 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
19271
19272         * ext/vorbis/vorbisenc.c:
19273         * gst-libs/gst/tag/gstvorbistag.c:
19274           gsttaginterface.h -> gsttagsetter.h
19275
19276 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
19277
19278         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19279           added another test that failes for me (test is not active by default)
19280
19281 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19282
19283         * configure.ac:
19284           v4l2 is no longer in gst-plugins-base
19285
19286 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
19287
19288         * configure.ac:
19289           In the output at the end, don't show the first plugin on the same
19290           line as "Core plug-ins, always built:".
19291           Indent the output as for other plugin categories
19292         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19293           #define that can be used to not use peer buffer_alloc functions for
19294           test purposes.
19295         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
19296         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
19297         (gst_ximagesink_show_frame):
19298         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
19299         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
19300         (gst_xvimagesink_show_frame):
19301           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
19302           fails gracefully instead of XError aborting or deadlocking.
19303
19304 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
19305
19306         * ext/libvisual/Makefile.am:
19307           link against gst-base-libs
19308
19309 2005-09-06  David Schleef  <ds@schleef.org>
19310
19311         * configure.ac: Enable libvisual plugin.
19312         * ext/libvisual/Makefile.am:
19313         * ext/libvisual/visual.c: Fixes to make it compile.
19314
19315 === release 0.9.2 ===
19316
19317 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19318
19319         * NEWS:
19320         * RELEASE:
19321         * configure.ac:
19322         * docs/random/ChangeLog-0.8:
19323           releasing 0.9.2, "Spoon"
19324
19325 2005-09-05  Michael Smith <msmith@fluendo.com>
19326
19327         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19328           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
19329           that in the vorbisenc element.
19330
19331 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19332
19333         * common/gtk-doc-plugins.mak:
19334         * docs/plugins/Makefile.am:
19335           fix distcheck
19336         * gst/audioresample/resample.c:
19337           fix wrong docstring
19338
19339 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19340
19341         * common/gst-xmlinspect.py:
19342         * common/gtk-doc-plugins.mak:
19343           only inspect plugins for this given package
19344           require gst-python 0.9
19345
19346 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19347
19348         * Makefile.am:
19349         * autogen.sh:
19350         * common/gst-xmlinspect.py:
19351         * configure.ac:
19352         * docs/Makefile.am:
19353         * docs/plugins/inspect/plugin-alsa.xml:
19354         * docs/plugins/inspect/plugin-audioresample.xml:
19355         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19356         * docs/plugins/inspect/plugin-ogg.xml:
19357         * docs/plugins/tmpl/element-gnomevfssink.sgml:
19358         * docs/plugins/tmpl/element-multifdsink.sgml:
19359         * docs/plugins/tmpl/element-tcpserversink.sgml:
19360         * docs/plugins/tmpl/element-vorbisenc.sgml:
19361         * gst-plugins-base.spec.in:
19362           various doc-related updates
19363
19364 2005-08-31  Wim Taymans  <wim@fluendo.com>
19365
19366         * gst-libs/gst/audio/gstbaseaudiosink.c:
19367         (gst_base_audio_sink_render):
19368         Resync if the buffer timestamps drift more than a 10th 
19369         of a second.
19370
19371 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
19372
19373         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
19374         (gst_v4lsrc_get_property):
19375           The 'timestamp-offset' property is registered as an int64, so
19376           let's use g_value_{set|get}_int64() in our setter and getter
19377           functions (makes it work and fixes warnings with gst-inspect).
19378
19379 2005-08-30  Wim Taymans  <wim@fluendo.com>
19380
19381         * check/elements/audioconvert.c: (setup_audioconvert):
19382         * check/elements/audioresample.c: (setup_audioresample):
19383         * check/elements/volume.c: (setup_volume):
19384         Fix checks.
19385
19386 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19387
19388         * common/gtk-doc-plugins.mak:
19389         * common/plugins.xsl:
19390         * docs/plugins/Makefile.am:
19391           make module a param
19392
19393 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
19394
19395         * examples/seeking/seek.c: (make_mp3_pipeline),
19396         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
19397         (play_cb), (pause_cb), (stop_cb):
19398           update the example
19399
19400 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
19401
19402         * gst/volume/gstvolume.c: (gst_volume_class_init),
19403         (volume_transform):
19404           do not update controlled params, if buffer has no timestamp
19405
19406 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
19407
19408         * configure.ac:
19409         * gst/sine/Makefile.am:
19410         * gst/volume/Makefile.am:
19411           controllerized elements also need to link against controller-libs ;)
19412
19413 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
19414
19415         * docs/libs/tmpl/gstcolorbalance.sgml:
19416         * docs/libs/tmpl/gstgconf.sgml:
19417         * docs/libs/tmpl/gstmixer.sgml:
19418         * docs/libs/tmpl/gstringbuffer.sgml:
19419         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19420         (gst_sinesrc_create):
19421         * gst/volume/gstvolume.c: (gst_volume_class_init),
19422         (volume_transform):
19423           controllerized two audio plugins
19424
19425 2005-08-29  Andy Wingo  <wingo@pobox.com>
19426
19427         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
19428         (vorbis_handle_data_packet): Fix some int overflow errors.
19429
19430         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
19431         -1.
19432         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
19433         valid.
19434         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
19435         if it's valid. Fixed streaming-mode playback.
19436
19437         * check/elements/volume.c (cleanup_volume): Fix for running
19438         CK_FORK=no.
19439
19440         * check/elements/audioconvert.c: Convert from native endian, not
19441         little endian.
19442
19443 2005-08-29  Michael Smith <msmith@fluendo.com>
19444
19445         * ext/ogg/Makefile.am:
19446         * ext/ogg/gstogg.c: (plugin_init):
19447         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
19448         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
19449         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
19450         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
19451         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
19452         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
19453         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
19454         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
19455         Add an ogg parser element.
19456
19457 2005-08-28  Andy Wingo  <wingo@pobox.com>
19458
19459         * Updates for two-arg init from GST_BOILERPLATE_FULL.
19460
19461 2005-08-26  Wim Taymans  <wim@fluendo.com>
19462
19463         * gst/audioconvert/audioconvert.c: (if), (float),
19464         (audio_convert_get_func_index), (check_default),
19465         (audio_convert_clean_fmt), (audio_convert_prepare_context),
19466         (audio_convert_clean_context), (audio_convert_get_sizes),
19467         (audio_convert_convert):
19468         Cleanups.
19469
19470 2005-08-26  Wim Taymans  <wim@fluendo.com>
19471
19472         * gst/audioconvert/audioconvert.c: (if), (float),
19473         (audio_convert_get_func_index), (check_default),
19474         (audio_convert_clean_fmt), (audio_convert_prepare_context),
19475         (audio_convert_clean_context), (audio_convert_get_sizes),
19476         (audio_convert_convert):
19477         More elegant and working temp buffer selection algo.
19478
19479 2005-08-26  Wim Taymans  <wim@fluendo.com>
19480
19481         * gst/audioconvert/audioconvert.c: (if), (float),
19482         (audio_convert_get_func_index), (check_default),
19483         (audio_convert_clean_fmt), (audio_convert_prepare_context),
19484         (audio_convert_clean_context), (audio_convert_get_sizes),
19485         (get_temp_buffer), (audio_convert_convert):
19486         Use realloc else we lose our original data.
19487
19488 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19489
19490         * gst/audioresample/gstaudioresample.c:
19491           use base class' newsegment to properly timestamp
19492
19493 2005-08-26  Wim Taymans  <wim@fluendo.com>
19494
19495         * gst/audioconvert/audioconvert.c: (if), (float),
19496         (audio_convert_get_func_index), (check_default),
19497         (audio_convert_clean_fmt), (audio_convert_prepare_context),
19498         (audio_convert_clean_context), (audio_convert_get_sizes),
19499         (get_temp_buffer), (audio_convert_convert):
19500         * gst/audioconvert/gstaudioconvert.c:
19501         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
19502         (gst_audio_convert_transform_caps),
19503         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
19504         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
19505         Oops, allocate enough space to perform the channel mix.
19506
19507 2005-08-26  Wim Taymans  <wim@fluendo.com>
19508
19509         * gst/audioconvert/Makefile.am:
19510         * gst/audioconvert/audioconvert.c: (if), (float),
19511         (audio_convert_get_func_index), (check_default),
19512         (audio_convert_clean_fmt), (audio_convert_prepare_context),
19513         (audio_convert_clean_context), (audio_convert_get_sizes),
19514         (get_temp_buffer), (audio_convert_convert):
19515         * gst/audioconvert/audioconvert.h:
19516         * gst/audioconvert/gstaudioconvert.c:
19517         (gst_audio_convert_class_init), (gst_audio_convert_init),
19518         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
19519         (gst_audio_convert_get_unit_size),
19520         (gst_audio_convert_transform_caps),
19521         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
19522         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
19523         * gst/audioconvert/gstaudioconvert.h:
19524         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
19525         (gst_channel_mix_fill_identical),
19526         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
19527         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
19528         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
19529         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
19530         (gst_channel_mix_mix):
19531         * gst/audioconvert/gstchannelmix.h:
19532         Cleanups, librarify a bit, optimize, better negotiation and more.
19533
19534 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
19535
19536         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
19537         Another from MikeS:
19538         During typefinding, don't support negative offsets
19539         (offsets from the end of the stream) in our typefind->peek() function
19540         - nothing embedded in ogg ever needs them. However, we need to recognise
19541         those requests and reject them, otherwise we return invalid pointers.
19542
19543 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
19544
19545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
19546         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
19547         (vorbisdec_finalize), (vorbis_handle_type_packet):
19548           Big shout-out to MikeS for fixing this giant memory leak.
19549           Huzzah!
19550
19551 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19552
19553         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
19554         (audio_convert_get_unit_size):
19555           plug some leaks
19556
19557 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19558
19559         * check/Makefile.am:
19560         * check/elements/audioconvert.c: (setup_audioconvert),
19561         (cleanup_audioconvert), (get_int_caps), (verify_convert),
19562         (GST_START_TEST), (audioconvert_suite), (main):
19563           add a test for audioconvert
19564         * gst/audioresample/gstaudioresample.c:
19565         * gst/audioresample/gstaudioresample.h:
19566           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
19567           note that for buffers of 1/3 sec this means DURATION(c) is 
19568           one nanosecond more than for a and b
19569
19570 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19571
19572         * check/Makefile.am:
19573         * check/elements/audioresample.c: (setup_audioresample),
19574         (cleanup_audioresample), (fail_unless_perfect_stream),
19575         (test_perfect_stream_instance), (GST_START_TEST),
19576           add a check for audioresample
19577         (audioresample_suite), (main):
19578         * check/elements/volume.c: (GST_START_TEST):
19579           remove unused method
19580         * gst/audioresample/gstaudioresample.c:
19581           set correct buffer parameters since we're changing them
19582         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19583           add some debug
19584
19585 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19586
19587         * gst/audioresample/debug.c:
19588         * gst/audioresample/gstaudioresample.c:
19589           add room for extra overlap samples when asked to transform size
19590           protect against possible mem corruption and check for discrepancies
19591           between written size and outbuffer's size so we can warn for
19592           potential problems
19593         * gst/audioresample/resample.c: (resample_init),
19594         (resample_get_output_size_for_input), (resample_get_output_size),
19595         (resample_set_n_channels), (resample_set_format):
19596           set debug level based on RESAMPLE_DEBUG env var
19597           make sure that get_output_size* returns a whole number of
19598           sample_size
19599           set sample_size each time either channel or format is set
19600         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
19601         * gst/audioresample/resample_functable.c:
19602         (resample_scale_functable):
19603         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19604           remove r->sample_size, it's done in resample.c now
19605           add some debugging to the ref implementation
19606           make sure we only give back bytes that are wholes of the sample
19607           size
19608
19609 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
19610         * gst/playback/gstplaybasebin.c: (fill_buffer):
19611         Revert unpopular change for GST_MESSAGE_SRC to GObject.
19612
19613 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
19614
19615         * gst/volume/gstvolume.c:
19616           made set_caps function static
19617
19618 2005-08-24  Wim Taymans  <wim@fluendo.com>
19619
19620         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19621         (gst_vorbisenc_change_state):
19622         Stop leaking taglists.
19623
19624 2005-08-24  Wim Taymans  <wim@fluendo.com>
19625
19626         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
19627         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
19628         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
19629         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
19630         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
19631         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
19632         Parse seeking events better.
19633         Unref static caps.
19634         Generate correct newsegment events, fixes seeking in live oggs.
19635
19636         * ext/theora/theoradec.c: (theora_dec_src_query),
19637         (theora_dec_src_event), (theora_dec_src_getcaps),
19638         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
19639         Use newsegment values to report correct play time.
19640
19641         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19642         (vorbis_dec_src_event), (vorbis_dec_sink_event):
19643         * ext/vorbis/vorbisdec.h:
19644         Parse and use newsegment values to report correct play time.
19645
19646         * gst-libs/gst/audio/gstbaseaudiosink.c:
19647         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
19648         Clear ringbuffer on flush.
19649         Use newsegment values to calculate playback time.
19650
19651         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
19652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
19653         Basesink does newsegment calculations for us now.
19654
19655 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19656
19657         * check/Makefile.am:
19658         * configure.ac:
19659           add core's plugins to the mix so that playbin works
19660         * check/generic/states.c: (GST_START_TEST):
19661           set a 0 timeout on pipelines, so they don't force the next
19662           state change
19663         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
19664         (gst_play_base_bin_change_state):
19665           remove the crappy error handling and do GST error handling
19666
19667 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19668
19669         * check/Makefile.am:
19670         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
19671           add same test as to core, it bitches out on playbin atm.
19672
19673 2005-08-24  Wim Taymans  <wim@fluendo.com>
19674
19675         * configure.ac:
19676         Remove audioscale.
19677
19678 2005-08-24  Wim Taymans  <wim@fluendo.com>
19679
19680         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
19681         (gst_videoscale_prepare_size), (parse_caps),
19682         (gst_videoscale_set_caps), (gst_videoscale_get_size),
19683         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
19684         (gst_videoscale_transform):
19685         * gst/videoscale/gstvideoscale.h:
19686         Refactor, make use of BaseTranform really well.
19687
19688 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19689
19690         * configure.ac:
19691           compile audioresample
19692         * gst/audioresample/Makefile.am:
19693         * gst/audioresample/buffer.c:
19694         * gst/audioresample/functable.c:
19695         * gst/audioresample/gstaudioresample.c:
19696         * gst/audioresample/gstaudioresample.h:
19697         * gst/audioresample/resample.c:
19698         (resample_get_output_size_for_input):
19699         * gst/audioresample/resample.h:
19700         * gst/audioresample/resample_chunk.c:
19701         * gst/audioresample/resample_functable.c:
19702         * gst/audioresample/resample_ref.c:
19703           port to use basetransform; doesn't work in all cases yet
19704
19705 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19706
19707         * gst/audioconvert/gstaudioconvert.c:
19708         (gst_audio_convert_class_init), (gst_audio_convert_init),
19709         (audio_convert_get_unit_size), (audio_convert_transform_caps),
19710         (audio_convert_fixate_caps), (audio_convert_set_caps),
19711         (audio_convert_transform),
19712         (gst_audio_convert_buffer_to_default_format),
19713         (gst_audio_convert_buffer_from_default_format),
19714         (gst_audio_convert_channels):
19715         * gst/audioconvert/gstchannelmix.c:
19716         * gst/audioconvert/gstchannelmix.h:
19717           port to basetransform
19718         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19719         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
19720         (gst_ffmpegcsp_get_unit_size):
19721         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
19722         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
19723           fix for basetransform changes
19724
19725 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
19726
19727         * check/Makefile.am:
19728           Add CHECK_CFLAGS and LDFLAGS
19729
19730         * gst/playback/gstplaybasebin.c: (fill_buffer):
19731           GST_MESSAGE_SRC became a GObject
19732
19733 2005-08-24  Wim Taymans  <wim@fluendo.com>
19734
19735         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
19736         (gst_ring_buffer_clear_all):
19737         * gst-libs/gst/audio/gstringbuffer.h:
19738         Added function to clear the ringbuffer.
19739
19740 2005-08-24  Andy Wingo  <wingo@pobox.com>
19741
19742         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
19743         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
19744         of _open and _close.
19745
19746         * sys/v4l/gstv4lxoverlay.h:
19747         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
19748         an Xv connection here, instead of all the time. Make Xv only be
19749         loaded if you axe for it. Kindof a workaround for buggy behaviour
19750         of Xv when using remote xservers (XvQueryExtension would block).
19751         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
19752         replace the _open and _close public API. Only start the xv
19753         connection if necessary.
19754         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
19755
19756 2005-08-23  David Schleef  <ds@schleef.org>
19757
19758         * gst/audioresample/Makefile.am: Leet audioresampling code
19759         * gst/audioresample/buffer.c:
19760         * gst/audioresample/buffer.h:
19761         * gst/audioresample/debug.c:
19762         * gst/audioresample/debug.h:
19763         * gst/audioresample/functable.c:
19764         * gst/audioresample/functable.h:
19765         * gst/audioresample/gstaudioresample.c:
19766         * gst/audioresample/gstaudioresample.h:
19767         * gst/audioresample/resample.c:
19768         * gst/audioresample/resample.h:
19769         * gst/audioresample/resample_chunk.c:
19770         * gst/audioresample/resample_functable.c:
19771         * gst/audioresample/resample_ref.c:
19772
19773 2005-08-23  Wim Taymans  <wim@fluendo.com>
19774
19775         * examples/seeking/seek.c: (make_vorbis_pipeline),
19776         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
19777         Small seek updates.
19778
19779 2005-08-23  Andy Wingo  <wingo@pobox.com>
19780
19781         * gst-libs/gst/audio/gstbaseaudiosrc.c
19782         (gst_base_audio_src_fixate): Only fixate endianness if it is
19783         present in the caps.
19784
19785 2005-08-22  Andy Wingo  <wingo@pobox.com>
19786
19787         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
19788         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
19789         device-name property.
19790
19791         * gst-libs/gst/audio/gstaudiosrc.h:
19792         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
19793         close_device in the ring buffer, like gstaudiosink.
19794
19795         * ext/alsa/gstalsamixer.h:
19796         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
19797         macro to implement the interface without much code. Cleanups. 
19798
19799         * ext/alsa/gstalsasrc.h:
19800         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
19801         READY.
19802
19803         * ext/alsa/Makefile.am: Add new files.
19804         * ext/alsa/gstalsamixerelement.c: 
19805         * ext/alsa/gstalsamixerelement.c: Split element code out from
19806         mixer code so that alsasrc can be a mixer too.
19807
19808 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19809
19810         * check/elements/volume.c: (setup_volume), (cleanup_volume),
19811         (GST_START_TEST):
19812         * check/elements/vorbisdec.c: (setup_vorbisdec),
19813         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
19814         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19815         (vorbis_handle_identification_packet),
19816         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
19817         (vorbis_handle_header_packet), (vorbis_dec_push),
19818         (vorbis_dec_chain):
19819           use the setup/teardown methods to save code.  save code is good.
19820
19821 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19822
19823         * check/Makefile.am:
19824           add ext dir for plugins
19825           add vorbisdec test conditionally
19826         * check/elements/volume.c: (setup_volume), (cleanup_volume),
19827         (GST_START_TEST), (volume_suite):
19828           add a test with wrong caps
19829         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
19830         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
19831           add a vorbisdec test
19832         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
19833         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
19834           clean up debug output
19835         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19836           yay, fix a segfault/security issue in vorbisdec
19837           gst-launch fakesrc ! vorbisdec wasn't happy
19838         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
19839         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
19840         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
19841         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
19842         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
19843         (gst_vorbisenc_set_metadata), (get_constraints_string),
19844         (update_start_message), (gst_vorbisenc_setup),
19845         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
19846         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
19847         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
19848         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
19849         * ext/vorbis/vorbisenc.h:
19850           march in line
19851         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19852         (gst_ffmpegcsp_transform):
19853           have the kow come home
19854         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
19855           debug my func ptr
19856         * gst/volume/gstvolume.c: (volume_set_caps):
19857           add a debug
19858
19859 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19860
19861         * Makefile.am:
19862         * check/.cvsignore:
19863         * check/Makefile.am:
19864         * check/elements/.cvsignore:
19865         * check/elements/volume.c: (chain_func), (event_func),
19866         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
19867         (main):
19868         * configure.ac:
19869           add unit test structure for gst-plugins-base
19870           add a test for volume
19871         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
19872         (gst_volume_set_volume), (gst_volume_get_volume),
19873         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
19874         (volume_funcfind), (volume_process_float), (volume_process_int16),
19875         (volume_set_caps), (volume_transform), (volume_update_mute),
19876         (volume_update_volume), (volume_set_property),
19877         (volume_get_property):
19878           document a little; use basetransform vmethod _set_caps
19879
19880 2005-08-19  Andy Wingo  <wingo@pobox.com>
19881
19882         * ext/alsa/gstalsamixertrack.h:
19883         * ext/alsa/gstalsamixertrack.c:
19884         * ext/alsa/gstalsamixeroptions.h:
19885         * ext/alsa/gstalsamixeroptions.c:
19886         * ext/alsa/gstalsamixer.h:
19887         * ext/alsa/gstalsamixer.c: Port to 0.9.
19888
19889         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
19890         Remove gstalsa.c and alsaclock. No more cruft here.
19891         
19892 2005-08-18  Wim Taymans  <wim@fluendo.com>
19893
19894         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19895         (gst_base_rtp_depayload_chain),
19896         (gst_base_rtp_depayload_add_to_queue),
19897         (gst_base_rtp_depayload_push),
19898         (gst_base_rtp_depayload_queue_release):
19899         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19900         Fix for RTPBuffer changes.
19901
19902         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
19903         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
19904         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
19905         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
19906         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
19907         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
19908         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
19909         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
19910         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
19911         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
19912         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
19913         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
19914         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
19915         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
19916         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
19917         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
19918         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
19919         (gst_rtpbuffer_get_payload):
19920         * gst-libs/gst/rtp/gstrtpbuffer.h:
19921         Don't subclass GstBuffer but add methods and helper functions
19922         to construct and manipulate RTP packets in regular GstBuffers.
19923
19924 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
19925
19926         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
19927           moved statement below switch
19928         * gst/volume/gstvolume.c: (gst_volume_class_init):
19929           added debug ptr
19930
19931 2005-08-16  Wim Taymans  <wim@fluendo.com>
19932
19933         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19934         (gst_base_audio_src_change_state):
19935         Open and close device in READY<->NULL state change.
19936
19937 2005-08-16  Andy Wingo  <wingo@pobox.com>
19938
19939         * examples/seeking/Makefile.am: Don't compile non-compiling
19940         compiled objects with the compiler.
19941
19942         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
19943         elements.
19944
19945 2005-08-12  Philippe Khalaf <burger@speedy.org>
19946         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19947         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19948           Made a thread to release the queue.
19949           Removed timestamp conversion for now.
19950
19951 2005-08-10  Philippe Khalaf <burger@speedy.org>
19952         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19953         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19954           Added rtp timestamp -> gst timestamp conversion.
19955           Fixed several problems with queue.
19956
19957 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
19958
19959         * gst-libs/gst/audio/gstaudioclock.h:
19960         * gst-libs/gst/audio/gstaudiofilter.h:
19961         * gst-libs/gst/audio/gstaudiosink.h:
19962         * gst-libs/gst/audio/gstaudiosrc.h:
19963         * gst-libs/gst/audio/gstbaseaudiosink.h:
19964         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19965         * gst-libs/gst/audio/gstringbuffer.h:
19966         * gst-libs/gst/net/gstnetbuffer.h:
19967         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19968         * gst-libs/gst/rtp/gstrtpbuffer.h:
19969           Add padding (you will need to rebuild gst-plugins-base,
19970           gst-plugins and all applications afterwards!)
19971
19972 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
19973
19974         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
19975         (gst_riff_parse_chunk):
19976           Fix bug in debug message and add some more debug messages.
19977
19978 2005-08-08  Edward Hervey  <edward@fluendo.com>
19979
19980         * gst-libs/gst/riff/riff-media.c:
19981         backported updates since branch
19982
19983 2005-08-08  Andy Wingo  <wingo@pobox.com>
19984
19985         * gst-libs/gst/audio/gstbaseaudiosink.c
19986         (gst_base_audio_sink_change_state): Open the device in NULL->READY
19987         like good elements should. Close on READY->NULL too.
19988
19989         * gst-libs/gst/audio/gstaudiosink.c
19990         (gst_audioringbuffer_open_device,
19991         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
19992         (gst_audioringbuffer_release): Updates for new ring buffer API,
19993         hook into the new audio sink api.
19994
19995         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
19996         (GstAudioSinkClass.close): Just open and close the device -- no
19997         resource allocation or configuration.
19998         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
19999         vmethods, handle device setup and resource allocation.
20000
20001         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
20002         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
20003         base class API.
20004
20005         * gst-libs/gst/audio/gstringbuffer.h
20006         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
20007         New vmethods.
20008
20009         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
20010         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
20011         New API functions. The device should be opened before acquiring
20012         and closed after releasing.
20013
20014 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
20015
20016         * gst-libs/gst/interfaces/mixer.h:
20017           Reset padding to GST_PADDING.
20018
20019 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20020
20021         * gst/playback/gstplaybin.c: (remove_sinks):
20022           Remove visualization from parent explicitely; works around some
20023           apparent refcount issue that I haven't tracked down yet.
20024
20025 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20026
20027         * ext/alsa/gstalsasink.c: (set_hwparams):
20028           Assign debug category, add negotiation debug msgs.
20029
20030 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20031
20032         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
20033           Fix error code for file-not-found to NOT_FOUND.
20034
20035 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20036
20037         * common/gtk-doc-plugins.mak:
20038         * docs/plugins/Makefile.am:
20039         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20040         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20041           renamed to actual element names, so much nicer to look at
20042         * docs/plugins/tmpl/gstmultifdsink.sgml:
20043           remove
20044         * docs/plugins/tmpl/multifdsink.sgml:
20045         * docs/plugins/tmpl/tcpserversink.sgml:
20046           add
20047         * ext/alsa/gstalsa.c:
20048         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
20049         * ext/ogg/gstoggmux.c:
20050         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20051         * gst/playback/gstdecodebin.c:
20052         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
20053         * gst/tcp/gsttcpserversink.c:
20054           various fixes and documentation additions
20055
20056 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20057
20058         * common/Makefile.am:
20059         * common/gstdoc-scangobj:
20060         * common/gtk-doc-plugins.mak:
20061         * common/gtk-doc.mak:
20062           add a custom scangobj that uses the registry
20063           add a custom gtk-doc-plugins.mak that uses it
20064           some doc build fixes
20065         * configure.ac:
20066         * docs/Makefile.am:
20067         * docs/plugins/Makefile.am:
20068         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20069         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20070         * docs/plugins/gst-plugins-base-plugins.types:
20071         * docs/plugins/tmpl/gstmultifdsink.sgml:
20072           add docs for one element, multifdsink
20073         * gst/adder/gstadder.h:
20074         * gst/volume/gstvolume.h:
20075           don't privatize enum
20076         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20077         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20078         (gst_sync_method_get_type), (gst_client_status_get_type),
20079         (gst_multifdsink_class_init),
20080         (gst_multifdsink_client_queue_buffer),
20081         (gst_multifdsink_handle_client_write):
20082         * gst/tcp/gstmultifdsink.h:
20083         * gst/tcp/gsttcp.h:
20084         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
20085         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
20086         (gst_tcpclientsink_render):
20087         * gst/tcp/gsttcpclientsink.h:
20088         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
20089         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
20090         (gst_tcpclientsrc_start):
20091         * gst/tcp/gsttcpclientsrc.h:
20092         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
20093         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
20094         * gst/tcp/gsttcpserversrc.h:
20095         * gst/typefind/gsttypefindfunctions.c:
20096           remove superfluous Type stuff
20097
20098 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20099
20100         * gst/playback/gstplaybin.c: (gen_video_element):
20101           Enable videoscale.
20102
20103 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20104
20105         * gst-libs/gst/gconf/gconf.c:
20106         * gst-libs/gst/gconf/gconf.h:
20107           Fix some Andy Problem [tm].
20108
20109 2005-08-04  Andy Wingo  <wingo@pobox.com>
20110
20111         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
20112         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
20113         (gst_ffmpegcsp_get_size): Adapt to API changes.
20114
20115         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
20116         Implement an in-place do-nothing transform.
20117
20118 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20119
20120         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20121         (gst_ximagesink_renegotiate_size):
20122           Do not set new window sizes yet if we prepare a new buffer size
20123           for upstream renegotiation (software scaling) at some point in the
20124           future, because this new size waqs not actually accepted yet. Once
20125           accepted, renegotiation later on will set the new sizes just fine.
20126           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
20127           embedding testcase.
20128
20129 2005-08-03  Andy Wingo  <wingo@pobox.com>
20130
20131         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
20132         (gst_ximagesink_buffer_alloc): 
20133         Protect the height, width, and desired_caps with the pool_lock.
20134         Fixes videotestsrc ! queue ! ximagesink.
20135
20136 2005-08-02  Edward Hervey  <edward@fluendo.com>
20137
20138         * gst/volume/gstvolume.c:
20139         include left from controller cleanup
20140
20141 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
20142         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
20143           Stop collectpads before calling the parent state
20144           change function on PAUSED->READY.
20145
20146 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
20147         * configure.ac:
20148           When testing for X libs, use the X CFlags 
20149         * gst/adder/gstadder.c: (gst_adder_change_state):
20150           Stop the collectpads before calling parent state change function
20151           on PAUSED->READY, otherwise we deadlock deactivating pads.
20152
20153 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
20154
20155         * configure.ac:
20156         * docs/libs/tmpl/gstcolorbalance.sgml:
20157         * docs/libs/tmpl/gstmixer.sgml:
20158         * examples/Makefile.am:
20159         * gst/sine/Makefile.am:
20160         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
20161         (gst_sinesrc_set_property), (plugin_init):
20162         * gst/sine/gstsinesrc.h:
20163         * gst/volume/Makefile.am:
20164         * gst/volume/gstvolume.c: (gst_volume_set_volume),
20165         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
20166         (volume_process_float), (volume_process_int16),
20167         (volume_set_property), (plugin_init):
20168         * gst/volume/gstvolume.h:
20169           deactivate and remove dparams (libgstcontrol)
20170
20171 2005-07-29  Wim Taymans  <wim@fluendo.com>
20172
20173         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
20174         Convert me to BaseTransform!! help..
20175
20176 2005-07-29  Andy Wingo  <wingo@pobox.com>
20177
20178         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
20179         sinks.
20180
20181         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
20182         support of both endiannesses.
20183
20184 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
20185
20186         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20187           Fix confusing debug message (s/event/query/)
20188
20189 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
20190
20191         * gst/videotestsrc/videotestsrc.h:
20192           Use "_stdint.h" instead of <stdint.h>
20193
20194 2005-07-27  Wim Taymans  <wim@fluendo.com>
20195
20196         * ext/vorbis/Makefile.am:
20197         Revert wrong commit.
20198
20199 2005-07-27  Wim Taymans  <wim@fluendo.com>
20200
20201         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
20202         More compilation fixen.
20203
20204 2005-07-27  Wim Taymans  <wim@fluendo.com>
20205
20206         * gst-libs/gst/audio/gstbaseaudiosink.c:
20207         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
20208         (gst_base_audio_sink_create_ringbuffer),
20209         (gst_base_audio_sink_change_state):
20210         Fix compilation.
20211
20212 2005-07-27  Wim Taymans  <wim@fluendo.com>
20213
20214         * examples/seeking/seek.c: (setup_dynamic_link),
20215         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
20216         (query_positions_elems), (query_positions_pads), (do_seek):
20217         Update seek example.
20218
20219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
20220         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
20221         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
20222         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
20223         (gst_ogg_demux_handle_event),
20224         (gst_ogg_demux_deactivate_current_chain),
20225         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
20226         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
20227         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
20228         (gst_ogg_demux_loop):
20229         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
20230         * ext/theora/theoradec.c: (theora_dec_src_event),
20231         (theora_dec_src_getcaps), (theora_dec_sink_event),
20232         (theora_dec_push), (theora_dec_chain):
20233         * ext/vorbis/Makefile.am:
20234         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
20235         (vorbis_dec_sink_event), (vorbis_dec_push),
20236         (vorbis_handle_data_packet):
20237         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
20238         (gst_vorbisenc_chain):
20239         * gst/playback/gststreaminfo.c: (cb_probe):
20240         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
20241         * gst/videorate/gstvideorate.c: (gst_videorate_event):
20242         * gst/videoscale/gstvideoscale.c:
20243         (gst_videoscale_handle_src_event):
20244         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
20245         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
20246         (gst_ximagesink_navigation_send_event):
20247         * sys/xvimage/xvimagesink.c:
20248         (gst_xvimagesink_navigation_send_event):
20249         Various event updates and cleanups
20250
20251 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20252
20253         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
20254           Fix segfault for I420/YV12.
20255
20256 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20257
20258         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
20259           Report bitrate.
20260
20261 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20262
20263         * gst/playback/gstplaybin.c: (gen_video_element),
20264         (gen_audio_element):
20265           Switch to auto*sink elements as default sinks; add volume element
20266           so that volume control in totem works.
20267
20268 2005-07-21  Wim Taymans  <wim@fluendo.com>
20269
20270         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
20271         * gst/playback/gstplaybin.c: (setup_sinks),
20272         (gst_play_bin_change_state):
20273         Refcount fix and more comments.
20274
20275 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20276
20277         * sys/ximage/Makefile.am:
20278         * sys/ximage/ximage.c: (plugin_init):
20279         * sys/ximage/ximagesink.c:
20280         Prepare for adding ximagesrc, rename of plugin to ximage etc.
20281         
20282
20283 2005-07-21  Wim Taymans  <wim@fluendo.com>
20284
20285         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
20286         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
20287         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
20288         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
20289         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
20290         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
20291         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
20292         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
20293         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20294         Generate correct disconts for live chained oggs.
20295
20296         * gst-libs/gst/audio/gstbaseaudiosink.c:
20297         (gst_base_audio_sink_render),
20298         (gst_base_audio_sink_create_ringbuffer),
20299         (gst_base_audio_sink_change_state):
20300         Handle discont math correctly.
20301
20302         * gst/playback/gstplaybin.c: (add_sink):
20303         Some small debug cleanup.
20304
20305 2005-07-21  Wim Taymans  <wim@fluendo.com>
20306
20307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
20308         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
20309         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
20310         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
20311         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
20312         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
20313         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
20314         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
20315         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
20316         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
20317         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
20318         (gst_ogg_demux_change_state), (gst_ogg_print):
20319         Reorganize code to send the right disconts when in streaming
20320         mode.
20321
20322 2005-07-20  Andy Wingo  <wingo@pobox.com>
20323
20324         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
20325         fix (?), fixes a seggie mcfalterson (#310894).
20326
20327 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20328
20329         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
20330         (gst_ogg_mux_set_header_on_caps):
20331         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
20332         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
20333         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
20334         * gst-libs/gst/audio/multichannel.c:
20335         (gst_audio_set_channel_positions),
20336         (gst_audio_set_structure_channel_positions_list):
20337         * gst/playback/gstdecodebin.c: (dynamic_create):
20338         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
20339         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
20340           Fixes for API changes in core.
20341
20342 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20343
20344         * gst/playback/gstplaybasebin.c: (fill_buffer):
20345           Use _new_custom() so we can set custom message types for buffering
20346           messages.
20347
20348 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20349
20350         * configure.ac:
20351         * gst-libs/gst/Makefile.am:
20352         * gst-libs/gst/gconf/.cvsignore:
20353         * gst-libs/gst/gconf/Makefile.am:
20354         * gst-libs/gst/gconf/test-gconf.c:
20355         * pkgconfig/Makefile.am:
20356         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20357         * pkgconfig/gstreamer-gconf.pc.in:
20358           Remove gconf stuff, use gconf elements instead from now on.
20359
20360 2005-07-20  Wim Taymans  <wim@fluendo.com>
20361
20362         * gst-libs/gst/audio/TODO:
20363         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
20364         (gst_audio_clock_get_internal_time):
20365         * gst-libs/gst/audio/gstaudioclock.h:
20366         * gst-libs/gst/audio/gstbaseaudiosink.c:
20367         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
20368         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
20369         (gst_base_audio_sink_render),
20370         (gst_base_audio_sink_create_ringbuffer),
20371         (gst_base_audio_sink_change_state):
20372         Make sure the audio clock always returns an increasing value.
20373
20374 2005-07-19  Andy Wingo  <wingo@pobox.com>
20375
20376         * gst/videotestsrc/: Cleanups.
20377
20378 2005-07-19  Wim Taymans  <wim@fluendo.com>
20379
20380         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
20381         Better debugging.
20382
20383 2005-07-19  Wim Taymans  <wim@fluendo.com>
20384
20385         * examples/seeking/seek.c: (make_dv_pipeline),
20386         (make_vorbis_theora_pipeline), (query_rates),
20387         (query_positions_elems), (query_positions_pads), (do_seek):
20388         Make correct DV pipeline.
20389
20390 2005-07-18  Andy Wingo  <wingo@pobox.com>
20391
20392         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
20393         default. Also because it's the only thing that really works. (This
20394         is used in the GConf elements).
20395         Use AS_LIBTOOL_TAGS.
20396
20397 2005-07-18  Wim Taymans  <wim@fluendo.com>
20398
20399         * gst/playback/gstdecodebin.c: (remove_element_chain):
20400         * gst/playback/gstplaybin.c: (add_sink):
20401         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
20402         (gst_stream_info_set_mute):
20403         * gst/playback/gststreamselector.c:
20404         (gst_stream_selector_get_linked_pad),
20405         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
20406         More leak and compile fixes.
20407
20408 2005-07-18  Wim Taymans  <wim@fluendo.com>
20409
20410         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
20411         (query_rates), (query_positions_elems), (query_positions_pads),
20412         (do_seek), (seek_cb), (stop_seek):
20413         Updated seek example. 
20414
20415         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
20416         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
20417         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
20418         * gst/playback/gstplaybin.c: (add_sink):
20419         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
20420         (gst_stream_info_set_mute):
20421         Some refcount leak fixes.
20422
20423 2005-07-16  Wim Taymans  <wim@fluendo.com>
20424
20425         * gst-libs/gst/audio/gstbaseaudiosink.c:
20426         (gst_base_audio_sink_render):
20427         Align samples even if we have roundoff errors in the 
20428         timestamp conversion.
20429
20430 2005-07-16  Wim Taymans  <wim@fluendo.com>
20431
20432         * docs/libs/tmpl/gstringbuffer.sgml:
20433         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
20434         (query_rates), (query_positions_elems), (query_positions_pads),
20435         (update_scale), (do_seek):
20436         Updated seek example.
20437
20438         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
20439         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
20440         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
20441         (gst_ogg_demux_loop):
20442         Push out correct discont values.
20443
20444         * ext/theora/theoradec.c: (theora_dec_src_convert),
20445         (theora_dec_sink_convert), (theora_dec_src_getcaps),
20446         (theora_dec_sink_event), (theora_handle_type_packet),
20447         (theora_handle_header_packet), (theora_dec_push),
20448         (theora_handle_data_packet), (theora_dec_chain),
20449         (theora_dec_change_state):
20450         Better timestamping.
20451
20452         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
20453         (vorbis_dec_sink_event), (vorbis_dec_push),
20454         (vorbis_handle_data_packet), (vorbis_dec_chain):
20455         * ext/vorbis/vorbisdec.h:
20456         Better timestamping.
20457
20458         * gst-libs/gst/audio/gstbaseaudiosink.c:
20459         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
20460         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
20461         Handle syncing on timestamps instead of sample offsets. Make
20462         use of DISCONT values as described in design docs.
20463
20464         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20465         (gst_base_audio_src_get_time):
20466         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
20467         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
20468         (gst_ring_buffer_read):
20469         * gst-libs/gst/audio/gstringbuffer.h:
20470         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
20471         (gst_ximagesink_show_frame):
20472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
20473         Correcly convert buffer timestamp to stream time.
20474
20475 2005-07-16  Wim Taymans  <wim@fluendo.com>
20476
20477         * gst/audioconvert/gstaudioconvert.c:
20478         (gst_audio_convert_get_buffer):
20479         Timestamp buffers correctly.
20480
20481         * gst/playback/gstplaybin.c: (gen_video_element):
20482         Make internal fakesink silent.
20483
20484 2005-07-15  Wim Taymans  <wim@fluendo.com>
20485
20486         * gst/ffmpegcolorspace/Makefile.am:
20487         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20488         (gst_ffmpegcsp_caps_remove_format_info),
20489         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
20490         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
20491         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
20492         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
20493         Ported ffmpegcolorspace to basetransform.
20494
20495         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
20496         * gst/volume/gstvolume.c: (volume_transform):
20497         Ported to new API.
20498
20499 2005-07-14  Wim Taymans  <wim@fluendo.com>
20500
20501         * gst/videotestsrc/Makefile.am:
20502         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
20503         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
20504         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
20505         (gst_videotestsrc_init), (gst_videotestsrc_event),
20506         (gst_videotestsrc_create), (gst_videotestsrc_start),
20507         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
20508         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
20509         (gst_videotestsrc_get_property):
20510         * gst/videotestsrc/gstvideotestsrc.h:
20511         Make videotestsrc a pushsrc.
20512
20513 2005-07-14  Wim Taymans  <wim@fluendo.com>
20514
20515         * gst/tcp/gstfdset.c: (gst_fdset_free):
20516         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
20517         (gst_multifdsink_add), (gst_multifdsink_remove),
20518         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
20519         (gst_multifdsink_remove_client_link),
20520         (gst_multifdsink_client_queue_data),
20521         (gst_multifdsink_client_queue_caps),
20522         (gst_multifdsink_client_queue_buffer),
20523         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
20524         (gst_multifdsink_stop):
20525         * gst/tcp/gstmultifdsink.h:
20526         0.8 backporting.
20527
20528         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
20529         Also draw image when not from a pool.
20530
20531 2005-07-14  Wim Taymans  <wim@fluendo.com>
20532
20533         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
20534         (mute_stream), (silence_stream):
20535         Small debug additions.
20536
20537 2005-07-14  Wim Taymans  <wim@fluendo.com>
20538
20539         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
20540         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
20541         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
20542         Better error recovery, ignore unconnected pads and
20543         non-fatal errors.
20544
20545 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20546
20547         * docs/libs/tmpl/gstaudio.sgml:
20548         * docs/libs/tmpl/gstcolorbalance.sgml:
20549         * docs/libs/tmpl/gstgconf.sgml:
20550         * docs/libs/tmpl/gstmixer.sgml:
20551         * docs/libs/tmpl/gstringbuffer.sgml:
20552         * docs/libs/tmpl/gsttuner.sgml:
20553         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20554         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
20555         (gst_tcpclientsrc_class_init):
20556         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
20557         (gst_tcpserversrc_class_init):
20558         * sys/v4l/gstv4lelement.c:
20559           more autistic cleanliness in functions/names/defines
20560
20561 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20562
20563         * configure.ac:
20564           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
20565           added manually to each Makefile.am so we are sure it goes
20566           *last* and doesn't add -L flags before linking in libs of our
20567           own, like, say, internal .la libs, that then accidentally pick
20568           up the installed copy.
20569         * docs/libs/Makefile.am:
20570         * ext/alsa/Makefile.am:
20571         * ext/cdparanoia/Makefile.am:
20572         * ext/gnomevfs/Makefile.am:
20573         * ext/libvisual/Makefile.am:
20574         * ext/ogg/Makefile.am:
20575         * ext/theora/Makefile.am:
20576         * ext/vorbis/Makefile.am:
20577         * gst-libs/gst/video/Makefile.am:
20578         * gst/adder/Makefile.am:
20579         * gst/audioconvert/Makefile.am:
20580         * gst/audiorate/Makefile.am:
20581         * gst/audioscale/Makefile.am:
20582         * gst/ffmpegcolorspace/Makefile.am:
20583         * gst/playback/Makefile.am:
20584         * gst/sine/Makefile.am:
20585         * gst/subparse/Makefile.am:
20586         * gst/tags/Makefile.am:
20587         * gst/tcp/Makefile.am:
20588         * gst/typefind/Makefile.am:
20589         * gst/videorate/Makefile.am:
20590         * gst/videoscale/Makefile.am:
20591         * gst/videotestsrc/Makefile.am:
20592         * gst/volume/Makefile.am:
20593         * sys/v4l/Makefile.am:
20594         * sys/ximage/Makefile.am:
20595         * sys/xvimage/Makefile.am:
20596           adapt properly to this change. This should make sure that
20597           plugins and libs properly link to the as-yet-uninstalled
20598           copies of stuff like libgstinterfaces and libgstvideo
20599
20600 2005-07-13  Andy Wingo  <wingo@pobox.com>
20601
20602         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
20603         (gst_v4lsrc_fixate): Fixate on format as well.
20604
20605         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
20606         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
20607         buffer points to it.
20608         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
20609         rather just doing X calls ourselves. Also fixes a memleak.
20610
20611 2005-07-12  Andy Wingo  <wingo@pobox.com>
20612
20613         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
20614         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
20615         (gst_v4lsrc_create): Re-add the copy-mode property, default to
20616         TRUE to avoid deadlocks if an element holds on to our buffers.
20617
20618 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20619
20620         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20621         (gst_sinesrc_init), (gst_sinesrc_create),
20622         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
20623         (gst_sinesrc_start):
20624         * gst/sine/gstsinesrc.h:
20625           removing num-buffers property before moving it
20626
20627 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20628
20629         * configure.ac:
20630           use overridable ERROR_CFLAGS
20631         * docs/libs/gst-plugins-base-libs.types:
20632         * docs/libs/tmpl/gstringbuffer.sgml:
20633         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
20634         (gst_alsasink_class_init):
20635         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
20636         (gst_alsasrc_class_init):
20637         * gst-libs/gst/audio/audio.h:
20638         * gst-libs/gst/audio/gstaudioclock.h:
20639         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
20640         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
20641         (gst_audio_filter_link), (gst_audio_filter_init),
20642         (gst_audio_filter_chain), (gst_audio_filter_set_property),
20643         (gst_audio_filter_get_property),
20644         (gst_audio_filter_class_add_pad_templates):
20645         * gst-libs/gst/audio/gstaudiofilter.h:
20646         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20647         (gst_audio_filter_template_get_type),
20648         (gst_audio_filter_template_base_init),
20649         (gst_audio_filter_template_class_init),
20650         (gst_audio_filter_template_init),
20651         (gst_audio_filter_template_set_property),
20652         (gst_audio_filter_template_get_property), (plugin_init),
20653         (gst_audio_filter_template_setup),
20654         (gst_audio_filter_template_filter),
20655         (gst_audio_filter_template_filter_inplace):
20656         * gst-libs/gst/audio/gstaudiosink.c:
20657         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20658         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
20659         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
20660         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
20661         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
20662         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
20663         * gst-libs/gst/audio/gstaudiosink.h:
20664         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
20665         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
20666         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20667         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
20668         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
20669         (gst_audio_src_class_init), (gst_audio_src_init),
20670         (gst_audio_src_create_ringbuffer):
20671         * gst-libs/gst/audio/gstaudiosrc.h:
20672         * gst-libs/gst/audio/gstbaseaudiosink.c:
20673         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
20674         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
20675         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
20676         (gst_base_audio_sink_set_property),
20677         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
20678         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
20679         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
20680         (gst_base_audio_sink_create_ringbuffer),
20681         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
20682         * gst-libs/gst/audio/gstbaseaudiosink.h:
20683         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20684         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
20685         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
20686         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
20687         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
20688         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
20689         (gst_base_audio_src_event), (gst_base_audio_src_create),
20690         (gst_base_audio_src_create_ringbuffer),
20691         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
20692         * gst-libs/gst/audio/gstbaseaudiosrc.h:
20693         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
20694         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
20695         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
20696         (gst_ring_buffer_debug_spec_caps),
20697         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
20698         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
20699         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
20700         (gst_ring_buffer_start), (gst_ring_buffer_pause),
20701         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
20702         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20703         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
20704         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
20705         (gst_ring_buffer_clear):
20706         * gst-libs/gst/audio/gstringbuffer.h:
20707         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
20708         (gst_video_sink_class_init), (gst_video_sink_get_type):
20709         * gst-libs/gst/video/videosink.h:
20710         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
20711         (gst_multifdsink_class_init),
20712         (gst_multifdsink_handle_client_write),
20713         (gst_multifdsink_change_state):
20714         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
20715         (gst_tcpclientsink_setcaps):
20716         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20717         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
20718         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
20719         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20720         (gst_ximagesink_send_pending_navigation),
20721         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
20722         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
20723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
20724         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20725         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
20726         (gst_xvimagesink_send_pending_navigation),
20727         (gst_xvimagesink_navigation_send_event),
20728         (gst_xvimagesink_set_xwindow_id),
20729         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
20730         (gst_xvimagesink_get_type):
20731         more macro splitting
20732
20733 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20734
20735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
20736           plug a memleak, allows me to import 1479 albums in one go
20737           in jamboree
20738         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20739         (vorbis_handle_type_packet), (vorbis_dec_chain),
20740         (vorbis_dec_change_state):
20741           fix some format strings
20742
20743 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20744
20745         * docs/libs/tmpl/gstcolorbalance.sgml:
20746         * docs/libs/tmpl/gstmixer.sgml:
20747         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
20748         (gst_alsasink_set_property), (gst_alsasink_get_property):
20749         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
20750         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
20751           add device property
20752
20753 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20754
20755         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20756         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
20757         (audiocast_register_listener), (audiocast_thread_run),
20758         (gst_gnomevfssrc_send_additional_headers_callback),
20759         (gst_gnomevfssrc_received_headers_callback),
20760         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
20761         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
20762         (gst_gnomevfssrc_get_size):
20763           add/clean up debugging
20764         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20765           cleanups
20766
20767 2005-07-07  Andy Wingo  <wingo@pobox.com>
20768
20769         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
20770         framerate. Need to get a handle on when exactly this function is
20771         called, tho.
20772
20773         * sys/v4l/v4lsrc_calls.h:
20774         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
20775         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
20776         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
20777
20778         * sys/v4l/v4l_calls.h: Cast to V4lElement.
20779         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
20780         v4lelements are sources.
20781
20782         * sys/v4l/gstv4lxoverlay.h:
20783         * sys/v4l/gstv4lxoverlay.c:
20784         * sys/v4l/gstv4ltuner.h:
20785         * sys/v4l/gstv4ltuner.c: Header loc fixen.
20786         
20787         * sys/v4l/gstv4lsrc.h:
20788         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
20789         PushSrc/BaseSrc. Removed most sync-related properties, videorate
20790         or something should handle that. Made a live source.
20791
20792         * sys/v4l/gstv4lelement.h:
20793         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
20794         signals. Some cleanups.
20795
20796         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
20797
20798         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
20799         stuff.
20800
20801         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
20802         stuff.
20803
20804         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
20805
20806 2005-07-07  Wim Taymans  <wim@fluendo.com>
20807
20808         * ext/theora/theoradec.c: (theora_get_query_types),
20809         (theora_dec_src_getcaps), (theora_dec_push):
20810         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
20811         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
20812         Remove deprecated/unused query types.
20813
20814 2005-07-06  Wim Taymans  <wim@fluendo.com>
20815
20816         * ext/alsa/Makefile.am:
20817         * ext/alsa/gstalsaplugin.c: (plugin_init):
20818         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20819         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
20820         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
20821         (gst_alsasrc_class_init), (gst_alsasrc_init),
20822         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
20823         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
20824         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
20825         (gst_alsasrc_reset):
20826         * ext/alsa/gstalsasrc.h:
20827         * gst-libs/gst/audio/Makefile.am:
20828         * gst-libs/gst/audio/gstaudiosink.c:
20829         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20830         (gst_audioringbuffer_start):
20831         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
20832         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
20833         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
20834         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
20835         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
20836         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
20837         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
20838         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
20839         * gst-libs/gst/audio/gstaudiosrc.h:
20840         * gst-libs/gst/audio/gstbaseaudiosink.c:
20841         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
20842         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
20843         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
20844         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20845         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
20846         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
20847         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
20848         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
20849         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
20850         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
20851         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
20852         (gst_baseaudiosrc_change_state):
20853         * gst-libs/gst/audio/gstbaseaudiosrc.h:
20854         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
20855         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
20856         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
20857         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
20858         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
20859         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
20860         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
20861         * gst-libs/gst/audio/gstringbuffer.h:
20862         Added audiosource base classes.
20863         Ported alsasrc, still very basic.
20864
20865 2005-07-06  Wim Taymans  <wim@fluendo.com>
20866
20867         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
20868         (theora_dec_push), (theora_handle_data_packet):
20869         Prepare for better timestamp fix later.
20870
20871         * gst/audioconvert/gstaudioconvert.c:
20872         List most accurate caps first
20873
20874         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
20875         Use proper pad task function.
20876
20877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20878         (gst_xvimagesink_show_frame):
20879         Fix deadlock when alloc failed.
20880
20881 2005-07-05  Andy Wingo  <wingo@pobox.com>
20882
20883         * ext/gnomevfs/gstgnomevfssrc.c:
20884         * gst/sine/gstsinesrc.c:
20885         * gst/tcp/gsttcpserversrc.c:
20886         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
20887
20888         * sys/v4l/: Port from 0.8.
20889
20890         * Many files: Null if we got it....
20891
20892 2005-07-05  Andy Wingo  <wingo@pobox.com>
20893
20894         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
20895         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
20896         Signedness fixes.
20897
20898 2005-07-05  Wim Taymans  <wim@fluendo.com>
20899
20900         * configure.ac:
20901         * gst/tcp/Makefile.am:
20902         * gst/tcp/README:
20903         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
20904         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
20905         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
20906         (is_sync_frame), (gst_multifdsink_handle_client_write),
20907         (gst_multifdsink_render), (gst_multifdsink_start),
20908         (gst_multifdsink_stop), (gst_multifdsink_change_state):
20909         * gst/tcp/gstmultifdsink.h:
20910         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
20911         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
20912         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
20913         * gst/tcp/gsttcp.h:
20914         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
20915         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
20916         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
20917         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
20918         * gst/tcp/gsttcpclientsink.h:
20919         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
20920         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
20921         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
20922         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
20923         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
20924         * gst/tcp/gsttcpclientsrc.h:
20925         * gst/tcp/gsttcpplugin.c: (plugin_init):
20926         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
20927         * gst/tcp/gsttcpserversink.h:
20928         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
20929         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
20930         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
20931         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
20932         (gst_tcpserversrc_stop):
20933         * gst/tcp/gsttcpserversrc.h:
20934         * gst/tcp/gsttcpsink.c:
20935         * gst/tcp/gsttcpsink.h:
20936         * gst/tcp/gsttcpsrc.c:
20937         * gst/tcp/gsttcpsrc.h:
20938         Ported tcp plugins to 0.9. 
20939         
20940
20941 2005-07-05  Andy Wingo  <wingo@pobox.com>
20942
20943         * gst/playback/gstplaybasebin.c (fill_buffer):
20944         message_new_application fixen.
20945
20946         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
20947         Style fix.
20948
20949 2005-07-04  Wim Taymans  <wim@fluendo.com>
20950
20951         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20952         Set caps on output buffer.
20953
20954 2005-07-04  Andy Wingo  <wingo@pobox.com>
20955
20956         * ext/gnomevfs/gstgnomevfssrc.c
20957         (gst_gnomevfssrc_received_headers_callback) 
20958         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
20959         hopefully.
20960
20961         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
20962         No refcount leakage.
20963
20964         * configure.ac: Enable -Werror.
20965         
20966         * ext/theora/theoradec.c (theora_dec_src_getcaps):
20967         * gst/audioconvert/bufferframesconvert.c
20968         (buffer_frames_convert_fixate):
20969         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
20970         (gst_audio_convert_fixate):
20971         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
20972         (gst_sinesrc_create): Fixate func changes.
20973         
20974         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20975         (gst_ximagesink_buffer_alloc): Unused var.
20976
20977 2005-07-01  Andy Wingo  <wingo@pobox.com>
20978
20979         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
20980         getcaps to do explicit caps. Needs to be done in all decoders,
20981         possibly via a base class.
20982
20983         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
20984
20985         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
20986         caps on the sink pad, just rely on the pad template. Also, setting
20987         ANY caps on a pad is not valid because the caps are not fixed.
20988
20989         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
20990         caps on the buffer, and get the width from the desired_caps if
20991         they're set.
20992         (gst_ximagesink_renegotiate_size): Implement via setting the
20993         desired_caps on the ximagesink.
20994         (gst_ximagesink_setcaps): Only reset the width of the player if it
20995         wasn't already set. Not sure if this is right.
20996         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
20997
20998         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
20999         that the user wants. NULL unless the window has been resized.
21000
21001         * gst/volume/gstvolume.c (volume_transform): Adapt to
21002         basetransform refcount changes.
21003         
21004 2005-07-01  Andy Wingo  <wingo@pobox.com>
21005
21006         * gst/videoscale/gstvideoscale.c:
21007         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
21008         from BaseTransform, implements a transform_caps. Removed dead code
21009         including some PAR stuff that was never reached -- should probably
21010         be added back somehow.
21011
21012 2005-07-01  Andy Wingo  <wingo@pobox.com>
21013
21014         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
21015         come later.
21016
21017 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21018
21019         * configure.ac:
21020         * docs/libs/Makefile.am:
21021         * docs/libs/gst-plugins-libs.types:
21022         * ext/alsa/Makefile.am:
21023         * ext/alsa/gstalsamixer.h:
21024         * ext/alsa/gstalsamixeroptions.h:
21025         * ext/alsa/gstalsamixertrack.h:
21026         * gst-libs/gst/Makefile.am:
21027         * gst-libs/gst/colorbalance/.cvsignore:
21028         * gst-libs/gst/colorbalance/Makefile.am:
21029         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
21030         * gst-libs/gst/colorbalance/colorbalance.c:
21031         * gst-libs/gst/colorbalance/colorbalance.h:
21032         * gst-libs/gst/colorbalance/colorbalance.vcproj:
21033         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21034         * gst-libs/gst/colorbalance/colorbalancechannel.h:
21035         * gst-libs/gst/interfaces/Makefile.am:
21036         * gst-libs/gst/interfaces/colorbalance.c:
21037         (gst_color_balance_class_init):
21038         * gst-libs/gst/interfaces/colorbalance.h:
21039         * gst-libs/gst/interfaces/interfaces-marshal.list:
21040         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
21041         * gst-libs/gst/interfaces/mixer.h:
21042         * gst-libs/gst/interfaces/mixeroptions.h:
21043         * gst-libs/gst/interfaces/navigation.c:
21044         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
21045         * gst-libs/gst/interfaces/tuner.h:
21046         * gst/volume/Makefile.am:
21047         * gst/volume/gstvolume.c:
21048         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21049         * sys/ximage/Makefile.am:
21050         * sys/ximage/ximagesink.c:
21051         * sys/xvimage/Makefile.am:
21052         * sys/xvimage/xvimagesink.c:
21053           fold in all interfaces into an interfaces dir, preserving CVS
21054           history
21055
21056 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21057
21058         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
21059           Fix build after riff changes.
21060
21061 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21062
21063         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21064         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21065         (gst_riff_create_video_template_caps),
21066         (gst_riff_create_audio_template_caps),
21067         (gst_riff_create_iavs_template_caps):
21068         * gst-libs/gst/riff/riff-media.h:
21069         * gst-libs/gst/riff/riff-read.h:
21070         * gst-libs/gst/riff/riff.c: (gst_riff_init):
21071           Add gst_riff_init() to initialize the debug category, instead
21072           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
21073
21074 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21075
21076         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
21077           Oops, I shouldn't apply hacks.
21078
21079 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21080
21081         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
21082           Remove pad_loop function which doesn't work.
21083
21084 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21085
21086         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
21087           Send EOS when deactivating.
21088         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21089         (check_queue), (queue_threshold_reached), (queue_out_of_data),
21090         (gen_preroll_element), (probe_triggered), (mute_stream),
21091         (silence_stream), (new_decoded_pad), (setup_substreams),
21092         (set_active_source):
21093         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
21094         (remove_sinks), (add_sink):
21095         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
21096           Change for new probe API.
21097
21098 2005-06-29  Wim Taymans  <wim@fluendo.com>
21099
21100         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
21101         * gst-libs/gst/audio/gstbaseaudiosink.c:
21102         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
21103         (gst_baseaudiosink_change_state):
21104         * gst-libs/gst/audio/gstbaseaudiosink.h:
21105         * gst-libs/gst/audio/gstringbuffer.c:
21106         (gst_ringbuffer_set_callback):
21107         Fix compilation error.
21108         Ringbuffer starts out as not running.
21109         Free our clock in dispose.
21110         When releasing the ringbuffer we need to renegotiate so
21111         clear the pad caps.
21112
21113 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21114
21115         * autogen.sh:
21116         * configure.ac:
21117         * docs/Makefile.am:
21118         * docs/libs/Makefile.am:
21119         * docs/libs/gst-plugins-libs-docs.sgml:
21120         * docs/libs/gst-plugins-libs-sections.txt:
21121         * docs/libs/gst-plugins-libs.types:
21122         * docs/libs/tmpl/gstaudio.sgml:
21123         * docs/libs/tmpl/gstcolorbalance.sgml:
21124         * docs/libs/tmpl/gstringbuffer.sgml:
21125         * gst-libs/gst/audio/gstringbuffer.c:
21126         (gst_ringbuffer_set_callback):
21127           reinstate gtk-doc docs for plugin libs
21128
21129 2005-06-28  Wim Taymans  <wim@fluendo.com>
21130
21131         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21132         (gst_ogg_demux_init):
21133         Removed pad loop function.
21134
21135 2005-06-28  Wim Taymans  <wim@fluendo.com>
21136
21137         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
21138         If we're building a chain we are not in an error case
21139         when we queue a buffer.
21140
21141 2005-06-28  Andy Wingo  <wingo@pobox.com>
21142
21143         * *.c: Don't cast to GstObject before reffing/unreffing.
21144
21145 2005-06-27  Andy Wingo  <wingo@pobox.com>
21146
21147         * gst/videotestsrc/gstvideotestsrc.c
21148         (gst_videotestsrc_activate_push): Activation API changes.
21149
21150         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
21151         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
21152         they have refs on the decodebin.
21153
21154         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
21155         parent class.
21156         (gst_ogg_pad_typefind): Don't leak a pad ref.
21157         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
21158         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
21159         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
21160
21161 2005-06-27  Edward Hervey  <edward@fluendo.com>
21162
21163         * ext/theora/theoradec.c: (theora_dec_change_state): 
21164         re-arranged call to parent's state change in order to avoid locks (or
21165         worse).
21166
21167 2005-06-26  Edward Hervey  <edward@fluendo.com>
21168
21169         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
21170         2nd argument of 'unknow-type' signal is a GstCaps and not a
21171         GstMiniObject
21172
21173 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
21174         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
21175           Set the worker thread's running flag to TRUE before starting the
21176           thread.
21177         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21178           Catch a failure to add typefind to the bin.
21179
21180 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21181
21182         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21183         (gst_sinesrc_init), (gst_sinesrc_create),
21184         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
21185         (gst_sinesrc_start):
21186         * gst/sine/gstsinesrc.h:
21187           add num-buffers and timestamp-offset properties
21188         * gst/videotestsrc/gstvideotestsrc.c:
21189         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
21190         (gst_videotestsrc_get_property):
21191           add timestamp-offset property
21192
21193 2005-06-23  Christian Schaller  <uraeus@gnome.org>
21194
21195         * configure.ac: add videorate
21196         * gst-plugins-base.spec.in: add videorate
21197
21198 2005-06-23  Wim Taymans  <wim@fluendo.com>
21199
21200         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
21201         (gst_videorate_getcaps), (gst_videorate_setcaps),
21202         (gst_videorate_event), (gst_videorate_chain):
21203         Fixed videorate, fixating an already fixated caps is not
21204         an error.
21205
21206 2005-06-23  Wim Taymans  <wim@fluendo.com>
21207
21208         * ext/ogg/README:
21209         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
21210         Buffer on caps is not boxed anymore.
21211
21212 2005-06-22  Wim Taymans  <wim@fluendo.com>
21213
21214         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
21215         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
21216         Set buffers on caps as miniobjects and not as boxed.
21217
21218 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21219
21220         * configure.ac:
21221           back to HEAD
21222
21223 === release 0.9.1 ===
21224
21225 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21226
21227         * .cvsignore:
21228         * NEWS:
21229         * README:
21230         * RELEASE:
21231         * configure.ac:
21232         * po/af.po:
21233         * po/az.po:
21234         * po/cs.po:
21235         * po/en_GB.po:
21236         * po/hu.po:
21237         * po/it.po:
21238         * po/nb.po:
21239         * po/nl.po:
21240         * po/or.po:
21241         * po/sq.po:
21242         * po/sr.po:
21243         * po/sv.po:
21244         * po/uk.po:
21245         * po/vi.po:
21246           updates for release
21247
21248 2005-06-09  Andy Wingo  <wingo@pobox.com>
21249
21250         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
21251         
21252 2005-06-09  Andy Wingo  <wingo@pobox.com>
21253
21254         * configure.ac:
21255         * gst-libs/gst/Makefile.am:
21256         * gst-libs/gst/net/Makefile.am:
21257         Add gstnet to build.
21258
21259 2005-06-09  Andy Wingo  <wingo@pobox.com>
21260
21261         * gst-libs/gst/gconf/gconf.c:
21262         * gst/playback/test.c:
21263         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
21264         fixes.
21265
21266         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
21267
21268         * ext/theora/theoraenc.c (theora_enc_chain): 
21269         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
21270
21271         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
21272         RealPad.
21273
21274 2005-06-02  Wim Taymans  <wim@fluendo.com>
21275
21276         * gst-libs/gst/net/Makefile.am:
21277         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21278         * pkgconfig/gstreamer-libs.pc.in:
21279         Added net stuff, version net lib.
21280
21281 2005-06-02  Wim Taymans  <wim@fluendo.com>
21282
21283         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
21284         (query_rates), (query_positions_elems), (query_positions_pads),
21285         (do_seek):
21286         Updated seek example.
21287
21288 2005-06-02  Andy Wingo  <wingo@pobox.com>
21289
21290         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
21291         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
21292         list.
21293
21294         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
21295         remove the typefind, the bin dispose will do it for us. When it's
21296         removed and unreffed, the signal handler will be disconnected,
21297         too.
21298         (unlinked): It's too difficult to disconnect from unlinked
21299         handlers, as they are on pads not elements. Just punt if the pads
21300         aren't grandkids of the bin.
21301
21302 2005-06-02  Wim Taymans  <wim@fluendo.com>
21303
21304         * ext/ogg/README:
21305         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21306         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
21307         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
21308         * ext/theora/theoradec.c: (theora_dec_src_query),
21309         (theora_handle_data_packet):
21310         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
21311         (theora_enc_chain):
21312         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21313         (vorbis_handle_data_packet):
21314         * gst/audioconvert/bufferframesconvert.c:
21315         (buffer_frames_convert_chain):
21316         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21317         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
21318         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
21319         (gst_ffmpegcsp_chain):
21320         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
21321         (gst_videorate_getcaps), (gst_videorate_setcaps),
21322         (gst_videorate_event), (gst_videorate_chain):
21323         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
21324         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
21325         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21326         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21327         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
21328         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
21329         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
21330         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
21331         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
21332         Cleanups and buffer alloc.
21333
21334 2005-05-31  Wim Taymans  <wim@fluendo.com>
21335
21336         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
21337         Don't try to call the delay method when the device is not
21338         opened.
21339
21340 2005-05-31  Wim Taymans  <wim@fluendo.com>
21341
21342         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
21343         Get actual segment size and buffer size after opening
21344         the device.
21345
21346 2005-05-30  Wim Taymans  <wim@fluendo.com>
21347
21348         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
21349         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
21350         Also FLUSH upstream, makes the loop function exit faster.
21351         
21352         * ext/theora/theoradec.c: (theora_dec_src_query):
21353         Some more debug info in the query.
21354         
21355         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21356         (gst_ximagesink_setcaps):
21357         Release lock on par error, better error reporting.
21358
21359 2005-05-26  Wim Taymans  <wim@fluendo.com>
21360
21361         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21362         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
21363         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
21364         Clear chains in READY
21365         Queue packets until the chain is activated.
21366
21367 2005-05-25  Wim Taymans  <wim@fluendo.com>
21368
21369         * gst-libs/gst/audio/gstaudiosink.c:
21370         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
21371         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
21372         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
21373         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
21374         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
21375         (gst_audiosink_create_ringbuffer):
21376         * gst-libs/gst/audio/gstbaseaudiosink.c:
21377         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
21378         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
21379         (gst_baseaudiosink_set_property), (build_linear_format),
21380         (debug_spec_caps), (debug_spec_buffer),
21381         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
21382         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
21383         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
21384         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
21385         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
21386         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
21387         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
21388         (gst_ringbuffer_play), (gst_ringbuffer_pause),
21389         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
21390         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
21391         (wait_segment), (gst_ringbuffer_commit),
21392         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
21393         (gst_ringbuffer_clear):
21394         Various small cleanups.
21395
21396         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21397         (gst_audio_convert_change_state):
21398         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
21399         No need to take the locks anymore.
21400
21401 2005-05-25  Wim Taymans  <wim@fluendo.com>
21402
21403         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21404         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
21405         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
21406         (type_found):
21407         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
21408         (group_destroy), (group_commit), (queue_overrun),
21409         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
21410         (mute_stream), (new_decoded_pad), (setup_substreams),
21411         (setup_source), (mute_group_type), (set_active_source),
21412         (gst_play_base_bin_change_state):
21413         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21414         (gen_video_element), (gen_text_element), (gen_audio_element),
21415         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
21416         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
21417         (gst_stream_info_dispose), (gst_stream_info_set_mute):
21418         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
21419         Some playbin cleanups mostly refcounting sloppyness.
21420
21421 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21422
21423         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
21424           Work with streaming input.
21425
21426 2005-05-25  Wim Taymans  <wim@fluendo.com>
21427
21428         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21429         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
21430         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
21431         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
21432         No need to take the STREAM lock anymore.
21433
21434 2005-05-25  Wim Taymans  <wim@fluendo.com>
21435
21436         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
21437         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
21438         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
21439         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
21440         (gst_ogg_demux_sink_activate):
21441         * ext/theora/theoradec.c: (theora_dec_src_event),
21442         (theora_handle_comment_packet), (theora_dec_chain),
21443         (theora_dec_change_state):
21444         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21445         (vorbis_handle_data_packet), (vorbis_dec_chain),
21446         (vorbis_dec_change_state):
21447         Remove STREAM locks as they are taken in core now.
21448         Never set bogus granulepos on vorbis/theora.
21449         Fix leaks in theoradec tag parsing.
21450
21451 2005-05-25  Wim Taymans  <wim@fluendo.com>
21452
21453         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
21454         Fix memleaks, GST_BUFFER_DATA() is not freed.
21455
21456 2005-05-25  Wim Taymans  <wim@fluendo.com>
21457
21458         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21459         Open non-blocking, set to blocking mode afterwards to avoid
21460         lockups when audio device is busy.
21461
21462 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21463
21464         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
21465           This can't be good.
21466
21467 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21468
21469         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21470         (gst_audio_convert_chain), (gst_audio_convert_link_src),
21471         (gst_audio_convert_setcaps):
21472           Implement instant setup switching.
21473
21474 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21475
21476         * gst/playback/gstplaybasebin.c: (probe_triggered):
21477           Fix missing unlock.
21478         * gst/playback/gstplaybin.c: (add_sink):
21479           First add, then link (otherwise pad link fails).
21480
21481 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21482
21483         * examples/Makefile.am:
21484         fix buildbot (make distcheck)
21485
21486 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21487
21488         * gst/playback/gstplaybin.c: (gen_vis_element):
21489           Remove some wrong code. Doesn't work yet.
21490
21491 2005-05-19  Wim Taymans  <wim@fluendo.com>
21492
21493         * gst-libs/gst/net/Makefile.am:
21494         * gst-libs/gst/net/README:
21495         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
21496         (gst_netbuffer_class_init), (gst_netbuffer_init),
21497         (gst_netbuffer_finalize), (gst_netbuffer_copy),
21498         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
21499         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
21500         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
21501         * gst-libs/gst/net/gstnetbuffer.h:
21502         Added buffer subclass to store extra to/from addresses for
21503         network sources/sinks.
21504
21505 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21506
21507         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
21508           Don't lock an unassigned variable.
21509
21510 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21511
21512         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
21513           Increase buffer for video, decrease buffer for other media types.
21514         * gst/playback/gstplaybin.c: (gen_video_element),
21515         (gen_audio_element):
21516           Change names for debugging purposes.
21517
21518 2005-05-18  Wim Taymans  <wim@fluendo.com>
21519
21520         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21521         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
21522         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
21523         (gst_ffmpegcsp_chain):
21524         Enable buffer alloc passthrough if the source and dest
21525         formats are the same.
21526
21527 2005-05-17  Wim Taymans  <wim@fluendo.com>
21528
21529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21530         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
21531         (gst_ogg_demux_chain_unlocked):
21532         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21533         (gst_audio_convert_caps_remove_format_info),
21534         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
21535         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
21536         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21537         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
21538         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
21539         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
21540         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21541         (gst_ffmpegcsp_get_property):
21542         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
21543         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
21544         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
21545         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
21546         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
21547         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
21548         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
21549         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
21550         Leak fixes in oggdemux.
21551         Some cleanups in audioconvert.
21552         Make passthrough work along with buffer_alloc etc.
21553         Make buffer_alloc and buffer recycling actually work in
21554         xvimagesink.
21555
21556 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21557
21558         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
21559           make the compiler happy
21560
21561 2005-05-17  Wim Taymans  <wim@fluendo.com>
21562
21563         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
21564         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
21565         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
21566         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
21567         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
21568         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
21569         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
21570         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
21571         (gst_xvimagesink_set_xwindow_id):
21572         * sys/xvimage/xvimagesink.h:
21573         Port xvimagesink to new MiniObject.
21574
21575 2005-05-17  Wim Taymans  <wim@fluendo.com>
21576
21577         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21578         (gst_audiofilter_chain):
21579         * gst-libs/gst/audio/gstaudiosink.c:
21580         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
21581         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
21582         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
21583         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
21584         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
21585         (gst_audiosink_create_ringbuffer):
21586         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21587         (gst_audio_convert_caps_remove_format_info),
21588         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
21589         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21590         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21591         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
21592         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
21593         Fix passthrough in ffmpegcolorspace.
21594         Fix memset in audiosink on wrong memory.
21595
21596 2005-05-16  David Schleef  <ds@schleef.org>
21597
21598         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
21599         to GstMiniObject.
21600
21601 2005-05-16  David Schleef  <ds@schleef.org>
21602
21603         Port from GstData to GstMiniObject.
21604         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
21605         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
21606         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
21607         (gst_ogg_mux_collected):
21608         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
21609         * ext/theora/theoradec.c: (theora_handle_comment_packet),
21610         (theora_handle_data_packet):
21611         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
21612         (theora_set_header_on_caps), (theora_enc_chain):
21613         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21614         (vorbis_handle_comment_packet):
21615         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
21616         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
21617         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
21618         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
21619         * gst/audioconvert/gstaudioconvert.c:
21620         (gst_audio_convert_get_buffer):
21621         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
21622         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
21623         (mute_stream), (silence_stream):
21624         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
21625         * gst/volume/gstvolume.c: (volume_transform):
21626         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
21627         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
21628         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
21629         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
21630         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
21631         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
21632         (gst_ximagesink_buffer_alloc):
21633         * sys/ximage/ximagesink.h:
21634
21635 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21636
21637         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21638         (fill_buffer), (check_queue), (queue_threshold_reached),
21639         (queue_out_of_data):
21640         * gst/playback/gstplaybasebin.h:
21641           Post buffer-fullness on the bus.
21642
21643 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21644
21645         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
21646         (try_to_link_1):
21647         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21648         (group_commit), (probe_triggered), (setup_source),
21649         (gst_play_base_bin_change_state):
21650         * gst/playback/gstplaybasebin.h:
21651         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21652         (gst_play_bin_init), (remove_sinks), (setup_sinks),
21653         (gst_play_bin_change_state):
21654           Move setup_output_pads into a virtual function, remove
21655           group-switch (no longer needed) and redirect (handled by bus
21656           now) signals.
21657
21658 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21659
21660         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
21661         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
21662         (get_active_group), (get_building_group), (group_destroy),
21663         (group_commit), (check_queue), (queue_overrun),
21664         (queue_threshold_reached), (queue_out_of_data),
21665         (gen_preroll_element), (remove_groups), (unknown_type),
21666         (add_element_stream), (no_more_pads), (probe_triggered),
21667         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
21668         (setup_substreams), (setup_source), (finish_source),
21669         (prepare_output), (muted_group_change_state),
21670         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
21671         (gst_play_base_bin_change_state):
21672         * gst/playback/gstplaybasebin.h:
21673         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21674         (gst_play_bin_init), (gst_play_bin_set_property),
21675         (gen_video_element), (gen_text_element), (gen_audio_element),
21676         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
21677         (gst_play_bin_change_state):
21678         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
21679         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
21680         (stream_info_change_state), (gst_stream_info_set_mute),
21681         (gst_stream_info_get_property):
21682         * gst/playback/gststreaminfo.h:
21683         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
21684         (gst_stream_selector_get_linked_pad),
21685         (gst_stream_selector_getcaps),
21686         (gst_stream_selector_get_linked_pads),
21687         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
21688         * gst/playback/gststreamselector.h:
21689           Rough port of playbin. Needs some more work, but is mostly done,
21690           and uses a few locks in important places, which should make stuff
21691           like chain-switches clean. Still uses GST_STATE() in a few places,
21692           which isn't all that good an idea, subtitles/elements disabled
21693           because no elements to test with and thus probably broken, query
21694           and event handling moved to GstBin, internal thread removed
21695           alltogether because the pipeline does that for us now. Can play
21696           Ogg/Vorbis files. Haven't tested anything else yet.
21697
21698 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21699
21700         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
21701           Do no-more-pads (needed for autoplugging).
21702
21703 2005-05-10  Andy Wingo  <wingo@pobox.com>
21704
21705         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
21706         message to the bus with the tags. Still not sent downstream tho.
21707
21708         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
21709         get_parent.
21710         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
21711         avoid refcounting hassles.
21712
21713 2005-05-09  Andy Wingo  <wingo@pobox.com>
21714
21715         * gst/volume/Makefile.am:
21716         * gst/volume/demo.c
21717         * gst/volume/gstvolume.h
21718         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
21719         basetransform. Probably need an audio filter base class.
21720
21721 2005-05-09  Wim Taymans  <wim@fluendo.com>
21722
21723         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
21724         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
21725         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
21726         (gst_vorbisenc_chain):
21727         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21728         (gst_audio_convert_caps_remove_format_info),
21729         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
21730         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21731         Make caps writable before writing to it.
21732         Fix negotiation in audioconvert some more.
21733
21734 2005-05-09  Wim Taymans  <wim@fluendo.com>
21735
21736         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
21737         (gst_videorate_getcaps), (gst_videorate_setcaps),
21738         (gst_videorate_event), (gst_videorate_chain):
21739         Better negotiation.
21740
21741 2005-05-09  Wim Taymans  <wim@fluendo.com>
21742
21743         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
21744         (gst_videorate_getcaps), (gst_videorate_setcaps),
21745         (gst_videorate_blank_data), (gst_videorate_init),
21746         (gst_videorate_event), (gst_videorate_chain),
21747         (gst_videorate_change_state):
21748         Port videorate, do a better job at negotiation while we're at
21749         it.
21750
21751 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
21752
21753         * configure.ac:
21754           Disable libvisual
21755
21756         * examples/Makefile.am:
21757         * gst-libs/gst/audio/Makefile.am:
21758         * gst-libs/gst/riff/Makefile.am:
21759         * gst-libs/gst/tag/Makefile.am:
21760         * gst-libs/gst/video/Makefile.am:
21761           Fixups for missing variables.
21762
21763 2005-05-09  Wim Taymans  <wim@fluendo.com>
21764
21765         * examples/seeking/seek.c: (make_theora_pipeline),
21766         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
21767         (query_rates), (query_positions_elems), (query_positions_pads),
21768         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
21769         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21770         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
21771         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
21772         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
21773         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
21774         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21775         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21776         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
21777         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
21778         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
21779         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
21780         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
21781         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
21782         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
21783         (theora_dec_src_convert), (theora_dec_sink_convert),
21784         (theora_dec_src_query), (theora_dec_sink_query),
21785         (theora_dec_src_event), (theora_dec_sink_event),
21786         (theora_handle_comment_packet), (theora_handle_type_packet),
21787         (theora_handle_header_packet), (theora_handle_data_packet),
21788         (theora_dec_chain):
21789         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
21790         (vorbis_dec_convert), (vorbis_dec_src_query),
21791         (vorbis_dec_sink_query), (vorbis_dec_src_event),
21792         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
21793         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
21794         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
21795         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
21796         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
21797         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
21798         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21799         (gst_play_bin_query):
21800         * gst/playback/test3.c: (update_scale):
21801         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
21802         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
21803         * gst/subparse/gstsubparse.c: (gst_subparse_init):
21804         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
21805         (gst_videotestsrc_src_query):
21806         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
21807         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
21808         (paint_hline_YUV9):
21809         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
21810         Port to new query API.
21811         Updated seek.
21812         Cleanups in x[v]imagesink
21813
21814 2005-05-09  Andy Wingo  <wingo@pobox.com>
21815
21816         * ext/alsa/gstalsasink.h:
21817         * ext/gnomevfs/gstgnomevfssrc.c:
21818         (gst_gnomevfssrc_get_icy_metadata):
21819         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
21820         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
21821         * ext/theora/theoradec.c (theora_dec_src_query)
21822         (theora_dec_src_event, theora_dec_sink_event)
21823         (theora_handle_comment_packet, theora_handle_data_packet):
21824         * ext/theora/theoraenc.c (theora_enc_chain):
21825         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
21826         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
21827         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21828         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
21829         (qt_type_find):
21830         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
21831         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
21832         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
21833         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
21834         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
21835         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
21836         (paint_setup_xBGR8888, paint_setup_RGBx8888)
21837         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
21838         (paint_setup_RGB565, paint_setup_xRGB1555):
21839         * gst/videotestsrc/videotestsrc.h:
21840         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
21841         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
21842         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
21843         GCC4 fixes.
21844         
21845         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
21846         gst_pad_query_position. Fixes oggdemux.
21847
21848 2005-05-08  David Schleef  <ds@schleef.org>
21849
21850         * configure.ac: Require liboil.
21851         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
21852         a few more.
21853         * gst/videotestsrc/videotestsrc.c:
21854         * gst/videotestsrc/videotestsrc.h:
21855
21856 2005-05-06  Wim Taymans  <wim@fluendo.com>
21857
21858         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21859         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
21860         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
21861         Well, unreffing a buffer right before pushing it is asking
21862         for trouble..
21863
21864 2005-05-06  Christian Schaller  <uraeus@gnome.org>
21865
21866         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
21867
21868 2005-05-06  Wim Taymans  <wim@fluendo.com>
21869
21870         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21871         (gst_audio_convert_caps_remove_format_info),
21872         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
21873         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21874         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21875         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
21876         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
21877         * gst/sine/Makefile.am:
21878         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
21879         (gst_sinesrc_class_init), (gst_sinesrc_init),
21880         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
21881         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
21882         (gst_sinesrc_update_freq):
21883         * gst/sine/gstsinesrc.h:
21884         * gst/tcp/gstmultifdsink.c:
21885         * sys/xvimage/xvimagesink.c:
21886         Fixed negotiation wrt _peer_get_caps()
21887         Some cleanups.
21888
21889
21890 2005-05-06  Wim Taymans  <wim@fluendo.com>
21891
21892         * gst-libs/gst/audio/gstaudiosink.c:
21893         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
21894         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
21895         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
21896         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
21897         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
21898         (gst_audiosink_create_ringbuffer):
21899         * gst-libs/gst/audio/gstbaseaudiosink.c:
21900         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
21901         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
21902         (gst_baseaudiosink_set_property), (build_linear_format),
21903         (debug_spec_caps), (debug_spec_buffer),
21904         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
21905         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
21906         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
21907         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
21908         * gst-libs/gst/audio/gstbaseaudiosink.h:
21909         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
21910         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
21911         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
21912         (gst_ringbuffer_play), (gst_ringbuffer_pause),
21913         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
21914         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
21915         (wait_segment), (gst_ringbuffer_commit),
21916         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
21917         (gst_ringbuffer_clear):
21918         * gst-libs/gst/audio/gstringbuffer.h:
21919         Make the base audiosink return an error when there is no
21920         audiobuffer negotiated.
21921
21922 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21923
21924         * ext/Makefile.am:
21925         Disable cdparanoia until someone ports it!
21926
21927 2005-05-06  Wim Taymans  <wim@fluendo.com>
21928
21929         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21930         (gst_ogg_demux_sink_activate):
21931         And revert after wingo's revert.. sigh..
21932
21933 2005-05-05  Andy Wingo  <wingo@pobox.com>
21934
21935         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
21936         GObject.
21937         * configure.ac: Return audiorate and subparse from the ghetto.
21938         Re-enable -Wall -Werror.
21939         * gst/subparse/gstsubparse.c:
21940         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
21941         or chain-based. Cleaned up a bit. Not tested.
21942         
21943 2005-05-05  Christian Schaller <christian@fluendo.com> 
21944
21945         * Makefile.am: remove stuff that is not building
21946         * configure.ac: remove stuff that is not building
21947         * examples/Makefile.am: remove stuff that is not building
21948         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
21949         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
21950         * sys/Makefile.am: remove stuff that is not building
21951         * testsuite/Makefile.am: remove stuff that is not building
21952
21953 2005-05-05  Andy Wingo  <wingo@pobox.com>
21954
21955         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21956         * gst-libs/gst/tag/gstvorbistag.c:
21957         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
21958         * gst/adder/gstadder.h:
21959         * gst/audioconvert/gstchannelmix.c:
21960         (gst_audio_convert_fill_one_other):
21961         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
21962         (gst_audiorate_init), (gst_audiorate_chain):
21963         * gst/playback/gstplaybasebin.c: (setup_source):
21964         * gst/playback/test3.c: (update_scale):
21965         Some GCC4 fixes
21966         
21967         * po/af.po:
21968         * po/az.po:
21969         * po/cs.po:
21970         * po/en_GB.po:
21971         * po/hu.po:
21972         * po/it.po:
21973         * po/nb.po:
21974         * po/nl.po:
21975         * po/or.po:
21976         * po/sq.po:
21977         * po/sr.po:
21978         * po/sv.po:
21979         * po/uk.po:
21980         * po/vi.po: Foo
21981
21982 2005-05-05  Wim Taymans  <wim@fluendo.com>
21983
21984         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21985         (gst_audio_convert_caps_remove_format_info),
21986         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
21987         (gst_audio_convert_change_state), (gst_audio_convert_channels):
21988         * gst/videotestsrc/gstvideotestsrc.c:
21989         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
21990         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
21991         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
21992         (gst_videotestsrc_init), (gst_videotestsrc_loop):
21993         Don't ignore _push() return values.
21994         Make sure no processing is done when shutting down.
21995         Videotestsrc pad activation fix.
21996
21997 2005-05-05  Wim Taymans  <wim@fluendo.com>
21998
21999         * gst/adder/Makefile.am:
22000         * gst/adder/gstadder.c: (gst_adder_setcaps),
22001         (gst_adder_class_init), (gst_adder_init),
22002         (gst_adder_request_new_pad), (gst_adder_collected),
22003         (gst_adder_change_state):
22004         * gst/adder/gstadder.h:
22005         Ported adder as an example of a mixer element using
22006         collect pads. Needs more negotiation work.
22007
22008 2005-05-05  Wim Taymans  <wim@fluendo.com>
22009
22010         * ext/theora/theoradec.c: (_inc_granulepos),
22011         (theora_dec_src_event), (theora_dec_sink_event),
22012         (theora_handle_comment_packet), (theora_handle_type_packet),
22013         (theora_handle_header_packet), (theora_handle_data_packet),
22014         (theora_dec_chain):
22015         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22016         (gst_theora_enc_init), (theora_enc_sink_setcaps),
22017         (theora_push_buffer), (theora_push_packet),
22018         (theora_enc_sink_event), (theora_enc_chain),
22019         (theora_enc_change_state), (theora_enc_set_property),
22020         (theora_enc_get_property):
22021         Added stream lock to decoder so that we can serialize
22022         the discont event.
22023         More theoraenc porting, recover from errors, do clean
22024         shutdown.
22025
22026 2005-05-05  Wim Taymans  <wim@fluendo.com>
22027
22028         * ext/ogg/Makefile.am:
22029         * ext/ogg/README:
22030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
22031         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
22032         (gst_ogg_print):
22033         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
22034         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
22035         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
22036         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
22037         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
22038         (gst_ogg_mux_change_state):
22039         Ported ogg muxer.
22040
22041 2005-05-05  Wim Taymans  <wim@fluendo.com>
22042
22043         * docs/design-audiosinks.txt:
22044         * gst-libs/gst/audio/TODO:
22045         * gst-libs/gst/audio/gstaudiosink.c:
22046         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
22047         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
22048         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
22049         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
22050         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
22051         (gst_audiosink_create_ringbuffer):
22052         * gst-libs/gst/audio/gstbaseaudiosink.c:
22053         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
22054         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
22055         (gst_baseaudiosink_set_property), (build_linear_format),
22056         (debug_spec_caps), (debug_spec_buffer),
22057         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
22058         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
22059         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
22060         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
22061         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
22062         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
22063         (gst_ringbuffer_release), (gst_ringbuffer_play),
22064         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
22065         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
22066         (gst_ringbuffer_set_sample), (wait_segment),
22067         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
22068         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
22069         More work on the audiosink, mostly debugging and a race in
22070         shutdown.
22071
22072 2005-04-28  Wim Taymans  <wim@fluendo.com>
22073
22074         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
22075         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
22076         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
22077         (vorbis_dec_src_query), (vorbis_dec_src_event),
22078         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
22079         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
22080         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
22081         Don't crap out when seeking back to position 0.
22082
22083 2005-04-28  Wim Taymans  <wim@fluendo.com>
22084
22085         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
22086         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
22087         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
22088         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
22089         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
22090         Make audio sink configurable, use alsasink as default.
22091
22092 2005-04-28  Wim Taymans  <wim@fluendo.com>
22093
22094         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22095         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
22096         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
22097         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
22098         (vorbis_dec_change_state):
22099         * ext/vorbis/vorbisdec.h:
22100         Refactor, use STREAM_LOCK.
22101
22102 2005-04-28  Wim Taymans  <wim@fluendo.com>
22103
22104         * ext/theora/theoradec.c: (_inc_granulepos),
22105         (theora_dec_sink_event), (theora_handle_comment_packet),
22106         (theora_handle_type_packet), (theora_handle_header_packet),
22107         (theora_handle_data_packet), (theora_dec_chain),
22108         (theora_dec_change_state):
22109         Refactor a bit, use STREAM_LOCK.
22110
22111 2005-04-28  Wim Taymans  <wim@fluendo.com>
22112
22113         * ext/alsa/Makefile.am:
22114         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
22115         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
22116         (gst_alsa_link), (gst_alsa_close_audio):
22117         * ext/alsa/gstalsaplugin.c: (plugin_init):
22118         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
22119         (gst_alsasink_dispose), (gst_alsasink_base_init),
22120         (gst_alsasink_class_init), (gst_alsasink_init),
22121         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
22122         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
22123         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
22124         (gst_alsasink_reset):
22125         * ext/alsa/gstalsasink.h:
22126         Implement alsasink with simple open/write/close API. 
22127         Make alsa dir build by disabling compilation of code.
22128
22129 2005-04-28  Wim Taymans  <wim@fluendo.com>
22130
22131         * gst-libs/gst/audio/Makefile.am:
22132         * gst-libs/gst/audio/audio.h:
22133         * gst-libs/gst/audio/audioclock.c:
22134         * gst-libs/gst/audio/audioclock.h:
22135         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
22136         (gst_audio_clock_class_init), (gst_audio_clock_init),
22137         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
22138         * gst-libs/gst/audio/gstaudioclock.h:
22139         * gst-libs/gst/audio/gstaudiosink.c:
22140         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
22141         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
22142         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
22143         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
22144         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
22145         (gst_audiosink_create_ringbuffer):
22146         * gst-libs/gst/audio/gstbaseaudiosink.c:
22147         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
22148         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
22149         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
22150         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
22151         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
22152         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
22153         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
22154         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
22155         * gst-libs/gst/audio/gstbaseaudiosink.h:
22156         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
22157         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
22158         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
22159         (gst_ringbuffer_release), (gst_ringbuffer_play),
22160         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
22161         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
22162         (gst_ringbuffer_set_sample), (wait_segment),
22163         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
22164         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
22165         * gst-libs/gst/audio/gstringbuffer.h:
22166         Make ringbuffer faster and more simple by removing the locks
22167         in the playback thread.
22168         Add sample accurate playback based on buffer sample offsets.
22169         Make the baseaudiosink provide a clock.
22170         Parse caps in the base class.
22171         Correctly handle seeking, flushing and state changes.
22172
22173 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22174
22175         * configure.ac:
22176         * gst/audioconvert/Makefile.am:
22177         * gst/audioscale/Makefile.am:
22178           Fix part of the build.  Come on guys, autogen didn't even work :)
22179
22180 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22181
22182         * configure.ac:
22183         * gst-libs/gst/Makefile.am:
22184         * gst-libs/gst/media-info/.cvsignore:
22185         * gst-libs/gst/media-info/Makefile.am:
22186         * gst-libs/gst/media-info/README:
22187         * gst-libs/gst/media-info/media-info-priv.c:
22188         * gst-libs/gst/media-info/media-info-priv.h:
22189         * gst-libs/gst/media-info/media-info-test.c:
22190         * gst-libs/gst/media-info/media-info.c:
22191         * gst-libs/gst/media-info/media-info.h:
22192         * gst-libs/gst/media-info/media-info.vcproj:
22193         * pkgconfig/Makefile.am:
22194         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22195         * pkgconfig/gstreamer-media-info.pc.in:
22196           Remove media-info, which is also successed by playbin (see Totem
22197           implementation).
22198
22199 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22200
22201         * configure.ac:
22202         * examples/Makefile.am:
22203         * examples/gstplay/.cvsignore:
22204         * examples/gstplay/Makefile.am:
22205         * examples/gstplay/player.c:
22206         * gst-libs/gst/Makefile.am:
22207         * gst-libs/gst/play/.cvsignore:
22208         * gst-libs/gst/play/Makefile.am:
22209         * gst-libs/gst/play/play.c:
22210         * gst-libs/gst/play/play.h:
22211         * gst-libs/gst/play/play.vcproj:
22212         * pkgconfig/Makefile.am:
22213         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22214         * pkgconfig/gstreamer-play.pc.in:
22215           Remove libgstplay, playbin is now the official successor.
22216
22217 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22218
22219         * configure.ac:
22220         * gst-libs/gst/Makefile.am:
22221         * gst-libs/gst/xwindowlistener/Makefile.am:
22222         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22223         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
22224           Remove deprecated xwindowlistener (I've moved xwindowlistening
22225           in the v4l/v4l2 plugins over to serverside).
22226
22227 2005-04-25  David Schleef  <ds@schleef.org>
22228
22229         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
22230         to examples/dynparams.  Examples do not belong interspersed with
22231         source code.
22232         * examples/dynparams/demo-dparams.c:
22233         * gst/sine/Makefile.am:
22234         * gst/sine/demo-dparams.c:
22235
22236 2005-04-25  David Schleef  <ds@schleef.org>
22237
22238         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
22239         * gst-libs/gst/audio/Makefile.am:
22240         * gst-libs/gst/riff/Makefile.am:
22241         * gst-libs/gst/tag/Makefile.am:
22242         * gst-libs/gst/video/Makefile.am:
22243         * gst-libs/gst/xwindowlistener/Makefile.am:
22244
22245         Convert to 0.9 API, seems to work:
22246         * sys/ximage/Makefile.am:
22247         * sys/ximage/ximagesink.c:
22248
22249 2005-04-24  David Schleef  <ds@schleef.org>
22250
22251         Link plugins against libraries:
22252         * ext/alsa/Makefile.am:
22253         * gst/tcp/Makefile.am:
22254
22255         Remove asm code that should be in liboil
22256         * gst/videoscale/Makefile.am:
22257         * gst/videoscale/videoscale_x86_asm.s:
22258
22259         gettext wants these checked in:
22260         * po/af.po:
22261         * po/az.po:
22262         * po/cs.po:
22263         * po/en_GB.po:
22264         * po/hu.po:
22265         * po/it.po:
22266         * po/nb.po:
22267         * po/nl.po:
22268         * po/or.po:
22269         * po/sq.po:
22270         * po/sr.po:
22271         * po/sv.po:
22272         * po/uk.po:
22273         * po/vi.po:
22274
22275 2005-04-24  David Schleef  <ds@schleef.org>
22276
22277         Convert gst_main() to g_main_loop_run()
22278         * gst/playback/decodetest.c: (main):
22279         * gst/playback/test2.c: (main):
22280         * gst/playback/test3.c: (main):
22281         * gst/playback/test4.c: (main):
22282
22283         Link plugins against libraries:
22284         * ext/libvisual/Makefile.am:
22285         * sys/xvimage/Makefile.am:
22286
22287 2005-04-24  David Schleef  <ds@schleef.org>
22288
22289         * configure.ac: Remove idct and resample libs
22290         * gst-libs/gst/Makefile.am: same
22291
22292         Remove usage of gst_library_load():
22293         * ext/alsa/gstalsaplugin.c: (plugin_init):
22294         * ext/libvisual/visual.c: (plugin_init):
22295         * ext/ogg/gstogg.c: (plugin_init):
22296         * ext/theora/theora.c: (plugin_init):
22297         * ext/vorbis/vorbis.c: (plugin_init):
22298         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
22299         * gst/audioscale/gstaudioscale.c:
22300         * gst/adder/gstadder.c: (plugin_init):
22301         * gst/audioconvert/plugin.c: (plugin_init):
22302         * sys/ximage/ximagesink.c: (plugin_init):
22303         * sys/xvimage/xvimagesink.c: (plugin_init):
22304         * gst/tcp/gsttcpplugin.c: (plugin_init):
22305
22306         Link plugins against libraries:
22307         * ext/ogg/Makefile.am:
22308         * ext/theora/Makefile.am:
22309         * ext/vorbis/Makefile.am:
22310         * gst/audioconvert/Makefile.am:
22311
22312         Create proper libraries:
22313         * gst-libs/gst/riff/Makefile.am:
22314         * gst-libs/gst/audio/Makefile.am:
22315         * gst-libs/gst/video/Makefile.am:
22316
22317         Move resample library to audioscale plugin directory:
22318         * gst-libs/gst/resample/Makefile.am:
22319         * gst-libs/gst/resample/README:
22320         * gst-libs/gst/resample/dtof.c:
22321         * gst-libs/gst/resample/dtos.c:
22322         * gst-libs/gst/resample/functable.c:
22323         * gst-libs/gst/resample/private.h:
22324         * gst-libs/gst/resample/resample.c:
22325         * gst-libs/gst/resample/resample.h:
22326         * gst-libs/gst/resample/resample.vcproj:
22327         * gst-libs/gst/resample/test.c:
22328         * gst/audioscale/Makefile.am:
22329         * gst/audioscale/README:
22330         * gst/audioscale/dtof.c:
22331         * gst/audioscale/dtos.c:
22332         * gst/audioscale/functable.c:
22333         * gst/audioscale/private.h:
22334         * gst/audioscale/resample.c:
22335         * gst/audioscale/resample.h:
22336         * gst/audioscale/test.c:
22337
22338         Move tagedit library to gst-libs:
22339         * gst-libs/gst/tag/Makefile.am:
22340         * gst-libs/gst/tag/gstid3tag.c:
22341         * gst-libs/gst/tag/gsttagediting.c:
22342         * gst-libs/gst/tag/gsttageditingprivate.h:
22343         * gst-libs/gst/tag/gstvorbistag.c:
22344         * gst/tags/Makefile.am:
22345         * gst/tags/gstid3tag.c:
22346         * gst/tags/gstvorbistag.c:
22347
22348         Fix for core changes:
22349         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22350         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
22351         (gst_sinesrc_getrange):
22352
22353 2005-04-23  David Schleef  <ds@schleef.org>
22354
22355         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
22356         in gst-plugins in a long time, and properly belongs in liboil.
22357         * gst-libs/gst/idct/Makefile.am:
22358         * gst-libs/gst/idct/README:
22359         * gst-libs/gst/idct/dct.h:
22360         * gst-libs/gst/idct/doieee:
22361         * gst-libs/gst/idct/fastintidct.c:
22362         * gst-libs/gst/idct/floatidct.c:
22363         * gst-libs/gst/idct/idct.c:
22364         * gst-libs/gst/idct/idct.h:
22365         * gst-libs/gst/idct/idtc.vcproj:
22366         * gst-libs/gst/idct/ieeetest.c:
22367         * gst-libs/gst/idct/intidct.c:
22368
22369 2005-04-20  Wim Taymans  <wim@fluendo.com>
22370
22371         * docs/design-audiosinks.txt:
22372         * gst-libs/gst/audio/Makefile.am:
22373         * gst-libs/gst/audio/TODO:
22374         * gst-libs/gst/audio/gstaudiosink.c:
22375         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
22376         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
22377         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
22378         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
22379         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
22380         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
22381         (gst_audiosink_class_init), (gst_audiosink_init),
22382         (gst_audiosink_create_ringbuffer):
22383         * gst-libs/gst/audio/gstaudiosink.h:
22384         * gst-libs/gst/audio/gstbaseaudiosink.c:
22385         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
22386         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
22387         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
22388         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
22389         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
22390         (gst_baseaudiosink_create_ringbuffer),
22391         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
22392         * gst-libs/gst/audio/gstbaseaudiosink.h:
22393         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
22394         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
22395         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
22396         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
22397         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
22398         (gst_ringbuffer_play), (gst_ringbuffer_pause),
22399         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
22400         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
22401         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
22402         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
22403         * gst-libs/gst/audio/gstringbuffer.h:
22404         An attempt at a set of audio base classes together with some
22405         design docs.
22406
22407 2005-04-20  Wim Taymans  <wim@fluendo.com>
22408
22409         * gst/audioconvert/Makefile.am:
22410         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22411         (gst_audio_convert_caps_remove_format_info),
22412         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
22413         (gst_audio_convert_channels):
22414         Link against audio libs.
22415         Fix audio convert plugin.
22416
22417 2005-04-20  Wim Taymans  <wim@fluendo.com>
22418
22419         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
22420         (gst_ogg_demux_sink_activate):
22421         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
22422         (theora_set_header_on_caps), (theora_enc_sink_event),
22423         (theora_enc_chain):
22424         Fix theora encoder.
22425
22426 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22427
22428         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
22429         * gst/playback/gstdecodebin.c: (find_compatibles):
22430           Work with staticpadtemplates in elementfactories.
22431
22432 2005-04-12  Wim Taymans  <wim@fluendo.com>
22433
22434         * gst/playback/README:
22435         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22436         (compare_ranks), (print_feature), (gst_decode_bin_init),
22437         (dynamic_create), (dynamic_free), (find_compatibles),
22438         (mimetype_is_raw), (close_pad_link), (got_redirect),
22439         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
22440         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
22441         (gst_decode_bin_change_state):
22442         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22443         (gst_play_base_bin_init), (group_destroy), (group_commit),
22444         (check_queue), (queue_overrun), (queue_threshold_reached),
22445         (queue_out_of_data), (gen_preroll_element), (unknown_type),
22446         (new_decoded_pad), (setup_subtitle), (gen_source_element),
22447         (got_redirect), (setup_source), (play_base_eos),
22448         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22449         (gst_play_base_bin_remove_element):
22450         * gst/playback/gstplaybasebin.h:
22451         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22452         (gst_play_bin_init), (gst_play_bin_dispose),
22453         (gst_play_bin_set_property), (gen_video_element),
22454         (gen_text_element), (gen_audio_element), (remove_sinks),
22455         (gst_play_bin_send_event):
22456         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22457         (stream_info_change_state), (gst_stream_info_set_mute):
22458         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
22459         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
22460         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
22461         (gst_stream_selector_chain):
22462         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
22463         (main):
22464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
22465         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
22466         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
22467         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
22468         Raw and crude port of decodebin. 
22469         Make playbin compile.
22470
22471 2005-04-06  Wim Taymans  <wim@fluendo.com>
22472
22473         * ext/gnomevfs/Makefile.am:
22474         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
22475         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
22476         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
22477         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
22478         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
22479         (gst_gnomevfssrc_stop):
22480         * ext/ogg/Makefile.am:
22481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
22482         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
22483         * ext/theora/Makefile.am:
22484         * ext/theora/theoradec.c: (_inc_granulepos),
22485         (theora_dec_sink_event), (theora_dec_chain):
22486         * ext/vorbis/Makefile.am:
22487         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22488         (vorbis_dec_sink_event), (vorbis_dec_chain):
22489         * gst-libs/gst/audio/Makefile.am:
22490         * sys/xvimage/Makefile.am:
22491         Make gnomevfssrc extend the source base class.
22492         Fix linking against libs in various plugins.
22493
22494 2005-04-06  Andy Wingo  <wingo@pobox.com>
22495
22496         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
22497         GST_BASE_LIBS.
22498
22499         * configure.ac: Add check and AC_SUBST for libgstbase.
22500
22501 2005-03-31  Wim Taymans  <wim@fluendo.com>
22502
22503         * examples/seeking/Makefile.am:
22504         * examples/seeking/cdparanoia.c: (main):
22505         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
22506         (play_cb), (pause_cb), (stop_cb), (main):
22507         * examples/seeking/playbin.c:
22508         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
22509         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
22510         (make_sid_pipeline), (make_vorbis_pipeline),
22511         (make_theora_pipeline), (make_vorbis_theora_pipeline),
22512         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
22513         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
22514         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
22515         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
22516         (stop_cb), (main):
22517         * examples/seeking/spider_seek.c:
22518         * examples/seeking/vorbisfile.c:
22519         * ext/gnomevfs/Makefile.am:
22520         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22521         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
22522         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
22523         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
22524         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
22525         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
22526         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
22527         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
22528         * ext/ogg/README:
22529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
22530         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
22531         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
22532         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
22533         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
22534         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
22535         (gst_ogg_pad_event), (gst_ogg_pad_reset),
22536         (gst_ogg_demux_factory_filter), (compare_ranks),
22537         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22538         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22539         (gst_ogg_chain_new), (gst_ogg_chain_free),
22540         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
22541         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
22542         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
22543         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
22544         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
22545         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
22546         (gst_ogg_demux_get_prev_page),
22547         (gst_ogg_demux_deactivate_current_chain),
22548         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22549         (gst_ogg_demux_bisect_forward_serialno),
22550         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
22551         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
22552         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
22553         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
22554         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
22555         (gst_ogg_demux_change_state), (gst_ogg_print):
22556         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
22557         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
22558         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
22559         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
22560         (gst_ogg_mux_loop):
22561         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
22562         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
22563         (theora_dec_src_convert), (theora_dec_sink_convert),
22564         (theora_dec_src_query), (theora_dec_src_event),
22565         (theora_dec_sink_event), (theora_dec_chain),
22566         (theora_dec_change_state):
22567         * ext/theora/theoraenc.c: (gst_theora_enc_init),
22568         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
22569         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
22570         (theora_enc_change_state):
22571         * ext/vorbis/Makefile.am:
22572         * ext/vorbis/oggvorbisenc.c:
22573         * ext/vorbis/oggvorbisenc.h:
22574         * ext/vorbis/vorbis.c: (plugin_init):
22575         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22576         (vorbis_dec_src_query), (vorbis_dec_src_event),
22577         (vorbis_dec_sink_event), (vorbis_dec_chain),
22578         (vorbis_dec_change_state):
22579         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
22580         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
22581         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22582         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22583         (gst_vorbisenc_change_state):
22584         * ext/vorbis/vorbisenc.h:
22585         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
22586         * gst-libs/gst/audio/audioclock.c:
22587         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
22588         (gst_audiofilter_init), (gst_audiofilter_chain):
22589         * gst-libs/gst/audio/testchannels.c: (main):
22590         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
22591         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
22592         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
22593         (gmip_find_track_streaminfo), (gmip_find_track_format):
22594         * gst-libs/gst/media-info/media-info.c:
22595         (gst_media_info_read_idler):
22596         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
22597         (gst_play_get_all_by_interface):
22598         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22599         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
22600         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
22601         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
22602         (gst_riff_parse_info):
22603         * gst-libs/gst/riff/riff-read.h:
22604         * gst-libs/gst/riff/riff.c: (plugin_init):
22605         * gst-libs/gst/video/Makefile.am:
22606         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
22607         (gst_videosink_class_init), (gst_videosink_get_type):
22608         * gst-libs/gst/video/videosink.h:
22609         * gst/audioconvert/bufferframesconvert.c:
22610         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
22611         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
22612         * gst/audioconvert/channelmixtest.c: (main):
22613         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
22614         (gst_audio_convert_chain),
22615         (gst_audio_convert_caps_remove_format_info),
22616         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
22617         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
22618         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
22619         (gst_audio_convert_buffer_to_default_format),
22620         (gst_audio_convert_buffer_from_default_format),
22621         (gst_audio_convert_channels):
22622         * gst/audioconvert/gstchannelmix.h:
22623         * gst/ffmpegcolorspace/avcodec.h:
22624         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22625         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22626         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
22627         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
22628         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
22629         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22630         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22631         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
22632         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22633         (dv_type_find):
22634         * gst/videotestsrc/gstvideotestsrc.c:
22635         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
22636         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
22637         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
22638         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
22639         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
22640         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
22641         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
22642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
22643         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
22644         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
22645         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
22646         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
22647         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
22648         (gst_xvimagesink_navigation_send_event),
22649         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
22650         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
22651         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22652         * sys/xvimage/xvimagesink.h:
22653         Plugin port to 0.9, ogg/theora playback should work in the seek
22654         example now.
22655         Removed old examples.
22656         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
22657         explained in 0.9 TODO doc.
22658
22659
22660 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22661
22662         * autogen.sh:
22663         * configure.ac:
22664         * ext/Makefile.am:
22665         * gst/Makefile.am:
22666         * po/POTFILES.in:
22667         * po/af.po:
22668         * po/az.po:
22669         * po/cs.po:
22670         * po/en_GB.po:
22671         * po/hu.po:
22672         * po/it.po:
22673         * po/nb.po:
22674         * po/nl.po:
22675         * po/or.po:
22676         * po/sq.po:
22677         * po/sr.po:
22678         * po/sv.po:
22679         * po/uk.po:
22680         * po/vi.po:
22681         * sys/Makefile.am:
22682         * testsuite/Makefile.am:
22683           remove a whole bunch of plugins.  This module now contains a set
22684           of free reference plugins/elements as agreed.
22685
22686 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22687
22688         * configure.ac:
22689           hunting season on 0.9 is now OPEN
22690
22691 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22692
22693         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22694           Kick the hell out of gcc for not warning me about a symbol conflict.
22695
22696 2005-02-22  Luca Ognibene  <luogni@tin.it>
22697
22698         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22699
22700         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
22701           Don't leak caps string (fixes #168134)
22702
22703         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
22704         (gst_jpegenc_init), (gst_jpegenc_finalize),
22705         (gst_jpegenc_change_state):
22706           Don't leak line buffers and context struct (fixes #168133).
22707
22708 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
22709
22710         * configure.ac:
22711         * ext/dirac/gstdiracdec.cc:
22712         (gst_diracdec_chain):
22713           Since dirac 0.5.0 the framerate in dirac is expressed as a
22714           rational number. Fix build and up requirement to 0.5.0, and
22715           also pass parameters to gst_diracdec_link in the right order
22716           (fixes #167959).
22717
22718 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
22719
22720         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
22721         * ext/faad/gstfaad.h:
22722         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
22723         certain invalid muxed streams, where some packets will contain 
22724         junk after decoder data. Partially fixes #149158.
22725
22726 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
22727         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
22728           Make sure we only write to writable buffers
22729
22730 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
22731
22732         * gst-libs/gst/riff/riff-media.c:
22733         (gst_riff_create_audio_caps_with_data):
22734           Do actually fix invalid RIFF fmt header values for alaw
22735           and mulaw audio instead of just saying so.
22736
22737         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22738           Give gst_riff_create_audio_caps_with_data() a chance to
22739           fix up broken format header fields before extracting any
22740           parameters from the header. (fixes #167633)
22741
22742 2005-02-19  Martin Holters  <martin.holters@gmx.de>
22743
22744         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22745
22746         * gst/audioconvert/bufferframesconvert.c:
22747         (buffer_frames_convert_link):
22748           Don't leak othercaps. (fixes #167878)
22749
22750 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
22751
22752         * configure.ac:
22753         * ext/libvisual/visual.c: (gst_visual_srclink),
22754         (gst_visual_change_state):
22755           Support libvisual 0.2.0.
22756
22757 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
22758
22759         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
22760         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
22761           Use same rowstrides for I420 as used everywhere else.
22762
22763 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
22764
22765         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
22766           Declare variables at beginning of block and make gcc-2.95 happy
22767           (fixes # 167482, patch by Gergely Nagy).
22768           
22769         * gst/tcp/gsttcpclientsrc.c:
22770         * gst/tcp/gsttcpclientsrc.h:
22771           Move some includes into the header, so that struct sockaddr_in is
22772           defined when it should be defined on FreeBSD as well (fixes
22773           #167483).
22774           
22775         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
22776           Don't pass uninitialised values to setsockopt() here either.
22777
22778 2005-02-17  Luca Ognibene  <luogni at tin dot it>
22779
22780         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22781
22782         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
22783           Don't pass uninitialised values to setsockopt(). (fixes #167704)
22784
22785 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22786
22787         * gst/playback/gstplaybin.c: (add_sink):
22788           Invert bin_add/link order to workaround deadlock in opt.
22789
22790 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22791
22792         * gst/modplug/gstmodplug.cc:
22793           Add missing break causing position queries to fail.
22794
22795 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22796
22797         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
22798           Granpos can apparently be -1, which screws up calculations...
22799
22800 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
22801
22802         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22803         (gst_ximagesink_send_pending_navigation),
22804         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
22805         (gst_ximagesink_init):
22806         * sys/ximage/ximagesink.h:
22807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22808         (gst_xvimagesink_send_pending_navigation),
22809         (gst_xvimagesink_navigation_send_event),
22810         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
22811         * sys/xvimage/xvimagesink.h:
22812           Use a mutex protected list to marshal navigation
22813           events into the stream thread from whichever thread
22814           sends them.
22815
22816 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
22817
22818         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
22819           Display current position and track length; misc. clean-ups.
22820           
22821         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
22822         (speed_init), (speed_chain):
22823           Add query function, so that the stream length and current position
22824           get adjusted when queried (note that current position queries may
22825           still be wrong if the audio sink returns values based on buffer
22826           timestamps instead of passing on the query).
22827
22828 2005-02-13  Benjamin Otte  <otte@gnome.org>
22829
22830         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
22831         (gst_audio_convert_channels):
22832           create channel conversion matrix when linking
22833         * gst/audioconvert/.cvsignore:
22834         * gst/audioconvert/Makefile.am:
22835         * gst/audioconvert/channelmixtest.c: (main):
22836           add (ugly) test that ensures stereo <=> mono conversion works
22837           correctly
22838
22839 2005-02-13  Benjamin Otte  <otte@gnome.org>
22840
22841         * gst/audioconvert/gstchannelmix.h:
22842           include missing header file
22843         * gst/audioconvert/gstchannelmix.c:
22844         (gst_audio_convert_fill_compatible):
22845           use same sign for both channels when converting to/from compatible
22846           channel. Previously used different signs made the signals cancel
22847           each other out and appear like silence. (fixes #167269)
22848
22849 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
22850
22851         * gst/ffmpegcolorspace/avcodec.h:
22852         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22853         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
22854         (gst_ffmpegcsp_avpicture_fill):
22855         * gst/ffmpegcolorspace/imgconvert.c:
22856           Convert to and from YV12 (fixes #156379).
22857
22858 2005-02-12  Julien MOUTTE  <julien@moutte.net>
22859
22860         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
22861         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22862         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22863         (gst_ximagesink_expose), (gst_ximagesink_set_property),
22864         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
22865         methods from chain and negotiation and vice versa (Fixes #166142).
22866         * sys/ximage/ximagesink.h: Add stream_lock.
22867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22868         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22869         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
22870         (gst_xvimagesink_expose): Check for xcontext before trying to link.
22871
22872 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
22873
22874         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
22875           Don't send "Hey! You gave me a NULL pointer you naughty person" as
22876           error message when we can't open the DVD device (when dvdnav_open()
22877           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
22878           the above). Send something more useful instead (fixes #167117).
22879
22880 2005-02-11  Julien MOUTTE  <julien@moutte.net>
22881
22882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
22883         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
22884         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22885         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
22886         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
22887         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
22888         methods from chain and negotiation and vice versa (Fixes #166142).
22889         Fix a possible bug of images in the buffer pool being discarded because
22890         we are looking at the wrong geometry.
22891         * sys/xvimage/xvimagesink.h: Add stream_lock.
22892
22893 2005-02-11  David Schleef  <ds@schleef.org>
22894
22895         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
22896         unsigned int. (fixes #167128)
22897
22898 2005-02-11  David Schleef  <ds@schleef.org>
22899
22900         * gst/librfb/Makefile.am: Testing stuff before committing is
22901           for wimps... and people with fast machines.  Fix stupid
22902           mistake.
22903
22904 2005-02-11  David Schleef  <ds@schleef.org>
22905
22906         * configure.ac: Pull in librfb from my CVS tree, because it is
22907           too small and annoying to be separate.  Move rfbsrc plugin
22908           to gst/.
22909         * ext/Makefile.am:
22910         * ext/librfb/Makefile.am:
22911         * ext/librfb/gstrfbsrc.c:
22912         * gst/librfb/Makefile.am:
22913         * gst/librfb/gstrfbsrc.c:
22914         * gst/librfb/rfb.c:
22915         * gst/librfb/rfb.h:
22916         * gst/librfb/rfbbuffer.c:
22917         * gst/librfb/rfbbuffer.h:
22918         * gst/librfb/rfbbytestream.c:
22919         * gst/librfb/rfbbytestream.h:
22920         * gst/librfb/rfbcontext.h:
22921         * gst/librfb/rfbdecoder.c:
22922         * gst/librfb/rfbdecoder.h:
22923         * gst/librfb/rfbutil.h:
22924
22925 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
22926
22927         * gst/speed/Makefile.am:
22928         * gst/speed/demo-mp3.c: (main):
22929         * gst/speed/filter.func:
22930         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
22931         (speed_class_init), (speed_init), (speed_chain_int16),
22932         (speed_chain_float32), (speed_chain), (speed_set_property),
22933         (speed_get_property), (speed_change_state):
22934         * gst/speed/gstspeed.h:
22935           Fix speed element and make it chain-based (fixes #156467),
22936           and make it handle more than one channel.
22937
22938 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
22939
22940         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
22941         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
22942         (gst_dtsdec_chain), (gst_dtsdec_change_state):
22943         * ext/dts/gstdtsdec.h:
22944           Don't clobber the stack constructing the channels array.
22945           Make the element chain-based. DTS tracks can now be played.
22946           
22947 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
22948
22949         * gst-libs/gst/audio/multichannel.h:
22950         * gst-libs/gst/gconf/gconf.h:
22951         * gst-libs/gst/idct/idct.h:
22952         * gst-libs/gst/media-info/media-info-priv.h:
22953         * gst-libs/gst/play/play.h:
22954         * gst-libs/gst/resample/private.h:
22955         * gst-libs/gst/resample/resample.h:
22956         * gst-libs/gst/riff/riff-ids.h:
22957         * gst-libs/gst/video/video.h:
22958         * gst-libs/gst/video/videosink.h:
22959           Add G_BEGIN_DECLS and G_END_DECLS around headers where
22960           missing, so that they work when included from C++ code.
22961
22962 2005-02-09  David Schleef  <ds@schleef.org>
22963
22964         * testsuite/gst-lint: Check for non-statically scoped
22965           parent_class variables.  This won't be a problem once
22966           plugins are loaded with RTLD_LOCAL.
22967
22968 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22969
22970         * ext/mplex/gstmplexibitstream.cc:
22971           gcc madness.
22972
22973 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22974
22975         * ext/ogg/gstogmparse.c:
22976         * gst/debug/gstnavigationtest.c:
22977           Die, thou faulty symbol pollutors (non-static parent_class).
22978
22979 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22980
22981         * ext/mplex/gstmplexibitstream.cc:
22982           Fix event handling (#165525).
22983
22984 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22985
22986         * ext/mikmod/gstmikmod.c:
22987         * gst/modplug/gstmodplug.cc:
22988           Add missing endianness to template (fixes #165509).
22989
22990 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22991
22992         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
22993           Fix wrong order of reading of optional bytes (#165290).
22994
22995 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22996
22997         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22998           Implement FILLER event awareness.
22999
23000 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23001
23002         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
23003           Fix track calculations (#166208).
23004
23005 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
23006
23007         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23008
23009         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
23010         * ext/libpng/gstpngenc.c:
23011           Fix byte-order, use proper fixed caps. Fixes #164197.
23012
23013 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
23014
23015         * configure.ac:
23016           Add dvdlpcmdec 
23017
23018         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
23019         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
23020           Don't push buffers if the src pad isn't negotiated yet.
23021           
23022         * gst/audioconvert/gstaudioconvert.c:
23023         (gst_audio_convert_buffer_to_default_format),
23024         (gst_audio_convert_buffer_from_default_format):
23025           Add support for 24-bit width.
23026
23027         * gst/dvdlpcmdec/.cvsignore:
23028         * gst/dvdlpcmdec/Makefile.am:
23029         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
23030         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
23031         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
23032         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
23033         (plugin_init):
23034         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
23035           New decoder for rearranging DVD LPCM into our audio/x-raw-int
23036           format. Needs support for the channels maps if someone can find 
23037           a DVD LPCM track with > 2 channels.
23038
23039         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
23040         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
23041         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
23042         * gst/mpegstream/gstdvddemux.h:
23043         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
23044         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
23045         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
23046         * gst/mpegstream/gstmpegdemux.h:
23047         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
23048         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
23049         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
23050         (gst_mpeg_parse_handle_src_query),
23051         (gst_mpeg_parse_handle_src_event):
23052           Use audio/x-dvd-lpcm for LPCM output.
23053           Add DTS output.
23054
23055 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
23056
23057         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23058
23059         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
23060         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
23061           Add BGRA handling (#165736).
23062
23063 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
23064
23065         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23066
23067         * gst/law/alaw-decode.c: (alawdec_link):
23068         * gst/law/alaw-encode.c: (alawenc_link):
23069         * gst/law/mulaw-decode.c: (mulawdec_link):
23070         * gst/law/mulaw-encode.c: (mulawenc_link):
23071           Fix caps memleaks (#166600).
23072
23073 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
23074
23075         * ext/tarkin/mem.h:
23076         * ext/tarkin/wavelet.h:
23077         * ext/tarkin/yuv.h:
23078         * gst/ffmpegcolorspace/avcodec.h:
23079           Include "_stdint.h" instead of <stdint.h>. Fixes build on
23080           systems that don't have stdint.h, like Solaris9 (fixes #166631).
23081
23082 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23083
23084         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
23085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
23086         (gst_xvimagesink_change_state):
23087           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
23088           Xv video (and thereby regenerate Xv colourkey) in clear() so
23089           that PLAY -> READY -> PLAY works (fixes #162504).
23090
23091 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23092
23093         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
23094           Switch to list instead of range, since MJPEG-devices really just
23095           support decimations, not any size.
23096
23097 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
23098         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
23099         (gst_mpeg2dec_reset), (free_all_buffers),
23100         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
23101         * ext/mpeg2dec/gstmpeg2dec.h:
23102           The libmpeg2 user-allocated buffer management is awkward, 
23103           to say the least. Hopefully this fixes things.
23104
23105 2005-02-04  Andy Wingo  <wingo@pobox.com>
23106
23107         * gst/audioconvert/bufferframesconvert.c
23108         (buffer_frames_convert_fixate): New function, fixates to 256
23109         frames per buffer by default. (Much better than 1.)
23110         (buffer_frames_convert_init): Set the fixate function for both src
23111         and sink pad.
23112         (buffer_frames_convert_link): After success setting nonfixed caps,
23113         get the negotiated caps so we can know how many buffer-frames it
23114         will be. No idea how this worked at all before.
23115
23116 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
23117
23118         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
23119         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
23120         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
23121         (handle_sequence), (handle_picture):
23122         * ext/mpeg2dec/gstmpeg2dec.h:
23123           Rearrange buffer tracking and refcounting and refactor
23124           a little for readability. 
23125
23126 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
23127         * sys/v4l/gstv4l.c: (plugin_init):
23128         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
23129         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
23130         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
23131         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
23132         * sys/v4l/gstv4ljpegsrc.h:
23133         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
23134         * sys/v4l/v4l_calls.h:
23135         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
23136         (gst_v4lsrc_get_fps):
23137         * sys/v4l/v4lsrc_calls.h:
23138           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
23139           you jpeg inside rgb frames" driver.
23140           Don't error in the v4lsrc link function, just return 
23141           REFUSED.
23142
23143 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23144
23145         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
23146         (gst_qcamsrc_open):
23147           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
23148
23149 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23150
23151         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
23152           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
23153
23154 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23155
23156         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
23157           Reset negotiated state on PAUSED->READY.
23158
23159 2005-02-02  David Schleef  <ds@schleef.org>
23160
23161         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
23162         whereever possible.  (Fixes #165997)
23163         * examples/capsfilter/capsfilter1.c: (main):
23164         * examples/dynparams/filter.c: (create_ui):
23165         * examples/seeking/cdparanoia.c: (get_track_info), (main):
23166         * examples/seeking/chained.c: (main):
23167         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
23168         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
23169         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
23170         (make_mpeg_pipeline), (make_mpegnt_pipeline):
23171         * examples/seeking/spider_seek.c: (make_spider_pipeline):
23172         * examples/switch/switcher.c: (main):
23173         * ext/dv/demo-play.c: (main):
23174         * ext/faad/gstfaad.c: (gst_faad_change_state):
23175         * ext/mad/gstmad.c: (gst_mad_chain):
23176         * ext/smoothwave/demo-osssrc.c: (main):
23177         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
23178         (gst_gconf_render_bin_from_description),
23179         (gst_gconf_get_default_audio_sink),
23180         (gst_gconf_get_default_video_sink),
23181         (gst_gconf_get_default_audio_src),
23182         (gst_gconf_get_default_video_src),
23183         (gst_gconf_get_default_visualization_element):
23184         * gst/level/demo.c: (main):
23185         * gst/level/plot.c: (main):
23186         * gst/playback/gstplaybin.c: (gen_video_element),
23187         (gen_audio_element):
23188         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
23189         * gst/playondemand/demo-mp3.c: (setup_pipeline):
23190         * gst/sine/demo-dparams.c: (main):
23191         * gst/spectrum/demo-osssrc.c: (main):
23192         * gst/speed/demo-mp3.c: (main):
23193         * gst/volume/demo.c: (main):
23194         * testsuite/embed/embed.c: (main):
23195
23196 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
23197
23198         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23199         (gst_tcpclientsink_finalize):
23200         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23201         (gst_tcpclientsrc_finalize):
23202         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23203         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
23204         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23205         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
23206           Don't leak the hostname when shutting down.
23207           In tcpserversrc, take a copy of the default hostname.
23208
23209 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23210
23211         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
23212           Set caps to systemstream=TRUE.
23213
23214 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23215
23216         * testsuite/Makefile.am:
23217           Fix more OSX buildbots.
23218
23219 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
23220
23221         * ext/mpeg2dec/gstmpeg2dec.c:
23222           Don't send things to NULL PAD_PEERs
23223
23224         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
23225           Copy-on-write the incoming buffer.
23226
23227         * gst/mpegstream/gstdvddemux.h:
23228         * gst/mpegstream/gstmpegclock.h:
23229         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23230         (normal_seek), (gst_mpeg_demux_handle_src_event):
23231         * gst/mpegstream/gstmpegdemux.h:
23232         * gst/mpegstream/gstmpegpacketize.h:
23233         * gst/mpegstream/gstmpegparse.c:
23234         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
23235         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
23236         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
23237         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
23238         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
23239         * gst/mpegstream/gstmpegparse.h:
23240         * gst/mpegstream/gstrfc2250enc.h:
23241           Various changes to the way time is computed that make seeking and
23242           total time estimation much better here.
23243           Use G_BEGIN/END_DECLS instead of __cplusplus
23244
23245         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
23246           Use gst_buffer_stamp instead of only copying the TIMESTAMP
23247
23248 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23249
23250         * gst/subparse/gstsubparse.c:
23251           Fix OSX buildbot.
23252
23253 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
23254
23255         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23256         (theora_enc_chain), (theora_enc_change_state):
23257         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23258         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
23259         (gst_vorbisenc_change_state):
23260         * ext/vorbis/vorbisenc.h:
23261           Set granulepos and timestamp correctly for streams not
23262           starting at 0, taking into account the initial delay.
23263
23264 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
23265
23266         * gst/mpegstream/gstdvddemux.c:
23267           Add audio/x-dts to audio pad template caps
23268
23269 2005-01-30  David Schleef  <ds@schleef.org>
23270
23271         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
23272         (create_context), (gst_polypsink_link): Fix silly endianness
23273         bug.  Add some debugging.  Remove float from caps; it doesn't
23274         work.  Attempt to get remote audio working.
23275
23276 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23277
23278         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
23279           Add 3IV2 fourcc.
23280
23281 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23282
23283         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
23284         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
23285         (gst_avi_demux_stream_data):
23286         * gst/avi/gstavidemux.h:
23287           Invert DIB images. Fixes #132341.
23288
23289 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23290
23291         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23292         (gst_ffmpegcsp_chain):
23293           D'oh, reference the palette data, not the palette structure.
23294           Fixes color distortion in #132341.
23295
23296 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23297
23298         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23299           PAR can be non-fixed when not provided as argument (#162626).
23300
23301 2005-01-29  David Moore  <dcm@acm.org>
23302
23303         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23304
23305         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
23306         (gst_qtdemux_loop_header):
23307           Re-apply patch from #142272 that allows non-seekable sources,
23308           re-proposed by Daniel Drake <dsd@gentoo.org>.
23309
23310 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23311
23312         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
23313           Use the src template for creating the src pad (#162330).
23314
23315 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23316
23317         * configure.ac:
23318         * ext/musepack/Makefile.am:
23319         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
23320         (gst_musepackdec_init), (gst_musepackdec_dispose),
23321         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
23322         (gst_musepack_stream_init), (gst_musepackdec_loop),
23323         (gst_musepackdec_change_state):
23324         * ext/musepack/gstmusepackdec.cpp:
23325         * ext/musepack/gstmusepackdec.h:
23326         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
23327         (gst_musepack_reader_read), (gst_musepack_reader_seek),
23328         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
23329         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
23330         * ext/musepack/gstmusepackreader.cpp:
23331         * ext/musepack/gstmusepackreader.h:
23332           Update to 1.1 API (#165446).
23333
23334 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23335
23336         * ext/Makefile.am:
23337           Unbreak buildbot.
23338
23339 2005-01-28  Andy Wingo  <wingo@pobox.com>
23340
23341         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
23342         to reflect a different dubious internet source. Add a reference
23343         and some commentary.
23344
23345 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23346
23347         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
23348         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
23349         * gst/playback/gststreamselector.h:
23350           Be more selective when we're redoing caps negotiation from
23351           within the chain function on a stream change.
23352
23353 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23354
23355         * configure.ac:
23356         * ext/Makefile.am:
23357         * ext/amrnb/Makefile.am:
23358         * ext/amrnb/amrnb.c: (plugin_init):
23359         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
23360         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
23361         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
23362         (gst_amrnbdec_state_change):
23363         * ext/amrnb/amrnbdec.h:
23364         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
23365         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
23366         (gst_amrnbparse_init), (gst_amrnbparse_formats),
23367         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
23368         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
23369         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
23370         * ext/amrnb/amrnbparse.h:
23371           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
23372         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23373           Add AMR-NB/-WB raw formats.
23374         * ext/alsa/gstalsa.c: (gst_alsa_link):
23375           Keep valid time when changing format.
23376         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23377         (qtdemux_parse_trak):
23378           Add some more format-specific options (#140141, #143555, #155163).
23379
23380 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23381
23382         * gst/matroska/matroska-demux.c:
23383         (gst_matroska_demux_parse_blockgroup):
23384           Fix logic error in timing of subtitle stream synchronization.
23385         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
23386           Add skip-chunk, which is found in kodak-camera streams.
23387
23388 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23389
23390         * po/LINGUAS:
23391         * po/vi.po:
23392           Adding Vietnamese translation (submitted by Clytie Siddall)
23393
23394 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23395
23396         * gst/playback/gstdecodebin.c: (try_to_link_1):
23397           Use realpad for signal.
23398
23399 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23400
23401         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
23402           Fix category so decodebin picks it up.
23403
23404 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23405
23406         * ext/mad/Makefile.am:
23407         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
23408         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
23409         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
23410         (found_type), (gst_id3demux_bin_change_state):
23411         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
23412         (gst_id3_tag_init), (gst_id3_tag_handle_event),
23413         (gst_id3_tag_src_link), (gst_id3_tag_chain),
23414         (gst_id3_tag_change_state), (plugin_init):
23415         * ext/mad/gstmad.h:
23416           Add id3demuxbin (which is a simple bin consisting of id3demux
23417           and typefind), take over rank from id3demux, remove typefind
23418           code from id3demux. Makes all broken mp3s that I know of work,
23419           and thereby fixes #152688.
23420
23421 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
23422
23423         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23424
23425         * ext/mad/gstmad.c: (gst_mad_src_event):
23426         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
23427           Allow seeks on audio pad, make mad forward those (#164826).
23428         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
23429           Set duration (#165335).
23430
23431 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23432
23433         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
23434         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
23435         (gst_asf_demux_process_ext_content_desc),
23436         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
23437         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
23438         * gst/asfdemux/gstasfdemux.h:
23439           Improve metadata display, e.g. if the metadata comes before the
23440           streams are loaded (which is perfectly valid).
23441
23442 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23443
23444         * tools/gst-launch-ext-m.m:
23445           Fix AVI/ASF pipelines (#165340).
23446
23447 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
23448         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
23449         build failure on amd64
23450
23451 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
23452
23453         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
23454         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
23455           Check environment variables GST_ID3V2_TAG_ENCODING,
23456           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
23457           list of character encodings to force interpretation of non-unicode
23458           strings stored in an ID3v2 tag to a particular encoding. If none
23459           is specified, try to use current locale's encoding, then fall back
23460           to ISO-8859-1 (which will always succeed). (Resolves #149274)
23461         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
23462         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
23463           Check environment variables GST_ID3V1_TAG_ENCODING,
23464           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
23465           list of character encodings to use in case a string encountered
23466           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
23467           specified, try to use the current locale's encoding, then fall
23468           back to ISO-8859-1 (which will always succeed).
23469
23470 2005-01-25  Benjamin Otte  <otte@gnome.org>
23471
23472         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
23473           - on half framerate, compute the rate in advance so the comparisons
23474             don't compare wrong values
23475           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
23476             behaviour
23477           - don't use mad_header_decode anymore, mad_frame_decode does that
23478             automatically
23479           - when getting rid of consumed bytes, reset the stream's skiplen
23480           (fixes #163867)
23481
23482 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
23483
23484         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
23485           Use 1/2 a second for default max_discont, as PES streams from DVB
23486           seem to have larger spacings in the SCR. 
23487           Fix a typo.
23488
23489 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23490
23491         * gst/playback/gstplaybasebin.c: (group_commit):
23492           Notify delayed stream-info availability.
23493
23494 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
23495         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
23496         (gst_a52dec_handle_event), (gst_a52dec_chain):
23497         Add some debug output. Check that a discont has a valid
23498         time associated.
23499         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23500         (gst_alsa_sink_loop):
23501         Ignore TAG events. A little extra debug for broken timestamps.
23502         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
23503         (dvdnavsrc_change_state):
23504         Ensure we send a discont to engage the link before we send any
23505         other events.
23506         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
23507         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
23508         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
23509         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
23510         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
23511         dvd://title works in totem because typefinding sends a seek that ends
23512         up going back to chapter 1 regardless.
23513         * ext/mpeg2dec/gstmpeg2dec.c:
23514         * ext/mpeg2dec/gstmpeg2dec.h:
23515         Output correct timestamps and handle disconts.
23516         * ext/ogg/gstoggdemux.c: (get_relative):
23517         Small guard against a null dereference.
23518         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
23519         (gst_textoverlay_set_property):
23520         Free memory when done. Don't call gst_event_filler_get_duration on
23521         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
23522         g_warning.
23523         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
23524         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
23525         (gst_sw_srclink), (gst_smoothwave_chain):
23526         Draw solid lines, prettier colours.
23527         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
23528         Add a default palette that'll work for some movies.
23529         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
23530         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
23531         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
23532         * gst/mpegstream/gstdvddemux.h:
23533         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
23534         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
23535         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
23536         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
23537         * gst/mpegstream/gstmpegparse.h:
23538         Use PTM/NAV events when for timestamp adjustment when connected to 
23539         dvdnavsrc. Don't use many discont events where one suffices.
23540         * gst/playback/gstplaybasebin.c: (group_destroy),
23541         (gen_preroll_element), (gst_play_base_bin_add_element):
23542         * gst/playback/gstplaybasebin.h:
23543         Make sure we remove subtitles from the same bin we put them in.
23544         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
23545         (gst_subparse_buffer_format_autodetect),
23546         (gst_subparse_change_state):
23547         Fix some memleaks and invalid accesses.
23548         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
23549         (oggskel_type_find), (cmml_type_find), (plugin_init):
23550         Some typefind functions for Annodex v3.0 files
23551         * gst/wavparse/gstwavparse.h:
23552         GstRiffReadClass is the correct parent class.
23553
23554 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23555
23556         * gst-libs/gst/riff/riff-media.c:
23557         (gst_riff_create_video_caps_with_data):
23558           Add extradata to huffyuv (fixes #165013).
23559         * gst-libs/gst/riff/riff-read.c:
23560         (gst_riff_read_strf_vids_with_data):
23561           Fix extradata extraction if it is in the chunk size.
23562
23563 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
23564
23565         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23566
23567         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
23568         (gst_quarktv_change_state), (gst_quarktv_dispose):
23569           Memory free'ing location fix (#164708).
23570
23571 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23572
23573         * gst/playback/gstplaybasebin.c: (group_commit),
23574         (gen_preroll_element), (probe_triggered), (gen_source_element),
23575         (setup_source), (gst_play_base_bin_change_state),
23576         (gst_play_base_bin_add_element):
23577           Don't block for streams.
23578         * gst/playback/gststreaminfo.c: (stream_info_change_state),
23579         (gst_stream_info_set_mute):
23580           Use gst_pad_set_active_recursive.
23581
23582 2005-01-25  Andy Wingo  <wingo@pobox.com>
23583
23584         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
23585         for #ifndef HAVE_XVIDEO.
23586
23587 2005-01-24  Jeffrey C. Ollie
23588
23589         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
23590
23591         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
23592         * ext/gsm/gstgsmdec.h:
23593         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
23594         * ext/gsm/gstgsmenc.h:
23595         Fix rate to 8kHz as per spec, removes obscure errors when no rate
23596         was given by property. Add proper buffer timestamps and offsets.
23597
23598 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23599
23600         * gst-libs/gst/riff/riff-media.c:
23601         (gst_riff_create_audio_caps_with_data):
23602           Audio can be <8000Hz.
23603
23604 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23605
23606         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23607           Explicit state change to workaround refcount bugs.
23608
23609 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23610
23611         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
23612         (gst_avimux_riff_get_avi_header):
23613           Fix...
23614
23615 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23616
23617         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
23618         (gst_riff_read_element_data):
23619         * gst-libs/gst/riff/riff-read.h:
23620           Add _peek version (req'ed in CDXA).
23621         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
23622         (gst_cdxaparse_loop):
23623           Fix parsing in playbin.
23624         * gst/playback/gstdecodebin.c: (close_pad_link):
23625           Ignore current_ pads, they cause major annoyance.
23626
23627 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23628
23629         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23630           Safety guard.
23631
23632 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23633
23634         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
23635           Fix padding...
23636
23637 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23638
23639         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
23640           Allow for 0-sized buffers. Fixes length query problems in
23641           starwars.mkv from the testsuite.
23642
23643 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
23644
23645         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
23646         (gst_video_box_i420), (gst_video_box_chain):
23647           Fix row strides for I420 (fixes #163159)
23648           
23649 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23650
23651         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23652           MPEG2 has a useful rate property, so we can actually use that.
23653           For MPEG-1, continue using the bytes/time properties.
23654
23655 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23656
23657         * gst-libs/gst/riff/riff-media.c:
23658         (gst_riff_create_video_caps_with_data),
23659         (gst_riff_create_video_template_caps):
23660           Add intel-h263.
23661
23662 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23663
23664         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
23665           Fail if caps negotiation fails. Should fix #162184, and should
23666           definately be in there regardless of it fixing the actual bug.
23667         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
23668         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
23669         (gst_avimux_riff_get_avix_header),
23670         (gst_avimux_riff_get_video_header),
23671         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
23672         (gst_avimux_start_file), (gst_avimux_handle_event),
23673         (gst_avimux_change_state):
23674         * gst/avi/gstavimux.h:
23675           Refactor structure writing to use GST_WRITE_UINT macros, add
23676           metadata writing support.
23677
23678 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23679
23680         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
23681           Elements may already be destroyed when this function is called.
23682
23683 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23684
23685         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
23686         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
23687           More memory leak fixes (#149162).
23688
23689 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23690
23691         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
23692         (gst_qtdemux_add_stream):
23693           Fix two memleaks.
23694
23695 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23696
23697         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
23698           Argh...
23699
23700 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23701
23702         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
23703           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
23704           when fixating to six channels in Totem.
23705
23706 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
23707
23708         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
23709           Fix compile warnings on Solaris 10 buildbot
23710
23711 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
23712
23713         * ext/dvdread/dvdreadsrc.c: (_read):
23714           Don't read beyond the last cell in a chapter (fixes 
23715           invalid memory access)
23716
23717 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
23718
23719         * ext/dvdread/stream_labels.c:
23720         (dvdreadsrc_get_audio_stream_labels):
23721           Use NULL for an empty GList instead of g_list_alloc(); fix 
23722           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
23723           of GString (easier to bulk free later)
23724
23725 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
23726
23727         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23728
23729         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23730         (gst_ffmpeg_pixfmt_to_caps):
23731           Fix BGRA32 caps (#164209).
23732
23733 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
23734
23735         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23736
23737         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23738         (gst_ffmpeg_caps_to_pixfmt):
23739           alpha_mask can be RGBA/ABGR. Fixes #164265.
23740
23741 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
23742
23743         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23744
23745         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
23746         (gst_mpeg2dec_alloc_buffer):
23747         * ext/mpeg2dec/gstmpeg2dec.h:
23748           Crop if decoding size is not the actual image size (#163676).
23749
23750 2005-01-17  Steve Baker  <steve@stevebaker.org>
23751
23752         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23753
23754         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
23755         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
23756           Add libsndfile typefind functions (#163309).
23757
23758 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23759
23760         * tools/gst-launch-ext-m.m:
23761           Add .aac, fix .m1v/.m2v (#163891).
23762
23763 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23764
23765         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
23766           Sanity check, don't wait endlessly since the clock might not
23767           actually run at this point (which is a deadlock). Fixes #164069.
23768
23769 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23770
23771         * gst/playback/gstplaybasebin.c: (probe_triggered):
23772           Of course, only pause if group is done...
23773
23774 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23775
23776         * gst/playback/gstplaybasebin.c: (probe_triggered):
23777           Thread safety.
23778
23779 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
23780
23781         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
23782           Don't return state change success when the parent
23783           failed.
23784
23785 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23786
23787         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
23788           Free events (fix memleak in #162905).
23789
23790 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
23791
23792         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23793
23794         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23795         (gst_ffmpeg_caps_to_pixfmt):
23796           Fix for depth = 15. Fixes #161675.
23797
23798 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23799
23800         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
23801           Set FPS correctly, even for webcams and the like.
23802         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
23803           Don error on setting while capturing.
23804
23805 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
23806
23807         * ext/dv/gstdvdec.c:
23808         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
23809         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
23810           I'm a bad boy. using /1001. to force C to do float division
23811           and not integer division (as it did in my last commit)
23812           Thanks to David I. Lehn for pointing this mistake.
23813
23814 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23815
23816         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
23817           Revert Johan's 1.35->1.36 since it breaks compat.
23818
23819 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
23820
23821         * ext/dv/gstdvdec.c:
23822         * ext/libfame/gstlibfame.c:
23823         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
23824         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
23825           replace framerate aproximations by their real value
23826           (24000/1001, 30000/1001, 60000/1001)
23827           Finish fixing bug #164049
23828
23829 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23830
23831         * ext/ogg/gstoggmux.c:
23832           eos/bos debugging
23833         * gst/tcp/gstmultifdsink.c:
23834         * gst/tcp/gstmultifdsink.h:
23835         * gst/tcp/gsttcp.c:
23836         * gst/tcp/gsttcp.h:
23837         * gst/tcp/gsttcpclientsink.c:
23838         * gst/tcp/gsttcpclientsrc.c:
23839         * gst/tcp/gsttcpserversink.c:
23840         * gst/tcp/gsttcpserversrc.c:
23841           improve reusability of elements after state changes and errors
23842           make multifdsink throw away streamheaders when receiving new ones
23843
23844 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23845
23846         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
23847           Fix for if items are already in list...
23848
23849 2005-01-12  Benjamin Otte  <otte@gnome.org>
23850
23851         * gst/adder/gstadder.c: (gst_adder_loop):
23852           fix adder a bit so it doesn't screw up with events as much anymore
23853
23854 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
23855
23856         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
23857         (pixbufscale_scale), (gst_pixbufscale_chain):
23858         * ext/gdk_pixbuf/pixbufscale.h:
23859           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
23860           to ensure rowstrides are calculated the same way as 
23861           ffmpegcolorspace
23862           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
23863           that we pick up duration and offset also.
23864
23865 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23866
23867         * gst/avi/gstavimux.c: (gst_avimux_class_init),
23868         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
23869           Reusability fixes.
23870
23871 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23872
23873         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
23874         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
23875         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
23876         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
23877           Update flags when requested.
23878
23879 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23880
23881         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
23882           Fix dmix.
23883
23884 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23885
23886         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23887         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
23888         (probe_triggered), (new_decoded_pad), (gen_source_element),
23889         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
23890         * gst/playback/gstplaybasebin.h:
23891         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23892         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
23893         (gst_play_bin_change_state):
23894           Implement group-switch signal for use in apps to clear metadata
23895           cache, clean up subtitle, add suburi property instead of # hack,
23896           some error-out fixes.
23897
23898 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23899
23900         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23901           Debug.
23902         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
23903           If we got a state change in the _get handler, don't return success.
23904
23905 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
23906
23907         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
23908         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
23909           Make jpegdec quiet on MJPEG decoding
23910         * gst/asfdemux/README:
23911           Fix mimetypes for MJPEG and H263
23912
23913 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23914
23915         * ext/theora/theoradec.c: (theora_dec_chain):
23916           Fix broken code generation by gcc by swapping arguments.
23917         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23918           Fix \n in debug.
23919
23920 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
23921
23922         * TODO:
23923           delete this file, it is by far outdated
23924         * ext/alsa/gstalsa.1: remove
23925         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
23926         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
23927         (gst_alsa_get_caps):
23928           Add HW probing for supported sample rates. Fixes #161704
23929
23930 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23931
23932         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
23933           Don't crash, biatch! :).
23934
23935 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23936
23937         * ext/musepack/gstmusepackreader.cpp:
23938         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
23939           Some work on tags - still doesn't work in playbin...
23940         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
23941           Handle events...
23942
23943 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23944
23945         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
23946           Also shove tags on kid pads.
23947
23948 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23949
23950         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
23951           Don't bail on unknown events.
23952         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
23953           Don't crash on events before negotiation.
23954         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23955           Send tags on pads, too.
23956         * gst/playback/gststreamselector.c:
23957         (gst_stream_selector_request_new_pad):
23958           Forward events on first pad if no input was selected yet.
23959
23960 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23961
23962         * gst/playback/gstplaybasebin.c: (setup_substreams):
23963           Don't disable streamtype if the stream doesn't exist, since
23964           then playing a video after audio will disable both and nothing
23965           will happen. Fixes the testsuite.
23966
23967 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23968
23969         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
23970         (gst_v4l_xoverlay_set_xwindow_id):
23971         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
23972         (gst_v4l2_xoverlay_set_xwindow_id):
23973           Add debug categories, fix overlay disabling.
23974
23975 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
23976
23977         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
23978         * ext/alsa/gstalsa.h:
23979           Add HW probing for period_count/size and buffer_size MIX/MAX
23980           Adjust default/user defined value if out of bounds
23981           Should fix bug #162024
23982
23983 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23984
23985         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
23986           Fix warning (#161191).
23987
23988 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
23989
23990         * ext/dvdread/stream_labels.c:
23991         (dvdreadsrc_get_audio_stream_labels):
23992           Fix warning (init the good variable in switch default)
23993
23994 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
23995
23996         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23997
23998         * gst/tta/gstttaparse.c: (gst_tta_src_event):
23999           Fix gcc-2.95 compile (#163485).
24000
24001 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24002
24003         * configure.ac:
24004         * ext/flac/gstflacenc.c: (gst_flacenc_init),
24005         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
24006         (gst_flacenc_tell_callback), (gst_flacenc_chain),
24007         (gst_flacenc_change_state):
24008         * ext/flac/gstflacenc.h:
24009           Update for API change in flac-1.1.1. Update requirement in
24010           configure.ac. Fixes #162974.
24011
24012 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24013
24014         * gst/playback/gstplaybasebin.c: (group_destroy):
24015           Remove hack to get rid of assert and get rid of unlinked
24016           signals properly.
24017
24018 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24019
24020         * gst/playback/gstplaybasebin.c: (setup_source):
24021           Set source to NULL so that resources are free'ed. Fixes issues
24022           with playback of CDDA and similar device-accessing things.
24023
24024 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24025
24026         * testsuite/embed/Makefile.am:
24027           test->noinst, fix make test in buildbot.
24028
24029 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
24030
24031         * ext/dvdread/stream_labels.c: new file
24032         * ext/dvdread/stream_labels.h: new file
24033         * ext/dvdread/Makefile.am:
24034         * ext/dvdread/dvdreadsrc.c: (_seek_title):
24035           Extract audio stream label from DVD IFO files.
24036           It only dump them on the console for now, still have to
24037           make playbin aware of them.
24038
24039 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24040
24041         * gst/playback/gstplaybasebin.c: (setup_source):
24042           Fix hanging subs.
24043
24044 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24045
24046         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24047         (gen_preroll_element), (remove_groups), (setup_subtitle),
24048         (gen_source_element), (setup_source):
24049         * gst/playback/gstplaybasebin.h:
24050           Multiple .sub files is just a stupid idea... Fix some threading
24051           mistakes. Interestingly, external .sub files cause playbin to
24052           hang, I don't know why... Parsing fixes contributed by Fran??ois
24053           Kooman <fkooman@tuxed.net>.
24054
24055 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24056
24057         * testsuite/embed/Makefile.am:
24058           Fix buildbot.
24059
24060 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
24061
24062         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24063
24064         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
24065         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
24066         (gst_pngenc_set_property):
24067         * ext/libpng/gstpngenc.h:
24068           Add compression level property (#163323).
24069
24070 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24071
24072         * configure.ac:
24073         * examples/capsfilter/capsfilter1.c: (main):
24074         * examples/seeking/spider_seek.c: (make_spider_pipeline):
24075         * ext/dvdread/Makefile.am:
24076         * ext/dvdread/demo-play:
24077         * ext/dvdread/demo-play.c:
24078         * gconf/gstreamer.schemas.in:
24079         * gst-libs/gst/gconf/gconf.c:
24080         * sys/v4l/TODO:
24081         * testsuite/Makefile.am:
24082         * testsuite/embed/Makefile.am:
24083         * testsuite/embed/embed.c: (cb_expose), (main):
24084           Remove all references to xvideosink, fix examples (#140845).
24085         * gst/playback/gstplaybasebin.c: (group_destroy):
24086           Apparently, disposal does not unlink - so do explicitely.
24087         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24088           Add debug.
24089
24090 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
24091
24092         * README: fix PKG_CONFIG_PATH instructions, what was there
24093         previously was breaking default search path, not nice. 
24094         Fixes #163358
24095
24096 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24097
24098         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
24099         (gst_audioscale_chain):
24100           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
24101           when resampling - how the ^@$^!@^! is this possible?!?
24102
24103 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24104
24105         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
24106           Reset variables on READY.
24107         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
24108         (gst_matroska_mux_loop):
24109           Require data before writing header.
24110
24111 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
24112
24113         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24114
24115         * ext/mad/gstmad.c: (gst_mad_chain):
24116           Don't call mad_stream_sync() directly after recovering sync.
24117           Fixes #151661.
24118
24119 2005-01-09  Martin Eikermann  <meiker@upb.de>
24120
24121         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24122
24123         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
24124         (snapshot_handler), (gst_snapshot_sinkconnect),
24125         (gst_snapshot_chain):
24126           Allocate resources when required, fix recursive signal emission
24127           and fix caps. Fixes #161667.
24128
24129 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
24130
24131         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24132
24133         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
24134         (gst_pngdec_chain):
24135           Handle only 8-bppc (bits-per-pixel-component) images, better
24136           error handling and correct strides. Fixes #163177.
24137         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
24138         (gst_pngenc_chain):
24139           Better error handling. Fixes #163348.
24140
24141 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24142
24143         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
24144         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
24145         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
24146         (dvdnavsrc_uri_handler_init):
24147           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
24148         * gst/playback/gstplaybasebin.c: (gen_source_element):
24149           Add MMS to streaming URIs.
24150
24151 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24152
24153         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
24154         * sys/xvimage/xvimagesink.c:
24155         (gst_xvimagesink_navigation_send_event):
24156           Check for pad availability before sending event.
24157
24158 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24159
24160         * gst-plugins.spec.in:
24161           Add subparse.
24162
24163 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24164
24165         * configure.ac:
24166           Since we use functions from CVS, up requirement.
24167
24168 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24169
24170         * gst/playback/Makefile.am:
24171         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24172         (group_destroy), (group_commit), (group_is_muted),
24173         (gen_preroll_element), (add_stream), (unknown_type),
24174         (probe_triggered), (preroll_unlinked), (mute_stream),
24175         (silence_stream), (new_decoded_pad), (setup_substreams),
24176         (setup_source), (get_active_source), (mute_group_type),
24177         (muted_group_change_state), (set_active_source),
24178         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24179         (play_base_eos), (gst_play_base_bin_change_state):
24180         * gst/playback/gstplaybasebin.h:
24181         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
24182         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24183         (gst_stream_info_dispose), (stream_info_mute_pad),
24184         (stream_info_change_state), (gst_stream_info_set_mute):
24185         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
24186         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
24187         (gst_stream_selector_init), (gst_stream_selector_dispose),
24188         (gst_stream_selector_get_linked_pad),
24189         (gst_stream_selector_get_caps), (gst_stream_selector_link),
24190         (gst_stream_selector_get_linked_pads),
24191         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24192         * gst/playback/gststreamselector.h:
24193           Adding stream selection support plus required properties for
24194           applications to use this. Fully fixes #100931.
24195
24196 2005-01-08  Benjamin Otte  <otte@gnome.org>
24197
24198         * gst/games/gstpuzzle.c: (nav_event_handler):
24199           - handle nav events differently: forward every event no matter if it
24200             was handled or not.
24201           - translate events
24202           You can now cheat by using navigationtest ! puzzle and moving the
24203           mouse close to the edge of a tile. ;)
24204
24205 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24206
24207         * configure.ac:
24208         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
24209         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
24210         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
24211         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
24212         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
24213         (gst_ogm_parse_plugin_init):
24214         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
24215         (gst_textoverlay_link), (gst_textoverlay_getcaps),
24216         (gst_textoverlay_event), (gst_textoverlay_video_chain),
24217         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
24218         * ext/pango/gsttextoverlay.h:
24219         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
24220         (gst_matroska_demux_handle_seek_event),
24221         (gst_matroska_demux_sync_streams),
24222         (gst_matroska_demux_parse_blockgroup),
24223         (gst_matroska_demux_subtitle_caps),
24224         (gst_matroska_demux_plugin_init):
24225         * gst/matroska/matroska-ids.h:
24226         * gst/playback/gstdecodebin.c: (close_pad_link):
24227         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24228         (gen_preroll_element), (remove_groups), (add_stream),
24229         (new_decoded_pad), (setup_subtitles), (gen_source_element),
24230         (setup_source):
24231         * gst/playback/gstplaybasebin.h:
24232         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
24233         * gst/subparse/Makefile.am:
24234         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
24235         (gst_subparse_base_init), (gst_subparse_class_init),
24236         (gst_subparse_init), (gst_subparse_formats),
24237         (gst_subparse_eventmask), (gst_subparse_event),
24238         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
24239         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
24240         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
24241         (parse_mpsub_deinit), (parse_mpsub_init),
24242         (gst_subparse_buffer_format_autodetect),
24243         (gst_subparse_format_autodetect), (gst_subparse_loop),
24244         (gst_subparse_change_state), (gst_subparse_type_find),
24245         (plugin_init):
24246         * gst/subparse/gstsubparse.h:
24247         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
24248         (plugin_init):
24249           Add subtitle support, .sub parser (supports SRT and MPsub),
24250           OGM text support, Matroska UTF-8 text support, deadlock fixes
24251           all over the place, subtitle awareness in decodebin/playbin
24252           and some fixes to textoverlay to handle subtitles in a stream
24253           correctly. Fixes #100931.
24254
24255 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24256
24257         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
24258           Check for pad availability before doing a query on it.
24259
24260 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
24261
24262         * ext/dv/gstdvdec.c:
24263           really fix bpp24/32 dvdec caps (classic rgba indeed)
24264         * gst/asfdemux/gstasfdemux.c:
24265         (gst_asf_demux_process_ext_content_desc):
24266           don't send text tags if they are empty (bis repetita)
24267
24268 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
24269
24270         * ext/dv/gstdvdec.c:
24271          remove unneeded comment from dvdec
24272           (related to DV 4CC codes in AVI files)
24273           moved them in gstreamer/docs/random/mimetypes
24274         * gst/asfdemux/gstasfdemux.c:
24275         (gst_asf_demux_process_ext_content_desc):
24276          don't send text tags if they are empty
24277          fix mem leak on error path
24278         * gst/ffmpegcolorspace/avcodec.h:
24279         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24280         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
24281         (gst_ffmpegcsp_avpicture_fill):
24282         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
24283         * gst/ffmpegcolorspace/imgconvert_template.h:
24284          adds BGR32 and BGRA32 to ffmpegcolorspace
24285           (still bad colors, fixing it on next commit)
24286           helps with dvdec outputing BGR32
24287
24288 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
24289
24290         * ext/dv/gstdvdec.c:
24291          Fix audio caps i just broke (missing ',')
24292         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
24293         (gst_matroska_mux_reset):
24294          Fix typo + add FIXME about old "x-gst-metadata" crap
24295
24296 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
24297
24298         * ext/dv/demo-play.c: (main):
24299          xvideosink -> xvimagesink
24300         * ext/dv/gstdvdec.c:
24301          change rgb 32/32 caps to 24/32 (no alpha)
24302          change nb of channels to be a list (2 or 4, not 2)
24303          change sample rate to be a list (32, 44.1, 48 kHz) not a range
24304         * gst/asfdemux/gstasfdemux.c:
24305         (gst_asf_demux_process_ext_content_desc):
24306          Add 'date/year' to extracted metadata list
24307
24308 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24309
24310         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24311           The return value of fixate_to does not imply that the requested
24312           value was set, so don't assume.
24313
24314 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
24315
24316         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24317
24318         * ext/libpng/gstpngdec.c:
24319         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
24320         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
24321         * ext/libpng/gstpngenc.h:
24322           Alpha support (encoder; #163161), mime fixage.
24323
24324 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
24325
24326         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24327
24328         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
24329         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
24330         (gst_faac_set_property), (gst_faac_get_property):
24331         * ext/faac/gstfaac.h:
24332           Allow for ADTS output (#153434).
24333
24334 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24335
24336         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24337           Fix against template (#150576).
24338
24339 2005-01-06  Benjamin Otte  <otte@gnome.org>
24340
24341         * gst/games/gstpuzzle.c: (draw_puzzle):
24342           don't draw a puzzle if either width or height of tiles would be 0.
24343
24344 2005-01-06  Benjamin Otte  <otte@gnome.org>
24345
24346         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
24347         (gst_puzzle_class_init), (gst_puzzle_finalize):
24348           no memleaks, please
24349         (gst_puzzle_create), (gst_puzzle_init),
24350         (gst_puzzle_set_property), (gst_puzzle_setup):
24351           change initialization code around so we don't reshuffle on resize
24352         (draw_puzzle):
24353           fix another stupid typo
24354
24355 2005-01-06  Benjamin Otte  <otte@gnome.org>
24356
24357         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
24358           fix stupid typo that borked copying on YUY2
24359
24360 2005-01-06  Benjamin Otte  <otte@gnome.org>
24361
24362         * gst/games/gstpuzzle.c: (draw_puzzle):
24363           fix edges when image sizes aren't multiples of tile sizes
24364
24365 2005-01-06  Benjamin Otte  <otte@gnome.org>
24366
24367         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
24368           make RGB endianness work correctly
24369         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
24370           refactor and fix race with initial shuffling
24371         (nav_event_handler):
24372           allow using the mouse to puzzle
24373         (draw_puzzle):
24374           insist on tiles having width and height as multiples of 4 to get
24375           clean YUV image handling
24376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24377         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
24378           s/DEBUG/LOG/ for common messages
24379         (gst_xvimagesink_navigation_send_event):
24380           fix mouse event translation to not include screen PAR
24381         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
24382           fix mouse event translation to actually work
24383
24384 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
24385
24386         * gst/asfdemux/gstasfdemux.c:
24387         (gst_asf_demux_process_ext_content_desc):
24388          Extract TrackNumber metadata + clean up code
24389         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
24390          Hope this is the good fix (var used unitialised)
24391
24392 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24393
24394         * ext/faad/gstfaad.c: (gst_faad_chain):
24395           Only increment timestamp if it's valid. Fixes raw AAC streams.
24396
24397 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24398
24399         * configure.ac:
24400         * gst/games/Makefile.am:
24401         * gst/games/gstpuzzle.c:
24402           add a puzzle game with...
24403         * gst/games/gstvideoimage.c:
24404         * gst/games/gstvideoimage.h:
24405           ... full colorspace support (that includes YUV9 and RGB16)) stolen
24406           from videotestsrc and made into something that would be a nice
24407           library for a lot of other plugins.
24408
24409 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
24410
24411         * configure.ac:
24412          don't compile faad plugin if a RC of 2.0 is found
24413          Fixes #155346 (and FC1 buildbot)
24414         * gst/asfdemux/gstasfdemux.c:
24415         (gst_asf_demux_process_ext_content_desc):
24416          try to make Solaris compiler happier
24417
24418 2005-01-06  Paul Jack  <pjack@sfaf.org>
24419
24420         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24421
24422         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
24423           Fix segfault (#161667).
24424
24425 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24426
24427         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
24428           Fix framerate reporting.
24429
24430 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
24431
24432         * gst-libs/gst/riff/riff-ids.h:
24433         * gst/wavenc/riff.h:
24434          Add AMR (VBR and CBR) ids to riff.h audio codec list
24435         * gst/asfdemux/gstasfdemux.c:
24436         (gst_asf_demux_process_ext_content_desc),
24437         (gst_asf_demux_process_object):
24438           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
24439
24440 2005-01-05  Martin Eikermann  <meiker@upb.de>
24441
24442         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24443
24444         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
24445         (gst_dvd_demux_handle_discont):
24446         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
24447         (gst_mpeg_demux_handle_discont):
24448           Recreate pads on new-media (#160730).
24449         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
24450           Send discont even if manager changes timestamps (#161929).
24451
24452 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
24453
24454         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24455
24456         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
24457           Fix invalid memory access (#159211).
24458
24459 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24460
24461         * examples/gstplay/player.c: (main):
24462           Don't iterate.
24463         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
24464           Add visualizations.
24465         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
24466         (gst_a52dec_handle_frame):
24467           Set duration.
24468         * ext/dvdnav/gst-dvd:
24469           Add audioconvert. Fixes #161325.
24470         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
24471           Explicitely case to gint64. Possible valgrind error.
24472         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
24473         (gst_play_tick_callback), (gst_play_change_state),
24474         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
24475         (gst_play_set_location), (gst_play_get_location),
24476         (gst_play_seek_to_time), (gst_play_set_data_src),
24477         (gst_play_set_video_sink), (gst_play_set_audio_sink),
24478         (gst_play_set_visualization), (gst_play_connect_visualization),
24479         (gst_play_get_framerate), (gst_play_get_all_by_interface),
24480         (gst_play_new):
24481           Use playbin. Fixes #139749 and #147744.
24482         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
24483           Add genre tag.
24484         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
24485         (audioscale_get_type), (gst_audioscale_base_init),
24486         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
24487         (gst_audioscale_getcaps), (gst_audioscale_fixate),
24488         (gst_audioscale_link), (gst_audioscale_get_buffer),
24489         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
24490         (gst_audioscale_init), (gst_audioscale_dispose),
24491         (gst_audioscale_chain), (gst_audioscale_set_property),
24492         (gst_audioscale_get_property), (plugin_init):
24493           Indent properly.
24494         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
24495           Fix LPCM.
24496         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
24497         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
24498         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
24499           Add more metadata (fixes #162656).
24500
24501 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24502
24503         * configure.ac:
24504           back to cvs
24505
24506 === release 0.8.7 ===
24507
24508 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24509
24510         * NEWS:
24511         * RELEASE:
24512         * configure.ac:
24513           releasing 0.8.7, "Hyperspace"
24514
24515 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24516
24517         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
24518
24519         * gst/playback/gstplaybasebin.c:
24520          Fix for #162924 - free caps after use, not before
24521
24522 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
24523
24524         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
24525
24526         * gst/playback/gstplaybasebin.c:
24527         * gst/wavparse/gstwavparse.c:
24528           Fix for #154773 - fixes playback of small .wav files
24529
24530 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24531
24532         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
24533
24534         * gst/audioscale/gstaudioscale.c:
24535           Fix for #162819 - make audioscale reusable
24536           Fixes playback of more than one file with playbin/totem
24537
24538 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24539
24540         * gst/ffmpegcolorspace/avcodec.h:
24541         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24542         * gst/ffmpegcolorspace/imgconvert.c:
24543           clean up the mess that made me cry and avoid needless duplication
24544
24545 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24546
24547         * gst/ffmpegcolorspace/imgconvert.c:
24548           give some indication of why we're segfaulting
24549
24550 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24551
24552         * configure.ac:
24553           Fix indentation, fix v4l2 plugin detection.
24554         * ext/Makefile.am:
24555           Fix libmms location (Maciej, use diff -u!).
24556         * ext/alsa/gstalsa.c: (gst_alsa_init):
24557           Initialize caps cache to NULL.
24558         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
24559           Only change state on audiosink if it exists.
24560
24561 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
24562
24563         * gst/matroska/matroska-demux.c:
24564         * gst/matroska/matroska-ids.h:
24565         * gst/matroska/matroska-demux.h:
24566         Fix Vorbis streams failing to decode in some files, where cluster_time
24567         isn't 0, because then it doesn't send codec_priv before actual data.
24568         Remove time-based test and replace it with marker set on beginning of
24569         new stream
24570
24571 2004-12-28  David Schleef  <ds@schleef.org>
24572
24573         Merge patch from Ronald fixing problems with streaming
24574         text.
24575         * ext/cairo/gstcairo.c: (plugin_init):
24576         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
24577         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
24578         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
24579         (gst_textoverlay_font_init), (gst_textoverlay_init),
24580         (gst_textoverlay_set_property):
24581         * ext/cairo/gsttextoverlay.h:
24582
24583 2004-12-27  David Schleef  <ds@schleef.org>
24584
24585         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
24586         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
24587         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
24588         (gst_textoverlay_font_init), (gst_textoverlay_init),
24589         (gst_textoverlay_set_property): Improvements to actually
24590         render text as white on black outline on video, including
24591         font selection and horizontal/vertical alignment.  (Ronald's
24592         christmas present)
24593         * ext/cairo/gsttextoverlay.h:
24594
24595 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24596
24597         * ext/ogg/gstogg.c:
24598         * ext/ogg/gstogmparse.c:
24599           fix ogm[audio/video]parse plugin registration
24600           (riff won't load if bytestream is already loaded)
24601
24602 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24603
24604         * gst/audioconvert/gstchannelmix.c:
24605           fix for GLIB < 2.4
24606
24607 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24608
24609         * Makefile.am:
24610         * configure.ac:
24611           disable docs again until it actually passes make distcheck.
24612
24613 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24614
24615         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
24616         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
24617         (plugin_init):
24618           Add 3GP (variables name Q3GP because they can't start with a
24619           number). Add samr audio fourcc (used in .3gp files), decoder
24620           is work in progress. Also do a GST_WARNING instead of ERROR
24621           in case of unknown nodes, to decrease output.
24622
24623 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24624
24625         * Makefile.am:
24626           really fix dist
24627
24628 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24629
24630         * configure.ac:
24631         * ext/speex/gstspeexdec.h:
24632         * ext/speex/gstspeexenc.h:
24633           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
24634           Fix detection code in configure.ac
24635
24636 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24637
24638         * gst/matroska/matroska-demux.c:
24639         (gst_matroska_demux_parse_blockgroup):
24640           Save position, so that queries give proper return values. Don't
24641           know how this could ever have worked before...
24642
24643 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24644
24645         * configure.ac:
24646           Put additional LAME check inside the conditional.  Fixes #152339
24647
24648 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24649
24650         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
24651         (gst_avi_demux_stream_scan):
24652           Add some more debug. Fix logic error when setting movi offset
24653           while reading index.
24654
24655 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24656
24657         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
24658         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
24659         (gst_avi_demux_process_next_entry):
24660           Add some debugging. Better detection of broken indexes and the
24661           accompanying index recovery. No infinite loops on state changes
24662           when we're still in our loopfunction.
24663
24664 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24665
24666         * configure.ac:
24667           Fix up.
24668
24669 2004-12-22  Archana Shah  <archana.shah@wipro.com>
24670
24671         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24672
24673         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
24674           Normalizing the value before setting
24675         (gst_sunaudiomixer_get_volume):
24676           Normalizing the value after getting. Fixes bug# 161980
24677
24678 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
24679
24680         * Makefile.am: Make sure docs gets disted
24681         * docs/Makefile.am: Make sure all needed files get disted
24682         * gst-plugins.spec.in: latest updates
24683
24684 2004-12-22  Wim Taymans  <wim@fluendo.com>
24685
24686         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
24687         Revert patch 1.38 as clock distribution over schedulers does
24688         not work correcly in the core yet.
24689
24690 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24691
24692         * sys/oss/README: remove this file, which predates my birth
24693           (and which content is by far outdated)
24694
24695 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
24696
24697         * Makefile.am:
24698         * configure.ac:
24699         * docs/Makefile.am:
24700         * docs/libs/Makefile.am:
24701         * docs/libs/gst-plugins-libs-docs.sgml:
24702         * docs/libs/gst-plugins-libs-sections.txt:
24703         * docs/libs/tmpl/gstgconf.sgml:
24704         * docs/upload.mak:
24705         * docs/version.entities.in:
24706           Added boilerplate gtk-doc files for plugin-libs documentation.
24707
24708 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24709
24710         * gst/auparse/gstauparse.c: fix int and float audio caps
24711
24712 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24713
24714         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
24715         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
24716           g_assert() can be a macro, don't use #ifdef inside it.
24717
24718 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
24719
24720         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24721
24722         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
24723         (gst_videorate_init), (gst_videorate_chain),
24724         (gst_videorate_change_state):
24725           Event handling (fixes #159986).
24726
24727 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24728
24729         * gst-libs/gst/riff/riff-media.c:
24730         (gst_riff_create_video_caps_with_data):
24731           Add BLZ0 (Blizzard's version of DivX) fourcc.
24732
24733 2004-12-18  David Schleef  <ds@schleef.org>
24734
24735         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
24736         portability fix.
24737
24738 2004-12-18  David Schleef  <ds@schleef.org>
24739
24740         * gst/tta/ttadec.h: Disable some header code that isn't used
24741         and clearly isn't portable.
24742
24743 2004-12-18  David Schleef  <ds@schleef.org>
24744
24745         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
24746         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
24747         (avcodec_get_pix_fmt), (avpicture_layout),
24748         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
24749         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
24750         Fix code to not use GCC extensions (and c99 extensions that
24751         Forte does not like.)
24752
24753 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24754
24755         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24756
24757         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24758         (gst_deinterlace_chain):
24759           Rowstride fixes. Fixes #161039.
24760         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
24761         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
24762         (gst_video_crop_getcaps), (gst_video_crop_link),
24763         (gst_video_crop_i420), (gst_video_crop_chain),
24764         (gst_video_crop_change_state):
24765           Rework of negotiation. Actually works now. Fixes #158650.
24766
24767 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24768
24769         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
24770           That was very stupid.
24771
24772 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24773
24774         * gst/matroska/matroska-demux.c:
24775         (gst_matroska_demux_parse_blockgroup):
24776           Fix possible crasher.
24777
24778 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24779
24780         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
24781         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
24782           Lace sizes can be zero.
24783
24784 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24785
24786         * ext/musepack/gstmusepackdec.cpp:
24787           Fetch error return values. Fixes #161624.
24788         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
24789           Really EOS.
24790
24791 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24792
24793         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
24794           Work for truncated (unfinished download etc.) files. Fixes #160514.
24795
24796 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24797
24798         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24799           Fix for integer overflow. Makes #156001 not crash. Probably masks
24800           the real bug.
24801
24802 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24803
24804         * gst/ac3parse/gstac3parse.c: (plugin_init):
24805           Parsers never have ranks. Fixes #159651.
24806
24807 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24808
24809         * gst/playback/gstdecodebin.c: (compare_ranks):
24810           make sure the facotries are ordered the same every time even if they
24811           have the same rank by using the name
24812         * gst/playback/gstdecodebin.c: (find_compatibles):
24813           make sure we don't add factories to the list twice
24814
24815 2004-12-16  David Schleef  <ds@schleef.org>
24816
24817         * configure.ac: look for musepack headers as musepack/*.h
24818         (fixes #159847)
24819         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
24820         * ext/musepack/gstmusepackreader.h: same
24821
24822 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24823
24824         * gst-libs/gst/riff/riff-read.c:
24825         (gst_riff_read_strf_auds_with_data):
24826           Read extradata correctly (fixes #155879).
24827
24828 2004-12-16  David Schleef  <ds@schleef.org>
24829
24830         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
24831         audio.  does _not_ attempt or allow conversion unless channels
24832         is 1 or 2.
24833
24834 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
24835
24836         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
24837
24838 2004-12-16  David Schleef  <ds@schleef.org>
24839
24840         * gst/audioscale/gstaudioscale.c: the resample library only
24841         handles 1 or 2 channels.  Change caps to compensate.
24842
24843 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24844
24845         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
24846         (gst_matroska_demux_audio_caps):
24847           Some MPEG-AAC hacks, because else it doesn't work...
24848
24849 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24850
24851         * gst-libs/gst/riff/riff-media.c:
24852         (gst_riff_create_video_caps_with_data),
24853         (gst_riff_create_video_template_caps):
24854           Add h264.
24855
24856 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24857
24858         * gst-libs/gst/audio/Makefile.am:
24859           Try to fix buildbot.
24860
24861 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
24862
24863         * gst/tcp/gstmultifdsink.c:
24864           Clean up and uniformize debugging.
24865
24866 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
24867
24868         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24869
24870         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
24871         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
24872         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
24873         (gst_mpeg_demux_change_state):
24874           Reset on ready. Fixes 160276.
24875
24876 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
24877
24878         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24879
24880         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24881         (gst_ffmpegcsp_pad_link):
24882           Fix memleak (#154815).
24883
24884 2004-12-16  James Bowes  <bowes@cs.dal.ca>
24885
24886         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24887
24888         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
24889         (gst_musicbrainz_init), (gst_musicbrainz_chain),
24890         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
24891         * ext/musicbrainz/gsttrm.h:
24892           Add support for using a proxy server when getting a trm id from
24893           the MusicBrainz database (#149613).
24894
24895 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
24896
24897         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24898
24899         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
24900         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
24901           Fix memleaks (#157233).
24902
24903 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
24904
24905         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24906
24907         * gst-libs/gst/resample/resample.c: (gst_resample_close):
24908         * gst-libs/gst/resample/resample.h:
24909         * gst/audioscale/gstaudioscale.c:
24910           Fix memleak (#159215).
24911
24912 2004-12-16  Toni Willberg  <toniw@iki.fi>
24913
24914         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24915
24916         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
24917         * sys/oss/oss_probe.c: (main):
24918           Check for mono/stereo support (similar to samplerate probing),
24919           fixes #159433. Also add missing copyright header to oss_probe.c.
24920
24921 2004-12-15  David Schleef  <ds@schleef.org>
24922
24923         * configure.ac: add audioresample and cairo plugins.  Remove
24924         HAVE_MMX stuff, because it's not used.
24925         * ext/Makefile.am: same
24926         * ext/audioresample/Makefile.am: You are not ready for an
24927         audio resampling element based on audioresample.
24928         * ext/audioresample/gstaudioresample.c:
24929         * ext/audioresample/gstaudioresample.h:
24930         * ext/cairo/Makefile.am: You are not ready for overlay elements
24931         based on cairo.  Don't look too closely, these elements kinda
24932         suck right now.
24933         * ext/cairo/gstcairo.c: new
24934         * ext/cairo/gsttextoverlay.c: new
24935         * ext/cairo/gsttextoverlay.h: new
24936         * ext/cairo/gsttimeoverlay.c: new
24937         * ext/cairo/gsttimeoverlay.h: new
24938         * gst-libs/gst/media-info/media-info-priv.h: fix compile
24939         problem with compilers that don't support variadic macros.
24940
24941 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
24942
24943         Reviewed by:  David Schleef  <ds@schleef.org>
24944
24945         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
24946         Bala, registering sunaudiosrc (oops!), and cleaning up code a
24947         bit.  Also ran indent-gst.
24948         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
24949         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
24950         (gst_sunaudiosrc_setparams):
24951
24952 2004-12-14  David Schleef  <ds@schleef.org>
24953
24954         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
24955         output rate to 16000.  Should fix #160235.
24956
24957 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24958
24959         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
24960         Add typefinding for mpeg2 pes streams
24961
24962 2004-12-13  David Schleef  <ds@schleef.org>
24963
24964         * configure.ac:  Applied patch from bug #143659, making default
24965         sources and sinks OS-dependent (for Solaris), and added code
24966         for OS/X.
24967         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
24968
24969 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24970
24971         * gst-libs/gst/riff/riff-media.c:
24972           forgot to add h2.64 to avidemux template caps
24973
24974 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24975
24976         * gst/wavenc/riff.h:
24977         * gst-libs/gst/riff/riff-media.c:
24978         * gst-libs/gst/riff/riff-ids.h:
24979         * gst/avi/gstavimux.c
24980         add 4CC code for VideoSoft h264 in AVI (VSSH)
24981           fixes bug #160655
24982         remove s323 from riff, it's quicktime specific :(
24983
24984 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24985
24986         * gst/asfdemux/README
24987         * gst/wavenc/riff.h
24988         * gst-libs/gst/riff/riff-ids.h
24989         * gst-libs/gst/riff/riff-media.c
24990         * gst/qtdemux/qtdemux.c:
24991           add new 4CC codes for h263 related codecs
24992           fixes partially bug #155163
24993
24994 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
24995
24996         * configure.ac: Update polyaudio requirement to 0.7
24997         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
24998
24999 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25000
25001         * gst/interleave/deinterleave.c:
25002         fix my name's spelling! :)
25003
25004 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25005
25006         * AUTHORS ChangeLog
25007         * gst/auparse/gstauparse.c
25008         * gst/interleave/deinterleave.c
25009         * gst/law/:
25010                 alaw-decode.c alaw-encode.c
25011                 mulaw-decode.c mulaw-encode.c
25012         * gst/oneton/gstoneton.c
25013         * sys/osxaudio/:
25014                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
25015         * sys/osxvideo/:
25016                 cocoawindow.h cocoawindow.m
25017                 osxvideosink.h osxvideosink.m
25018
25019         put the same mail address for Zaheer Abbas Merali everywhere
25020
25021 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25022
25023         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
25024           Align by packetsize, and assert that we a packet available before
25025           playing. The first makes webstreams work (they often include
25026           trailing padding data in a packet), the second allows pausing a
25027           ASF stream in totem without getting demux errors afterwards.
25028
25029 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25030
25031         * ext/ogg/gstoggdemux.c: (get_relative):
25032           Check for non-NULL before accessing member (end-of-chain).
25033
25034 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25035
25036         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
25037         (cdparanoia_set_property), (cdparanoia_get_property):
25038         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
25039         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
25040         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
25041         (dvdreadsrc_init), (dvdreadsrc_set_property),
25042         (dvdreadsrc_get_property):
25043         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
25044         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
25045           Synchronize property names where not yet the case. Devices are
25046           now device=X, other versions are deprecated (but still exist).
25047           Also use g_free() unconditionally.
25048         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25049         (setup_source), (gst_play_base_bin_get_property):
25050           Expose source.
25051
25052 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25053
25054         * configure.ac: move GCONF macro outside conditional for the am
25055           conditional. Fixes #160439
25056
25057 2004-12-08  David Schleef  <ds@schleef.org>
25058
25059         * tools/gst-visualise-m.m: Switch to elements that currently
25060         exist.
25061
25062 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25063
25064         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25065           We love wrong commas.
25066
25067 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25068
25069         * gst/matroska/matroska-demux.c:
25070         (gst_matroska_demux_handle_src_query):
25071           Don't set DEFAULT, unsupported - makes length display incorrectly
25072           in some cases.
25073
25074 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
25075
25076         * gst/monoscope/README: remove blurb about files being GPL
25077         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
25078         * gst/monoscope/monoscope.c: Change license to BSD with explanation
25079           monoscope is now effectively LGPL licensed
25080
25081 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
25082
25083         * gst/monoscope/README: Update information to be more correct
25084         * gst/monoscope/convolve.c: Relicense to LGPL
25085         * gst/monoscope/convolve.h: Relicense to LGPL
25086
25087 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
25088
25089         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25090           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
25091         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
25092           set default_duration for mpeg1 audio
25093
25094 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25095
25096         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
25097         * ext/alsa/gstalsa.h:
25098           refactor big chunks of the core caps negotiation code to make it
25099           a lot faster, because people claim it's really slow
25100           (actually, just cache the getcaps when the device is opened)
25101
25102 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25103
25104         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
25105         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
25106         (gst_a52dec_handle_frame), (gst_a52dec_chain),
25107         (gst_a52dec_change_state), (plugin_init):
25108         * ext/a52dec/gsta52dec.h:
25109           Do something useful with timestamps. Make chain-based (since
25110           there's really no reason to be loopbased).
25111         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
25112           Update current_byte/frame correctly.
25113
25114 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25115
25116         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
25117         (gst_ape_demux_stream_init):
25118           Forward tags, too.
25119
25120 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25121
25122         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
25123           Let's make sure we're done typefinding when detecting tags.
25124
25125 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25126
25127         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
25128         (gst_ebml_read_init), (gst_ebml_read_use_event),
25129         (gst_ebml_read_element_id), (gst_ebml_peek_id),
25130         (gst_ebml_read_seek), (gst_ebml_read_skip),
25131         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
25132         (gst_ebml_read_master):
25133         * gst/matroska/ebml-read.h:
25134         * gst/matroska/matroska-demux.c:
25135         (gst_matroska_demux_parse_contents),
25136         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
25137           Disgustingly evil hack for working around INTERRUPT events and
25138           their extremely annoying habit of being a pain in the ass. We
25139           simply peek a cluster before reading any of it.
25140
25141 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25142
25143         * ext/musepack/gstmusepackdec.cpp:
25144           There's also floating point libmusepacks.
25145
25146 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25147
25148         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
25149         (gst_faad_chanpos_to_gst), (gst_faad_chain):
25150           Set DURATION even if source buffer didn't. Also use increasing
25151           timestamps.
25152         * gst-libs/gst/riff/riff-media.c:
25153         (gst_riff_create_audio_caps_with_data):
25154           Block_align can have larger values than 8192.
25155
25156 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25157
25158         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
25159         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
25160         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
25161         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
25162           Fix caps.
25163
25164 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25165
25166         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
25167           Fix logic bug.
25168
25169 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25170
25171         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
25172           Yay, another one.
25173
25174 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25175
25176         * ext/esd/esdsink.c: (gst_esdsink_chain):
25177           Make error actually say something useful (fixes #156798).
25178         * gst-libs/gst/riff/riff-media.c:
25179         (gst_riff_create_video_caps_with_data),
25180         (gst_riff_create_video_template_caps):
25181           Add Intel Video 5.0 fourcc (IV50).
25182
25183 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
25184
25185         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
25186         detection on mono and stereo mp3 files.
25187
25188 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25189
25190         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25191           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
25192           the contained stream).
25193
25194 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25195
25196         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
25197           Oops, remove debug.
25198
25199 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
25200
25201         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25202
25203         * gst/law/alaw-decode.c: (alawdec_getcaps):
25204         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
25205           Prevent warnings when negotiating caps (fixes #159338).
25206
25207 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25208
25209         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25210         (gst_ffmpegcsp_chain):
25211           Remove old leftover that shouldn't be there...
25212
25213 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
25214
25215         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25216
25217         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
25218           Don't forward DISCONT events (fixes #159684).
25219
25220 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25221
25222         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
25223           Unlink manually since sometimes bin disposal (and therefore
25224           pad unlinking) is delayed, which will cause a new media file
25225           to not be able to start playing instantly.
25226
25227 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25228
25229         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
25230           On mute of an unlinked stream, check for pad availability so
25231           we don't crash on unlinked pad.
25232
25233 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25234
25235         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
25236         (gst_avi_demux_massage_index):
25237           Fix quite humiliating bug in omitting 0-sized index chunks but
25238           forgetting to count them for timestamps.
25239
25240 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25241
25242         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
25243           Actually leave the loop if we failed to sync. Don't crash.
25244
25245 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25246
25247         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
25248         (gst_dvd_demux_process_private):
25249         * gst/mpegstream/gstdvddemux.h:
25250           Fix crash (#159759). Doesn't work, though. :-(.
25251
25252 2004-11-28  Benjamin Otte  <otte@gnome.org>
25253
25254         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
25255           more overwriting protection due to modifying channels one by one
25256           instead of all at once
25257
25258 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25259
25260         * gst/audioconvert/gstchannelmix.c:
25261         (gst_audio_convert_fill_normalize):
25262           Normalize using absolute values.
25263
25264 2004-11-28  Julien MOUTTE  <julien@moutte.net>
25265
25266         * configure.ac:
25267         * ext/Makefile.am:
25268         * ext/directfb/Makefile.am:
25269         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
25270         (gst_directfbvideosink_get_pixel_format),
25271         (gst_directfbvideosink_get_format_from_fourcc),
25272         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
25273         (gst_directfbvideosink_sink_link),
25274         (gst_directfbvideosink_change_state),
25275         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
25276         (gst_directfbvideosink_buffer_alloc),
25277         (gst_directfbvideosink_interface_supported),
25278         (gst_directfbvideosink_interface_init),
25279         (gst_directfbvideosink_navigation_send_event),
25280         (gst_directfbvideosink_navigation_init),
25281         (gst_directfbvideosink_set_property),
25282         (gst_directfbvideosink_get_property),
25283         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
25284         (gst_directfbvideosink_base_init),
25285         (gst_directfbvideosink_class_init),
25286         (gst_directfbvideosink_get_type), (plugin_init):
25287         * ext/directfb/directfbvideosink.h: Adding a first version of
25288         directfbvideosink.
25289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
25290         more.
25291
25292 2004-11-28  Benjamin Otte  <otte@gnome.org>
25293
25294         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
25295           walk the samples backwards if out_channels > in_channels so we don't
25296           overwrite data
25297
25298 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25299
25300         * gst/audioconvert/Makefile.am:
25301         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25302         (gst_audio_convert_link), (gst_audio_convert_change_state),
25303         (gst_audio_convert_channels):
25304         * gst/audioconvert/gstchannelmix.c:
25305         (gst_audio_convert_unset_matrix),
25306         (gst_audio_convert_fill_identical),
25307         (gst_audio_convert_fill_compatible),
25308         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
25309         (gst_audio_convert_fill_others),
25310         (gst_audio_convert_fill_normalize),
25311         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
25312         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
25313         * gst/audioconvert/gstchannelmix.h:
25314           Implement a channel mixer.
25315
25316 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
25317
25318         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
25319         * ext/alsa/gstalsa.h:
25320         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
25321         Make alsasink actually honor gst_element_set_clock and use that
25322         clock instead of its internal one.
25323
25324 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
25325
25326         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
25327         (gst_play_base_bin_change_state): nullify source and decoder when
25328         going from READY to NULL so that we don't try to do weird stuff with
25329         them when going from NULL to READY
25330         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
25331         instead of g_object_unref
25332         (gen_video_element), (gen_audio_element): more refcounting fixes, now
25333         it should be correct
25334         (gst_play_bin_change_state): don't call remove_sinks if we are
25335         currently disposing the object
25336
25337 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25338
25339         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
25340           Don't forget bass if it's there. Else left channel is silent...
25341
25342 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25343
25344         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
25345         (gst_a52dec_change_state):
25346           Don't do sample adjusting anymore, we use float audio now.
25347         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25348           Don't fixate to non-existing properties.
25349
25350 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25351
25352         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
25353         (gst_a52dec_change_state):
25354           Advertise that we can do surround sound.
25355
25356 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25357
25358         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
25359           Add buffer-frames=0.
25360         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
25361         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
25362         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
25363         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
25364         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
25365         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
25366         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
25367         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
25368         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
25369         * ext/dvdread/dvdreadsrc.h:
25370           Add seeking, querying for bytes, sectors, title, angle and
25371           chapter. Handle multiple chapters. Relicense to LGPL because
25372           Billy agreed on that (thanks Billy!).
25373
25374 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
25375
25376         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
25377         call parent dispose method
25378
25379 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
25380
25381         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
25382         (gst_audio_clock_get_internal_time):
25383         Fix active <-> inactive transitions: ensure time value always
25384         grows and avoid abrupt value changes.
25385
25386 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
25387
25388         * configure.ac:
25389         * gst/tta/Makefile.am:
25390         * gst/tta/crc32.h:
25391         * gst/tta/filters.h:
25392         * gst/tta/gsttta.c:
25393         * gst/tta/gstttadec.c:
25394         * gst/tta/gstttadec.h:
25395         * gst/tta/gstttaparse.c:
25396         * gst/tta/gstttaparse.h:
25397         * gst/tta/ttadec.h:
25398           added TTA parser and decoder
25399
25400 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25401
25402         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25403         (probe_triggered), (check_queue), (buffer_underrun),
25404         (buffer_running), (buffer_overrun), (gen_source_element),
25405         (setup_source):
25406         * gst/playback/gstplaybasebin.h:
25407           Implement buffering. Needs some more work.
25408
25409 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25410
25411         * ext/theora/theoradec.c: (theora_dec_chain):
25412           Fix ilog mask range overflow.
25413
25414 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25415
25416         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
25417           Don't omit the last (which in case of dmix is the only :) )
25418           channel count. Don't set channels if <= 2.
25419
25420 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
25421
25422         * gst/playback/gstplaybin.c: (gen_video_element),
25423         (gen_audio_element): Removed 2 obsolete comments
25424
25425 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25426
25427         * ext/vorbis/oggvorbisenc.c
25428         * ext/vorbis/vorbisenc.c :
25429           change description fields of those plugins to differentiate them
25430           (pitivi show Encoders by description, they had the same one)
25431
25432 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
25433
25434         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25435
25436         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
25437         (gst_play_bin_set_property), (gen_video_element),
25438         (gen_audio_element):
25439           Refcounting fixes for provided audio-/videosinks.
25440
25441 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25442
25443         * gst/playback/gstplaybin.c: (gen_video_element),
25444         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
25445           Don't reference all sinks, but only the video- and audiosinks.
25446           The vis. element should be disposed when we're done with it.
25447           We don't have any reason to keep it around. This fixes warnings
25448           when reusing playbin for playing multiple audio files with
25449           vis. enabled. Also release audio device on pause - idea stolen
25450           from Rhythmbox.
25451
25452 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25453
25454         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
25455         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
25456         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
25457         * ext/alsa/gstalsaplugin.c: (plugin_init):
25458         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
25459         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
25460         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
25461         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
25462         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
25463         (gst_faad_change_state), (plugin_init):
25464         * ext/faad/gstfaad.h:
25465         * ext/vorbis/vorbis.c: (plugin_init):
25466         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25467         * gst-libs/gst/audio/Makefile.am:
25468         * gst-libs/gst/audio/audio.c: (plugin_init):
25469         * gst-libs/gst/audio/multichannel.c:
25470         (gst_audio_check_channel_positions),
25471         (gst_audio_get_channel_positions),
25472         (gst_audio_set_channel_positions),
25473         (gst_audio_set_structure_channel_positions_list),
25474         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
25475         (gst_audio_fixate_channel_positions):
25476         * gst-libs/gst/audio/multichannel.h:
25477         * gst-libs/gst/audio/testchannels.c: (main):
25478         * gst/audioconvert/gstaudioconvert.c:
25479         (gst_audio_convert_class_init), (gst_audio_convert_init),
25480         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
25481         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
25482         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25483         * gst/audioconvert/plugin.c: (plugin_init):
25484           Surround sound support.
25485
25486 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25487
25488         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25489           Fix position for discont if we're close as well. Nitpicking, but
25490           saves a few milliseconds of extra waiting or skipping.
25491
25492 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25493
25494         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
25495           We sometimes need parsers for playback, so add those too.
25496
25497 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25498
25499         * configure.ac:
25500         * gst/apetag/Makefile.am:
25501         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
25502         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
25503         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
25504         (gst_ape_demux_get_src_query_types),
25505         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
25506         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
25507         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
25508         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
25509         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
25510         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
25511         (gst_ape_demux_change_state):
25512         * gst/apetag/apedemux.h:
25513         * gst/apetag/apetag.c: (plugin_init):
25514         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
25515         (plugin_init):
25516           APE v1/2 tag reader plus typefind function.
25517
25518 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25519
25520         * configure.ac:
25521         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
25522         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25523           Remove hacks for older core. Require newer core version
25524           accordingly.
25525
25526 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25527
25528         * gst/cdxaparse/Makefile.am:
25529         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
25530         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
25531         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
25532         * gst/cdxaparse/gstcdxaparse.h:
25533         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
25534         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
25535         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
25536         (gst_cdxastrip_get_src_query_types),
25537         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
25538         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
25539         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
25540         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
25541         * gst/cdxaparse/gstcdxastrip.h:
25542           SVCD/VCD header stripping separated from CDXA image parsing.
25543         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
25544         (plugin_init):
25545           Add VCD/SVCD header typefinding for VCD/SVCD.
25546         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
25547         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
25548         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
25549         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
25550         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
25551         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
25552         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
25553         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
25554         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
25555         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
25556         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
25557         * sys/vcd/vcdsrc.h:
25558           Fix up, add seeking, querying, URI interface. Works in totem now.
25559
25560 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25561
25562         * configure.ac:
25563           back to CVS
25564
25565 === release 0.8.6 ===
25566
25567 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25568
25569         * NEWS:
25570         * RELEASE:
25571         * configure.ac:
25572         * po/af.po:
25573         * po/az.po:
25574         * po/cs.po:
25575         * po/en_GB.po:
25576         * po/hu.po:
25577         * po/it.po:
25578         * po/nb.po:
25579         * po/nl.po:
25580         * po/or.po:
25581         * po/sq.po:
25582         * po/sr.po:
25583         * po/sv.po:
25584         * po/uk.po:
25585           releasing 0.8.6, "IOU Love"
25586
25587 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25588
25589         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25590
25591         * gst/playback/gstplaybasebin.c:
25592           Fix unplayable files error handling.  Fixes #158365
25593
25594 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25595
25596         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25597
25598         * gst/typefind/gsttypefindfunctions.c:
25599           Fix broken mp3 typefinding.  Fixes #158375
25600
25601 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25602
25603         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25604
25605         * ext/ogg/gstoggdemux.c:
25606           Fix sync on broken files.  Fixes #158976
25607
25608 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25609
25610         patch by: Edward Hervey <bilboed@bilboed.com>
25611
25612         * ext/libpng/gstpngenc.c:
25613           Copy over buffer properties.  Fixes #158832
25614
25615 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25616
25617         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
25618
25619         * ext/dvdread/dvdreadsrc.c:
25620           Fixes invalid reads (#158462)
25621
25622 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25623
25624         * sys/v4l/gstv4lsrc.c:
25625         * sys/v4l/gstv4lsrc.h:
25626         * sys/v4l/v4lsrc_calls.c:
25627           Probe less and cache it.  Fixes #159187.
25628
25629 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25630
25631         * gst/videorate/gstvideorate.c:
25632           Handle all video formats. Fixes #159186.
25633
25634 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
25635         * gst/synaesthesia/gstsynaesthesia.c:
25636         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
25637         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
25638         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
25639         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
25640         (gst_synaesthesia_change_state), (plugin_init):
25641         Fix up synaesthesia to work under different samplerates/ buffer sizes.
25642         Force 320x200 output, as that's the only thing the underlying
25643         synaesthesia implementation supports. Still needs to be made
25644         re-entrant.
25645
25646 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25647
25648         * configure.ac:
25649           Fix mpeg2enc configure check (similar to mplex check below).
25650
25651 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
25652
25653         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25654
25655         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25656           Fix for gcc-2.95 (fixes #158221).
25657
25658 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25659
25660         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
25661           Re-add clock distribution hack (until new core is released).
25662           Fixes #158125.
25663
25664 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
25665         * configure.ac:
25666           fix mplex configure check segfaulting on some systems (bug #140994)
25667
25668 2004-11-13  Benjamin Otte  <otte@gnome.org>
25669
25670         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
25671           add debugging
25672         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25673           do a wait when we enter the loop func with no data available to
25674           write instead of getting into an 100% CPU loop by just returning and
25675           being called again by the scheduler
25676
25677 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
25678
25679         * configure.ac:
25680         * ext/libvisual/visual.c: (gst_visual_get_type),
25681         (libvisual_log_handler), (gst_visual_getcaps),
25682         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
25683         (plugin_init):
25684           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
25685         * ext/smoothwave/Makefile.am:
25686         * ext/smoothwave/demo-osssrc.c: (main):
25687         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
25688         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
25689         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
25690         (plugin_init):
25691         * ext/smoothwave/gstsmoothwave.h:
25692           Make gstsmoothwave a working element in the 20th century.
25693
25694         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
25695           Fix incorrect link function
25696
25697 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25698
25699         * gst/volume/gstvolume.c:
25700           Allow buffer-frames=0.
25701
25702 2004-11-12 Iain <iaingnome@gmail.com>
25703
25704         * configure.ac: Check for polypaudio
25705
25706         * ext/Makefile.am: Build the polyp dir
25707
25708         * ext/polyp: The polypsink sources.
25709
25710 2004-10-30 Iain <iaingnome@gmail.com>
25711
25712         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
25713         caps to reflect the new number of channels.
25714
25715 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25716
25717         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25718           Fix for negotiation order problem. This would show when the
25719           ALSA loopfuction was called before any other function. ALSA
25720           wouldn't do anything because we're not negotiated yet, leading
25721           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
25722
25723 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25724
25725         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25726
25727         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
25728           No warnings (#157986).
25729
25730 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25731
25732         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25733           Prefer apev1/2 and id3v1 (at end of file) over musepack.
25734
25735 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25736
25737         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
25738           Signal no-more-pads (so it works in playbin).
25739
25740 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25741
25742         * ext/musepack/gstmusepackreader.cpp:
25743           Workaround for older core.
25744
25745 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25746
25747         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
25748           Actually test for odd width/height rather than testing whether
25749           a temporary variable that was 0 before we subtracted 1 is now
25750           not equal to zero (which it always is).
25751
25752 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25753
25754         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
25755         Fix compilation if HAVE_XVIDEO is not defined
25756
25757 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25758
25759         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
25760         Fix compilation if HAVE_XVIDEO is not defined
25761
25762 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
25763
25764         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
25765         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
25766         (gst_goom_change_state), (plugin_init):
25767         Use the bytestream adapter so goom doesn't depend on the input
25768         buffer size.
25769         Add a debug category
25770
25771 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25772
25773         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
25774           Only set hardware parameters *after* negotiation. Before
25775           negotiation, it will set ANY and that seems to cause crashes
25776           (see e.g. #151288, #153227).
25777
25778 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25779
25780         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25781           This seems to be antique leftover. It needs to pass error
25782           checking.
25783         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
25784         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
25785         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
25786         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
25787           Fix GstXOverlay implementation (#151059).
25788
25789 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25790
25791         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25792           Don't assert (#157853).
25793
25794 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25795
25796         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
25797           Fix bytes/samples confustion.
25798         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
25799           Fix for underrun (#144389).
25800
25801 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25802
25803         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25804           Disable halfway-seek for pending release (since it needs a new
25805           core release).
25806
25807 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25808
25809         * sys/v4l/gstv4lsrc.c:
25810         * sys/v4l/gstv4lsrc.h:
25811         * sys/v4l/v4lsrc_calls.c:
25812           add autoprobe-fps property so we can separate autoprobing parts
25813
25814 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25815
25816         * sys/v4l/gstv4lsrc.c:
25817         * sys/v4l/v4lsrc_calls.c:
25818         initialise fourcc to catch unset fourcc's, and debug
25819
25820 2004-11-09  Wim Taymans  <wim@fluendo.com>
25821
25822         * gst/playback/README:
25823         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
25824         * gst/playback/gstplaybin.c: (gst_play_bin_init),
25825         (gst_play_bin_dispose), (gst_play_bin_set_property),
25826         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
25827         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
25828         (gst_play_bin_get_formats), (gst_play_bin_convert),
25829         (gst_play_bin_get_query_types), (gst_play_bin_query):
25830         Cleanups and some more documentation.
25831
25832 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
25833
25834         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
25835         (gst_cacasink_init), (gst_cacasink_chain):
25836         * ext/libcaca/gstcacasink.h:
25837         Cacasink inherits from VideoSink, so let that store the clock.
25838
25839 2004-11-09  Wim Taymans  <wim@fluendo.com>
25840
25841         * gst/playback/README:
25842         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
25843         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
25844         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
25845         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
25846         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
25847         (setup_sinks):
25848         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
25849         (gst_stream_info_is_mute), (gst_stream_info_set_property):
25850         * gst/playback/gststreaminfo.h:
25851         Updated README.
25852         Only switch groups if all streams have muted (EOSed).
25853         Send Tags in sync with the stream playback instead of in
25854         the playback/preroll phase.
25855         Some cleanups, free the fakesrc elements.
25856
25857 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25858
25859         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
25860           buffer-frames property was missing
25861         * ext/arts/gst_arts.c:
25862           rate missing from sinkcaps
25863         * ext/audiofile/gstafparse.c:
25864         * ext/audiofile/gstafsink.c:
25865         * ext/audiofile/gstafsrc.c:
25866         * ext/swfdec/gstswfdec.c:
25867           int audio doesn't know buffer-frames
25868         * ext/cdparanoia/gstcdparanoia.c:
25869           int audio doesn't know chunksize either
25870         * ext/nas/nassink.c:
25871           it's endianness, not endianess
25872         * gst-libs/gst/audio/audio.h:
25873           make float standard pad template caps really describe float
25874         * gst/law/mulaw.c: (linear_factory):
25875           signed only, please
25876         * gst/mpegstream/gstdvddemux.c:
25877           widths of 20 are not valid
25878
25879 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
25880
25881         Submitted by: Luca Ferretti <elle.uca@infinito.it>
25882
25883         * po/LINGUAS:
25884         * po/it.po:
25885           Add Italian
25886
25887 2004-11-08  Wim Taymans  <wim@fluendo.com>
25888
25889         * gst/playback/README:
25890         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
25891         * gst/playback/gstplaybasebin.c: (probe_triggered),
25892         (gst_play_base_bin_change_state):
25893         Updated README, added more comments for fixmes etc..
25894
25895 2004-11-08  Wim Taymans  <wim@fluendo.com>
25896
25897         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
25898         We can remove this hack now.
25899
25900 2004-11-08  Wim Taymans  <wim@fluendo.com>
25901
25902         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
25903         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
25904         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
25905         Only mix AYUV for maximum quality.
25906
25907 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25908
25909         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
25910         (gst_ogg_demux_push), (gst_ogg_pad_push):
25911           Let's act as if we're synchronized now! :).
25912         * ext/theora/theoradec.c: (theora_dec_chain):
25913           Add some debug.
25914
25915 2004-11-08  Wim Taymans  <wim@fluendo.com>
25916
25917         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
25918         (gst_alpha_set_property), (gst_alpha_sink_link),
25919         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
25920         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
25921         (gst_alpha_init_params), (gst_alpha_chain):
25922         Implement alpha functions for AYUV too, this increases
25923         accuracy quite a bit.
25924
25925 2004-11-08  Wim Taymans  <wim@fluendo.com>
25926
25927         * gst/ffmpegcolorspace/avcodec.h:
25928         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25929         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25930         (gst_ffmpegcsp_avpicture_fill):
25931         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25932         (gst_ffmpegcsp_caps_remove_format_info):
25933         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
25934         (shrink12), (img_get_alpha_info), (deinterlace_line),
25935         (deinterlace_line_inplace):
25936         * gst/ffmpegcolorspace/imgconvert_template.h:
25937         Added AYUV colorspace and handle RGBA a bit more respectful.
25938
25939 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25940
25941         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25942           Actually always send a discont (cornercase when resending the
25943           same serial-tagged chain twice).
25944
25945 2004-11-08  Julien MOUTTE  <julien@moutte.net>
25946
25947         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
25948         (gst_ximagesink_finalize):
25949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
25950         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
25951
25952 2004-11-08  Wim Taymans  <wim@fluendo.com>
25953
25954         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
25955         Don't segfault on NULL data.
25956
25957 2004-11-08  Wim Taymans  <wim@fluendo.com>
25958
25959         * gst/playback/gstdecodebin.c: (unlinked):
25960         * gst/playback/gstplay-marshal.list:
25961         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25962         (gst_play_base_bin_init), (group_create), (get_active_group),
25963         (get_building_group), (group_destroy), (group_commit),
25964         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
25965         (add_element_stream), (no_more_pads), (probe_triggered),
25966         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
25967         (state_change), (setup_source), (gst_play_base_bin_get_property),
25968         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25969         (gst_play_base_bin_link_stream),
25970         (gst_play_base_bin_get_streaminfo):
25971         * gst/playback/gstplaybasebin.h:
25972         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25973         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
25974         Add support for chained ogg files. Prepare for playlist
25975         support. This patch introduces the concept of pad groups, which
25976         together compose one playable media file.
25977
25978 2004-11-07  David Schleef  <ds@schleef.org>
25979
25980         * testsuite/gst-lint: Check for pad templates that aren't statically
25981         scoped.
25982
25983 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25984
25985         * configure.ac:
25986         * ext/Makefile.am:
25987         * ext/musepack/Makefile.am:
25988         * ext/musepack/gstmusepackdec.cpp:
25989         * ext/musepack/gstmusepackdec.h:
25990         * ext/musepack/gstmusepackreader.cpp:
25991         * ext/musepack/gstmusepackreader.h:
25992           Add musepack decoder.
25993         * ext/faad/gstfaad.c: (gst_faad_base_init):
25994           Make pad templates static.
25995         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
25996         (plugin_init):
25997           Add musepack typefinder, make mp3 typefinding work halfway stream,
25998           which doesn't actually work yet because id3demux doesn't implement
25999           _get_length().
26000
26001 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26002
26003         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26004         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
26005           Fix interrupt event handling (#144436).
26006
26007 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26008
26009         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
26010           Hide unused glory.
26011
26012 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
26013
26014         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26015
26016         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
26017           Fix weird caps (#157548).
26018
26019 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
26020
26021         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26022
26023         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
26024           Add missing NULL terminator (#157543).
26025
26026 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26027
26028         * gst/tcp/gsttcp.h:
26029         * gst/tcp/gsttcpclientsink.c:
26030         * gst/tcp/gsttcpclientsrc.c:
26031         * gst/tcp/gsttcpserversink.c:
26032         * gst/tcp/gsttcpserversrc.c:
26033           ports can go up to 65535.  Move common defines to gsttcp.h
26034
26035 2004-11-05  Wim Taymans  <wim@fluendo.com>
26036
26037         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
26038         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
26039         Added two more colorspaces.
26040
26041 2004-11-05  Wim Taymans  <wim@fluendo.com>
26042
26043         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26044         (gst_ffmpegcsp_avpicture_fill):
26045         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
26046         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
26047         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
26048         More stride fixes.
26049
26050 2004-11-05  Wim Taymans  <wim@fluendo.com>
26051
26052         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
26053         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
26054         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
26055         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
26056         (gst_videomixer_loop):
26057         More stride fixes.
26058
26059 2004-11-05  Benjamin Otte  <otte@gnome.org>
26060
26061         * ext/mad/gstmad.c: (gst_mad_chain):
26062           don't overflow data buffer. Flush not needed sync data when syncing
26063           failed.
26064
26065 2004-11-04  Wim Taymans  <wim@fluendo.com>
26066
26067         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
26068         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
26069         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
26070         (gst_alpha_init_params), (gst_alpha_chain),
26071         (gst_alpha_change_state):
26072         Updated the chroma keying algorithm with something more
26073         sophisticated.
26074
26075 2004-11-03  Wim Taymans  <wim@fluendo.com>
26076
26077         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
26078         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26079         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
26080         Fix stride issues. Does not completely work for odd
26081         heights.
26082
26083 2004-11-03  Wim Taymans  <wim@fluendo.com>
26084
26085         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
26086         (gst_alpha_chroma_key), (gst_alpha_chain):
26087         Fix stride issues. Does not completely work for odd
26088         heights.
26089
26090 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
26091
26092         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
26093         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
26094         leak fixes
26095
26096 2004-11-03  Wim Taymans  <wim@fluendo.com>
26097
26098         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26099         (gst_ffmpegcsp_avpicture_fill):
26100         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
26101         (avpicture_alloc):
26102         * gst/ffmpegcolorspace/imgconvert_template.h:
26103         Use correct _fill function to get correct strides.
26104
26105 2004-11-02  David Schleef  <ds@schleef.org>
26106
26107         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26108         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
26109         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
26110         Change all g_print()s to debugging.  Add a bunch of consistency
26111         checks.
26112
26113 2004-11-02  Wim Taymans  <wim@fluendo.com>
26114
26115         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
26116         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
26117         (unlinked), (no_more_pads), (close_link):
26118         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26119         (unknown_type), (add_element_stream), (new_decoded_pad),
26120         (removed_decoded_pad), (setup_source):
26121         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
26122         (gst_stream_info_class_init), (gst_stream_info_init),
26123         (gst_stream_info_new), (gst_stream_info_dispose),
26124         (stream_info_mute_pad), (gst_stream_info_set_property),
26125         (gst_stream_info_get_property):
26126         * gst/playback/gststreaminfo.h:
26127         Fix playback of multiple files.
26128         a slightly different approach to handling dynamic pad removals.
26129         This one only looks at pads that we have linked.
26130
26131 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
26132
26133         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
26134         free" warning from libc.
26135
26136 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26137
26138         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
26139         (get_unconnected_element), (remove_starting_from), (pad_removed),
26140         (close_link):
26141           Implement support for dynamic pad changing. We listen to "live"
26142           pad removals (i.e. while playing) and re-setup autoplugging
26143           after that. Playbasebin/playbin need some more work for this
26144           to finally work, but decodebin supports (and replugs) chained
26145           ogg now.
26146
26147 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
26148
26149         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
26150         (gst_alsa_finalize):
26151         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
26152         (gst_cdaudio_finalize):
26153         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
26154         (cdparanoia_finalize):
26155         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
26156         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
26157         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
26158         (dvdreadsrc_finalize):
26159         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
26160         (gst_flacdec_finalize):
26161         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
26162         (gst_flacenc_finalize):
26163         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
26164         (gst_gnomevfssink_finalize):
26165         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
26166         (gst_gnomevfssrc_finalize):
26167         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
26168         (gst_fameenc_finalize):
26169         * ext/nas/nassink.c: (gst_nassink_class_init),
26170         (gst_nassink_finalize):
26171         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
26172         (gst_sdlvideosink_class_init):
26173         * ext/sndfile/gstsf.c: (gst_sf_dispose):
26174         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
26175         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
26176         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
26177         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26178         (gst_x_window_listener_dispose):
26179         * gst/audioscale/gstaudioscale.c:
26180         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
26181         (play_on_demand_finalize):
26182         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
26183         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
26184         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
26185         (cdplayer_finalize):
26186         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
26187         (gst_glimagesink_class_init):
26188         * sys/oss/gstosselement.c: (gst_osselement_class_init),
26189         (gst_osselement_finalize):
26190         * sys/oss/gstosssink.c: (gst_osssink_dispose):
26191         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
26192         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
26193           Fixes a bunch of problems with finalize and dispose functions,
26194           either assumptions that dispose is only called once, or not calling
26195           the parent class dispose/finalize function
26196
26197 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
26198
26199         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
26200           added two api precondition guards
26201           use g_strdup with getenv to fix crash when using ENVVAR
26202
26203 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
26204         * ext/esd/esdsink.c: (gst_esdsink_class_init),
26205         (gst_esdsink_finalize):
26206         Use a finalize function, not dispose, and more importantly,
26207         call the parent class finalize function too
26208
26209 2004-11-01  Johan Dahlin  <johan@gnome.org>
26210
26211         * ext/ogg/gstoggdemux.c:
26212         * gst/tags/gstvorbistag.c:
26213         Plug leaks.
26214
26215 2004-10-31  Benjamin Otte  <otte@gnome.org>
26216
26217         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26218           lotsa memleaks today. But they're all small...
26219
26220 2004-10-31  Benjamin Otte  <otte@gnome.org>
26221
26222         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26223           another memleak crushed
26224
26225 2004-10-31  Benjamin Otte  <otte@gnome.org>
26226
26227         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
26228           fix memleak
26229
26230 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26231
26232         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26233           Hack to prevent crash when going to READY inside signal handler
26234           while this function is active.
26235
26236 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26237
26238         * gst/ffmpegcolorspace/Makefile.am:
26239         * gst/ffmpegcolorspace/avcodec.h:
26240         * gst/ffmpegcolorspace/common.h:
26241         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26242         * gst/ffmpegcolorspace/dsputil.h:
26243         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26244         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26245         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
26246         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
26247         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
26248         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
26249         (gst_ffmpegcsp_avpicture_fill):
26250         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26251         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26252         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26253         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
26254         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
26255         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
26256         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
26257         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
26258         * gst/ffmpegcolorspace/imgconvert.c:
26259         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26260         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26261         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26262         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26263         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26264         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
26265         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
26266         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
26267         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
26268         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
26269         (grow21), (grow22), (grow41), (grow44), (conv411),
26270         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
26271         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
26272         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
26273         (avpicture_free), (is_yuv_planar), (img_convert),
26274         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
26275         (deinterlace_line_inplace), (deinterlace_bottom_field),
26276         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26277         * gst/ffmpegcolorspace/imgconvert_template.h:
26278         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26279         * gst/ffmpegcolorspace/mmx.h:
26280         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
26281         (av_fast_realloc), (av_mallocz_static), (av_free_static),
26282         (av_freep), (avcodec_get_context_defaults),
26283         (avcodec_alloc_context), (avcodec_init):
26284           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
26285           handling plus update from ffmpeg CVS. Large clean-up.
26286
26287 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26288
26289         * gst/playback/Makefile.am:
26290           We need the marshallers for decodebin, too.
26291
26292 2004-10-30  David Schleef  <ds@schleef.org>
26293
26294         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
26295           quicktime typefinding work with 64-bit offsets.
26296
26297 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
26298
26299         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
26300           Set EOS on the element when processing an EOS event.
26301         * ext/speex/gstspeexdec.h:
26302         * ext/speex/gstspeexenc.h:
26303           Only keep a const ptr to the mode
26304         * gst-libs/gst/riff/riff-media.c:
26305         (gst_riff_create_audio_caps_with_data),
26306         (gst_riff_create_audio_template_caps):
26307           Allow WMAV3, with up to 6 channels.
26308         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
26309           Don't call gst_pad_set_event_function on a sink pad.
26310         * gst/mpegstream/gstdvddemux.c:
26311         (gst_dvd_demux_get_subpicture_stream),
26312         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
26313           Copy the explicit caps that were set across to the cur_* pads,
26314           instead of trying to use a possibly non-existent negotiated caps.
26315           Reset the type of subpicture pads to UNKNOWN after calling
26316           init_stream, so that the caps get set.
26317
26318 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
26319
26320         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26321
26322         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
26323           Don't touch buffer if it is of size 0 (fixes #151064).
26324
26325 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26326
26327         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
26328           Synchronized discont handling.
26329
26330 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26331
26332         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
26333         (gst_ogg_demux_push):
26334           Make seeking sort-of exact again (fixes #156387).
26335
26336 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26337
26338         * gst/playback/gstplaybasebin.c: (unknown_type),
26339         (add_element_stream), (new_decoded_pad),
26340         (gst_play_base_bin_change_state):
26341         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26342         (gst_stream_info_init), (gst_stream_info_new),
26343         (gst_stream_info_dispose), (gst_stream_info_get_property):
26344         * gst/playback/gststreaminfo.h:
26345           Make caps explicitely available. Makes testing for unsupported
26346           types possible. Improves error reporting.
26347
26348 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26349
26350         * gst/audioconvert/gstaudioconvert.c:
26351         (gst_audio_convert_buffer_to_default_format):
26352           Really don't touch read-only buffers (#156563).
26353
26354 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
26355
26356         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26357
26358         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26359           Fix memleak (#155223).
26360
26361 2004-10-29  Wim Taymans  <wim@fluendo.com>
26362
26363         * gst/tcp/.cvsignore:
26364         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
26365         (gst_multifdsink_class_init), (gst_multifdsink_init),
26366         (gst_multifdsink_add), (gst_multifdsink_remove),
26367         (gst_multifdsink_remove_client_link), (is_sync_frame),
26368         (gst_multifdsink_new_client),
26369         (gst_multifdsink_handle_client_write),
26370         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26371         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26372         (gst_multifdsink_get_property):
26373         * gst/tcp/gstmultifdsink.h:
26374         Added burst on connect sync_method, deprecated sync_clients,
26375         streamlined the sync code some more.
26376
26377 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26378
26379         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
26380         (gst_play_base_bin_change_state):
26381           Improve error reporting.
26382
26383 2004-10-28  Wim Taymans  <wim@fluendo.com>
26384
26385         * gst/tcp/Makefile.am:
26386         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
26387         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
26388         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
26389         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
26390         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26391         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26392         (gst_fdset_wait):
26393         Added more locks around fdset structures. Fixed/reworked
26394         the poll array resizing code.
26395         Added stress test for fdset.
26396
26397 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26398
26399         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
26400         fix build
26401
26402 2004-10-28  Benjamin Otte  <otte@gnome.org>
26403
26404         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
26405           fix link function to always query channels and query width for
26406           floats
26407         * configure.ac:
26408           add equalizer dir
26409         * gst/equalizer/Makefile.am:
26410         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
26411         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
26412         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
26413         (arg_to_scale), (setup_filter),
26414         (gst_iir_equalizer_compute_frequencies),
26415         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
26416         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
26417         (plugin_init):
26418           add an equalizer
26419
26420 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26421
26422         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
26423
26424         * po/LINGUAS:
26425         * po/nb.po:
26426           Added Norwegian Bokmaal translation
26427
26428 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26429
26430         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26431           Don't break on options (fixes #156488).
26432
26433 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26434
26435         * configure.ac:
26436         * ext/cdaudio/Makefile.am:
26437         * sys/Makefile.am:
26438           fix build on older automake
26439
26440 2004-10-26  Wim Taymans  <wim@fluendo.com>
26441
26442         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
26443         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
26444         Allow a little margin when negotiating the framerate.
26445
26446 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
26447
26448         * gst/level/gstlevel.c:
26449           synchonised naming of pads and pad-templates
26450
26451 2004-10-26  Wim Taymans  <wim@fluendo.com>
26452
26453         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
26454         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
26455         (_find_streams_check), (gst_ogg_demux_push):
26456         Fix EOS again. Needs to be done in a better way. We should not
26457         remove the pad if there is no new chained stream.
26458
26459 2004-10-26 Iain <iaingnome@gmail.com>
26460
26461         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
26462         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
26463         of the caps.
26464         * gst/interleave/interleave.c (interleave_class_init): Hook up release
26465         pad.
26466         (interleave_release_pad): Remove the pad.
26467         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
26468         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
26469         the set device.
26470         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
26471         attrs
26472         (gst_xvimagesink_xcontext_clear): Free the xcontext.
26473         (gst_xvimagesink_finalize): Free the par.
26474
26475 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26476
26477         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
26478         (gst_avimux_stop_file):
26479           First calculate the rate, and only then use it. Hdr.rate is a
26480           multiple and not a derivative of hdr.scale. Scale is not the
26481           same as blockalign but is solely related to rate.
26482
26483 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26484
26485         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
26486         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
26487           Implement seeking.
26488
26489 2004-10-25  James Henstridge  <james@jamesh.id.au>
26490
26491         Reviewed by:  David Schleef  <ds@schleef.org>
26492
26493         * examples/gstplay/player.c: (got_stream_length), (main):
26494         * examples/seeking/cdplayer.c: (update_scale):
26495         * examples/seeking/seek.c: (format_value), (update_scale):
26496         * examples/seeking/spider_seek.c: (format_value), (update_scale),
26497         (stop_seek):
26498         Build fixes on AMD64.
26499
26500 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26501
26502         reviewed by: Ronald Bultje <rbultje at gnome dot org>
26503
26504         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
26505         Fix for some v4l cards which hang in v4lsrc
26506
26507 2004-10-25  Wim Taymans  <wim@fluendo.com>
26508
26509         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
26510         (gst_ogg_demux_push), (gst_ogg_chains_clear):
26511         Make sure to remove the pad when a new chain is
26512         encountered. Set some vars to NULL so we don't try
26513         to reference freed memory.
26514
26515 2004-10-25  Wim Taymans  <wim@fluendo.com>
26516
26517         * examples/seeking/Makefile.am:
26518         * examples/seeking/cdplayer.c: (update_scale):
26519         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
26520         * examples/seeking/playbin.c: (make_playerbin_pipeline),
26521         (format_value), (update_scale), (iterate), (start_seek),
26522         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
26523         (print_usage), (main):
26524         Added some more examples, update others.
26525
26526 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26527
26528         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
26529         * ext/speex/gstspeexdec.c: (speex_dec_chain):
26530         * ext/theora/theoradec.c: (theora_dec_chain):
26531         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26532           Add codec-name metadata.
26533
26534 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
26535
26536         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26537
26538         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26539         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
26540         * ext/alsa/gstalsamixertrack.h:
26541         * po/POTFILES.in:
26542           ALSA mixer track label internationalization (#154054).
26543
26544 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26545
26546         * ext/theora/theoradec.c: (theora_dec_chain):
26547           Export bitrate as metadata.
26548
26549 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26550
26551         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26552         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
26553         * ext/alsa/gstalsamixertrack.h:
26554           Fix names, fix loop.
26555
26556 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26557
26558         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
26559         (speex_dec_convert):
26560           sinkconvert function so oggdemux can get the file length (totem).
26561
26562 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
26563
26564         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26565
26566         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
26567           Don't push incomplete packets.
26568         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
26569           Fix MPEG-4 audio typefinding.
26570
26571 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26572
26573         * sys/v4l/Makefile.am:
26574         * sys/v4l/gstv4l.c: (plugin_init):
26575         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
26576         (gst_v4lelement_init), (gst_v4lelement_dispose),
26577         (gst_v4lelement_change_state):
26578         * sys/v4l/gstv4lelement.h:
26579         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
26580         (gst_v4l_xoverlay_close), (idle_refresh),
26581         (gst_v4l_xoverlay_set_xwindow_id):
26582         * sys/v4l/gstv4lxoverlay.h:
26583         * sys/v4l/v4l-overlay_calls.c:
26584         * sys/v4l/v4l_calls.h:
26585         * sys/v4l2/Makefile.am:
26586         * sys/v4l2/gstv4l2.c: (plugin_init):
26587         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
26588         (gst_v4l2element_init), (gst_v4l2element_dispose),
26589         (gst_v4l2element_change_state):
26590         * sys/v4l2/gstv4l2element.h:
26591         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
26592         (gst_v4l2_xoverlay_close), (idle_refresh),
26593         (gst_v4l2_xoverlay_set_xwindow_id):
26594         * sys/v4l2/gstv4l2xoverlay.h:
26595         * sys/v4l2/v4l2-overlay_calls.c:
26596         * sys/v4l2/v4l2_calls.h:
26597           Remove client-side overlay handling, use the X-server v4l plugin
26598           for that. Nicer overlay, less code. Also make the plugin
26599           compileable without X (but then without overlay, obviously).
26600           Makes xwindowlistener obsolete, should we remove that?
26601
26602 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26603
26604         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
26605         (gst_osssrc_src_query):
26606         * sys/oss/gstosssrc.h:
26607           OK, so people want offset in DEFAULT. This time, actually fix all
26608           cases.
26609         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26610           Add FPS properly.
26611
26612 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26613
26614         * gst/asfdemux/gstasfmux.c:
26615         * gst/avi/gstavimux.c:
26616           Framerate.
26617
26618 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26619
26620         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
26621           Fix properties (channel, norm, frequency).
26622
26623 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26624
26625         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
26626           Flag typo.
26627         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
26628           No warnings.
26629
26630 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26631
26632         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
26633           Fix hang.
26634
26635 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26636
26637         * sys/v4l2/gstv4l2element.h:
26638           Yet Another Hack (tm) for kernel header borkedness.
26639         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
26640         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
26641         (gst_v4l2src_link), (gst_v4l2src_getcaps),
26642         (gst_v4l2src_change_state):
26643         * sys/v4l2/gstv4l2src.h:
26644         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
26645         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
26646           Fix caps, keep track of state, work.
26647
26648 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26649
26650         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26651           Quiet.
26652
26653 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26654
26655         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26656           Don't mix bytes and samples.
26657
26658 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26659
26660         * ext/ogg/gstoggmux.c:
26661           Basic pad template which accepts OGM tracks, speex, flac, vorbis
26662           and theora. Any is incorrect.
26663         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
26664           Fix caps.
26665         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
26666         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
26667         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
26668         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
26669         * sys/v4l/gstv4lmjpegsrc.h:
26670         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
26671         (gst_v4lsrc_change_state):
26672         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
26673         (gst_v4lmjpegsrc_capture_stop):
26674           Fix caps. Keep track of internal state. Work.
26675
26676 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26677
26678         * ext/Makefile.am:
26679           Fix the build fixes.
26680
26681 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26682
26683         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
26684         (gst_ogg_demux_src_event), (_find_chain_seek),
26685         (gst_ogg_pad_push):
26686           Check for pad availability before using it.
26687         * ext/ogg/gstoggdemux.c: (_find_chain_process):
26688           Fix parsing of chained ogg. Needs more work on the decoder side.
26689
26690 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26691
26692         * gst/spectrum/Makefile.am:
26693         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
26694         (idle_func):
26695           Fix demo and reenable it. Yes, I'm currently playing with audio
26696           analysis tools
26697
26698 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26699
26700         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26701           We love it if files that start at zero work too...
26702
26703 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26704
26705         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
26706           Handle files with missing EOS headers.
26707
26708 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26709
26710         * gst/tcp/gsttcpserversink.c:
26711         (gst_tcpserversink_handle_server_read),
26712         (gst_tcpserversink_init_send):
26713         Zero some variables first (need for accept not to return EINVAL)
26714
26715 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26716
26717         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
26718         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
26719         * ext/theora/theoradec.c: (theora_dec_sink_convert),
26720         (theora_dec_chain):
26721         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
26722         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
26723           Seeking and querying finetune.
26724
26725 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26726
26727         * configure.ac:
26728         * ext/Makefile.am:
26729         * ext/raw1394/Makefile.am:
26730           fix the build
26731
26732 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26733
26734         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
26735           Wrong return.
26736         * gst/playback/Makefile.am:
26737         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
26738         * gst/playback/gstplay-marshal.list:
26739         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
26740           Fix marshallers.
26741
26742 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26743
26744         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
26745           Silence.
26746
26747 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26748
26749         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
26750         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
26751         (gst_ogg_pad_push):
26752           Yay for non-lineair granulepos in theora.
26753
26754 2004-10-18  Wim Taymans  <wim@fluendo.com>
26755
26756         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
26757         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
26758         * ext/dv/gstdvdec.h:
26759         Make sure we renegotiate aspect ratio when the camera switches.
26760
26761 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26762
26763         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
26764         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
26765           Start at zero.
26766         * ext/theora/theoradec.c: (theora_dec_chain):
26767           Skip headers. Bad idea for chained ogg, but fixes seeking.
26768
26769 2004-10-18  Wim Taymans  <wim@fluendo.com>
26770
26771         * configure.ac:
26772         I swear, this is the last time I touch this.
26773
26774 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26775
26776         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
26777         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
26778         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
26779           Faster seeking.
26780         * ext/theora/theoradec.c: (theora_dec_sink_convert):
26781           Time-to-default conversion.
26782         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26783           Don't error on unknown packets, just skip. We should probably
26784           read them if we want to support chained ogg.
26785
26786 2004-10-18  Wim Taymans  <wim@fluendo.com>
26787
26788         * configure.ac:
26789         Added cdaudio to wrong list.
26790
26791 2004-10-18  Wim Taymans  <wim@fluendo.com>
26792
26793         * configure.ac:
26794         Revive cdaudio.
26795
26796 2004-10-18  Wim Taymans  <wim@fluendo.com>
26797
26798         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
26799         (gst_dvdec_video_link), (gst_dvdec_push):
26800         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
26801         (gst_smokeenc_resync), (gst_smokeenc_chain):
26802         Fix mimetype on smoke encoder.
26803         Add aspect ratio to dvdec. Not sure if these
26804         values are correct though....
26805
26806 2004-10-18  Wim Taymans  <wim@fluendo.com>
26807
26808         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
26809         Fix vorbis property descriptions and ranges.
26810
26811 2004-10-18  Wim Taymans  <wim@fluendo.com>
26812
26813         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
26814         Really do nothing when no data is available.
26815         Go to the playing state when the stream is not seekable
26816         instead of failing.
26817
26818 2004-10-18  Wim Taymans  <wim@fluendo.com>
26819
26820         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
26821         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
26822         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
26823         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
26824         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
26825         Added uri handler for cd://
26826         Port to new API.
26827
26828 2004-10-18  Wim Taymans  <wim@fluendo.com>
26829
26830         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
26831         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
26832         (try_to_link_1), (no_more_pads), (close_link), (type_found):
26833         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
26834         (remove_prerolls), (unknown_type), (add_element_stream),
26835         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
26836         (gst_play_base_bin_remove_element),
26837         (gst_play_base_bin_link_stream):
26838         * gst/playback/gstplaybin.c: (gen_video_element),
26839         (gen_vis_element), (remove_sinks), (setup_sinks):
26840         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
26841         (gst_stream_info_get_type), (gst_stream_info_class_init),
26842         (gst_stream_info_init), (gst_stream_info_new),
26843         (gst_stream_info_dispose), (stream_info_mute_pad),
26844         (gst_stream_info_set_property), (gst_stream_info_get_property):
26845         * gst/playback/gststreaminfo.h:
26846         Add sink padtemplate to decodebin.
26847         Added some more comments.
26848         Make queue size configurable in playbasebin.
26849         Added possibility to use elements as sinks (ex cdaudio).
26850
26851 2004-10-15  Wim Taymans  <wim@fluendo.com>
26852
26853         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
26854         (gst_speexenc_chain):
26855         Fix speex timestamps so that it gets muxed properly.
26856
26857 2004-10-15  Wim Taymans  <wim@fluendo.com>
26858
26859         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
26860         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
26861         (gst_dv1394src_init), (gst_dv1394src_dispose),
26862         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
26863         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
26864         (gst_dv1394src_event), (gst_dv1394src_get_formats),
26865         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
26866         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
26867         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
26868         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
26869         * ext/raw1394/gstdv1394src.h:
26870         Added conversion/query functions.
26871         Update buffer timestamps,
26872         Added signals.
26873         Added uri dv:// so it might play from the firewire in playbin.
26874         Fix a possible leak.
26875         Added debugging.
26876
26877 2004-10-15  Wim Taymans  <wim@fluendo.com>
26878
26879         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
26880         (gst_dv1394src_init), (gst_dv1394src_set_property),
26881         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
26882         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
26883         * ext/raw1394/gstdv1394src.h:
26884         Added AV/C VTR control support needed for some cameras.
26885         Added automatic port detection.
26886         Added properties for selecting the channel.
26887         The configure.ac script is not yet updated to reflect the
26888         new libavc1394 and librom1394 dependencies.
26889
26890 2004-10-15  Wim Taymans  <wim@fluendo.com>
26891
26892         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26893         (qtdemux_parse), (gst_qtdemux_handle_esds):
26894         An esds box is not a container.
26895         Fix parsing of mp4v boxes.
26896         Do not try to renegotiate fps for each frame. Need to
26897         find a better method. This should fix mp4 playback.
26898
26899 2004-10-14  David Schleef  <ds@schleef.org>
26900
26901         * configure.ac: update for swfdec-0.3 and liboil-0.2
26902         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
26903         * ext/swfdec/gstswfdec.h: same
26904         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
26905         * gst/videotestsrc/videotestsrc.c: same
26906
26907 2004-10-14  Wim Taymans  <wim@fluendo.com>
26908
26909         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26910         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
26911         (is_sync_frame), (gst_multifdsink_new_client),
26912         (gst_multifdsink_handle_client_write),
26913         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26914         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
26915         Turn warnings into info.
26916         Don't allow a state change in the streaming thread.
26917
26918 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26919
26920         * ext/vorbis/oggvorbisenc.c:
26921         * ext/vorbis/vorbisdec.c:
26922           fix template sample rate
26923
26924 2004-10-13  Wim Taymans  <wim@fluendo.com>
26925
26926         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26927         Decoding the header first fixes some problems in resyncing
26928         in more mp3s.
26929
26930 2004-10-12  Wim Taymans  <wim@fluendo.com>
26931
26932         * gst/playback/gstplaybin.c: (gen_video_element),
26933         (gen_vis_element), (remove_sinks), (setup_sinks):
26934         Added vis plugin support, need to configure the vis
26935         element to activate it.
26936
26937 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26938
26939         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
26940         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
26941           Some debug.
26942         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
26943         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
26944         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
26945         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
26946         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
26947         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
26948         * gst/avi/gstavidemux.h:
26949           Support for openDML-2.0 indx/ix## chunks. Support for broken index
26950           recovery (where, if part of the index is broken, we will still read
26951           the rest of the index and recover the broken part by stream
26952           scanning). More broken media support. EOS workarounds. General AVI
26953           braindamage headache recovery. Aspirin included.
26954
26955 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26956
26957         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
26958         (cdparanoia_event), (cdparanoia_query):
26959           Get rid of hideous lead-in.
26960
26961 2004-10-11  Wim Taymans  <wim@fluendo.com>
26962
26963         * gst/playback/gstplaybasebin.c: (setup_source):
26964         Wrong var used to get g_list_next.
26965
26966 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26967
26968         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
26969         (cdparanoia_get), (cdparanoia_open):
26970           Report discid as metadata, add duration.
26971
26972 2004-10-11  Wim Taymans  <wim@fluendo.com>
26973
26974         * gst/playback/gstplaybasebin.c: (setup_source):
26975         Cleanup the previous pipeline a little earlier for the
26976         case that a source element provides raw data.
26977
26978 2004-10-11  Benjamin Otte  <otte@gnome.org>
26979
26980         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
26981           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
26982           consuming the last 128 bytes, even though it was valid mp3 data.
26983
26984 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26985
26986         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
26987         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
26988         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
26989         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
26990
26991 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26992
26993         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
26994         Fix for webcams that support only specific width or height
26995
26996 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
26997
26998         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26999
27000         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
27001           Fix wrong discont event setup (fixes #154967).
27002
27003 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
27004
27005         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27006
27007         * gst/auparse/gstauparse.c: (gst_auparse_chain):
27008           Error out on invalid data (fixes #154807).
27009
27010 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27011
27012         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27013
27014         * ext/dvdread/dvdreadsrc.c: (_read):
27015           Make titles > 0 work again (fixes #154834).
27016
27017 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27018
27019         * gst-libs/gst/riff/riff-media.c:
27020         (gst_riff_create_video_template_caps):
27021           WMV3 missing in template caps.
27022
27023 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27024
27025         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
27026           OK, so the original code was too strict. It makes random AVI files
27027           hang for seconds upon opening, which is unacceptable and is far
27028           beyond the original goal of getting multiple chunks for one-chunk
27029           sounc stream files. So now do just that.
27030
27031 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27032
27033         * gst/playback/gstplaybasebin.c: (setup_source),
27034         (gst_play_base_bin_change_state):
27035           Actually clean up streaminfo if output fails. This would trigger
27036           if, for example, there was no CD in the drive. No preroll, so
27037           a streaminfo structure is created, but the subsequent state change
27038           of the thread fails.
27039         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27040           Don't change state if parent failed.
27041
27042 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27043
27044         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27045         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
27046         (gen_video_element), (remove_sinks):
27047           Add small bits of code for screenshot handling.
27048
27049 2004-10-08  Wim Taymans  <wim@fluendo.com>
27050
27051         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
27052         (gen_video_element), (gen_audio_element), (setup_sinks):
27053         Don't assume the user provided sinks are named "sink"...
27054
27055 2004-10-08  Wim Taymans  <wim@fluendo.com>
27056
27057         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
27058         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
27059         (gst_play_base_bin_link_stream):
27060         Do not try to autoplug sources that generate raw streams like
27061         cdparanoia.
27062         disconnect the preroll overrun signal when we don't need it anymore.
27063
27064 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
27065
27066         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
27067         Added reworked patch from #154903 from milosz derezynski (deadchip).
27068
27069 2004-10-08  Wim Taymans  <wim@fluendo.com>
27070
27071         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
27072         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
27073         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
27074         (cdparanoia_convert), (cdparanoia_uri_get_type),
27075         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
27076         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
27077         * ext/cdparanoia/gstcdparanoia.h:
27078         This adds the cdda://<tracknum> uri.
27079
27080 2004-10-08  Wim Taymans  <wim@fluendo.com>
27081
27082         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
27083         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
27084         (try_to_link_1), (no_more_pads), (close_link), (type_found):
27085         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27086         (unknown_type), (gst_play_base_bin_remove_element),
27087         (gst_play_base_bin_link_stream):
27088         * gst/playback/gstplaybasebin.h:
27089         * gst/playback/gstplaybin.c: (gst_play_bin_init),
27090         (gst_play_bin_set_property), (gen_video_element),
27091         (gen_audio_element), (setup_sinks):
27092         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
27093         (gst_stream_info_get_type), (gst_stream_info_class_init),
27094         (gst_stream_info_init), (gst_stream_info_new),
27095         (gst_stream_info_dispose), (stream_info_mute_pad),
27096         (gst_stream_info_set_property), (gst_stream_info_get_property):
27097         * gst/playback/gststreaminfo.h:
27098         Reuse the audio and video bins.
27099         Some internal cleanups in the stream selection code.
27100
27101 2004-10-08  Julien MOUTTE  <julien@moutte.net>
27102
27103         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
27104         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
27105         * sys/ximage/ximagesink.h:
27106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
27107         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
27108         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
27109         not coming from those elements. Moreover these elements should not keep
27110         the xid they have been given when in NULL state.
27111
27112 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27113
27114         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
27115         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
27116         * sys/ximage/ximagesink.h:
27117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
27118         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
27119         * sys/xvimage/xvimagesink.h:
27120           Actually only create a new toplevel window if we're not gonna
27121           embed it right after.
27122
27123 2004-10-07  Wim Taymans  <wim@fluendo.com>
27124
27125         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
27126         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
27127         * gst/playback/gstplaybin.c: (setup_sinks):
27128         Implement muting/unmuting of streams, mute streams that are not
27129         used.
27130
27131 2004-10-07  Wim Taymans  <wim@fluendo.com>
27132
27133         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
27134         (plugin_init):
27135         Added lame audio/x-ac3 typefind function.
27136
27137 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27138
27139         * configure.ac:
27140           bump nano to cvs
27141
27142 === release 0.8.5 ===
27143
27144 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27145
27146         * NEWS:
27147         * RELEASE:
27148         * configure.ac:
27149           releasing 0.8.5, "Take You On"
27150
27151 2004-10-06  Wim Taymans  <wim@fluendo.com>
27152
27153         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
27154         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27155         (no_more_pads), (close_link), (type_found):
27156         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27157         * gst/playback/gstplaybin.c: (gen_video_element):
27158         Do not signal the no_more_pads after the first pad when
27159         we are plugging a non dynamic element with multiple
27160         output pads (like swfdec, dvdec, ...).
27161
27162 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27163
27164         * configure.ac:
27165           bump for prerelease
27166
27167 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27168
27169         * gst/wavparse/gstwavparse.c:
27170           add ATRAC3 to STATIC CAPS to fix a warning
27171
27172         * gst/matroska/ebml-read.c:
27173         * gst-libs/gst/riff/riff-read.c:
27174           fix typos
27175
27176 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27177
27178         * gst-libs/gst/riff/riff-media.c:
27179           generate caps for ATRAC3 audio streams
27180
27181         * gst/realmedia/rmdemux.c:
27182           generate caps for ATRAC3 audio streams
27183
27184 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27185
27186         * gst/wavparse/Makefile.am
27187         * gst/wavparse/riff.h
27188         * gst/wavparse/wavparse.vcproj
27189           riff.h removal (unused and duplication with riff-ids.h)
27190
27191 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27192
27193         * gst/wavparse/gstwavparse.h
27194           remove duplicated defines for audio codec codes
27195
27196         * gst-libs/gst/riff/riff-ids.h
27197         * gst/wavenc/riff.h:
27198           add "4CC" code for ATRAC3 audio streams
27199           add "4CC" code for ITU_G721_ADPCM (unused for now)
27200
27201 2004-10-06  Wim Taymans  <wim@fluendo.com>
27202
27203         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
27204         Actually _do_ negotiation. Pass gdouble as arg instead
27205         of guint64 for the framerate.
27206
27207 2004-10-06  Wim Taymans  <wim@fluendo.com>
27208
27209         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
27210         (find_compatibles), (close_pad_link), (try_to_link_1),
27211         (no_more_pads), (close_link), (type_found):
27212         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27213         * gst/playback/gstplaybin.c: (gen_video_element),
27214         (gen_audio_element):
27215         Set state on newly added element to READY so that negotiation
27216         can happen ASAP.
27217         Addes some more debug info.
27218         Do not try to plug pads with multiple caps structures or ANY
27219         because it is too dangerous since we do not do dynamic
27220         replugging.
27221
27222 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27223
27224         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
27225
27226         * po/LINGUAS:
27227         * po/or.po:
27228           add Oriya translation
27229
27230 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27231
27232         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
27233           Prevent overwrite of size member. Makes audio sound crappy.
27234
27235 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27236
27237         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
27238         Add rmvb to the list of known RealMedia extensions
27239
27240 2004-10-05  Wim Taymans  <wim@fluendo.com>
27241
27242         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
27243         (mngdec_openstream), (mngdec_closestream),
27244         (mngdec_handle_sink_event), (mngdec_readdata),
27245         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
27246         (mngdec_getcanvasline), (mngdec_refresh),
27247         (gst_mngdec_change_state):
27248         Set the framerate correctly.
27249
27250 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27251
27252         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
27253           There was something wrong with the index massaging.
27254
27255 2004-10-04  Wim Taymans  <wim@fluendo.com>
27256
27257         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
27258         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
27259         (gst_smokedec_chain):
27260         * ext/jpeg/gstsmokedec.h:
27261         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
27262         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
27263         * ext/jpeg/gstsmokeenc.h:
27264         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
27265         (smokecodec_decode_new), (smokecodec_info_free),
27266         (smokecodec_set_quality), (smokecodec_get_quality),
27267         (smokecodec_set_threshold), (smokecodec_get_threshold),
27268         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
27269         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
27270         (smokecodec_encode), (smokecodec_parse_id),
27271         (smokecodec_parse_header), (smokecodec_decode):
27272         * ext/jpeg/smokecodec.h:
27273         * ext/jpeg/smokeformat.h:
27274         Updated smoke, new bitstream, allows embedding in ogg.
27275
27276 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27277
27278         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
27279           Fix seeking in some files. All this code is no longer needed (and
27280           actually breaks stuff) because we now synchronize the full index
27281           right when reading the header.
27282
27283 2004-10-04  Wim Taymans  <wim@fluendo.com>
27284
27285         * configure.ac:
27286         configure update for libmng.
27287
27288 2004-10-04  Wim Taymans  <wim@fluendo.com>
27289
27290         * ext/libmng/Makefile.am:
27291         * ext/libmng/gstmng.c: (plugin_init):
27292         * ext/libmng/gstmng.h:
27293         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
27294         (gst_mngdec_base_init), (gst_mngdec_class_init),
27295         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
27296         (gst_mngdec_loop), (gst_mngdec_get_property),
27297         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
27298         (mngdec_closestream), (mngdec_handle_sink_event),
27299         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
27300         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
27301         (gst_mngdec_change_state):
27302         * ext/libmng/gstmngdec.h:
27303         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
27304         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
27305         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
27306         (gst_mngenc_chain), (gst_mngenc_get_property),
27307         (gst_mngenc_set_property):
27308         * ext/libmng/gstmngenc.h:
27309         Added basic MNG decoder. Needs more work. The encoder does
27310         not work yet.
27311
27312 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27313
27314         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
27315         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
27316         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
27317           Don't hang on length=0 chunks. Some negotiation fixes. Signal
27318           no-more-pads.
27319
27320 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27321
27322         * configure.ac:
27323           you need at least 1.0.4 of speex
27324
27325 2004-10-04 Iain <iaingnome@gmail.com>
27326
27327         * ext/speex/gstspeexdec.h: Revert the includes changes.
27328
27329         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
27330
27331 2004-09-30 Iain <iaingnome@gmail.com>
27332
27333         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
27334         found during init or set as a property instead of hardcoding /dev/audio
27335
27336 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27337
27338         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
27339         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
27340         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
27341         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
27342         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
27343         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
27344         (gst_rmdemux_dump_data):
27345           Use debug category, fix EOS handling. filesrc ! rmdemux now
27346           works.
27347
27348 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27349
27350         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27351         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
27352         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
27353           Improve allocation, cutting and sorting of the index. How takes a
27354           few seconds instead of minutes.
27355
27356 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
27357
27358         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
27359           fixed compilation
27360
27361 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27362
27363         * gst-libs/gst/riff/riff-media.c:
27364         (gst_riff_create_video_caps_with_data),
27365         (gst_riff_create_video_template_caps):
27366           Add wing commander format mimetype/fourccs.
27367         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
27368           Don't crash if some value is 0.
27369
27370 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27371
27372         * gst-libs/gst/riff/riff-media.c:
27373         (gst_riff_create_video_caps_with_data),
27374         (gst_riff_create_video_template_caps):
27375           Add DIB fourcc (raw, palettized 8-bit RGB).
27376         * gst-libs/gst/riff/riff-read.c:
27377         (gst_riff_read_strf_vids_with_data):
27378           Oops, fix strf_data reading bug.
27379         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27380           Use a non-NULL tag.
27381         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27382           Time for hacks. Sorry Dave. At least one quicktime movie (a
27383           trailer) that I've encountered contains multiple video tracks.
27384           One of those is the actual video track, the other are one-frame
27385           tracks (images). Unfortunately, the number of frames according
27386           to the trak header is 1 for each, so that doesn't help. So
27387           instead, I look at the duration and discard tracks with a
27388           duration shorter than 20% of the length of the stream. Better
27389           than nothing.
27390
27391 2004-10-01  Christian Schaller <christian@fluendo.com>
27392
27393         * ext/ivorbis/vorbis.c:
27394           Patch from Phil Blundell (Bug 152341)
27395
27396 2004-10-01  Wim Taymans  <wim@fluendo.com>
27397
27398         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
27399         (speex_dec_get_formats), (speex_dec_convert),
27400         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
27401         (speex_dec_chain), (gst_speexdec_get_property),
27402         (gst_speexdec_set_property):
27403         Small cleanups.
27404
27405 2004-10-01  Wim Taymans  <wim@fluendo.com>
27406
27407         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
27408         (gst_wavparse_stream_init), (gst_wavparse_fmt),
27409         (gst_wavparse_other), (gst_wavparse_loop),
27410         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
27411         (gst_wavparse_srcpad_event):
27412         * gst/wavparse/gstwavparse.h:
27413         Added some more debugging info.
27414         Fix the case where the length of the file is 0.
27415         Make sure we seek to sample borders.
27416
27417 2004-10-01  Wim Taymans  <wim@fluendo.com>
27418
27419         * gst/playback/README:
27420         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
27421         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
27422         (try_to_link_1), (no_more_pads), (close_link), (type_found):
27423         Add some debug info to decodebin, update README
27424
27425 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27426
27427         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
27428           Don't use g_print(); use GST_DEBUG().
27429
27430 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27431
27432         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27433         (gst_ogg_mux_queue_pads):
27434           Handle EOS properly.
27435
27436 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27437
27438         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27439
27440         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
27441         (gst_faad_chain), (gst_faad_change_state):
27442         * ext/faad/gstfaad.h:
27443           Allow playback of raw (unframed) MPEG AAC files (#148993).
27444
27445 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27446
27447         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27448
27449         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
27450           Throw error if we didn't recognize the stream. Fixes #152289.
27451
27452 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27453
27454         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
27455           Fix negotiation.
27456
27457 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
27458
27459         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27460
27461         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
27462           Fix memleak.
27463
27464 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27465
27466         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27467
27468         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
27469           Solve #152805.
27470         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
27471           Solve 152806.
27472
27473 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27474
27475         * gst-libs/gst/riff/riff-media.c:
27476         (gst_riff_create_video_caps_with_data),
27477         (gst_riff_create_audio_caps_with_data):
27478           Add codec_data handling (like asfdemux used to do).
27479         * gst/asfdemux/gstasf.c: (plugin_init):
27480         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27481         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
27482           Use riff-media for caps creation instead of our own (mostly
27483           broken) copy of its functions.
27484
27485 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27486
27487         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
27488           Don't actually error out if we get another return value than
27489           -EINVAL. Opposite to what I first thought, drivers have random
27490           return values for this, although -EINVAL is the expected return
27491           value. Since this is not fatal, we shouldn't use
27492           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
27493
27494 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27495
27496         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27497         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
27498         (dvdreadsrc_get_property), (_open), (_seek), (_read),
27499         (dvdreadsrc_get), (dvdreadsrc_open_file),
27500         (dvdreadsrc_change_state):
27501           Fix. Don't do one big huge loop around the whole DVD, that will
27502           cache all data and thus eat sizeof(dvd) (several GB) before we
27503           see something.
27504         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
27505           Actually NULL'ify event after using it.
27506         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
27507         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
27508         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
27509         (gst_ebml_read_seek), (gst_ebml_read_skip):
27510           Handle events.
27511         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
27512         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
27513         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
27514           Fix timing (this will probably break if I seek using menus, but
27515           I didn't get there yet). VOBs and normal DVDs should now work.
27516           Add a mpeg2-only pad with high rank so this get autoplugged for
27517           MPEG-2 movies.
27518         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
27519         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
27520         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
27521         (gst_mpeg_demux_get_audio_stream),
27522         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
27523         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
27524           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
27525           MPEG-1 but use dvddemux for MPEG-2.
27526         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
27527         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
27528         (gst_mpeg_parse_parse_packhead):
27529           Timing. Only add pad template if it exists. Add sink template from
27530           class and not from ourselves. This means we will always use the
27531           correct sink template even if it is not the one defined in this
27532           file.
27533
27534 2004-09-29  Wim Taymans  <wim@fluendo.com>
27535
27536         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
27537         (gst_mpeg_demux_parse_pes):
27538         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27539         Fix playback of mpeg again, timestamps where screwed up by
27540         patch 1.61.
27541
27542 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27543
27544         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
27545           Only return true if we actually filled something in. Prevents
27546           player applications from showing a random length for flac files.
27547         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
27548         (gst_riff_read_use_event), (gst_riff_read_handle_event),
27549         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
27550         (gst_riff_read_strf_vids_with_data),
27551         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
27552           OK, ok, so I implemented event handling. Apparently it's normal
27553           that we receive random events at random points without asking
27554           for it.
27555         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
27556         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
27557         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
27558         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
27559         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
27560         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
27561         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
27562         * gst/avi/gstavidemux.h:
27563           Implement non-lineair chunk handling and subchunk processing.
27564           The first solves playback of AVI files where the audio and video
27565           data of individual buffers that we read are not synchronized.
27566           This should not happen according to the wonderful AVI specs, but
27567           of course it does happen in reality. It is also a prerequisite for
27568           the second. Subchunk processing allows us to cut chunks in small
27569           pieces and process each of these pieces separately. This is
27570           required because I've seen several AVI files with incredibly large
27571           audio chunks, even some files with only one audio chunk for the
27572           whole file. This allows for proper playback including seeking.
27573           This patch is supposed to fix all AVI A/V sync issues.
27574         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
27575         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
27576           Work.
27577         * gst/modplug/gstmodplug.cc:
27578           Proper return value setting for the query() function.
27579         * gst/playback/gstplaybasebin.c: (setup_source):
27580           Being in non-playing state (after, e.g., EOS) is not necessarily
27581           a bad thing. Allow for that. This fixes playback of short files.
27582           They don't actually playback fully now, because the clock already
27583           runs. This means that small files (<500kB) with a small length
27584           (<2sec) will still not or barely play. Other files, such as mod
27585           or flx, will work correctly, however.
27586
27587 2004-09-28  Wim Taymans  <wim@fluendo.com>
27588
27589         * ext/speex/gstspeex.c: (plugin_init):
27590         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
27591         (gst_speex_dec_class_init), (speex_dec_get_formats),
27592         (speex_get_event_masks), (speex_get_query_types),
27593         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
27594         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
27595         (gst_speexdec_get_property), (gst_speexdec_set_property),
27596         (speex_dec_change_state):
27597         * ext/speex/gstspeexdec.h:
27598         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
27599         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
27600         (gst_speexenc_base_init), (gst_speexenc_class_init),
27601         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
27602         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
27603         (gst_speexenc_src_query), (gst_speexenc_init),
27604         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
27605         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
27606         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
27607         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
27608         (gst_speexenc_chain), (gst_speexenc_get_property),
27609         (gst_speexenc_set_property), (gst_speexenc_change_state):
27610         * ext/speex/gstspeexenc.h:
27611         Rewrote speex encoder, make sure it can be embedded in ogg.
27612         Implemented speex decoder.
27613
27614 2004-09-28  Christian Schaller <christian@fluendo.com>
27615
27616         * configure.ac:
27617         Remove kioslave plugin. Markey is brewing a new working one
27618         * ext/Makefile.am: Remove kioslave plugin
27619         * ext/kio: remove
27620         * gst-plugins.spec.in: remove kio plugin from spec
27621
27622 2004-09-27  Wim Taymans  <wim@fluendo.com>
27623
27624         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
27625         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
27626         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
27627         (gst_multifdsink_new_client),
27628         (gst_multifdsink_handle_client_write),
27629         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
27630         (gst_multifdsink_handle_clients):
27631         * gst/tcp/gstmultifdsink.h:
27632         Make syncing to keyframes actually work for new clients and lagging
27633         clients.
27634
27635 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27636
27637         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
27638         (gst_navigationtest_handle_src_event), (draw_box_planar411),
27639         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
27640         * gst/debug/gstnavigationtest.h:
27641           make navigationtest display button-press and button-release events
27642
27643 2004-09-26 Iain <iaingnome@gmail.com>
27644
27645         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
27646         the channels have received a new media event.
27647         (interleave_buffered_loop): Compresses a new media event on all
27648         channels into one.
27649
27650 2004-09-26 Iain <iaingnome@gmail.com>
27651
27652         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
27653         call the sinkpad's default event handler and not the srcpads. He also
27654         says this is confusing :)
27655         (gst_wavenc_stop_file): Company says that seek events only go upstream
27656         we should send a discontinuous downstream instead.
27657
27658 2004-09-25  Christian Schaller <christian@fluendo.com>
27659
27660         * Update SPEC file to be usable in conjunction with Fedora Core,
27661           Fedora.us and freshrpms packages
27662         * Fix typo in multifilesrc test Makefile
27663
27664 2004-09-24  Wim Taymans  <wim@fluendo.com>
27665
27666         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27667         Only signal the no_more_pads signal when we have
27668         added the stream to our list.
27669
27670 2004-09-24  Wim Taymans  <wim@fluendo.com>
27671
27672         * gst/playback/gstplaybasebin.c: (remove_prerolls),
27673         (new_decoded_pad):
27674         * gst/playback/gstplaybasebin.h:
27675         * gst/playback/gstplaybin.c: (setup_sinks):
27676         Don't try to preroll or decode more than one audio/video
27677         track.
27678
27679 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27680
27681         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27682           Throw error if we failed to find a suitable output. This should
27683           throw an error if we successfully set up a pipeline (e.g. because
27684           we recognized a media file) but found no decodable streams in it
27685           (e.g. because it contains only media stream types for which we
27686           have no decoders, or because it's not a media type).
27687
27688 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27689
27690         * ext/dirac/Makefile.am:
27691         * ext/dirac/gstdirac.cc:
27692         * ext/dirac/gstdiracdec.cc:
27693         * ext/dirac/gstdiracdec.h:
27694           Do something. Don't actually know if this works because I don't
27695           have a demuxer yet.
27696         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
27697           Add channels=1 to caps returned from _getcaps().
27698         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
27699         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
27700         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
27701         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
27702         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
27703         (gst_ogm_parse_change_state):
27704           Separate between audio/video so ogmaudioparse actually uses the
27705           audio pad templates. Both audio and video work now, including
27706           autoplugging. Also use sometimes-srcpad hack.
27707         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
27708           Handle events better. Don't hang on infinite loops.
27709         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
27710         (gst_avi_demux_init), (gst_avi_demux_reset),
27711         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
27712         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
27713         (gst_avi_demux_change_state):
27714         * gst/avi/gstavidemux.h:
27715           Improve A/V sync. Still not perfect.
27716         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
27717         (gst_ebml_read_skip):
27718           Handle events better.
27719         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27720         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
27721         (qtdemux_audio_caps):
27722           Add IMA4. Improve event handling. Save offset after a seek when
27723           the headers are at the end of the file so that we don't end up in
27724           an infinite loop.
27725         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
27726           Add low-priority typefind support for files with no length.
27727
27728 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27729
27730         * testsuite/multifilesink/Makefile.am:
27731         fix typo
27732
27733 2004-09-22  Julien MOUTTE  <julien@moutte.net>
27734
27735         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
27736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
27737         mistakes from thaytan's patches.
27738
27739 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
27740
27741         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
27742           For completeness, XSync in the destroy function as xvimage does.
27743
27744 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
27745
27746         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
27747            Correct caps negotiation
27748         * gst/volume/gstvolume.c: (volume_chain_float),
27749         (volume_chain_int16):
27750            Modify debug output to be little more informative
27751         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
27752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27753         (gst_xvimagesink_xvimage_destroy):
27754           Add XSync calls after detaching from the shared memory segment to
27755           avoid a crash.
27756
27757 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27758
27759         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
27760         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
27761         * ext/vorbis/vorbis.c: (plugin_init):
27762         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
27763         (gst_vorbisenc_chain):
27764         * ext/vorbis/vorbisenc.h:
27765         remove explicit newmedia support from oggmux and vorbisenc
27766         add debug category to vorbisenc
27767         * gst/multifilesink/gstmultifilesink.c:
27768         (gst_multifilesink_class_init), (gst_multifilesink_init),
27769         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
27770         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
27771         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
27772         (plugin_init):
27773         * gst/multifilesink/gstmultifilesink.h:
27774         add support for streamheader in multifilesink
27775
27776 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27777
27778         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
27779         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
27780         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
27781           Prevent infinite loops. More correct error reporting.
27782         * gst/auparse/gstauparse.c: (gst_auparse_chain):
27783           Error out if negotiation fails.
27784         * gst/playback/gstplaybasebin.c: (setup_source),
27785         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
27786         (gst_play_base_bin_found_tag):
27787           Error/tag forwarding. Pre-roll fixes for source errors on state
27788           changes (e.g. "file does not exist") to prevent hangs.
27789
27790 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27791
27792         * testsuite/multifilesink/Makefile.am:
27793         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
27794         (gst_newmedia_class_init), (gst_newmedia_init),
27795         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
27796         (newfile_signal), (test_signal), (main):
27797         * testsuite/multifilesink/multifilesrc_test.c: (main):
27798         * testsuite/multifilesink/oggtheora_test.c:
27799         (gst_newmedia_base_init), (gst_newmedia_class_init),
27800         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
27801         (test_format), (newfile_signal), (test_signal), (main):
27802         * testsuite/multifilesink/oggvorbis_test.c:
27803         (gst_newmedia_base_init), (gst_newmedia_class_init),
27804         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
27805         (test_format), (newfile_signal), (test_signal), (main):
27806         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
27807         (gst_newmedia_class_init), (gst_newmedia_init),
27808         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
27809         (newfile_signal), (test_signal), (main):
27810         New media tests
27811
27812 2004-09-20  Christian Schaller <christian@fluendo.com>
27813
27814         * Fix mikmod license to LGPL as they have relicensed
27815         * Move Dirac and Effectv into LGPL section of README_license
27816
27817 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27818
27819         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
27820         (gst_mad_change_state):
27821           Allow for mp3 rate/channels changes. However, only very
27822           conservatively. Reason that we *have* to enable this is smiply
27823           because the mad find_sync() function is not good enough, it will
27824           regularly sync on random data as valid frames and therefore make
27825           us provide random caps as *final* caps of the stream. The best fix
27826           I could think of is to simply require several of the same stream
27827           changes in a row before we change caps.
27828           The actual testcase that works now is #
27829         * ext/ogg/Makefile.am:
27830         * ext/ogg/gstogg.c: (plugin_init):
27831         * ext/ogg/gstogmparse.c:
27832           OGM support (video only for now; I need an audio sample file).
27833         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27834         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
27835         (gst_asf_demux_add_video_stream):
27836           WMV extradata.
27837         * gst/playback/gstplaybasebin.c: (unknown_type):
27838           Don't error out on single unknown-types after all. It's wrong.
27839           If we found type of video and audio but not of a subtitle stream,
27840           it will still error out (which is unwanted). Will find a better fix
27841           later on.
27842         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
27843         (ogmaudio_type_find), (plugin_init):
27844           OGM support.
27845
27846 2004-09-20  Johan Dahlin  <johan@gnome.org>
27847
27848         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
27849         after setting caps.
27850
27851 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27852
27853         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
27854         * gst/wavenc/gstwavenc.h:
27855         Added newmedia support to wavenc
27856
27857 2004-09-17  Wim Taymans  <wim@fluendo.com>
27858
27859         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
27860         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
27861         (gst_fdset_fd_can_write), (gst_fdset_wait):
27862         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
27863         (gst_multifdsink_init), (gst_multifdsink_add),
27864         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
27865         (gst_multifdsink_remove_client_link),
27866         (gst_multifdsink_client_queue_buffer),
27867         (gst_multifdsink_handle_client_write),
27868         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
27869         (gst_multifdsink_close), (gst_multifdsink_change_state):
27870         * gst/tcp/gstmultifdsink.h:
27871         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27872         (gst_tcpserversink_removed):
27873         Small cleanups in fdset.c
27874         Use a hastable to map fd to the client structure for faster
27875         lookup in _remove and get_stats.
27876         Added virtual function to close the fds.
27877         Handle clients even when the select/poll call was unblocked because
27878         of a command.
27879         Implement syncing to keyframe in the recovery procedure.
27880
27881 2004-09-16 Iain <iaingnome@gmail.com>
27882
27883         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
27884         try caps.
27885
27886 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27887
27888         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
27889           Caps are only set if the type of the stream is unknown, but this
27890           is initialized in ->init_stream(), so set to UNKNOWN after calling
27891           ->init_stream() so that capsnego starts.
27892
27893 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27894
27895         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
27896         (gst_avi_demux_stream_data):
27897           Just hardcode for raw audio then. AVI audio sucks.
27898
27899 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
27900
27901         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
27902         * gst/matroska/matroska-mux.c: (audiosink_templ),
27903         (gst_matroska_mux_audio_pad_link):
27904         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
27905         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
27906
27907 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27908
27909         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
27910         (gst_avi_demux_stream_data):
27911           Try to fix a/v sync issues.
27912
27913 2004-09-15  David Schleef  <ds@schleef.org>
27914
27915         * configure.ac: remove NASM check, since we don't use it.  Update
27916         dirac check to 0.4
27917         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
27918         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27919         Initialized variables.
27920         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27921         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
27922         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
27923         SVQ3 format
27924
27925 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27926
27927         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
27928         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
27929         * gst/avi/gstavidemux.h:
27930           Fix for compressed audio (mp3) timestamp generation. How did this
27931           ever work?
27932
27933 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27934
27935         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
27936           Volume is a double not a float.
27937
27938 2004-09-15  Wim Taymans  <wim@fluendo.com>
27939
27940         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
27941         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
27942         Don't close the fd in multifdsink as we didn't open it in the
27943         first place. Some cleanups.
27944
27945 2004-09-15  Wim Taymans  <wim@fluendo.com>
27946
27947         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27949         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
27950         Fix the case where the muxer would mark pages as delta
27951         frames when they are not (vorbis only ogg).
27952
27953 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27954
27955         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
27956         (gst_play_base_bin_change_state):
27957           Handle the case where we failed to setup a clear pipeline. This
27958           will throw an error (or EOS, another nice case) and if you don't
27959           catch that, the app will wait for the signal forever (and thus
27960           hang).
27961
27962 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27963
27964         * ext/gnomevfs/gstgnomevfssink.c:
27965         (gst_gnomevfssink_uri_get_protocols):
27966         * ext/gnomevfs/gstgnomevfssrc.c:
27967         (gst_gnomevfssrc_uri_get_protocols):
27968         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
27969         * ext/gnomevfs/gstgnomevfsuri.h:
27970           Use _uri_new() instead of _open(), so it doesn't take as long and
27971           Christophe's computer won't hang.
27972         * gst/playback/gstplaybasebin.c: (unknown_type):
27973           Throw error on unknown media type, so apps actually display it.
27974
27975 2004-09-14  Brian Cameron  <brian.cameron@sun.com
27976
27977         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
27978           this script to work on Solaris since bash shell handles echo
27979           differenly than bash.
27980
27981 2004-09-17  Wim Taymans  <wim@fluendo.com>
27982
27983         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
27984         (setup_source), (gst_play_base_bin_set_property),
27985         (gst_play_base_bin_add_element):
27986         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
27987         Some more work on making sure seeking pauses the pipeline and
27988         that changing the uri actually does something.
27989
27990 2004-09-17  Wim Taymans  <wim@fluendo.com>
27991
27992         * gst/tcp/gstfdset.c: (gst_fdset_wait):
27993         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
27994         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
27995         (gst_tcpserversink_close):
27996         Be a bit more paranoid when freeing memory.
27997
27998 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27999
28000         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
28001         (qtdemux_parse_trak):
28002           Don't crash by dividing by zero (see sample movie in #126922).
28003
28004 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28005
28006         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
28007           Don't touch non-existing data (fixes crash on file in #140147).
28008
28009 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28010
28011         * gst/playback/gstplaybasebin.c:
28012         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
28013           Handle double disposals, and proper change of URIs.
28014
28015 2004-09-13  Martin Eikermann <meiker@upb.de>
28016
28017         * gst/mpegstream/gstmpegparse.c:
28018           fix synchronistation for streams recorded from digital PCR
28019           fixes bug #119376
28020
28021 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28022
28023         * ext/gnomevfs/Makefile.am:
28024         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28025         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
28026         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
28027         (gst_gnomevfssink_uri_get_type),
28028         (gst_gnomevfssink_uri_get_protocols),
28029         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
28030         (gst_gnomevfssink_uri_handler_init),
28031         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
28032         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
28033         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
28034         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
28035         (gst_gnomevfssrc_uri_get_type),
28036         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
28037         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
28038         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
28039         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
28040         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
28041         * ext/gnomevfs/gstgnomevfsuri.h:
28042           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
28043           of fake URIs to see which this version of Gnome-VFS likes, and
28044           uses that for the Gst-URI interface. Makes playbin support http://
28045           streams. Also fix up some stupid behaviour in gnomevfssrc.
28046
28047 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28048
28049         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
28050         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
28051         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
28052         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
28053           Update mixer (to sync with other sessions) if we try to obtain
28054           a new value. This makes alsamixer work accross applications.
28055         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28056           Only call sync functions if we're running, else alsalib asserts.
28057         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28058           Sometimes fails to compile. Possibly a gcc bug.
28059         * gst/playback/gstplaybin.c: (gen_video_element),
28060         (gen_audio_element):
28061           Add a reference to an application-provided object, because we lose
28062           this same reference if we add it to the bin. If we don't do this,
28063           we can only use this object once and thus crash if we go from
28064           ready to playing, back to ready and back to playing again.
28065           Also add an audioscale element because several cheap soundcards -
28066           like mine - don't support all samplerates.
28067         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28068         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
28069           Fix wrong order or PAR calls. Makes automatically obtained PAR
28070           from the X server atually being used.
28071
28072 2004-09-12  David Schleef  <ds@schleef.org>
28073
28074         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
28075         #151887, #152102, #152247.
28076         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
28077         * examples/seeking/cdparanoia.c: same
28078         * examples/seeking/cdplayer.c: same
28079         * examples/seeking/seek.c: same
28080         * examples/seeking/spider_seek.c: same
28081         * examples/seeking/vorbisfile.c: same
28082         * examples/stats/mp2ogg.c: same
28083         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28084         (gst_esdsink_dispose): Dispose of element properly.
28085         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
28086         fixes.
28087         * ext/nas/nassink.c: (gst_nassink_class_init),
28088         (gst_nassink_dispose): Dispose of element correctly.
28089         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
28090         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28091         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
28092         Fix 64-bit warning.
28093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28094         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
28095         Fix 64-bit warning.
28096
28097 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28098
28099         * configure.ac : change speex detection as 1.1.6 now uses
28100           .pc/pkg-config and they changed their headers location.
28101
28102 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
28103
28104         * gst/matroska/matroska-mux.h:
28105         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
28106         (gst_matroska_mux_start), (gst_matroska_mux_finish),
28107         (gst_matroska_mux_write_data):
28108           Write multiple blocks/frames per cluster.
28109                 Write meta-seek information (seek heads).
28110
28111 2004-09-09  Scott Wheeler <wheeler@kde.org>
28112
28113         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
28114         (gst_play_bin_set_property), (gst_play_bin_get_property),
28115         (gen_audio_element), (gen_audio_element):
28116           Add a volume element / property to the pipeline.
28117
28118 2004-09-07  Wim Taymans  <wim@fluendo.com>
28119
28120         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
28121         Copy timestamps from the master pad to the output buffers.
28122
28123 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28124
28125         * ext/raw1394/gstdv1394src.c:
28126           throw errors when applicable
28127
28128 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
28129
28130         * gst/matroska/ebml-ids.h:
28131         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
28132         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
28133         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
28134           automatically convert unix time <-> ebml time when reading/writing
28135           a date, use gst_ebml_write_uint to write CUETIME,
28136           not gst_ebml_write_date.
28137         * gst/matroska/matroska-ids.h:
28138         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
28139         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
28140         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
28141         (gst_matroska_mux_write_data):
28142           Write track and segment UIDs, write muxing date, write
28143           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
28144           Create cues for audio only files.
28145
28146 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28147
28148         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28149         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
28150           Re-commit ALSA switches.
28151         * gst/adder/gstadder.c: (gst_adder_loop):
28152           64-bit fix (#151416).
28153         * gst/debug/progressreport.c: (gst_progressreport_report):
28154           64-bit fix (#151419).
28155         * gst/matroska/matroska-demux.c:
28156         (gst_matroska_demux_parse_contents):
28157           64-bit fix (#151420).
28158         * gst/playback/test3.c: (update_scale):
28159           64-bit fix (#151421).
28160
28161 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28162
28163         * configure.ac:
28164           bump nano to cvs
28165
28166 === release 0.8.4 ===
28167
28168 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28169
28170         * configure.ac: releasing 0.8.4, "Alias"
28171
28172 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28173
28174         * ext/theora/Makefile.am:
28175           fix makefile.  Fixes #151462.
28176
28177 2004-08-30  Wim Taymans  <wim@fluendo.com>
28178
28179         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
28180         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
28181         (gst_multifdsink_remove_client_link),
28182         (gst_multifdsink_client_queue_buffer),
28183         (gst_multifdsink_handle_client_write):
28184         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
28185         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
28186         Fix some memory leaks.
28187
28188 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28189
28190         Patch by: David Schleef
28191
28192         * configure.ac:
28193         * sys/Makefile.am:
28194           rename our detection macro for V4L2.  Fixes #151236.
28195
28196 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28197
28198         Patch by: David Schleef
28199
28200         * configure.ac:
28201           check to define LAMEPRESET.  Fixes #151232.
28202
28203 2004-08-27  David Schleef  <ds@schleef.org>
28204
28205         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
28206         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
28207         (gst_glimagesink_fixate):  Move local variable declarations to
28208         make gcc-2.95 happy.
28209
28210 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28211
28212         * configure.ac:
28213           bump nano for prerelease
28214
28215 2004-08-27  David Schleef  <ds@schleef.org>
28216
28217         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
28218         * sys/sunaudio/gstsunaudiosrc.c:
28219         * sys/sunaudio/gstsunaudiosrc.h:
28220
28221 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
28222
28223         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
28224         handle EOS correctly
28225         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
28226         * gst/matroska/matroska-mux.h:
28227         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
28228         VFW compatibility mode
28229
28230 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28231
28232         patch by: Zaheer Abbas Merali
28233
28234         * ext/ogg/gstoggmux.c:
28235         * ext/vorbis/vorbisenc.c:
28236         * ext/vorbis/vorbisenc.h:
28237           handle NEWMEDIA
28238
28239 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
28240
28241         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
28242         fix byte order reversion on little endian machines.
28243         * gst/matroska/matroska-mux.c: (audiosink_templ),
28244         (gst_matroska_mux_audio_pad_link):
28245         add TTA codec to the list of supported codecs.
28246         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
28247         (gst_matroska_mux_start), (gst_matroska_mux_finish),
28248         (gst_matroska_mux_write_data):
28249         * gst/matroska/matroska-mux.h:
28250         write segment duration correctly, write muxing app string, fixes bugs
28251         #140897 and #140898.
28252         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
28253         wait for all pads to be negotiated before starting to mux.
28254
28255 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28256
28257         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
28258         * ext/lame/gstlame.h:
28259         Added new media support to lame
28260
28261 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
28262
28263         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
28264         send vorbis headers at the beginning of a stream, fixes bug #141554.
28265         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
28266         bug #148950.
28267         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
28268         (gst_matroska_demux_plugin_init):
28269         * gst/matroska/matroska-ids.h:
28270         enable demuxing of TTA audio streams, fixes bug #148951.
28271         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
28272         enable typefinding for TTA audio files, fixes bug #148711.
28273         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
28274         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
28275         fixes playback of packed bitstream and xvid with bframes, bug #135407.
28276
28277 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
28278
28279         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28280         (gst_riff_read_element_data), (gst_riff_read_seek),
28281         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
28282         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
28283         <teuf@gnome.org>
28284
28285 2004-08-23 Iain <iaingnome@gmail.com>
28286
28287         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
28288         tags. They appear to be handled differently to normal.
28289         (tag_list_to_id3_tag_foreach): Ditto.
28290
28291 2004-08-22  Wim Taymans  <wim@fluendo.com>
28292
28293         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28294         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
28295         Make sure we never send -1 granulepos.
28296
28297 2004-08-20  Wim Taymans  <wim@fluendo.com>
28298
28299         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28300         (gst_ogg_mux_loop):
28301         I will accept bitchslappings with non sharp objects.
28302
28303 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28304
28305         * configure.ac:
28306         Clean up the test for lame presets
28307
28308 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28309
28310         * configure.ac:
28311         * ext/lame/Makefile.am:
28312         * ext/lame/gstlame.c: (gst_lame_class_init),
28313         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
28314         Only enable lame presets if version of lame has presets in API
28315
28316 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
28317         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
28318         * gst/udp/gstudpsrc.h:
28319           Don't call gst_pad_push in a get function. Fixes #150449
28320
28321 2004-08-18  Wim Taymans  <wim@fluendo.com>
28322
28323         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
28324         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
28325         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
28326         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
28327         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
28328         (gst_fdset_wait):
28329         * gst/tcp/gstfdset.h:
28330         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
28331         (gst_multifdsink_client_queue_buffer),
28332         (gst_multifdsink_handle_client_write):
28333         * gst/tcp/gstmultifdsink.h:
28334         Some extra checks in gstfdset.
28335         Only use send() when the fd is a socket. Don't try to
28336         read from write only fds.
28337
28338 2004-08-18  Wim Taymans  <wim@fluendo.com>
28339
28340         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
28341         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
28342         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
28343         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
28344         (gst_fdset_wait):
28345         Add more locking and bounds checking.
28346
28347 2004-08-18  Wim Taymans  <wim@fluendo.com>
28348
28349         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
28350         Realloc test fdset in the lock and right before starting
28351         the poll call. Bump the limit to 4096.
28352
28353 2004-08-17  David Schleef  <ds@schleef.org>
28354
28355         * sys/sunaudio/Makefile.am:
28356         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
28357         of rates and channels.  Make debugging less obnoxious.
28358
28359         Patch from Balamurali Viswanathan implementing a mixer for
28360         Sun audio.  (bug #144091):
28361         * sys/sunaudio/gstsunelement.c:
28362         * sys/sunaudio/gstsunelement.h:
28363         * sys/sunaudio/gstsunmixer.c:
28364         * sys/sunaudio/gstsunmixer.h:
28365
28366 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28367
28368         * gst/audioscale/gstaudioscale.c:
28369         * gst/audioscale/gstaudioscale.h:
28370         made audioscale resample from any sample rate to any sample rate
28371
28372 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28373
28374         * ext/libpng/gstpngdec.c:
28375           error out on unsupported types
28376
28377 2004-08-17  Iain <iaingnome@gmail.com>
28378
28379         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
28380         mid_side and loose_mid_side properties if its a stereo stream.
28381
28382 2004-08-17  Wim Taymans  <wim@fluendo.com>
28383
28384         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
28385         (theora_get_formats), (theora_dec_src_convert),
28386         (theora_dec_sink_convert), (theora_dec_src_query),
28387         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
28388         Add a debug line.
28389
28390 2004-08-17  Wim Taymans  <wim@fluendo.com>
28391
28392         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
28393         (gst_ogg_pad_push):
28394         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
28395         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
28396         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
28397         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
28398         Mark delta units in the muxer.
28399         Try to decode the packet after an out-of-sync error from
28400         libogg.
28401
28402 2004-08-17  Wim Taymans  <wim@fluendo.com>
28403
28404         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
28405         (gst_multifdsink_init), (gst_multifdsink_add),
28406         (gst_multifdsink_client_queue_buffer),
28407         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
28408         * gst/tcp/gstmultifdsink.h:
28409         Added option to send a keyframe to clients as the first buffer.
28410         Make timeout property writable.
28411
28412 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28413
28414         patch by: Wim Taymans
28415
28416         * gst/tcp/gstfdset.c:
28417         * gst/tcp/gstmultifdsink.c:
28418           fix index comparison, should include 0
28419
28420 2004-08-16  Wim Taymans  <wim@fluendo.com>
28421
28422         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
28423         (gst_fdset_add_fd), (gst_fdset_remove_fd),
28424         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
28425         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
28426         (gst_fdset_wait):
28427           copy when reallocing for poll so the select arguments don't get
28428           changed during the call
28429
28430 2004-08-16  Wim Taymans  <wim@fluendo.com>
28431
28432         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
28433         (gst_theora_enc_class_init), (theora_enc_sink_link),
28434         (theora_buffer_from_packet), (theora_enc_chain):
28435         Fix bug where buffers were not marked as keyframes
28436         correctly.
28437
28438 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28439
28440         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
28441         (gst_lame_preset_get_type), (gst_lame_class_init):
28442         describe the enum values for vbr mode and presets more verbosely
28443
28444 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28445
28446         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
28447         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
28448         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
28449         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
28450         * ext/lame/gstlame.h:
28451         add preset property to lame so it can use lame presets
28452
28453 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28454
28455         * ext/lame/gstlame.c: (gst_lame_get_property):
28456         whoops forgot break, thanks teuf
28457
28458 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28459
28460         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
28461         (gst_lame_class_init), (gst_lame_src_getcaps),
28462         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
28463         (gst_lame_get_property), (gst_lame_setup):
28464         * ext/lame/gstlame.h:
28465         fix lame's broken vbr stuff, allow it to resample if need be, and also
28466         make xing header optional
28467
28468 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28469
28470         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
28471         added getcaps function so samplerate doesnt get fixated to silly values
28472
28473 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28474
28475         * ext/lame/gstlame.c: (gst_lame_src_link):
28476         revert previous fix
28477
28478 2004-08-12  Johan Dahlin  <johan@gnome.org>
28479
28480         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
28481         checks. Doesn't matter what state we are in. Interfaces are a
28482         compile time thing, not runtime. It also broke the python bindings.
28483
28484 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28485
28486         * ext/lame/gstlame.c: (gst_lame_src_link):
28487         made source pad link function check if sinkpad is ok..fixes the problem
28488         where core fixates the output rate of lame stupidly
28489
28490 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28491
28492         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
28493         * sys/v4l/v4l_calls.c:
28494         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
28495           fix fixate function to handle nonsimple caps.
28496           remove bogus check in _link
28497           cleanups
28498
28499 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28500
28501         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
28502         set default compression ratio parameter to 0.0 so bitrate parameter
28503         works :)
28504
28505 2004-08-11  David Schleef  <ds@schleef.org>
28506
28507         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
28508
28509 2004-08-11  David Schleef  <ds@schleef.org>
28510
28511         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
28512         before.
28513
28514 2004-08-11  David Schleef  <ds@schleef.org>
28515
28516         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
28517
28518 2004-08-11  David Schleef  <ds@schleef.org>
28519
28520         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
28521           license field
28522         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
28523         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
28524           LGPL.
28525         * gst/auparse/gstauparse.c: Fix plugin license field.
28526         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
28527         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
28528         * gst/rtp/gstrtp.c: Fix plugin license field.
28529
28530 2004-08-11  Wim Taymans  <wim@fluendo.com>
28531
28532         * gst/tcp/Makefile.am:
28533         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
28534         (ensure_size), (gst_fdset_new), (gst_fdset_free),
28535         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
28536         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
28537         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
28538         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
28539         (gst_fdset_fd_can_write), (gst_fdset_wait):
28540         * gst/tcp/gstfdset.h:
28541         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
28542         (gst_multifdsink_class_init), (gst_multifdsink_init),
28543         (gst_multifdsink_add), (gst_multifdsink_remove),
28544         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
28545         (gst_multifdsink_remove_client_link),
28546         (gst_multifdsink_handle_client_read),
28547         (gst_multifdsink_client_queue_data),
28548         (gst_multifdsink_client_queue_caps),
28549         (gst_multifdsink_client_queue_buffer),
28550         (gst_multifdsink_handle_client_write),
28551         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28552         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
28553         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
28554         (gst_multifdsink_close):
28555         * gst/tcp/gstmultifdsink.h:
28556         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
28557         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
28558         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
28559         (gst_tcpserversink_close):
28560         * gst/tcp/gsttcpserversink.h:
28561         Abstracted away the select call, implemented poll (yes we ran into
28562         the 1024 limit in production).
28563
28564 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28565
28566         * gst/tcp/gsttcp.c:
28567         * gst/tcp/gsttcpplugin.c:
28568           improve debuggging, remove assert
28569
28570 2004-08-10  Wim Taymans  <wim@fluendo.com>
28571
28572         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
28573         (gst_client_status_get_type), (gst_multifdsink_class_init),
28574         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
28575         (gst_multifdsink_handle_client_read),
28576         (gst_multifdsink_handle_client_write),
28577         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28578         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
28579         (gst_multifdsink_get_property):
28580         * gst/tcp/gstmultifdsink.h:
28581         * gst/tcp/gsttcp-marshal.list:
28582         Starting to prepare for specifying buffer time in other units
28583         than buffers. Expose remove reason in signal.
28584
28585 2004-08-10  Wim Taymans  <wim@fluendo.com>
28586
28587         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
28588         (gst_multifdsink_remove), (gst_multifdsink_clear),
28589         (gst_multifdsink_remove_client_link),
28590         (gst_multifdsink_handle_client_read),
28591         (gst_multifdsink_client_queue_data),
28592         (gst_multifdsink_client_queue_buffer),
28593         (gst_multifdsink_handle_client_write),
28594         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
28595         (gst_multifdsink_chain), (gst_multifdsink_close):
28596         * gst/tcp/gstmultifdsink.h:
28597         Added more debugging info. Changed the way clients are
28598         removed from the lists. Fixed a bug where a bad file descriptor
28599         could cause many clients to be removed.
28600
28601 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28602
28603         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
28604           allow all pixel-aspect-ratios, not just 1:1
28605
28606 2004-08-09  David Schleef  <ds@schleef.org>
28607
28608         * sys/glsink/ARB_multitexture.h:  Remove old files.
28609         * sys/glsink/EXT_paletted_texture.h:
28610         * sys/glsink/NV_register_combiners.h:
28611         * sys/glsink/gstgl_nvimage.c:
28612         * sys/glsink/gstgl_pdrimage.c:
28613         * sys/glsink/gstgl_rgbimage.c:
28614         * sys/glsink/gstglsink.c:
28615         * sys/glsink/gstglsink.h:
28616         * sys/glsink/gstglxwindow.c:
28617         * sys/glsink/regcomb_yuvrgb.c:
28618
28619 2004-08-09  David Schleef  <ds@schleef.org>
28620
28621         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
28622         GL sink plugin.  (Bug #147302)
28623
28624         * configure.ac: Test for OpenGL
28625         * sys/Makefile.am: Use test for OpenGL
28626         * sys/glsink/Makefile.am:
28627         * sys/glsink/glimagesink.c: rewrite
28628         * sys/glsink/glimagesink.h: rewrite
28629
28630 2004-08-09  David Schleef  <ds@schleef.org>
28631
28632         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
28633         sane framerates.
28634         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
28635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
28636         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
28637
28638 2004-08-09  Wim Taymans  <wim@fluendo.com>
28639
28640         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
28641         (gst_multifdsink_add), (gst_multifdsink_get_stats),
28642         (gst_multifdsink_client_remove),
28643         (gst_multifdsink_handle_client_read),
28644         (gst_multifdsink_handle_client_write),
28645         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
28646         Do a bit more logging, make the client_read code more robust.
28647
28648 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28649
28650         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
28651         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
28652         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
28653         (gst_jpegdec_init), (gst_jpegdec_chain):
28654         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
28655         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
28656           cleanups, debugging fixes and memleak plugging
28657
28658 2004-08-09  Wim Taymans  <wim@fluendo.com>
28659
28660         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
28661         (theora_get_formats), (theora_dec_src_convert),
28662         (theora_dec_sink_convert), (theora_dec_src_query),
28663         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
28664         (theora_dec_change_state):
28665         Don't crash on missing header packets.
28666
28667 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28668
28669         * po/LINGUAS:
28670         * po/sq.po:
28671           Added Albanian translation (Laurent Dhima)
28672         * po/cs.po:
28673           updated
28674
28675 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28676
28677         * ext/lame/gstlame.c:
28678           fix/add debugging
28679
28680 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28681
28682         * sys/ximage/ximagesink.c:
28683         * sys/xvimage/xvimagesink.c:
28684           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
28685
28686 2004-08-06  Wim Taymans  <wim@fluendo.com>
28687
28688         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
28689         (gst_multifdsink_add), (gst_multifdsink_get_stats),
28690         (gst_multifdsink_client_remove),
28691         (gst_multifdsink_handle_client_read),
28692         (gst_multifdsink_handle_client_write),
28693         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
28694         Make sure we don't try to read more from a client that what
28695         ioctl says us or we deadlock.
28696
28697 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28698
28699         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
28700         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
28701         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
28702           decouple running_time and n_frames so it can handle changing
28703           framerate while running
28704
28705 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28706
28707         * po/nl.po:
28708         * po/sv.po:
28709           updated translations
28710
28711 2004-08-04  Benjamin Otte  <otte@gnome.org>
28712
28713         * gst/videotestsrc/gstvideotestsrc.c:
28714         (gst_videotestsrc_get_capslist), (generate_capslist),
28715         (plugin_init):
28716           generate the list of supported caps at startup and reuse it instead
28717           of always generating it
28718
28719 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28720
28721         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
28722           whoops, last checkin broke normal build
28723
28724 2004-08-03  Benjamin Otte  <otte@gnome.org>
28725
28726         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
28727         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
28728         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
28729         (gst_alsa_mixer_get_option):
28730         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
28731         (dvdnavsrc_print_event):
28732         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
28733         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
28734         (gst_ogg_mux_pad_unlink):
28735         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
28736         (gst_multipart_mux_pad_unlink):
28737         * gst/videofilter/gstvideobalance.c:
28738         (gst_videobalance_colorbalance_set_value):
28739         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
28740         (gst_videomixer_pad_unlink):
28741         * po/uk.po:
28742         * sys/oss/gstossmixer.c:
28743         * sys/v4l/gstv4lcolorbalance.c:
28744         * sys/v4l/gstv4ltuner.c:
28745         * sys/v4l/v4lsrc_calls.c:
28746         * sys/v4l2/gstv4l2colorbalance.c:
28747         * sys/v4l2/gstv4l2tuner.c:
28748           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
28749
28750 2004-08-03  Benjamin Otte  <otte@gnome.org>
28751
28752         * examples/dynparams/filter.c: (ui_control_create):
28753         * examples/gstplay/player.c: (print_tag):
28754         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
28755         * ext/gdk_pixbuf/gstgdkanimation.c:
28756         (gst_gdk_animation_iter_may_advance):
28757         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
28758         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
28759         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
28760         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
28761         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
28762         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28763         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
28764         * gst/sine/demo-dparams.c: (main):
28765         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28766         * testsuite/alsa/formats.c: (create_pipeline):
28767         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
28768           fixes for G_DISABLE_ASSERT and friends
28769         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
28770         (mp3_type_frame_length_from_header), (mp3_type_find),
28771         (plugin_init):
28772           require mp3 typefinding to have at least MIN_HEADERS valid headers
28773           add typefinding for AAC adts files
28774
28775 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
28776
28777         * sys/ximage/ximagesink.c:
28778         (gst_ximagesink_calculate_pixel_aspect_ratio):
28779         * sys/xvimage/xvimagesink.c:
28780         (gst_xvimagesink_calculate_pixel_aspect_ratio):
28781         Make sure we calculate pixel-aspect-ratio using floating point maths
28782
28783 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28784
28785         * po/uk.po:
28786           updated translation
28787
28788 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28789
28790         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
28792           add debugging for display PAR calculation
28793
28794 2004-08-02  David Schleef  <ds@schleef.org>
28795
28796         * configure.ac: Fix mikmod CFLAGS.
28797
28798 2004-07-27  Benjamin Otte  <otte@gnome.org>
28799
28800         * gst/audioscale/gstaudioscale.c:
28801         - fix templates to only support S16, it's the only format that works
28802         - make caps nego code use try_set_caps_nonfixed and fixation instead
28803         of try_set_caps twice, which is not nice for autopluggers
28804         - change rank to secondary, so autopluggers can pick it up after
28805         audioconvert
28806
28807 2004-08-02  Iain <iain@prettypeople.org>
28808
28809         * gst/interleave/interleave.c (interleave_init),
28810         (interleave_request_new_pad),
28811         (interleave_pad_removed),
28812         (interleave_buffered_loop): Use the real pad count, not the artificial
28813         one.
28814
28815 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28816
28817         * configure.ac: bump nano back to development
28818
28819 === release 0.8.3 ===
28820
28821 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28822
28823         * configure.ac: releasing 0.8.3, "Water"
28824
28825 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28826
28827         * sys/xvimage/xvimagesink.c:
28828         (gst_xvimagesink_calculate_pixel_aspect_ratio),
28829         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
28830         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
28831         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
28832         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
28833         * sys/xvimage/xvimagesink.h:
28834           apply similar PAR fixes as to ximagesink
28835
28836 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28837
28838         patch from: Benjamin Otte
28839
28840         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
28841           add link function to lame.  Fixes #148986.
28842
28843 2004-08-02  Johan Dahlin  <johan@gnome.org>
28844
28845         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
28846         fix debugging log
28847
28848 2004-07-30  David Schleef  <ds@schleef.org>
28849
28850         * gst/videomixer/Makefile.am: Fix things that should have been
28851         fixed in the last checkin.
28852
28853 2004-07-30  David Schleef  <ds@schleef.org>
28854
28855         * gst/multipart/Makefile.am: Fix things that should have been
28856         fixed in the last checkin.
28857
28858 2004-07-30  David Schleef  <ds@schleef.org>
28859
28860         * testsuite/multifilesink/Makefile.am: Fix unused variable.
28861
28862 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28863
28864         * configure.ac:
28865           bump nano for prerelease
28866         * po/af.po:
28867         * po/az.po:
28868         * po/cs.po:
28869         * po/en_GB.po:
28870         * po/hu.po:
28871         * po/nl.po:
28872         * po/sr.po:
28873         * po/sv.po:
28874         * po/uk.po:
28875           updates
28876
28877 2004-07-30  Wim Taymans  <wim@fluendo.com>
28878
28879         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
28880         (gst_multifdsink_add), (gst_multifdsink_remove),
28881         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
28882         (gst_multifdsink_client_remove),
28883         (gst_multifdsink_handle_client_write),
28884         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
28885         * gst/tcp/gstmultifdsink.h:
28886         Recover from a select with a bad file descriptor by removing
28887         the client.
28888
28889 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28890
28891         * configure.ac:
28892           fix requirement of core
28893         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
28894         (gst_play_pipeline_setup):
28895           don't use colorspace element.  do use hermescolorspace element.
28896           make macro to get a colorspace element.
28897           mark strings for translation.
28898         * po/POTFILES.in:
28899           add play.c
28900         * po/af.po:
28901         * po/az.po:
28902         * po/cs.po:
28903         * po/en_GB.po:
28904         * po/hu.po:
28905         * po/nl.po:
28906         * po/sr.po:
28907         * po/sv.po:
28908         * po/uk.po:
28909           update translations
28910
28911 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28912
28913         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
28914         fix default for newmedia flag
28915
28916 2004-07-30  Wim Taymans  <wim@fluendo.com>
28917
28918         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
28919         (gst_theora_dec_init), (theora_get_formats),
28920         (theora_dec_src_convert), (theora_dec_sink_convert),
28921         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28922         (theora_dec_chain), (theora_dec_set_property),
28923         (theora_dec_get_property):
28924         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
28925         (gst_theora_enc_class_init), (gst_theora_enc_init),
28926         (theora_enc_sink_link), (theora_enc_chain),
28927         (theora_enc_set_property), (theora_enc_get_property):
28928         Added cropping option to theora decoder.
28929         Added border option to theora encoder.
28930
28931 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28932
28933         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
28934         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
28935         (gst_pngenc_set_property):
28936         * ext/libpng/gstpngenc.h:
28937         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
28938
28939 2004-07-30  Wim Taymans  <wim@fluendo.com>
28940
28941         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28942         (theora_enc_sink_link), (theora_enc_chain),
28943         (theora_enc_set_property), (theora_enc_get_property):
28944         Fix encoding of non-multiple-of-16 video.
28945
28946 2004-07-29  David Schleef  <ds@schleef.org>
28947
28948         * configure.ac: make test for audiofile more strict
28949
28950 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28951
28952         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28953           give different names to typefind functions
28954
28955 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
28956
28957         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28958         (gst_ximagesink_calculate_pixel_aspect_ratio),
28959         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
28960         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
28961         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
28962         (gst_ximagesink_get_property), (gst_ximagesink_init):
28963         * sys/ximage/ximagesink.h:
28964           allocate PAR's dynamically.
28965           use autodetected PAR if no object-set PAR is given.
28966           add workaround for directfb's X not setting physical size.
28967           fix to xvimagesink will follow tomorrow.
28968
28969 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28970
28971         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
28972         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
28973         (gst_shout2send_get_type), (gst_shout2send_set_clock),
28974         (gst_shout2send_class_init), (gst_shout2send_init),
28975         (set_shout_metadata), (gst_shout2send_set_metadata),
28976         (gst_shout2send_chain), (gst_shout2send_set_property),
28977         (gst_shout2send_get_property), (gst_shout2send_connect),
28978         (gst_shout2send_change_state):
28979         * ext/shout2/gstshout2.h:
28980         - fix for sending mp3 audio to icecast2 server, if pad link function not
28981         called before PAUSED state
28982         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
28983         - added tagging support for mp3 audio broadcasted
28984         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
28985         debug info
28986
28987 2004-07-28  Wim Taymans  <wim@fluendo.com>
28988
28989         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28990         (gst_ogg_demux_push):
28991         Return query failure when we don't know the length of
28992         an ogg stream insteda of returning TRUE with a bogus value.
28993
28994 2004-07-28  Wim Taymans  <wim@fluendo.com>
28995
28996         * ext/theora/theoradec.c: (theora_get_formats),
28997         (theora_dec_src_convert), (theora_dec_sink_convert),
28998         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28999         (theora_dec_chain):
29000         Don't screw up the 1 Chroma for 1 luma sample situation when we
29001         have an odd offset/width by adding a black border in those cases.
29002
29003 2004-07-28  Wim Taymans  <wim@fluendo.com>
29004
29005         * ext/theora/theoradec.c: (theora_get_formats),
29006         (theora_dec_src_convert), (theora_dec_sink_convert),
29007         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29008         (theora_dec_chain):
29009         * ext/theora/theoraenc.c: (theora_enc_sink_link):
29010         Added first attempt at cropping of the image as required by the
29011         theora spec. We need more properties in the caps (offset_x,
29012         offset_y,stride) to implement this correctly.
29013
29014 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
29015
29016         * ext/dvdnav/README:
29017           Update the README to use dvddemux
29018         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
29019           Ensure getcaps returns a subset of the template caps
29020         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
29021         (gst_mpeg2subt_init):
29022           Ensure getcaps returns a subset of the template caps
29023         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
29024         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
29025         (gst_dvd_demux_get_subpicture_stream),
29026         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
29027         * gst/mpegstream/gstdvddemux.h:
29028           Set the explicit caps on the current_video pad before pushing
29029           anything
29030         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
29031         (gst_mpeg_demux_get_audio_stream):
29032           Free caps used to gst_pad_set_explicit_caps, which takes a const
29033           GstCaps *
29034
29035 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
29036
29037         * configure.ac: update GStreamer requirement to 0.8.4 because of
29038           GstFraction.
29039
29040 2004-07-28  Wim Taymans  <wim@fluendo.com>
29041
29042         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
29043         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
29044         Add the pad to the element after setting up the caps. This
29045         makes it a lot easier to autoplug.
29046
29047 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
29048
29049         * gst/median/gstmedian.c:
29050         * gst/mpeg2subt/gstmpeg2subt.c:
29051         * gst/mpegaudioparse/gstmpegaudioparse.c:
29052         * gst/mpegstream/gstdvddemux.c:
29053         * gst/mpegstream/gstmpegdemux.c:
29054         * gst/mpegstream/gstmpegpacketize.c:
29055         * gst/rtjpeg/gstrtjpeg.c:
29056         * gst/rtjpeg/gstrtjpegdec.c:
29057         * gst/rtjpeg/gstrtjpegenc.c:
29058         * gst/sine/gstsinesrc.c:
29059         * gst/smooth/gstsmooth.c:
29060         * gst/smpte/gstsmpte.c:
29061         * gst/smpte/gstsmpte.h:
29062         * gst/stereo/gststereo.c:
29063         * gst/videofilter/gstgamma.c:
29064         * gst/videofilter/gstvideobalance.c:
29065         * gst/videofilter/gstvideofilter.c:
29066         * gst/videofilter/gstvideoflip.c:
29067         * gst/videoscale/gstvideoscale.c:
29068         * gst/videoscale/videoscale.c:
29069         * gst/videotestsrc/gstvideotestsrc.c:
29070         * gst/videotestsrc/videotestsrc.c:
29071         * gst/wavenc/gstwavenc.c:
29072         * gst/wavparse/gstwavparse.c:
29073           fix local includes and 64 bits constants
29074
29075 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
29076
29077         * win32/gst.sln:
29078         * gst-libs/gst/*/*.vcproj:
29079         * gst/*/*.vcproj:
29080           more working plugins
29081
29082 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29083
29084         * testsuite/alsa/Makefile.am:
29085         * testsuite/alsa/srcstate.c:
29086         add test for alsasrc changing state
29087
29088 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29089
29090         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
29091         (gst_silence_get):
29092         * gst/silence/gstsilence.h:
29093         fix silence generation for 16bit raw audio
29094
29095 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29096
29097         * gst/matroska/matroska-demux.c:
29098         (gst_matroska_demux_parse_metadata),
29099         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
29100         * gst/mpegaudio/common.c:
29101         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
29102         (gst_videoscale_getcaps), (gst_videoscale_link),
29103         (gst_videoscale_src_fixate), (gst_videoscale_init),
29104         (gst_videoscale_finalize):
29105         * gst/videoscale/gstvideoscale.h:
29106         * gst/videotestsrc/gstvideotestsrc.c:
29107         (gst_videotestsrc_get_capslist):
29108         * gst/wavenc/gstwavenc.c:
29109         * sys/oss/gstossmixer.c: (fill_labels):
29110         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29111         (gst_ximagesink_handle_xevents),
29112         (gst_ximagesink_calculate_pixel_aspect_ratio),
29113         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
29114         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
29115         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
29116         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29117         (gst_ximagesink_init), (gst_ximagesink_class_init):
29118         * sys/ximage/ximagesink.h:
29119         * sys/xvimage/xvimagesink.c:
29120         (gst_xvimagesink_calculate_pixel_aspect_ratio),
29121         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
29122         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
29123         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29124         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
29125         * sys/xvimage/xvimagesink.h:
29126           first batch of pixel aspect ratio commits.
29127
29128 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29129
29130         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29131         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
29132         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
29133           handle stride, needs work if we want to move stride handling
29134           upstream, but works correctly for our purposes.
29135
29136 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29137
29138         * gst/videoscale/README:
29139           add testing examples
29140         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
29141         (gst_videoscale_chain):
29142         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
29143         (gst_videoscale_get_size):
29144           add get_size function that handles stride like videotestsrc.
29145           fixes conversion for YUV formats for as much as I can test them.
29146
29147 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29148
29149         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29150         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
29151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29152         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29153         (gst_xvimagesink_xvimage_put):
29154           further cleanups, logging, error handling and synchronizing
29155
29156 2004-07-27  Wim Taymans  <wim@fluendo.com>
29157
29158         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
29159         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
29160         (gst_videomixer_pad_set_property),
29161         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
29162         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
29163         (gst_videomixer_class_init), (gst_videomixer_init),
29164         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
29165         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
29166         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
29167         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
29168         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
29169         (gst_videomixer_loop), (plugin_init):
29170         Be a nicer negotiation citizen and provide a getcaps function on
29171         the srcpad. This also fixes a crash when resizing.
29172
29173 2004-07-27  Julien MOUTTE  <julien@moutte.net>
29174
29175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29176         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
29177
29178 2004-07-27  Wim Taymans  <wim@fluendo.com>
29179
29180         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
29181         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
29182         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
29183         (gst_pngenc_set_property):
29184         * ext/libpng/gstpngenc.h:
29185         Added snapshot property to pngenc.
29186         removed g_print from pngdec
29187
29188 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
29189
29190         * gst/ac3parse/ac3parse.vcproj
29191         * gst/adder/adder.vcproj
29192         * gst/alpha/alpha.vcproj
29193         * gst/alpha/alphacolor.vcproj
29194         * gst/asfdemux/asf.vcproj
29195         * gst/audioconvert/audioconvert.vcproj
29196         * gst/audiorate/audiorate.vcproj
29197         * gst/audioscale/audioscale.vcproj
29198         * gst/auparse/auparse.vcproj
29199         * gst/avi/avi.vcproj
29200         * gst/cdxaparse/cdxaparse.vcproj
29201         * gst/chart/chart.vcproj
29202         * gst/colorspace/colorspace.vcproj
29203         * gst/cutter/cutter.vcproj
29204         * gst/debug/debug.vcproj
29205         * gst/debug/efence.vcproj
29206         * gst/debug/navigationtest.vcproj
29207         * gst/deinterlace/deinterlace.vcproj
29208         * gst/effectv/effectv.vcproj
29209         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
29210         * gst/filter/filter.vcproj
29211         * gst/flx/flxdec.vcproj
29212         * gst/goom/goom.vcproj
29213         * gst/interleave/interleave.vcproj
29214         * gst/law/alaw.vcproj
29215         * gst/law/mulaw.vcproj
29216         * gst/matroska/matroska.vcproj
29217         * gst/median/median.vcproj
29218         * gst/mixmatrix/mixmatrix.vcproj
29219         * gst/mpeg1sys/mpeg1systemencode.vcproj
29220         * gst/mpeg1videoparse/mp1videoparse.vcproj
29221         * gst/mpeg2sub/mpeg2subt.vcproj
29222         * gst/mpegaudio/mpegaudio.vcproj
29223         * gst/mpegaudioparse/mpegaudioparse.vcproj
29224         * gst/mpegstream/mpegstream.vcproj
29225         * gst/multifilesink/multifilesink.vcproj
29226         * gst/multipart/multipart.vcproj
29227         * gst/oneton/oneton.vcproj
29228         * gst/overlay/overlay.vcproj
29229         * gst/passthrough/passthrough.vcproj
29230         * gst/qtdemux/qtdemux.vcproj
29231         * gst/realmedia/rmdemux.vcproj
29232         * gst/rtjpeg/rtjpeg.vcproj
29233         * gst/rtp/rtp.vcproj
29234         * gst/silence/silence.vcproj
29235         * gst/sine/sinesrc.vcproj
29236         * gst/smooth/smooth.vcproj
29237         * gst/smpte/smpte.vcproj
29238         * gst/spectrum/spectrum.vcproj
29239         * gst/speed/speed.vcproj
29240         * gst/stereo/stereo.vcproj
29241         * gst/switch/switch.vcproj
29242         * gst/tags/tagedit.vcproj
29243         * gst/tcp/tcp.vcproj
29244         * gst/typefind/typefindfunctions.vcproj
29245         * gst/udp/udp.vcproj
29246         * gst/videobox/videobox.vcproj
29247         * gst/videocrop/videocrop.vcproj
29248         * gst/videodrop/videodrop.vcproj
29249         * gst/videofilter/gamma.vcproj
29250         * gst/videofilter/videobalance.vcproj
29251         * gst/videofilter/videofilter.vcproj
29252         * gst/videofilter/videoflip.vcproj
29253         * gst/videoflip/videoflip.vcproj
29254         * gst/videomixer/videomixer.vcproj
29255         * gst/videorate/videorate.vcproj
29256         * gst/videoscale/videoscale.vcproj
29257         * gst/videotestsrc/videotestsrc.vcproj
29258         * gst/virtualdub/virtualdub.vcproj
29259         * gst/volenv/volenv.vcproj
29260         * gst/volume/volume.vcproj
29261         * gst/wavenc/wavenc.vcproj
29262         * gst/wavparse/wavparse.vcproj
29263         * gst/y4m/y4menc.vcproj
29264         * gst-libs/gst/audio/audio.vcproj
29265         * gst-libs/gst/audio/audiofilter.vcproj
29266         * gst-libs/gst/colorbalance/colorbalance.vcproj
29267         * gst-libs/gst/idct/idtc.vcproj
29268         * gst-libs/gst/media-info/media-info.vcproj
29269         * gst-libs/gst/mixer/mixer.vcproj
29270         * gst-libs/gst/navigation/navigation.vcproj
29271         * gst-libs/gst/play/play.vcproj
29272         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
29273         * gst-libs/gst/resample/resample.vcproj
29274         * gst-libs/gst/riff/riff.vcproj
29275         * gst-libs/gst/tuner/tuner.vcproj
29276         * gst-libs/gst/video/video.vcproj
29277         * gst-libs/gst/xoverlay/xoverlay.vcproj
29278           avoid problems with math.h, fix release dependancy
29279           rename GStreamer-0.8.lib to libgstreamer.lib
29280
29281 2004-07-27  Julien MOUTTE  <julien@moutte.net>
29282
29283         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
29284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
29285         the atom is not available we have to unlock the mutex. Fixes #148023
29286
29287 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
29288
29289         * gst-libs/gst/media-info/media-info.h:
29290           issue for a vararg macro with MSVC
29291
29292 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
29293
29294         * gst/effectv/effectv.vcproj
29295         * gst-libs/gst/idct/idct.vcproj:
29296         * gst-libs/gst/media-info/media-info.vcproj:
29297         * gst-libs/gst/navigation/navigation.vcproj:
29298         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
29299         * gst-libs/gst/video/video.vcproj:
29300         * gst-libs/gst/xoverlay/xoverlay.vcproj:
29301           fixes for build problems
29302
29303 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
29304
29305         * gst-libs/gst/audio/audio.def:
29306         * gst-libs/gst/audio/riff.def:
29307           add some definitions needed by plugins
29308
29309 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
29310
29311         * gst/asfdemux/gstasfmux.c
29312           Fix some 64 bits constants to be glib friendly
29313
29314 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
29315
29316         * gst/ac3parse/gstac3parse.c
29317         * gst/audioscale/gstaudioscale.c
29318         * gst/auparse/gstauparse.c
29319         * gst/colorspace/gstcolorspace.c
29320         * gst/colorspace/yuv2rgb.h
29321           local include fixes
29322
29323 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
29324
29325         * win32/gst.sln
29326           add more plugins to the build
29327
29328 2004-07-26  Julien MOUTTE  <julien@moutte.net>
29329
29330         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29331         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
29332
29333 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
29334
29335         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
29336         (gst_level_set_property), (gst_level_get_property),
29337         (gst_level_base_init), (gst_level_class_init):
29338           add debugging categories.  cleanups.
29339
29340 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
29341
29342         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
29343         (gst_videoscale_planar411), (gst_videoscale_planar400),
29344         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
29345         (gst_videoscale_scale_nearest_str1),
29346         (gst_videoscale_scale_nearest_str2),
29347         (gst_videoscale_scale_nearest_str4),
29348         (gst_videoscale_scale_nearest_16bit),
29349         (gst_videoscale_scale_nearest_24bit):
29350           fixed stride issues
29351           tested with 320x240 -> 321, 322, 324 x240
29352           tested with YV12, I420, YUY2, UYVY
29353           fixed packed422rev (don't think it could have worked before)
29354           by testing with UYVY
29355
29356 2004-07-26  Benjamin Otte  <otte@gnome.org>
29357
29358         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
29359         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
29360         (plugin_init):
29361           add debugging category, add error checks like checking return values
29362           of setup calls, make sure it still works after
29363           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
29364
29365 2004-07-26  Wim Taymans  <wim@fluendo.com>
29366
29367         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
29368         (gst_mpeg_demux_get_audio_stream),
29369         (gst_mpeg_demux_process_private):
29370         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
29371         Check for error codes from the negotiation functions. Make sure
29372         we really set the pad caps when a new pad is created.
29373
29374 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
29375
29376         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29377         (gst_ffmpeg_caps_to_pix_fmt):
29378         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29379         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29380         (gst_ffmpegcolorspace_pad_link):
29381           don't make function do two things at the same time without reason.
29382
29383 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
29384
29385         * gst/ac3parse/ac3parse.vcproj
29386         * gst/adder/adder.vcproj
29387         * gst/alpha/alpha.vcproj
29388         * gst/alpha/alphacolor.vcproj
29389         * gst/asfdemux/asf.vcproj
29390         * gst/audioconvert/audioconvert.vcproj
29391         * gst/audiorate/audiorate.vcproj
29392         * gst/audioscale/audioscale.vcproj
29393         * gst/auparse/auparse.vcproj
29394         * gst/avi/avi.vcproj
29395         * gst/cdxaparse/cdxaparse.vcproj
29396         * gst/chart/chart.vcproj
29397         * gst/colorspace/colorspace.vcproj
29398         * gst/cutter/cutter.vcproj
29399         * gst/debug/debug.vcproj
29400         * gst/debug/efence.vcproj
29401         * gst/debug/navigationtest.vcproj
29402         * gst/deinterlace/deinterlace.vcproj
29403         * gst/effectv/effectv.vcproj
29404         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
29405         * gst/filter/filter.vcproj
29406         * gst/flx/flxdec.vcproj
29407         * gst/goom/goom.vcproj
29408         * gst/interleave/interleave.vcproj
29409         * gst/law/alaw.vcproj
29410         * gst/law/mulaw.vcproj
29411         * gst/matroska/matroska.vcproj
29412         * gst/median/median.vcproj
29413         * gst/mixmatrix/mixmatrix.vcproj
29414         * gst/mpeg1sys/mpeg1systemencode.vcproj
29415         * gst/mpeg1videoparse/mp1videoparse.vcproj
29416         * gst/mpeg2sub/mpeg2subt.vcproj
29417         * gst/mpegaudio/mpegaudio.vcproj
29418         * gst/mpegaudioparse/mpegaudioparse.vcproj
29419         * gst/mpegstream/mpegstream.vcproj
29420         * gst/multifilesink/multifilesink.vcproj
29421         * gst/multipart/multipart.vcproj
29422         * gst/oneton/oneton.vcproj
29423         * gst/overlay/overlay.vcproj
29424         * gst/passthrough/passthrough.vcproj
29425         * gst/qtdemux/qtdemux.vcproj
29426         * gst/realmedia/rmdemux.vcproj
29427         * gst/rtjpeg/rtjpeg.vcproj
29428         * gst/rtp/rtp.vcproj
29429         * gst/silence/silence.vcproj
29430         * gst/sine/sinesrc.vcproj
29431         * gst/smooth/smooth.vcproj
29432         * gst/smpte/smpte.vcproj
29433         * gst/spectrum/spectrum.vcproj
29434         * gst/speed/speed.vcproj
29435         * gst/stereo/stereo.vcproj
29436         * gst/switch/switch.vcproj
29437         * gst/tags/tagedit.vcproj
29438         * gst/tcp/tcp.vcproj
29439         * gst/typefind/typefindfunctions.vcproj
29440         * gst/udp/udp.vcproj
29441         * gst/videobox/videobox.vcproj
29442         * gst/videocrop/videocrop.vcproj
29443         * gst/videodrop/videodrop.vcproj
29444         * gst/videofilter/gamma.vcproj
29445         * gst/videofilter/videobalance.vcproj
29446         * gst/videofilter/videofilter.vcproj
29447         * gst/videofilter/videoflip.vcproj
29448         * gst/videoflip/videoflip.vcproj
29449         * gst/videomixer/videomixer.vcproj
29450         * gst/videorate/videorate.vcproj
29451         * gst/videoscale/videoscale.vcproj
29452         * gst/videotestsrc/videotestsrc.vcproj
29453         * gst/virtualdub/virtualdub.vcproj
29454         * gst/volenv/volenv.vcproj
29455         * gst/volume/volume.vcproj
29456         * gst/wavenc/wavenc.vcproj
29457         * gst/wavparse/wavparse.vcproj
29458         * gst/y4m/y4menc.vcproj
29459           more plugins supported under windows
29460
29461 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
29462
29463         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
29464         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
29465         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
29466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
29467         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
29468           Add debugging statements.  Use the sizes as returned by the
29469           *CreateImage calls.
29470
29471 2004-07-26  Johan Dahlin  <johan@gnome.org>
29472
29473         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
29474         the pad is negotiated.
29475
29476         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
29477
29478 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
29479
29480         * gst-libs/gst/colorbalance/colorbalance.vcproj:
29481         * gst-libs/gst/idct/idct.vcproj:
29482         * gst-libs/gst/media-info/media-info.vcproj:
29483         * gst-libs/gst/mixer/mixer.vcproj:
29484         * gst-libs/gst/navigation/navigation.vcproj:
29485         * gst-libs/gst/play/play.vcproj:
29486         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
29487         * gst-libs/gst/resample/resample.vcproj:
29488         * gst-libs/gst/tuner/tuner.vcproj:
29489         * gst-libs/gst/video/video.vcproj:
29490         * gst-libs/gst/xoverlay/xoverlay.vcproj:
29491           more plugins supported under windows
29492
29493 2004-07-25 Iain <iain@prettypeople.org>
29494
29495         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
29496         pad now rather than when the pad is created because state changes wipe
29497         explicit caps (fixes #148043).
29498
29499 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
29500
29501         reviewed by Benjamin Otte  <otte@gnome.org>
29502
29503         * ext/mad/gstmad.c:
29504           fix mad plugin crashing on Sun (fixes #148289)
29505
29506 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
29507
29508         * gst/avi/avi.def:
29509         * gst/avi/avi.vcproj:
29510         * gst/matroska/matroska.def:
29511         * gst/matroska/matroska.vcproj:
29512           remove unused .def files
29513
29514 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
29515
29516         * gst-libs/gst/audio/gstaudiofilter.c:
29517           Clean the local include
29518
29519 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
29520
29521         * win32/gst.sln:
29522         * gst-libs/gst/audio/audio.def:
29523         * gst-libs/gst/audio/audio.vcproj:
29524         * gst-libs/gst/audio/audiofilter.vcproj:
29525         * gst-libs/gst/audio/riff.def:
29526         * gst-libs/gst/audio/riff.vcproj:
29527         * gst-libs/gst/gst-libs.def:
29528         * gst-libs/gst/gst-libs.vcproj:
29529         * gst/avi/avi.vcproj:
29530         * gst/avi/avi.vcproj:
29531           Copy the files where needed after building, cleaner projects
29532
29533 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
29534
29535         * gst/matroska/ebml-write.c:
29536           Fix some 64 bits constants to be glib friendly
29537
29538 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
29539
29540         * win32/gst.sln:
29541         * gst-libs/gst/gst-libs.def:
29542         * gst-libs/gst/gst-libs.vcproj:
29543         * gst/matroska/matroska.def:
29544         * gst/matroska/matroska.vcproj:
29545           Add the preliminary canvas to build plugins on Win32
29546
29547 2004-07-23  Benjamin Otte  <otte@gnome.org>
29548
29549         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29550           don't enfore negotiation from source side, it breaks
29551           sinesrc ! audioconvert ! osssink
29552
29553 2004-07-22  David Schleef  <ds@schleef.org>
29554
29555         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
29556         for ELF files, since they can easily be recognized as audio/mpeg.
29557         (bug #147441)
29558
29559 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29560
29561         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
29562         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
29563         (gst_videoscale_scale_nearest_24bit),
29564         (gst_videoscale_scale_nearest_16bit):
29565           fix 16bit and 24bit for stride (24bit might need testing)
29566           don't pretend we do more than one algorithm
29567
29568 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29569
29570         * configure.ac:
29571         * gst/Makefile.am:
29572         * gst/multifilesink/Makefile.am:
29573         * gst/multifilesink/gstmultifilesink.c:
29574         (gst_multifilesink_get_formats),
29575         (gst_multifilesink_get_query_types), (_do_init),
29576         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
29577         (gst_multifilesink_init), (gst_multifilesink_dispose),
29578         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
29579         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
29580         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
29581         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
29582         (gst_multifilesink_chain), (gst_multifilesink_change_state),
29583         (gst_multifilesink_uri_get_type),
29584         (gst_multifilesink_uri_get_protocols),
29585         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
29586         (gst_multifilesink_uri_handler_init), (plugin_init):
29587         * gst/multifilesink/gstmultifilesink.h:
29588         * testsuite/Makefile.am:
29589         * testsuite/multifilesink/Makefile.am:
29590         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
29591         (gst_newmedia_class_init), (gst_newmedia_init),
29592         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
29593         (newfile_signal), (test_signal), (main):
29594         multifilesink plugin for creating new files every time a new media
29595         discontinuity event occurs
29596
29597 2004-07-22  Wim Taymans  <wim@fluendo.com>
29598
29599         * gst/alpha/Makefile.am:
29600         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
29601         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
29602         (gst_alpha_color_init), (gst_alpha_color_set_property),
29603         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
29604         (transform), (gst_alpha_color_chain),
29605         (gst_alpha_color_change_state), (plugin_init):
29606         Stupid plugin to to RGBA to AYUV conversion because none of
29607         the colorspace plugins can handle that yet.
29608
29609 2004-07-22  Wim Taymans  <wim@fluendo.com>
29610
29611         * examples/seeking/seek.c: (update_scale), (main):
29612         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
29613         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
29614         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
29615         (gst_decode_bin_init), (gst_decode_bin_dispose),
29616         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29617         (no_more_pads), (close_link), (type_found),
29618         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
29619         (plugin_init):
29620         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
29621         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
29622         (gst_play_base_bin_dispose), (queue_overrun),
29623         (gen_preroll_element), (remove_prerolls), (unknown_type),
29624         (no_more_pads), (new_stream), (setup_source),
29625         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
29626         (play_base_eos), (gst_play_base_bin_change_state),
29627         (gst_play_base_bin_add_element),
29628         (gst_play_base_bin_remove_element),
29629         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
29630         (gst_play_base_bin_unlink_stream),
29631         (gst_play_base_bin_get_streaminfo):
29632         * gst/playback/gstplaybin.c: (gen_video_element),
29633         (gen_audio_element):
29634         * gst/playback/gststreaminfo.h:
29635         More playback updates, attempt to fix things after the state change
29636         breakage.
29637
29638 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29639
29640         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
29641         (gst_videoscale_scale_nearest_16bit):
29642           comment algorithm
29643
29644 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29645
29646         * gst/videotestsrc/gstvideotestsrc.c:
29647         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
29648         (gst_videotestsrc_init), (gst_videotestsrc_get),
29649         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
29650         (gst_videotestsrc_get_property):
29651         * gst/videotestsrc/gstvideotestsrc.h:
29652         * gst/videotestsrc/videotestsrc.c:
29653         * gst/videotestsrc/videotestsrc.h:
29654           cleanup and commenting
29655
29656 2004-07-21  Wim Taymans  <wim@fluendo.com>
29657
29658         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
29659         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
29660         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
29661         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
29662         (_find_chain_get_unknown_part), (_find_streams_check),
29663         (gst_ogg_demux_push), (gst_ogg_pad_push):
29664         * ext/theora/theoradec.c: (theora_get_formats),
29665         (theora_dec_src_convert), (theora_dec_sink_convert),
29666         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29667         (theora_dec_chain):
29668         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29669         (vorbis_dec_convert), (vorbis_dec_src_query),
29670         (vorbis_dec_src_event), (vorbis_dec_event):
29671         More seeking fixes, oggdemux now supports seeking to time and
29672         uses the downstream element to convert granulepos to time.
29673         Seeking in theora-only ogg files now works.
29674
29675 2004-07-21  Wim Taymans  <wim@fluendo.com>
29676
29677         * ext/theora/theoradec.c: (gst_theora_dec_init),
29678         (theora_get_formats), (theora_get_event_masks),
29679         (theora_get_query_types), (theora_dec_src_convert),
29680         (theora_dec_sink_convert), (theora_dec_src_query),
29681         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
29682         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29683         (vorbis_get_event_masks), (vorbis_get_query_types),
29684         (gst_vorbis_dec_init), (vorbis_dec_convert),
29685         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
29686         Added query/convert/formats functions to vorbis and theora decoders
29687         so that the outside world can use them too. Fixed seeking on an
29688         ogg/theora/vorbis file by disabling the seeking seeking on the
29689         theora srcpad.
29690
29691 2004-07-21  Julien MOUTTE  <julien@moutte.net>
29692
29693         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
29694         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
29695         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
29696         images creation for both elements. We don't create the image on caps
29697         nego or renego, we just destroy the internal one if present if it does
29698         not match the needs. The chain function takes care of creating a new
29699         image when needed.
29700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
29701         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
29702         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
29703         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
29704         the image format information. The buffer pool checks for the context
29705         image format and discard images with different formats.
29706         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
29707
29708 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29709
29710         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29711         (gst_ffmpegcolorspace_chain):
29712           no point in doing any chaining if the pad we want to push from
29713           isn't usable.
29714
29715 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29716
29717         * gst-libs/gst/riff/riff-media.c:
29718         (gst_riff_create_audio_caps_with_data):
29719           Fix double end-to-native symbol conversion (#148021).
29720
29721 2004-07-20  David Schleef  <ds@schleef.org>
29722
29723         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
29724         Don't use an Atom that doesn't exist.
29725
29726 2004-07-20  Wim Taymans  <wim@fluendo.com>
29727
29728         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
29729         (gst_multifdsink_add), (gst_multifdsink_get_stats),
29730         (gst_multifdsink_client_remove),
29731         (gst_multifdsink_handle_client_write),
29732         (gst_multifdsink_queue_buffer):
29733         * gst/tcp/gstmultifdsink.h:
29734         More multifdsink stats. Avoid deadlock by releasing locks
29735         before sending out a signal.
29736
29737 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29738
29739         * po/LINGUAS:
29740         * po/hu.po:
29741           added Hungarian translation (Laszlo Dvornik)
29742
29743 2004-07-20  Wim Taymans  <wim@fluendo.com>
29744
29745         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
29746         (gst_multifdsink_add), (gst_multifdsink_client_remove),
29747         (gst_multifdsink_handle_client_write),
29748         (gst_multifdsink_queue_buffer):
29749         * gst/tcp/gsttcp-marshal.list:
29750         Fixed the stupid marshal definition.
29751
29752 2004-07-20  Wim Taymans  <wim@fluendo.com>
29753
29754         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
29755         (gst_multifdsink_init), (gst_multifdsink_add),
29756         (gst_multifdsink_client_remove),
29757         (gst_multifdsink_handle_client_write),
29758         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
29759         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
29760         (gst_multifdsink_init_send):
29761         * gst/tcp/gstmultifdsink.h:
29762         Added more stats, added timeout for a client, fixed some typos
29763         and added some comments.
29764
29765 2004-07-20  Wim Taymans  <wim@fluendo.com>
29766
29767         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
29768         (gst_multifdsink_add), (gst_multifdsink_get_stats),
29769         (gst_multifdsink_client_remove),
29770         (gst_multifdsink_handle_client_write):
29771         * gst/tcp/gstmultifdsink.h:
29772         * gst/tcp/gsttcp-marshal.list:
29773         Added get_stats method that returns a GValueArray of
29774         stats values.
29775
29776 2004-07-19  Benjamin Otte  <otte@gnome.org>
29777
29778         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
29779           make sure longname, description and author are valid UTF-8
29780
29781 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29782
29783         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
29784         (gst_ximagesink_set_property):
29785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
29786         (gst_xvimagesink_set_property):
29787           make sure SYNCHRONOUS is respected after getting the X context
29788
29789 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29790
29791         * gst/matroska/matroska-demux.c:
29792         (gst_matroska_demux_handle_src_event),
29793         (gst_matroska_demux_parse_blockgroup):
29794         * gst/matroska/matroska-ids.h:
29795           add BlockReference tag and ignore it to clear out log.
29796           ignore NAVIGATION events to clear out log.
29797
29798 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29799
29800         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
29801         (gst_matroska_demux_add_stream):
29802         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
29803           add debug categories
29804
29805 2004-07-16  Wim Taymans  <wim@fluendo.com>
29806
29807         * ext/libpng/Makefile.am:
29808         * ext/libpng/gstpng.c: (plugin_init):
29809         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
29810         (gst_pngdec_get_type), (gst_pngdec_base_init),
29811         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
29812         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
29813         * ext/libpng/gstpngdec.h:
29814         Added png decoder.
29815
29816 2004-07-16  Julien MOUTTE  <julien@moutte.net>
29817
29818         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29819         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
29820         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
29821         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
29822         (gst_ximagesink_buffer_alloc):
29823         * sys/ximage/ximagesink.h:
29824         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29825         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29826         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
29827         (gst_xvimagesink_buffer_alloc):
29828         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
29829         again. Using internal data pointer of the x(v)image to store image's
29830         data to be coherent with the buffer alloc mechanism. Investigated the
29831         image destruction code to be sure that everything gets freed correctly.
29832
29833 2004-07-16  Wim Taymans  <wim@fluendo.com>
29834
29835         * gst-libs/gst/riff/riff-read.c:
29836         (gst_riff_read_strf_vids_with_data),
29837         (gst_riff_read_strf_auds_with_data):
29838         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29839         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29840         Make sure we don't create 0 sized subbuffers in riff-read.
29841         Signal the no more pads signal after reading the avi header.
29842
29843 2004-07-16  Wim Taymans  <wim@fluendo.com>
29844
29845         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
29846         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
29847         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
29848         (gst_decode_bin_init), (gst_decode_bin_dispose),
29849         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29850         (no_more_pads), (close_link), (type_found),
29851         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
29852         (gst_decode_bin_change_state), (plugin_init):
29853         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
29854         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
29855         (gst_play_base_bin_dispose), (queue_overrun),
29856         (gen_preroll_element), (remove_prerolls), (unknown_type),
29857         (no_more_pads), (new_stream), (setup_source),
29858         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
29859         (play_base_eos), (gst_play_base_bin_change_state),
29860         (gst_play_base_bin_add_element),
29861         (gst_play_base_bin_remove_element),
29862         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
29863         (gst_play_base_bin_unlink_stream),
29864         (gst_play_base_bin_get_streaminfo):
29865         * gst/playback/gstplaybasebin.h:
29866         Better error recovery. Added configurable preroll queue size. Faster
29867         detection of no-more-pads.
29868
29869 2004-07-16  Wim Taymans  <wim@fluendo.com>
29870
29871         * gst-libs/gst/video/video.h:
29872         Added 32 bits RGBA. Not sure if we should use another mime-type
29873         for alpha rgb. Currently the presence of the alpha_mask property
29874         signals an alpha channel.
29875
29876 2004-07-16  Wim Taymans  <wim@fluendo.com>
29877
29878         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29880         FPS seems to be 0.0 to MAX everywhere else.
29881
29882 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29883
29884         * gst-libs/gst/riff/riff-media.c:
29885         (gst_riff_create_video_caps_with_data):
29886           mp42/mp43 (no caps) exist too.
29887         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
29888           Set pixel_width/height; we've got them in-caps.
29889         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29890         * gst/wavparse/gstwavparse.c: (plugin_init):
29891           Both are valid primary.
29892         * sys/oss/gstossmixer.c:
29893           Remove i18n hack and enable translations.
29894
29895 2004-07-15  Benjamin Otte  <otte@gnome.org>
29896
29897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29898         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
29899           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
29900
29901 2004-07-15  Benjamin Otte  <otte@gnome.org>
29902
29903         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29904         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
29905         (gst_alsa_close_audio):
29906           disable some of the debugging code for now. Writing debugging to a
29907           buffer is broken in current alsalib releases.
29908
29909 2004-07-12  Benjamin Otte  <otte@gnome.org>
29910
29911         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
29912           use bufferpools
29913
29914 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29915
29916         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
29917         (theora_dec_src_query), (theora_dec_event):
29918         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
29919           add debugging categories.  Remove \n's.
29920
29921 2004-07-13  Johan Dahlin  <johan@gnome.org>
29922
29923         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
29924         (gst_play_bin_get_property): Impl.
29925
29926 2004-07-13  Wim Taymans  <wim@fluendo.com>
29927
29928         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
29929         When trying to find the stream length, seek back N pages
29930         instead of just one, where N is the number of streams in
29931         the current chain.
29932
29933 2004-07-13  Wim Taymans  <wim@fluendo.com>
29934
29935         * gst-libs/gst/riff/riff-media.c:
29936         (gst_riff_create_audio_caps_with_data),
29937         (gst_riff_create_audio_caps),
29938         (gst_riff_create_audio_template_caps):
29939         * gst-libs/gst/riff/riff-media.h:
29940         * gst-libs/gst/riff/riff-read.c:
29941         (gst_riff_read_strf_vids_with_data),
29942         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
29943         * gst-libs/gst/riff/riff-read.h:
29944         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29945         (gst_avi_demux_add_stream):
29946         Set codec_data on caps for avidemuxer.
29947
29948 2004-07-12  David Schleef  <ds@schleef.org>
29949
29950         * configure.ac: Fix test for Objective C
29951
29952 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
29953         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
29954         (gst_gdk_pixbuf_chain):
29955           Add svg and pcx to template caps, and ensure that getcaps returns a
29956           subset of the template caps.
29957           Copy each row manually for output, as gdkpixbuf may pad the
29958           rowstride to a 32-bit word boundary.
29959
29960 2004-07-12  Wim Taymans  <wim@fluendo.com>
29961
29962         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
29963         (gst_riff_create_video_template_caps):
29964         Fix the template caps to include some more media types.
29965
29966 2004-07-12  Wim Taymans  <wim@fluendo.com>
29967
29968         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
29969         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
29970         (compare_ranks), (print_feature), (gst_decode_bin_init),
29971         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
29972         (try_to_link_1), (new_pad), (close_link), (type_found),
29973         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
29974         (gst_decode_bin_change_state), (plugin_init):
29975         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
29976         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
29977         (gst_play_base_bin_dispose), (queue_overrun),
29978         (gen_preroll_element), (remove_prerolls), (no_more_pads),
29979         (new_stream), (setup_source), (gst_play_base_bin_set_property),
29980         (gst_play_base_bin_get_property), (play_base_eos),
29981         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29982         (gst_play_base_bin_remove_element),
29983         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
29984         (gst_play_base_bin_unlink_stream),
29985         (gst_play_base_bin_get_streaminfo):
29986         * gst/playback/gstplaybasebin.h:
29987         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
29988         (gst_play_bin_class_init), (gst_play_bin_init),
29989         (gst_play_bin_dispose), (gst_play_bin_set_property),
29990         (gst_play_bin_get_property), (gen_video_element),
29991         (gen_audio_element), (remove_sinks), (setup_sinks),
29992         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
29993         (gst_play_bin_send_event), (gst_play_bin_get_formats),
29994         (gst_play_bin_convert), (gst_play_bin_get_query_types),
29995         (gst_play_bin_query), (plugin_init):
29996         * gst/playback/test4.c: (main):
29997         More fixes on reusing of the element.
29998
29999 2004-07-11  Benjamin Otte  <otte@gnome.org>
30000
30001         * ext/mad/gstmad.c: (normal_seek):
30002           allow seeking for other methods than just SET
30003
30004 2004-07-11  Andy Wingo  <wingo@pobox.com>
30005
30006         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
30007         float, "any" caps -> buffer_frames=[0,MAX].
30008
30009         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
30010         doesn't intersect our caps with the template any more. Do it
30011         ourselves.
30012         (interleave_buffered_loop): Use g_newa instead of malloc/free.
30013
30014 2004-07-09  Wim Taymans  <wim@fluendo.com>
30015
30016         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
30017         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
30018         (compare_ranks), (print_feature), (gst_decode_bin_init),
30019         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
30020         (try_to_link_1), (new_pad), (close_link), (type_found),
30021         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
30022         (gst_decode_bin_change_state), (plugin_init):
30023         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
30024         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
30025         (gst_play_base_bin_dispose), (queue_overrun),
30026         (gen_preroll_element), (remove_prerolls), (no_more_pads),
30027         (new_stream), (setup_source), (gst_play_base_bin_set_property),
30028         (gst_play_base_bin_get_property), (play_base_eos),
30029         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
30030         (gst_play_base_bin_remove_element),
30031         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
30032         (gst_play_base_bin_unlink_stream),
30033         (gst_play_base_bin_get_streaminfo):
30034         * gst/playback/gstplaybasebin.h:
30035         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
30036         (gst_play_bin_class_init), (gst_play_bin_init),
30037         (gst_play_bin_dispose), (gst_play_bin_set_property),
30038         (gst_play_bin_get_property), (gen_video_element),
30039         (gen_audio_element), (remove_sinks), (setup_sinks),
30040         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
30041         (gst_play_bin_send_event), (gst_play_bin_get_formats),
30042         (gst_play_bin_convert), (gst_play_bin_get_query_types),
30043         (gst_play_bin_query), (plugin_init):
30044         * gst/playback/test4.c: (main):
30045         Work on object reuse and seeking.
30046
30047 2004-07-09  Wim Taymans  <wim@fluendo.com>
30048
30049         * examples/seeking/seek.c: (iterate):
30050         Don't consume all CPU in the idle loop.
30051
30052 2004-07-09  Wim Taymans  <wim@fluendo.com>
30053
30054         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
30055         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
30056         Add pad to element *after* setting the pad functions so that
30057         the scheduler can use the correct ones.
30058
30059 2004-07-09  Wim Taymans  <wim@fluendo.com>
30060
30061         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
30062         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
30063         Sync to keyframe after seek
30064
30065 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30066
30067         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
30068         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
30069         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
30070         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
30071         * ext/libvisual/visual.c: (gst_visual_change_state):
30072         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
30073         * ext/theora/theoradec.c: (theora_dec_change_state):
30074         * ext/theora/theoraenc.c: (theora_enc_change_state):
30075         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
30076         * gst-libs/gst/navigation/navigation.c:
30077         * gst/adder/gstadder.c: (gst_adder_change_state):
30078         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
30079         (gst_audio_convert_get_buffer):
30080         * gst/multipart/multipartdemux.c:
30081         (gst_multipart_demux_change_state):
30082         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
30083         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30084         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30085         * gst/videoscale/gstvideoscale.c:
30086         (gst_videoscale_handle_src_event):
30087         * gst/volume/gstvolume.c: (volume_chain_int16):
30088           don't assert in state change, this should be done by the base
30089           GstElement class.
30090           various debugging fixes.
30091
30092 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30093
30094         * configure.ac:
30095         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30096         (gst_play_dispose), (gst_play_set_location),
30097         (gst_play_set_data_src), (gst_play_set_video_sink),
30098         (gst_play_set_audio_sink), (gst_play_set_visualization),
30099         (gst_play_connect_visualization), (gst_play_get_sink_element),
30100         (gst_play_get_all_by_interface):
30101         * gst-libs/gst/play/play.h:
30102           add new method to get elements implementing an interface.
30103           add various error logging
30104
30105 2004-07-08  Wim Taymans  <wim@fluendo.com>
30106
30107         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
30108         (make_mpeg_pipeline), (make_mpegnt_pipeline),
30109         (make_playerbin_pipeline), (query_durations_elems),
30110         (query_durations_pads), (query_positions_elems),
30111         (query_positions_pads), (update_scale), (iterate), (stop_seek),
30112         (main):
30113         Added playbin seeking example.
30114
30115 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30116
30117         * gst-libs/gst/play/play.c: (gst_play_set_location),
30118         (gst_play_set_data_src), (gst_play_set_video_sink),
30119         (gst_play_set_audio_sink), (gst_play_set_visualization),
30120         (gst_play_connect_visualization), (gst_play_get_framerate):
30121           use a macro to look up elements from hash table
30122
30123 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30124
30125         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30126         (gst_play_get_length_callback), (gst_play_set_location),
30127         (gst_play_seek_to_time), (gst_play_set_data_src),
30128         (gst_play_set_video_sink), (gst_play_set_audio_sink),
30129         (gst_play_set_visualization), (gst_play_connect_visualization),
30130         (gst_play_get_sink_element):
30131         - add debugging info
30132         - fix looking up sink elements by iterating over complete caps
30133         - put everything except for source and autoplugger in a complete bin
30134
30135 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30136
30137         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
30138         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
30139         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
30140         (gst_alsa_sink_write), (gst_alsa_sink_loop):
30141         * ext/alsa/gstalsasink.h:
30142         - add debugging info
30143         - clean up schizophrenia of data/buffer/event
30144         - fix double event unref error
30145
30146 2004-07-08  Wim Taymans  <wim@fluendo.com>
30147
30148         * gst/playback/Makefile.am:
30149         Add headers to noinst
30150
30151 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30152
30153         * tools/gst-launch-ext-m.m:
30154         * tools/gst-launch-ext.1.in:
30155           convert to the third millenium
30156
30157 2004-07-07  David Schleef  <ds@schleef.org>
30158
30159         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
30160
30161 2004-07-07  Wim Taymans  <wim@fluendo.com>
30162
30163         * gst/playback/Makefile.am:
30164         * gst/playback/README:
30165         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
30166         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
30167         (compare_ranks), (print_feature), (gst_decode_bin_init),
30168         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
30169         (try_to_link_1), (new_pad), (close_link), (type_found),
30170         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
30171         (plugin_init):
30172         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
30173         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
30174         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
30175         (gen_preroll_element), (no_more_pads), (new_stream),
30176         (setup_source), (gst_play_base_bin_set_property),
30177         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
30178         (gst_play_base_bin_add_element),
30179         (gst_play_base_bin_remove_element),
30180         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
30181         (gst_play_base_bin_unlink_stream),
30182         (gst_play_base_bin_get_streaminfo):
30183         * gst/playback/gstplaybasebin.h:
30184         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
30185         (gst_play_bin_class_init), (gst_play_bin_init),
30186         (gst_play_bin_dispose), (gst_play_bin_set_property),
30187         (gst_play_bin_get_property), (gen_video_element),
30188         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
30189         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
30190         (gst_play_bin_get_formats), (gst_play_bin_convert),
30191         (gst_play_bin_get_query_types), (gst_play_bin_query),
30192         (plugin_init):
30193         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30194         (gst_stream_info_get_type), (gst_stream_info_class_init),
30195         (gst_stream_info_init), (gst_stream_info_new),
30196         (gst_stream_info_dispose), (gst_stream_info_set_property),
30197         (gst_stream_info_get_property):
30198         * gst/playback/gststreaminfo.h:
30199         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
30200         (main):
30201         * gst/playback/test2.c: (main):
30202         * gst/playback/test3.c: (update_scale), (main):
30203         More playbin fixes. Added README. Do better element filtering.
30204         Added base class to preroll media. Added test apps.
30205
30206 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30207
30208         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
30209         * ext/mpeg2dec/gstmpeg2dec.h:
30210           various debugging improvements.  Reset stream to next picture
30211           instead of sequence header, otherwise seeks cannot work.
30212
30213 2004-07-07  Wim Taymans  <wim@fluendo.com>
30214
30215         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
30216         (gst_video_box_class_init), (gst_video_box_set_property),
30217         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
30218         Use pad_alloc where possible.
30219
30220 2004-07-07  Wim Taymans  <wim@fluendo.com>
30221
30222         * sys/oss/gstosselement.c: (gst_osselement_reset),
30223         (gst_osselement_parse_caps):
30224         * sys/oss/gstosselement.h:
30225         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30226         Fix offset on osssrc.
30227
30228 2004-07-07  Wim Taymans  <wim@fluendo.com>
30229
30230         * ext/theora/theora.c: (plugin_init):
30231         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
30232         (theora_dec_src_query), (theora_dec_chain):
30233         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30234         (theora_enc_sink_link), (theora_buffer_from_packet),
30235         (theora_push_packet), (theora_enc_chain):
30236         Fix theora granulepos calculation.
30237         Fix overflow in duration/position calculation.
30238         Bump rank to PRIMARY for theoradec.
30239         Use granulepos of last packet to calculate position.
30240         Set keyframe flag on buffers when needed.
30241
30242 2004-07-06  David Schleef  <ds@schleef.org>
30243
30244         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
30245         serious?  (Fixed, obviously.)
30246
30247 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30248
30249         * po/LINGUAS:
30250         * po/cs.po:
30251           added Czech translation (Miloslav Trmac)
30252
30253 2004-07-05  Wim Taymans  <wim@fluendo.com>
30254
30255         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
30256         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
30257         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
30258         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30259         (close_link), (type_found), (gst_decode_bin_set_property),
30260         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
30261         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
30262         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
30263         (gst_decode_bin_query), (plugin_init):
30264         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
30265         (gst_play_bin_class_init), (gst_play_bin_init),
30266         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
30267         (get_video_element), (new_pad), (setup_source),
30268         (gst_play_bin_set_property), (gst_play_bin_get_property),
30269         (gst_play_bin_change_state), (gst_play_bin_add_element),
30270         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
30271         (gst_play_bin_send_event), (gst_play_bin_get_formats),
30272         (gst_play_bin_convert), (gst_play_bin_get_query_types),
30273         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
30274         * gst/playback/test.c: (main):
30275         More fixes, cleaned up playbin, make it use decodebin. Added
30276         threaded property to playbin.
30277
30278 2004-07-05  Wim Taymans  <wim@fluendo.com>
30279
30280         * configure.ac:
30281         * gst/playback/Makefile.am:
30282         * gst/playback/decodetest.c: (main):
30283         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
30284         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
30285         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
30286         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30287         (close_link), (type_found), (gst_decode_bin_set_property),
30288         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
30289         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
30290         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
30291         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
30292         (plugin_init):
30293         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
30294         (gst_play_bin_class_init), (gst_play_bin_init),
30295         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
30296         (collect_sink_pads), (find_compatibles), (close_pad_link),
30297         (try_to_link_1), (new_pad), (close_link), (type_found),
30298         (setup_source), (gst_play_bin_set_property),
30299         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
30300         (compare_ranks), (gst_play_bin_collect_factories),
30301         (gst_play_bin_change_state), (gst_play_bin_add_element),
30302         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
30303         (gst_play_bin_send_event), (gst_play_bin_get_formats),
30304         (gst_play_bin_convert), (gst_play_bin_get_query_types),
30305         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
30306         * gst/playback/test.c: (main):
30307         Added some playback helper elements and some test apps, very alpha
30308         still.
30309
30310 2004-07-04  Benjamin Otte  <otte@gnome.org>
30311
30312         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
30313           only restart audio when we indeed have an xrun to fix repeated
30314           xruns. Fix suggested by Giuliano Pochini.
30315
30316 2004-07-03  David Schleef  <ds@schleef.org>
30317
30318         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
30319         call to gst_debug_log() if debugging is disabled (bug #145118)
30320
30321 2004-07-03  Benjamin Otte  <otte@gnome.org>
30322
30323         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
30324           use our own functions for restarting the alsa device.
30325         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30326           I should apply patches myself - use MIN for the third argument, not
30327           the second, this fixes seeking
30328
30329 2004-07-02  David Schleef  <ds@schleef.org>
30330
30331         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
30332         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
30333         do with the logic.
30334
30335 2004-07-02  David Schleef  <ds@schleef.org>
30336
30337         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
30338         output buffers.  Fix logic mistake.  (bug #144866)
30339
30340 2004-07-02  David Schleef  <ds@schleef.org>
30341
30342         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
30343         on X.  (bug #144753)
30344
30345 2004-07-02  David Schleef  <ds@schleef.org>
30346
30347         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
30348         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
30349         (bug #144624)
30350         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
30351         (gst_osselement_rate_probe_check): Add another workaround for
30352         buggy drivers (bug #145336)
30353
30354 2004-07-02  David Schleef  <ds@schleef.org>
30355
30356         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
30357         Most systems don't have MSG_NOSIGNAL.
30358
30359 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30360
30361         * Makefile.am:
30362         * gst-libs/gst/colorbalance/Makefile.am:
30363         * gst-libs/gst/mixer/Makefile.am:
30364         * gst-libs/gst/play/Makefile.am:
30365         * gst-libs/gst/tuner/Makefile.am:
30366           (hopefully) fix both install and dist and make error message useful.
30367           needs testing across automakes.
30368
30369 2004-07-02  Benjamin Otte  <otte@gnome.org>
30370
30371         * ext/ogg/gstogg.c: (plugin_init):
30372           we require bytestream now
30373         * ext/ogg/gstoggdemux.c:
30374           huge diff to implement chain setup in a fast and generic way. This
30375           improves tag reading and startup of huge files (read: Theora videos)
30376           quite a bit. It probably contains bugs, too, so please test.
30377           Seeking is not improved to the fast method.
30378
30379 2004-06-29  Wim Taymans  <wim@fluendo.com>
30380
30381         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30382         * ext/ogg/gstoggmux.c:
30383         Fix memleak in oggdemux when running unconnected pads.
30384         doc update in mux, start working on keyframe mode.
30385
30386 2004-06-29  Benjamin Otte  <otte@gnome.org>
30387
30388         * sys/oss/gstosssink.c:
30389         * sys/oss/gstosssrc.c:
30390           advertise correct template caps - we indeed do non-native endianness
30391           and 8bit audio has no endianness
30392         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
30393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
30394           avoid (wrong) duplications in getcaps function and return
30395           template caps
30396
30397 2004-06-29  Wim Taymans  <wim@fluendo.com>
30398
30399         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
30400         (gst_multifdsink_class_init), (gst_multifdsink_add),
30401         (gst_multifdsink_remove), (gst_multifdsink_clear),
30402         (gst_multifdsink_client_remove),
30403         (gst_multifdsink_handle_client_read),
30404         (gst_multifdsink_client_queue_data),
30405         (gst_multifdsink_client_queue_caps),
30406         (gst_multifdsink_client_queue_buffer),
30407         (gst_multifdsink_handle_client_write),
30408         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30409         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
30410         (gst_multifdsink_init_send), (gst_multifdsink_close):
30411         Fix wrong GList iteration that could crash the server when
30412         more then 2 clients disconnect at the same time. Read all the
30413         pending commands in one batch to recover from command storms under
30414         very heavy load.
30415
30416 2004-06-28  Wim Taymans  <wim@fluendo.com>
30417
30418         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
30419         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
30420         (gst_videomixer_pad_set_property),
30421         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
30422         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
30423         (gst_videomixer_class_init), (gst_videomixer_init),
30424         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
30425         (pad_zorder_compare), (gst_videomixer_sort_pads),
30426         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
30427         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
30428         (gst_videomixer_update_queues), (gst_videomixer_loop),
30429         (plugin_init):
30430         Avoid divide by zero, choose masterpad as the pad with the highest
30431         framerate.
30432
30433 2004-06-27  Julien Moutte  <julien@moutte.net>
30434
30435         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
30436         (gst_ximagesink_xwindow_new):
30437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
30438         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
30439         function directly. We might want to call it from somewhere else one day.
30440
30441 2004-06-27  Julien Moutte  <julien@moutte.net>
30442
30443         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
30444         (gst_ximagesink_xwindow_new):
30445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
30446         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
30447         window decorations.
30448
30449 2004-06-27  Wim Taymans  <wim@fluendo.com>
30450
30451         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
30452         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
30453         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
30454         (gst_dvdec_set_property), (gst_dvdec_get_property):
30455         * ext/dv/gstdvdec.h:
30456         Implement drop_factor property to lower the framerate with
30457         a factor.
30458
30459 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30460
30461         * gst-libs/gst/colorbalance/Makefile.am:
30462         * gst-libs/gst/mixer/Makefile.am:
30463         * gst-libs/gst/play/Makefile.am:
30464         * gst-libs/gst/tuner/Makefile.am:
30465           unbreak Company's fix that didn't install the -enum.h files
30466
30467 2004-06-27  Wim Taymans  <wim@fluendo.com>
30468
30469         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
30470         (gst_dvdec_change_state):
30471         * ext/dv/gstdvdec.h:
30472         Fix timestamp, duration and offset of the buffers.
30473
30474 2004-06-27  Wim Taymans  <wim@fluendo.com>
30475
30476         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
30477         (gst_multifdsink_class_init), (gst_multifdsink_add),
30478         (gst_multifdsink_remove), (gst_multifdsink_clear),
30479         (gst_multifdsink_client_remove),
30480         (gst_multifdsink_handle_client_read),
30481         (gst_multifdsink_client_queue_data),
30482         (gst_multifdsink_client_queue_caps),
30483         (gst_multifdsink_client_queue_buffer),
30484         (gst_multifdsink_handle_client_write),
30485         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30486         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
30487         (gst_multifdsink_init_send), (gst_multifdsink_close):
30488         * gst/tcp/gstmultifdsink.h:
30489         * gst/tcp/gsttcpserversink.c:
30490         (gst_tcpserversink_handle_server_read),
30491         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
30492         More multifdsink fixes, more recovery policy fixes.
30493         Removed stupid g_print
30494
30495 2004-06-26  Wim Taymans  <wim@fluendo.com>
30496
30497         * gst/tcp/Makefile.am:
30498         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
30499         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
30500         (gst_multifdsink_class_init), (gst_multifdsink_init),
30501         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
30502         (gst_multifdsink_handle_client_read),
30503         (gst_multifdsink_client_queue_data),
30504         (gst_multifdsink_client_queue_caps),
30505         (gst_multifdsink_client_queue_buffer),
30506         (gst_multifdsink_handle_client_write),
30507         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30508         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
30509         (gst_multifdsink_chain), (gst_multifdsink_set_property),
30510         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
30511         (gst_multifdsink_close), (gst_multifdsink_change_state):
30512         * gst/tcp/gstmultifdsink.h:
30513         * gst/tcp/gsttcpplugin.c: (plugin_init):
30514         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
30515         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
30516         (gst_tcpserversink_handle_server_read),
30517         (gst_tcpserversink_handle_select),
30518         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
30519         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
30520         * gst/tcp/gsttcpserversink.h:
30521         Added multifdsink, made tcpserversink a subclass of fdsink, removed
30522         one of the locks, added recovery policy to multifdsink.
30523
30524 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30525
30526         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
30527           fix decision for when getting frames with same timestamp
30528         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
30529         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
30530         (gst_v4lsrc_get_property):
30531         * sys/v4l/gstv4lsrc.h:
30532           add latency offset property
30533
30534 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30535
30536         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
30537         (plugin_init):
30538           fix debugging. add category.
30539
30540 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30541
30542         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30543           fix wrong offsets
30544
30545 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30546
30547         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
30548         (gst_alsa_src_get_time), (gst_alsa_src_loop),
30549         (gst_alsa_src_change_state):
30550           return a time that is in sync with the element's processing
30551
30552 2004-06-25  Wim Taymans  <wim@fluendo.com>
30553
30554         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30555         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
30556         (gst_tcpserversink_client_remove),
30557         (gst_tcpserversink_handle_client_read),
30558         (gst_tcpserversink_client_queue_data),
30559         (gst_tcpserversink_client_queue_caps),
30560         (gst_tcpserversink_client_queue_buffer),
30561         (gst_tcpserversink_handle_client_write),
30562         (gst_tcpserversink_queue_buffer),
30563         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
30564         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
30565         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
30566         (gst_tcpserversink_close):
30567         * gst/tcp/gsttcpserversink.h:
30568         Serversink rewrite. Really do non blocking writes to clients and
30569         maintain an internal queue to handle slower clients while not
30570         disturbing fast clients.
30571
30572 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30573
30574         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
30575           better debug, don't override OFFSET and OFFSET_END
30576
30577 2004-06-25  Iain <iain@prettypeople.org>
30578
30579         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
30580         name=source for the wavparse pipeline.
30581
30582 2004-06-24  Johan Dahlin  <johan@gnome.org>
30583
30584         * ext/theora/theoraenc.c (theora_enc_chain): Call
30585         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
30586         streamheader caps are set correctly.
30587
30588 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30589
30590         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
30591         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
30592           respect minimum bitrate; same could be done for max bitrate
30593
30594 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30595
30596         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
30597         (gst_vorbisenc_setup):
30598           fix sample rate range
30599
30600 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30601
30602         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
30603         (gst_oggvorbisenc_setup):
30604         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
30605         (gst_vorbisenc_setup):
30606           resolve ambiguities in code and description
30607
30608 2004-06-24  Wim Taymans  <wim@fluendo.com>
30609
30610         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
30611         * ext/alsa/gstalsa.h:
30612         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
30613         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
30614         Use alsa trigger_tstamp to get the timestamp of the first
30615         sample in the buffer for more precise sync. Some cleanups.
30616
30617 2004-06-24  Wim Taymans  <wim@fluendo.com>
30618
30619         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
30620         (gst_audiorate_init), (gst_audiorate_chain),
30621         (gst_audiorate_set_property), (gst_audiorate_get_property):
30622         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
30623         (gst_videorate_chain):
30624         Added some logging, fixed an overflow bug in videorate.
30625
30626 2004-06-24  Benjamin Otte  <otte@gnome.org>
30627
30628         * ext/kio/Makefile.am:
30629           fix for builddir != srcdir and distcheck
30630
30631 2004-06-24  Benjamin Otte  <otte@gnome.org>
30632
30633         * gst-libs/gst/colorbalance/Makefile.am:
30634         * gst-libs/gst/mixer/Makefile.am:
30635         * gst-libs/gst/play/Makefile.am:
30636         * gst-libs/gst/tuner/Makefile.am:
30637         * gst/tcp/Makefile.am:
30638         * sys/dxr3/Makefile.am:
30639           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
30640           tarball.
30641           Also add all *.list files that were missing.
30642         * Makefile.am:
30643           add a distcheck hook to ensure the above doesn't happen again.
30644
30645 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
30646
30647         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
30648
30649 2004-06-23  Colin Walters  <walters@redhat.com>
30650
30651         * m4/Makefile.am: Distribute gst-fionread.m4.
30652
30653 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30654
30655         * configure.ac: back to dev
30656
30657 2004-06-23  Wim Taymans  <wim@fluendo.com>
30658
30659         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
30660         (gst_alsa_xrun_recovery):
30661         * ext/alsa/gstalsa.h:
30662         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
30663         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
30664         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
30665         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
30666         (gst_alsa_src_loop):
30667         Add clock to alsasrc. Take new capture timestamp when
30668         restarting after an overrun. Split up some functions between
30669         alsasrc and alsasink.
30670
30671 === release 0.8.2 ===
30672
30673 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30674
30675         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
30676         (gst_alsa_change_state), (gst_alsa_update_avail),
30677         (gst_alsa_xrun_recovery):
30678         * ext/alsa/gstalsa.h:
30679         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30680           merge back changes from release
30681
30682 2004-06-23  Wim Taymans  <wim@fluendo.com>
30683
30684         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
30685         (gst_audiorate_init), (gst_audiorate_chain),
30686         (gst_audiorate_set_property), (gst_audiorate_get_property):
30687         Implement sample dropping and notify
30688
30689 2004-06-22  Wim Taymans  <wim@fluendo.com>
30690
30691         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30692         (theora_enc_sink_link), (theora_buffer_from_packet),
30693         (theora_push_packet), (theora_enc_chain):
30694         Some cleanups, make sure the timestamps are correct.
30695
30696 2004-06-22  Wim Taymans  <wim@fluendo.com>
30697
30698         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
30699         (gst_alsa_change_state), (gst_alsa_update_avail),
30700         (gst_alsa_xrun_recovery):
30701         * ext/alsa/gstalsa.h:
30702         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30703         Cleanups, take queued samples into account when reporting
30704         the time.
30705
30706 2004-06-22  Wim Taymans  <wim@fluendo.com>
30707
30708         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
30709         (gst_videorate_init):
30710         Initialize the property as well.
30711
30712 2004-06-22  Wim Taymans  <wim@fluendo.com>
30713
30714         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
30715         (gst_videorate_init), (gst_videorate_chain),
30716         (gst_videorate_set_property), (gst_videorate_get_property):
30717         Add property to make videorate silent.
30718         Add property to prefer new frames over old ones.
30719
30720 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30721
30722         * sys/osxvideo/Makefile.am:
30723         Workaround so that the osxvideo .so file gets linked with the
30724         Cocoa, OpenGL and QuickTime frameworks
30725
30726 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30727
30728         * sys/osxaudio/Makefile.am:
30729         Workaround so that the osxaudio .so file gets linked with the
30730         CoreAudio framework
30731
30732 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30733
30734         * configure.ac:
30735         Whoops, my fault...fixed build issues
30736
30737 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30738
30739         * configure.ac:
30740         Add objective-c support if running in Darwin/Mac OS X
30741         * sys/Makefile.am:
30742         * sys/osxvideo:
30743         * sys/osxvideo/Makefile.am:
30744         * sys/osxvideo/osxvideosink.h:
30745         * sys/osxvideo/osxvideosink.m:
30746         * sys/osxvideo/cocoawindow.h:
30747         * sys/osxvideo/cocoawindow.m:
30748         Add osxvideosink, a cocoa-based osx video sink
30749
30750
30751 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
30752         * ext/dvdnav/gst-dvd:
30753         Grab the gconf key from the right spot
30754         * gst/debug/gstnavseek.c: (gst_navseek_init),
30755         (gst_navseek_segseek), (gst_navseek_handle_src_event),
30756         (gst_navseek_chain):
30757         * gst/debug/gstnavseek.h:
30758           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
30759           and loop parameters of a segment seek.
30760         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
30761         (gst_videotestsrc_get_event_masks),
30762         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
30763         * gst/videotestsrc/gstvideotestsrc.h:
30764           Add seeking support to videotestsrc
30765           Initialise the timestamp_offset variable.
30766
30767 2004-06-18  Wim Taymans  <wim@fluendo.com>
30768
30769         * ext/sidplay/gstsiddec.cc:
30770         Fix negotiation and set correct end offset.
30771
30772 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30773
30774         * configure.ac: branch and prerelease
30775
30776 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30777
30778         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
30779         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
30780         (gst_tcpclientsrc_init_receive):
30781         * gst/tcp/gsttcpclientsrc.h:
30782           read caps when connecting to server for GDP so we set them correctly
30783
30784 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30785
30786         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
30787           notify drops and duplicates
30788         * gst/videoscale/videoscale.c: (videoscale_get_structure):
30789           no good reason to limit ourselves to 100x100
30790
30791 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30792
30793         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
30794         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30795         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
30796         (gst_v4lsrc_get_property):
30797         * sys/v4l/gstv4lsrc.h:
30798         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
30799         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
30800         (gst_v4l_set_audio):
30801         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
30802         (gst_v4lsrc_try_capture):
30803         * sys/v4l/v4lsrc_calls.h:
30804           change try_palette to more general try_capture
30805           add autoprobe option so we can turn off autoprobing
30806           various fixes
30807
30808 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30809
30810         * configure.ac:
30811           add videorate
30812         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
30813         (gst_ximagesink_class_init):
30814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
30815         (gst_xvimagesink_class_init):
30816           run them as finalize, not dispose, since dispose can be invoked
30817           multiple times
30818
30819 2004-06-17  Wim Taymans  <wim@fluendo.com>
30820
30821         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
30822         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
30823         * ext/alsa/gstalsa.h:
30824         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
30825         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
30826         (gst_alsa_src_change_state):
30827         * ext/alsa/gstalsasrc.h:
30828         Make the xrun code timestamp and offset the buffers correctly.
30829         moved the clock to the base class, use alsa methods to get time.
30830         Do correct timestamping on outgoing buffers.
30831
30832 2004-06-17  Wim Taymans  <wim@fluendo.com>
30833
30834         * gst/audiorate/Makefile.am:
30835         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
30836         (gst_audiorate_base_init), (gst_audiorate_class_init),
30837         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
30838         (gst_audiorate_set_property), (gst_audiorate_get_property),
30839         (gst_audiorate_change_state), (plugin_init):
30840         Added an audiorate converter that fills in gaps.
30841
30842 2004-06-17  Johan Dahlin  <johan@gnome.org>
30843
30844         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
30845
30846 2004-06-16  Wim Taymans  <wim@fluendo.com>
30847
30848         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
30849         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
30850         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
30851         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
30852         (gst_v4lsrc_get_property):
30853         * sys/v4l/gstv4lsrc.h:
30854         Added a copy mode to v4lsrc where it will output a copied version
30855         of its internal hardware buffer.
30856         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
30857         can't | them.
30858
30859 2004-06-16  Wim Taymans  <wim@fluendo.com>
30860
30861         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30862         Timestamp fixes.
30863
30864 2004-06-16  Wim Taymans  <wim@fluendo.com>
30865
30866         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
30867         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
30868         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
30869         (gst_v4lsrc_get_property):
30870         * sys/v4l/gstv4lsrc.h:
30871         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30872         Added a sync mode enum property to control v4lsrc timestamp method
30873         Removed the use-fixed-fps property and moved functionality in
30874         the enum.
30875         Don't error on an error value from v4l-conf, it might not always
30876         be a real error.
30877
30878 2004-06-16  Wim Taymans  <wim@fluendo.com>
30879
30880         * gst/videorate/Makefile.am:
30881         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
30882         (gst_videorate_base_init), (gst_videorate_class_init),
30883         (gst_videorate_getcaps), (gst_videorate_link),
30884         (gst_videorate_init), (gst_videorate_chain),
30885         (gst_videorate_set_property), (gst_videorate_get_property),
30886         (gst_videorate_change_state), (plugin_init):
30887         Added a video timestamp corrector.
30888
30889 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30890
30891         fixed a potential leak with previous commit
30892
30893         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
30894
30895 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30896
30897         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
30898         Added missing refcount, fixes bug #144425
30899         Cheers Tim for finding the bug
30900
30901 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30902
30903         * sys/v4l/gstv4l.c: (plugin_init):
30904         * sys/v4l/gstv4lcolorbalance.c:
30905         * sys/v4l/gstv4lcolorbalance.h:
30906         * sys/v4l/gstv4lelement.c:
30907         * sys/v4l/gstv4lelement.h:
30908         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30909         * sys/v4l/gstv4lmjpegsink.h:
30910         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30911         * sys/v4l/gstv4lmjpegsrc.h:
30912         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
30913         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
30914         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30915         * sys/v4l/gstv4lsrc.h:
30916         * sys/v4l/gstv4ltuner.c:
30917         * sys/v4l/gstv4ltuner.h:
30918         * sys/v4l/gstv4lxoverlay.c:
30919         * sys/v4l/gstv4lxoverlay.h:
30920         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
30921         (gst_v4l_set_window), (gst_v4l_enable_overlay):
30922         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
30923         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
30924         (gst_v4l_set_audio):
30925         * sys/v4l/v4l_calls.h:
30926         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30927         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
30928         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
30929         (gst_v4lmjpegsink_playback_init),
30930         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
30931         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
30932         (gst_v4lmjpegsink_playback_stop),
30933         (gst_v4lmjpegsink_playback_deinit):
30934         * sys/v4l/v4lmjpegsink_calls.h:
30935         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30936         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
30937         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
30938         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
30939         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
30940         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
30941         * sys/v4l/v4lmjpegsrc_calls.h:
30942         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30943         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
30944         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
30945         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
30946         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
30947         (gst_v4lsrc_try_palette):
30948         * sys/v4l/v4lsrc_calls.h:
30949           bunch of paranoia cleanups
30950
30951 2004-06-14  David Schleef  <ds@schleef.org>
30952
30953         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
30954         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
30955         Send discont events and change timestamps appropriately when
30956         we get a seek event.  (bug #144240)
30957         * ext/cdparanoia/gstcdparanoia.h:
30958
30959 2004-06-14  Benjamin Otte  <otte@gnome.org>
30960
30961         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
30962           snd_pcm_hw_params_set_rate  since the latter fails for no good
30963           reason on some setups.
30964
30965 2004-06-14  David Schleef  <ds@schleef.org>
30966
30967         * gst/volume/demo.c: (value_changed_callback): exp10() is not
30968         standard.  Thank you for playing.
30969
30970 2004-06-14  Wim Taymans  <wim@fluendo.com>
30971
30972         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
30973         Patch 1.3 broke the ordering of the colorspace info and
30974         made the plugin basically work by coincidence, reordered
30975         the info.
30976
30977 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30978
30979         * ext/lame/gstlame.c:
30980         * ext/mad/gstmad.c:
30981           sync caps.  Make sure mad can only output a list of rates, not
30982           a full range.  In the future, have three caps lists for each of the
30983           mpeg versions.  Change mpegversion to a double as well.
30984
30985 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30986
30987         * gst/volume/.cvsignore:
30988         * gst/volume/Makefile.am:
30989         * gst/volume/demo.c: (value_changed_callback), (idler),
30990         (setup_gui), (main):
30991           added small demo app
30992
30993 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
30994         * ext/esd/esdsink.c: (gst_esdsink_change_state):
30995         * ext/esd/esdsink.h:
30996         Close the esd connection on pause, because esd will just wait -
30997         blocking all other esd clients indefinitely.
30998
30999 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
31000
31001         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
31002           previous commit with GST_DEBUG
31003
31004 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
31005
31006         * configure.ac:
31007           add a header check for a dvdread header in dvdnav.  Fixes #133002
31008
31009 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31010
31011         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31012         * gst/tcp/gsttcpclientsink.h:
31013         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31014         * gst/tcp/gsttcpclientsrc.h:
31015         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
31016         (gst_tcpserversink_handle_server_read),
31017         (gst_tcpserversink_init_send):
31018         * gst/tcp/gsttcpserversink.h:
31019         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
31020         * gst/tcp/gsttcpserversrc.h:
31021         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
31022         version of IP)
31023
31024 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31025
31026         * configure.ac:
31027         Added ogg library so that OSX detects libtheora properly
31028
31029 2004-06-11  Wim Taymans  <wim@fluendo.com>
31030
31031         * ext/theora/theoradec.c: (theora_dec_chain),
31032         (theora_dec_change_state):
31033         Don't try to decode frames before we received a keyframe.
31034
31035 2004-06-11  Wim Taymans  <wim@fluendo.com>
31036
31037         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
31038         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
31039         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
31040         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
31041         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
31042         Added property to set the maximum delay of a page.
31043
31044 2004-06-10  Wim Taymans  <wim@fluendo.com>
31045
31046         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
31047         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
31048         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
31049         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
31050         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
31051         Added max-delay property to control the maximum amount
31052         of data to put in one page.
31053
31054 2004-06-10  Wim Taymans  <wim@fluendo.com>
31055
31056         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31057         (gst_theora_enc_init), (theora_enc_sink_link),
31058         (theora_buffer_from_packet), (theora_enc_set_property),
31059         (theora_enc_get_property):
31060         Set duration on encoded buffer, added some more properties
31061
31062 2004-06-10  Wim Taymans  <wim@fluendo.com>
31063
31064         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31065         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
31066         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31067         * ext/theora/theoraenc.c: (theora_enc_chain):
31068         Fix refcounting bugs
31069
31070 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31071
31072         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
31073         (gst_asf_demux_loop), (gst_asf_demux_process_file),
31074         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
31075         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
31076         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
31077         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
31078         (gst_asf_demux_change_state):
31079         * gst/asfdemux/gstasfdemux.h:
31080           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
31081           feels like. I think we should set a new requirement for demuxers
31082           from now on to implement sane loop functions, data loops, query
31083           and seek functions before first commit into CVS. And this commit
31084           fixes all of the above.
31085
31086 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
31087
31088         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
31089           vorbis comments are properly encoded in UTF-8 before adding them
31090           to a GstTagList
31091
31092 2004-06-09  Benjamin Otte  <otte@gnome.org>
31093
31094         * ext/alsa/gstalsa.c: (add_channels):
31095           handle min <= max correctly
31096         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
31097         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
31098           add fixation functions so we fixate correctly. No preferring of alaw
31099           anymore because it's the first structure.
31100         * ext/alsa/gstalsa.h:
31101         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
31102         (gst_alsa_hw_params_dump):
31103           add functions to ease debugging in alsalib
31104         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
31105         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
31106         (gst_alsa_start_audio):
31107           only specify hw params if we really setup a format (fixes #134007 -
31108           or at least works around it)
31109
31110 2004-06-09  Wim Taymans  <wim@fluendo.com>
31111
31112         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31113         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
31114         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
31115         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
31116         (gst_ogg_mux_loop):
31117         Use stream caps to setup the initial pages in the ogg stream.
31118         Correctly set the streamheader caps on the srcpad.
31119
31120 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31121
31122         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
31123         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
31124         (gst_v4lsrc_getcaps):
31125         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
31126         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
31127           add querying of fps lists for webcams.  Negotiating to a framerate
31128           now works.
31129
31130 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31131
31132         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
31133         (theora_push_buffer), (theora_push_packet),
31134         (theora_set_header_on_caps), (theora_enc_chain):
31135           mark buffers and put on streamheader, raw theora streaming
31136           now works too, whee
31137
31138 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31139
31140         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
31141         (gst_tcp_gdp_read_caps):
31142           do a looping read for caps and GDP headers too
31143
31144 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31145
31146         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
31147         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
31148           return EOS instead of NULL in _get
31149
31150 2004-06-08  Wim Taymans  <wim@fluendo.com>
31151
31152         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
31153         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
31154         (gst_tcp_gdp_write_caps):
31155         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
31156         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
31157         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
31158         Memory leak fixes
31159
31160 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31161
31162         * ext/vorbis/Makefile.am:
31163         * ext/vorbis/vorbis.c: (plugin_init):
31164         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
31165         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
31166         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
31167         (vorbis_parse_change_state):
31168         * ext/vorbis/vorbisparse.h:
31169           adding a vorbisparse element that marks the buffers, streaming
31170           raw vorbis using GDP now works, whee
31171
31172 2004-06-08  Wim Taymans  <wim@fluendo.com>
31173
31174         * ext/jpeg/Makefile.am:
31175         * ext/jpeg/README:
31176         * ext/jpeg/gstjpeg.c: (plugin_init):
31177         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
31178         (gst_smokedec_base_init), (gst_smokedec_class_init),
31179         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
31180         * ext/jpeg/gstsmokedec.h:
31181         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
31182         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
31183         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
31184         (gst_smokeenc_resync), (gst_smokeenc_chain),
31185         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
31186         * ext/jpeg/gstsmokeenc.h:
31187         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
31188         (smokecodec_flush_destination), (smokecodec_term_destination),
31189         (smokecodec_init_source), (smokecodec_fill_input_buffer),
31190         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
31191         (smokecodec_term_source), (smokecodec_encode_new),
31192         (smokecodec_decode_new), (smokecodec_info_free),
31193         (smokecodec_set_quality), (smokecodec_get_quality),
31194         (smokecodec_set_threshold), (smokecodec_get_threshold),
31195         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
31196         (find_best_size), (abs_diff), (put), (smokecodec_encode),
31197         (smokecodec_parse_header), (smokecodec_decode):
31198         * ext/jpeg/smokecodec.h:
31199         Added a new simple jpeg based codec
31200
31201 2004-06-08  Wim Taymans  <wim@fluendo.com>
31202
31203         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
31204         (gst_multipart_mux_loop):
31205         Fix memory leak
31206
31207 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31208
31209         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
31210         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
31211         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
31212         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
31213         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
31214         * gst/tcp/gsttcpserversink.h:
31215           take streamheader into account
31216
31217 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31218
31219         * gst/level/Makefile.am:
31220         * gst/level/gstlevel.c: (gst_level_class_init):
31221           clean up marshal generation
31222
31223 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31224
31225         * gst/tcp/Makefile.am:
31226         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
31227         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
31228         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
31229         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
31230         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
31231         (gst_tcpclientsrc_get_property):
31232         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31233         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31234         (gst_tcpserversink_handle_client_read),
31235         (gst_tcpserversink_handle_client_write),
31236         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
31237         * gst/tcp/gsttcpserversink.h:
31238           add signals client-added and client-removed
31239         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
31240         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
31241         (gst_tcpserversrc_get_property):
31242         uniformized, change default protocol to NONE
31243         * gst/tcp/gsttcp-marshal.list: added
31244 2004-06-07  Benjamin Otte  <otte@gnome.org>
31245
31246         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
31247           handle discont events if they happen before caps nego
31248
31249 2004-06-07  Wim Taymans  <wim@fluendo.com>
31250
31251         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
31252         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
31253         (gst_multipart_demux_plugin_init):
31254         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
31255         (gst_multipart_mux_init), (gst_multipart_mux_loop),
31256         (gst_multipart_mux_change_state):
31257         Small updates, fix a memleak
31258
31259 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31260
31261         * configure.ac: OSS portability
31262         * ext/arts/gst_arts.c: idem
31263         * sys/oss/gstosselement.c: idem
31264         * sys/oss/gstossmixer.c: idem
31265         * sys/oss/gstosssink.c: idem
31266         * sys/oss/gstosssrc.c: idem
31267         * sys/oss/oss_probe.c: idem
31268           - check for soundcard.h in different places for some BSD
31269
31270 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
31271
31272         * AUTHORS:
31273         Add me to the authors file
31274         * configure.ac:
31275         Increase the libdv requirement to >= version 0.100
31276         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
31277         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
31278         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
31279         * ext/dv/gstdvdec.h:
31280         Add support for the new_media flag when sending DISCONT events
31281         Make the querying work when video pad is not linked
31282
31283 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
31284
31285         reviewed by Benjamin Otte  <otte@gnome.org>
31286
31287         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
31288           create a NULL-initialized array of pads, so we don't think they
31289           exist already. (fixes #143130)
31290
31291 2004-06-07  Benjamin Otte  <otte@gnome.org>
31292
31293         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
31294         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
31295         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
31296           don't use // coments
31297
31298 2004-06-07  Benjamin Otte  <otte@gnome.org>
31299
31300         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
31301           cast to GstClockTime to get higher granularity
31302         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
31303           use gst_element_set_time_delay to get the exact time
31304         * ext/mad/gstmad.c: (gst_mad_chain):
31305           use the negotiated rate instead of the current frame's rate which
31306           might be wrong because of bit errors. This avoids emitting totally
31307           bogus timestamps and screwing sync.
31308         (fixes #143454)
31309
31310 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
31311
31312         reviewed by Benjamin Otte  <otte@gnome.org>
31313
31314         * gst/adder/gstadder.c: (gst_adder_loop):
31315           properly error out when no negotiation has happened yet. (fixes
31316           #143032)
31317
31318 2004-06-06  Benjamin Otte  <otte@gnome.org>
31319
31320         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31321           forward correctly transformed offset in discont events. Based on
31322           patch by Arwed v. Merkatz. (fixes #142851)
31323
31324 2004-06-06  David Schleef  <ds@schleef.org>
31325
31326         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
31327         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
31328         problems on several systems.
31329
31330 2004-06-06  Benjamin Otte  <otte@gnome.org>
31331
31332         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
31333           use explicit caps on the srcpad
31334         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
31335           properly error out if caps couldn't be set (fixes #142764)
31336
31337 2004-06-06  Benjamin Otte  <otte@gnome.org>
31338
31339         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
31340         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
31341         (gst_alsa_start_audio):
31342           - don't call set_periods_integer anymore, it breaks the
31343           configuration randomly
31344           - call snd_pcm_hw_params_set_access directly instead of using masks
31345           - don't fail if the sw_params can't be set, just use the default
31346           params and hope it works. Alsalib has weird issues when you touch
31347           sw_params and does no proper error reporting about what failed.
31348         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31349         (gst_alsa_close_audio):
31350           make our alsa debugging go via gst debugging and not conditionally
31351           defined
31352         * ext/alsa/gstalsa.h:
31353           add ALSA_DEBUG_FLUSH macro
31354         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
31355         (plugin_init):
31356           wrap alsa errors to be printed via the gst debugging system and not
31357           spammed to stderr
31358
31359 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31360
31361         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
31362         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
31363         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
31364         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
31365         (qtdemux_parse_trak):
31366         * gst/qtdemux/qtdemux.h:
31367           Bitch. Also known as seeking, querying & co.
31368         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
31369         (gst_osssink_change_state):
31370         * sys/oss/gstosssink.h:
31371           Resyncing is for weenies, this hack is no longer needed and was
31372           broken anyway (since it - unintendedly - always leaves resync to
31373           TRUE).
31374
31375 2004-06-05  Andrew Turner <zxombie@hotpop.com>
31376
31377         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
31378         * gst/tcp/gsttcpclientsrc.h: idem
31379           - define MSG_NOSIGNAL if not done
31380           - include unistd.h for off_t
31381           (fixes #143749)
31382
31383 2004-06-05  Benjamin Otte  <otte@gnome.org>
31384
31385         * configure.ac:
31386         * ext/kio/Makefile.am:
31387           check for qt's moc preprocessor explicitly and use it
31388
31389 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31390
31391         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
31392           don't get a signal for EPIPE on socket writes
31393           (somebody check if this works on other platforms)
31394
31395 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31396
31397         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
31398         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31399           check error condition on available samples correctly
31400
31401 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31402
31403         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
31404           avoid a segfault
31405         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
31406         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
31407         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
31408         (gst_tcpserversrc_gdp_read_header):
31409          use ssize_t over size_t since the former is signed and thus the
31410          check for error codes can work
31411
31412 2004-06-02  Wim Taymans  <wim@fluendo.com>
31413
31414         reviewed by: Johan
31415
31416         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
31417         (gst_multipart_mux_loop):
31418         Oops
31419
31420 2004-06-02  Wim Taymans  <wim@fluendo.com>
31421
31422         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
31423         (gst_multipart_mux_init), (gst_multipart_mux_loop),
31424         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
31425         (gst_multipart_mux_change_state):
31426         Added configurable boundary specifier, added the value as a
31427         caps field as well.
31428
31429 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31430
31431         * gst/tcp/gsttcp.c:
31432         * gst/tcp/gsttcpclientsrc.c:
31433         * gst/tcp/gsttcpclientsrc.h:
31434         * gst/tcp/gsttcpserversrc.c:
31435           - portability fix, to compile on OSX
31436             (fixes #143146)
31437
31438         * sys/osxaudio/gstosxaudioelement.c:
31439         * sys/osxaudio/gstosxaudiosink.c:
31440         * sys/osxaudio/gstosxaudiosrc.c:
31441           - compilation warnings on OSX
31442             (fixes #143153)
31443
31444 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31445
31446         * ext/vorbis/vorbisdec.c : sign warning fixes
31447
31448         * gst-libs/gst/mixer/mixertrack.c :
31449           do no use defines which are glib 2.4 specific
31450
31451 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
31452
31453         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
31454           buffer since libflac doesn't expect it (reports a sync error when
31455           it encounters that)
31456
31457
31458 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
31459
31460         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
31461         * gst-libs/gst/mixer/mixertrack.c:
31462         (gst_mixer_track_get_property), (get_mixer_track_init),
31463         (get_mixer_track_get_property): Added property accessors
31464         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
31465         * gst-libs/gst/mixer/mixeroptions.c:
31466         (gst_mixer_options_get_values): Added
31467         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
31468         * gst-libs/gst/mixer/mixer.c: Fixed comment
31469
31470
31471 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31472
31473         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31474           improve error messages on open
31475
31476
31477 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31478
31479         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
31480           check if v4l-conf is in path
31481
31482 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31483
31484         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
31485           change assert to a more readable error message
31486
31487 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31488
31489         * gst-libs/gst/tuner/tunerchannel.h:
31490           - add a freq_multiplicator field to make the conversion
31491             between internal frequency unit and Hz
31492         * sys/v4l/gstv4lelement.c:
31493         * sys/v4l2/gstv4l2element.c:
31494           - change default video device to /dev/video0
31495         * sys/v4l/v4l_calls.c:
31496         * sys/v4l2/v4l2_calls.c:
31497           - we only expose frequency to the user in Hz instead of
31498             bastard v4lX unit (either 62.5kHz or 62.5Hz)
31499
31500 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
31501         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
31502           Initialise b_o_s and e_o_s variables
31503         * gst-libs/gst/riff/riff-media.c:
31504         (gst_riff_create_video_caps_with_data):
31505           Add some unusual fourcc's from mplayer avi's
31506         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
31507           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
31508           autoplugging.
31509
31510 2004-05-28  Wim Taymans  <wim@fluendo.com>
31511
31512         * configure.ac:
31513         * gst/alpha/Makefile.am:
31514         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
31515         (gst_alpha_get_type), (gst_alpha_base_init),
31516         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
31517         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
31518         (gst_alpha_chroma_key), (gst_alpha_chain),
31519         (gst_alpha_change_state), (plugin_init):
31520         A plugin to add an alpha channel to I420 video. Can optionally do
31521         chroma keying.
31522         * gst/multipart/Makefile.am:
31523         * gst/multipart/multipart.c: (plugin_init):
31524         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
31525         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
31526         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
31527         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
31528         (gst_multipart_demux_change_state),
31529         (gst_multipart_demux_plugin_init):
31530         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
31531         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
31532         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
31533         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
31534         (gst_multipart_mux_pad_unlink),
31535         (gst_multipart_mux_request_new_pad),
31536         (gst_multipart_mux_handle_src_event),
31537         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
31538         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
31539         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
31540         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
31541         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
31542         send multipart jpeg images to a browser.
31543         * gst/videobox/Makefile.am:
31544         * gst/videobox/README:
31545         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
31546         (gst_video_box_get_type), (gst_video_box_base_init),
31547         (gst_video_box_class_init), (gst_video_box_init),
31548         (gst_video_box_set_property), (gst_video_box_get_property),
31549         (gst_video_box_sink_link), (gst_video_box_i420),
31550         (gst_video_box_ayuv), (gst_video_box_chain),
31551         (gst_video_box_change_state), (plugin_init):
31552         Crops or adds borders around an image. can do alpha channel
31553         borders as well.
31554         * gst/videomixer/Makefile.am:
31555         * gst/videomixer/README:
31556         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31557         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
31558         (gst_videomixer_pad_get_sink_event_masks),
31559         (gst_videomixer_pad_get_property),
31560         (gst_videomixer_pad_set_property),
31561         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
31562         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
31563         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31564         (gst_videomixer_base_init), (gst_videomixer_class_init),
31565         (gst_videomixer_init), (gst_videomixer_request_new_pad),
31566         (gst_videomixer_handle_src_event),
31567         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
31568         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31569         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31570         (gst_videomixer_loop), (gst_videomixer_get_property),
31571         (gst_videomixer_set_property), (gst_videomixer_change_state),
31572         (plugin_init):
31573         Generic video mixer plugin, can handle multiple inputs all with
31574         different framerates and video sizes. Is fully alpha channel
31575         aware.
31576
31577 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31578
31579         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31580           Select first track as master track. Not sure how else to handle
31581           that...
31582         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
31583           Discard discont events. Should fix #142962.
31584
31585 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31586
31587         * ext/alsa/Makefile.am:
31588         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
31589         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
31590         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31591         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31592         (gst_alsa_mixer_get_option):
31593         * ext/alsa/gstalsamixer.h:
31594         * ext/alsa/gstalsamixeroptions.c:
31595         (gst_alsa_mixer_options_get_type),
31596         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
31597         (gst_alsa_mixer_options_new):
31598         * ext/alsa/gstalsamixeroptions.h:
31599         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31600         * ext/alsa/gstalsamixertrack.h:
31601           Add enumerations (as GstMixerOptions). Make correct distinction
31602           between input/output tracks. Add capture/playback private flag.
31603           Use flag to decide on whether to set capture or playback volumes
31604           or switches. Use playback and record switches.
31605         * gst-libs/gst/mixer/Makefile.am:
31606         * gst-libs/gst/mixer/mixer-marshal.list:
31607         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
31608         (gst_mixer_set_option), (gst_mixer_get_option),
31609         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
31610         (gst_mixer_volume_changed), (gst_mixer_option_changed):
31611         * gst-libs/gst/mixer/mixer.h:
31612         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
31613         (gst_mixer_options_class_init), (gst_mixer_options_init),
31614         (gst_mixer_options_dispose):
31615         * gst-libs/gst/mixer/mixeroptions.h:
31616           Add GstMixerOptions.
31617         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
31618           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
31619           broken device detection on computers with multiple OSS sound
31620           cards.
31621
31622 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31623
31624         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
31625           fixate nicely even when the peer is not negotiating
31626
31627 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31628
31629         * gst/audioconvert/gstaudioconvert.c:
31630         (gst_audio_convert_parse_caps):
31631           make sure we don't allow depth > width
31632         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
31633           fixate endianness to G_BYTE_ORDER as default
31634         * gst/audioscale/gstaudioscale.c:
31635           we don't handle another endianness as host-endianness
31636
31637 2004-05-25  David Schleef  <ds@schleef.org>
31638
31639         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
31640
31641 2004-05-24  Benjamin Otte  <otte@gnome.org>
31642
31643         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
31644         (gst_oggvorbisenc_setup):
31645           properly fail when we can't setup the vorbis encoder due to
31646           unsupported settings
31647         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
31648         (gst_vorbisenc_setup):
31649           same
31650         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31651           fix case where warnings occured when one pad was unlinked while the
31652           other's link function was called
31653
31654 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
31655
31656         * gst/tcp/Makefile.am:
31657           use GST_ENABLE_NEW
31658
31659 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31660
31661         * gst-libs/gst/resample/private.h:
31662           don't use optimizations that are #if 0'ed
31663
31664 2004-05-24  Wim Taymans  <wim@fluendo.com>
31665
31666         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
31667         Fix potential division by zero error and hopefully get
31668         the position query right to get correct timestamps on avi
31669         audio.
31670
31671 2004-05-24  Wim Taymans  <wim@fluendo.com>
31672
31673         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
31674         (gst_videoscale_scale_nearest_str2),
31675         (gst_videoscale_scale_nearest_str4),
31676         (gst_videoscale_scale_nearest_32bit),
31677         (gst_videoscale_scale_nearest_24bit),
31678         (gst_videoscale_scale_nearest_16bit):
31679         Fix the scaling algorithm and avoid a buffer overflow.
31680         removed the while loop in the scaling function as it
31681         was used for point sampling only.
31682
31683 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31684
31685         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
31686         (gst_id3_tag_class_init), (gst_id3_tag_init),
31687         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
31688         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
31689         (gst_id3_tag_send_tag_event):
31690           lots of fixes to make id3mux work and id3demux work correctly
31691
31692 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31693
31694         * ext/Makefile.am:
31695           add rules to build shout2send (was removed by accident
31696           when this module was no more marked experimental/broken)
31697
31698 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31699
31700         * ext/shout2/gstshout2.c:
31701         * ext/shout2/gstshout2.h:
31702           adding a "connection problem" signal to shout2send
31703           (fixes #142954)
31704
31705 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31706
31707         * ext/kio/kioreceiver.cpp:
31708         * ext/kio/kioreceiver.h:
31709           fix sign comparison issues
31710
31711 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31712
31713         * gst/cdxaparse/gstcdxaparse.c:
31714         * gst/cdxaparse/gstcdxaparse.h:
31715           some renaming
31716           add some checks/sanity
31717           prepare for seek addition
31718
31719         * sys/sunaudio/gstsunaudio.c:
31720           remove exported dupe init function
31721
31722 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
31723
31724         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
31725         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
31726           Fix format conversion and position querying.
31727         * gst/debug/progressreport.c: (gst_progressreport_report):
31728           Don't output a bogus total value that we didn't query.
31729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31730           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
31731           only a blank window after xine has been used.
31732
31733 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31734
31735         * m4/as-arts.m4:
31736           sync with upstream version to fix test on FC2
31737           readd with -ko to preserve Id header
31738
31739 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31740
31741         * configure.ac:
31742           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
31743         * gst/tcp/gsttcpclientsrc.c: idem
31744         * gst/tcp/gsttcpserversink.c: idem
31745         * gst/tcp/gsttcpserversrc.c: idem
31746         * m4/gst-fionread.m4: idem
31747
31748         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
31749
31750         * configure.ac: enable speex plugin for speex 1.1.5+
31751         * ext/speex/gstspeexenc.c: fix cast warning
31752
31753         * ext/esd/README: fix typo
31754
31755 2004-05-20  David Schleef  <ds@schleef.org>
31756
31757         * configure.ac: Minor cosmetic change to convince the buildbot to
31758         reautogen.
31759         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
31760         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
31761         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
31762         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
31763         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
31764         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
31765         More hacking.  Plays audio now.
31766
31767 2004-05-20  David Schleef  <ds@schleef.org>
31768
31769         * configure.ac:
31770         * sys/Makefile.am:
31771
31772 2004-05-20  David Schleef  <ds@schleef.org>
31773
31774         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
31775         * sys/osxaudio/gstosxaudio.c:
31776         * sys/osxaudio/gstosxaudioelement.c:
31777         * sys/osxaudio/gstosxaudioelement.h:
31778         * sys/osxaudio/gstosxaudiosink.c:
31779         * sys/osxaudio/gstosxaudiosink.h:
31780         * sys/osxaudio/gstosxaudiosrc.c:
31781         * sys/osxaudio/gstosxaudiosrc.h:
31782
31783 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31784
31785         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
31786         (gst_vorbisenc_chain):
31787           put the codec headers on the caps as streamheader as well as
31788           pushing them out
31789
31790 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31791
31792         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
31793         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
31794         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
31795         split up push_packet into two functions
31796
31797 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31798
31799         * gst/tcp/.cvsignore:
31800           ignore enums
31801         * gst/tcp/Makefile.am:
31802         * gst/tcp/README:
31803         * gst/tcp/gsttcp.c:
31804         * gst/tcp/gsttcp.h:
31805         * gst/tcp/gsttcpclientsink.c:
31806         * gst/tcp/gsttcpclientsink.h:
31807         * gst/tcp/gsttcpclientsrc.c:
31808         * gst/tcp/gsttcpclientsrc.h:
31809         * gst/tcp/gsttcpplugin.c:
31810         * gst/tcp/gsttcpserversink.c:
31811         * gst/tcp/gsttcpserversink.h:
31812         * gst/tcp/gsttcpserversrc.c:
31813         * gst/tcp/gsttcpserversrc.h:
31814           add new tcp elements
31815
31816 2004-05-19  Wim Taymans  <wim@fluendo.com>
31817
31818         * gst/law/mulaw-conversion.c: (mulaw_encode):
31819         Fix overflow bug in ulaw encoding.
31820
31821 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31822
31823         * ext/mad/gstmad.c: (gst_mad_handle_event):
31824           don't unref the event twice
31825
31826 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31827
31828         * configure.ac:
31829           remove -Wno-sign-compare
31830
31831 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31832
31833         * configure.ac:
31834           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
31835           if you want to work against glib 2.2 and 2.4
31836
31837 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
31838
31839         * gst/tcp/Makefile.am:
31840         * gst/tcp/gsttcp.c:
31841         * gst/tcp/gsttcp.h:
31842         * gst/tcp/gsttcpsink.h:
31843         * gst/tcp/gsttcpsrc.h:
31844           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
31845
31846 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31847
31848         * gst/debug/tests.c: (md5_get_value):
31849           fix segfault on gst-inspect
31850
31851 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31852
31853         * gst/debug/testplugin.c:
31854         * gst/debug/tests.c:
31855         * gst/debug/tests.h:
31856           add new extensible and configurable testing element. Current tests
31857           include buffer count, stream length, timestamp/duration matching and
31858           md5.
31859         * gst/debug/Makefile.am:
31860         * gst/debug/gstdebug.c: (plugin_init):
31861           add infrastructure for new element
31862
31863 2004-05-19  Johan Dahlin  <johan@gnome.org>
31864
31865         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
31866         ending of the array. Fixes gst-inspect segfault on ppc.
31867
31868 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31869
31870         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
31871
31872         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
31873
31874 2004-05-18  David Schleef  <ds@schleef.org>
31875
31876         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
31877         warnings (bugs, actually) noticed by gcc but not forte.
31878
31879 2004-05-18  David Schleef  <ds@schleef.org>
31880
31881         * sys/sunaudio/Makefile.am:
31882         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
31883
31884 2004-05-18  David Schleef  <ds@schleef.org>
31885
31886         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31887         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
31888         to allow qtdemux to use non-seekable streams. (bug #142272)
31889
31890 2004-05-18  David Schleef  <ds@schleef.org>
31891
31892         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
31893         (gst_resample_sinc_ft_float): Remove use of static temporary
31894         buffer.  This code was obviously not supposed to last long, but
31895         it's stuck in our ABI, so it required a little hack to make it
31896         ABI-compatible.  Fixes #142585.
31897         * gst-libs/gst/resample/resample.h: same.
31898
31899 2004-05-18  David Schleef  <ds@schleef.org>
31900
31901         * configure.ac: Add sunaudio
31902         * examples/Makefile.am: make gstplay depend on gconf
31903         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
31904         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
31905         (convert_table_lookup), (img_convert): remove c99-isms
31906         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
31907           unsigned, to fix a warning on Solaris
31908         * gst/mpeg1sys/systems.c: bcopy->memcpy
31909         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
31910         * sys/Makefile.am: Add sunaudio
31911
31912 2004-05-18  Wim Taymans  <wim@fluendo.com>
31913
31914         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
31915         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
31916         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
31917         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
31918         (gst_ogg_mux_loop):
31919         Fix an ugly memleak where the muxer didn't flush enough ogg
31920         pages. This also resulted in badly muxed ogg files.
31921
31922 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31923
31924         * gst/asfdemux/asfheaders.c :
31925         * gst/asfdemux/asfheaders.h :
31926         * gst/asfdemux/gstasfdemux.c :
31927           - fix ASF_OBJ_PADDING guid
31928           - add 3 new object guids (language list, metadata,
31929             extended stream properties)
31930           - add a function to parse extended header objects
31931
31932 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31933
31934         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
31935           remove leftover debugging g_print
31936
31937 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31938
31939         * ext/mad/gstmad.c: (gst_mad_handle_event):
31940           Fix for when the first format in a discont event is not a
31941           byte-based one. Should fix #137710.
31942
31943 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31944
31945         * m4/a52.m4 : fix compilation with -Wall -Werror
31946         * m4/libfame.m4 : idem
31947         * m4/libmikmod.m4 : idem
31948
31949 2004-05-17  Benjamin Otte  <otte@gnome.org>
31950
31951         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
31952           signal the new tags before giving up the reference
31953
31954 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31955
31956         * ext/shout2/gstshout2.c:
31957           use application/ogg instead of application/x-ogg (patch by Patrick
31958           Guimond, fixes #142432)
31959         * sys/oss/gstosselement.c: (gst_osselement_reset),
31960         (gst_osselement_sync_parms):
31961           don't set fragment size unless specified (fixes #142493)
31962
31963 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31964
31965         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
31966           fixes #142664
31967
31968 2004-05-17  Benjamin Otte  <otte@gnome.org>
31969
31970         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31971           compute offsets correctly for internal buffers so timestamps are set
31972           correctly when we can't seek. Also handle cases where there are no
31973           offsets. (based on a patch by David Moore, fixes #142507)
31974
31975 2004-05-17  Benjamin Otte  <otte@gnome.org>
31976
31977         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31978           use correct variable when determining amount of data to skip so we
31979           don't skip into the void and segfault
31980
31981 2004-05-16  Benjamin Otte  <otte@gnome.org>
31982
31983         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
31984           Hi, I'm a memleak
31985
31986 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31987
31988         * gst/asfdemux/gstasfdemux.c:
31989           - fix a mem leak and always propagate tags
31990           - add WMV3 to known video codecs (but no decoder yet)
31991           - replace "surplus data" at end of audio header for what
31992             it is : codec specific data
31993           - fix a typo
31994
31995 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
31996
31997         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31998
31999         * gst-libs/gst/audio/audioclock.c:
32000           Fix wrong return type (#142205).
32001
32002 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32003
32004         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
32005           Ignore CRCs by default (fixes #142566).
32006
32007 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32008
32009         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
32010         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
32011         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
32012         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
32013         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
32014         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
32015           Fix for cases where we fail to attach to a mixer.
32016
32017 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32018
32019         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
32020           Don't touch events after not owning them anymore.
32021         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
32022         (gst_wavparse_fmt), (gst_wavparse_other),
32023         (gst_wavparse_handle_seek), (gst_wavparse_loop),
32024         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
32025         (gst_wavparse_srcpad_event):
32026         * gst/wavparse/gstwavparse.h:
32027           Add seeking, fix querying.
32028
32029 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32030
32031         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
32032           - process comments even if they don't end with \0\0
32033             g_convert would ignore them if present and works well without them
32034
32035 2004-05-16  Benjamin Otte  <otte@gnome.org>
32036
32037         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
32038           simplify caps
32039
32040 2004-05-16  Benjamin Otte  <otte@gnome.org>
32041
32042         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
32043           don't write to memory we might not write to - g_convert does that
32044           for us anyway (fixes #142613)
32045         (gst_asf_demux_audio_caps):
32046           comment out gst_util_dump_mem
32047
32048 2004-05-16  Benjamin Otte  <otte@gnome.org>
32049
32050         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32051           compute correct expected timestamps after seek (broken since
32052           last commit)
32053         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
32054           rename element and debugging category to gdkpixbufscale
32055
32056 2004-05-16  Benjamin Otte  <otte@gnome.org>
32057
32058         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32059           add error checking to snd_pcm_delay and remove duplicate call to
32060           snd_pcm_delay that caused issues (see inline code comments)
32061         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
32062           make more readable and fix return value when snd_pcm_delay fails
32063         (fixes #142586)
32064
32065 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
32066         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
32067         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
32068         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
32069         (gst_pixbufscale_link), (gst_pixbufscale_init),
32070         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
32071         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
32072         (gst_pixbufscale_get_property), (pixbufscale_init):
32073         * ext/gdk_pixbuf/pixbufscale.h:
32074         Add these files I forgot earlier
32075
32076 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
32077         * ext/gdk_pixbuf/Makefile.am:
32078         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
32079         * ext/gdk_pixbuf/gstgdkpixbuf.h:
32080         Add new pixbufscale element to scale RGB video
32081         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
32082         and HYPER interpolation correctly.
32083         * ext/theora/theoraenc.c: (theora_enc_chain),
32084         Discard buffer and return if explicit caps could not be set
32085         (theora_enc_get_property):
32086         Make _get return kbps for the bitrate consistent with
32087         the _set function.
32088
32089
32090 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32091
32092         * ext/libvisual/visual.c: (gst_visual_chain):
32093           add missing visual_audio_analyze
32094
32095 2004-05-14  David Schleef  <ds@schleef.org>
32096
32097         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
32098         is killed while we're playing.
32099         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
32100         gst_element_no_more_pads().
32101
32102 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32103
32104         * gst-libs/gst/riff/riff-read.c :
32105           - fix INFO tag extraction in RIFF/AVI files
32106             because gst_event_unref (event) also freed taglist
32107           - avoid a mem leak
32108
32109 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32110
32111         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
32112         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
32113
32114         * gst/auparse/gstauparse.c :
32115           - add code (commented for now) to support audio/x-adpcm on src pad
32116             (we have no decoder for those layout yet)
32117
32118         * gst/cdxaparse/gstcdxaparse.c :
32119         * gst/cdxaparse/gstcdxaparse.h :
32120           - partial rewrite using RiffRead (ripped iain's wavparse code)
32121
32122         * gst/rtp/gstrtpL16enc.c : typo
32123         * gst/rtp/gstrtpgsmenc.c : typo
32124
32125 2004-05-13  Benjamin Otte  <otte@gnome.org>
32126
32127         * configure.ac:
32128           check for exact version of libvisual, it's not supposed to be
32129           API/ABI stable yet
32130
32131 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32132
32133         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
32134           signal no-more-pads
32135
32136 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
32137
32138         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
32139         Report which format was used for GST_FORMAT_DEFAULT
32140         * gst/debug/Makefile.am:
32141         * gst/debug/gstdebug.c: (plugin_init):
32142         * gst/debug/progressreport.c: (gst_progressreport_base_init),
32143         (gst_progressreport_class_init), (gst_progressreport_init),
32144         (gst_progressreport_report), (gst_progressreport_set_property),
32145         (gst_progressreport_get_property), (gst_progressreport_chain),
32146         (gst_progressreport_plugin_init):
32147         Add progressreport element for testing.
32148
32149 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
32150
32151         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
32152         * sys/v4l/gstv4lsrc.h:
32153         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
32154         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
32155         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
32156         (gst_v4lsrc_grab_frame):
32157           add more debugging
32158           send a discont at start
32159
32160 2004-05-12  Colin Walters  <walters@redhat.com>
32161
32162         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
32163         inflooping if we can't find a chunk.  Or in other words, don't blow
32164         chunks if we don't have a chunk to blow.
32165
32166 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
32167         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
32168         Remove old debug output
32169         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
32170         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
32171         (gst_dvdec_set_property), (gst_dvdec_get_property):
32172         Change the quality setting to an enum, so it works from gst-launch
32173         Don't renegotiate a non-linked pad. Allows audio only decoding.
32174         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
32175         (gst_deinterlace_link), (gst_deinterlace_init):
32176         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
32177         (gst_videodrop_link):
32178         Some caps negotiation fixes
32179
32180 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32181
32182         * ext/tarkin/gsttarkin.c :
32183           - Change RANK from NONE to PRIMARY
32184         * ext/gdk_pixbuf/gstgdkpixbuf.c :
32185           - Change RANK from NONE to MARGINAL
32186         * ext/divx/gstdivxenc.c :
32187           - Change RANK from PRIMARY to NONE (encoder/spider issue)
32188
32189 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32190
32191         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
32192         (gst_vorbisenc_push_packet):
32193           copy a function that was added between 1.0 and 1.0.1 until we
32194           depend on worthwhile features of post-1.0
32195
32196 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32197
32198         * configure.ac:
32199           enable shout2 by default
32200         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32201         (gst_shout2send_base_init), (gst_shout2send_init),
32202         (gst_shout2send_connect), (gst_shout2send_change_state):
32203         * ext/shout2/gstshout2.h:
32204           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
32205           #142262)
32206         * ext/theora/theora.c: (plugin_init):
32207           don't set rank on encoders
32208
32209 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
32210
32211         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32212           Use codec_data property instead of flag1 and flag2 for wma
32213
32214 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32215
32216         * gst/cdxaparse/gstcdxaparse.c :
32217           - Add mpegversion to CAPS to make it link
32218           - Rank is as GST_RANK_SECONDARY instead of NONE
32219         * gst/auparse/gstauparse.c :
32220           - Document all audio encoding we can encounter from Solaris 9
32221             headers and libsndfile information.
32222           - Increase max. rate from 48000 to 192000 (to match other elements)
32223           - Don't try to play junk data between header and samples
32224
32225 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32226
32227         * ext/libvisual/visual.c: (gst_visual_getcaps):
32228           use the right caps depending on endianness (I hope)
32229         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
32230           use GST_RANK_NONE for all non-decoding elements or spider gets
32231           mighty confused
32232
32233 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32234
32235         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
32236           Fix some odd cases and fix BE metadata parsing of unicode16 text.
32237
32238 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32239
32240         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32241         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
32242         (gst_switch_loop), (gst_switch_get_type):
32243           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
32244           HEADERS. Had to be said.
32245
32246 2004-05-10  David Schleef  <ds@schleef.org>
32247
32248         * configure.ac: Add prototype Dirac support.
32249         * ext/Makefile.am:
32250         * ext/dirac/Makefile.am:
32251         * ext/dirac/gstdirac.cc:
32252         * ext/dirac/gstdiracdec.cc:
32253
32254 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32255
32256         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
32257         (gst_auparse_init), (gst_auparse_chain),
32258         (gst_auparse_change_state):
32259           Hack around spider. Remove me some day please.
32260
32261 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32262
32263         * gst/auparse/gstauparse.c: (gst_auparse_chain):
32264           Fix for some uninitialized variables in previous patch, also
32265           makes it work. Fixes #142286 while we're at it.
32266
32267 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32268
32269         * gst/auparse/gstauparse.c:
32270                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
32271                 only unsupported formats are ADPCM/CCITT G.72x
32272                 reviewed by Ronald
32273         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
32274
32275 2004-05-10  Wim Taymans  <wim@fluendo.com>
32276
32277         * ext/vorbis/Makefile.am:
32278         * ext/vorbis/README:
32279         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
32280         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
32281         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
32282         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
32283         (gst_oggvorbisenc_convert_sink),
32284         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
32285         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
32286         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
32287         (get_constraints_string), (update_start_message),
32288         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
32289         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
32290         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
32291         * ext/vorbis/oggvorbisenc.h:
32292         * ext/vorbis/vorbis.c: (plugin_init):
32293         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
32294         (raw_caps_factory), (gst_vorbisenc_class_init),
32295         (gst_vorbisenc_init), (gst_vorbisenc_setup),
32296         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
32297         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
32298         * ext/vorbis/vorbisenc.h:
32299         Added a raw vorbis encoder to be used with the oggmuxer.
32300         We still need the old encoder for some gnome applications,
32301         read the README to find out how that works.
32302         The raw encoder is called "rawvorbisenc" until 0.9.
32303
32304 2004-05-10  Wim Taymans  <wim@fluendo.com>
32305
32306         * ext/ogg/gstogg.c: (plugin_init):
32307         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
32308         (gst_ogg_print):
32309         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
32310         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
32311         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
32312         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
32313         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
32314         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
32315         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
32316         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
32317         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
32318         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
32319         Added an ogg muxer.
32320         Small typo fixes in the demuxer.
32321
32322 2004-05-10  Wim Taymans  <wim@fluendo.com>
32323
32324         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32325         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
32326         (theora_enc_change_state), (theora_enc_set_property),
32327         (theora_enc_get_property):
32328         Mark the last packet with an EOS flag which is not really needed
32329         in gstreamer.
32330         Do some better video framerate initialisation.
32331         Update the buffer timestamp.
32332
32333 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
32334
32335         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
32336         Return the result of the parent state change call
32337
32338 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32339
32340         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
32341         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
32342         * gst/law/alaw-encode.c : (idem)
32343         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
32344         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
32345         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
32346
32347 2004-05-09  Benjamin Otte  <otte@gnome.org>
32348
32349         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32350           don't use a fixed buffer size when writing variable length data to
32351           it. Fixes memory corruption and makes alsasrc work
32352
32353 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32354
32355         * ext/gnomevfs/gstgnomevfssink.c:
32356         (_gst_boolean_allow_overwrite_accumulator),
32357         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
32358           Run glib's default signal handler (??) in RUN_CLEANUP rather than
32359           RUN_LAST, and don't use that to set the accumulator value because
32360           then it's always FALSE.
32361
32362 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32363
32364         * gst-libs/gst/riff/riff-media.c:
32365         (gst_riff_create_video_caps_with_data),
32366         (gst_riff_create_audio_caps),
32367         (gst_riff_create_audio_template_caps):
32368         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
32369           Fix for unaligned RIFF files (i.e. where all the chunks together
32370           in a LIST chunk are not of the same size as the size given in
32371           the LIST chunk header). Fixes several odd WAVE files. Also fix
32372           ADPCM (block_align property) in audio, so that wavparse based
32373           on this works now as it used to stand-alone.
32374
32375 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
32376
32377         reviewed by Benjamin Otte  <otte@gnome.org>
32378
32379         * ext/a52dec/gsta52dec.c:
32380         * ext/divx/gstdivxdec.c:
32381         * ext/divx/gstdivxenc.c:
32382         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
32383         * ext/faac/gstfaac.c: (gst_faac_base_init):
32384         * ext/faad/gstfaad.c: (gst_faad_base_init):
32385         * ext/ivorbis/vorbisfile.c:
32386         * ext/lame/gstlame.c:
32387         * ext/libfame/gstlibfame.c:
32388         * ext/mpeg2enc/gstmpeg2enc.cc:
32389         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
32390         * ext/sidplay/gstsiddec.cc:
32391         * ext/speex/gstspeexdec.c:
32392         * ext/speex/gstspeexenc.c:
32393         * ext/xvid/gstxviddec.c:
32394         * ext/xvid/gstxvidenc.c:
32395           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
32396           (fixes #142193)
32397
32398 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32399
32400         * ext/alsa/gstalsa.c: (device_list),
32401         (gst_alsa_class_probe_devices):
32402         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
32403           Fix alsa oddness in mixer after the combination of using mixer
32404           in source/sink elements and using hw:x,y instead of just hw:x.
32405
32406 2004-05-09  Benjamin Otte  <otte@gnome.org>
32407
32408         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
32409         (gst_wavparse_create_sourcepad):
32410           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
32411           sourcepads
32412
32413 2004-05-09  Benjamin Otte  <otte@gnome.org>
32414
32415         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32416           allow discont events before caps nego
32417
32418 2004-05-08  Benjamin Otte  <otte@gnome.org>
32419
32420         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32421           don't leak events
32422
32423 2004-05-08  Benjamin Otte  <otte@gnome.org>
32424
32425         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32426         (gst_level_change_state), (gst_level_init):
32427         * gst/level/gstlevel.h:
32428           figure out if we're initialized directly instead of keeping a
32429           variable that's wrong in 90% of cases
32430           don't initialize pads and then leak them and use a new unitialized
32431           pad. (fixes #142084)
32432           these were bugs so n00bish I didn't find them for an hour :/
32433
32434 2004-05-08 Iain <iain@prettypeople.org>
32435
32436         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
32437         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
32438         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
32439         return the length that was read.
32440         (gst_riff_read_strf_auds): Allow fmt tags as well.
32441
32442 2004-05-07  David Schleef  <ds@schleef.org>
32443
32444         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
32445         signed char assumption in faad.h.
32446
32447 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32448
32449         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
32450           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
32451
32452 2004-05-07  Colin Walters  <walters@redhat.com>
32453
32454         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
32455         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
32456         function.
32457         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
32458         Add dispose function.
32459
32460 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
32461         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
32462           Fix caps nego and pad templates. RGB mode caps should
32463           work now.
32464         * ext/dvdnav/gst-dvd:
32465           Move mpeg2dec inside the thread because otherwise the
32466           queue rejects cap changes mid-stream
32467         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
32468         (gst_mpeg2dec_flush_decoder):
32469           For mpeg2dec > 0.4.0, call the flush function instead of
32470           manually extracting all in-flight frames.
32471         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
32472         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
32473           Change mime type video/dv go video/x-dv to match the
32474           rest of gst-plugins
32475
32476 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32477
32478         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
32479         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
32480         (gst_alsa_sink_class_init):
32481         * ext/alsa/gstalsasink.h:
32482         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
32483         (gst_alsa_src_class_init):
32484         * ext/alsa/gstalsasrc.h:
32485           Make alsasink/src a subclass of alsamixer so that mixer stuff
32486           shows up in gst-rec. Needs some finetuning.
32487
32488 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32489
32490         * ext/lame/gstlame.c: (gst_lame_chain):
32491           simplify
32492         * ext/mad/gstmad.c: (gst_mad_handle_event):
32493           fix event leak
32494         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
32495           be able to detect mp3 files < 4096 bytes
32496
32497 2004-05-06  Wim Taymans  <wim@fluendo.com>
32498
32499         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32500         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
32501         (theora_enc_set_property), (theora_enc_get_property):
32502         Also encode the first frame, cleanup some code.
32503
32504 2004-05-06  Wim Taymans  <wim@fluendo.com>
32505
32506         * ext/mpeg2enc/gstmpeg2enc.cc:
32507         Forward events first before deciding that negotiation was
32508         not performed.
32509
32510 2004-05-06  Wim Taymans  <wim@fluendo.com>
32511
32512         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32513         First process the events before deciding that negotiation
32514         was not performed.
32515
32516 2004-05-06  Wim Taymans  <wim@fluendo.com>
32517
32518         * ext/theora/Makefile.am:
32519         * ext/theora/theora.c: (plugin_init):
32520         * ext/theora/theoradec.c: (theora_dec_change_state):
32521         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
32522         (gst_theora_enc_class_init), (gst_theora_enc_init),
32523         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
32524         (theora_enc_chain), (theora_enc_change_state),
32525         (theora_enc_set_property), (theora_enc_get_property):
32526         Added a theora encoder, grouped the encoder and decoder into the
32527         same plugin.
32528
32529 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32530
32531         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
32532         (gst_jpegenc_chain):
32533         fix DURATION on outgoing buffers
32534         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
32535         debug using time formats
32536         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32538         (gst_xvimagesink_sink_link):
32539         windows with width/height 0 generate X errors, so don't allow them
32540
32541 2004-05-05  Wim Taymans  <wim@fluendo.com>
32542
32543         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
32544         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
32545         (gst_mpeg2dec_negotiate_format):
32546         * ext/mpeg2dec/gstmpeg2dec.h:
32547           removed the static pad template so that we can add the
32548           more accurate framerate value to the caps.
32549
32550
32551 2004-05-04  Benjamin Otte  <otte@gnome.org>
32552
32553         * configure.ac:
32554           check for kdemacros.h, too (should fix #141821)
32555         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
32556           don't crash if no header was sent, but nicely error out (fixes part
32557           of #141554)
32558
32559 2004-05-04  Wim Taymans  <wim@fluendo.com>
32560
32561         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
32562         parent dispose function to avoid segfault on destroy.
32563
32564 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
32565
32566         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
32567         (plugin_init):
32568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32569         (gst_xvimagesink_sink_link):
32570         clean up debugging caps
32571         also recreate xvimage when format has changed
32572
32573 2004-05-04  Benjamin Otte  <otte@gnome.org>
32574
32575         * ext/libvisual/Makefile.am:
32576         * ext/libvisual/visual.c: (gst_visual_class_init),
32577         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
32578         (gst_visual_srclink), (gst_visual_chain),
32579         (gst_visual_change_state), (plugin_init):
32580           use a GstAdapter to correctly adapt buffer sizes - allows using a
32581           framerate
32582
32583 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32584
32585         * sys/v4l/gstv4lelement.h:
32586         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
32587         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
32588         (gst_v4lsrc_buffer_free):
32589         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
32590         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32591         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
32592         (gst_v4lsrc_requeue_frame):
32593         move some debugging categories around
32594         query for fps index and set accordingly if found
32595
32596 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32597
32598         * ext/lame/gstlame.c:
32599         correct defaults that lame_init puts out of range
32600
32601 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32602
32603         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
32604         (gst_divxenc_class_init):
32605         fix range since -1 is the default
32606         * gst/mpeg1sys/gstmpeg1systemencode.c:
32607         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
32608         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
32609         (gst_rtjpegdec_chain):
32610         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
32611         (gst_rtjpegenc_chain):
32612         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
32613         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
32614         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
32615         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
32616         * sys/v4l/gstv4lsrc.c:
32617         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32618         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
32619         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
32620         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
32621         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
32622           remove gst_info calls
32623
32624 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32625
32626         * Makefile.am:
32627         * po/af.po:
32628         * po/az.po:
32629         * po/en_GB.po:
32630         * po/nl.po:
32631         * po/sr.po:
32632         * po/sv.po:
32633           Updated translations
32634
32635 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32636
32637         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
32638           refactor/comment code
32639
32640 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32641
32642         * gst/asfdemux/Makefile.am:
32643         * gst/asfdemux/asfheaders.c:
32644         * gst/asfdemux/asfheaders.h:
32645         * gst/asfdemux/gstasf.c: (plugin_init):
32646         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
32647         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
32648         (gst_asf_demux_setup_pad):
32649         * gst/asfdemux/gstasfdemux.h:
32650         * gst/asfdemux/gstasfmux.c:
32651         * gst/asfdemux/gstasfmux.h:
32652           Add tagging support to demuxer, split out registration in its own
32653           file instead of in demux (hacky), and prevent having some tables
32654           in our memory multiple times (in asfheaders.h).
32655
32656 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32657
32658         * gst/matroska/matroska-demux.c:
32659         (gst_matroska_demux_parse_metadata):
32660         * gst/matroska/matroska-ids.h:
32661           Basic tag reading support.
32662
32663 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32664
32665         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
32666           Really detect ac-3 audio.
32667         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
32668           really detect matroska files (off-by-1).
32669
32670 2004-04-30  David Schleef  <ds@schleef.org>
32671
32672         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
32673         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
32674         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
32675         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
32676         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
32677         hackage -- parse a lot more atoms, extract a few tags.  One might even
32678         mistake this for tag support.  Maybe it is.
32679         * gst/qtdemux/qtdemux.h:
32680
32681 2004-04-30  Colin Walters  <walters@verbum.org>
32682
32683         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
32684
32685 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32686
32687         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32688         (gst_ffmpegcolorspace_getcaps):
32689           remove broken nego fix
32690
32691 2004-04-30  Benjamin Otte  <otte@gnome.org>
32692
32693         * configure.ac:
32694         * ext/Makefile.am:
32695         * ext/libvisual/Makefile.am:
32696         * ext/libvisual/visual.c:
32697           add initial support for libvisual (http://libvisual.sourceforge.net)
32698           libvisual is still quite alpha, so expect crashes in there :)
32699
32700 2004-04-29  David Schleef  <ds@schleef.org>
32701
32702         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
32703         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
32704         up qtdemux to make it spit out codec_data.  Do _not_ look at this
32705         code; you will no longer respect me.
32706
32707 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32708
32709         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
32710         * ext/alsa/gstalsa.h :
32711         change alsa pcm device discovery to find more than 1 device
32712         per card. code review by Ronald.
32713
32714 2004-04-29  David Schleef  <ds@schleef.org>
32715
32716         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
32717         Add a check for a driver bug on FreeBSD.  (bug #140565)
32718
32719 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
32720
32721         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
32722         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
32723         (gst_jpegenc_getcaps):
32724           move format setting to inner loop
32725         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32726         (gst_ffmpegcolorspace_getcaps):
32727           use GST_PAD_CAPS if available so that we use already negotiated
32728           caps
32729         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
32730         (qtdemux_parse_moov), (qtdemux_parse):
32731           extra debugging
32732         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
32733         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
32734           move hardcoded path to DEFINE
32735
32736 2004-04-28  David Schleef  <ds@schleef.org>
32737
32738         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
32739         (bug #140064)
32740
32741 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32742
32743         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
32744           Don't probe for playback device if we're a source element. Fixes
32745           #139658.
32746
32747 2004-04-29  Benjamin Otte  <otte@gnome.org>
32748
32749         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32750         (gst_id3_tag_chain):
32751           rewrite buffer offset
32752
32753 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32754
32755         * configure.ac:
32756         * ext/Makefile.am:
32757         * ext/dts/Makefile.am:
32758         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
32759         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
32760         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
32761         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
32762         (gst_dtsdec_loop), (gst_dtsdec_change_state),
32763         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
32764         (plugin_init):
32765         * ext/dts/gstdtsdec.h:
32766           New DTS decoder.
32767         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
32768         (gst_faad_srcconnect):
32769           Add ESDS atom handling (.m4a).
32770
32771 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32772
32773         * ext/divx/gstdivxdec.c: (plugin_init):
32774           Remove comment that makes no sense.
32775         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
32776           Fix for obvious typo that resulted in warnings during gst-register.
32777         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
32778         (gst_xviddec_sink_link):
32779           Fix caps negotiation a bit better.
32780         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
32781           We call this 'codec_data', not 'esds'.
32782
32783 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32784
32785         * gst/monoscope/gstmonoscope.c:
32786           make sure we only provide 256x128
32787         * gst/monoscope/monoscope.c: (monoscope_init):
32788           assert size of 256x128
32789
32790 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32791
32792         * Makefile.am:
32793         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
32794         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
32795           fixate to max width and height of device
32796
32797 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32798
32799         * Makefile.am:
32800         * sys/v4l/gstv4l.c:
32801         * sys/v4l/gstv4lsrc.c:
32802         * sys/v4l/v4l_calls.c:
32803         * sys/v4l/v4lsrc_calls.c:
32804           fix for qc-usb driver which fakes having more than one buffer
32805           by handing the same buffer twice, which confused GStreamer's/v4lsrc
32806           buffer_free override
32807           add debugging
32808
32809 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32810
32811         * Makefile.am:
32812         * gst/videotestsrc/gstvideotestsrc.c:
32813         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
32814         (gst_videotestsrc_init), (gst_videotestsrc_get),
32815         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
32816         * gst/videotestsrc/gstvideotestsrc.h:
32817           add num-buffers property
32818
32819         2004-04-26  Benjamin Otte  <otte@gnome.org>
32820
32821         * ext/mad/gstid3tag.c: (plugin_init):
32822           set id3mux rank to NONE so it doesn't confuse spider
32823           require audio/mpeg,mpegversion=1 in id3mux
32824
32825 2004-04-26  Benjamin Otte  <otte@gnome.org>
32826
32827         * configure.ac:
32828           detect faad correctly as non-working if it's indeed non-working
32829
32830 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32831
32832         * Makefile.am:
32833         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
32834         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
32835         fix _getcaps so it only negotiates to its supported format
32836
32837 2004-04-25  Benjamin Otte  <otte@gnome.org>
32838
32839         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
32840           fix memleak
32841
32842 2004-04-23  Benjamin Otte  <otte@gnome.org>
32843
32844         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
32845           audio/x-raw-int with height rules! not. Now it's depth.
32846
32847 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32848
32849         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
32850         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
32851         (gst_wavparse_loop):
32852           Missing variable initialization. Add handling of DVI ADPCM. Fix
32853           mis-parsing of LIST chunks. This works around a bug where we mis-
32854           parse non-aligning LIST chunks (so LIST chunks where the contents
32855           don't align with the actual LIST size). The correct fix is to use
32856           rifflib, I'm not going to fix wavparse - too much work. All this
32857           fixes #104878.
32858
32859 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32860
32861         reviewed by Benjamin Otte  <otte@gnome.org>
32862
32863         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
32864           fix shoutcast not working (fixes #140844)
32865
32866 2004-04-22  Benjamin Otte  <otte@gnome.org>
32867
32868         * ext/hermes/gsthermescolorspace.c:
32869         (gst_hermes_colorspace_caps_remove_format_info):
32870         * gst/colorspace/gstcolorspace.c:
32871         (gst_colorspace_caps_remove_format_info):
32872         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32873         (gst_ffmpegcolorspace_caps_remove_format_info):
32874           s/gst_caps_simplify/gst_caps_do_simplify/
32875
32876 2004-04-22  Benjamin Otte  <otte@gnome.org>
32877
32878         * gst-libs/gst/riff/riff-media.c:
32879         (gst_riff_create_video_caps_with_data):
32880           mpegversion is an int
32881         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
32882           don't try to create pad templates with NULL caps, use any caps
32883           instead.
32884
32885 2004-04-20  David Schleef  <ds@schleef.org>
32886
32887         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
32888         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
32889         (bug #140384)
32890
32891 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
32892
32893         reviewed by David Schleef
32894
32895         * ext/mad/gstid3tag.c: Add stdlib.h
32896         * gst/rtp/gstrtpgsmenc.c: same
32897         * gst/tags/gstid3tag.c: same
32898         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
32899         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
32900         GST_DISABLE_LOADSAVE use.
32901         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
32902         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
32903         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
32904         atol(3)).
32905         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
32906         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
32907         strtoul(3)).
32908         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
32909         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
32910         $(ID3_CFLAGS).
32911         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
32912         $(LIBFAME_CFLAGS).
32913
32914 2004-04-20  David Schleef  <ds@schleef.org>
32915
32916         * gst/realmedia/rmdemux.c:  This was supposed to part of the
32917         last checkin.  Same idea.
32918
32919 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
32920
32921         reviewed by David Schleef
32922
32923         * configure.ac: bump required gstreamer version to 0.8.1.1
32924         because of following changes [--ds]
32925
32926         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
32927         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
32928         (gst_riff_read_header):  Use GST_READ_UINT*
32929         macros to access possibly unaligned memory.
32930
32931         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
32932         (mp3_type_find):  Use GST_READ_UINT*
32933         macros to access possibly unaligned memory.
32934         (mp3_type_find, mpeg1_parse_header, qt_type_find)
32935         (speex_type_find): Likewise
32936
32937         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
32938
32939         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
32940         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
32941         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
32942         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
32943         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
32944         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
32945         macros to access possibly unaligned memory.
32946
32947         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
32948         Likewise.
32949
32950         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
32951         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
32952
32953         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
32954         Likewise.
32955
32956         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
32957         (gst_mpeg2subt_chain_subtitle): Likewise.
32958
32959         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
32960         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
32961         Likewise.
32962
32963         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
32964         Likewise.
32965
32966         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
32967         Likewise.
32968
32969         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
32970         Likewise.
32971
32972 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32973
32974         * configure.ac:
32975           update required version of GStreamer because of GST_TIME_FORMAT
32976
32977 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32978
32979         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
32980           remove leftover g_print
32981         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32982           don't try setting only a subset of the caps. We don't want to kill
32983           autoplugging on purpose
32984
32985 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32986
32987         * sys/ximage/ximagesink.c: (plugin_init):
32988         * sys/xvimage/xvimagesink.c: (plugin_init):
32989           add debugging categories
32990
32991 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32992
32993         * po/en_GB.po:
32994         * po/LINGUAS:
32995           Adding en_GB translation (Gareth Owen)
32996
32997 2004-04-20  David Schleef  <ds@schleef.org>
32998
32999         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
33000         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
33001         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
33002         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
33003         A number of new features and hacks to extract the esds atom and
33004         put it into the caps.  (bug #137724)
33005
33006 2004-04-19  David Schleef  <ds@schleef.org>
33007
33008         * gconf/Makefile.am: Fix for non-GNU make
33009         * gst-libs/gst/Makefile.am: Change directory order to handle
33010         GstPlay linking with gstinterfaces
33011         * gst-libs/gst/audio/make_filter: make use of tr portable
33012         * gst-libs/gst/play/Makefile.am: Add intended \
33013         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
33014         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
33015         function prototype instead of void *.
33016         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
33017         macro.
33018         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33019         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
33020         * gst/videofilter/make_filter: make use of tr portable
33021         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
33022
33023 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33024
33025         * po/LINGUAS:
33026         * po/uk.po:
33027           Added Ukrainian translation (Maxim V. Dziumanenko)
33028
33029 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33030
33031         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
33032         (gst_gsmdec_link), (gst_gsmdec_chain):
33033           Fix capsnego, simplify chain function slightly.
33034         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
33035           Add GSM.
33036
33037 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33038
33039         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33040         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
33041         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
33042           Hack to make wavparse work with spider (always -> sometimes pad).
33043           Fixes #135862 && #140411.
33044
33045 2004-04-18  Benjamin Otte  <otte@gnome.org>
33046
33047         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
33048         (gst_osselement_rate_probe_check),
33049         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
33050           get rid of \n in debug output
33051
33052 2004-04-17  Iain <iain@prettypeople.org>
33053
33054         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
33055         not just EOS.
33056
33057 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33058
33059         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
33060         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
33061         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
33062         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
33063         (gst_id3_tag_src_link), (gst_id3_tag_chain),
33064         (gst_id3_tag_change_state), (plugin_init):
33065           deprecate id3tag element and replace with id3demux/id3mux.
33066           great side effect: this ugly file is now even uglier, yay!
33067         * ext/mad/gstmad.h:
33068           remove non-available function
33069           update for new get_type
33070
33071 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33072
33073         * configure.ac:
33074           require mpeg2dec >= 0.4.0
33075
33076 2004-04-17  Benjamin Otte  <otte@gnome.org>
33077
33078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
33079         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
33080         (gst_xvimagesink_set_xwindow_id):
33081           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
33082           assorted cleanup fixes.
33083
33084 2004-04-16  David Schleef  <ds@schleef.org>
33085
33086         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
33087         * sys/xvimage/xvimagesink.h: same
33088
33089 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
33090
33091         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
33092           Fix GST_ELEMENT_ERROR with (NULL)
33093
33094 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33095
33096         * gst-libs/gst/riff/riff-media.c:
33097         (gst_riff_create_video_caps_with_data):
33098           Add div[3456] as fourccs for DivX 3 (fixes #140137).
33099
33100 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33101
33102         * gst-libs/gst/riff/riff-media.c:
33103         (gst_riff_create_video_caps_with_data),
33104         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
33105         (gst_riff_create_video_template_caps),
33106         (gst_riff_create_audio_template_caps):
33107         * gst-libs/gst/riff/riff-media.h:
33108         * gst-libs/gst/riff/riff-read.c:
33109         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
33110         * gst-libs/gst/riff/riff-read.h:
33111         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
33112           Add MS RLE support. I added some functions to read out strf chunks
33113           into strf chunks and the data behind it. This is usually color
33114           palettes (as in RLE, but also in 8-bit RGB). Also use those during
33115           caps creation. Lastly, add ADPCM (similar to wavparse - which
33116           should eventually be rifflib based).
33117         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33118         (gst_matroska_demux_init), (gst_matroska_demux_reset):
33119         * gst/matroska/matroska-demux.h:
33120           Remove placeholders for some prehistoric tagging system. Didn't add
33121           support for any tag system really anyway.
33122         * gst/qtdemux/qtdemux.c:
33123           Add support for audio/x-m4a (MPEG-4) through spider.
33124         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
33125         (gst_wavparse_loop):
33126           ADPCM support (#135862). Increase max. buffer size because we
33127           cannot split buffers for ADPCM (screws references) and I've seen
33128           files with 2048 byte chunks. 4096 seems safe for now.
33129
33130 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33131
33132         * configure.ac: bump nano to 1
33133
33134 === release 0.8.1 ===
33135
33136 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33137
33138         * configure.ac: releasing 0.8.1, "Comforting Sounds"
33139
33140 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33141
33142         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
33143           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
33144           Fixes #140058
33145
33146 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33147
33148         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
33149           lower rank of dvddemux so that it's not used for mpeg playback.
33150
33151 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33152
33153         * configure.ac:
33154           save libs correctly when checking mad
33155
33156 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33157
33158         * ext/mad/gstid3tag.c: (plugin_init):
33159           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
33160
33161 2004-04-13  David Schleef  <ds@schleef.org>
33162
33163         * common/m4/gst-feature.m4: Call -config scripts with
33164         --plugin-libs if it is supported.
33165         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
33166         JPEG images are image/jpeg.
33167         * gst/debug/Makefile.am:
33168         * gst/debug/negotiation.c: (gst_negotiation_class_init),
33169         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
33170         (gst_negotiation_update_caps), (gst_negotiation_get_property),
33171         (gst_negotiation_plugin_init): Add a property that acts like
33172         filter caps.
33173         * testsuite/gst-lint:  Move license checking to be a standard
33174         test.
33175
33176 2004-04-13  David Schleef  <ds@schleef.org>
33177
33178         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
33179         patch from Sebastien Cote (bug #139958)
33180
33181 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
33182
33183         * examples/gstplay/Makefile.am:
33184         * examples/gstplay/player.c: (main):
33185           make the commandline player example use gconf settings
33186
33187 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
33188
33189         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
33190         (gst_cacasink_sinkconnect), (gst_cacasink_init),
33191         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
33192           init/end library during state transition, not object
33193           creation/disposal.  get rid of custom dispose handler.
33194
33195
33196 2004-04-12  Christian Schaller <Uraeus@gnome.org>
33197
33198         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
33199         be a symlink
33200
33201 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33202
33203         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
33204           Handle JUNK chunks inside data section. Prevents warnings.
33205
33206 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33207
33208         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
33209         (gst_riff_create_video_template_caps):
33210           Add MS video v1.
33211         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
33212         (gst_avi_demux_stream_data):
33213           Add support for "rec-list" chunks.
33214
33215 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33216
33217         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
33218           Fix another codecname mismatch.
33219
33220 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33221
33222         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
33223           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
33224           so that MJPEG plays back.
33225
33226 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33227
33228         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
33229         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
33230         * gst/mpeg1videoparse/gstmp1videoparse.h:
33231           Fix for some slight mis-cuts in buffer parsing, and for some
33232           potential overflows or faults-causers. Adds disconts. Also fixes
33233           #139105 while we're at it.
33234
33235 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33236
33237         * configure.ac:
33238         * sys/v4l2/gstv4l2element.h:
33239           Workaround for missing struct v4l2_buffer declaration in Suse 9
33240           and Mandrake 10 linux/videodev2.h header file (#135919).
33241
33242 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33243
33244         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
33245           Bail out if no filename was given.
33246
33247 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33248
33249         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
33250         (gst_v4l2_fourcc_from_structure):
33251           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
33252           Y41B somewhere).
33253
33254 2004-04-09  Benjamin Otte  <otte@gnome.org>
33255
33256         * ext/gnomevfs/gstgnomevfssink.c:
33257         (_gst_boolean_allow_overwrite_accumulator),
33258         (gst_gnomevfssink_class_init):
33259           fix erase signal - if any handler returns false the file will not be
33260           overwritten. If no handler is connected, the file will not be
33261           overwritten either.
33262           renamed signal to "allow-overwrite"
33263         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
33264           free string when adding it to ID3 failed
33265         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33266           unref event when done
33267         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
33268           free caps
33269         * gst/typefind/gsttypefindfunctions.c:
33270         (mpeg_video_stream_type_find):
33271           fix invalid read
33272
33273 2004-04-08  David Schleef  <ds@schleef.org>
33274
33275         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33276         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
33277
33278 2004-04-08  David Schleef  <ds@schleef.org>
33279
33280         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
33281         we don't support (bug #139532)
33282
33283 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33284
33285         * ext/mad/gstmad.c: (gst_mad_handle_event),
33286         (gst_mad_check_caps_reset), (gst_mad_chain),
33287         (gst_mad_change_state):
33288           only set explicit caps if they haven't been set before for
33289           this stream.  MPEG-audio sample rate/channels aren't allowed
33290           to change in-stream.
33291           Fixes #139382
33292
33293 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33294
33295         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
33296         (_gst_boolean_did_something_accumulator),
33297         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
33298         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
33299         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
33300         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
33301         (gst_gnomevfssink_change_state):
33302           Fix erase signal. Don't erase by default. Remove handoff signal.
33303           Remove erase property. Don't segfault. General cleanup.
33304
33305 2004-04-07  Benjamin Otte  <otte@gnome.org>
33306
33307         * gst-libs/gst/gconf/test-gconf.c: (main):
33308           add missing gst_init
33309
33310 2004-04-07  Benjamin Otte  <otte@gnome.org>
33311
33312         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
33313           free the mutexes, too
33314
33315 2004-04-07  Benjamin Otte  <otte@gnome.org>
33316
33317         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
33318           actually free the URI string
33319         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
33320           compute offset correctly when passing discont events
33321         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33322           don't leak discont events
33323         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
33324           add some missing breaks so caps aren't copied randomly
33325         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
33326           if we realloc memory, we better use it
33327
33328 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33329
33330         * ext/mad/gstmad.c: (normal_seek):
33331           fix GST_FORMAT_TIME usage
33332
33333 2004-04-05  David Schleef  <ds@schleef.org>
33334
33335         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
33336         a deprecated function (hack!)
33337
33338 2004-04-05  Benjamin Otte  <otte@gnome.org>
33339
33340         * ext/esd/esdmon.c: (gst_esdmon_get):
33341           fix nonterminated vararg and memleak
33342
33343 2004-04-05  Benjamin Otte  <otte@gnome.org>
33344
33345         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
33346         (gst_ladspa_init), (gst_ladspa_force_src_caps),
33347         (gst_ladspa_set_property), (gst_ladspa_get_property),
33348         (gst_ladspa_instantiate), (gst_ladspa_activate),
33349         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
33350           clean up debugging
33351
33352 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
33353
33354         reviewed by Benjamin Otte  <otte@gnome.org>
33355
33356         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
33357           check for broken LADSPA parameters (fixes #138635)
33358
33359 2004-04-05  Benjamin Otte  <otte@gnome.org>
33360
33361         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
33362           advertise buffer-frames correctly on sinkpads
33363
33364 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
33365
33366         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
33367         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
33368         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
33369         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
33370         (gst_mad_check_caps_reset), (gst_mad_chain):
33371         add more debugging, only reset caps when we're not in error state
33372
33373 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
33374
33375         * ext/mad/gstmad.c: add debugging category, comment + cleanups
33376
33377 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
33378
33379         reviewed by Benjamin Otte  <otte@gnome.org>
33380
33381         * configure.ac:
33382           fix == in test(1) operator
33383
33384 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
33385
33386         reviewed by Benjamin Otte  <otte@gnome.org>
33387
33388         * configure.ac:
33389           fix --export-symblos-regex to a working regex.
33390
33391 2004-04-04  Benjamin Otte  <otte@gnome.org>
33392
33393         * sys/oss/.cvsignore:
33394           add for oss_probe
33395
33396 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
33397
33398         reviewed by Benjamin Otte  <otte@gnome.org>
33399
33400         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33401           add missing 'new_media' argument (fixes #138168)
33402         * gst/matroska/matroska-demux.c:
33403         (gst_matroska_demux_handle_seek_event):
33404           add vararg terminator (fixes #138169)
33405
33406 2004-04-02  David Schleef  <ds@schleef.org>
33407
33408         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
33409         disted (bug #138914)
33410
33411 2004-04-01  Benjamin Otte  <otte@gnome.org>
33412
33413         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
33414         (gst_alsa_close_audio):
33415           handle case better where a soundcard can't pause
33416         * ext/ogg/gstoggdemux.c:
33417           don't crash when we get events but don't have pads yet
33418
33419 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33420
33421         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
33422           throw an error if we couldn't probe any caps.
33423
33424 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
33425
33426         * ext/dvdnav/gst-dvd:
33427         Add a really simple sample DVD player
33428
33429 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
33430
33431         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
33432         (gst_a52dec_push), (gst_a52dec_handle_event),
33433         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
33434         (gst_a52dec_change_state):
33435         * ext/a52dec/gsta52dec.h:
33436           Use a debug category, Output timestamps correctly
33437           Emit tag info, Handle events, tell liba52dec about cpu
33438           capabilities so it can use MMX etc.
33439         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
33440           Fix a crasher accessing invalid memory
33441         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
33442         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
33443         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
33444         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
33445         (dvdnavsrc_query):
33446           Some support for byte-format seeking.
33447           Small fixes for still frames and menu button overlays
33448         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
33449         (gst_mpeg2dec_alloc_buffer):
33450           Use a debug category. Adjust the report level of several items to
33451           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
33452           so it doesn't lose the GstBuffer pointer
33453         * gst/debug/Makefile.am:
33454         * gst/debug/gstdebug.c: (plugin_init):
33455         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
33456         (gst_navseek_base_init), (gst_navseek_class_init),
33457         (gst_navseek_init), (gst_navseek_seek),
33458         (gst_navseek_handle_src_event), (gst_navseek_set_property),
33459         (gst_navseek_get_property), (gst_navseek_chain),
33460         (gst_navseek_plugin_init):
33461         * gst/debug/gstnavseek.h:
33462           Add the navseek debug element for seeking back and forth in a
33463           video stream using arrow keys.
33464         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
33465         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
33466         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
33467         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
33468         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
33469         (gst_mpeg2subt_parse_header), (gst_get_nibble),
33470         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
33471         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
33472         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
33473         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
33474         * gst/mpeg2sub/gstmpeg2subt.h:
33475           Pretty much a complete rewrite. Now a loopbased element. May still
33476           require work to properly synchronise subtitle buffers.
33477         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
33478         (gst_dvd_demux_send_subbuffer):
33479         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
33480           Don't attempt to create subbuffers of size 0
33481           Reduce a couple of error outputs to warnings.
33482         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
33483         (gst_y4mencode_chain):
33484         Output the y4m frame header correctly.
33485
33486 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33487
33488         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
33489           throw errors instead of allowing SIGFPE
33490
33491 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33492
33493         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
33494         (gst_gconf_render_bin_from_key):
33495           leak plugging and style fixing
33496
33497 2004-03-31  David Schleef  <ds@schleef.org>
33498
33499         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
33500         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
33501         (bug #138225)
33502         * gst/debug/Makefile.am:
33503         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
33504         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
33505         plugin.
33506         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
33507         (gst_negotiation_base_init), (gst_negotiation_class_init),
33508         (gst_negotiation_init), (gst_negotiation_getcaps),
33509         (gst_negotiation_pad_link), (gst_negotiation_chain),
33510         (gst_negotiation_set_property), (gst_negotiation_get_property),
33511         (gst_negotiation_plugin_init):  New element to talk about random
33512         negotiation things happening in a pipeline.
33513
33514 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
33515
33516         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
33517           fix integer addition with help of Stefan Kost
33518
33519 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
33520
33521         * po/nl.po: updated Dutch translation (Elros Cyriatan)
33522
33523 2004-03-30  David Schleef  <ds@schleef.org>
33524
33525         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
33526         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
33527         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
33528         (bug #137504)
33529         * ext/mpeg2dec/gstmpeg2dec.h:
33530
33531 2004-03-30  David Schleef  <ds@schleef.org>
33532
33533         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
33534
33535 2004-03-30  David Schleef  <ds@schleef.org>
33536
33537         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
33538         Michael Petullo) to handle .mov
33539
33540 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33541
33542         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33543         (gst_osselement_rate_check_rate):
33544           probe caps correctly for sound cards that only support one format
33545
33546 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33547
33548         * ext/kio/kiosrc.cpp: (process_events):
33549           update handling event processing if inside KDE - untested
33550
33551 2004-03-29  David Schleef  <ds@schleef.org>
33552
33553         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
33554         by 2 to not interfere with other colorspaces.
33555         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
33556         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
33557         one to not interfere with ffmpeg_colorspace.
33558
33559 2004-03-29  David Schleef  <ds@schleef.org>
33560
33561         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
33562         aren't in the caps.
33563         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
33564         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
33565
33566 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33567
33568         * gst-libs/gst/riff/riff-media.c:
33569           fail on error, don't try to set stuff on NULL caps
33570
33571 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33572
33573         * configure.ac:
33574         * ext/Makefile.am:
33575         * ext/kio/Makefile.am:
33576         * ext/kio/kioreceiver.cpp:
33577         * ext/kio/kioreceiver.h:
33578         * ext/kio/kiosrc.cpp:
33579         * ext/kio/kiosrc.h:
33580           add experimental kiosrc plugin
33581         * ext/alsa/gstalsaplugin.c: (plugin_init):
33582           initialize debugging category only when we're sure registering the
33583           plugins worked.
33584
33585 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
33586
33587         * examples/gstplay/player.c: (main):
33588         * gst-libs/gst/play/play.c: (gst_play_class_init),
33589         (gst_play_set_location), (gst_play_set_data_src),
33590         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33591         (gst_play_set_visualization), (gst_play_connect_visualization):
33592           check return values of element_set_state and return FALSE where
33593           failed
33594
33595 2004-03-29  Benjamin Otte  <otte@gnome.org>
33596
33597         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33598           try harder to check if an event is really a discont
33599
33600 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
33601
33602         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
33603         * po/az.po:
33604
33605 2004-03-28  Benjamin Otte  <otte@gnome.org>
33606
33607         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
33608         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33609         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
33610           get rid of non-standard "..." ranges in case statements.
33611
33612 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
33613
33614         * gst/mpegstream/gstmpegdemux.c:
33615         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
33616         specific functionality split to the new dvddemux element.
33617         * gst/mpegstream/gstdvddemux.c:
33618         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
33619         streams, derived from mpegdemux.
33620         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
33621         up. SCR based timestamp rewriting can be turned off (will probably
33622         completely disappear soon).
33623         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
33624         hacking. General cleanup. All printf statements replaced by
33625         debugging messages. Almost complete libdvdnav support.
33626         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
33627         by events. New properties for audio and subpicture languages.
33628         (dvdnavsrc_update_highlight): Now uses events.
33629         (dvdnavsrc_user_op): Cleaned up.
33630         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
33631         based). Lots of cleanup, and propper support for most libdvdnav
33632         events.
33633         (dvdnavsrc_make_dvd_event): New function.
33634         (dvdnavsrc_make_dvd_nav_packet_event): New function.
33635         (dvdnavsrc_make_clut_change_event): New function.
33636
33637 2004-03-26  Benjamin Otte  <otte@gnome.org>
33638
33639         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
33640           fix bug where typefinding would claim it's theora whenever less then
33641           7 bytes of data were available
33642
33643 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33644
33645         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
33646         (gst_alawdec_base_init), (gst_alawdec_class_init),
33647         (gst_alawdec_init), (gst_alawdec_chain):
33648         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
33649         (gst_alawenc_base_init), (gst_alawenc_class_init),
33650         (gst_alawenc_init), (gst_alawenc_chain):
33651         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
33652         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
33653         (gst_mulawdec_init), (gst_mulawdec_chain):
33654         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
33655         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
33656         (gst_mulawenc_init), (gst_mulawenc_chain):
33657           Fix capsnego in all four, remove the unused property functions and
33658           simplify the chain functions slightly. I guess we could use macros
33659           or something similar for those, since the code is so similar, but
33660           I'm currently too lazy...
33661
33662 2004-03-24  David Schleef  <ds@schleef.org>
33663
33664         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
33665         (gst_osselement_close_audio), (gst_osselement_probe_caps),
33666         (gst_osselement_get_format_structure),
33667         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
33668         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
33669         (gst_osselement_rate_int_compare): Add code to handle rate probing
33670         (bug #120883)
33671         * sys/oss/gstosselement.h: same
33672         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
33673         Use rate probing provided by osselement.
33674         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
33675
33676 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33677
33678         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
33679         (gst_xvidenc_get_property):
33680           ulong/int mess-up.
33681
33682 2004-03-24  David Schleef  <ds@schleef.org>
33683
33684         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
33685         (gst_speexdec_init):
33686         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
33687         (gst_speexenc_init):  Create the pad template correctly (from
33688         the static pad template, not a NULL pointer.)
33689
33690 2004-03-25  Benjamin Otte  <otte@gnome.org>
33691
33692         * gst/debug/Makefile.am:
33693         * gst/debug/breakmydata.c:
33694           add element that quasi-randomly changes bytes in the stream.
33695           Intended use is robustness checking of demuxers and decoders in
33696           media tests.
33697
33698 2004-03-24  Benjamin Otte  <otte@gnome.org>
33699
33700         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33701         (gst_alsa_probe_hw_params):
33702         * ext/alsa/gstalsa.h:
33703           debugging output fixes
33704
33705 2004-03-24  Benjamin Otte  <otte@gnome.org>
33706
33707         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
33708           don't g_return_if_fail if element is PLAYING, fail silently as every
33709           other element.
33710         * gst/effectv/gstquark.c: (gst_quarktv_chain):
33711           only fix needed for cast lvalue issues in gst-plugins
33712         * gst/volenv/gstvolenv.c: (gst_volenv_init):
33713           add proxy_getcaps
33714
33715 2004-03-24  Benjamin Otte  <otte@gnome.org>
33716
33717         * gst/level/gstlevel.c: (gst_level_init):
33718           add proxying getcaps function, so level doesn't advertise impossible
33719           caps
33720
33721 2004-03-24  David Schleef  <ds@schleef.org>
33722
33723         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
33724         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
33725         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
33726         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
33727         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
33728         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
33729         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
33730         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
33731         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
33732         messages.  Divide the chunk size by the compression ratio
33733         (needed for MACE audio)
33734
33735 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33736
33737         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
33738           Fix buffer overflow read error.
33739
33740 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33741
33742         * ext/alsa/gstalsa.h:
33743           Remove unused entry.
33744         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
33745           Add cinepak.
33746         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33747         (gst_videodrop_link), (gst_videodrop_chain):
33748           Fix, sort of. Was horribly broken with new capsnego. Bah...
33749
33750 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
33751
33752         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
33753         (plugin_init):
33754         Add a monkeysaudio typefind function
33755
33756 2004-03-23  Johan Dahlin  <johan@gnome.org>
33757
33758         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
33759         (gst_play_video_fixate): Check so the structure has the field
33760         before trying to fixate them, this makes it possible to have
33761         fakesinks for video and audio output without printing errors on
33762         the output console.
33763
33764 2004-03-22  David Schleef  <ds@schleef.org>
33765
33766         * sys/oss/Makefile.am:
33767         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
33768         (check_rate), (add_rate):  Rate probing test app.
33769
33770 2004-03-21  Benjamin Otte  <otte@gnome.org>
33771
33772         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
33773         (_fixate_caps_to_int), (gst_audio_convert_fixate):
33774           add a fixation function that pretty much does the right thing (fixes
33775           #137556)
33776
33777 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
33778
33779         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
33780
33781 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
33782
33783         reviewed by: Benjamin Otte  <otte@gnome.org>
33784
33785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33786           terminate gst_event_new_discontinuous correctly (fixes parts of
33787           #137711)
33788
33789 2004-03-19  David Schleef  <ds@schleef.org>
33790
33791         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
33792         since it doesn't depend on X, and it's part of our ABI.
33793
33794 2004-03-19  Iain <iain@prettypeople.org>
33795
33796         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
33797         is_int in the structure, not the local variable.
33798
33799 2004-03-19  David Schleef  <ds@schleef.org>
33800
33801         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
33802         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
33803         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
33804         Improvements in caps negotiation.
33805
33806 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33807
33808         * po/LINGUAS:
33809         * po/af.po:
33810           adding Afrikaans (Petri Jooste)
33811
33812 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33813
33814         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33815         (gst_ffmpegcolorspace_chain):
33816         throw error instead of g_critical (#137588)
33817
33818 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33819
33820         * Makefile.am:
33821         * configure.ac:
33822           dist common and m4 correctly
33823         * po/sv.po:
33824
33825 2004-03-17  David Schleef  <ds@schleef.org>
33826
33827         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
33828         (bug #137348)
33829
33830 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33831
33832         * po/LINGUAS:
33833         * po/sv.po:
33834           adding Swedish translation (Christian Rose)
33835
33836 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33837
33838         * Makefile.am: use release.mak
33839
33840 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
33841
33842         * common/ChangeLog:
33843         * common/gst-autogen.sh:
33844           add some explanation about the version detection
33845         * configure.ac:
33846           fix X check
33847
33848 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
33849
33850         * configure.ac: bump nano to 1
33851
33852 === release 0.8.0 ===
33853
33854 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
33855
33856         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
33857
33858 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
33859
33860         * configure.ac:
33861           update libtool version
33862         * gst-libs/gst/media-info/Makefile.am:
33863           actually use libtool version
33864
33865 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33866
33867         * configure.ac: fix speex detection to work with 1.0 but not 1.1
33868
33869 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33870
33871         * configure.ac:
33872         * gst-plugins.spec.in:
33873         * pkgconfig/Makefile.am:
33874         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
33875         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
33876         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
33877         * pkgconfig/gstreamer-libs.pc.in:
33878         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
33879         * pkgconfig/gstreamer-play-uninstalled.pc.in:
33880         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
33881         * pkgconfig/gstreamer-plugins.pc.in:
33882           remove @VERSION@ from some of the pc files since core and plugins
33883           are decoupled.
33884           created gstreamer-plugins.pc as it's a better name, but keeping
33885           -libs around for now to get fixes upstream done first.
33886
33887 2004-03-15  Julien MOUTTE <julien@moutte.net>
33888
33889         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
33890         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
33891         * gst-libs/gst/play/play.h:
33892
33893 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33894
33895         * *.c, *.cc: don't mix tabs and spaces
33896
33897 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33898
33899         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
33900           use the new ffmpegcolorspace
33901         * gst-plugins.spec.in:
33902           package new colorspace and media-info
33903         * configure.ac:
33904         * pkgconfig/Makefile.am:
33905           fix some more disting issues
33906         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
33907         * pkgconfig/gstreamer-media-info.pc.in:
33908           generate media-info pc files
33909
33910 2004-03-15  Johan Dahlin  <johan@gnome.org>
33911
33912         * *.h: Revert indenting
33913
33914 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33915
33916         * configure.ac:
33917           adding ffmpegcolorspace element
33918         * gst/ffmpegcolorspace/Makefile.am:
33919         * gst/ffmpegcolorspace/avcodec.h:
33920         * gst/ffmpegcolorspace/common.h:
33921         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
33922         * gst/ffmpegcolorspace/dsputil.h:
33923         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
33924         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
33925         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
33926         (gst_ffmpeg_caps_to_pix_fmt):
33927         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
33928         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33929         (gst_ffmpegcolorspace_caps_remove_format_info),
33930         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
33931         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
33932         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
33933         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
33934         (gst_ffmpegcolorspace_set_property),
33935         (gst_ffmpegcolorspace_get_property),
33936         (gst_ffmpegcolorspace_register):
33937         * gst/ffmpegcolorspace/imgconvert.c:
33938         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
33939         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
33940         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
33941         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
33942         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
33943         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
33944         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
33945         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
33946         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
33947         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
33948         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
33949         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
33950         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
33951         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
33952         (img_get_alpha_info), (deinterlace_line),
33953         (deinterlace_line_inplace), (deinterlace_bottom_field),
33954         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
33955         * gst/ffmpegcolorspace/imgconvert_template.h:
33956         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
33957         * gst/ffmpegcolorspace/mmx.h:
33958         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
33959           adding ffmpegcolorspace element supplied by Ronald after cleaning
33960           up and pulling in the right bits of upstream source.
33961           I'm sure a better C/compiler wizard could do some cleaning up (for
33962           example use GLIB's malloc stuff), but as a first pass this
33963           works very well
33964
33965 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33966
33967         * ext/alsa/gstalsa.h:
33968           I assume Ronald forgot to commit the change to have cardname
33969           as a struct member.  Expect some public spanking at the next
33970           opportunity.
33971
33972 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33973
33974         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
33975         (gst_alsa_open_audio), (gst_alsa_close_audio):
33976         * ext/alsa/gstalsa.c:
33977           Don't open the device if we're a mixer (= padless).
33978         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
33979         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
33980         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
33981           Open mixer during state change rather than during object
33982           initialization. Also, get a device name. Currently in a somewhat
33983           hackish fashion, but I didn't really find something better.
33984
33985 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33986
33987         * *.c, *.h: run gst-indent
33988
33989 2004-03-14  Benjamin Otte  <otte@gnome.org>
33990
33991         * gst/modplug/gstmodplug.cc:
33992         * gst/modplug/gstmodplug.h:
33993           set correct timestamps on outgoing buffers
33994
33995 2004-03-14  Benjamin Otte  <otte@gnome.org>
33996
33997         * gst/modplug/gstmodplug.cc:
33998           handle events - don't do crap when a discont arrives that's not
33999           necessary
34000           This allows correct loading and playback of mods in Rhythmbox
34001
34002 2004-03-14  Benjamin Otte  <otte@gnome.org>
34003
34004         * configure.ac:
34005         * gst-libs/gst/gconf/Makefile.am:
34006         * pkgconfig/Makefile.am:
34007           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
34008           they get rebuilt properly
34009         * configure.ac:
34010           when checking for vorbis, try pkgconfig first.
34011         * gst/modplug/gstmodplug.cc:
34012           add fixate function
34013
34014 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34015
34016         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
34017           Fix for obvious mistake, where we first shift the offset and then
34018           read a samplesize element assuming the old offset. Note that this
34019           part still has something weird, i.e. my movies containing those
34020           don't actually play well, but at least there's something that looks
34021           like sound now.
34022
34023 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
34024         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
34025         (plugin_init):
34026         Add a typefind function for speex format
34027
34028 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34029
34030         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
34031         (gst_asf_demux_setup_pad):
34032           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
34033           instead of 0. Reason is simple: some elements have a fps range
34034           of 1-max instead of 0-max. So now ASF video actually works.
34035
34036 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34037
34038         * po/LINGUAS:
34039         * po/sr.po:
34040           adding serbian as a language
34041
34042 2004-03-13  Benjamin Otte  <otte@gnome.org>
34043
34044         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34045           return taglist correctly from _get function, don't gst_pad_push it.
34046           (fixes #137042)
34047
34048 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
34049         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
34050
34051 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34052
34053         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
34054         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
34055         (gst_alsa_mixer_track_new):
34056         * ext/alsa/gstalsamixertrack.h:
34057           Fix ancient leftovers... MixerTrack is a GObject.
34058
34059 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34060
34061         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
34062         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34063           Don't block during probing...
34064
34065 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34066
34067         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
34068         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
34069         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
34070         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
34071         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
34072         (gst_alsa_open_audio), (gst_alsa_close_audio):
34073         * ext/alsa/gstalsa.h:
34074           Add propertyprobe interface implementation, add some device-name
34075           property, all this so that it looks good in gnome-volume-control.
34076
34077 2004-03-12  David Schleef  <ds@schleef.org>
34078
34079         * configure.ac: the Hermes library controls hermescolorspace, not
34080         colorspace.
34081         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
34082         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
34083         not /* */
34084         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
34085         * ext/sdl/sdlvideosink.h: ditto.
34086         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
34087
34088 2004-03-12  Benjamin Otte  <otte@gnome.org>
34089
34090         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
34091         (gst_x_overlay_got_xwindow_id):
34092         * gst-libs/gst/xoverlay/xoverlay.h:
34093           replace XID with unsigned long to get rid of the xlibs dependency in
34094           XOverlay (fixes #137004)
34095
34096 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
34097         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
34098         (gst_agingtv_setup):
34099         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
34100         (gst_dicetv_base_init), (gst_dicetv_class_init),
34101         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
34102         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
34103         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
34104         (gst_edgetv_setup), (gst_edgetv_rgb32):
34105         * gst/effectv/gsteffectv.c:
34106         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
34107         (gst_quarktv_set_property):
34108         * gst/effectv/gstrev.c: (gst_revtv_get_type),
34109         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
34110         (gst_revtv_setup), (gst_revtv_rgb32):
34111         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
34112         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
34113         (gst_shagadelictv_init), (gst_shagadelictv_setup),
34114         (gst_shagadelictv_rgb32):
34115         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
34116         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
34117         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
34118         * gst/effectv/gstwarp.c:
34119         Port everything that can be ported to videofilter and fix up the caps.
34120         Can someone with a big-endian machine please check these?
34121
34122 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34123
34124         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
34125         (gst_osssink_chain), (gst_osssink_change_state):
34126           Latest fixes for A/V sync, audio playback and such. This is about
34127           all... MPEG playback issues are mostly related to the async build-
34128           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
34129
34130 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
34131
34132         patch from: Stephane Loeuillet
34133
34134         * configure.ac:
34135           use pkg-config for some libraries, falling back to the old .m4 way
34136           (fixes #131270)
34137         * m4/libdv.m4:
34138           removed
34139
34140 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
34141
34142         * configure.ac:
34143         * tools/Makefile.am:
34144         * tools/Makefile.in:
34145         * tools/gst-launch-ext-m.m:
34146         * tools/gst-launch-ext.1.in:
34147         * tools/gst-visualise-m.m:
34148         * tools/gst-visualise.1:
34149         * tools/gst-visualise.1.in:
34150           reorganizing generation of script tools
34151
34152 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34153
34154         * ext/divx/gstdivxdec.c:
34155           Downgrade priority. We prefer ffdec_mpeg4.
34156         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
34157         (gst_faad_chain), (gst_faad_change_state):
34158           Fix capsnego. Doesn't work for some sounds because we don't have
34159           a 5:1 to stereo element.
34160         * ext/xvid/gstxvid.c: (plugin_init):
34161           Add priority.
34162         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34163         (gst_osssink_change_state):
34164           Add discont handling.
34165
34166 2004-03-09  Colin Walters  <walters@verbum.org>
34167
34168         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
34169         conversion.
34170
34171 2004-03-09  Benjamin Otte  <otte@gnome.org>
34172
34173         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
34174           the signals take 2 arguments
34175
34176 2004-03-09  David Schleef  <ds@schleef.org>
34177
34178         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
34179         (gst_alsa_fixate): Add fixate function.  (bug #136686)
34180         * ext/alsa/gstalsa.h:
34181         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
34182
34183 2004-03-09  Benjamin Otte  <otte@gnome.org>
34184
34185         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
34186         (gst_mikmod_change_state):
34187         * ext/mikmod/gstmikmod.h:
34188           make mikmod's loop function not loop infinitely and call
34189           gst_element_yield anymore
34190         * gst/modplug/gstmodplug.cc:
34191           fix pad negotiation (fixes #136590)
34192
34193 2004-03-09  David Schleef  <ds@schleef.org>
34194
34195         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
34196         doesn't conflict with the internal colorspace plugin.
34197         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
34198         satisfy the crappy-ass shell shipped by a certain vendor.
34199         * gst/videofilter/make_filter: same (bug #135299)
34200
34201 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34202
34203         * configure.ac: bump nano to 1
34204
34205 === release 0.7.6 ===
34206
34207 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34208
34209         * configure.in: releasing 0.7.6, "There"
34210
34211 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34212
34213         * pkgconfig/gstreamer-play-uninstalled.pc.in:
34214         * pkgconfig/gstreamer-play.pc.in:
34215           synchronize the two
34216
34217 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34218
34219         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
34220         (cdparanoia_open), (cdparanoia_event):
34221           fix/add error handling
34222         * po/POTFILES.in:
34223           add cdparanoia source
34224         * tools/Makefile.am:
34225           make scripts executable
34226
34227 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34228
34229         * configure.ac:
34230         * ext/vorbis/Makefile.am:
34231         * sys/Makefile.am:
34232           remove id3types, vorbisfile and xvideosink from the build (#133783)
34233
34234 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34235
34236         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
34237           Fix metadata read crash (#136537).
34238
34239 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34240
34241         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34242         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
34243           adding mime types, fixing the one-stop function
34244
34245 2004-03-08  Christian Schaller <Uraeus@gnome.org>
34246
34247         * ext/nas/nassink.c and /ext/nas/nassink.h:
34248         More NAS love from Arwed von Merkatz
34249         So lets all sing 'Can you feel the NAS tonight'
34250
34251 2004-03-08  Christian Schaller <Uraeus@gnome.org>
34252
34253         * tools/gst-launch-ext.in:
34254         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
34255
34256 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34257
34258         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
34259         (gst_mpeg2dec_init):
34260         remove the user_data pad for now, because it is being used in
34261         fixating causing MPEG playback to fixate on 1000 Hz for playback.
34262         If someone knows how to fix this properly, please do.
34263
34264 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34265
34266         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
34267         (gst_osssink_get_time):
34268         add a warning, IMO this won't get triggered anymore, remove later
34269
34270 2004-03-07  David Schleef  <ds@schleef.org>
34271
34272         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
34273         format (bug #136470)
34274
34275 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
34276
34277         * gst-libs/Makefile.am:
34278         * gst-libs/gst/media-info/Makefile.am:
34279         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
34280         (error_callback), (gst_media_info_error_create),
34281         (gst_media_info_error_element), (gmip_init), (gmip_reset),
34282         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
34283         * gst-libs/gst/media-info/media-info-priv.h:
34284         * gst-libs/gst/media-info/media-info-test.c: (main):
34285         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
34286         (gst_media_info_class_init), (gst_media_info_instance_init),
34287         (gst_media_info_set_source), (gst_media_info_read_with_idler),
34288         (gst_media_info_read_idler), (gst_media_info_read):
34289         * gst-libs/gst/media-info/media-info.h:
34290         fixed, should work now
34291
34292 2004-03-07  Christian Schaller <Uraeus@gnome.org>
34293
34294         * ext/nas/nassink.c:
34295         A bunch of NAS fixes from Arwed von Merkatz
34296
34297 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34298
34299         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
34300         (qtdemux_parse_trak):
34301           Fix crash (j might be greater than n_samples, in which case we're
34302           writing outside the allocated space for the array) and memleak.
34303
34304 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34305
34306         * sys/oss/gstosssink.c: (gst_osssink_chain):
34307           And another caller that couldn't handle delay < 0 (unsigned
34308           integer overflow). Video now continues playing on an audio
34309           buffer underrun, and the clock continues working. Audio still
34310           stalls.
34311
34312 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34313
34314         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
34315         (gst_osssink_get_time):
34316           get_delay() may return values lower than 0. In those cases, we
34317           should not actually cast to *unsigned* int64, that will break
34318           stuff horribly. In my case, it screwed up A/V sync in movies
34319           in totem rather badly.
34320
34321 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
34322
34323         * ext/faac/gstfaac.c: (gst_faac_chain):
34324         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
34325         * ext/libpng/gstpngenc.c: (user_write_data):
34326         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
34327         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
34328         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
34329         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
34330         Fix several misuse of gst_buffer_merge (it doesn't take ownership
34331         of any buffer), should fix some leaks. I hope I didn't unref buffers
34332         that shouldn't be...
34333
34334 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
34335
34336         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
34337         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
34338         (error_callback), (gmi_reset), (gmi_seek_to_track),
34339         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
34340         (gmip_find_type_post), (gmip_find_stream_post),
34341         (gmip_find_track_streaminfo_post):
34342         * gst-libs/gst/media-info/media-info-priv.h:
34343         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
34344         (info_print), (main):
34345         * gst-libs/gst/media-info/media-info.c:
34346         (gst_media_info_error_create), (gst_media_info_error_element),
34347         (gst_media_info_instance_init), (gst_media_info_get_property),
34348         (gst_media_info_new), (gst_media_info_set_source),
34349         (gst_media_info_read_idler), (gst_media_info_read):
34350         * gst-libs/gst/media-info/media-info.h:
34351           first pass at making this work again.  This seems to work on
34352           tagged ogg/vorbis and mp3 files.
34353
34354 2004-03-06  Benjamin Otte  <otte@gnome.org>
34355
34356         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34357           fix huge leak: gst_buffer_merge doesn't unref the first argument
34358           itself.
34359
34360 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
34361
34362         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
34363           report layer/mode/emphasis
34364
34365 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
34366
34367         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
34368
34369 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
34370
34371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
34372           signal serial
34373
34374 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
34375
34376         * ext/vorbis/vorbis.c: (plugin_init):
34377         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
34378         (gst_vorbis_dec_init), (vorbis_dec_event):
34379         add debug category
34380         make vorbisdec handle _BYTE and _TIME queries
34381
34382 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
34383
34384         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
34385           from the xing header
34386
34387 2004-03-06  Benjamin Otte  <otte@gnome.org>
34388
34389         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
34390         (gst_audio_convert_link), (gst_audio_convert_change_state),
34391         (gst_audio_convert_buffer_from_default_format):
34392           do conversions from/to float correctly, fix some caps nego errors,
34393           export correct supported caps in template and getcaps, use correct
34394           caps in try_set_caps functions
34395
34396 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
34397
34398         For some reason, I only committed a ChangeLog entry yesterday and
34399         not the corresponding code...
34400         * ext/mad/gstmad.c: Fix detection of Xing headers
34401         * gst/tags/gstid3tag.c: Changes to support TLEN tags
34402
34403 2004-03-06  Benjamin Otte  <otte@gnome.org>
34404
34405         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
34406         (gst_ogg_demux_src_query):
34407           make sure to handle the case where there's no current chain
34408           gracefully.
34409
34410 2004-03-05  David Schleef  <ds@schleef.org>
34411
34412         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
34413         Add fixate function. (bug #131128)
34414         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
34415         (gst_sdlvideosink_fixate):  Add fixate function.
34416         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34417         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
34418         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
34419         Fix missing break that was causing ulaw to be interpreted as
34420         raw int.
34421
34422 2004-03-05  David Schleef  <ds@schleef.org>
34423
34424         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
34425         Fix code that ignores return value of gst_buffer_merge().
34426         (bug #114560)
34427         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
34428         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
34429         * testsuite/gst-lint:  Check for above.
34430
34431 2004-03-05  David Schleef  <ds@schleef.org>
34432
34433         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
34434         caps and throw an element error.  (bug #136334)
34435
34436 2004-03-05  David Schleef  <ds@schleef.org>
34437
34438         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
34439         (gst_faad_chain): Fix negotiation.
34440         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
34441         key and button events.
34442         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
34443         dung heap of code.
34444         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
34445         depends on gconf
34446         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
34447         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
34448         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
34449         function to encourage better negotiation, particularly between
34450         audioconvert and osssink.
34451         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
34452         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
34453         more important.
34454         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
34455         typefinding.
34456         * gst/vbidec/vbiscreen.c:  Add glib header
34457         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
34458
34459 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
34460
34461         * ext/mad/gstmad.c: Fix detection of Xing headers
34462         * gst/tags/gstid3tag.c: Changes to support TLEN tags
34463
34464 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
34465
34466         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
34467         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
34468           debug updates
34469
34470 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
34471
34472         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
34473         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
34474         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
34475         files, and report the parsed length as a GST_TAG_DURATION tag.
34476         * gst/tags/gstid3tag.c: support TLEN (duration) tag
34477
34478 2004-03-05  Benjamin Otte  <otte@gnome.org>
34479
34480         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
34481           convert channels correctly. convert correctly to unsigned.
34482
34483 2004-03-05  Julien MOUTTE <julien@moutte.net>
34484
34485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
34486         we have a window before clearing it.
34487
34488 2004-03-05  Julien MOUTTE <julien@moutte.net>
34489
34490         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
34491         have a window before clearing it.
34492
34493 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
34494
34495         * gconf/gstreamer.schemas.in:
34496         * gst-libs/gst/gconf/Makefile.am:
34497           version installation path the same way as for 0.6
34498         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
34499         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
34500         * pkgconfig/gstreamer-play-uninstalled.pc.in:
34501           remove comment that was fixed
34502
34503 2004-03-05  David Schleef  <ds@schleef.org>
34504
34505         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
34506         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
34507         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
34508         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
34509         Add prototype code for handling seeking and querying.
34510
34511 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34512
34513         * examples/gstplay/player.c: (main):
34514           Initialize variables to NULL. Prevents a segfault because the
34515           (uninitialized) variable is not NULL, resulting in a crash on
34516           trying to reach error->message.
34517
34518 2004-03-05  Benjamin Otte  <otte@gnome.org>
34519
34520         * gst/audioconvert/gstaudioconvert.c:
34521         (gst_audio_convert_buffer_to_default_format):
34522         make float=>int conversion work correctly even in cornercases.
34523
34524 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
34525
34526         * debian/README.Debian:
34527         * debian/build-deps:
34528         * debian/changelog:
34529         * debian/control:
34530         * debian/control.in:
34531         * debian/copyright:
34532         * debian/gstreamer-a52dec.files:
34533         * debian/gstreamer-aa.files:
34534         * debian/gstreamer-alsa.files:
34535         * debian/gstreamer-alsa.manpages:
34536         * debian/gstreamer-arts.files:
34537         * debian/gstreamer-artsd.files:
34538         * debian/gstreamer-audiofile.files:
34539         * debian/gstreamer-avifile.files:
34540         * debian/gstreamer-cdparanoia.files:
34541         * debian/gstreamer-colorspace.files:
34542         * debian/gstreamer-doc.files:
34543         * debian/gstreamer-dv.files:
34544         * debian/gstreamer-dvd.files:
34545         * debian/gstreamer-esd.files:
34546         * debian/gstreamer-festival.files:
34547         * debian/gstreamer-flac.files:
34548         * debian/gstreamer-gconf.conffiles:
34549         * debian/gstreamer-gconf.files:
34550         * debian/gstreamer-gconf.postinst:
34551         * debian/gstreamer-gnomevfs.files:
34552         * debian/gstreamer-gsm.files:
34553         * debian/gstreamer-http.files:
34554         * debian/gstreamer-jack.files:
34555         * debian/gstreamer-jpeg.files:
34556         * debian/gstreamer-mad.files:
34557         * debian/gstreamer-mikmod.files:
34558         * debian/gstreamer-misc.files:
34559         * debian/gstreamer-mpeg2dec.files:
34560         * debian/gstreamer-oss.files:
34561         * debian/gstreamer-plugin-apps.files:
34562         * debian/gstreamer-plugin-apps.manpages:
34563         * debian/gstreamer-plugin-libs-dev.files:
34564         * debian/gstreamer-plugin-libs.files:
34565         * debian/gstreamer-plugin-template.postinst:
34566         * debian/gstreamer-plugin-template.postrm:
34567         * debian/gstreamer-sdl.files:
34568         * debian/gstreamer-sid.files:
34569         * debian/gstreamer-vorbis.files:
34570         * debian/gstreamer-x.files:
34571         * debian/mk.control:
34572         * debian/rules:
34573         Debian package info not maintained here.
34574
34575 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
34576
34577         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
34578         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
34579         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
34580         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
34581         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
34582         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
34583         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
34584         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
34585         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
34586         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
34587         * gst-libs/gst/colorbalance/colorbalance.c:
34588         (gst_color_balance_class_init):
34589         * gst-libs/gst/colorbalance/colorbalancechannel.c:
34590         (gst_color_balance_channel_class_init):
34591         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
34592         * gst-libs/gst/play/play.c: (gst_play_class_init):
34593         * gst-libs/gst/propertyprobe/propertyprobe.c:
34594         (gst_property_probe_iface_init):
34595         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
34596         * gst-libs/gst/tuner/tunerchannel.c:
34597         (gst_tuner_channel_class_init):
34598         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
34599         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
34600         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
34601         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
34602         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
34603         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34604         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34605         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
34606         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
34607           fix signals to use - instead of _
34608         * ext/libcaca/gstcacasink.h:
34609         * ext/sdl/sdlvideosink.h:
34610           fix header rename
34611
34612 2004-03-04  David Schleef  <ds@schleef.org>
34613
34614         * testsuite/gst-lint:  Add a check for bad signal names.
34615
34616 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
34617
34618         reviewed by David Schleef
34619
34620         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
34621         modified the alpha channel and caused a warning. (bug #136192)
34622
34623 2004-04-03  Christian Schaller <Uraeus@gnome.org>
34624
34625         * gst-plugins.spec.in:
34626         Change names of plugins to actually be correct. Try to keep things
34627         alphabetical to avoid getting beat up by Thomas
34628
34629 2004-03-03  Julien MOUTTE <julien@moutte.net>
34630
34631         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
34632         Using ximagesink as a default if no gconf key found. We should
34633         probably consider using alsasink instead of osssink for the audio
34634         part.
34635
34636 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34637
34638         * configure.ac:
34639           fix --with-plugins, don't think it ever worked before
34640         * gst-plugins.spec.in:
34641           even more updates
34642
34643 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34644
34645         * ext/sdl/sdlvideosink.h:
34646         * sys/ximage/ximagesink.h:
34647         * sys/xvideo/xvideosink.h:
34648         * sys/xvimage/xvimagesink.h:
34649           Fix for move of gstvideosink.h -> videosink.h.
34650
34651 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34652
34653         * gst-libs/gst/xwindowlistener/Makefile.am:
34654           this is a plugin library, not a library
34655
34656 2004-03-01  David Schleef  <ds@schleef.org>
34657
34658         * AUTHORS:  Added some names.  Add yourself if you're still
34659         missing.
34660
34661 2004-03-01  David Schleef  <ds@schleef.org>
34662
34663         * MAINTAINERS: Add
34664
34665 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34666
34667         * gst-plugins.spec.in: clean up spec file
34668
34669 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34670
34671         * gst-libs/gst/video/Makefile.am:
34672         * gst-libs/gst/video/gstvideosink.c:
34673         * gst-libs/gst/video/gstvideosink.h:
34674           rename gstvideosink.h to videosink.h to match other headers
34675         * gst/mixmatrix/Makefile.am:
34676           fix plugin filename
34677         * gst/tags/Makefile.am: fix plugin filename
34678
34679 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34680
34681         * gst/tags/Makefile.am: fix plugin filename
34682
34683 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34684
34685         * examples/gstplay/player.c: (got_time_tick), (main):
34686           add error handler
34687           display time_tick more readably
34688         * gst/mixmatrix/Makefile.am:
34689           fix plugin file name
34690
34691 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
34692
34693         * sys/oss/gstosselement.c: (gst_osselement_probe),
34694         (device_combination_append), (gst_osselement_class_probe_devices):
34695         * sys/oss/gstosselement.h:
34696           Reworked enumeration of oss dsps and mixers so that gst-mixer works
34697           on my system using alsa oss emulation, fixes bug #135597
34698
34699 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34700
34701         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
34702         (gst_videodrop_chain), (gst_videodrop_change_state):
34703         * gst/videodrop/gstvideodrop.h:
34704           Work based on timestamp of input data, not based on the expected
34705           framerate from the input. The consequence is that this element now
34706           not only scales framerates, but also functions as a framerate
34707           corrector or framerate stabilizer/constantizer.
34708
34709 2004-02-27  David Schleef  <ds@schleef.org>
34710
34711         patches from jmmv@menta.net (Julio M. Merino Vidal)
34712
34713         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
34714         GST_ELEMENT_ERROR call (bug #135634)
34715         * gst/interleave/interleave.c: (interleave_buffered_loop),
34716         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
34717         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
34718         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
34719         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
34720         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
34721         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34722         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
34723         Fix GST_ELEMENT_ERROR call.
34724         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
34725         GST_ELEMENT_ERROR call.
34726
34727 2004-02-27  Benjamin Otte  <otte@gnome.org>
34728
34729         * gst-libs/gst/audio/audio.h:
34730           add macro to make sure header isn't included twice
34731         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
34732           don't use gst_buffer_free
34733         * gst/playondemand/filter.func:
34734           don't use gst_data_free. Free data only once.
34735
34736 2004-02-26  David Schleef  <ds@schleef.org>
34737
34738         * gst-libs/gst/colorbalance/Makefile.am:
34739         * gst-libs/gst/mixer/Makefile.am:
34740         * gst-libs/gst/tuner/Makefile.am:
34741         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
34742         should not be disted, -marshal.h files should not be installed,
34743         and -enum.h files _should_ be installed.  Fix to make this the
34744         case.
34745
34746 === release 0.7.5 ===
34747
34748 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34749
34750         * configure.ac: release 0.7.5, "Under The Sea"
34751
34752 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34753
34754         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
34755         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
34756         * gst/videoscale/gstvideoscale.c:
34757         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34758           assorted debug/warning fixes
34759
34760 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34761
34762         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
34763         (gst_videoscale_init), (gst_videoscale_chain),
34764         (gst_videoscale_set_property), (plugin_init):
34765         * gst/videoscale/gstvideoscale.h:
34766         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
34767         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
34768         (gst_videoscale_planar400), (gst_videoscale_packed422),
34769         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
34770         (gst_videoscale_24bit), (gst_videoscale_16bit),
34771         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
34772         (gst_videoscale_scale_plane_slow),
34773         (gst_videoscale_scale_point_sample),
34774         (gst_videoscale_scale_nearest),
34775         (gst_videoscale_scale_nearest_str2),
34776         (gst_videoscale_scale_nearest_str4),
34777         (gst_videoscale_scale_nearest_32bit),
34778         (gst_videoscale_scale_nearest_24bit),
34779         (gst_videoscale_scale_nearest_16bit):
34780         add debugging category and use it properly
34781         fix use of GST_PTR_FORMAT
34782
34783 2004-02-25  Andy Wingo  <wingo@pobox.com>
34784
34785         * gst/interleave/interleave.c (interleave_buffered_loop): Always
34786         push only when channel->buffer is NULL. Prevents segfaults doing
34787         the state change after a nonlocal exit, like a scheme exception.
34788
34789         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
34790         Handle the case where the intersected caps is empty.
34791
34792 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34793
34794         * gst/law/mulaw-decode.c: (mulawdec_link):
34795         * gst/law/mulaw.c: (plugin_init):
34796           fix mulawdec so it actually works again
34797
34798 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
34799
34800         reviewed by: David Schleef  <ds@schleef.org>
34801
34802         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
34803         (gst_gamma_init), (gst_gamma_set_property),
34804         (gst_gamma_get_property), (gst_gamma_calculate_tables),
34805         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
34806         for RGB, with separate r g and b correction factors. (#131167)
34807
34808 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34809
34810         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34811           only signal tags for bitrate if they're > 0 (#134894)
34812
34813 2004-02-24  David Schleef  <ds@schleef.org>
34814
34815         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
34816         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
34817         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
34818         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
34819         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
34820         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
34821         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
34822         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
34823         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
34824         category.  Attempt to fix timestamp calculation.
34825
34826 2004-02-24  Johan Dahlin  <johan@gnome.org>
34827
34828         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
34829
34830 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34831
34832         * configure.ac:
34833         * gconf/Makefile.am:
34834         * gconf/gstreamer.schemas:
34835         * gst-libs/gst/gconf/Makefile.am:
34836         * gst-libs/gst/gconf/gconf.c:
34837           version gconf schemas and install locations
34838
34839 2004-02-23  Benjamin Otte  <otte@gnome.org>
34840
34841         * ext/xine/xineinput.c: (gst_xine_input_dispose):
34842         (gst_xine_input_subclass_init):
34843           call parent dispose.
34844           change pad template for CD reader correctly
34845         * ext/xine/Makefile.am:
34846         * ext/xine/gstxine.h:
34847         * ext/xine/xine.c: (plugin_init):
34848         * ext/xine/xineaudiosink.c:
34849           wrap audio sinks, too
34850         * gst-libs/gst/resample/private.h:
34851         * gst-libs/gst/resample/resample.c: (gst_resample_init),
34852         (gst_resample_reinit), (gst_resample_scale),
34853         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
34854         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
34855         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
34856         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
34857         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
34858         * gst-libs/gst/resample/resample.h:
34859         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
34860         (gst_audioscale_class_init), (gst_audioscale_link),
34861         (gst_audioscale_get_buffer), (gst_audioscale_init),
34862         (gst_audioscale_chain), (gst_audioscale_set_property),
34863         (gst_audioscale_get_property):
34864         * gst/audioscale/gstaudioscale.h:
34865           s/resample_*/gst_resample_*/i to not clobber namespaces
34866
34867 2004-02-23  Julien MOUTTE  <julien@moutte.net>
34868
34869         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
34870         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
34871         (gst_riff_create_video_template_caps),
34872         (gst_riff_create_audio_template_caps),
34873         (gst_riff_create_iavs_template_caps):
34874         * gst-libs/gst/riff/riff-media.h:
34875         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
34876         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
34877         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
34878         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
34879         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
34880         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
34881         (gst_matroska_demux_plugin_init): First batch implementing audio and
34882         video codec tags in demuxers.
34883
34884 2004-02-22  Benjamin Otte  <otte@gnome.org>
34885
34886         * ext/xine/Makefile.am:
34887         * ext/xine/gstxine.h:
34888         * ext/xine/xine.c: (plugin_init):
34889         * ext/xine/xineinput.c:
34890           add input plugin wrapper. Playback from files, http, mms and cdda
34891           works.
34892         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
34893           remove leftover G_GNUC_UNUSED
34894         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
34895         (gst_asf_demux_identify_guid):
34896           improve debugging output
34897
34898 2004-02-22  Benjamin Otte  <otte@gnome.org>
34899
34900         reported by: Padraig O'Briain <padraig.obriain@sun.com>
34901
34902         * autogen.sh:
34903           replace test -e with test -x for mkinstalldirs to be more portable.
34904           (fixes #134816)
34905
34906 2004-02-22  Benjamin Otte  <otte@gnome.org>
34907
34908         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
34909
34910         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
34911           set rank to PRIMARY
34912         * gst/volume/gstvolume.c: (plugin_init):
34913           set rank to NONE
34914         fixes #134960
34915
34916 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
34917
34918         reviewed by Benjamin Otte  <otte@gnome.org>
34919
34920         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
34921           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
34922
34923 2004-02-22  Benjamin Otte  <otte@gnome.org>
34924
34925         * configure.ac:
34926           export [_]*{gst,Gst,GST}.* symbols from plugins
34927
34928 2004-02-22  Christophe Fergeau <teuf@gnome.org>
34929
34930         reviewed by: Benjamin Otte  <otte@gnome.org>
34931
34932         * ext/lame/gstlame.c: (add_one_tag):
34933         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
34934         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
34935         (gst_vorbisenc_metadata_set1):
34936         * gst/tags/gstid3tag.c:
34937         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
34938           apply fixes from bugs #135042 (lame can't write tags) and #133817
34939           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
34940
34941 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
34942
34943         * configure.ac: Export only gst_plugin_desc from plugins.
34944          Note that this change only makes any effect with Linux using libtool
34945          1.5.2 or higher. Otherwise it is silently ignored, but it would build
34946          fine. And don't try to have several versions of libtool in different
34947          directories.
34948
34949 2004-02-20  Andy Wingo  <wingo@pobox.com>
34950
34951         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
34952         interleave respectively.
34953
34954         * gst/interleave/deinterleave.c: New plugin: deinterleave
34955         (replaces on oneton).
34956         * gst/interleave/interleave.c: New plugin: interleave.
34957         * gst/interleave/plugin.h: Support file.
34958         * gst/interleave/plugin.c: Support file.
34959
34960         * configure.ac: Remove intfloat and oneton, add interleave.
34961
34962         * ext/sndfile/gstsf.c: Handle events better.
34963
34964         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
34965         and float2int operation. int2float has scheduling problems as
34966         noted in in2float_chain.
34967
34968 2004-02-20  Benjamin Otte  <otte@gnome.org>
34969
34970         * ext/xine/Makefile.am:
34971         * ext/xine/gstxine.h:
34972         * ext/xine/xine.c:
34973         * ext/xine/xineaudiodec.c:
34974         * ext/xine/xinecaps.c:
34975           add first version of xine plugin wrapper. Currently only wraps the
34976           QDM2 win32 DLL, and even that only in proof-of-concept quality.
34977         * configure.ac:
34978         * ext/Makefile.am:
34979           add xine plugin wrapper, disabled by default. Use --enable-xine to
34980           build. Note that it'll segfault on gst-register if you don't remove
34981           the goom and tvtime post plugins from xine.
34982         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
34983         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
34984           add extradata parsing for QDM2.
34985           change around debugging prints.
34986
34987 2004-02-19  Benjamin Otte  <otte@gnome.org>
34988
34989         * ext/lame/gstlame.c: (gst_lame_chain):
34990         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
34991           use gst_tag_list_insert when you want to insert tags
34992
34993 2004-02-18  David Schleef  <ds@schleef.org>
34994
34995         * configure.ac:  Move massink to gst-rotten
34996         * ext/Makefile.am:
34997         * ext/mas/Makefile.am:
34998         * ext/mas/massink.c:
34999         * ext/mas/massink.h:
35000
35001 2004-02-18  David Schleef  <ds@schleef.org>
35002
35003         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
35004         typefinding, since it seems to be worse than nothing.
35005         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
35006         atom to recognize .mp4 and .m4a files as video/quicktime.
35007
35008 2004-02-18  David Schleef  <ds@schleef.org>
35009
35010         * gst/sine/demo-dparams.c: (quit_live),
35011         (dynparm_log_value_changed), (dynparm_value_changed), (main):
35012         Use double dparams, not float.
35013         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
35014         (gst_sinesrc_init): Change sync default to FALSE, since multiple
35015         sync'd elements don't really work correctly.
35016         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
35017         (volume_update_volume), (volume_get_property):  Change dparam
35018         to double.
35019
35020 2004-02-18  Julien MOUTTE  <julien@moutte.net>
35021
35022         * sys/ximage/ximagesink.c:
35023         (gst_ximagesink_xwindow_update_geometry),
35024         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
35025         (gst_ximagesink_change_state), (gst_ximagesink_expose),
35026         (gst_ximagesink_init): Rework the way software video scaling works. So
35027         now we check on each chain call if the video frames are feeling the
35028         window. If not we try to renegotiate caps. On failure we memorize that
35029         and we won't try again for that PLAYING sessions.
35030         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
35031         failure.
35032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
35033         synchronous flag.
35034
35035 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
35036
35037         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
35038           break up _link so we can give a better debug message for errors
35039
35040 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
35041
35042         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35043           set up debug category
35044
35045 2004-02-18  Julien MOUTTE <julien@moutte.net>
35046
35047         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
35048         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
35049         the way renegotiation work. The event handling function is not taking
35050         care of external windows and renegotiate method check for pad flags
35051         NEGOTIATING. Should fix : #133209
35052
35053 2004-02-17  Julien MOUTTE  <julien@moutte.net>
35054
35055         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
35056         pad is negotiating before trying renegotiation.
35057
35058 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
35059
35060         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
35061           pass on all possible mime types as typefind hints
35062
35063 2004-02-17  Julien MOUTTE <julien@moutte.net>
35064
35065         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
35066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
35067         possible SHM leak if we crash. All other apps using XShm are doing
35068         that.
35069
35070 2004-02-17  Julien MOUTTE  <julien@moutte.net>
35071
35072         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
35073         (gst_ximagesink_expose): Renegotiate size on expose.
35074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
35075         size on expose.
35076
35077 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35078
35079         * testsuite/alsa/sinesrc.c:
35080           cosmetic fix to fix compile issue with gcc 2.95.4
35081
35082 2004-02-16  Julien MOUTTE <julien@moutte.net>
35083
35084         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
35085         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
35086         failed opening the audio device.
35087         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
35088         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
35089         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
35090         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
35091         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
35092         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
35093         (gst_ximagesink_change_state), (gst_ximagesink_chain),
35094         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
35095         Removing some useless g_return_if_fail like wingo suggested.
35096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
35097         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
35098         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
35099         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
35100         (gst_xvimagesink_update_colorbalance),
35101         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
35102         (gst_xvimagesink_xcontext_clear),
35103         (gst_xvimagesink_get_fourcc_from_caps),
35104         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
35105         (gst_xvimagesink_set_xwindow_id),
35106         (gst_xvimagesink_colorbalance_list_channels),
35107         (gst_xvimagesink_colorbalance_set_value),
35108         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
35109         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
35110
35111 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35112
35113         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
35114           throw error when not negotiated instead of asserting
35115
35116 2004-02-15  Julien MOUTTE  <julien@moutte.net>
35117
35118         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
35119         correct data refcounting.
35120
35121 2004-02-15  Julien MOUTTE  <julien@moutte.net>
35122
35123         * gst/switch/gstswitch.c: (gst_switch_change_state),
35124         (gst_switch_class_init): Cleaning the sinkpads correctly on state
35125         change, mostly the EOS flag.
35126
35127 2004-02-15  Julien MOUTTE  <julien@moutte.net>
35128
35129         * examples/gstplay/player.c: (got_eos), (main): Adding some
35130         output for debugging.
35131         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
35132         timeouts if we go to any state different from PLAYING.
35133         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
35134         more EOS bugs in riff lib.
35135
35136 2004-02-14  Julien MOUTTE  <julien@moutte.net>
35137
35138         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
35139         visualization until i find a way to fix switch correctly.
35140         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
35141         EOS arrives.
35142         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35143         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35144         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
35145         Reworked switch to get a more correct behaviour with events and refing
35146         of data stored in sinkpads.
35147         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
35148         we don't pull from a pad in EOS.
35149
35150 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35151
35152         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35153           remove v1 tag even if we can't read it (makes sure we don't detect
35154           it again)
35155
35156 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35157
35158         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
35159         (gst_alsa_xrun_recovery):
35160         * ext/alsa/gstalsa.h:
35161           try xrun recovery when wait failed. Make xrun recovery function
35162           return TRUE/FALSE to indicate success. (might fix #134354)
35163
35164 2004-02-13  David Schleef  <ds@schleef.org>
35165
35166         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
35167         (dynparm_value_changed), (main): Convert from float to double.
35168         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
35169
35170 2004-02-13  David Schleef  <ds@schleef.org>
35171
35172         * gst/silence/gstsilence.c: (gst_silence_class_init),
35173         (gst_silence_set_clock), (gst_silence_get),
35174         (gst_silence_set_property), (gst_silence_get_property):
35175         * gst/silence/gstsilence.h: Add sync property.
35176         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
35177         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
35178         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
35179         * gst/sine/gstsinesrc.h: Add sync property.
35180
35181 2004-02-13  David Schleef  <ds@schleef.org>
35182
35183         * gst/intfloat/gstint2float.c: (conv_f32_s16),
35184         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
35185
35186 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35187
35188         * configure.ac:
35189         * ext/Makefile.am:
35190         * gst-libs/ext/Makefile.am:
35191           move ffmpeg plugin to gst-ffmpeg module
35192
35193 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35194
35195         * configure.ac: use GST_ARCH to detect architecture
35196
35197 2004-02-12  Julien MOUTTE  <julien@moutte.net>
35198
35199         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
35200
35201 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35202
35203         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
35204           classify LADSPA plugins based on number of src/sink pads
35205           (#133663, Stefan Kost)
35206         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
35207           fix dparams registration
35208           (#133528, Stefan Kost)
35209         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
35210           fix use of isprint and use g_ascii_isprint instead
35211           (#133316, Stefan Kost)
35212
35213 2004-02-11  David Schleef  <ds@schleef.org>
35214
35215         Convert a few inner loops to use liboil.  This is currently
35216         optional, and is only enabled if liboil is present (duh!).
35217         * configure.ac: Check for liboil-0.1
35218         * gst/intfloat/Makefile.am:
35219         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
35220         (gst_int2float_chain_gint16):
35221         * gst/videofilter/Makefile.am:
35222         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
35223         (tablelookup_u8), (gst_videobalance_planar411):
35224         * gst/videotestsrc/Makefile.am:
35225         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
35226         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
35227         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
35228         (paint_hline_RGB565), (paint_hline_xRGB1555):
35229
35230 2004-02-11  David Schleef  <ds@schleef.org>
35231
35232         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
35233         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
35234         (gst_colorspace_getcaps), (gst_colorspace_link),
35235         (gst_colorspace_base_init), (gst_colorspace_init),
35236         (gst_colorspace_chain), (gst_colorspace_change_state),
35237         (plugin_init): Merge Ronald's patch (bug #117897) and update
35238         for new caps and negotiation.  Seems to work, although it
35239         shows off bugs in lcs.
35240
35241 2004-02-11  David Schleef  <ds@schleef.org>
35242
35243         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
35244         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
35245
35246 2004-02-11  David Schleef  <ds@schleef.org>
35247
35248         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
35249         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
35250         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
35251         Add server and port properties
35252
35253 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
35254
35255         * m4/a52.m4:
35256         * m4/aalib.m4:
35257         * m4/as-ffmpeg.m4:
35258         * m4/as-liblame.m4:
35259         * m4/as-slurp-ffmpeg.m4:
35260         * m4/check-libheader.m4:
35261         * m4/esd.m4:
35262         * m4/freetype2.m4:
35263         * m4/gconf-2.m4:
35264         * m4/glib.m4:
35265         * m4/gst-alsa.m4:
35266         * m4/gst-artsc.m4:
35267         * m4/gst-ivorbis.m4:
35268         * m4/gst-matroska.m4:
35269         * m4/gst-sdl.m4:
35270         * m4/gst-shout2.m4:
35271         * m4/gst-sid.m4:
35272         * m4/gtk.m4:
35273         * m4/libdv.m4:
35274         * m4/libfame.m4:
35275         * m4/libmikmod.m4:
35276         * m4/ogg.m4:
35277         * m4/vorbis.m4:
35278           fix underquotedness of macros (#133800)
35279         * m4/as-avifile.m4:
35280         * m4/xmms.m4:
35281           removed because no longer used
35282
35283 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
35284
35285         * configure.ac:
35286           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
35287           by autopoint (fixes #132996)
35288
35289 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35290
35291         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
35292         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
35293         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
35294         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
35295           fix memleaks
35296
35297 2004-02-11  David Schleef  <ds@schleef.org>
35298
35299         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
35300         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
35301         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
35302         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
35303         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
35304         (gst_jpegenc_class_init), (gst_jpegenc_init),
35305         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
35306         (gst_jpegenc_chain), (gst_jpegenc_set_property),
35307         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
35308         * ext/jpeg/gstjpegenc.h: Fix negotiation.
35309
35310 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35311
35312         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
35313         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
35314         * ext/mikmod/gstmikmod.h:
35315           fix caps negotiation in mikmod
35316         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
35317           output debug information
35318
35319 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35320
35321         * gst-libs/gst/colorbalance/Makefile.am:
35322         * gst-libs/gst/navigation/Makefile.am:
35323         * gst-libs/gst/xoverlay/Makefile.am:
35324           remove unused GST_OPT_CFLAGS from Makefiles
35325           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
35326
35327 2004-02-07  David Schleef  <ds@schleef.org>
35328
35329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
35330         push events to pads that haven't been created (#133508)
35331
35332 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
35333
35334         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
35335         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
35336         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
35337         (gst_dvdec_loop), (gst_dvdec_change_state):
35338         Second attempt at committing a working dvdec element.
35339
35340 2004-02-06  David Schleef  <ds@schleef.org>
35341
35342         Build fixes for OS X: (see #129600)
35343         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
35344         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
35345         (gst_riff_read_strf_iavs):
35346         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
35347         (gst_avi_demux_stream_odml):
35348         * gst/playondemand/Makefile.am:
35349         * gst/rtp/rtp-packet.c:
35350
35351 2004-02-05  David Schleef  <ds@schleef.org>
35352
35353         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
35354         last change, because it Just Doesn't Compile.
35355
35356 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35357
35358         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35359           skip undecodable id3v2 tag instead of keeping it
35360
35361 2004-02-05  David Schleef  <ds@schleef.org>
35362
35363         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35364         Unref leaked buffer.  (Noticed by Ronald)
35365
35366 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
35367
35368         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
35369         Sync requires with other checks.  >= vs =.
35370
35371 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
35372
35373         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
35374         (gst_dvdec_video_link), (gst_dvdec_loop):
35375         * ext/dv/gstdvdec.h:
35376           rework the caps negotiation so that dvdec works again instead
35377           of just segfaulting.
35378
35379 === release 0.7.4 ===
35380
35381 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
35382
35383         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
35384         * configure.ac: changed for release
35385
35386 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35387
35388         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
35389         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
35390         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
35391         * pkgconfig/gstreamer-play-uninstalled.pc.in:
35392           reworked patch by David Lehn to fix libdir and includedir for
35393           uninstalled libraries
35394           removed play and gconf from gstreamer-libs since they have their
35395           own pkgconfig files
35396
35397 2004-02-04  David Schleef  <ds@schleef.org>
35398
35399         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
35400         memleak.
35401
35402 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35403
35404         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
35405           use correct GST_TAG_ENCODER tag
35406
35407 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35408
35409         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
35410           be sure to stop the clock when going to paused
35411         * sys/oss/gstosssink.c: (gst_osssink_change_state):
35412           reset number of transmitted when going to ready.
35413         fixes #132935
35414
35415 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
35416
35417         reviewed by Benjamin Otte
35418
35419         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
35420           extract track count (fixes #133410)
35421
35422 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35423
35424         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
35425           that should be !=, not == (fixes #132519)
35426
35427 2004-02-04  David Schleef  <ds@schleef.org>
35428
35429         Make sure set_explicit_caps() is called before adding pad.
35430         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
35431         * gst/id3/gstid3types.c: (gst_id3types_loop):
35432         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
35433         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
35434
35435 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35436
35437         * configure.ac:
35438           bump nano to 2, first prerelease
35439           put back AM_PROG_LIBTOOL
35440
35441 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35442
35443         * testsuite/alsa/Makefile.am:
35444           these are user test apps, not automatic testsuite tests
35445
35446 2004-02-04  David Schleef  <ds@schleef.org>
35447
35448         Convert GST_DEBUG_CAPS() to GST_DEBUG():
35449         * gst/mpeg1videoparse/gstmp1videoparse.c:
35450         (mp1videoparse_parse_seq):
35451         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
35452         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
35453         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
35454         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
35455         (gst_xvideosink_getcaps):
35456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35457         * testsuite/gst-lint: more tests
35458
35459 2004-02-04  David Schleef  <ds@schleef.org>
35460
35461         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
35462         with the code that they would expand to.
35463         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
35464         (gst_flacdec_get_src_query_types),
35465         (gst_flacdec_get_src_event_masks):
35466         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
35467         (gst_gnomevfssrc_get_query_types),
35468         (gst_gnomevfssrc_get_event_mask):
35469
35470 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35471
35472         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
35473         (gst_sinesrc_dispose):
35474           fix memleak by properly disposing sinesrc
35475
35476 2004-02-04  Julien MOUTTE  <julien@moutte.net>
35477
35478         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
35479         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
35480         an overlay to redraw the image because it has been exposed.
35481         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
35482         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
35483         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
35484         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
35485         interface
35486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
35487         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
35488         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
35489         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
35490         interface
35491
35492 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35493
35494         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
35495           more memleak fixage
35496
35497 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35498
35499         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35500         * gst/typefind/gsttypefindfunctions.c:
35501           fix memleaks shown by gst-typefind
35502
35503 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35504
35505         * common/glib-gen.mak:
35506           add hack rule to touch .Plo files
35507         * gst-libs/gst/colorbalance/Makefile.am:
35508         * gst-libs/gst/mixer/Makefile.am:
35509         * gst-libs/gst/play/Makefile.am:
35510         * gst-libs/gst/tuner/Makefile.am:
35511           remove glib_root variable
35512
35513 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35514
35515         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
35516           set explicit caps before adding the element, so the autopluggers can
35517           plug correctly.
35518         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
35519         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
35520         (mpeg_video_type_find), (mpeg_video_stream_type_find),
35521         (dv_type_find):
35522           fix memleaks in typefind functions. gst_type_find_suggest takes a const
35523           argument.
35524
35525 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35526
35527         * gst-libs/gst/colorbalance/Makefile.am:
35528         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
35529         * gst-libs/gst/colorbalance/colorbalance.c:
35530         * gst-libs/gst/colorbalance/colorbalance.h:
35531         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
35532         * gst-libs/gst/mixer/Makefile.am:
35533         * gst-libs/gst/mixer/mixer-marshal.list:
35534         * gst-libs/gst/mixer/mixer.c:
35535         * gst-libs/gst/mixer/mixer.h:
35536         * gst-libs/gst/mixer/mixermarshal.list:
35537         * gst-libs/gst/play/Makefile.am:
35538         * gst-libs/gst/play/play.h:
35539         * gst-libs/gst/tuner/Makefile.am:
35540         * gst-libs/gst/tuner/tuner-marshal.list:
35541         * gst-libs/gst/tuner/tuner.c:
35542         * gst-libs/gst/tuner/tuner.h:
35543         * gst-libs/gst/tuner/tunermarshal.list:
35544           use new glib-gen.mak snippet to clean up Makefile.am
35545           fix various bugs in Makefile.am's
35546
35547 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35548
35549         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
35550           handle chain parsing correctly in the multichain case
35551         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
35552         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
35553         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
35554         (theora_dec_chain):
35555           handle events and queries correctly
35556
35557 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
35558
35559         * .cvsignore:
35560         Ignore generated file _stdint.h.
35561
35562 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
35563
35564         * gst-libs/gst/colorbalance/Makefile.am:
35565         * gst-libs/gst/colorbalance/colorbalance.h:
35566         * gst-libs/gst/mixer/Makefile.am:
35567         * gst-libs/gst/mixer/mixer.h:
35568         * gst-libs/gst/play/Makefile.am:
35569         * gst-libs/gst/play/play.h:
35570         * gst-libs/gst/tuner/Makefile.am:
35571         * gst-libs/gst/tuner/tuner.h:
35572         Generate enum type code with glib-mkenums.
35573         * gst-libs/gst/colorbalance/.cvsignore:
35574         * gst-libs/gst/mixer/.cvsignore:
35575         * gst-libs/gst/play/.cvsignore:
35576         * gst-libs/gst/tuner/.cvsignore:
35577         Ignore generated files.
35578
35579 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
35580
35581         * gst-libs/gst/audio/.cvsignore:
35582         Ignore generated file.
35583         * gst-libs/gst/audio/Makefile.am:
35584         Do not install example filter.
35585
35586 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
35587
35588         * examples/switch/.cvsignore:
35589         Ignore generated file.
35590
35591 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35592
35593         * common/m4/ax_create_stdint_h.m4:
35594         * configure.ac:
35595           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
35596           _stdint.h.
35597         * Makefile.am:
35598           remove generated _stdint.h in DISTCLEANFILES
35599         * ext/a52dec/gsta52dec.c:
35600           include _stdint.h for a52dec. (should fix #133064)
35601
35602 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
35603
35604         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
35605         (gst_tag_to_vorbis_comments):
35606         Add replaygain support to vorbistag
35607
35608 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
35609         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
35610         (gst_ffmpeg_caps_to_extradata):
35611           Fix SVQ3 caps flag properties
35612           Use glib macro for bytes swap
35613
35614 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
35615
35616         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
35617         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
35618         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
35619         * ext/sndfile/gstsf.c: (plugin_init):
35620         * gst/avi/gstavi.c: (plugin_init):
35621         * sys/dxr3/dxr3init.c: (plugin_init):
35622         * sys/oss/gstossaudio.c: (plugin_init):
35623         * sys/v4l/gstv4l.c: (plugin_init):
35624         * sys/v4l2/gstv4l2.c: (plugin_init):
35625           remove textdomain calls
35626         * po/nl.po:
35627           update Dutch translation
35628
35629 2004-02-02  Julien MOUTTE  <julien@moutte.net>
35630
35631         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
35632         (gst_play_set_audio_sink): Moving volume in the audio thread for
35633         instantaneous volume change. Maybe i will add another volume in front
35634         of visualization later, not sure yet though.
35635
35636 2004-02-02  Julien MOUTTE  <julien@moutte.net>
35637
35638         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
35639         (gst_ximagesink_handle_xevents): Better X events handling, only take
35640         the latest events for configure and motion.
35641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
35642
35643 2004-02-02  Jon Trowbridge  <trow@gnu.org>
35644
35645         reviewed by: David Schleef  <ds@schleef.org>
35646
35647         Fix memory leaks:
35648         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
35649         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
35650
35651 2004-02-02  David Schleef  <ds@schleef.org>
35652
35653         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
35654         of lines.
35655         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
35656         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
35657         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
35658         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
35659         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
35660         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
35661         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
35662         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
35663         (gst_float2_2_int_link):
35664         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
35665         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
35666         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
35667         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
35668         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
35669         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
35670         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
35671         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
35672         * testsuite/gst-lint: Add tests for bzero and ;;
35673
35674 2004-02-02  David Schleef  <ds@schleef.org>
35675
35676         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
35677
35678 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
35679
35680         * ext/aalib/gstaasink.c: (gst_aasink_open):
35681         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
35682         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35683         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35684         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
35685         (gst_afsink_close_file):
35686         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
35687         (gst_afsrc_close_file):
35688         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
35689         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
35690         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
35691         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
35692         * ext/esd/esdmon.c: (gst_esdmon_get):
35693         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
35694         * ext/faac/gstfaac.c: (gst_faac_chain):
35695         * ext/faad/gstfaad.c: (gst_faad_chain):
35696         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
35697         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
35698         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
35699         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
35700         (gst_flacdec_loop):
35701         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
35702         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
35703         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
35704         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
35705         (gst_gnomevfssink_close_file):
35706         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
35707         (gst_gnomevfssrc_open_file):
35708         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
35709         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
35710         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
35711         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35712         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
35713         * ext/mad/gstmad.c: (gst_mad_chain):
35714         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
35715         * ext/mpeg2dec/gstmpeg2dec.c:
35716         * ext/mpeg2enc/gstmpeg2enc.cc:
35717         * ext/mplex/gstmplex.cc:
35718         * ext/mplex/gstmplexibitstream.cc:
35719         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
35720         (gst_ogg_demux_push):
35721         * ext/raw1394/gstdv1394src.c:
35722         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
35723         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
35724         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
35725         (gst_sf_loop):
35726         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
35727         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
35728         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
35729         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
35730         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
35731         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
35732         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
35733         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
35734         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
35735         (gst_riff_read_element_data), (gst_riff_read_seek),
35736         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
35737         * gst/adder/gstadder.c: (gst_adder_loop):
35738         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
35739         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
35740         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
35741         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
35742         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
35743         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
35744         * gst/goom/gstgoom.c: (gst_goom_chain):
35745         * gst/id3/gstid3types.c: (gst_id3types_loop):
35746         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
35747         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
35748         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
35749         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
35750         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
35751         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
35752         (gst_ebml_read_float), (gst_ebml_read_header):
35753         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
35754         (gst_matroska_demux_parse_blockgroup):
35755         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
35756         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
35757         * gst/oneton/gstoneton.c: (gst_oneton_chain):
35758         * gst/silence/gstsilence.c: (gst_silence_get):
35759         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
35760         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
35761         * gst/speed/gstspeed.c: (speed_loop):
35762         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
35763         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35764         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
35765         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35766         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35767         (gst_wavparse_loop):
35768         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
35769         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
35770         (dxr3audiosink_close):
35771         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
35772         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
35773         (dxr3videosink_close), (dxr3videosink_write_data):
35774         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
35775         * sys/oss/gstosssink.c: (gst_osssink_chain):
35776         * sys/oss/gstosssrc.c: (gst_osssrc_get):
35777         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
35778         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
35779         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
35780         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
35781         (gst_v4l_set_window), (gst_v4l_enable_overlay):
35782         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
35783         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
35784         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
35785         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
35786         (gst_v4l_set_audio):
35787         * sys/v4l/v4l_calls.h:
35788         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
35789         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
35790         (gst_v4lmjpegsink_playback_init),
35791         (gst_v4lmjpegsink_playback_start):
35792         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
35793         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35794         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
35795         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
35796         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
35797         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
35798         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
35799         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
35800         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
35801         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
35802         (gst_v4l2_get_output), (gst_v4l2_set_output),
35803         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
35804         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
35805         (gst_v4l2_set_attribute):
35806         * sys/v4l2/v4l2_calls.h:
35807         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
35808         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
35809         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
35810         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
35811         (gst_v4l2src_capture_stop):
35812         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
35813         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
35814         (gst_ximagesink_chain):
35815         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
35816         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
35817         (gst_xvideosink_xwindow_new):
35818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35819         (gst_xvimagesink_chain):
35820
35821 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
35822
35823         * gst/volume/gstvolume.c: (gst_volume_set_volume),
35824         (gst_volume_get_volume), (volume_class_init), (volume_init),
35825         (volume_chain_int16), (volume_update_volume):
35826         * gst/volume/gstvolume.h:
35827           make code more readable by removing magic numbers
35828           make mixer interface export 0-100 range
35829           make it internally map to 0.0-1.0 range so users don't distort
35830           output by putting the sliders at full volume
35831
35832 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
35833
35834         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
35835         (gst_play_state_change), (gst_play_seek_to_time):
35836         block the tick callback for 0.5 secs after doing a seek
35837
35838 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
35839
35840         * gst-libs/gst/play/play.c: (gst_play_new):
35841           check for GError
35842
35843 2004-02-01  Julien MOUTTE  <julien@moutte.net>
35844
35845         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
35846         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
35847         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35848         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
35849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
35850         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
35851
35852 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35853
35854         * configure.ac:
35855         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35856           check for a function added in vorbis 1.1
35857
35858 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35859
35860         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
35861         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
35862           really start/stop clock only on PLAYING <=> PAUSED
35863         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35864           remove \n from debugging lines
35865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
35866           make it work when seeking does not
35867         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35868           reset on DISCONT
35869
35870 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35871
35872         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
35873           start clock on PAUSED=>PLAYING, not later
35874         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35875           extract correct time for different discont formats
35876         (gst_alsa_sink_get_time):
35877           don't segfault when no format is negotiated yet, just return 0
35878         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
35879         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
35880         (gst_ogg_pad_push):
35881           handle flush and discont events correctly
35882         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35883           handle discont events correctly
35884
35885 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
35886
35887         * gst-libs/gst/play/play.c: (gst_play_error_quark),
35888         (gst_play_error_create), (gst_play_error_plugin),
35889         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
35890         * gst-libs/gst/play/play.h:
35891           add error handling during creation
35892         * examples/gstplay/player.c: (main):
35893           use new gst_play_new
35894
35895
35896 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35897
35898         * ext/theora/theoradec.c: (theora_dec_chain):
35899           make comments work
35900         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
35901         (vorbis_dec_src_event), (vorbis_dec_chain):
35902           add encoder tag, fix tag reading to be more error tolerant, change
35903           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
35904           gst_pad_event_default.
35905         * gst/tags/gstvorbistag.c:
35906         (gst_tag_list_from_vorbiscomment_buffer):
35907           undefine function specific define at end of function
35908
35909 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
35910
35911         * ext/flac/gstflac.c: (plugin_init):
35912         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
35913         * ext/flac/gstflacdec.h:
35914         * ext/flac/gstflacenc.h:
35915           Fix typos
35916
35917 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
35918
35919         * examples/gstplay/player.c: s/gstplay.h/play.h/
35920
35921 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35922
35923         * gst-libs/gst/play/Makefile.am:
35924         * gst-libs/gst/play/gstplay.c:
35925         * gst-libs/gst/play/gstplay.h:
35926         * gst-libs/gst/play/play.c:
35927           more surgery, operation complete
35928
35929 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35930
35931         * gst-libs/gst/play/play.old.c:
35932         * gst-libs/gst/play/play.old.h:
35933           after CVS surgery by moving, remove
35934         * gst-libs/gst/play/playpipelines.c:
35935           remove
35936
35937         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
35938           add negotiation error
35939
35940 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35941
35942         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
35943         (gst_ogg_demux_push):
35944           add some seeking debug info
35945           send a flush when seeking
35946
35947 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35948
35949         * configure.ac:
35950           use AC_C_INLINE
35951         * configure.ac:
35952         * ext/Makefile.am:
35953         * ext/theora/Makefile.am:
35954         * ext/theora/theoradec.c:
35955           add theora video decoder. Does just do simple decoding for now and
35956           has been tested against Theora cvs only. It only works when theora
35957           is compiled with --enable-static.
35958         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35959           always reset packetno on DISCONT
35960
35961 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35962
35963         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
35964           Fix audio.
35965
35966 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35967
35968         * gst/mpegaudioparse/gstmpegaudioparse.c:
35969         (mp3_type_frame_length_from_header):
35970           Fix header parsing - stolen from ffmpeg (thank you! :) ).
35971
35972 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35973
35974         * ext/esd/esdsink.c: (gst_esdsink_init):
35975           Since we have static pad template caps, we don't need to negotiate;
35976           either the core errors out or we know the format.
35977
35978 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35979
35980         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
35981         (gst_riff_read_seek):
35982         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
35983         (gst_ebml_read_seek):
35984           Fix event handling.
35985
35986 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35987
35988         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
35989           removee video/x-theora from vp3 decoder, it doesn't handle raw
35990           theora streams
35991         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
35992           fix bug with finalizing element that never went to PAUSED
35993         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
35994           length and position queries were swapped
35995         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
35996         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
35997         (vorbis_dec_src_event):
35998           implement querying time and bytes
35999
36000 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
36001
36002         * just about every source file:
36003           gst_element_error -> GST_ELEMENT_ERROR
36004
36005 2004-01-29  Julien MOUTTE  <julien@moutte.net>
36006
36007         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
36008         emiting FLUSH and even before DISCONT.
36009         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
36010         get the best instant seeking as possible yay!
36011
36012 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36013
36014         * gst/mpeg1videoparse/gstmp1videoparse.c:
36015         (gst_mp1videoparse_real_chain):
36016           Committed wrong version last week... Grr... Didn't notice until now.
36017
36018 2004-01-29  Julien MOUTTE <julien@moutte.net>
36019
36020         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
36021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
36022         have_xwindow_id signal in xwindow_create.
36023
36024 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36025
36026         * ext/ogg/gstoggdemux.c:
36027           lots of changes - mainly support for chained bitstreams, seeking,
36028           querying and bugfixes of course
36029         * ext/vorbis/Makefile.am:
36030         * ext/vorbis/vorbisdec.c:
36031         * ext/vorbis/vorbisdec.h:
36032           add vorbisdec raw vorbis decoder
36033         * ext/vorbis/vorbis.c: (plugin_init):
36034           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
36035         * gst/intfloat/Makefile.am:
36036         * gst/intfloat/float22int.c:
36037         * gst/intfloat/float22int.h:
36038         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
36039           add float2intnew plugin. It converts multichannel interleaved float to
36040           multichannel interleaved int. The name should probably be changed.
36041         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
36042         (plugin_init):
36043           add typefinding for raw theora video so oggdemux can detect it.
36044
36045 2004-01-28  Julien MOUTTE  <julien@moutte.net>
36046
36047         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
36048         sink element first.
36049         * gst/videoscale/gstvideoscale.c:
36050         (gst_videoscale_handle_src_event): Fixing src event handler.
36051
36052 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36053
36054         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
36055         (gst_v4lsrc_open), (gst_v4lsrc_close),
36056         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
36057         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
36058         * sys/v4l/gstv4lsrc.h:
36059         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
36060         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
36061           Implement resizing... Hack. But that's why v4l is b0rked...
36062
36063 2004-01-28  Julien MOUTTE <julien@moutte.net>
36064
36065         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
36066         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
36067         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
36068         (gst_ximagesink_xwindow_destroy):
36069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
36070         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
36071         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
36072         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
36073         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
36074         correctly cleaning the image created to check xshm calls on succes,
36075         added a lot of XSync calls in X11 functions, and fixed a segfault when
36076         no image format was defined before negotiation happened.
36077
36078 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36079
36080         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
36081           use gst_element_get_time to get correct time
36082
36083 2004-01-28  Julien MOUTTE  <julien@moutte.net>
36084
36085         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
36086         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
36087         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
36088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
36089         (gst_xvimagesink_check_xshm_calls),
36090         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
36091         X plugins are now able to detect that XShm calls will fail even if the
36092         server claims that it has XShm support (remote displays most of the
36093         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
36094         so that we use non XShm functions. This feature is almost useless for
36095         xvimagesink as Xv is not supported on remote displays anyway, but
36096         it might happen than even on the local display XShm calls fail.
36097
36098 2004-01-27  David Schleef  <ds@schleef.org>
36099
36100         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
36101         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
36102         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
36103         changed esdsink to only use 44100,16,2, since esd sucks at rate
36104         conversion and esdsink has had difficulty negotiating.
36105
36106 2004-01-27  Julien MOUTTE <julien@moutte.net>
36107
36108         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
36109         (gst_play_seek_to_time): Fixing the way to get current position.
36110
36111 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36112
36113         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
36114           use gst_element_get_time to get correct time
36115
36116 2004-01-27  Julien MOUTTE <julien@moutte.net>
36117
36118         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
36119         fix ever... Inverting 2 lines of code make spider autoplug correctly
36120         tagged mp3 !
36121
36122 2004-01-27  David Schleef  <ds@schleef.org>
36123
36124         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36125         Use gst_pad_try_set_caps_nonfixed().
36126
36127 2004-01-27  David Schleef  <ds@schleef.org>
36128
36129         * gst/ac3parse/gstac3parse.c: update to checklist 5
36130         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
36131         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
36132         * gst/audioscale/gstaudioscale.c: same
36133         * gst/auparse/gstauparse.c: same
36134         * gst/avi/gstavidemux.c: same
36135
36136 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36137
36138         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
36139           stop processing after EOS
36140
36141 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36142
36143         * gst/asfdemux/asfheaders.h:
36144         * gst/asfdemux/gstasfdemux.c:
36145         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
36146         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
36147         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
36148           lot's of fixes to make data extraction simpler and get the code
36149           architecture and compiler independant. Add debugging category
36150         * gst/goom/gstgoom.c: (gst_goom_change_state):
36151           reset channel count on PAUSED=>READY, not READY=>PAUSED
36152
36153 2004-01-26  Colin Walters  <walters@verbum.org>
36154
36155         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
36156         code to pull a bigger buffer in iradio mode.  This as a side effect
36157         makes typefinding work.
36158
36159 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
36160
36161         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
36162         Fix SVQ3 decoding on PPC
36163
36164 2004-01-26  Julien MOUTTE <julien@moutte.net>
36165
36166         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
36167         that one managed to stay there... Fixed.
36168
36169 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
36170
36171         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
36172         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
36173         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
36174         (qtdemux_video_caps):
36175         * gst/qtdemux/qtdemux.h:
36176         Add SVQ3 specific flags to qtdemux and ffmpeg
36177
36178 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36179
36180         * gst-libs/gst/audio/audio.h:
36181           remove buffer-frames from audio caps
36182         * gst/audioconvert/gstaudioconvert.c:
36183           fix plugin to really work.
36184
36185 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36186
36187         * gst-libs/gst/mixer/mixer.c:
36188         * gst-libs/gst/propertyprobe/propertyprobe.c:
36189         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
36190         (gst_tuner_find_channel_by_name):
36191         * gst-libs/gst/tuner/tuner.h:
36192           Add gtk-doc style comments. Also fix a function name.
36193
36194 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36195
36196         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
36197         (gst_divxdec_negotiate):
36198           Fix for new capsnego - also fixes gst-player with divxdec.
36199
36200 2004-01-25  Julien MOUTTE  <julien@moutte.net>
36201
36202         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
36203         (gst_play_identity_handoff), (gst_play_set_location),
36204         (gst_play_set_visualization), (gst_play_connect_visualization): Another
36205         try in visualization implementation. Still have an issue with switch
36206         blocking when pulling from video_queue and only audio comes out of
36207         spider.
36208         * gst/switch/gstswitch.c: (gst_switch_release_pad),
36209         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
36210         release method. And check if the pad is usable before pulling.
36211
36212 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36213
36214         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
36215         (gst_videobalance_init),
36216         (gst_videobalance_colorbalance_list_channels),
36217         (gst_videobalance_colorbalance_set_value),
36218         (gst_videobalance_colorbalance_get_value),
36219         (gst_videobalance_update_properties),
36220         (gst_videobalance_update_tables_planar411),
36221         (gst_videobalance_planar411):
36222         * gst/videofilter/gstvideobalance.h:
36223           Implement lookup-tables. +/- 10x faster.
36224
36225 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36226
36227         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
36228         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
36229           The index reading was broken. The rest worked fine, but the whole
36230           goal of my rewrite was to make avidemux readable, and this was
36231           not at all readable. Please use typed variables.
36232
36233 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36234
36235         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36236           Additional pad usability check.
36237         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36238         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
36239         (gst_mp1videoparse_real_chain):
36240           Fix MPEG video stream parsing. The original plugin had several
36241           issues, including not timestamping streams where the source was
36242           not timestamped (this happens with PTS values in mpeg system
36243           streams, but MPEG video is also a valid stream on its own so
36244           that needs timestamps too). We use the display time code for that
36245           for now. Also, if one incoming buffer contains multiple valid
36246           frames, we push them all on correctly now, including proper EOS
36247           handling. Lastly, several potential segfaults were fixed, and we
36248           properly sync on new sequence/gop headers to include them in next,
36249           not previous frames (since they're header for the next frame, not
36250           the previous). Also see #119206.
36251         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
36252         (bpf_from_header):
36253           Move caps setting so we only do it after finding several valid
36254           MPEG-1 fraes sequentially, not right after the first one (which
36255           might be coincidental).
36256         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
36257         (mpeg_video_type_find), (mpeg_video_stream_type_find),
36258         (plugin_init):
36259           Add unsynced MPEG video stream typefinding, and change some
36260           probability values so we detect streams rightly. The idea is as
36261           follows: I can have an unsynced system stream which contains
36262           video. In the current code, I would randomly get a type for either
36263           system or video stream type found, because the probabilities are
36264           being calculated rather randomly. I now use fixed values, so we
36265           always prefer system stream if that was found (and that is how it
36266           should be). If no system stream was found, we can still identity                the stream as video-only.
36267
36268 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36269
36270         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
36271         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
36272           don't write to buffer. Extract data without the need of
36273           __attribute__ ((packed))
36274
36275 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36276
36277         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
36278         (mpeg1_sys_type_find):
36279           Fix MPEG-1 stream typefinding.
36280
36281 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36282
36283         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
36284           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
36285
36286 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
36287
36288         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
36289         * ext/esd/gstesd.c: (plugin_init):
36290           private debugging, better error reporting
36291
36292 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36293
36294         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
36295         (gst_riff_read_init), (gst_riff_read_change_state):
36296         * gst-libs/gst/riff/riff-read.h:
36297           Remove stuff fromold metadata system.
36298
36299 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36300
36301         * ext/ogg/gstoggdemux.c:
36302           Fix wrong file comment.
36303         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36304         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
36305           Add metadata reading properly.
36306
36307 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
36308
36309         * ext/Makefile.am:
36310           Fix nas DIST_SUBDIRS
36311           Uraeus:
36312           Fix bug where make distcheck doesn't get run on adding stuff to
36313           the build.
36314
36315 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36316
36317         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
36318         * ext/divx/gstdivxdec.h:
36319           Fix divx3 ("msmpeg4") playback using divxdec.
36320
36321 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36322
36323         * gst/typefind/gsttypefindfunctions.c:
36324         (mp3_type_frame_length_from_header): fix bug in length computation
36325         (mp3_type_find): improve debugging output
36326
36327 2004-01-23  Julien MOUTTE  <julien@moutte.net>
36328
36329         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
36330         (gst_play_set_location), (gst_play_seek_to_time),
36331         (gst_play_set_audio_sink), (gst_play_set_visualization),
36332         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
36333         the pipeline from scratch. Visualization is back and switch went out as
36334         i realized it was not possible to use the way i wanted.
36335         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
36336         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
36337         clearing in state change from READY to NULL. So that one can clean the
36338         X ressources keeping the element.
36339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36340         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
36341         (gst_xvimagesink_colorbalance_set_value),
36342         (gst_xvimagesink_colorbalance_get_value),
36343         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
36344         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
36345         change from READY to NULL and fixed some stupid bugs in colorbalance
36346         get/set values. Also added the following feature : when nobody tries to
36347         set some values to the colorbalance levels before the xcontext is
36348         grabbed, then when creating channels list from Xv attributes we set the
36349         internal values to the Xv defaults. This way we handle buggy Xv drivers
36350         that set default hue values far from the middle of the range (Thanks
36351         to Jon Trowbridge for pointing that issue).
36352         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
36353         colorbalance levels have been set before xcontext is grabbed.
36354
36355 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36356
36357         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36358           Fix the ossmixer case where we shouldn't open /dev/dsp* because
36359           it might block operations (which is bad for a mixer).
36360
36361 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
36362
36363         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
36364         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
36365         (gmip_find_type_pre):
36366         * gst-libs/gst/media-info/media-info-priv.h:
36367         * gst-libs/gst/media-info/media-info.c:
36368         (gst_media_info_instance_init), (gst_media_info_read_idler):
36369         add fakesink to get caps on decoder src pad again
36370         fix callback prototype to match new have_type signal signature
36371
36372 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
36373
36374         * gst/adder/gstadder.c: (gst_adder_link):
36375           fix non-compile and cut-n-paste code
36376
36377 2004-01-21  David Schleef  <ds@schleef.org>
36378
36379         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
36380         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
36381         (gst_swfdec_init), (gst_swfdec_change_state):
36382         * ext/swfdec/gstswfdec.h:
36383         Fix negotiation.
36384         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
36385         (gst_adder_request_new_pad): Fix negotiation.
36386         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
36387         Add a fixate function.
36388         * gst/intfloat/gstfloat2int.c:
36389         * gst/intfloat/gstfloat2int.h:
36390         * gst/intfloat/gstint2float.c:
36391         * gst/intfloat/gstint2float.h:
36392         Completely rewrite the negotiation.  Doesn't quite work yet,
36393         due to some buffer-frames problem.
36394
36395 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
36396
36397         * ext/gnomevfs/gstgnomevfssrc.c:
36398         * sys/v4l2/v4l2_calls.h:
36399           fix includes for distcheck
36400
36401 2004-01-21  Christian Schaller <uraeus@gnome.org>
36402
36403         * ext/nas/
36404         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
36405         based on earlier patch from Laurent Vivier
36406
36407 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
36408
36409         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
36410         Fix wma caps property
36411         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
36412         Fix typo (flags1 and flags2)
36413
36414 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36415
36416         * gst-libs/gst/media-info/media-info-priv.c:
36417         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
36418         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
36419         (gmip_find_stream), (gmip_find_track_metadata),
36420         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
36421         (gmip_find_track_format):
36422         * gst-libs/gst/media-info/media-info-priv.h:
36423         * gst-libs/gst/media-info/media-info-test.c: (main):
36424         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
36425         (gst_media_info_read_idler), (gst_media_info_read):
36426         * gst-libs/gst/media-info/media-info.h:
36427           register debugging category and use it for debugging
36428
36429 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36430
36431         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
36432         (gst_vorbisfile_new_link):
36433           signal streaminfo through tags
36434
36435 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36436
36437         * ext/mplex/gstmplex.cc:
36438         * ext/mplex/gstmplexibitstream.cc:
36439           g++ doesn't like NULL in our i18n/error macros, should be
36440           either (NULL) or ("").
36441
36442 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36443
36444         * sys/dxr3/dxr3audiosink.c:
36445         * sys/dxr3/dxr3init.c:
36446         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
36447         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
36448           Fix more error error error errors (missing includes here).
36449
36450 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36451
36452         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
36453           fix thomas' error errors.
36454
36455 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36456
36457         * ext/mpeg2enc/gstmpeg2enc.cc:
36458           fix error errors.
36459
36460 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36461
36462         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
36463         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
36464           Fix for new error system.
36465
36466 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36467
36468         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
36469           fix for new error reporting
36470
36471 2004-01-20  David Schleef  <ds@schleef.org>
36472
36473         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
36474         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
36475         (gst_ximagesink_set_xwindow_id): Change to using a framerate
36476         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
36477         and neither is 100+, most likely.
36478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36479         (gst_xvimagesink_getcaps): same
36480
36481 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36482
36483         * configure.ac:
36484           Up version requirement to 2.0.3 (not yet released) to avoid symbol
36485           clashes with ffmpeg.
36486
36487 2004-01-20  Julien MOUTTE  <julien@moutte.net>
36488
36489         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
36490         (gst_switch_init): Fixed switch element : proxying link and setting
36491         caps from src to sink on request.
36492
36493 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36494
36495         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
36496         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
36497         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
36498         fix element_error
36499
36500 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36501
36502         * sys/v4l/v4l_calls.h:
36503         * sys/v4l2/v4l2_calls.h:
36504           element_error fixes
36505
36506 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36507
36508         * gst-libs/gst/gst-i18n-plugin.h:
36509           add locale.h
36510           remove config.h inclusion
36511
36512 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36513
36514         * autogen.sh:
36515           adding autopoint invocation
36516         * Makefile.am:
36517         * configure.ac:
36518         * gst-libs/gst/gettext.h:
36519           adding gettext bits
36520         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
36521         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
36522         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
36523         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
36524         (gst_gnomevfssink_close_file):
36525         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
36526         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
36527         * gst-libs/gst/gst-i18n-plugin.h:
36528         * gst/avi/gstavi.c: (plugin_init):
36529         * sys/dxr3/dxr3init.c: (plugin_init):
36530         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
36531         * sys/oss/gstossaudio.c: (plugin_init):
36532         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
36533         * sys/v4l/gstv4l.c: (plugin_init):
36534         * sys/v4l/v4l_calls.c: (gst_v4l_open):
36535         * sys/v4l2/gstv4l2.c: (plugin_init):
36536         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
36537         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
36538         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
36539         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
36540         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
36541         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
36542           make sure locale and translation domain are set
36543           fix translated strings
36544         * po/.cvsignore:
36545         * po/LINGUAS:
36546         * po/Makevars:
36547         * po/POTFILES.in:
36548         * po/nl.po:
36549           put translation files into place
36550         * sys/xvideo/imagetest.c: (main):
36551         * ext/dv/demo-play.c: (main):
36552           fix unnecessary translations
36553
36554 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
36555
36556         * ext/sndfile/gstsf.c:
36557         * gst/avi/gstavimux.c:
36558         * ext/audiofile/gstafsink.c:
36559         * ext/audiofile/gstafsrc.c:
36560         * ext/gnomevfs/gstgnomevfssink.c:
36561         * ext/gnomevfs/gstgnomevfssrc.c:
36562         * sys/oss/gstosselement.c:
36563         * sys/v4l/v4l_calls.h:
36564           fix i18n include
36565
36566 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36567
36568         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
36569         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
36570         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
36571         (gst_v4l2_get_output), (gst_v4l2_set_output),
36572         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
36573         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
36574         (gst_v4l2_set_attribute):
36575         update to new error handling
36576
36577 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36578
36579         * ext/sidplay/gstsiddec.cc:
36580         * gst/modplug/gstmodplug.cc:
36581           parenthese NULL because C++ seems angry about it
36582
36583 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36584
36585         * gst-libs/gst/gst-i18n-plugin.h:
36586           add skeleton i18n stuff, but needs to be further implemented
36587
36588 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36589
36590         * examples/gstplay/player.c: (main):
36591         * ext/aalib/gstaasink.c: (gst_aasink_open):
36592         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
36593         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
36594         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
36595         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
36596         (gst_afsink_close_file):
36597         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
36598         (gst_afsrc_close_file):
36599         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
36600         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
36601         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
36602         * ext/esd/esdmon.c: (gst_esdmon_get):
36603         * ext/esd/esdsink.c: (gst_esdsink_chain):
36604         * ext/faac/gstfaac.c: (gst_faac_chain):
36605         * ext/faad/gstfaad.c: (gst_faad_chain):
36606         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
36607         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
36608         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
36609         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
36610         (gst_flacdec_loop):
36611         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
36612         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36613         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
36614         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
36615         (gst_gnomevfssink_close_file):
36616         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
36617         (gst_gnomevfssrc_open_file):
36618         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
36619         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
36620         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
36621         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36622         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
36623         * ext/mad/gstmad.c: (gst_mad_chain):
36624         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36625         * ext/mpeg2dec/gstmpeg2dec.c:
36626         * ext/mpeg2enc/gstmpeg2enc.cc:
36627         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
36628         * ext/mplex/gstmplex.cc:
36629         * ext/mplex/gstmplexibitstream.cc:
36630         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
36631         (gst_ogg_demux_push), (gst_ogg_pad_push):
36632         * ext/raw1394/gstdv1394src.c:
36633         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
36634         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
36635         * ext/sidplay/gstsiddec.cc:
36636         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
36637         (gst_sf_loop):
36638         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
36639         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
36640         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
36641         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
36642         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
36643         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
36644         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
36645         * gst-libs/gst/Makefile.am:
36646         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
36647         (gst_riff_read_element_data), (gst_riff_read_seek),
36648         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
36649         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
36650         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
36651         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
36652         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
36653         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
36654         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
36655         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
36656         * gst/goom/gstgoom.c: (gst_goom_chain):
36657         * gst/id3/gstid3types.c: (gst_id3types_loop):
36658         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
36659         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
36660         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
36661         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
36662         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
36663         (gst_ebml_read_float), (gst_ebml_read_header):
36664         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
36665         (gst_matroska_demux_parse_blockgroup):
36666         * gst/modplug/gstmodplug.cc:
36667         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
36668         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
36669         * gst/oneton/gstoneton.c: (gst_oneton_chain):
36670         * gst/silence/gstsilence.c: (gst_silence_get):
36671         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36672         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
36673         * gst/speed/gstspeed.c: (speed_loop):
36674         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
36675         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
36676         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
36677         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
36678         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36679         (gst_wavparse_loop):
36680         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
36681         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
36682         (dxr3audiosink_close):
36683         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
36684         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
36685         (dxr3videosink_close), (dxr3videosink_write_data):
36686         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
36687         * sys/oss/gstosselement.h:
36688         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
36689         (gst_osssink_chain):
36690         * sys/oss/gstosssrc.c: (gst_osssrc_get):
36691         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
36692         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
36693         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
36694         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
36695         (gst_v4l_enable_overlay):
36696         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
36697         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
36698         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
36699         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
36700         (gst_v4l_set_audio):
36701         * sys/v4l/v4l_calls.h:
36702         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
36703         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
36704         (gst_v4lmjpegsink_playback_init),
36705         (gst_v4lmjpegsink_playback_start):
36706         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
36707         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
36708         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
36709         (gst_v4lmjpegsrc_requeue_frame):
36710         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
36711         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
36712         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
36713         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
36714         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
36715         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
36716         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
36717         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
36718         (gst_v4l2src_capture_stop):
36719         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
36720         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
36721         (gst_ximagesink_chain):
36722         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
36723         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
36724         (gst_xvideosink_xwindow_new):
36725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36726         (gst_xvimagesink_chain):
36727         use new error signal, function and categories
36728
36729 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
36730
36731         * configure.ac:
36732         * ext/Makefile.am:
36733         * ext/musicbrainz/gsttrm.c:
36734         * ext/musicbrainz/gsttrm.h:
36735         * ext/musicbrainz/Makefile.am:
36736         Add a trm plugin
36737
36738 2004-01-18  Julien MOUTTE  <julien@moutte.net>
36739
36740         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
36741         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
36742         synchronous property for debugging.
36743         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
36744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36745         (gst_xvimagesink_set_property): Moving a pointer declaration to a
36746         smaller block, fixing indent.
36747
36748 2004-01-16  David Schleef  <ds@schleef.org>
36749
36750         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
36751         property affects the video stream.
36752         * sys/xvimage/xvimagesink.c:
36753         * sys/xvimage/xvimagesink.h:
36754         Add synchronous property for debugging.  Should probably be
36755         disabled in non-CVS builds.  Make sure that the Xv attribute
36756         exists before we set it (crash!).  Fix a silly float bug that
36757         caused colorbalance to just not work.
36758
36759 2004-01-17  Christian Schaller <Uraeus@gnome.org>
36760
36761         * tools/gst-launch-ext.in - update for new plugins
36762
36763 2004-01-16  David Schleef  <ds@schleef.org>
36764
36765         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
36766         already-freed caps.
36767
36768 2994-01-16  Christian Schaller <Uraeus@gnome.org>
36769
36770         * Update spec for new colorspace plugin and libcaca plugin
36771         * Fix compilation of libcaca plugin (clock -> id)
36772
36773 2004-01-16  Julien MOUTTE <julien@moutte.net>
36774
36775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
36776         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36777         (gst_xvimagesink_set_xwindow_id),
36778         (gst_xvimagesink_colorbalance_set_value),
36779         (gst_xvimagesink_colorbalance_get_value),
36780         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
36781         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
36782         correct colorbalance properties. They can now be set when the element
36783         is still in NULL state. The values will be committed to the Xv Port
36784         when xcontext is initialized.
36785         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
36786         brightness int values in the GstXvImagesink structure.
36787
36788 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36789
36790         * gst-libs/gst/Makefile.am:
36791           restructure so having local patches works easier.
36792
36793 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36794
36795         * ext/mpeg2enc/Makefile.am:
36796         * ext/mpeg2enc/gstmpeg2enc.cc:
36797         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
36798           Bugfix with respect to EOS handling.
36799
36800 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36801
36802         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
36803           Link with right caps (else, it segfaults).
36804         * ext/mplex/gstmplexjob.cc:
36805           Fix for slight API change in 1.6.1.93 release of mjpegtools.
36806
36807 2004-01-15  David Schleef  <ds@schleef.org>
36808
36809         * gst-libs/gst/audio/Makefile.am:
36810         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
36811         from the template.
36812         * gst-libs/gst/audio/gstaudiofilter.c:
36813         * gst-libs/gst/audio/gstaudiofilter.h:
36814         Add bytes_per_sample and size and n_samples calculation.
36815         * gst-libs/gst/audio/gstaudiofilterexample.c:
36816         Remove, now autogenerated.
36817         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
36818         Moved from gstaudiofilterexample, object name changed, code added
36819         so that it actually works.
36820         * gst-libs/gst/audio/make_filter:
36821         Script to build an audiofilter subclass from the template.
36822         * gst/colorspace/Makefile.am:
36823         * gst/colorspace/yuv2yuv.c:
36824         Remove file, since it's GPL, and we don't use it.
36825
36826 2004-01-15  Julien MOUTTE  <julien@moutte.net>
36827
36828         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
36829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
36830         them use the buffer free function to test how the buffer was allocated.
36831
36832 2004-01-15  David Schleef  <ds@schleef.org>
36833
36834         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
36835         that handles osssink fallback.
36836         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
36837         (gst_audio_convert_getcaps):
36838         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36839         Add audio/x-qdm2 for QDM2 audio.
36840         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36841         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
36842         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
36843         Decrease minimum size to 16x16.
36844         * gst/wavparse/gstwavparse.c:
36845         Convert disabled pad template caps to new caps.
36846         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
36847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36848         (gst_xvimagesink_chain): Throw element error when display cannot
36849         be opened.  Increase minimum framerate to 1.0.  Check the data
36850         free function on a buffer to make sure it is the type we expect
36851         before manipulating it.
36852
36853 2004-01-15  Julien MOUTTE <julien@moutte.net>
36854
36855         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
36856         (gst_videobalance_colorbalance_set_value): Implement passthru if
36857         settings are in the middle.
36858         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
36859
36860 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36861
36862         * gst/videofilter/Makefile.am:
36863         * gst/volume/Makefile.am:
36864           Since we use videofilter symbols, link to it.
36865
36866 2004-01-15  Julien MOUTTE <julien@moutte.net>
36867
36868         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
36869         mixer interface type to HARDWARE.
36870         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
36871         type to SOFTWARE.
36872         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
36873         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
36874         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
36875         (gst_volume_interface_init), (gst_volume_list_tracks),
36876         (gst_volume_set_volume), (gst_volume_get_volume),
36877         (gst_volume_set_mute), (gst_volume_mixer_init),
36878         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
36879         (volume_init): Implementing mixer interface.
36880         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
36881         * sys/oss/gstosselement.c: (gst_osselement_get_type),
36882         (gst_osselement_change_state): Removing some trailing commas in
36883         structures.
36884         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
36885         interface type to HARDWARE.
36886         * sys/v4l/gstv4lcolorbalance.c:
36887         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
36888         type to HARDWARE.
36889         * sys/v4l2/gstv4l2colorbalance.c:
36890         (gst_v4l2_color_balance_interface_init): Setting colorbalance
36891         interface type to HARDWARE.
36892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
36893         same code than ximagesink for event handling.
36894
36895 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36896
36897         * ext/snapshot/Makefile.am:
36898         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
36899         (gst_snapshot_chain):
36900         * ext/snapshot/gstsnapshot.h:
36901           This has to be a joke... Snapshot should be connected to a tee,
36902           colorspace element before it and EOS after that, where the other
36903           src of the tee receives normal data.
36904           The current way is *wrong*.
36905
36906 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36907
36908         * ext/hermes/gsthermescolorspace.c:
36909           Fix another compile error. Same as below.
36910
36911 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36912
36913         * gst/colorspace/gstcolorspace.c:
36914         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
36915         (gst_colorspace_i420_to_yv12):
36916           Fix compiling... Didn't test if it actually works.
36917
36918 2004-01-15  David Schleef  <ds@schleef.org>
36919
36920         * configure.ac:
36921         * gst/colorspace/Makefile.am:
36922         * gst/colorspace/gstcolorspace.c:
36923         * gst/colorspace/gstcolorspace.h:
36924         * gst/colorspace/yuv2rgb.c:
36925         * gst/colorspace/yuv2rgb.h:
36926         Duplicate the ext/hermes colorspace plugin, and remove Hermes
36927         code and GPL code.  Fix for new caps negotiation.  Rewrite
36928         much of the format handling code, and some of the conversion
36929         code.  Basically, rewrote almost everything.  This element
36930         handles I420, YV12 to RGB conversions.
36931         * ext/hermes/Makefile.am:
36932         * ext/hermes/gsthermescolorspace.c:
36933         Rename colorspace to hermescolorspace.  Fix negotiation issues.
36934         Remove non-Hermes related code.  This element handles lots of
36935         RGB to RGB conversions, but no YUV.
36936         * ext/hermes/gstcolorspace.c:
36937         * ext/hermes/gstcolorspace.h:
36938         * ext/hermes/rgb2yuv.c:
36939         * ext/hermes/yuv2rgb.c:
36940         * ext/hermes/yuv2rgb.h:
36941         * ext/hermes/yuv2rgb_mmx16.s:
36942         * ext/hermes/yuv2yuv.c:
36943         * ext/hermes/yuv2yuv.h:
36944         Remove old code.
36945
36946 2004-01-14  Colin Walters  <walters@verbum.org>
36947
36948         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
36949         they've already been.
36950
36951 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36952
36953         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
36954           assume tag mode when pad is not connected
36955
36956 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36957
36958         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
36959           Don't update the time of the clock
36960         (gst_alsa_sink_loop):
36961           sync to the clock given to alsasink, not the own clock
36962         * sys/oss/gstosssink.c: (gst_osssink_chain):
36963           sync to the clock
36964         (gst_osssink_change_state):
36965           activate the clock
36966         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
36967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
36968           remove bogus code that made DISCONT events unhandled
36969         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36970           explicitly case to double in _set_simple. (fixes 2nd warning in bug
36971           #131502)
36972         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
36973         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
36974         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
36975           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
36976           2nd warning in bug #131502)
36977
36978 2004-01-14  Julien MOUTTE  <julien@moutte.net>
36979
36980         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
36981         (gst_videobalance_colorbalance_set_value),
36982         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
36983         for colorbalance interface implementation.
36984         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
36985         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
36986         (gst_ximagesink_dispose), (gst_ximagesink_init),
36987         (gst_ximagesink_class_init): Adding DISPLAY property.
36988         * sys/ximage/ximagesink.h: Adding display_name to store display.
36989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36990         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
36991         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
36992         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
36993         properties (they still need polishing though for gst-launch use : no
36994         xcontext yet, i ll do that tomorrow).
36995         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
36996
36997 2004-01-14  Julien MOUTTE  <julien@moutte.net>
36998
36999         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
37000         (gst_play_set_location), (gst_play_set_visualization): Preparing
37001         switch integration, adding videobalance in the pipeline.
37002
37003 2004-01-14  Julien MOUTTE <julien@moutte.net>
37004
37005         * gst-libs/gst/colorbalance/colorbalance.c:
37006         (gst_color_balance_class_init): Adding a default type.
37007         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
37008         the type.
37009         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
37010         (gst_videobalance_dispose), (gst_videobalance_class_init),
37011         (gst_videobalance_init), (gst_videobalance_interface_supported),
37012         (gst_videobalance_interface_init),
37013         (gst_videobalance_colorbalance_list_channels),
37014         (gst_videobalance_colorbalance_set_value),
37015         (gst_videobalance_colorbalance_get_value),
37016         (gst_videobalance_colorbalance_init): Implementing colorbalance
37017         interface.
37018         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
37019         list.
37020         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
37021         bug which was triggering a BadAccess X error when setting an overlay
37022         before pad was really negotiated.
37023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
37024         Using the colorbalance type macro.
37025
37026 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37027
37028         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
37029         (gst_flacenc_chain):
37030           handle tags correctly
37031         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
37032           extract ID3v1 tags correctly
37033
37034 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37035
37036         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
37037         (plugin_init):
37038           Improve matroska typefinding for odd-typed headers...
37039
37040 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37041
37042         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
37043           Fix for using incremental number on padnames.
37044
37045 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37046
37047         * ext/divx/gstdivxdec.c:
37048         * ext/divx/gstdivxenc.c:
37049           Set category to divx4linux instead of divx (too generic).
37050         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
37051         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
37052         (gst_wavparse_loop), (gst_wavparse_change_state):
37053         * gst/wavparse/gstwavparse.h:
37054           fix parsing of WAV files with non-standard fmt-tag size and fix
37055           skipping of unrecognized chunks... Someone please fix this thing
37056           to use rifflib so all this is automated.
37057         * sys/v4l/Makefile.am:
37058         * sys/v4l2/Makefile.am:
37059           Add X_CFLAGS because we depend on X (for overlay).
37060
37061 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
37062
37063         * ext/mpeg2dec/gstmpeg2dec.c:
37064           Don't issue a timestamp unless we tagged the frame
37065           with a PTS.
37066
37067 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37068
37069         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
37070           Query the audio element to get the time, not the clock. We're
37071           interested in the element's time here.
37072
37073 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37074
37075         * ext/aalib/gstaasink.c: (gst_aasink_chain):
37076         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
37077         * ext/esd/esdsink.c: (gst_esdsink_chain):
37078         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
37079         * ext/mas/massink.c: (gst_massink_chain):
37080         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
37081         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
37082         (gst_matroska_demux_parse_metadata):
37083         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
37084         (gst_mpeg_parse_release_locks):
37085         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
37086         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
37087         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
37088         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37089         (gst_osssink_change_state):
37090         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
37091         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
37092         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
37093         (gst_xvideosink_release_locks):
37094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
37095           use element time.
37096         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
37097         (gst_alsa_clock_stop):
37098         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
37099         (gst_audio_clock_get_internal_time):
37100           simplify for use with new clocking code.
37101         * testsuite/alsa/Makefile.am:
37102         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
37103           fix testsuite for new caps system
37104
37105 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37106
37107         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
37108         * ext/flac/gstflacenc.c: (add_one_tag):
37109           length is already host endian, no need to convert. Fixes playback of
37110           tagged files on PPC. (bug #128384)
37111
37112 2004-01-13  Julien MOUTTE <julien@moutte.net>
37113
37114         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
37115         colorbalance interface stating if it is hardware based or software
37116         based.
37117         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
37118         Removing a trailing comma.
37119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
37120         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
37121         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
37122         the documentation seems to be wrong on the -1000 to 1000 interval.
37123
37124 2004-01-12  David Schleef  <ds@schleef.org>
37125
37126         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
37127         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
37128         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
37129         Fix negotiation.  Add a bufferalloc function for the sink pad,
37130         and generally clean up some of the code.
37131
37132 2004-01-12  Julien MOUTTE <julien@moutte.net>
37133
37134         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37135         (gst_color_balance_channel_dispose): Adding safety check in dispose
37136         method.
37137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
37138         (gst_xvimagesink_xcontext_clear),
37139         (gst_xvimagesink_interface_supported),
37140         (gst_xvimagesink_colorbalance_list_channels),
37141         (gst_xvimagesink_colorbalance_set_value),
37142         (gst_xvimagesink_colorbalance_get_value),
37143         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
37144         Adding colorbalance interface support to set XV parameters such as
37145         HUE, BRIGHTNESS, CONTRAST, SATURATION.
37146         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
37147         interface.
37148
37149 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37150
37151         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
37152         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
37153         (gst_audio_convert_init), (gst_audio_convert_set_property),
37154         (gst_audio_convert_get_property), (gst_audio_convert_chain),
37155         (gst_audio_convert_link),
37156         (gst_audio_convert_buffer_to_default_format),
37157         (gst_audio_convert_buffer_from_default_format), (plugin_init):
37158           - implement _getcaps and use it
37159           - improve linking
37160           - remove float caps since no float conversion is actually done
37161           - remove properties and arguments that were to be used for rate
37162             conversion
37163
37164 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37165
37166         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
37167         (gst_audio_structure_set_int):
37168         * gst-libs/gst/audio/audio.h:
37169           add helper functions for _getcaps matching the standard audio
37170           templates
37171
37172 2004-01-12  David Schleef  <ds@schleef.org>
37173
37174         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37175         Test that pad is negotiated before getting its caps.
37176
37177 2004-01-12  Julien MOUTTE <julien@moutte.net>
37178
37179         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
37180         analyzing the pads of an element the bin is mostly in READY state so
37181         no caps were negotiated. This helper function needs to work with
37182         _get_caps directly then. I was not freeing them though, added that to
37183         fix the mem leak.
37184
37185 2004-01-12  Julien MOUTTE <julien@moutte.net>
37186
37187         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
37188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
37189         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
37190         than the free_func.
37191
37192 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37193
37194         * sys/oss/gstossaudio.c: (plugin_init):
37195         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37196         * sys/oss/gstosselement.h:
37197           make an oss debugging category
37198           make failure more descriptive
37199
37200 2004-01-11  David Schleef  <ds@schleef.org>
37201
37202         * ext/ffmpeg/gstffmpeg.c:
37203         * ext/ffmpeg/gstffmpegcodecmap.c:
37204         * ext/ffmpeg/gstffmpegdec.c:
37205         * ext/ffmpeg/gstffmpegenc.c:
37206         * ext/ffmpeg/gstffmpegprotocol.c:
37207         * ext/gdk_pixbuf/gstgdkanimation.c:
37208         * ext/jpeg/gstjpeg.c:
37209         * ext/libpng/gstpng.c:
37210         * ext/mpeg2dec/perftest.c:
37211         * ext/speex/gstspeex.c:
37212         * gst-libs/gst/resample/dtos.c:
37213         * gst/intfloat/gstintfloatconvert.c:
37214         * gst/oneton/gstoneton.c:
37215         * gst/rtjpeg/RTjpeg.c:
37216         * gst/rtp/gstrtp.c:
37217         * sys/dxr3/dxr3init.c:
37218         * sys/glsink/gstgl_nvimage.c:
37219         * sys/glsink/gstgl_pdrimage.c:
37220         * sys/glsink/gstglsink.c:
37221         * testsuite/gst-lint:
37222         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
37223
37224 2004-01-11  David Schleef  <ds@schleef.org>
37225
37226         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
37227         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
37228         * ext/gdk_pixbuf/gstgdkanimation.c:
37229         (gst_gdk_animation_iter_create_pixbuf):
37230         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
37231         (gst_gdk_pixbuf_chain):
37232         * ext/gdk_pixbuf/gstgdkpixbuf.h:
37233         * ext/jack/gstjack.c: (gst_jack_change_state):
37234         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
37235         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
37236         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
37237         * gst/videofilter/gstvideofilter.c:
37238         (gst_videofilter_set_output_size):
37239         Remove all usage of gst_pad_get_caps(), and replace it with
37240         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
37241
37242 2004-01-11  David Schleef  <ds@schleef.org>
37243
37244         * configure.ac:
37245         * ext/Makefile.am: Fixes to make ext/libcaca compile.
37246         * ext/divx/gstdivxdec.c:
37247         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
37248         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
37249         handle images that span multiple buffers.  Now work with both
37250         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
37251         * ext/gdk_pixbuf/gstgdkpixbuf.h:
37252         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
37253         video/video.h changes
37254         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
37255         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
37256         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
37257         of GstData free function.
37258         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
37259         same.
37260
37261 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37262
37263         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
37264         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
37265         (gst_v4l2element_get_property):
37266         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
37267           add norm, channel and frequency properties.
37268         * sys/v4l2/gstv4l2tuner.c:
37269           fixes for tuner interface changes
37270         * sys/v4l2/gstv4l2element.h:
37271         * sys/v4l2/gstv4l2src.c:
37272         * sys/v4l2/gstv4l2src.h:
37273         * sys/v4l2/v4l2src_calls.c:
37274         * sys/v4l2/v4l2src_calls.h:
37275           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
37276
37277 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37278
37279         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
37280         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
37281         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
37282         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
37283         * gst-libs/gst/tuner/tuner.h:
37284           GObjects aren't const.
37285           Add find_by_name functions.
37286           Add checks to _changed functions.
37287         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
37288         (gst_v4l_tuner_get_norm):
37289           Fixes for above.
37290
37291 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37292
37293         * gst-libs/gst/video/video.h:
37294           Fix caps template names to be understandable.
37295           Prefix everything with GST_VIDEO.
37296         * ext/aalib/gstaasink.c:
37297         * ext/divx/gstdivxdec.c:
37298         * ext/divx/gstdivxenc.c:
37299         * ext/gdk_pixbuf/gstgdkpixbuf.c:
37300         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
37301         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
37302         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
37303         * ext/libcaca/gstcacasink.c:
37304         * ext/libpng/gstpngenc.c: (raw_caps_factory):
37305         * ext/snapshot/gstsnapshot.c:
37306         * ext/swfdec/gstswfdec.c:
37307         * ext/xvid/gstxviddec.c:
37308         * ext/xvid/gstxvidenc.c:
37309         * gst/chart/gstchart.c:
37310         * gst/deinterlace/gstdeinterlace.c:
37311         * gst/effectv/gsteffectv.c:
37312         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
37313         * gst/goom/gstgoom.c:
37314         * gst/median/gstmedian.c:
37315         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
37316         (gst_monoscope_srcconnect), (gst_monoscope_chain):
37317         * gst/overlay/gstoverlay.c:
37318         * gst/smooth/gstsmooth.c:
37319         * gst/smpte/gstsmpte.c:
37320         * gst/synaesthesia/gstsynaesthesia.c:
37321         * gst/videocrop/gstvideocrop.c:
37322         * gst/videodrop/gstvideodrop.c:
37323         * gst/y4m/gsty4mencode.c:
37324         * sys/qcam/gstqcamsrc.c:
37325         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
37326           Make them work with new video.h file.
37327         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
37328         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
37329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
37330         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
37331           Make it work with new buffer allocation system.
37332
37333 2004-01-11  Julien MOUTTE  <julien@moutte.net>
37334
37335         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
37336         pad_alloc_buffer implementation to use ->srcpad
37337         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
37338         pad_alloc_buffer implementation to use ->srcpad
37339         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
37340         pad_alloc_buffer implementation to use ->srcpad
37341         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37342         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
37343         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
37344         a reference to everything we need.
37345         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
37346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37347         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
37348         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
37349         a reference to everything we need.
37350         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
37351
37352 2004-01-11  David Schleef  <ds@schleef.org>
37353
37354         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
37355         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
37356         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
37357         structure members.
37358         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
37359         value during a resize/renegotiation.
37360         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
37361         gst_pad_alloc_buffer();
37362         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
37363         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
37364         structure members.
37365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
37366         Fix for rename of buffer private structure members.
37367         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
37368         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
37369         Fix for rename of buffer private structure members.
37370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
37371         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
37372         Fix for rename of buffer private structure members.
37373
37374 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
37375
37376         reviewed by: David Schleef <ds@schleef.org>
37377
37378         * gst/videofilter/Makefile.am:
37379         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
37380         from the patch by ds to fit in with recent make_filter changes.
37381
37382 2004-01-11  Julien MOUTTE  <julien@moutte.net>
37383
37384         * configure.ac: Adding examples/switch/Makefile
37385         * examples/Makefile.am: Adding examples/switch
37386         * examples/switch/Makefile.am: Adding switcher example.
37387         * examples/switch/switcher.c: (got_eos), (idle_iterate),
37388         (switch_timer), (main): Adding an example demonstrating switch usage
37389         with 2 videotestsrc showing different patterns.
37390         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
37391         (gst_switch_init): Fixing switch with the new caps system.
37392
37393 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37394
37395         * gst-libs/gst/video/video.h:
37396           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
37397           They should probably be like
37398           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
37399
37400 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37401
37402         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
37403         (qtdemux_parse_trak):
37404           fix audio chunk size/timestamp calculation
37405
37406 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37407
37408         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
37409           fix SVQ3 caps
37410
37411 2004-01-11  Steve Baker  <steve@stevebaker.org>
37412
37413         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
37414         (gst_agingtv_base_init), (gst_agingtv_class_init),
37415         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
37416         (gst_agingtv_set_property), (gst_agingtv_get_property):
37417         Port agingTV to videofilter
37418
37419 2004-01-09  Julien MOUTTE <julien@moutte.net>
37420
37421         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
37422         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
37423
37424 2004-01-09  Julien MOUTTE <julien@moutte.net>
37425
37426         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
37427         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
37428         * gst-libs/gst/xoverlay/xoverlay.c:
37429         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
37430         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
37431         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
37432         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
37433         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
37434         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
37435         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
37436         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
37437         the bufferalloc_function to replace bufferpools, fixing the XOverlay
37438         interface implementation to handle xid being 0 and fix some bugs
37439         triggered by Benjamin's testcase.
37440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
37441         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
37442         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
37443         the bufferalloc_function to replace bufferpools, fixing the XOverlay
37444         interface implementation to handle xid being 0 and fix some bugs
37445         triggered by Benjamin's testcase.
37446
37447 2004-01-09  David Schleef  <ds@schleef.org>
37448
37449         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
37450         mouse pointer events.  It works.
37451
37452 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37453
37454         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
37455           Use explicit caps - fix capsnego.
37456         * ext/xvid/gstxviddec.c:
37457         * ext/xvid/gstxvidenc.c:
37458           Remove macro-inside-macro which caused compile errors.
37459         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
37460           Error out if it's not a RIFF file. Else we error out without
37461           gst_element_error() which is not good...
37462
37463 2004-01-08  David Schleef  <ds@schleef.org>
37464
37465         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
37466         Fix pad_link function to handle formats that ffmpeg returns
37467         as multiple caps structures.
37468         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
37469         Only complain if source buffer is _smaller_ than expected.
37470         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
37471         (gst_videoscale_handle_src_event): Resize navigation events
37472         when passing them upstream.
37473         * gst/videotestsrc/gstvideotestsrc.c:
37474         * gst/videotestsrc/gstvideotestsrc.h:
37475         * gst/videotestsrc/videotestsrc.c:
37476         * gst/videotestsrc/videotestsrc.h:
37477         Rewrite many of the buffer painting functions to handle odd
37478         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
37479         been verified to work with my video card.
37480         * testsuite/gst-lint:  Add check for elements calling
37481         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
37482
37483 2004-01-08  David Schleef  <ds@schleef.org>
37484
37485         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37486         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
37487
37488 2004-01-08  Julien MOUTTE  <julien@moutte.net>
37489
37490         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
37491         configure event is not emiting the desired size signal. That fixes
37492         aspect ratio issues with gst-player.
37493
37494 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37495
37496         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
37497           Fix capsnego.
37498
37499 2004-01-08  Julien MOUTTE  <julien@moutte.net>
37500
37501         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
37502         public method to fire size signal.
37503
37504 2004-01-07  Julien MOUTTE  <julien@moutte.net>
37505
37506         * examples/gstplay/Makefile.am: Adding the interface library.
37507         * gst-libs/gst/play/Makefile.am: Adding the interface library.
37508         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
37509         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
37510         GST_IS_X_OVERLAY before signal connect.
37511         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
37512         Removing the have_video_size signal.
37513         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
37514         and associated public method.
37515         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
37516         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
37517         signal.
37518         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
37519         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
37520         signal.
37521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
37522         Using XOverlay public method to fire size signal.
37523
37524 2004-01-07  David Schleef  <ds@schleef.org>
37525
37526         * gst/videofilter/Makefile.am:
37527         * gst/videofilter/gstvideotemplate.c:
37528         * gst/videofilter/make_filter:
37529         Create gstvideoexample.c in a srcdir!=builddir friendly way.
37530         Convert make_filter to /bin/sh script.
37531
37532 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37533
37534         * gst/modplug/gstmodplug.cc: fix element description
37535
37536 2004-01-07  Julien MOUTTE  <julien@moutte.net>
37537
37538         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
37539         (got_video_size): Adding some new lines in g_print calls.
37540         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
37541         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
37542         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
37543         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
37544         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
37545         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
37546         Complete code review, reverting some stuff i disagree with, adding
37547         some fixes : time synchronization on invalid timestamps, renegotiation
37548         of private window.
37549         * sys/ximage/ximagesink.h:
37550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
37551         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
37552         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
37553         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
37554         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37555         (gst_xvimagesink_buffer_new),
37556         (gst_xvimagesink_navigation_send_event),
37557         (gst_xvimagesink_set_xwindow_id),
37558         (gst_xvimagesink_get_desired_size),
37559         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
37560         stuff i disagree with, adding some fixes : Renegotiation of private
37561         window, implementing get_desired_size.
37562
37563 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37564
37565         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
37566         (gst_afsink_handle_event):
37567         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
37568         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
37569         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
37570         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
37571         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
37572           Fix for instantiate-test (see core). Also remove dead code from
37573           jpegenc (which still needs fixing, but that's lower on my TODO
37574           list...).
37575         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
37576           Never return NULL as caps.
37577
37578 2004-01-07  David Schleef  <ds@schleef.org>
37579
37580         * configure.ac:
37581         * ext/Makefile.am:
37582         * ext/librfb/Makefile.am:
37583         * ext/librfb/gstrfbsrc.c:
37584         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
37585         is the protocol used by VNC.
37586
37587 2004-01-07  David Schleef  <ds@schleef.org>
37588
37589         * gst/videofilter/gstvideotemplate.c:
37590         * gst/videofilter/gstvideotemplate.h:
37591         * gst/videofilter/make_filter:
37592         Merge videotemplate header into source file.
37593         * gst/effectv/Makefile.am:
37594         * gst/effectv/gsteffectv.c: (plugin_init):
37595         * gst/effectv/gstwarp.c:
37596         Make warpTV a subclass of videofilter.
37597
37598 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37599
37600         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37601           Add guard against invalid utf-8 conversions in mad. Just in case.
37602
37603 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37604
37605         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
37606           Fix for bug shown by poisoning
37607
37608 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37609
37610         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
37611         (gst_v4lmjpegsrc_buffer_free):
37612         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
37613         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
37614         (gst_v4lsrc_buffer_free):
37615           Fix for removed bufferpools.
37616
37617 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
37618
37619         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
37620         Fix caps negotiation.
37621
37622         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
37623         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
37624         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
37625         (dvdnavsrc_event):
37626         * ext/mpeg2dec/gstmpeg2dec.c:
37627         * gst-libs/gst/navigation/navigation.c:
37628         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
37629         * gst-libs/gst/navigation/navigation.h:
37630         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
37631         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
37632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
37633         Super-simple first version of mouse and keyboard events. Clicking
37634         on a DVD menu now works, although it may not take you where you
37635         expected.
37636
37637         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
37638         * gst/videotestsrc/gstvideotestsrc.c:
37639         (gst_videotestsrc_src_fixate):
37640         These fixate functions were broken - they never actually
37641         fixated :)
37642
37643 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37644
37645         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
37646         (gst_icecastsend_init):
37647           fix for new caps system.
37648         * gst-libs/gst/mixer/mixertrack.h:
37649         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
37650           Add 'master track' flag (for tools like ACME that only want to
37651           change the main volume).
37652
37653 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
37654
37655         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
37656         (gst_xvid_csp_to_caps):
37657         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
37658         * ext/xvid/gstxvidenc.c:
37659         ifdef out ARGB type when it isn't available
37660         in xvidcore 1.0.0beta2
37661
37662 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37663
37664         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
37665           When we have received a new SCR right in the first buffer after
37666           a seek (so in the same cycle that handles the discont), we should
37667           handle the buffer instead of unreffing it, else we lose data.
37668
37669 2004-01-06  Iain <iain@prettypeople.org>
37670
37671         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
37672           buffer-frames caps too.
37673
37674         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
37675           caps that we need, don't destroy them all and rebuild them. And when
37676           creating src pads, use the src pad template rather than the sink...
37677
37678 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37679
37680         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
37681           Add pad to element *after* setting functions such as event handler.
37682           Without this, the scheduler (opt) will link pads, set the event
37683           handler from the default event function (dispatcher in gstpad.c)
37684           and *after* that, we will set our own event function, which will
37685           thus never be used (and thus mpegdemux doesn't handle events).
37686
37687 2004-01-04  David Schleef  <ds@schleef.org>
37688
37689         Fix the fixate functions to handle new prototype:
37690         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
37691         * gst/videotestsrc/gstvideotestsrc.c:
37692         (gst_videotestsrc_src_fixate):
37693         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
37694         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
37695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
37696
37697 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37698
37699         * sys/ximage/ximagesink.h:
37700         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
37701         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
37702         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
37703         (gst_ximagesink_xoverlay_init):
37704           assorted fixes to make (re)embedding work
37705         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
37706         (gst_ximagesink_get_desired_size):
37707           implement desired size additions to XOverlay
37708
37709 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37710
37711         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
37712         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
37713         (gst_x_overlay_got_desired_size):
37714         * gst-libs/gst/xoverlay/xoverlay.h:
37715           Add optional "desired size" signal and querying.
37716
37717 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37718
37719         * gst/matroska/matroska-demux.c:
37720         (gst_matroska_demux_parse_blockgroup):
37721           Fix EBML-laced block parsing. Diffs are relative to previous
37722           lace, not the first lace. Thanks to Mosu from the Matroska
37723           team for detecting this.
37724         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
37725         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
37726         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
37727         (gst_wavparse_change_state):
37728         * gst/wavparse/gstwavparse.h:
37729           Quickfix for capsnego.
37730
37731 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37732
37733         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
37734           Fix indenting, fix pad creation.
37735
37736 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37737
37738         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
37739         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
37740         (gst_xviddec_sink_link):
37741           Implement src_getcaps() so proper size caps is negotiated.
37742
37743 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37744
37745         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
37746           Finish flac decoder on EOS. See #116178.
37747
37748 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37749
37750         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
37751         (gst_matroska_demux_add_stream):
37752         * gst/matroska/matroska-ids.h:
37753           Add getcaps() function to fix capsnego...
37754
37755 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37756
37757         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
37758         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
37759         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
37760           Fix more integer overflows. Again, see #126967.
37761
37762 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37763
37764         * ext/mpeg2dec/gstmpeg2dec.c:
37765           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
37766           #130416.
37767
37768 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37769
37770         * configure.ac:
37771         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
37772         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
37773         * ext/xvid/gstxvid.h:
37774         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
37775         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
37776         (gst_xviddec_src_link), (gst_xviddec_sink_link),
37777         (gst_xviddec_change_state):
37778         * ext/xvid/gstxviddec.h:
37779         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
37780         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
37781         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
37782         (gst_xvidenc_link), (gst_xvidenc_set_property),
37783         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
37784         * ext/xvid/gstxvidenc.h:
37785           Update xvid plugin to latest xvid (1.0.0-beta3) API.
37786
37787 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37788
37789         * gst/rtp/rtp-packet.c:
37790           Add sys/types.h include, since OS X doesn't define in_addr_t
37791           in netinet/in.h, like it does on Linux (see #129600).
37792
37793 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
37794
37795         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
37796
37797         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
37798           Correct logic of dispose function (see #129306).
37799
37800 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37801
37802         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
37803         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
37804         (gst_mpeg_parse_init):
37805         * gst/mpegstream/gstmpegparse.h:
37806           Remove clock (which was never provided, i.e. dead code), and
37807           also fix integer overflows at high PTS values (see #126967).
37808
37809 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37810
37811         * ext/flac/gstflacdec.c:
37812         * ext/libpng/gstpngenc.h:
37813         * ext/mikmod/gstmikmod.h:
37814           OS X fixes (see #126628).
37815
37816 2004-01-02  David Schleef  <ds@schleef.org>
37817
37818         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
37819         (gst_alsa_src_base_init): Remove bogus "src" request pad.
37820         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
37821         (gst_mpeg_parse_class_init): Move pad template registration
37822         to class_init, since the derived class (mpegdemux) doesn't
37823         want them.
37824
37825 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37826
37827         * sys/ximage/Makefile.am:
37828         * sys/xvideo/Makefile.am:
37829         * sys/xvimage/Makefile.am:
37830           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
37831           after installation (see #127664).
37832
37833 2004-01-02  David Schleef  <ds@schleef.org>
37834
37835         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
37836         (gst_ffmpegenc_connect):  Negotiation fixes.
37837         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
37838         Remove inappropriate gst_caps_free().
37839         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
37840         Reenable Ronald's internal resize code, since the core handles
37841         it correctly now.
37842
37843 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37844
37845         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
37846         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
37847         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
37848           Fix pad template stuff.
37849
37850 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37851
37852         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
37853         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
37854           fix signed integer reading/writing.
37855
37856 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37857
37858         * ext/alsa/README:
37859           Remove outdated document
37860
37861 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
37862
37863         * gst/cutter/gstcutter.c: (gst_cutter_init):
37864           src pad was being created twice - oops.
37865
37866 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37867
37868         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
37869           Comment out internal resize. It doesn't handle the resulting
37870           XEvent internally, does another try_set_caps() which leads to
37871           a really nice loop.
37872           Real fix will come when Julien and Dave are awake. ;).
37873
37874 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37875
37876         * ext/mpeg2enc/gstmpeg2enc.cc:
37877           fix const/nonconst compile issue.
37878
37879 2004-01-02  David Schleef  <ds@schleef.org>
37880
37881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
37882         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
37883         Add fixate function and a check for bad formats.
37884
37885 2004-01-01  David Schleef  <ds@schleef.org>
37886
37887         Negotiation fixes:
37888         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
37889         (gst_audiofilter_init):
37890         * gst/debug/efence.c: (gst_efence_init):
37891         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
37892         (gst_deinterlace_init):
37893         * gst/volume/gstvolume.c: (volume_connect):
37894
37895 2004-01-01  David Schleef  <ds@schleef.org>
37896
37897         Convert elements to use gst_pad_use_explicit_caps() where
37898         appropriate:
37899         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
37900         * ext/audiofile/gstafparse.c: (gst_afparse_init),
37901         (gst_afparse_open_file):
37902         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
37903         (gst_afsrc_open_file):
37904         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
37905         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
37906         (gst_ffmpegdec_chain):
37907         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
37908         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
37909         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
37910         (gst_gdk_pixbuf_chain):
37911         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
37912         (gst_jpegdec_chain):
37913         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
37914         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
37915         (gst_mikmod_negotiate):
37916         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
37917         (gst_mpeg2dec_negotiate_format):
37918         * ext/mpeg2enc/gstmpeg2enc.cc:
37919         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37920         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
37921         (gst_speexdec_sinkconnect):
37922         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
37923         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
37924         (gst_vorbisfile_new_link):
37925         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
37926         (gst_ac3parse_chain):
37927         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
37928         (gst_asf_demux_setup_pad):
37929         * gst/auparse/gstauparse.c: (gst_auparse_init),
37930         (gst_auparse_chain):
37931         * gst/id3/gstid3types.c: (gst_id3types_loop):
37932         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
37933         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
37934         (mp1videoparse_parse_seq):
37935         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
37936         (bpf_from_header):
37937         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
37938         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
37939         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
37940         (gst_mpeg_parse_send_data):
37941         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
37942         (gst_qtdemux_add_stream):
37943         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37944         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
37945         (gst_wavparse_parse_fmt):
37946
37947 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37948
37949         * configure.ac:
37950           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
37951           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
37952           it therefore uses the wrong include paths. Too bad... Note
37953           that 1.6.1.93 is not release yet. ;).
37954           Also add a check for mplex, which is now using the lib'ified
37955           mplex from mjpegtools, too.
37956         * ext/ffmpeg/gstffmpegcodecmap.c:
37957           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
37958           issues. I don't think ffmpeg handles 3ivx correctly, so this
37959           probably won't work. But it won't hurt either.
37960         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
37961         (gst_ffmpegdec_chain):
37962         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
37963         (gst_ffmpegenc_chain_audio):
37964           Fix memleak in audio encoding. Close codec if open fails, this
37965           calls the cleanup routines so we can re-use the context.
37966         * ext/mpeg2enc/gstmpeg2enc.cc:
37967           Fix pad template names/types, fix memory issue with getcaps().
37968         * ext/mpeg2enc/gstmpeg2encoder.cc:
37969         * ext/mpeg2enc/gstmpeg2encoder.hh:
37970           Fix compile issue with new caps system (const thingy).
37971         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
37972         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
37973           We read a first frame right on initing, so that we have a caps
37974           when we init the output. This caps is cached in padprivate and
37975           read as first frame.
37976         * ext/mplex/Makefile.am:
37977         * ext/mplex/gstmplex.cc:
37978         * ext/mplex/gstmplex.h:
37979         * ext/mplex/gstmplex.hh:
37980         * ext/mplex/gstmplexibitstream.cc:
37981         * ext/mplex/gstmplexibitstream.hh:
37982         * ext/mplex/gstmplexjob.cc:
37983         * ext/mplex/gstmplexjob.hh:
37984         * ext/mplex/gstmplexoutputstream.cc:
37985         * ext/mplex/gstmplexoutputstream.hh:
37986           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
37987           had issues, didn't do capsnego, supported only a subset of the
37988           mplex features and required a mplex fork in our local CVS. Plus
37989           that it worked agaist a very old mplex version. Rewriting was
37990           faster than updating it.
37991         * gst-libs/ext/Makefile.am:
37992         * gst-libs/ext/mplex/INSTRUCT:
37993         * gst-libs/ext/mplex/Makefile.am:
37994         * gst-libs/ext/mplex/README:
37995         * gst-libs/ext/mplex/TODO:
37996         * gst-libs/ext/mplex/ac3strm_in.cc:
37997         * gst-libs/ext/mplex/audiostrm.hh:
37998         * gst-libs/ext/mplex/audiostrm_out.cc:
37999         * gst-libs/ext/mplex/aunit.hh:
38000         * gst-libs/ext/mplex/bits.cc:
38001         * gst-libs/ext/mplex/bits.hh:
38002         * gst-libs/ext/mplex/buffer.cc:
38003         * gst-libs/ext/mplex/buffer.hh:
38004         * gst-libs/ext/mplex/fastintfns.h:
38005         * gst-libs/ext/mplex/format_codes.h:
38006         * gst-libs/ext/mplex/inputstrm.cc:
38007         * gst-libs/ext/mplex/inputstrm.hh:
38008         * gst-libs/ext/mplex/lpcmstrm_in.cc:
38009         * gst-libs/ext/mplex/mjpeg_logging.cc:
38010         * gst-libs/ext/mplex/mjpeg_logging.h:
38011         * gst-libs/ext/mplex/mjpeg_types.h:
38012         * gst-libs/ext/mplex/mpastrm_in.cc:
38013         * gst-libs/ext/mplex/mpegconsts.cc:
38014         * gst-libs/ext/mplex/mpegconsts.h:
38015         * gst-libs/ext/mplex/mplexconsts.hh:
38016         * gst-libs/ext/mplex/multplex.cc:
38017         * gst-libs/ext/mplex/outputstream.hh:
38018         * gst-libs/ext/mplex/padstrm.cc:
38019         * gst-libs/ext/mplex/padstrm.hh:
38020         * gst-libs/ext/mplex/stillsstream.cc:
38021         * gst-libs/ext/mplex/stillsstream.hh:
38022         * gst-libs/ext/mplex/systems.cc:
38023         * gst-libs/ext/mplex/systems.hh:
38024         * gst-libs/ext/mplex/vector.cc:
38025         * gst-libs/ext/mplex/vector.hh:
38026         * gst-libs/ext/mplex/videostrm.hh:
38027         * gst-libs/ext/mplex/videostrm_in.cc:
38028         * gst-libs/ext/mplex/videostrm_out.cc:
38029         * gst-libs/ext/mplex/yuv4mpeg.cc:
38030         * gst-libs/ext/mplex/yuv4mpeg.h:
38031         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
38032         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
38033           We don't fork mjpegtools' mplex in our CVS anymore.
38034         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
38035         (gst_avi_demux_add_stream):
38036         * gst/avi/gstavidemux.h:
38037           Add getcaps() function for proper caps nego. This makes some
38038           parts of AVI playback/reading work.
38039         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
38040           Resize window on new capsnego. This is probably wrong, but
38041           I'm still committing it because with current capsnego, the
38042           first successfull capsnego is auto-fixated, therefore rounded
38043           down to the lowest values in the caps. this results in a 16x16
38044           XWindow that is not reized when real capsnego finishes.
38045           Dave, I see more cases of this, do you know a proper solution?
38046         * tools/gst-launch-ext.in:
38047           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
38048
38049 2003-12-31  David Schleef  <ds@schleef.org>
38050
38051         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
38052         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
38053           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
38054
38055 2003-12-30  David Schleef  <ds@schleef.org>
38056
38057         * ext/ffmpeg/gstffmpegcolorspace.c:
38058         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
38059         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
38060         (gst_ffmpegcsp_chain): Negotiation fixes
38061         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
38062         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
38063         (gst_audio_convert_link), (gst_audio_convert_channels):
38064         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
38065         (gst_audioscale_link), (gst_audioscale_get_buffer),
38066         (gst_audioscale_chain): Negotiation fixes
38067         * gst/audioscale/gstaudioscale.h:
38068         * gst/videofilter/gstvideofilter.c:
38069         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
38070         (gst_videofilter_link), (gst_videofilter_init),
38071         (gst_videofilter_set_output_size), (gst_videofilter_setup),
38072         (gst_videofilter_find_format_by_structure):
38073         * gst/videofilter/gstvideofilter.h: Negotiation fixes
38074         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38075         (gst_videoscale_link):
38076         * gst/videoscale/videoscale.c: (videoscale_get_structure),
38077         (videoscale_find_by_structure), (gst_videoscale_setup):
38078         * gst/videoscale/videoscale.h: Negotiation fixes
38079         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
38080         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
38081         function, restrict resizing to a multiple of 4 (hack until
38082         everyone supports odd sizes correctly).
38083
38084 2003-12-29  Colin Walters  <walters@verbum.org>
38085
38086         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
38087         signed.
38088
38089 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
38090
38091         * ext/sndfile/gstsf.c: (gst_sf_loop):
38092           Fix warning about discarding const qualifier
38093
38094 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
38095
38096         * gst/cutter/gstcutter.c:
38097         * gst/videoscale/gstvideoscale.c:
38098         * gst/volenv/gstvolenv.c:
38099         * gst-libs/gst/audio/audio.c:
38100         * gst-libs/gst/video/video.c:
38101           Fix warnings
38102
38103 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38104
38105         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
38106           Don't send ALSA debugging to stderr.
38107         * ext/alsa/gstalsa.h:
38108           Use GST_WARNING instead of g_warning when ALSA functions fail.
38109
38110 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38111
38112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38113           Free XVAdapterInfo correctly.
38114
38115 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38116
38117         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
38118         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
38119           Make id3tag use correct caps nego.
38120
38121 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
38122
38123         * ext/ivorbis/vorbis.c:
38124         * ext/ivorbis/vorbisenc.h:
38125         * ext/ivorbis/vorbisfile.c:
38126           Modify so that it uses the new caps things
38127
38128 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38129
38130         * testsuite/spider/spider1.c: (main):
38131         * testsuite/spider/spider2.c: (main):
38132         * testsuite/spider/spider3.c: (main):
38133           Make tests compile again. They probably don't work.
38134
38135 2003-12-24  Colin Walters  <walters@verbum.org>
38136
38137         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
38138         we can't fixate the caps anymore.
38139
38140 2003-12-23  David Schleef  <ds@schleef.org>
38141
38142         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
38143         * sys/oss/gstosssink.c: (gst_osssink_init),
38144         (gst_osssink_sink_fixate): Add fixate function.
38145
38146 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38147
38148         * ext/ffmpeg/gstffmpegcodecmap.c:
38149         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
38150         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
38151         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
38152         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
38153         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
38154         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
38155         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
38156           fix typo in RGB masks, and move back to "old" colorspace
38157           capsnego code until whoever wrote this new crap has actually
38158           tested it so that it works.
38159           And yes, this works, keep it that way please.
38160
38161 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38162
38163         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
38164         (gst_divxdec_init), (gst_divxdec_negotiate):
38165         * ext/divx/gstdivxdec.h:
38166         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
38167         (gst_divxenc_init):
38168         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
38169         (gst_faac_sinkconnect), (gst_faac_srcconnect):
38170         * ext/mpeg2enc/gstmpeg2enc.cc:
38171         * ext/mpeg2enc/gstmpeg2encoder.cc:
38172         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38173         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
38174         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
38175         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
38176         (dxr3spusink_init):
38177         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
38178         (dxr3videosink_init):
38179           Fix caps breakage after Dave's caps branch merge.
38180
38181 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38182
38183         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
38184           Fix for 24bpp display.
38185
38186 2003-12-23  Colin Walters  <walters@verbum.org>
38187
38188         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
38189         a GnomeVFSHandle directly.
38190
38191 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38192
38193         * gst/volume/Makefile.am:
38194         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
38195         (volume_base_init), (volume_init):
38196           Reenable volume element and fix to work with new caps stuff.
38197           Rhythmbox needs this.
38198
38199 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38200
38201         * gst/qtdemux/qtdemux.c: (plugin_init):
38202           qtdemux requires bytestream
38203
38204 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38205
38206         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
38207           Fix remaining caps handling errors due to CAPS merge.
38208
38209 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38210
38211         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
38212         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
38213         (gst_faad_srcconnect):
38214           Port to new caps system.
38215
38216 2003-12-21  Julien MOUTTE  <julien@moutte.net>
38217
38218         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
38219         (got_video_size), (main): using g_print instead of g_message.
38220         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
38221         signal which was not emitted because of "switch" element added to the
38222         bin but not connected. (Removing from the bin temporarily)
38223
38224 2003-12-21  Julien MOUTTE  <julien@moutte.net>
38225
38226         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
38227         find X development files. I don't understand the previous tests and
38228         they fail on my debian/ppc unstable. This one works.
38229         * examples/gstplay/player.c: (main): Set the pipeline to READY before
38230         exiting.
38231         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
38232         (gst_play_set_video_sink), (gst_play_set_audio_sink),
38233         (gst_play_set_visualization): Add some safety checks in set_ methods
38234         and state_change. This was throwing some ugly CRITICAL messages when
38235         pipeline was getting disposed and casts were failing.
38236
38237 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38238
38239         * configure.ac:
38240           Improve mpeg2enc detection. This is for distributions that do
38241           ship mjpegtools, but without mpeg2enc. Also does object check
38242           for might there ever be ABI incompatibility.
38243         * ext/mpeg2enc/gstmpeg2enc.cc:
38244           Add Andrew as second maintainer (he's helping me), and also add
38245           an error if no caps was set. This happens if I pull before capsnego
38246           and that's something I should solve sometime else.
38247         * gst/matroska/matroska-demux.c:
38248         (gst_matroska_demux_parse_blockgroup):
38249           Fix time parsing.
38250         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
38251         (gst_matroska_mux_track_header):
38252           Add caps to templates.
38253         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
38254           Add mpegversion=1 to prevent confusion with MPEG/AAC.
38255         * gst/mpegstream/gstmpegdemux.c:
38256           Remove layer since it causes warnings about unfixed caps.
38257         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38258           Fix obvious typo (we error out if caps were set, we should of
38259           course error out if *no* caps were set).
38260         * sys/oss/gstosselement.c: (gst_osselement_convert):
38261           Fix format conversion, we confused bits/bytes.
38262         * sys/oss/gstosselement.h:
38263           Improve documentation for 'bps'.
38264         * sys/v4l/TODO:
38265           Remove stuff about plugins that need removing - this was done
38266           ages ago.
38267         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
38268         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
38269         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
38270         (gst_v4lsrc_src_query):
38271         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
38272         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
38273           Add get_query_types(), get_formats() and query() functions.
38274
38275 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
38276
38277         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
38278           * moved CVS to freedesktop.org