tests/examples/seek/seek.c: Hook up the SKIP seek flag.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
4         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
5         (main):
6         Hook up the SKIP seek flag.
7
8 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
9
10         * gst/playback/gstplaybin2.c: (pad_added_cb):
11         Error out with a missing-plugin error when the input-selector was not
12         found.
13
14         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
15         Indentation.
16
17 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
18
19         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
20         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
21         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
22         (gst_play_sink_send_event), (gst_play_sink_change_state):
23         Use G_DEFINE_TYPE.
24         Try to set the selected sink to READY before using it. This will allow
25         for detection of incompatible formats sooner.
26         Don't cause a fatal error when conversion elements are missing but post
27         a missing-element message and a warning instead because things might
28         still link and run fine.
29         Simplyfy the construction of audio and video sink chains.
30
31 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
32
33         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
34         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
35         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
36         init from glib.
37
38 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
39
40         Patch by: Luis Menina <liberforce at freeside dot fr>
41
42         * gst-libs/gst/floatcast/floatcast.h:
43         * gst/typefind/gsttypefindfunctions.c:
44         Include glib.h instead of a specific GLib header. Including single
45         GLib headers is deprecated. Fixes bug #563904.
46
47 2008-12-09  Julien Moutte  <julien@fluendo.com>
48
49         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
50         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
51
52 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
53
54         * gst-libs/gst/riff/riff-read.c:
55           Fix handling of odd chunks in riff metadata.
56
57 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
58
59         * gst/volume/gstvolume.c: (gst_volume_class_init),
60         (volume_before_transform), (volume_transform_ip):
61         Use new basetransform vmethod to reconfigure the dynamic properties and
62         any pending volume/mute changes. Fixes #563508.
63
64 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
65
66         * configure.ac:
67         First check for "theoraenc theoradec" and if that failed check
68         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
69         deprecate the latter. Also linking on Windows fails with just "theora"
70         and the version check would fail for the release candidates.
71         Fixes bug #563718.
72
73 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
74
75         * gst/playback/gstdecodebin.c:
76         * gst/playback/gstdecodebin2.c:
77           Add basic docs to decodebin and link to decodebin from decodebin2.
78           
79 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
80
81         Patch by: Olivier Crete  <tester at tester ca>
82
83         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
84         * gst-libs/gst/rtp/gstrtcpbuffer.h:
85         Implement gst_rtcp_packet_remove(). Fixes #563174.
86
87         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
88         Add unit test for some RTCP functions.
89
90 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
91
92         * configure.ac:
93         Apparently AC_CONFIG_MACRO_DIR breaks when using more
94         than one macro directory, reverting last change.
95
96 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
97
98         * configure.ac:
99         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
100         our M4 macros.
101
102 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
103
104         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
106         Clear all flags on buffers returned from the image pool.
107         Fixes #563143
108
109 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
110
111         Patch by: Cygwin Ports maintainer
112                   <yselkowitz at users dot sourceforge dot net>
113
114         * autogen.sh:
115         * configure.ac:
116         Require gettext 0.17 because older versions don't mix with libtool
117         2.2. At build time an older gettext version will still work.
118         Fixes bug #556091.
119
120 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
121
122         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
123
124 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
125
126         * docs/plugins/gst-plugins-base-plugins.args:
127         * docs/plugins/gst-plugins-base-plugins.hierarchy:
128         * docs/plugins/gst-plugins-base-plugins.interfaces:
129         * docs/plugins/gst-plugins-base-plugins.prerequisites:
130         * docs/plugins/inspect/plugin-videorate.xml:
131         * gst/speexresample/gstspeexresample.c:
132         Update documentation of speexresample for the new element name.
133
134 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
135
136         * gst/speexresample/README:
137         Update README with the latest diff between the Speex resampler
138         and our copy.
139
140 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
141
142         * gst/speexresample/gstspeexresample.c: (plugin_init):
143         Update the debug category from speex_resample to audioresample.
144
145 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
146
147         * gst/audioresample/Makefile.am:
148         * gst/audioresample/buffer.c:
149         * gst/audioresample/buffer.h:
150         * gst/audioresample/debug.c:
151         * gst/audioresample/debug.h:
152         * gst/audioresample/functable.c:
153         * gst/audioresample/functable.h:
154         * gst/audioresample/gstaudioresample.c:
155         * gst/audioresample/gstaudioresample.h:
156         * gst/audioresample/resample.c:
157         * gst/audioresample/resample.h:
158         * gst/audioresample/resample_chunk.c:
159         * gst/audioresample/resample_functable.c:
160         * gst/audioresample/resample_ref.c:
161         * tests/check/elements/audioresample.c:
162         Remove audioresample files.
163
164 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
165
166         * docs/plugins/inspect/plugin-audioresample.xml:
167         Regenerated for library filename change.
168
169 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
170
171         * configure.ac:
172         * docs/plugins/Makefile.am:
173         * docs/plugins/gst-plugins-base-plugins-sections.txt:
174         * docs/plugins/gst-plugins-base-plugins.args:
175         * docs/plugins/gst-plugins-base-plugins.hierarchy:
176         * docs/plugins/gst-plugins-base-plugins.interfaces:
177         * docs/plugins/gst-plugins-base-plugins.prerequisites:
178         * docs/plugins/inspect/plugin-adder.xml:
179         * docs/plugins/inspect/plugin-alsa.xml:
180         * docs/plugins/inspect/plugin-audioconvert.xml:
181         * docs/plugins/inspect/plugin-audiorate.xml:
182         * docs/plugins/inspect/plugin-audioresample.xml:
183         * docs/plugins/inspect/plugin-audiotestsrc.xml:
184         * docs/plugins/inspect/plugin-cdparanoia.xml:
185         * docs/plugins/inspect/plugin-decodebin.xml:
186         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
187         * docs/plugins/inspect/plugin-gdp.xml:
188         * docs/plugins/inspect/plugin-gio.xml:
189         * docs/plugins/inspect/plugin-gnomevfs.xml:
190         * docs/plugins/inspect/plugin-libvisual.xml:
191         * docs/plugins/inspect/plugin-ogg.xml:
192         * docs/plugins/inspect/plugin-pango.xml:
193         * docs/plugins/inspect/plugin-playback.xml:
194         * docs/plugins/inspect/plugin-queue2.xml:
195         * docs/plugins/inspect/plugin-subparse.xml:
196         * docs/plugins/inspect/plugin-tcp.xml:
197         * docs/plugins/inspect/plugin-theora.xml:
198         * docs/plugins/inspect/plugin-typefindfunctions.xml:
199         * docs/plugins/inspect/plugin-uridecodebin.xml:
200         * docs/plugins/inspect/plugin-video4linux.xml:
201         * docs/plugins/inspect/plugin-videorate.xml:
202         * docs/plugins/inspect/plugin-videoscale.xml:
203         * docs/plugins/inspect/plugin-videotestsrc.xml:
204         * docs/plugins/inspect/plugin-volume.xml:
205         * docs/plugins/inspect/plugin-vorbis.xml:
206         * docs/plugins/inspect/plugin-ximagesink.xml:
207         * docs/plugins/inspect/plugin-xvimagesink.xml:
208         * gst/speexresample/gstspeexresample.c: (plugin_init):
209         * gst/speexresample/Makefile.am:
210         * tests/check/Makefile.am:
211         * tests/check/elements/speexresample.c: (setup_speexresample),
212         (GST_START_TEST), (test_pipeline):
213         Rename the moved speexresample to audioresample, integrate into the
214         build system and remove the old audioresample from the build system.
215         Fixes bug #558124, #385061, #346218, #116051.
216
217 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
218
219         * gst-libs/gst/audio/gstbaseaudiosrc.c:
220         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
221         Avoid nasty int overflows after about 12 hours and 25 minutes when these
222         code paths are triggered. 
223         A free beer to Håvard Graff for finding this!
224
225 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
226
227         Patch by: 이문형 <iwings at gmail dot com>
228
229         * gst-libs/gst/rtsp/gstrtspconnection.c:
230         (gst_rtsp_connection_connect):
231         A successful gst_poll_wait() doesn't always mean successful connect() on
232         Windows.  We should check errors by calling gst_poll_fd_has_error().
233         See #561924.
234
235 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
236
237         * gst-libs/gst/rtp/gstrtcpbuffer.c:
238         Fix typo in the docs.
239
240 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
241
242         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
243         If no stream was found before receiving EOS, post an error message.
244         Fixes #561924.
245
246 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
247
248         * ext/theora/gsttheoraenc.h:
249         * ext/theora/theoraenc.c: (gst_theora_enc_init),
250         (theora_buffer_from_packet), (theora_push_packet),
251         (theora_enc_sink_event), (theora_enc_is_discontinuous),
252         (theora_enc_chain):
253         Parse segment events.
254         Pass incomming buffer timestamps to outgoing buffers.
255         Use the running_time to construct the granulepos.
256         Fixes #562163.
257
258 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
259
260         * gst/playback/gstplaybin2.c: (activate_group):
261         Fix buffer-duration property.
262
263 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
264
265         * gst-libs/gst/audio/gstbaseaudiosink.c:
266         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
267         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
268         (gst_base_audio_sink_change_state):
269         Really fix audiosink drain handling by keeping track of the running_time
270         of the last sample.
271
272 2008-11-24  Michael Smith <msmith@songbirdnest.com>
273
274         * gst/playback/gstplaybin2.c:
275           Add notification of current stream. Add ability to configure buffer
276           sizes.
277         * gst/playback/gsturidecodebin.c:
278           Add ability to configure buffer sizes for streaming mode.
279           Bug #561734.
280
281 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
282
283         * gst-libs/gst/audio/gstbaseaudiosink.c:
284           Time is already in running_time. Remove base_time handling. Fixes
285           audiosinks not draining and thus chopping some audio in the end.
286
287 2008-11-24  David Schleef  <ds@schleef.org>
288
289         * ext/ogg/gstoggmux.c:
290         * ext/ogg/gstoggmux.h:
291           If we're muxing a dirac stream, flush the page after every picture.
292
293 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
294
295         * gst-libs/gst/audio/gstbaseaudiosink.c:
296           Add one log message to check for audio_drained. Sync one log message
297           with the condition. Send EOS after draining audio in pull mode.
298
299 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
300
301         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
302         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
303         Use gst_buffer_try_new_and_alloc() and fail properly if the
304         allocation failed. This prevents abort() if downstream elements
305         request an insane amount of memory.
306
307 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
308
309         * gst/volume/gstvolume.c: (volume_choose_func),
310         (volume_update_volume), (gst_volume_set_volume),
311         (gst_volume_get_volume), (gst_volume_set_mute),
312         (gst_volume_class_init), (gst_volume_init),
313         (volume_process_double), (volume_process_float),
314         (volume_process_int32), (volume_process_int32_clamp),
315         (volume_process_int24), (volume_process_int24_clamp),
316         (volume_process_int16), (volume_process_int16_clamp),
317         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
318         (volume_transform_ip), (volume_set_property),
319         (volume_get_property):
320         * gst/volume/gstvolume.h:
321         Cleanup volume, define and use default values.
322         Recalculate new volume and mute setup before processing. Fixes #561789.
323
324         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
325         Add controller unit test. Patch by: Jonathan Matthew
326         Fix bogus test that messed with basetransform's internal state.
327
328 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
329
330         * gst/videorate/gstvideorate.c:
331         Add jpeg and png image media types to the caps. Fixes #561436.
332
333 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
334
335         * gst/playback/gstplaysink.c: (gen_audio_chain):
336         Don't post an error when we can't configure the volume but post a
337         warning instead. Fixes #561780.
338
339 2008-11-21  David Schleef  <ds@schleef.org>
340
341         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
342
343         * gst/videotestsrc/gstvideotestsrc.c:
344         * gst/videotestsrc/gstvideotestsrc.h:
345         * gst/videotestsrc/videotestsrc.c:
346         * gst/videotestsrc/videotestsrc.h:
347           Add a zone plate pattern generator based on BBC R&D Report
348           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
349           kx2=20 ky2=20 kt=1'.
350
351 2008-11-20  Michael Smith <msmith@songbirdnest.com>
352
353         * gst/playback/gstdecodebin2.c:
354           Fix random fat-fingering making this not compile.
355
356 2008-11-20  Michael Smith <msmith@songbirdnest.com>
357
358         * gst/playback/gstdecodebin2.c:
359           If the top-level type of the stream is plain text, don't try to decode
360           it, matching behaviour of decodebin.
361         * gst/playback/gstplaysink.c:
362           If we fail to generate a text chain (e.g. due to missing optional
363           plugins), don't crash.
364
365 2008-11-20  Michael Smith <msmith@songbirdnest.com>
366
367         * gst-libs/gst/rtsp/gstrtspdefs.c:
368           Fix win32 build. Oops.
369
370 2008-11-20  Michael Smith <msmith@songbirdnest.com>
371
372         * gst-libs/gst/rtsp/gstrtspdefs.c:
373           Use WSAGetLastError() rather than errno/h_errno on win32.
374
375 2008-11-20  Michael Smith <msmith@songbirdnest.com>
376
377         * gst-libs/gst/riff/riff-media.c:
378           Support WMA Lossless properly.
379
380 2008-11-18  David Schleef  <ds@schleef.org>
381
382         * gst/videotestsrc/gstvideotestsrc.c:
383         * gst/videotestsrc/gstvideotestsrc.h:
384         * gst/videotestsrc/videotestsrc.c:
385         * gst/videotestsrc/videotestsrc.h:
386           Add "colorspec" property, specifying whether to generate BT.601
387           or BT.709 video.  This only affects YCbCr values, not RGB, since
388           if you're generating a 709 test pattern, presumably you want
389           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
390           uses 75% colors instead of 100%, since this is often more useful
391           for testing (and also follows the SMPTE EG-1 guideline).
392
393 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
394
395         * gst/playback/gstdecodebin.c:
396         Add a "sink-caps" property to decodebin like it's done for decodebin2.
397         Fixes #560380.
398
399 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
400
401         * gst/audioresample/gstaudioresample.c:
402         Guard against a NULL dereference I somehow encountered -
403         with a FLUSH_STOP arriving either before basetransform _start(),
404         or after _stop().
405
406         * gst/typefind/gsttypefindfunctions.c:
407         Make sure we never jump backwards when typefinding corrupt mov files.
408
409 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
410
411         * gst-libs/gst/interfaces/propertyprobe.c:
412         Fix random type causing a docs warning.
413
414 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
415
416         * sys/v4l/gstv4l.c:
417           Give it a minimal rank for autovideosrc.
418
419 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
420
421         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
422         (plugin_init):
423         Improve typefinding of ISO JPEG2000 mime types.
424
425 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
426
427         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
428         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
429         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
430         * sys/xvimage/xvimagesink.h:
431         Avoid typechecking when we do trivial casts.
432         Move error handling out of the main program flow.
433         Sneak in the display-region caps property, not completely correct yet.
434         Cache the width/height in buffer_alloc instead of parsing it from the
435         caps all the time.
436
437 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
438
439         * gst/playback/gstplaybin2.c: (deactivate_group):
440         don't try to unlink the selector sinkpad when we don't have it yet. This
441         can happen if an error occured before the group was complete.
442
443 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
444
445         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
446         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
447         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
448         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
449         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
450         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
451         (gst_rtp_buffer_get_extension_data),
452         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
453         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
454         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
455         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
456         (gst_rtp_buffer_get_payload_type),
457         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
458         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
459         (gst_rtp_buffer_set_timestamp),
460         (gst_rtp_buffer_get_payload_subbuffer),
461         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
462         Avoid expensive type checks we already did as part of the 
463         _validate() function that should be called first.
464
465 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
466
467         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
468         (gst_base_rtp_depayload_push_full),
469         (gst_base_rtp_depayload_set_gst_timestamp):
470         Fix some cases where a newsegment event was not sent.
471
472 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
473
474         * gst/playback/gstplaybin2.c: (activate_group):
475         Catch state change errors and stop from the uridecodebin elements
476         instead of trying to continue in vain.
477
478 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
479
480         * gst-libs/gst/audio/gstbaseaudiosink.c:
481         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
482         (gst_base_audio_sink_callback):
483         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
484         for the latency to expire, fixes #559567.
485
486 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
487
488         * gst/adder/gstadder.c:
489           Change author string after seeing output of gst-inspector.
490
491 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
492
493         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
494         Don't try to do crazy things when we only have a text pad without a
495         video pad. Fixes #559478.
496
497 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
498
499         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
500         Fix case where we don't have a range for the rates or channels as is the
501         case with truespeech.
502
503 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
504
505         * gst/volume/gstvolume.c: (volume_update_real_volume),
506         (gst_volume_set_volume), (gst_volume_get_volume),
507         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
508         (volume_transform_ip), (volume_update_mute),
509         (volume_update_volume), (volume_get_property):
510         * gst/volume/gstvolume.h:
511         Keep negotiated state in a separate variable.
512         Protect the volume and mute properties with the object lock.
513         Protect modifying the transform with the transform lock.
514
515 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
516
517         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
518         (gst_ffmpeg_pixfmt_to_caps):
519         Only convert caps to string when debug is enabled.
520
521 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
522
523         * ext/theora/gsttheoradec.h:
524         * ext/theora/theoradec.c: (gst_theora_dec_init),
525         (gst_theora_dec_reset), (theora_dec_src_event),
526         (theora_dec_sink_event), (theora_handle_type_packet):
527         Copy seqnum.
528         Keep events in a pending list, like vorbisdec, instead of trying
529         to construct a segment event ourselves.
530
531         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
532         (vorbis_dec_src_event), (vorbis_dec_sink_event):
533         * ext/vorbis/vorbisdec.h:
534         Copy seqnum.
535
536 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
537
538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
539         (gst_ogg_demux_deactivate_current_chain),
540         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
541         (gst_ogg_demux_loop):
542         * ext/ogg/gstoggdemux.h:
543         Copy seqnums around to track playback segments and messages.
544
545 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
546
547         Based on patch by: Matthias Kretz <kretz at kde dot org>
548
549         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
550         (gst_alsasink_prepare), (gst_alsasink_unprepare),
551         (gst_alsasink_write):
552         Make all access non-blocking so that we can better handle unplugging
553         of usb devices. Fixes #559111
554
555 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
556
557         Patch by: Damien Lespiau  <damien.lespiau gmail com>
558
559         * gst-libs/gst/rtsp/gstrtspconnection.c:
560         (gst_rtsp_connection_write):
561         Make the next call to poll not depend on previous calls to poll with or
562         without reading from the active descriptor. Fixes #544293.
563
564 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
565
566         Patch by: Nick Haddad <nick at haddads dot net>
567
568         * gst-libs/gst/riff/riff-ids.h:
569         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
570         Add support for other fourcc codes that are commonly used for
571         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
572         Fixes #558553.
573
574 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
575
576         * gst/audioresample/gstaudioresample.c:
577           Return the result of parent_class->event().
578
579 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
580
581         * gst/audioresample/gstaudioresample.c:
582         (gst_audioresample_class_init), (audioresample_fixate_caps):
583         Fixate the rate to the nearest supported rate instead of
584         the first one. Fixes bug #549510.
585
586 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
587
588         * win32/common/libgstaudio.def:
589         Add new symbols.
590
591 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
592
593         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
594         Attempt to make obfuscated code clearer.
595
596 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
597
598         * docs/libs/gst-plugins-base-libs-sections.txt:
599         * gst-libs/gst/floatcast/floatcast.h:
600         Move float endianness conversion macros to core. Second part of
601         bug ##555196.
602
603 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
604
605         * sys/ximage/ximagesink.h:
606         * sys/xvimage/xvimagesink.h:
607           Don't mark as gtk-doc docs as they aren't public.
608
609 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
610
611         * sys/xvimage/xvimagesink.c:
612         * sys/xvimage/xvimagesink.h:
613         * tests/icles/Makefile.am:
614         * tests/icles/test-colorkey.c:
615           Allow setting colorkey if possible. Implement property probe interface
616           for optional X features (autopaint-colorkey, double-buffer and
617           colorkey). Fixes #554533
618
619 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
620
621         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
622         Remove useless buffer size assignment. It already has this value.
623
624 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
625
626         * gst-libs/gst/audio/gstaudiosink.c:
627         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
628         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
629         (gst_audioringbuffer_stop):
630         Implement a separate activate functions to start monitoring the segments
631         or, in pull mode, pulling in data.
632
633         * gst-libs/gst/audio/gstbaseaudiosink.c:
634         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
635         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
636         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
637         (gst_base_audio_sink_activate_pull),
638         (gst_base_audio_sink_async_play),
639         (gst_base_audio_sink_change_state):
640         Implement pad and element convert query function.
641         Activate the ringbuffer.
642         Use the segment last_stop value as the offset to pull.
643         Use new basesink _do_preroll() method to preroll in the pulling thread.
644         Take appropriate locking in the pulling thread.
645
646         * gst-libs/gst/audio/gstringbuffer.h:
647         Update some docs.
648
649 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
650
651         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
652         Improve MXF typefinding a bit by searching for a header partition
653         pack instead of just a general partition pack and checking more
654         bytes for valid values.
655
656 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
657
658         * tests/icles/.cvsignore:
659         update ignore file.
660
661         * tests/icles/Makefile.am:
662         * tests/icles/test-box.c: (make_pipeline), (main):
663         Add another interactive command line experimentation suite for
664         dynamically boxing/cropping/saling an input video.
665
666 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
667
668         * docs/libs/gst-plugins-base-libs-sections.txt:
669         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
670         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
671         * gst-libs/gst/audio/gstringbuffer.h:
672         Add methods to more accuratly control the pulling thread of a
673         ringbuffer.
674         Add format conversion helper code to the ringbuffer.
675         API: GstRingBuffer:gst_ring_buffer_activate()
676         API: GstRingBuffer:gst_ring_buffer_is_active()
677         API: GstRingBuffer:gst_ring_buffer_convert()
678
679 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
680
681         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
682         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
683         (gst_audioringbuffer_stop):
684         Signal thread startup earlier so that we can immediatly go into pull
685         mode when we have to and block on preroll.
686
687 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
688
689         * gst-libs/gst/audio/gstringbuffer.c:
690         (gst_ring_buffer_prepare_read):
691         In pull mode we want the callback to prepull a buffer we can preroll on
692         even when we are not yet playing.
693
694 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
695
696         * ext/alsa/Makefile.am:
697         * ext/cdparanoia/Makefile.am:
698         * ext/gio/Makefile.am:
699         * ext/gnomevfs/Makefile.am:
700         * ext/libvisual/Makefile.am:
701         * ext/ogg/Makefile.am:
702         * ext/pango/Makefile.am:
703         * ext/theora/Makefile.am:
704         * ext/vorbis/Makefile.am:
705         * gst/adder/Makefile.am:
706         * gst/audioconvert/Makefile.am:
707         * gst/audiorate/Makefile.am:
708         * gst/audioresample/Makefile.am:
709         * gst/audiotestsrc/Makefile.am:
710         * gst/ffmpegcolorspace/Makefile.am:
711         * gst/gdp/Makefile.am:
712         * gst/playback/Makefile.am:
713         * gst/subparse/Makefile.am:
714         * gst/tcp/Makefile.am:
715         * gst/typefind/Makefile.am:
716         * gst/videorate/Makefile.am:
717         * gst/videoscale/Makefile.am:
718         * gst/videotestsrc/Makefile.am:
719         * gst/volume/Makefile.am:
720         * sys/v4l/Makefile.am:
721         * sys/ximage/Makefile.am:
722         * sys/xvimage/Makefile.am:
723           Don't install static libs for plugins. Fixes #550851 for base.
724
725 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
726
727         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
728         Set the default blocksize to -1 because we will then use the configured
729         samplesperbuffer to create our output buffer.
730
731 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
732
733         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
734         (gst_riff_create_video_template_caps):
735         Add mappping for the KMVC (Karl Morton's Video) Codec.
736
737 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
738
739         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
740         Don't forget to advance the offset of what we're matching against, else
741         we end up in a forever loop.
742
743 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
744
745         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
746         Improve typefinding a bit. If we don't have a Unicode charset
747         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
748
749 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
750
751         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
752         Fix build on macosx.
753
754 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
755
756         Based on patch by: Robin Stocker <robin at nibor dot org>
757
758         * ext/theora/gsttheoradec.h:
759         * ext/theora/theoradec.c: (gst_theora_dec_init),
760         (theora_dec_setcaps), (theora_handle_type_packet),
761         (theora_dec_decode_buffer), (theora_dec_change_state):
762         Parse input caps and make the PAR override the encoded PAR when
763         specified by a container. Fixes #555699.
764
765 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
766
767         * gst-libs/gst/rtp/gstbasertpdepayload.c:
768         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
769         (gst_base_rtp_depayload_set_gst_timestamp),
770         (gst_base_rtp_depayload_change_state):
771         * gst-libs/gst/rtp/gstbasertpdepayload.h:
772         Add some more G_LIKELY
773         Fail when the setcaps function was not called.
774
775         * gst-libs/gst/rtp/gstbasertppayload.c:
776         (gst_basertppayload_set_outcaps):
777         Propagate return value of setcaps.
778
779 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
780
781         * gst/subparse/Makefile.am:
782         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
783         (gst_sub_parse_class_init), (gst_sub_parse_init),
784         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
785         (get_next_line), (gst_sub_parse_data_format_autodetect),
786         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
787         (gst_subparse_type_find):
788         * gst/subparse/gstsubparse.h:
789         Add support for UTF16/UTF32 subtitles as long as the first bytes of
790         the first buffer contain the BOM. This also adds support for other
791         encodings that allow NUL bytes via the encoding property.
792         Fixes bugs #552237 and #456788.
793
794 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
795
796         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
797         Don't drop the last byte of image tags if they're not an URI list.
798         Fixes bug #556066.
799
800 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
801
802         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
803         For looking at the 4th byte we have to get 4 bytes of course
804         and not 3.
805
806 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
807
808         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
809         Improve FLAC-without-headers typefinding by looking at most of the
810         frame header and checking if invalid values are used. Should prevent
811         quite some false positives compared to the old version which only
812         check if the first 14 bits are set.
813
814 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
815
816         * sys/xvimage/xvimagesink.c:
817           Don't assert on caps==NULL.
818
819 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
820
821         * gst/subparse/gstsubparse.c:
822         (gst_sub_parse_data_format_autodetect), (handle_buffer),
823         (gst_sub_parse_change_state):
824         * gst/subparse/gstsubparse.h:
825         * tests/check/elements/subparse.c: (GST_START_TEST):
826         Add support for subtitle files with UTF-8 BOM at the beginning
827         by simple stripping it from the first line before passing it
828         to any parsing code. Fixes bug #555257 and playback of files
829         created by Gnome Subtitles.
830
831 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
832
833         * gst/audiotestsrc/gstaudiotestsrc.c:
834         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
835         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
836         (gst_audio_test_src_start), (gst_audio_test_src_stop),
837         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
838         (gst_audio_test_src_create):
839         * gst/audiotestsrc/gstaudiotestsrc.h:
840         Define the default property values in the usual place.
841         Implement start/stop to reset values correctly.
842         Calculate the sample size only once when we negotiate.
843         Rename some values to make more sense.
844         Keep track of our byte range.
845         Add support for pull based scheduling. Disabled for now until we have
846         the whole stack working.
847         Set the BUFFER_OFFSET correctly.
848
849 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
850
851         Based on a patch by: xavierb at gmail dot com
852
853         * gst/subparse/gstsubparse.c:
854         (gst_sub_parse_data_format_autodetect):
855         * tests/check/elements/subparse.c: (GST_START_TEST):
856         Make the detection of the used subtitle a bit less strict
857         for srt subtitles. Fixes bug #555607.
858
859 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
860
861         * ext/vorbis/vorbisenc.c:
862         (gst_vorbis_enc_buffer_check_discontinuous):
863         Fix discontinuity detection which was broken by last commit.
864
865 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
866
867         * configure.ac::
868           Require core CVS for ghostpad API additions used by decodebin2.
869
870 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
871
872         * gst-libs/gst/audio/gstbaseaudiosrc.c:
873         (gst_base_audio_src_create):
874         Fix debug statements (space between '%' and actual format).
875
876 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
877
878         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
879         Remove bogus assert, the decodepad could have been created inside an
880         already existing group.
881
882 2008-10-08  Andy Wingo  <wingo@pobox.com>
883
884         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
885         target instead of setting it.
886         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
887         API for a decode pad. The bugfix is that we set the group in
888         activate(), not when the pad was created because it might be NULL
889         then.
890         (gst_decode_group_control_source_pad, gst_decode_group_expose):
891         Update to use the API.
892
893 2008-10-08  Andy Wingo  <wingo@pobox.com>
894
895         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
896         be a subclass of GstGhostPad.
897         (analyze_new_pad): So, when emitting the signals that determine
898         how we do autoplugging, already create the ghost pad and use it as
899         the pad in the signal arguments. This allows applications to make
900         a connection between the pad passed in e.g. autoplug-continue, and
901         the pad passed in new-decoded-pad.
902         (connect_pad, expose_pad): Update to receive the ghosted decode
903         pad in the args, retargetting it as necessary if we have to plug
904         the target pad through a multiqueue.
905         (gst_decode_group_control_source_pad): Adapt to receive an
906         already-ghosted pad that just needs activation, blocking, and
907         drain notification.
908         (sort_end_pads): Adapt for decode pads actually being pads.
909         (gst_decode_group_expose): Adapt for decode pads actually being
910         pads. Rewrite the decode pad names so they appear in order. Adds a
911         new error case if we couldn't set the name.
912         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
913         logic.
914         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
915         New API for the decode pad, needed because we shouldn't do these
916         things inside gst_decode_pad_new(), but after.
917         (gst_decode_pad_new): Change to actually make the real pad, and
918         delay the blocking/drainage bits.
919
920 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
921
922         Patch by: Daniel Drake <dsd at laptop dot org>
923
924         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
925         Unref all buffers when clearing collectpads. Fixes bug #546955.
926
927 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
928
929         Based on a patch by: Klaas <klaas at rivercrew dot net>
930
931         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
932         (gst_vorbis_enc_buffer_check_discontinuous),
933         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
934         * ext/vorbis/vorbisenc.h:
935         Keep track of the upstream segments and use the running time on that
936         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
937
938 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
939
940         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
941         Prevent overflows with big buffer when calculating the size of
942         the intermediate buffer by using gst_util_uint64_scale() instead of
943         plain arithmetics. Fixes bug #552801.
944
945 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
946
947         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
948
949         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
950         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
951         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
952         (gst_clock_overlay_get_property):
953         * ext/pango/gstclockoverlay.h:
954         API: Add ability to specify format for date/time display by
955         adding a "time-format" property.
956         Fixes bug #554879.
957
958 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
959
960         Patch by: Jan Gerber <j at oil21 dot org>
961
962         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
963         (gst_riff_create_video_template_caps):
964         Add FFV1 fourcc to support playback of FFMPEG lossless video
965         in AVI. Fixes bug #555319.
966
967 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
968
969         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
970
971         * gst-libs/gst/audio/gstbaseaudiosrc.c:
972         (gst_base_audio_src_create):
973         Implement skew clock slaving. Fixes #552559.
974
975 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
976
977         * gst-libs/gst/audio/multichannel.c:
978         * gst-libs/gst/audio/testchannels.c:
979         Fix include of config.h
980
981 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
982
983         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
984
985         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
986         (print_media), (gst_sdp_message_dump):
987         Fix parsing of the c= field containing multicast addresses.
988         Fixes #552199.
989         Add the connection info to the session or streams.
990         Fix parsing of the bandwidth.
991         Add debugging for the connections and bandwidths for a media.
992         Add debugging for the bandwidth of the session. 
993
994 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
995
996         * gst-libs/gst/rtp/gstbasertppayload.c:
997         (gst_basertppayload_change_state):
998         Configure the next seqnum and timestamp in the state change so that they
999         can be queried soon after.
1000
1001 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1002
1003         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1004         (gst_base_rtp_depayload_chain):
1005         Improve debugging of the rtptime.
1006
1007 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1008
1009         * configure.ac:
1010         Back to development -> 0.10.21.1
1011
1012 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1013
1014         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1015         (plugin_init):
1016         Add typefinding for FLAC without headers in the beginning.
1017         This is already handled by flacdec and friends.
1018
1019 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1020
1021         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1022         (plugin_init):
1023         Add typefinder for MXF.
1024
1025 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1026
1027         * tests/icles/Makefile.am:
1028         Only build test-colorkey if GTK+ is available.
1029
1030 === release 0.10.21 ===
1031
1032 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1033
1034         * configure.ac:
1035           releasing 0.10.21, "We Could Be Wrong"
1036
1037 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1038
1039         * configure.ac:
1040         0.10.20.4 pre-release
1041
1042 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1043
1044         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1045
1046         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1047         Set the BOS flag on the BOS packet. Fixes #553244.
1048
1049 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1050
1051         * gst-libs/gst/rtsp/gstrtspmessage.c:
1052         (gst_rtsp_message_parse_request),
1053         (gst_rtsp_message_parse_response):
1054         Fix the g_return_val_if_fail() statements.
1055
1056 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1057
1058         * gst-libs/gst/tag/gsttagdemux.c:
1059           Fail to activate if there's insufficient data in the file to be usable,
1060           preventing an assertion fail later. Fixes #552960
1061
1062 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1063
1064         * gst-libs/gst/pbutils/descriptions.c:
1065         * gst/typefind/gsttypefindfunctions.c:
1066           Recognise Kate subtitle streams (#550582).
1067
1068 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1069
1070         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1071           Remove trailing comma from enum list, which causes problems
1072           with -pendantic (#550729).
1073
1074 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1075
1076         * configure.ac:
1077         0.10.20.2 pre-release
1078
1079         * po/LINGUAS:
1080         * po/id.po:
1081         * po/pt_BR.po:
1082
1083         New translations.
1084
1085 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1086
1087         * gst-libs/gst/interfaces/propertyprobe.c:
1088           (gst_property_probe_get_properties),
1089           (gst_property_probe_get_property),
1090           (gst_property_probe_probe_property),
1091           (gst_property_probe_probe_property_name),
1092           (gst_property_probe_needs_probe),
1093           (gst_property_probe_needs_probe_name),
1094           (gst_property_probe_get_values),
1095           (gst_property_probe_get_values_name),
1096           (gst_property_probe_probe_and_get_values),
1097           (gst_property_probe_probe_and_get_values_name):
1098           More sanity checks for our second-favourite interface.
1099
1100 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1101
1102         * gst-libs/gst/interfaces/propertyprobe.c:
1103           Check for NULL pointer, in the hope that this fixes #532864.
1104
1105 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1106
1107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1108           No really, the next release is 0.10.21 (fix Since: tags in docs).
1109
1110 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1111
1112         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1113         Disable a code path that is now called but causes a deadlock for some
1114         reason and is unneeded.
1115
1116 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1117
1118         * sys/xvimage/xvimagesink.c:
1119         * sys/xvimage/xvimagesink.h:
1120           Add a "draw-border" property that can be set to false to disable
1121           drawing borders.
1122           
1123         * tests/icles/test-colorkey.c:
1124         * tests/icles/Makefile.am:
1125           Add new test application for the colorkey handling.
1126
1127 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1128
1129         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1130         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1131         This will also be fixed for upcoming gst-ffmpeg release so that once
1132         this release of -base is out, it will work with the latest gst-ffmpeg
1133         release.
1134
1135 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1136
1137         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1138         (gst_riff_create_audio_template_caps):
1139         Add Truespeech mapping for RIFF formats (AVI/WAV).
1140         Fixes #550656
1141
1142 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1143
1144         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1145         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1146         Fixes #550638.
1147
1148 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1149
1150         * configure.ac:
1151         * gst/subparse/Makefile.am:
1152         * gst/subparse/gstsubparse.c:
1153         * gst/subparse/samiparse.c:
1154         * tests/check/elements/subparse.c:
1155           Rework last change, so that we build subparse, but just disable the
1156           sami parse functionality, if we're configured to not use xml. In the
1157           tests only the sami test is disabled now.
1158
1159 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1160
1161         * configure.ac:
1162           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1163           test runs.
1164
1165 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1166
1167         * po/POTFILES.in:
1168           Add some more files with strings for translation.
1169
1170 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1171
1172         * gst-libs/gst/tag/gstvorbistag.c:
1173         * tests/check/libs/tag.c:
1174           Use new geo location tags from core. Fixes #481169
1175
1176 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1177
1178         * tests/check/elements/audioresample.c: (setup_audioresample),
1179         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1180         (test_discont_stream_instance):
1181         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1182         Add debugging for coherence.
1183
1184 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1185
1186         Patch by: Jonathan Matthew  <notverysmart gmail com>
1187
1188         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1189           Add typefinder for PDF documents (which is nice to have, since it's a
1190           common format, but also helps prevent false positives). Fixes #549814.
1191
1192 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1193
1194         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1195         (no_more_pads_cb):
1196         Fix nasty race where multiple decodebins could start pushing data before
1197         we manage to configure the sinks, resulting in not-linked errors in
1198         typical RTSP streaming cases.
1199
1200 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1201
1202         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1203         Since we now call stop, we trigger this code path that causes a deadlock
1204         is apparently not needed.
1205
1206 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1207
1208         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1209         (gst_ring_buffer_stop):
1210         Also allow the case where the ringbuffer was paused when we try to stop
1211         it so that the basesrc stop function is still called.
1212
1213 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1214
1215         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1216
1217         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1218         Reprobe devices again instead of taking a cached list as new
1219         devices could've been plugged in. Fixes bug #549062.
1220
1221 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1222
1223         Patch by: Alessandro Dessina <alessandro nnva org>
1224
1225         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1226         (gst_ogg_demux_activate_chain):
1227         Don't add pads and activate them for skeleton streams. These are already
1228         handled inside oggdemux. Fixes bug #537599.
1229
1230 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1231
1232         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1233         Reset variable so that query and convert fail after going back to
1234         READY. Fixes #548898.
1235
1236 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1237
1238         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1239         If a buffer arrives with a timestamp before the timestamp+duration
1240         of the previous buffer clip it instead of dropping it completely.
1241         Slight improvement for the unfixable bug #548913.
1242
1243 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1244
1245         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1246         Take the current timestamp instead of timestamp+duration for the offset.
1247         This offset will later be used for calculating the timestamp and
1248         otherwise vorbisdec will interpolate timestamps wrong if upstream
1249         only sends timestamps and no granulepos.
1250
1251 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1252
1253         * tests/examples/seek/seek.c:
1254           Don't crash when having no visualisations.
1255
1256 2008-08-16  David Schleef  <ds@schleef.org>
1257
1258         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1259           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1260           Fixes #548065.
1261
1262 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1263
1264         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1265         When cleaning up the caps fields also remove "depth" for the same
1266         reason we remove "width".
1267
1268 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1269
1270         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1271           Add Lead H.264 here as well.
1272
1273 2008-08-14  Julien Moutte  <julien@fluendo.com>
1274
1275         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1276         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1277
1278 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1279
1280         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1281         (gst_base_audio_src_create):
1282         When not slaved to another clock also subtract the base_time from our
1283         internal clock time to get the running time.
1284
1285 2008-08-12  David Schleef  <ds@schleef.org>
1286
1287         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1288           since it has no basis in libtheora.
1289
1290 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1291
1292         * gst-libs/gst/interfaces/propertyprobe.h:
1293           Remove double "interface" from doc-string.
1294
1295         * gst-libs/gst/interfaces/xoverlay.h:
1296           Document interface.
1297
1298         * gst-libs/gst/riff/riff.c:
1299           Add basic doc blobs.
1300
1301 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1302
1303         * gst-libs/gst/audio/Makefile.am:
1304           Don't try to build that example anymore.
1305
1306 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1307
1308         * gst-libs/gst/audio/.cvsignore:
1309         * gst-libs/gst/audio/Makefile.am:
1310         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1311         * gst-libs/gst/audio/make_filter:
1312           Move audiofiltertemplate to gst-template.
1313
1314 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1315
1316         * docs/libs/gst-plugins-base-libs-sections.txt:
1317         * gst-libs/gst/audio/gstaudiosrc.h:
1318           More docs and shuffling. What can we do with the hundreds of #defines.
1319
1320 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1321
1322         * gst-libs/gst/audio/audio.h:
1323         * gst-libs/gst/audio/gstaudiofilter.h:
1324         * gst-libs/gst/audio/gstringbuffer.h:
1325         * gst-libs/gst/interfaces/propertyprobe.h:
1326         * gst-libs/gst/tag/gsttagdemux.h:
1327           Reducing number of dundocumented symbols.
1328
1329 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1330
1331         * gst-libs/gst/audio/audio.c:
1332           Fix doc comment syntax.
1333
1334         * gst-libs/gst/interfaces/propertyprobe.c:
1335           Add more doc-comments and a FIXME: for the signal.    
1336
1337 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1338
1339         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1340         (gst_ogg_mux_request_new_pad):
1341         * ext/ogg/gstoggmux.h:
1342         Don't pretend to support NEWSEGMENT events, instead override the
1343         GstCollectPads event function to return FALSE on NEWSEGMENT events
1344         and do the normal work for other events.
1345
1346         This prevents elements like flacenc to seek to the start and rewrite
1347         some data which then results in a broken Ogg packet.
1348
1349 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1350
1351         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1352
1353         * ext/alsa/gstalsaplugin.c: (plugin_init):
1354         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1355         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1356         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1357         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1358         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1359         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1360         * gst/playback/gstdecodebin.c: (plugin_init):
1361         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1362         * gst/playback/gstplayback.c: (plugin_init):
1363         * gst/playback/gstqueue2.c: (plugin_init):
1364         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1365         * sys/v4l/gstv4l.c: (plugin_init):
1366         Make sure gettext returns translations in UTF-8 encoding rather
1367         than in the current locale encoding (#546822).
1368
1369 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1370
1371         * gst-libs/gst/pbutils/descriptions.c:
1372           Add audio/x-qdm for qtdemux.
1373
1374 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1375
1376         * ext/vorbis/vorbisdec.c:
1377           Do not leak old taglist.
1378
1379 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1380
1381         * tests/icles/test-scale.c:
1382           Include <stdlib.h> for atoi().
1383
1384 2008-08-04  Andy Wingo  <wingo@pobox.com>
1385
1386         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1387         documentation fix.
1388
1389 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1390
1391         * gst/adder/gstadder.c:
1392           Cleanup lots of empty lines that came from gst-indent going havoc
1393           before I added the INDENT_ON/OFF marker some time agao.
1394
1395 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1396
1397         * configure.ac:
1398         * gst-libs/gst/riff/riff-read.c:
1399           Bump requirement to latest core and use new tag for riff formats.
1400           Needed for #520694.
1401
1402 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1403
1404         * tests/examples/dynamic/Makefile.am:
1405         * tests/examples/dynamic/codec-select.c: (make_encoder),
1406         (make_pipeline), (do_switch), (my_bus_callback), (main):
1407         Add example app that dynamically switches between 3 'encoders'.
1408
1409 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1410
1411         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1412         Add some more comments.
1413
1414 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1415
1416         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1417         (gst_video_test_src_create):
1418         Discard buffers of the wrong size after renegotiation, this is perfectly
1419         possible with things like capsfilter that could suggest caps changes
1420         upstream without knowing the size of the buffer.
1421
1422 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1423
1424         * tests/icles/.cvsignore:
1425         * tests/icles/Makefile.am:
1426         * tests/icles/test-scale.c: (make_pipeline), (main):
1427         Add dynamic rescaling tests for the new basetransform.
1428
1429 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1430
1431         * gst/audioconvert/Makefile.am:
1432           Dist recently-added gstfastrandom.h.
1433
1434 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1435
1436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1437         Fix a "may be used uninitialized in this function" which weirdly only
1438         appears on macosx (?).
1439
1440 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1441
1442         * gst-libs/gst/riff/riff-ids.h:
1443           Adding acid chunk for tempo and loop information.
1444
1445 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1446
1447         * sys/xvimage/Makefile.am:
1448           floor() needs linking to $(LIBM).
1449
1450 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1451
1452         * ext/gnomevfs/gstgnomevfssrc.c:
1453           Aggregate short reads and add some comments and debug logging.
1454           Fixes #537380
1455
1456 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1457
1458         * gst/playback/gstplaybasebin.c:
1459           Fix property doc markup (its not a signal).
1460
1461         * sys/xvimage/xvimagesink.c:
1462           Add since tag for new proeprties (also add sice tags fro the last two
1463           other additions).
1464
1465 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1466
1467         * sys/xvimage/xvimagesink.c:
1468         * sys/xvimage/xvimagesink.h:
1469           Add autofill/colorkey properties. Fixes #538656.
1470
1471 2008-07-28  David Schleef  <ds@schleef.org>
1472
1473         * sys/xvimage/xvimagesink.c:
1474           Fix rounding errors when converting colorbalance values
1475           between hardware and object property ranges.  Partial
1476           fix for #537889, however, there still seems to be a small
1477           drift problem that could be totem's fault.
1478
1479 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1480
1481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1482         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1483         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1484         This fixes a critical warning.
1485
1486 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1487
1488         * ext/ogg/gstoggmux.c:
1489         Allow muxing of CELT into Ogg streams.
1490
1491 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1492
1493         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1494         (plugin_init):
1495         Add simple typefinder for the CELT codec (www.celt-codec.org).
1496
1497 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1498
1499         Patch by: Jan Gerber <j at oil21 dot org>
1500
1501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1502         Fix calculation of the start time from skeleton streams.
1503         Fixes bug #530068.
1504
1505 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1506
1507         * tests/examples/seek/seek.c:
1508           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1509
1510 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1511
1512         * gst/audioconvert/audioconvert.h:
1513         * gst/audioconvert/gstaudioquantize.c:
1514         (gst_audio_quantize_setup_dither),
1515         (gst_audio_quantize_free_dither):
1516         * gst/audioconvert/gstfastrandom.h:
1517         Implement a linear congruential generator as pseudo random number
1518         generator for the dither noise. This is about 2 times faster than
1519         using GLib's mersenne twister. Also this uses only integer math for
1520         generating integers while GLib internally uses floating point math.
1521
1522 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1523
1524         * configure.ac:
1525           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1526
1527 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1528
1529         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1530
1531         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1532           Use GST_STR_NULL to avoid crashes with libcs that don't
1533           like NULL strings in printf args (such as the win32 one).
1534           Fixes #544306.
1535
1536 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1537
1538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1539         Oops - set the size of the image used for probing back to 1x1, for
1540         consistency with ximagesink
1541
1542 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1543
1544         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1545         (gst_ximagesink_ximage_new):
1546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1547         (gst_xvimagesink_xvimage_new):
1548
1549         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1550         X server to attach to a shared memory segment after we've deleted it,
1551         with the result that MIT-SHM is disabled. Instead, remove it only after 
1552         X succeeds in attaching too.
1553
1554 2008-07-16  David Schleef  <ds@schleef.org>
1555
1556         * gst/audiotestsrc/gstaudiotestsrc.c:
1557         * gst/audiotestsrc/gstaudiotestsrc.h:
1558           Add 'ticks', a 1/30 second sine wave pulse every second.
1559
1560 2008-07-15  David Schleef  <ds@schleef.org>
1561
1562         * gst-libs/gst/video/video.c: Revert ABI change.
1563
1564 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1565
1566         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1567         Make it impossible to have NULL caps at the point where we set
1568         framerate and other things. Also don't return immediately for "3ivd"
1569         video and let framerate, etc be set. Might fix bug #542508.
1570
1571 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1572
1573         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1574         Video format can also be conveniently determined from (many)
1575         non-fixed caps.
1576
1577 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1578
1579         * gst/playback/gstplaybasebin.c:
1580         * gst/playback/gstplaybasebin.h:
1581         * gst/playback/gstplaybin.c:
1582         * gst/playback/gststreamselector.c:
1583         First stab at integrating DVD subpicture overlay into
1584         playbin. Successfully plugs and plays, but the queues need
1585         shrinking - 3 seconds of video is too much buffering.
1586
1587 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1588
1589         * gst/audioconvert/gstaudioconvert.c:
1590           Remove now obsolete note in the docs.
1591
1592 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1593
1594         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1595         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1596         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1597         * docs/plugins/gst-plugins-base-plugins.args:
1598         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1599         * docs/plugins/gst-plugins-base-plugins.interfaces:
1600         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1601         * docs/plugins/gst-plugins-base-plugins.signals:
1602         * docs/plugins/inspect/plugin-adder.xml:
1603         * docs/plugins/inspect/plugin-alsa.xml:
1604         * docs/plugins/inspect/plugin-audioconvert.xml:
1605         * docs/plugins/inspect/plugin-audiorate.xml:
1606         * docs/plugins/inspect/plugin-audioresample.xml:
1607         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1608         * docs/plugins/inspect/plugin-cdparanoia.xml:
1609         * docs/plugins/inspect/plugin-decodebin.xml:
1610         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1611         * docs/plugins/inspect/plugin-gdp.xml:
1612         * docs/plugins/inspect/plugin-gnomevfs.xml:
1613         * docs/plugins/inspect/plugin-libvisual.xml:
1614         * docs/plugins/inspect/plugin-ogg.xml:
1615         * docs/plugins/inspect/plugin-pango.xml:
1616         * docs/plugins/inspect/plugin-playback.xml:
1617         * docs/plugins/inspect/plugin-queue2.xml:
1618         * docs/plugins/inspect/plugin-subparse.xml:
1619         * docs/plugins/inspect/plugin-tcp.xml:
1620         * docs/plugins/inspect/plugin-theora.xml:
1621         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1622         * docs/plugins/inspect/plugin-uridecodebin.xml:
1623         * docs/plugins/inspect/plugin-video4linux.xml:
1624         * docs/plugins/inspect/plugin-videorate.xml:
1625         * docs/plugins/inspect/plugin-videoscale.xml:
1626         * docs/plugins/inspect/plugin-videotestsrc.xml:
1627         * docs/plugins/inspect/plugin-volume.xml:
1628         * docs/plugins/inspect/plugin-vorbis.xml:
1629         * docs/plugins/inspect/plugin-ximagesink.xml:
1630         * docs/plugins/inspect/plugin-xvimagesink.xml:
1631         * ext/alsa/gstalsamixer.c:
1632         * ext/alsa/gstalsasink.c:
1633         * ext/alsa/gstalsasrc.c:
1634         * ext/gio/gstgiosink.c:
1635         * ext/gio/gstgiosrc.c:
1636         * ext/gio/gstgiostreamsink.c:
1637         * ext/gio/gstgiostreamsrc.c:
1638         * ext/gnomevfs/gstgnomevfssink.c:
1639         * ext/gnomevfs/gstgnomevfssrc.c:
1640         * ext/ogg/gstoggdemux.c:
1641         * ext/ogg/gstoggmux.c:
1642         * ext/pango/gstclockoverlay.c:
1643         * ext/pango/gsttextoverlay.c:
1644         * ext/pango/gsttextrender.c:
1645         * ext/pango/gsttimeoverlay.c:
1646         * ext/theora/theoradec.c:
1647         * ext/theora/theoraenc.c:
1648         * ext/theora/theoraparse.c:
1649         * ext/vorbis/vorbisdec.c:
1650         * ext/vorbis/vorbisenc.c:
1651         * ext/vorbis/vorbisparse.c:
1652         * ext/vorbis/vorbistag.c:
1653         * gst/adder/gstadder.c:
1654         * gst/audioconvert/gstaudioconvert.c:
1655         * gst/audioresample/gstaudioresample.c:
1656         * gst/audiotestsrc/gstaudiotestsrc.c:
1657         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1658         * gst/gdp/gstgdpdepay.c:
1659         * gst/gdp/gstgdppay.c:
1660         * gst/playback/gstdecodebin2.c:
1661         * gst/playback/gstplaybin.c:
1662         * gst/playback/gstplaybin2.c:
1663         * gst/playback/gstqueue2.c:
1664         * gst/playback/gsturidecodebin.c:
1665         * gst/tcp/gstmultifdsink.c:
1666         * gst/tcp/gsttcpserversink.c:
1667         * gst/videorate/gstvideorate.c:
1668         * gst/videoscale/gstvideoscale.c:
1669         * gst/videotestsrc/gstvideotestsrc.c:
1670         * gst/volume/gstvolume.c:
1671         * sys/ximage/ximagesink.c:
1672         * sys/xvimage/xvimagesink.c:
1673           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1674           titles. Drop mentining that all our example pipelines are "simple"
1675           pipelines.
1676
1677 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1678
1679         * tests/examples/seek/Makefile.am:
1680         Fix out of tree build by adding all required CFLAGS.
1681
1682 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1683
1684         * gst/playback/gstdecodebin.c: (add_raw_queue):
1685         And ref the pad before returning it again when linking to the queue
1686         failed. Otherwise we will unref the pad twice later and things break.
1687
1688 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1689
1690         * gst/playback/gstdecodebin.c: (add_raw_queue):
1691         If linking the raw pad with a queue fails, try it without a queue
1692         instead of failing completely. This should never happen.
1693
1694 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1695
1696         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1697
1698         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1699         Add a queue after a demuxer if the demuxer outputs raw data. This was
1700         done before only for non-raw data but is required in this case too.
1701         Fixes bug #540215.
1702
1703         decodebin2 doesn't have this issue because all streams of a group
1704         go through multiqueue.
1705
1706 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1707
1708         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1709
1710         * gst-libs/gst/sdp/gstsdpmessage.c:
1711         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1712         that getaddrinfo() can be used. Fixes #541358.
1713
1714 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1715
1716         * gst/videotestsrc/gstvideotestsrc.c:
1717         (gst_video_test_src_class_init), (gst_video_test_src_init),
1718         (gst_video_test_src_set_property),
1719         (gst_video_test_src_get_property), (gst_video_test_src_create):
1720         * gst/videotestsrc/gstvideotestsrc.h:
1721         Cleanups, use default property values as defines.
1722         Add property to enable/disable peer buffer allocation.
1723
1724 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1725
1726         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1727         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1728         Enable unit tests on PPC again as the bugs are now fixed.
1729
1730 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1731
1732         * gst-libs/gst/riff/riff-ids.h:
1733         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1734         (gst_riff_create_audio_template_caps):
1735         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1736         Fixes bug #540351.
1737
1738 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1739
1740         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1741         (gst_ffmpeg_pixfmt_to_caps):
1742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1743         (gst_ffmpegcsp_get_unit_size):
1744         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1745         it on other formats. Also adjust the unit size only for that format
1746         to not include the palette. Fixes bug #540497.
1747
1748 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1749
1750         * gst/adder/gstadder.c:
1751           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1752
1753 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1754
1755         * ChangeLog:
1756           ChangeLog surgery.
1757   
1758         * tests/examples/seek/seek.c:
1759           Move variable into ifdef too.
1760         
1761
1762 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1763
1764         * tests/examples/seek/seek.c:
1765           Include config.h and check if we have X. Remove XInitThread(), don't
1766           think its needed. Fixes: #540334.
1767
1768 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1769
1770         Patch by: Sam Morris <sam at robots dot org to uk>
1771
1772         * gst-libs/gst/interfaces/mixertrack.c:
1773         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1774         (gst_mixer_track_set_property):
1775         API: Add "index" property to GstMixerTrack to differantiate between
1776         multiple mixer tracks with the same label.
1777
1778         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1779         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1780         Set the "index" property of GstMixerTrack to the index given by ALSA.
1781         Fixes bug #528299.
1782
1783 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1784
1785         * tests/examples/seek/Makefile.am:
1786         * tests/examples/seek/seek.c:
1787           Remove libgstvideo usage. Use gtk_get_option_group instead of
1788           gtk_init().
1789
1790 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1791
1792         * tests/check/Makefile.am:
1793           Name the test registry format neutral.
1794
1795 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1796
1797         * gst/playback/gstqueue2.c:
1798           Do not double notify. Remove the unsued return value.
1799
1800 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1801
1802         * ext/alsa/gstalsamixer.c:
1803           Also consider "speaker" as a name for master volume. If that doesn't
1804           help look for the first non-mono volume control that also has a
1805           playback switch.
1806
1807 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1808
1809         * ChangeLog:
1810           Forgot to save the ChangeLog :/
1811
1812 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1813
1814         * tests/examples/seek/Makefile.am:
1815         * tests/examples/seek/seek.c:
1816           Embedd the xwindow. Allow to play multiple files.
1817
1818 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1819
1820         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1821         (gst_ximagesink_setcaps):
1822         * sys/ximage/ximagesink.h:
1823         When the caps change, make sure to re-draw borders in
1824         force-aspect-ratio=true mode.
1825         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1826         Don't clear the border_draw flag until we actually draw the border.
1827         * tests/check/Makefile.am:
1828         Ignore alsasink/src during the states test too, so it doesn't fail
1829         when running without access to the sound device.
1830
1831 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1832
1833         * tests/examples/seek/seek.c:
1834           Fix crasher when playing a parse-launch line the 2nd time.
1835
1836 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1837
1838         * tests/check/pipelines/oggmux.c:
1839           Properly ifdef tests to fix compilation.
1840
1841 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1842
1843         * gst/playback/gstplay-marshal.list:
1844         * gst/playback/gstplaybin2.c:
1845           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1846           playbin2. This allows the user to get to the selector's sinkpads, and
1847           thus inspect a range of things - caps, tags, etc. 
1848
1849 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1850
1851         * gst/playback/gstplaybin2.c:
1852           Use a different constant for the convert-frame signal id.
1853           Fixes #537009.
1854
1855 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1856
1857         * gst/playback/gstplaybin2.c:
1858         * gst/playback/gstplaysink.c:
1859           Fix a whole bunch of typos in comments and log statements. 
1860
1861 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1862
1863         * sys/xvimage/xvimagesink.c:
1864           Don't set colour balance values on the Xv port if the user hasn't
1865           changed them (via properties or the interface). Avoids accumulating
1866           rounding errors for the common case.
1867           Partial fix for bug #537889.
1868
1869 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1870
1871         * gst/playback/gstdecodebin2.c:
1872           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1873           pads are drained.
1874
1875 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1876
1877         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1878         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1879         Report the encoder latency. Fixes #538232.
1880
1881 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1882
1883         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1884         (notify_source), (activate_group):
1885         Implement the source property, emit notify when it changes in the
1886         underlying uridecodebin.
1887
1888 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1889
1890         * tests/examples/seek/seek.c: (stop_cb):
1891         Free and clear the seek element list so that we don't use invalid
1892         references when seeking after recreating a gst-launch line.
1893
1894 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1895
1896         * gst-libs/gst/audio/gstbaseaudiosink.c:
1897         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1898         (gst_base_audio_sink_render):
1899         Report latency even if we are not live instead of hiding it.
1900         Take ts-offset and render-delay of the basesink into account when
1901         scheduling samples.
1902         Rework the clipping code so that we can take the various offsets into
1903         account and still do correct clipping.
1904
1905 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1906
1907         * configure.ac:
1908         Bump verion back to devel -> 0.10.20.1
1909
1910 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1911
1912         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1913         Don't increase the size of non-string image buffers by one as this
1914         might in theory confuse decoders. Still increase it by one for string
1915         image buffers to append '\0'.
1916
1917 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1918
1919         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1920         
1921         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1922         Fix a buffer memleak and remove a confusing and wrong debug output.
1923         Fixes bug #538663.
1924
1925 === release 0.10.20 ===
1926
1927 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1928
1929         * configure.ac:
1930           releasing 0.10.20, "Here I Go Again"
1931
1932 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1933
1934         * configure.ac:
1935         0.10.19.3 pre-release
1936
1937 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1938
1939         * gst-libs/gst/rtsp/gstrtspconnection.c:
1940         Fix build on win32.
1941         Patch By: David Schleef <ds@schleef.org>
1942         Fixes: #536874
1943
1944 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1945
1946         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1947         (gst_gio_base_src_create):
1948         * ext/gio/gstgiobasesrc.h:
1949         Try to read the requested number of bytes, even if the first
1950         read returns less than requested, until nothing is read anymore
1951         or we have the requested amount of bytes. This fixes playback of
1952         files via Samba as Samba only allows to read 64k at once.
1953
1954         Implement a caching algorithm that makes sure that we read at
1955         least 4k of data every time. Some elements will try to read a few
1956         bytes, then seek, read again a few bytes and so on and this is
1957         painfully slow as every operation has to go over DBus if GVfs is
1958         used as backend.
1959
1960         Fixes bug #536849 and #536848.
1961
1962         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1963         (gst_gio_src_check_get_range):
1964         Override check_get_range() to blacklist http/https URIs
1965         and whitelist file URIs. More to be added on demand.
1966
1967 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1968
1969         * configure.ac:
1970         0.10.19.2 pre-release
1971
1972 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1973
1974         * win32/common/libgstrtsp.def:
1975         * win32/common/libgsttag.def:
1976         Add new API functions to the dll exports
1977
1978 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1979
1980         * gst/playback/gstplaybasebin.c:
1981           Disconnect signals from decodebins we created before we remove it
1982           from playbin, to avoid crashes if the decodebin is eventually
1983           disposed after the playbin itself (possible if the app takes a
1984           reference on the decodebin).
1985           Fixes #536521.
1986
1987 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1988
1989         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1990           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1991           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1992           (h264_video_type_find), (mpeg_video_stream_type_find),
1993           (dv_type_find), (mmsh_type_find):
1994           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1995           copy caps for no good reason (this may be desirable to make it easier
1996           to detect leaks, but then it should probably be done for all caps
1997           in the typefinder somewhere).
1998
1999 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2000
2001         * tests/check/Makefile.am:
2002         Do not try to run the check tests for subparse unless it has been
2003         built.
2004
2005 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2006
2007         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2008         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2009         Do not try to run a test which requires vorbisenc unless we have
2010         actually built it.
2011
2012 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2013
2014         * gst-libs/gst/rtsp/gstrtspconnection.c:
2015         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2016         (gst_rtsp_connection_clear_auth_params),
2017         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2018         * gst-libs/gst/rtsp/gstrtspconnection.h:
2019         Add a couple of missing argument guards.
2020         Add a way of setting the DSCP for an RTSP connection.
2021         Add an accessor method for the ip member of GstRTSPConnection as all
2022         members are supposed to be private.
2023
2024 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2025
2026         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2027         Fixed accidental use of IPv4 options for all IPv6 addresses.
2028
2029 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2030
2031         * gst-libs/gst/interfaces/mixertrack.h:
2032           Document mixer track flags.
2033
2034 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2035
2036         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2037
2038         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2039         Don't set caps on the buffers that contain a copy of the buffer
2040         including the caps of them resulting in an always increasing refcount
2041         of the caps and insanely large caps. Instead include a buffer without
2042         caps in the new caps. Fixes bug #536475.
2043
2044 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2045
2046         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2047         Transform a given PAR to a range on the struct with the generic
2048         height/width instead of the struct with the possibly restricted
2049         height/width.
2050
2051 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2052
2053         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2054         Prefer the given format if it contains something stricter than [1,MAX]
2055         for height or width and only put a structure that requires rescaling
2056         as second. This makes it possible to use videoscale in pipelines where
2057         the source can actually produce the wanted height/width but usually
2058         selects a different one from the requested.
2059
2060 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2061
2062         Based on patch by: John Millikin <jmillikin gmail com>
2063
2064         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2065           (gst_vorbis_tag_add_coverart):
2066           Retrieve COVERART tags from vorbis comments (#512333)
2067
2068 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2069
2070         * gst-libs/gst/tag/tag.h:
2071         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2072           Don't forget to add new enum value here too (should probably use
2073           glib-mkenums here...).
2074
2075 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2076
2077         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2078         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2079         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2080           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2081           (gst_tag_image_data_to_image_buffer):
2082           Add two utility functions to avoid code duplication (#512333):
2083           API: add gst_tag_image_data_to_image_buffer()
2084           API: add gst_tag_list_add_id3_image()
2085           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2086
2087 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2088
2089         * win32/common/libgstaudio.def:
2090         Add gst_audio_check_channel_positions() to the exported symbols.
2091
2092 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2093
2094         * docs/libs/gst-plugins-base-libs-sections.txt:
2095         * gst-libs/gst/audio/multichannel.c:
2096         (gst_audio_check_channel_positions):
2097         * gst-libs/gst/audio/multichannel.h:
2098         API: Make gst_audio_check_channel_positions() public.
2099
2100         * tests/check/libs/audio.c: (GST_START_TEST):
2101         Add some simple checks for gst_audio_check_channel_positions().
2102
2103 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2104
2105         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2106           minrange and maxrange are scaled according to the frequency
2107           multiplier.
2108
2109 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2110
2111         * ext/pango/Makefile.am:
2112         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2113           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2114           Use gstvideo functions to calculate strides and plane offsets. Fixes
2115           rendering issue ('ghost' images of the text on the chroma planes)
2116           with widths or heights that are not multiples of 8 (#506659 and
2117           probably also #485729).
2118
2119         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2120           (main):
2121           Test with odd height/width too.
2122
2123 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2124
2125         * gst/adder/gstadder.c: (gst_adder_query_duration),
2126         (gst_adder_query_latency):
2127         When using gst_element_iterate_pads() one has to unref every pad
2128         after usage.
2129
2130 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2131
2132         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2133         (gst_base_audio_src_class_init):
2134         Add a gtk-doc chunk for the new properties to have a Since: indication.
2135
2136 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2137
2138         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2139         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2140         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2141         (gst_base_audio_src_change_state):
2142         Provide readable actual-buffer-time and actual-latency-time properties
2143         that reflect the configured ringbuffer values. Fixes #524724.
2144         API: GstBaseAudioSrc:actual-buffer-time
2145         API: GstBaseAudioSrc:actual-latency-time
2146
2147 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2148
2149         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2150         (gst_basertppayload_change_state):
2151         Simply converting the running time into an RTP timestamp by scaling it
2152         based on the clock-rate is good enough for making an RTP timestamp. This
2153         has the added benefit that we can later on expose a property with the
2154         RTP timestamp of running time 0, as is needed for RTSP servers to
2155         generate the response of the PLAY request.
2156
2157 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2158
2159         * gst/audioconvert/gstaudioconvert.c:
2160         (structure_has_fixed_channel_positions),
2161         (gst_audio_convert_transform_caps):
2162         Allow up to 11 positioned channels now that audioconvert can handle
2163         this but add no default positions for > 8 channels.
2164         
2165         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2166         Add some unit tests for the above change: Test conversion of
2167         11 positioned channels to stereo and the other way around, test
2168         conversion of 15 unpositioned channels in different ways.
2169
2170 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2171
2172         * win32/common/libgstaudio.def:
2173         Add gst_audio_clock_reset to the list of exported symbols.
2174
2175 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2176
2177         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2178         Remove wrong_channels_identification_header unit test as we now
2179         support 7 (and more channels).
2180
2181 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2182
2183         * gst/audioconvert/gstchannelmix.c:
2184         (gst_channel_mix_fill_one_other):
2185         If mixing left or right to center (or the other way around) only take
2186         the complete value if we don't already have the original position in
2187         the source.
2188
2189 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2190
2191         * gst-libs/gst/audio/multichannel.c:
2192         (gst_audio_check_channel_positions),
2193         (gst_audio_set_structure_channel_positions_list),
2194         (gst_audio_fixate_channel_positions):
2195         Allow rear center together with rear left/right and other previously
2196         conflicting channel positions. The reason why they weren't allowed
2197         was the channel mixing implementation in audioconvert.
2198         Also take this into account when fixing channel layouts.
2199
2200         Allow setting channel positions for 1/2 channels when using
2201         gst_audio_set_structure_channel_position().
2202
2203         * gst/audioconvert/gstchannelmix.c:
2204         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2205         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2206         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2207         Major rewrite of the channel mixing.
2208
2209         We now allow previously conflicting channel positions to appear
2210         together (rear center and rear left/right for example).
2211         Fixes bug #533817.
2212
2213         Rework the way channels are mixed together to take more possible
2214         channel positions into account, properly mix from/to side channels
2215         and don't assume that either center, left&right or nothing of a
2216         specific position is available anymore.
2217
2218         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2219         Adjust unit tests with non-standard 1/2 channel layouts to the more
2220         correct new behaviour.
2221
2222         Add a unit test for 5.1->Stereo downmixing.
2223
2224 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2225
2226         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2227         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2228         Add sane defaults for the 7 and 8 channel layouts as those are
2229         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2230         more than 8 channels instead of erroring out. Fixes bug #535356.
2231
2232 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2233
2234         * docs/plugins/Makefile.am:
2235         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2236         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2237         * ext/theora/theoraparse.c:
2238         Add theoraparse to the docs and fix some docs.
2239
2240 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2241
2242         * gst-libs/gst/cdda/gstcddabasesrc.c:
2243         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2244         Fix EOS condition and track addition check, the track.end sector is
2245         included in the track. Fixes #533265.
2246
2247 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2248
2249         Patch by: Mark Nauwelaerts <manauw at skynet be>
2250
2251         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2252         (gst_video_rate_flush_prev), (gst_video_rate_event),
2253         (gst_video_rate_chain):
2254         * gst/videorate/gstvideorate.h:
2255         React (more) to NEWSEGMENT
2256         Small adjustment in timestamp calculation to prevent mismatches
2257         Fixes #435633.
2258
2259 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2260
2261         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2262           Initialise error to NULL as we should.
2263
2264 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2265
2266         * gst/adder/gstadder.c: (gst_adder_query_duration),
2267         (gst_adder_query_latency), (gst_adder_query):
2268         Implement latency query.
2269
2270 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2271
2272         * gst/adder/gstadder.c: (gst_adder_query_duration):
2273         Correctly resync the iterator if gst_iterator_next() returns
2274         GST_ITERATOR_RESYNC.
2275
2276 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2277
2278         * win32/vs6/libgstpbutils.dsp:
2279           Add pbutils-enumtypes.c to sources (#518037).
2280
2281 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2282
2283         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2284         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2285         * gst-libs/gst/audio/gstaudioclock.h:
2286         Add method to inform the clock that the time starts from 0 again. We use
2287         this info to calculate a clock offset so that the time we report in
2288         internal_time is monotonically increasing, as required by the clock base
2289         class. Fixes #521761.
2290         API: GstAudioClock::gst_audio_clock_reset()
2291
2292         * gst-libs/gst/audio/gstbaseaudiosink.c:
2293         (gst_base_audio_sink_skew_slaving),
2294         (gst_base_audio_sink_change_state):
2295         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2296         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2297         Reset reported time when we (re)create the ringbuffer.
2298
2299 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2300
2301         * ext/alsa/gstalsamixertrack.c:
2302           (gst_alsa_mixer_track_update_alsa_capabilities):
2303           Make sure playback volumes aren't accidentally overwritten by
2304           capture volumes if an alsa mixer track has both playback and
2305           capture capabilities: we create two GstMixerTracks in that
2306           case, so make sure we query only the alsa capabilities that
2307           refer to the type of GstMixerTrack we created from the dual
2308           capability alsa element. Should fix issues with Audigy2 sound
2309           cards (#518082).
2310
2311 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2312
2313         * tests/check/pipelines/oggmux.c: (test_pipeline):
2314           Don't use deprecated function.
2315
2316 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2317
2318         * gst/playback/gstdecodebin2.c:
2319         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2320         Check for NULL cases and log them, creating ghostpads can, for example,
2321         fail when the pad returns wrong caps.
2322
2323         * gst/playback/gstplaybin2.c: (perform_eos):
2324         When pushing out the EOS event, collect the return value and warn when
2325         something failed.
2326
2327 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2328
2329         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2330         (gst_riff_create_video_template_caps):
2331         Add support for DVCPRO.
2332
2333 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2334
2335         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2336           Change default scaling method from nearest-neighbour to bilinear.
2337
2338 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2339
2340         * tests/check/libs/video.c:
2341           More checks.
2342
2343 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2344
2345         * gst/subparse/gstsubparse.c: (parser_state_init),
2346           (gst_sub_parse_format_autodetect), (handle_buffer):
2347         * gst/subparse/gstsubparse.h:
2348         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2349           Limit duration to a maximum of five seconds for tmplayer format where
2350           we can guess the duration only from the timestamp of the next line of
2351           text. We don't want to show a text for eternities just because nothing
2352           else is being said for a while.
2353
2354 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2355
2356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2357         (gst_base_rtp_depayload_chain),
2358         (gst_base_rtp_depayload_handle_sink_event),
2359         (gst_base_rtp_depayload_push_full),
2360         (gst_base_rtp_depayload_change_state):
2361         Check sequence numbers, mark input buffers with a discont flag for the
2362         subclass when we detected a gap, drop duplicate buffers. We do this
2363         because one can use the element without a jitterbuffer in front and we
2364         don't want to feed the subclasses invalid or reordered data.
2365         Do an error when the subclass did not provide a process function instead
2366         of crashing.
2367         Some other small cleanups.
2368
2369 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2370
2371         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2372           May just as well use the precalculated uvstride here.
2373
2374 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2375
2376         * docs/plugins/Makefile.am:
2377         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2378         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2379         * docs/plugins/gst-plugins-base-plugins.args:
2380         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2381         * docs/plugins/gst-plugins-base-plugins.interfaces:
2382         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2383         * docs/plugins/inspect/plugin-adder.xml:
2384         * docs/plugins/inspect/plugin-alsa.xml:
2385         * docs/plugins/inspect/plugin-audioconvert.xml:
2386         * docs/plugins/inspect/plugin-audiorate.xml:
2387         * docs/plugins/inspect/plugin-audioresample.xml:
2388         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2389         * docs/plugins/inspect/plugin-cdparanoia.xml:
2390         * docs/plugins/inspect/plugin-decodebin.xml:
2391         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2392         * docs/plugins/inspect/plugin-gdp.xml:
2393         * docs/plugins/inspect/plugin-gio.xml:
2394         * docs/plugins/inspect/plugin-gnomevfs.xml:
2395         * docs/plugins/inspect/plugin-libvisual.xml:
2396         * docs/plugins/inspect/plugin-ogg.xml:
2397         * docs/plugins/inspect/plugin-pango.xml:
2398         * docs/plugins/inspect/plugin-playback.xml:
2399         * docs/plugins/inspect/plugin-queue2.xml:
2400         * docs/plugins/inspect/plugin-subparse.xml:
2401         * docs/plugins/inspect/plugin-tcp.xml:
2402         * docs/plugins/inspect/plugin-theora.xml:
2403         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2404         * docs/plugins/inspect/plugin-uridecodebin.xml:
2405         * docs/plugins/inspect/plugin-video4linux.xml:
2406         * docs/plugins/inspect/plugin-videorate.xml:
2407         * docs/plugins/inspect/plugin-videoscale.xml:
2408         * docs/plugins/inspect/plugin-videotestsrc.xml:
2409         * docs/plugins/inspect/plugin-volume.xml:
2410         * docs/plugins/inspect/plugin-vorbis.xml:
2411         * docs/plugins/inspect/plugin-ximagesink.xml:
2412         * docs/plugins/inspect/plugin-xvimagesink.xml:
2413         * ext/cdparanoia/gstcdparanoiasrc.c:
2414         * ext/ogg/gstoggdemux.c:
2415         * ext/ogg/gstoggdemux.h:
2416         * ext/ogg/gstoggmux.c:
2417         * ext/ogg/gstoggmux.h:
2418         * gst/audioconvert/audioconvert.c:
2419         * gst/audioconvert/audioconvert.h:
2420         * gst/audioconvert/gstaudioconvert.h:
2421         * gst/gdp/gstgdpdepay.h:
2422         * gst/gdp/gstgdppay.h:
2423         * gst/playback/gstdecodebin.c:
2424         * gst/playback/gstdecodebin2.c:
2425         * gst/playback/gstplaybin.c:
2426         * gst/playback/gstplaybin2.c:
2427         * gst/playback/gsturidecodebin.c:
2428         * gst/tcp/gstmultifdsink.c:
2429         * gst/tcp/gstmultifdsink.h:
2430         * gst/tcp/gsttcp.h:
2431
2432         Add some documentation comments, and some new headers to be scanned.
2433         Rename some internal enum declarations (audioconvert's DitherType and
2434         NoiseShapingType, GstUnitType from the TCP elements) to match the
2435         documented GObject type names so that the docs pick them up.
2436         Name the playbin2 docs markups properly so they get picked up. They'll
2437         need renaming back when/if playbin2 becomes playbin.
2438
2439         100% symbol coverage for the plugin docs, booya.
2440
2441 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2442
2443         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2444
2445         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2446         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2447
2448 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2449
2450         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2451
2452         * gst/playback/gstdecodebin.c: (remove_fakesink):
2453         Lock the fakesink before setting the state to NULL and removing it from
2454         the bin so that a concurrent state change cannot interfere. 
2455         Fixes #534331.
2456
2457 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2458
2459         * docs/Makefile.am:
2460         Fix installing plugin documentation when gtk-doc is disabled.
2461
2462 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2463
2464         * gst-libs/gst/rtsp/Makefile.am:
2465         Distribute, don't install md5.h
2466
2467 2008-05-21  Julien Moutte  <julien@fluendo.com>
2468
2469         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2470         instead of SOL_IP, works on more platforms.
2471         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2472         arguments.
2473
2474 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2475
2476         * ext/vorbis/vorbisdec.c:
2477         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2479         Some debug and comment fixes.
2480
2481         * tests/examples/dynamic/addstream.c: (main):
2482         Fix , to ;
2483
2484 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2485
2486         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2487         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2488         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2489         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2490         (cleanup_decodebin):
2491         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2492         (connect_element), (gst_decode_group_control_demuxer_pad):
2493         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2494         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2495         (mute_group_type):
2496         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2497         (gst_play_bin_set_property), (handoff), (gen_video_element),
2498         (gen_text_element), (gen_audio_element), (gen_vis_element),
2499         (remove_sinks), (add_sink), (setup_sinks):
2500         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2501         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2502         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2503         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2504         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2505         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2506         (gen_vis_chain), (gst_play_sink_reconfigure),
2507         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2508         (gst_play_sink_request_pad):
2509         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2510         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2511         (cb_newpad):
2512         * gst/playback/test6.c: (new_decoded_pad_cb):
2513         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2514         * tests/check/elements/audiorate.c: (test_injector_chain),
2515         (do_perfect_stream_test):
2516         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2517         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2518         * tests/check/elements/gnomevfssink.c:
2519         * tests/check/elements/textoverlay.c:
2520         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2521         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2522         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2523         * tests/check/pipelines/oggmux.c: (test_pipeline):
2524         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2525         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2526         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2527         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2528         * tests/examples/seek/seek.c: (make_mod_pipeline),
2529         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2530         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2531         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2532         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2533         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2534         (update_fill), (msg_buffering):
2535         Don't use bad gst_element_get_pad().
2536
2537 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2538
2539         * gst-libs/gst/riff/riff-media.c:
2540           Fix wrong method name in docs. Fix calculation of strf fields for
2541           broken mulaw/alaw.
2542   
2543         * gst-libs/gst/riff/riff-read.c:
2544           Whitespace fix and removing double ';'.
2545
2546 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2547
2548         * docs/design/part-playbin2.txt:
2549         Add some leftover doc.
2550
2551 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2552
2553         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2554         Fix copy & paste error in last commit.
2555
2556 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2557
2558         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2559         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2560         other channel positions when source has SIDE channels and dest doesn't
2561         or the other way around.
2562
2563 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2564
2565         Patch by: Henrik Eriksson <henriken at axis dot com>
2566
2567         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2568         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2569         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2570         (gst_multi_fd_sink_get_property):
2571         * gst/tcp/gstmultifdsink.h:
2572         Add support for DSCP QOS. Fixes #469933.
2573
2574 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2575
2576         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2577         Add another test that checks if conversion between standard 1 and 2
2578         channel layouts with and without positions set is working.
2579
2580 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2581
2582         * gst-libs/gst/audio/multichannel.c:
2583         (gst_audio_check_channel_positions):
2584         Allow non-standard 2 channel layouts.
2585         
2586         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2587         Add some tests for converting and remapping non-standard 1 and 2
2588         channel layouts.
2589
2590 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2591
2592         * gst/audioconvert/gstchannelmix.c:
2593         (gst_channel_mix_fill_normalize):
2594         Prevent division by zero if the channel mix matrix contains only
2595         zeroes.
2596
2597 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2598
2599         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2600
2601         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2602         Close a buffer memory leak. Fixes bug #534071.
2603
2604 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2605
2606         * gst-libs/gst/rtsp/gstrtsptransport.h:
2607         Make the GstRTSPTransport struct members public as there are no
2608         setters/getters and it's supposed to be changed directly.
2609         Fixes bug #533087.
2610
2611 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2612
2613         * gst/adder/gstadder.c:
2614         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2615         claim this on the pad template caps.
2616
2617 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2618
2619         * gst-libs/gst/audio/gstbaseaudiosink.c:
2620         (gst_base_audio_sink_sync_latency):
2621         We can only use our optimal calibration if we prerolled before the
2622         latency expired.
2623
2624 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2625
2626         * configure.ac:
2627           Require core CVS for GstBaseSrc buffer caps setting magic.
2628
2629 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2630
2631         * gst/audioconvert/gstaudioconvert.c:
2632         (gst_audio_convert_fixate_channels):
2633         Fix logic in last commit.
2634
2635 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2636
2637         * gst/audioconvert/gstaudioconvert.c:
2638         (gst_audio_convert_fixate_channels):
2639         Passthrough the channel positions if the number of output channels is
2640         the same as the number of input channels, the input had a channel
2641         layout and downstream requests no special one. We did this already for
2642         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2643
2644 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2645
2646         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2647         (gst_gnome_vfs_src_finalize),
2648         (gst_gnome_vfs_src_received_headers_callback),
2649         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2650         * ext/gnomevfs/gstgnomevfssrc.h:
2651         Set the ICY caps on the srcpad from where they get picked up by the base
2652         class now and set on the outgoing buffers.
2653
2654         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2655         (gst_base_audio_src_create):
2656         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2657         BaseSrc now sets the caps on outgoing buffers automatically.
2658
2659 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2660
2661         * gst-libs/gst/audio/gstbaseaudiosink.c:
2662         (gst_base_audio_sink_resample_slaving),
2663         (gst_base_audio_sink_skew_slaving),
2664         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2665         (gst_base_audio_sink_async_play),
2666         (gst_base_audio_sink_change_state):
2667         Change the way in which the ringbuffer is started when dealing with a
2668         slaved clock and latency. We now sync to the clock until we reach
2669         upstream latency before starting the ringbuffer. This has the effect
2670         that we can accurately align the master and slave clocks and let the
2671         rate correction code take care of the initial drift or rounding errors
2672         instead of leaving them uncorrected with the old approach.
2673
2674 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2675
2676         * gst/audioconvert/gstaudioconvert.c:
2677         (gst_audio_convert_fixate_channels):
2678         Correctly set the default channel positions when converting to 8
2679         channels.
2680
2681 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2682
2683         * configure.ac:
2684           Error out if we don't have the required version of core.
2685
2686 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2687
2688         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2689           Use data scan helper in aac typefinder and stop scanning
2690           for headers when we've found a type. Also fix potential invalid
2691           memory access when calculating the frame length.
2692
2693 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2694
2695         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2696           (mpeg_sys_is_valid_pack):
2697           Don't modify scan context when we return FALSE in ensure_data, so
2698           it's possible to continue scanning, and we don't end up with a NULL
2699           data pointer and a positive size, which might bite us the next time
2700           we're called. Small constification.
2701
2702 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2703
2704         * gst/adder/gstadder.c:
2705         Adder doesn't support 24 bit samples so don't claim it supports them
2706         in the pad template caps.
2707
2708 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2709
2710         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2711         (gst_base_rtp_depayload_chain):
2712         Validate the RTP packet before further processing it. It's just too
2713         dangerous to accept random packets and people are not forced to use a
2714         jitterbuffer or session manager to filter out the bad packets.
2715
2716         * gst-libs/gst/rtp/gstrtpbuffer.c:
2717         (gst_rtp_buffer_set_extension_data),
2718         (gst_rtp_buffer_get_payload_subbuffer):
2719         Small cleanups.
2720         When setting extension data in a buffer that is too small, we fail and
2721         we should not set the extension bit.
2722         Change GST_WARNINGS into g_warning because they really are
2723         programming errors.
2724
2725         * tests/check/libs/rtp.c: (GST_START_TEST):
2726         Catch the g_warnings now in the unit tests and that fact that failing to
2727         set extension data left the extension bit untouched.
2728
2729 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2730
2731         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2732           Revert previous change which made basetransform handle buffer_alloc
2733           and which breaks things badly in the non-passthrough case since it
2734           returned buffers with a different (ie. sometimes smaller) size than
2735           the size requested.
2736
2737 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2738
2739         Patch by: Bernard B <b-gnome at largestprime dot net>
2740
2741         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2742         Fix seqnum compare function for bordercase values and fix the docs
2743         again. Fixes #533075.
2744
2745         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2746         Add a testcase for seqnum compare function.
2747
2748 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2749
2750         * gst/adder/gstadder.c: (gst_adder_setcaps),
2751         (gst_adder_class_init):
2752         Correctly declare the supported endianness on the pad templates
2753         and check for correct endianness in the set caps function. Adder
2754         only supports native endianness.
2755         Also use gst_element_class_set_details_simple().
2756
2757 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2758
2759         * sys/xvimage/xvimagesink.c:
2760           Better debug logging in port value handling. Merging separate port
2761           value loops into one.
2762
2763 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2764
2765         Patch by: Hannes Bistry <hannesb at gmx dot de>
2766
2767         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2768         * gst/tcp/gsttcpserversink.c:
2769         (gst_tcp_server_sink_handle_server_read),
2770         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2771         Fix regression in clientsrc because we did not add the fd to the poll
2772         set anymore. Fixes #532364.
2773         Do some cleanups here and there.
2774
2775 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2776
2777         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2778         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2779         * gst/playback/gstplay-marshal.list:
2780         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2781         Use correct marshallers. GstCaps are a boxed type and no GObject
2782         subclass.
2783
2784 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2785
2786         * win32/common/libgstrtsp.def:
2787         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2788         symbols.
2789
2790 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2791
2792         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2793
2794         * tests/check/elements/audioresample.c:
2795         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2796         (live_switch_push), (GST_START_TEST):
2797         Add unit test for the latest basetransform negotiation changes.
2798         See bug #526768.
2799
2800 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2801
2802         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2803         Fix nv12<->nv21 conversion if stride is larger than width.
2804
2805 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2806
2807         Patch by: Jan Gerber <j at oil21 dot org>
2808
2809         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2810         (gst_ogg_pad_parse_skeleton_fisbone):
2811         * ext/ogg/gstoggdemux.h:
2812         Parse presentation time from skeleton streams and use it as offset
2813         for the timestamps. Fixes bug #530068.
2814
2815 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2816
2817         * gst-libs/gst/audio/gstbaseaudiosink.c:
2818         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2819         Revert previous patch that attempted to more accurately calculate the
2820         initial offset between master and slave clock. The best thing we can do
2821         in general is take the time of both clocks as the diff since we don't
2822         know when the actual preroll happened.
2823
2824 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2825
2826         * gst-libs/gst/pbutils/install-plugins.c:
2827           Fix docs: type and missing word.
2828
2829 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2830
2831         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2832           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2833           for this instead; don't check if we've found enough markers after
2834           each and every step, it's enough to do that only if we've actually
2835           found a new marker.
2836           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2837
2838 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2839
2840         * gst/typefind/gsttypefindfunctions.c:
2841           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2842           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2843           (mpeg_video_stream_type_find):
2844           Move scan helper thingy to the beginning of the file so we can use
2845           it in other typefind functions. Rename it to something more
2846           generic. Also improve handling of things towards the end of the
2847           typefind data: peek as much as we can if we know the size of the
2848           data, rather than just min_size.
2849
2850 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2851
2852         * docs/libs/gst-plugins-base-libs-sections.txt:
2853         * gst-libs/gst/interfaces/colorbalance.c:
2854         * gst-libs/gst/interfaces/colorbalance.h:
2855         * gst-libs/gst/interfaces/colorbalancechannel.c:
2856         * gst-libs/gst/interfaces/colorbalancechannel.h:
2857         * gst-libs/gst/interfaces/tuner.c:
2858         * gst-libs/gst/interfaces/tunerchannel.c:
2859         * gst-libs/gst/interfaces/tunerchannel.h:
2860         * gst-libs/gst/interfaces/tunernorm.c:
2861         * gst-libs/gst/interfaces/tunernorm.h:
2862         * gst-libs/gst/video/video.c:
2863         * gst-libs/gst/video/video.h:
2864         Document the GstTuner and GstColorBalance interfaces, and some
2865         other random API functions that needed it. 70% symbol coverage, woo.
2866
2867 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2868
2869         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2870         Choose to allocate one less segment but require one additional segment
2871         as latency. 
2872
2873         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2874         No need to increment the number of segments in the source.
2875
2876         * gst-libs/gst/audio/gstbaseaudiosink.c:
2877         (gst_base_audio_sink_get_time), (clock_convert_external),
2878         (gst_base_audio_sink_resample_slaving),
2879         (gst_base_audio_sink_skew_slaving),
2880         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2881         (gst_base_audio_sink_async_play):
2882         Remove adding latency when returning the internal time while subtracting
2883         it again when we use the value a little later.
2884         When calculating the end timestamp, we are making a rounding error
2885         with the current algorithm. Ensure that we don't accumulate these
2886         rounding errors when aligning samples by not resampling at all if we
2887         don't need to. Fixes #419351.
2888         Make the initial calibration of the clock slaving a little more
2889         predictable and accurate. Also handle the case where we don't do
2890         clock slaving.
2891
2892 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2893
2894         Based on a patch by:
2895           Björn Benderius <bjoern dot benderius at axis dot com>
2896
2897         * gst/ffmpegcolorspace/avcodec.h:
2898         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2899         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2900         (gst_ffmpegcsp_avpicture_fill):
2901         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2902         * gst/ffmpegcolorspace/imgconvert_template.h:
2903         Add conversions from/to NV12 and NV21 and conversions between those
2904         two formats. Fixes bug #532166.
2905
2906 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2907
2908         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2909         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2910         which happens for example with files smaller than 128kb.
2911
2912 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2913
2914         Patch by: Wouter Cloetens <zombie at e2big dot org>
2915
2916         * gst-libs/gst/rtsp/Makefile.am:
2917         * gst-libs/gst/rtsp/gstrtspconnection.c:
2918         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2919         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2920         (add_auth_header), (gst_rtsp_connection_free),
2921         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2922         (gst_rtsp_connection_set_auth_param),
2923         (gst_rtsp_connection_clear_auth_params):
2924         * gst-libs/gst/rtsp/gstrtspconnection.h:
2925         Add Digest authorization support for RTSP connections. See #532065.
2926
2927         * gst-libs/gst/rtsp/md5.c:
2928         * gst-libs/gst/rtsp/md5.h:
2929         Yeap, another md5 implementation until we can depend on a glib that has
2930         support for it.
2931
2932 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2933
2934         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2935
2936         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2937         Let audioresample use the buffer allocation of basetransform instead
2938         of it's own stuff.
2939
2940         * tests/check/elements/audioresample.c: (alloc_only_48000),
2941         (GST_START_TEST), (audioresample_suite):
2942         Add unit test for the recent basetransform bugfix, where upstream
2943         changes caps to something that can't be passed through anymore.
2944
2945 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2946
2947         * win32/common/config.h.in:
2948           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2949           use the real thing than having "???" unconditionally.
2950
2951 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2952
2953         * gst-libs/gst/audio/gstbaseaudiosink.c:
2954         (gst_base_audio_sink_query):
2955         Report the latency with the new seglatency parameter.
2956
2957         * gst-libs/gst/audio/gstringbuffer.c:
2958         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2959         (gst_ring_buffer_acquire):
2960         * gst-libs/gst/audio/gstringbuffer.h:
2961         Add new field to the ringbufferspec to specify the expected latency
2962         between the underlying device read/write pointer, this is needed
2963         when writing sinks that sit a little closer to the hardware.
2964         Add some more docs for other fields.
2965
2966 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2967
2968         * gst/volume/gstvolume.c: (volume_transform_ip):
2969         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2970         reason instead of crashing later. Might fix bug #509125.
2971
2972 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2973
2974         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2975
2976         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2977         * gst/audioconvert/audioconvert.h:
2978         * gst/audioconvert/gstaudioconvert.c:
2979         (gst_audio_convert_parse_caps),
2980         (structure_has_fixed_channel_positions),
2981         (gst_audio_convert_transform_caps):
2982         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2983         Add support for more than 8 channels and NONE channel layouts. For
2984         more than 8 channels no channel conversion is supported yet, only
2985         format conversions are supported. Fixes bug #398033.
2986
2987         * tests/check/elements/audioconvert.c: (verify_convert),
2988         (GST_START_TEST), (audioconvert_suite):
2989         Add some unit tests by Tim for checking the NONE channel layouts
2990         and more than 8 channels and add some more unit tests for channel
2991         conversions.
2992
2993 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2994
2995         * gst/playback/gstdecodebin2.c: (connect_pad):
2996         When autoplugging fails, set the element back to NULL before
2997         unreffing it.
2998
2999 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3000
3001         * win32/common/libgstaudio.def:
3002         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3003         symbols.
3004
3005 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3006
3007         * gst/subparse/samiparse.c: (handle_start_sync),
3008         (end_sami_element), (characters_sami):
3009         Remove trailing, leading and double whitespaces.
3010         Correctly timestamp buffers and output the last buffer too.
3011
3012         * tests/check/elements/subparse.c: (GST_START_TEST),
3013         (subparse_suite):
3014         Add a simple unit test for SAMI parsing.
3015
3016 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3017
3018         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3019
3020         * gst/subparse/samiparse.c: (handle_start_sync),
3021         (start_sami_element), (end_sami_element), (characters_sami),
3022         (sami_context_reset):
3023         Only output characters inside the "sync" elements. There could be
3024         other elements like "style" that have some content but should
3025         not be printed. Fixes bug #467911.
3026
3027 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3028
3029         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3030         (set_active_source):
3031         * gst/playback/gstplaybasebin.h:
3032         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3033         (playbin_set_audio_mute):
3034         Allow setting -1 as current-audio to mute the current audio stream,
3035         similar to what is done for subtitles. Fixes bug #342294.
3036
3037 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3038
3039         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3040         It's SorensOn and not SorensEn.
3041
3042 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3043
3044         * gst-libs/gst/pbutils/descriptions.c: (formats):
3045           Fix description of video/x-flash-video.
3046
3047 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3048
3049         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3050         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3051         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3052         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3053         Remove some unused code.
3054
3055         * gst/audioconvert/gstaudioquantize.c:
3056         (gst_audio_quantize_free_noise_shaping):
3057         Don't return before freeing the noise shaping history.
3058
3059 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3060
3061         * tests/check/elements/subparse.c: (do_test),
3062           (test_tmplayer_style3b), (subparse_suite):
3063           Add unit test for the tmplayer variant from bug #530962.
3064
3065 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3066
3067         * gst/subparse/gstsubparse.c: (handle_buffer),
3068           (gst_sub_parse_sink_event):
3069         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3070           (tmplayer_parse_line):
3071           Fix parsing of tmplayer subtitle variant where every single line contains
3072           text and there isn't an empty line after each line to determine the
3073           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3074           making sure that we push out the last line of text without a duration if
3075           there's still text left in the buffer at the end.
3076
3077 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3078
3079         * gst/subparse/gstsubparse.c: (feed_textbuf):
3080           Fix detection of discontinuities based on the buffer offset (doesn't work
3081           so well if no buffer offset is set) and also check for the DISCONT buffer
3082           flag. This keeps the parser state from being reset after each buffer in
3083           the unit test.
3084
3085 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3086
3087         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3088           Further fine-tuning: don't absolutely require sequence or GOP headers
3089           (as introduced in the previous commit), but adjust the typefind
3090           probabilities returned accordingly if we don't see them. Also make sure
3091           picture header and first slice are somewhat close to each other (which
3092           is not perfect but still better than requiring a fixed offset or having
3093           no limit at all).
3094
3095 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3096
3097         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3098         (gst_basertppayload_sink_setcaps),
3099         (gst_basertppayload_sink_getcaps):
3100         Rename the setcaps/getcaps function internally to make it clear that
3101         they are called for the sink pad.
3102
3103 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3104
3105         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3106         (gst_base_rtp_depayload_class_init),
3107         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3108         (gst_base_rtp_depayload_packet_lost),
3109         (gst_base_rtp_depayload_set_gst_timestamp):
3110         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3111         Catch packet-lost events from the jitterbuffer and convert them into a
3112         vmethod call (lost-packet) so that depayloaders can do something smart.
3113         Also add a default packet-lost function that sends out a segment update
3114         to the decoders.
3115
3116 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3117
3118         * gst/playback/test4.c:
3119         * gst/playback/test5.c:
3120         * gst/playback/test6.c:
3121         * gst/playback/test7.c:
3122           Also include config.h when relying on defines from it. Fixes the
3123           build. Its been a please to serve :)
3124
3125 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3126
3127         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3128         (paint_setup_NV21), (paint_hline_NV12_NV21):
3129         Add support for NV12 and NV21 in videotestsrc
3130
3131 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3132
3133         * gst/videoscale/gstvideoscale.c:
3134         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3135         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3136         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3137         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3138         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3139         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3140         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3141         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3142         (vs_image_scale_linear_RGB555):
3143         Support 1x1 images as input and output as for example the BBC HQ new
3144         streams have 1x1 GIFs in the playlists for some reason.
3145
3146 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3147
3148         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3149           (try_to_link_1):
3150           If we can't activate one of the decoders we plugged in (such as,
3151           say, musepackdec) for some reason (it might not support push mode,
3152           for example), remove any pad probes that close_pad_link() might
3153           have set up. This makes sure we later don't try to remove a probe
3154           for a pad that doesn't exist any longer, and avoids nast warnings
3155           and probably other things too.
3156
3157 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3158
3159         * gst/typefind/gsttypefindfunctions.c:
3160           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3161           (plugin_init):
3162           Rework mpeg video stream typefinding a bit more: make sure sequence,
3163           GOP, picture and slice headers appear in the order they should and
3164           that we've in fact at least had one of each; fix picture header
3165           detection; decouple picture and slice header check - don't assume
3166           they're at a fixed offset, there may be extra data in between. Also,
3167           announce varying degrees of probability depending on what we found
3168           exactly (multiple pictures, at least one picture, just sequence and
3169           GOP headers). Finally, in _ensure_data(), take into account that we
3170           might be typefinding smaller amounts of data, such as the first
3171           buffer of a stream, so fall back to the minimum size needed as long
3172           as that's available, instead of erroring out if there's less than
3173           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3174           fuzzed file from #399342 as valid.
3175
3176 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3177
3178         * ext/theora/theoradec.c:
3179           Cool kids don't divide by zero.
3180           Treat PAR of x:0 as 1:1.
3181           Fixes #530719.
3182
3183 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3184
3185         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3186           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3187           (mpeg_video_stream_type_find):
3188           Refactor a bit: use context structure to track parsing offset and
3189           size of available data and make the code a bit clearer. Fixes bad
3190           memory access in #356937.
3191
3192 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3193
3194         * gst/playback/test4.c:
3195         * gst/playback/test5.c:
3196         * gst/playback/test6.c:
3197         * gst/tcp/gstmultifdsink.c:
3198           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3199           is defined.
3200
3201 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3202
3203         * gst-libs/gst/audio/gstbaseaudiosink.h:
3204         Clarify some docs.
3205
3206         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3207         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3208         (gst_base_audio_src_set_slave_method),
3209         (gst_base_audio_src_get_slave_method),
3210         (gst_base_audio_src_set_property),
3211         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3212         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3213         Add property and methods for selecting the clock slave method in the
3214         source, like in the sink.
3215         We only implement "none" and "re-timestamp" for now.
3216         API: gst_base_audio_src_set_slave_method()
3217         API: gst_base_audio_src_get_slave_method()
3218
3219 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3220
3221         * gst-libs/gst/rtp/gstrtpbuffer.c:
3222         Fix the docs about the seqnum compare function, it returns a difference.
3223
3224 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3225
3226         * ext/alsa/gstalsadeviceprobe.c:
3227         (gst_alsa_get_device_list): Don't return before freeing up
3228         the allocated structures.
3229
3230 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3231
3232         * gst/playback/gstplaybin.c:
3233           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3234
3235 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3236
3237         * ext/ogg/gstoggdemux.c:
3238           Revert the event part, that should not go in.
3239
3240 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3241
3242         * ext/ogg/gstoggdemux.c:
3243           Don't leak GstPluginFeatures when filtering.
3244
3245 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3246
3247         * sys/xvimage/xvimagesink.c:
3248           Add some logging for cases when grabbing the xv failed.
3249
3250 2008-04-21  David Schleef  <ds@schleef.org>
3251
3252         * ext/ogg/gstoggmux.c:
3253           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3254           packet.  Should conform to what we currently think is the
3255           final Ogg/Dirac muxing spec.
3256
3257 2008-04-21  David Schleef  <ds@schleef.org>
3258
3259         * sys/xvimage/xvimagesink.c:
3260           Fix typo that causes the overlay keying color to bright green
3261           on a 16-bit display.  Dark grey good.  Bright green bad.
3262
3263 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3264
3265         * ext/gnomevfs/gstgnomevfsuri.c:
3266           Add  FIXME comment about using uri-list for source and sink.
3267
3268 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3269
3270         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3271         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3272         vaargs functions to gint. Otherwise the fractions will get 0 set
3273         instead of the correct value on big endian systems. Fixes bug #529018.
3274
3275 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3276
3277         * ext/gnomevfs/gstgnomevfssink.c:
3278         (gst_gnome_vfs_sink_uri_get_protocols):
3279         * ext/gnomevfs/gstgnomevfssrc.c:
3280         (gst_gnome_vfs_src_uri_get_protocols):
3281         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3282         (gst_gnomevfs_get_supported_uris):
3283         Get the list of supported URI schemes in a threadsafe way and use the
3284         same list for the source and sink.
3285
3286 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3287
3288         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3289         (gst_gio_get_supported_protocols):
3290         Don't generate a new supported protocols list on each call but cache
3291         it. It's supposed to be static anyway, this way we only leak it once
3292         per process.
3293
3294         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3295         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3296         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3297         (gst_gio_sink_start):
3298         * ext/gio/gstgiosink.h:
3299         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3300         (gst_gio_src_class_init), (gst_gio_src_finalize),
3301         (gst_gio_src_set_property), (gst_gio_src_get_property),
3302         (gst_gio_src_start):
3303         * ext/gio/gstgiosrc.h:
3304         API: Add "file" properties where one can set a GFile as
3305         source/destination.
3306
3307         Add locking to the properties and use
3308         gst_element_class_set_details_simple() instead of a static
3309         GstElementDetails struct.
3310
3311 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3312
3313         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3314         (plugin_init):
3315         Add "mpp" and "mp+" as possible extensions for MusePack files.
3316
3317         Add typefinding for MusePack StreamVersion 8 files and include the
3318         stream version in the caps.
3319
3320 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3321
3322         * gst-libs/gst/rtp/gstrtppayloads.c:
3323         (gst_rtp_payload_info_for_name):
3324         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3325
3326 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3327
3328         * configure.ac:
3329           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3330           (NB: this only affects compilation of some of the examples).
3331           Remove some configure.ac cruft that's not needed any longer.
3332
3333 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3334
3335         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3336         Don't validate the payload if there isn't any.
3337         Fixes #525915
3338
3339 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3340
3341         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3342         Use g_atomic_int_set() instead of gst_atomic_int_set().
3343
3344 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3345
3346         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3347         Return NULL instead of a gchar * array with one NULL element if we
3348         don't get any supported URI schemes from GIO.
3349
3350 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3351
3352         * gst/audiotestsrc/gstaudiotestsrc.c:
3353           Remove cpp style commented old code.
3354
3355 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3356
3357         * gst/playback/gstdecodebin2.c:
3358           Fix signal docs.
3359
3360 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3361
3362         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3363           (gst_text_overlay_init):
3364           Fix textoverlay unit test again by making the supposed default
3365           value for the wait-text property the actual default value.
3366           Also fix Since: tag for new property.
3367
3368 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3369
3370         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3371           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3372           (gst_video_format_get_pixel_stride),
3373           (gst_video_format_get_component_width),
3374           (gst_video_format_get_component_height),
3375           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3376           (gst_video_format_convert):
3377           Add guards to these functions to ensure sane input values.
3378
3379         * tests/check/libs/video.c:
3380           Fix unit test not to create caps with width=0 and height=0.
3381
3382 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3383
3384         * docs/design/draft-keyframe-force.txt:
3385         Fix typo.
3386
3387         * gst/playback/gstqueue2.c: (update_buffering),
3388         (gst_queue_handle_src_query):
3389         Set buffering mode in the messages.
3390         Set buffering percent in the query.
3391
3392         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3393         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3394         Do some more fancy things based on the buffering method in use.
3395
3396 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3397
3398         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3399         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3400         (msg_buffering), (main):
3401         Add basic download reports to seek using the new buffering API.
3402
3403 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3404
3405         * gst/playback/gstqueue2.c: (update_buffering),
3406         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3407         (gst_queue_src_checkgetrange_function):
3408         Include extra buffering stats in the buffering message.
3409         Implement BUFFERING query.
3410
3411         * gst/playback/gsturidecodebin.c: (do_async_start),
3412         (do_async_done), (type_found), (setup_streaming), (setup_source),
3413         (gst_uri_decode_bin_change_state):
3414         Only add decodebin2 when the type is found in streaming mode.
3415         Make uridecodebin async to PAUSED even when we don't have decodebin2
3416         added yet.
3417
3418 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3419
3420         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3421         Filter cdda from the supported URI schemes. We can't support
3422         musicbrainz tags and everything else one expects from a cdda source
3423         with GIO. Fixes bug #526794.
3424
3425 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3426
3427         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3428         (gst_xvimagesink_buffer_alloc):
3429         Fix calculation of 'expected size' for YV12 buffers.
3430         Be a little more verbose in the debug output for buffer-alloc'ed
3431         buffers which turn out to have the wrong size.
3432
3433 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3434
3435         * NEWS:
3436         * RELEASE:
3437         * gst-plugins-base.doap:
3438           Merge other changes from 0.10.19 release branch.
3439
3440 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3441
3442         * gst-libs/gst/audio/gstbaseaudiosink.c:
3443           (gst_base_audio_sink_class_init):
3444         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3445           (gst_base_audio_src_class_init):
3446         * gst/playback/gstplayback.c: (plugin_init):
3447         * gst/volume/gstvolume.c: (plugin_init):
3448           Work around missing bits of thread-safety on older GLibs some
3449           more to avoid assertions when starting up multiple playbin
3450           objects concurrently (see #512382).
3451
3452 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3453
3454         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3455           Remove some more fields.
3456
3457 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3458
3459         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3460
3461         * configure.ac:
3462         Actually build dlls when cross-compiling with mingw32.
3463         Fixes bug #526247.
3464
3465 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3466
3467         * configure.ac:
3468           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3469
3470 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3471
3472         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3473         (msg_buffering), (connect_bus_signals), (main):
3474         Add statusbar.
3475         Add buffering support with feedback in the statusbar.
3476
3477 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3478
3479         * ext/ogg/gstoggmux.c:
3480           Fix sample pipeline description.
3481
3482 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3483
3484         * docs/plugins/Makefile.am:
3485         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3486         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3487         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3488           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3489
3490         * docs/plugins/gst-plugins-base-plugins.args:
3491         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3492         * docs/plugins/gst-plugins-base-plugins.interfaces:
3493         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3494         * docs/plugins/inspect/plugin-adder.xml:
3495         * docs/plugins/inspect/plugin-alsa.xml:
3496         * docs/plugins/inspect/plugin-audioconvert.xml:
3497         * docs/plugins/inspect/plugin-audiorate.xml:
3498         * docs/plugins/inspect/plugin-audioresample.xml:
3499         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3500         * docs/plugins/inspect/plugin-cdparanoia.xml:
3501         * docs/plugins/inspect/plugin-decodebin.xml:
3502         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3503         * docs/plugins/inspect/plugin-gdp.xml:
3504         * docs/plugins/inspect/plugin-gnomevfs.xml:
3505         * docs/plugins/inspect/plugin-libvisual.xml:
3506         * docs/plugins/inspect/plugin-ogg.xml:
3507         * docs/plugins/inspect/plugin-pango.xml:
3508         * docs/plugins/inspect/plugin-playback.xml:
3509         * docs/plugins/inspect/plugin-queue2.xml:
3510         * docs/plugins/inspect/plugin-subparse.xml:
3511         * docs/plugins/inspect/plugin-tcp.xml:
3512         * docs/plugins/inspect/plugin-theora.xml:
3513         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3514         * docs/plugins/inspect/plugin-uridecodebin.xml:
3515         * docs/plugins/inspect/plugin-video4linux.xml:
3516         * docs/plugins/inspect/plugin-videorate.xml:
3517         * docs/plugins/inspect/plugin-videoscale.xml:
3518         * docs/plugins/inspect/plugin-videotestsrc.xml:
3519         * docs/plugins/inspect/plugin-volume.xml:
3520         * docs/plugins/inspect/plugin-vorbis.xml:
3521         * docs/plugins/inspect/plugin-ximagesink.xml:
3522         * docs/plugins/inspect/plugin-xvimagesink.xml:
3523           Update introspection data.
3524
3525         * ext/ogg/gstoggmux.c:
3526           Document oggmux.
3527
3528         * gst/playback/gstdecodebin2.c:
3529           Don't use gtk-doc style comment start for private stuff, but make it
3530           formatted like this for consistency.
3531
3532 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3533
3534         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3535         (gst_decode_bin_init), (gst_decode_bin_dispose),
3536         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3537         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3538         (analyze_new_pad), (connect_pad), (expose_pad),
3539         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3540         (gst_decode_group_expose), (gst_decode_group_free),
3541         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3542         Remove fakesink hack, we can now implement this more elegantly.
3543         Added property to bypass typefinding.
3544         Removed underrun callback and demuxer pad probe, we now use the srcpad
3545         probe to expose groups.
3546         API::sink-caps property
3547
3548         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3549         Guard against multiple emissions of the no_more_pads signal, which
3550         happens when we are dealing with chained oggs.
3551
3552         * gst/playback/gsturidecodebin.c: (remove_decoders),
3553         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3554         (setup_source):
3555         For streams, use our own typefind element and plug our queue after it.
3556         We will need this to determine the type of buffering to use for the
3557         queue soon.
3558
3559 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3560
3561         * gst-libs/gst/audio/gstbaseaudiosink.c:
3562         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3563         Guard against over and underflows because of clock slaving.
3564         When we are using our own clock, still compensate for any calibrations
3565         that we might have done to our clock.
3566
3567 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3568
3569         * ext/theora/theoradec.c: (theora_handle_type_packet),
3570         (theora_dec_chain):
3571         Don't try to do anything fancy with the return code from pushing an
3572         event, it does not have enough information to turn it into a
3573         GST_FLOW_ERROR.
3574
3575 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3576
3577         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3578         (gst_ogg_demux_chain_elem_pad):
3579         Add small debug line.
3580         Pass return code from the internal decoder instead of the too generic
3581         GST_FLOW_ERROR.
3582
3583 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3584
3585         * gst-libs/gst/cdda/Makefile.am:
3586         * gst-libs/gst/cdda/base64.c:
3587         * gst-libs/gst/cdda/base64.h:
3588         * gst-libs/gst/cdda/gstcddabasesrc.c:
3589         (gst_cddabasesrc_calculate_musicbrainz_discid):
3590         Use GLib's base64 implementation instead of our own.
3591
3592 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3593
3594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3595         (gst_ogg_demux_read_chain):
3596         Refix oggdemux, we only have a problem if we failed to find a chain and
3597         we are not EOF.
3598
3599 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3600
3601         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3602
3603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3604         (gst_ogg_demux_read_chain):
3605         When we fail to find a BOS page and we and up with no chain, error out
3606         properly instead of segfaulting. Fixes #525665.
3607
3608 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3609
3610         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3611         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3612         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3613         no-more-pads...
3614
3615 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3616
3617         * gst/playback/gstqueue2.c: (update_out_rates),
3618         (gst_queue_open_temp_location_file),
3619         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3620         (gst_queue_handle_src_query), (gst_queue_set_property):
3621         Update the estimated input data when we push out a buffer.
3622         Add some debug info about the temp file.
3623         Only forward src events when we are not using a temp file.
3624         Don't block the duration query, we need to find something better.
3625         Don't leak the temp filename.
3626
3627 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3628
3629         * configure.ac:
3630         Require GLib 2.12 and liboil 0.3.14.
3631
3632         * gst/volume/gstvolume.c: (volume_process_double):
3633         Unconditionally use liboil 0.3.14 function.
3634
3635 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3636
3637         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3638         ms-gsm can have arbitrarty sample rates. See #481354.
3639
3640 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3641
3642         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3643         MP4S is generic MPEG-4, not a microsoft variant.
3644
3645 2008-03-27  Michael Smith <msmith@fluendo.com>
3646
3647         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3648           Check the body CRC (if set) when depayloading.
3649           Fixes #522401.
3650
3651 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3652
3653         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3654           Fix Since: version for new property.
3655
3656 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3657
3658         * gst-libs/gst/rtsp/gstrtspconnection.c:
3659         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3660         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3661         Don't error when poll_wait returns EAGAIN.
3662
3663 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3664
3665         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3666         The queue is never filled when there are no buffers in the queue at all.
3667         Fixes #523993.
3668
3669 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3670
3671         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3672         (init_group), (free_group), (gst_play_bin_init),
3673         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3674         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3675         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3676         (gst_play_bin_set_current_video_stream),
3677         (gst_play_bin_set_current_audio_stream),
3678         (gst_play_bin_set_current_text_stream),
3679         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3680         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3681         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3682         (activate_group), (deactivate_group), (setup_next_source),
3683         (save_current_group), (gst_play_bin_change_state):
3684         Update some docs.
3685         Add new locks and conds to protect pipeline creation and group
3686         switching.
3687         Implement the sub-uri property.
3688         Keep track of pending uridecodebin creation and configure the output
3689         pipeline after all streams are configured.
3690         Propagate subtitle encoding to the uridecodebins.
3691         Implement getting the video/audio/visualisation elements.
3692         Use input-selector for stream switching.
3693         If we are asked to do visualisation, prefer to autoplug raw sinks
3694         instead of sinks that accept encoded data.
3695
3696 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3697
3698         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3699         (gst_play_sink_init), (gst_play_sink_dispose),
3700         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3701         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3702         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3703         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3704         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3705         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3706         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3707         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3708         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3709         * gst/playback/gstplaysink.h:
3710         Add methods to get audio/video/vis elements.
3711         Add methods to set the font description for the overlay.
3712         Remove properties, we're using this element with its methods only.
3713         Add support for subtitles.
3714         Rearrange the locking a bit to not use the object lock for protecting
3715         the pipeline construction.
3716         Try to use the volume and mute property on the sink when its available.
3717         Implement the mute option with volume when the sink does not have a mute
3718         property.
3719         Only add volume element when the sink has no volume property.
3720         Only do visualisations with raw audio pads.
3721
3722 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3723
3724         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3725         (gst_text_overlay_init), (gst_text_overlay_set_property),
3726         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3727         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3728         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3729         (gst_text_overlay_change_state):
3730         * ext/pango/gsttextoverlay.h:
3731         Add property to configure waiting for text on the textpad or not, with
3732         the default behaviour being the old one (always wait for text before
3733         rendering the video). This default behaviour is usually not the best one
3734         because the text stream can very sparse and could require queueing a lot
3735         of video.
3736         Fix the flushing and EOS handing so that we don't mix up their meaning.
3737
3738 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3739
3740         * gst/playback/gsturidecodebin.c:
3741         (gst_uri_decode_bin_autoplug_factories),
3742         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3743         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3744         (gst_uri_decode_bin_set_property),
3745         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3746         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3747         (proxy_autoplug_factories_signal), (make_decoder),
3748         (source_new_pad), (setup_source):
3749         Add a readonly source property and notify.
3750         Add new lock for protecting the construction of the pipeline.
3751         Keep track of the decodebins we plugged.
3752         Correctly proxy the autoplug signal so that it actually continues.
3753         Proxy subtitle-encoding to the decodebins.
3754
3755 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3756
3757         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3758         (text_toggle_cb), (update_streams), (main):
3759         Rearrange some buttons in playbin2 and make some other boxes insensitive
3760         when needed.
3761         Add language codes to subtitle selection boxes when we gind the right
3762         tags for the streams.
3763
3764 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3765
3766         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3767         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3768         (gst_decode_bin_set_subs_encoding),
3769         (gst_decode_bin_get_subs_encoding),
3770         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3771         (deactivate_free_recursive):
3772         Protect caps property with the object lock.
3773         Protect encoding property with the object lock.
3774         Keep list of elements we added that have the subtitle-encoding property.
3775         Distribute the subtitle-encoding to all of the elements when it
3776         changes.
3777
3778 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3779
3780         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3781         Small debug improvement.
3782
3783         * gst-libs/gst/audio/gstbaseaudiosink.c:
3784         (gst_base_audio_sink_render):
3785         Fix bug in determining the sample start/stop position, we want to base
3786         this decision on the fact that we are going forwards or backwards, not
3787         slower or faster. This fixes some ugly resync warnings when playing at
3788         very slow speeds.
3789
3790 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3791
3792         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3793         Correctly set the supported URI schemes and don't leave
3794         some schemes in the middle or at the start at NULL.
3795
3796 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3797
3798         * tests/check/elements/gdpdepay.c:
3799           Make test compile without unused function/variable warnings on PPC.
3800  
3801 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3802
3803         * configure.ac:
3804         * ext/alsa/gstalsamixerelement.c:
3805         (gst_alsa_mixer_element_class_init):
3806         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3807         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3808         * ext/cdparanoia/gstcdparanoiasrc.c:
3809         (gst_cd_paranoia_src_class_init):
3810         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3811         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3812         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3813         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3814         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3815         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3816         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3817         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3818         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3819         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3820         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3821         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3822         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3823         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3824         (gst_audio_filter_template_class_init):
3825         * gst-libs/gst/audio/gstbaseaudiosink.c:
3826         (gst_base_audio_sink_class_init):
3827         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3828         (gst_base_audio_src_class_init):
3829         * gst-libs/gst/cdda/gstcddabasesrc.c:
3830         (gst_cdda_base_src_class_init):
3831         * gst-libs/gst/interfaces/mixertrack.c:
3832         (gst_mixer_track_class_init):
3833         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3834         (gst_base_rtp_depayload_class_init):
3835         * gst-libs/gst/rtp/gstbasertppayload.c:
3836         (gst_basertppayload_class_init):
3837         * gst/audioconvert/gstaudioconvert.c:
3838         (gst_audio_convert_class_init):
3839         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3840         * gst/audioresample/gstaudioresample.c:
3841         (gst_audioresample_class_init):
3842         * gst/audiotestsrc/gstaudiotestsrc.c:
3843         (gst_audio_test_src_class_init):
3844         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3845         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3847         (preroll_unlinked):
3848         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3849         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3850         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3851         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3852         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3853         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3854         (gst_stream_selector_class_init):
3855         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3856         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3857         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3858         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3859         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3860         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3861         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3862         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3863         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3864         * gst/videotestsrc/gstvideotestsrc.c:
3865         (gst_video_test_src_class_init):
3866         * gst/volume/gstvolume.c: (gst_volume_class_init):
3867         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3868         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3869         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3870         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3871         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3873         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3874         static strings (i.e. all). This gives us less memory usage,
3875         fewer allocations and thus less memory defragmentation. Depend
3876         on core CVS for this. Fixes bug #523806.
3877
3878 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3879
3880         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3881         Filter http and https protocols. GIO/GVfs handles them but it's
3882         impossible to implement iradio/icecast with it. Better use
3883         souphttpsrc or something else for this.
3884
3885         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3886         If getting the file informations by a query fails try it with the
3887         seek-to-end trick too.
3888
3889 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3890
3891         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3892         (gst_volume_base_init), (gst_volume_class_init),
3893         (volume_process_double), (volume_process_float),
3894         (volume_transform_ip), (plugin_init):
3895         memset buffers to zero if we get a GAP buffer. We usually see a
3896         buffer as one unit so let's handle it as one and don't care about
3897         volume changes while processing one buffer.
3898         Also clean up some stuff a bit.
3899
3900 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3901
3902         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3903         (gst_audio_convert_create_silence_buffer),
3904         (gst_audio_convert_transform):
3905         Make audioconvert GAP-aware by outputting silence buffers when the
3906         input has the GAP flag set. This is up to 8x faster.
3907         Based on a patch by Stefan Kost. Fixes bug #517813.
3908
3909 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3910
3911         * gst/volume/gstvolume.c: (volume_process_double):
3912         Use oil_scalarmultiply_f64_ns() for double processing when it's
3913         available at compile time.
3914
3915 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3916
3917         * configure.ac:
3918         Fix lrint/lrintf checks to actually work. These functions are
3919         in libm on Linux at least so try to link to it.
3920
3921 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3922
3923         * configure.ac:
3924         Back to development - 0.10.18.1
3925
3926 === release 0.10.18 ===
3927
3928 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3929
3930         * configure.ac:
3931           releasing 0.10.18, "I will follow"
3932
3933 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3934
3935         * configure.ac:
3936         * win32/common/config.h:
3937         0.10.17.4 pre-release
3938
3939 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3940
3941         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3942         Use GST_STR_NULL when trying to print strings that could be NULL because
3943         this might crash on some platforms. See #520808.
3944
3945 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3946
3947         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3948
3949         * gst-libs/gst/rtsp/gstrtspconnection.c:
3950         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3951         (read_line), (gst_rtsp_connection_read_internal):
3952         Generic Windows fixes that makes libgstrtsp work on Windows when
3953         coupled with the new GstPoll API. See #520808.
3954
3955 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3956
3957         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3958
3959         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3960           If seeking to a new position succeeds don't simply return from
3961           create() without creating a buffer. Do this only in the case
3962           seeking to the new position fails. Fixes bug #523054.
3963
3964 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3965
3966         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3967           (gst_video_format_from_rgba32_masks):
3968           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3969           (#522635).
3970
3971         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3972           Add unit test for the RGB caps parsing and creation, checking for
3973           internal consistency of the new API and consistency of the API with
3974           the old GST_VIDEO_CAPS_* defines.
3975
3976 2008-03-14  David Schleef  <ds@schleef.org>
3977
3978         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3979           because -base is in freeze.
3980
3981 2008-03-14  David Schleef  <ds@schleef.org>
3982
3983         Patch by: William M. Brack
3984
3985         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3986
3987 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3988
3989         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3990         (gst_selector_pad_chain):
3991         * gst/playback/gststreamselector.h:
3992         Revert change that caused regression until a real fix is found.
3993         Fixes #522203.
3994
3995 2008-03-12  Michael Smith <msmith@fluendo.com>
3996
3997         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3998         * gst-libs/gst/audio/gstringbuffer.h:
3999           Rename recently added buffer types to make more sense.
4000         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4001         (gst_alsasink_write):
4002           Adapt for above API changes.
4003           Fixes bug #520523.
4004
4005 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4006
4007         * win32/common/libgstnetbuffer.def:
4008         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4009
4010 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4011
4012         * configure.ac:
4013         * win32/common/config.h:
4014         0.10.17.3 pre-release
4015
4016 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4017
4018         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4019         (gst_base_audio_src_create):
4020         Fix duration when no clock was provided. Fixes #520300.
4021
4022 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4023
4024         Patch by: Olivier Crete  <tester at tester ca>
4025
4026         * docs/libs/gst-plugins-base-libs-sections.txt:
4027         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4028         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4029         Add trivial function to compare GstNetAddress. See #520626.
4030         API: GstNetBuffer::gst_netaddress_equal
4031
4032 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4033
4034         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4035         Update mode property docs, it's deprecated now.
4036
4037 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4038
4039         * gst-libs/gst/rtsp/gstrtspconnection.c:
4040         (gst_rtsp_connection_create):
4041         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4042         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4043         * gst/tcp/gstmultifdsink.h:
4044         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4045         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4046         Remove GstPollMode from gstpoll constructor.
4047
4048 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4049
4050         * configure.ac:
4051         * win32/common/config.h:
4052         0.10.17.2 pre-release
4053
4054 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4055
4056         * gst/Makefile.am:
4057         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4058         them twice
4059
4060         * win32/common/libgstinterfaces.def:
4061         * win32/common/libgstrtp.def:
4062         Add new API to the defs
4063
4064 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4065
4066         Patch by: Mersad Jelacic  <mersad at axis dot com>
4067
4068         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4069         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4070         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4071         possible to specify the sample size in bits. (#509637)
4072
4073 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4074
4075         * tests/check/libs/mixer.c:
4076           Add a few simple checks for the new message types.
4077
4078 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4079
4080         * docs/libs/gst-plugins-base-libs-sections.txt:
4081         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4082           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4083           (gst_mixer_message_get_type),
4084           (gst_mixer_message_parse_option_changed),
4085           (gst_mixer_message_parse_options_list_changed):
4086         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4087           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4088           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4089           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4090           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4091           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4092
4093 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4094
4095         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4096           (gst_mixer_options_get_values):
4097         * gst-libs/gst/interfaces/mixeroptions.h:
4098           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4099           (_GstMixerOptions), (_GstMixerOptionsClass):
4100           API: add GstMixerOptions::get_values vfunc (#519906)
4101
4102 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4103
4104         * configure.ac:
4105         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4106         plug-ins are included/excluded. (#498222)
4107
4108 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4109
4110         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4111         Add typefinder for IMelody files, using audio/x-imelody.
4112         See bug #519516.
4113
4114 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4115
4116         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4117         * ext/alsa/gstalsasink.c: (set_hwparams):
4118         * ext/alsa/gstalsasrc.c: (set_hwparams):
4119         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4120         * ext/ogg/gstoggmux.h:
4121         * ext/ogg/gstogmparse.c:
4122         * gst-libs/gst/audio/audio.c:
4123         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4124         * gst-libs/gst/pbutils/missing-plugins.c:
4125         (gst_missing_uri_sink_message_new),
4126         (gst_missing_element_message_new),
4127         (gst_missing_decoder_message_new),
4128         (gst_missing_encoder_message_new):
4129         * gst-libs/gst/rtp/gstbasertppayload.c:
4130         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4131         (gst_rtcp_packet_bye_get_reason):
4132         * gst/audioconvert/gstaudioconvert.c:
4133         * gst/audioresample/gstaudioresample.c:
4134         * gst/ffmpegcolorspace/imgconvert.c:
4135         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4136         * gst/typefind/gsttypefindfunctions.c:
4137         * gst/videoscale/vs_4tap.c:
4138         * gst/videoscale/vs_4tap.h:
4139         * sys/v4l/gstv4lelement.c:
4140         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4141         * sys/v4l/v4l_calls.c:
4142         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4143         (gst_v4lsrc_try_capture):
4144         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4145         (gst_ximagesink_ximage_new):
4146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4147         (gst_xvimagesink_xvimage_new):
4148         * tests/check/elements/audioconvert.c:
4149         * tests/check/elements/audioresample.c:
4150         (fail_unless_perfect_stream):
4151         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4152         * tests/check/elements/decodebin.c:
4153         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4154         (setup_gdpdepay_streamheader):
4155         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4156         (setup_gdppay_streamheader):
4157         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4158         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4159         * tests/check/elements/textoverlay.c:
4160         * tests/check/elements/videorate.c: (setup_videorate):
4161         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4162         * tests/check/elements/volume.c: (setup_volume):
4163         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4164         * tests/check/elements/vorbistag.c:
4165         * tests/check/generic/clock-selection.c:
4166         * tests/check/generic/states.c: (setup), (teardown):
4167         * tests/check/libs/cddabasesrc.c:
4168         * tests/check/libs/video.c:
4169         * tests/check/pipelines/gio.c:
4170         * tests/check/pipelines/oggmux.c:
4171         * tests/check/pipelines/simple-launch-lines.c:
4172         (simple_launch_lines_suite):
4173         * tests/check/pipelines/streamheader.c:
4174         * tests/check/pipelines/theoraenc.c:
4175         * tests/check/pipelines/vorbisdec.c:
4176         * tests/check/pipelines/vorbisenc.c:
4177         * tests/examples/seek/scrubby.c:
4178         * tests/examples/seek/seek.c: (query_positions_elems),
4179         (query_positions_pads):
4180         * tests/icles/stress-xoverlay.c: (myclock):
4181         Correct all relevant warnings found by the sparse semantic code
4182         analyzer. This include marking several symbols static, using
4183         NULL instead of 0 for pointers and using "foo (void)" instead
4184         of "foo ()" for declarations.
4185
4186         * win32/common/libgstrtp.def:
4187         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4188
4189 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4190
4191         Patch by: José Alburquerque <jaalburqu svn gnome org>
4192
4193         * gst/playback/gstplaybin2.c:
4194           Make the function signature of the _get_*_tags() functions match
4195           the signature of the vfuncs they implement, ie. return a
4196           GstTagList rather than a GstStructure, which is more correct,
4197           even if one is typedef'ed to the other (#518940).
4198
4199 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4200
4201         * gst-libs/gst/rtsp/gstrtspconnection.c:
4202           Don't include unix headers unconditionally (fixes #518037).
4203
4204 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4205
4206         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4207           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4208           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4209           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4210           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4211           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4212           (gst_video_format_is_packed), (video_format_is_packed):
4213           Add unit test that makes sure that the strides, offsets and
4214           sizes returned for the various YUV formats by the new video API
4215           match the old reference implementation in videotestsrc.
4216
4217 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4218
4219         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4220           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4221           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4222           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4223           (gst_video_format_get_pixel_stride),
4224           (gst_video_format_get_component_width),
4225           (gst_video_format_get_component_height),
4226           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4227         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4228           (GST_VIDEO_FORMAT_Y42B):
4229           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4230
4231 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4232
4233         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4234           YV12 is I420 with swapped components 1 and 2, so the offset of
4235           component 1 for I420 should be the offset for component 2 for YV12
4236           and vice versa.
4237
4238 2008-02-29  Rene Stadler  <mail@renestadler.de>
4239
4240         * sys/v4l/gstv4lelement.c:
4241         Add missing semicolon to fix indentation.
4242
4243 2008-02-29  Julien Moutte  <julien@fluendo.com>
4244
4245         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4246         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4247         if we can do SPDIF output.
4248         * ext/alsa/gstalsa.h:
4249         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4250         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4251         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4252         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4253         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4254         to support AC3, EC3 and IEC958 buffers.
4255
4256 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4257
4258         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4259           (gst_mixer_message_parse_mute_toggled),
4260           (gst_mixer_message_parse_record_toggled),
4261           (gst_mixer_message_parse_volume_changed),
4262           (gst_mixer_message_parse_option_changed):
4263           De-cruft and fix message type assertions (NULL is not a really
4264           valid mixer message type string).
4265
4266 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4267
4268         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4269         When negotiating, actually start from a format that we can support
4270         instead of from the too generic template.
4271
4272 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4273
4274         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4275         Enable vis setting.
4276
4277         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4278         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4279         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4280         (gen_vis_chain):
4281         Implement vis switching while playing.
4282
4283 2008-02-28  David Schleef  <ds@schleef.org>
4284
4285         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4286
4287 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4288
4289         Patch by: Peter Kjellerstedt  <pkj at axis com>
4290
4291         * gst/tcp/Makefile.am:
4292         * gst/tcp/fdsetstress.c:
4293         * gst/tcp/gstfdset.c:
4294         * gst/tcp/gstfdset.h:
4295         Removed fdset and stress test, they are now known as GstPoll in
4296         core. 
4297
4298         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4299         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4300         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4301         (gst_multi_fd_sink_handle_client_write),
4302         (gst_multi_fd_sink_queue_buffer),
4303         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4304         (gst_multi_fd_sink_stop):
4305         * gst/tcp/gstmultifdsink.h:
4306         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4307         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4308         (gst_tcp_gdp_read_caps):
4309         * gst/tcp/gsttcp.h:
4310         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4311         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4312         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4313         * gst/tcp/gsttcpclientsink.h:
4314         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4315         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4316         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4317         * gst/tcp/gsttcpclientsrc.h:
4318         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4319         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4320         * gst/tcp/gsttcpserversink.h:
4321         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4322         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4323         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4324         * gst/tcp/gsttcpserversrc.h:
4325         Port to GstPoll. See #505417.
4326
4327 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4328
4329         Patch by: Peter Kjellerstedt  <pkj at axis com>
4330
4331         * gst-libs/gst/rtsp/gstrtspconnection.c:
4332         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4333         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4334         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4335         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4336         (gst_rtsp_connection_flush):
4337         * gst-libs/gst/rtsp/gstrtspconnection.h:
4338         Use GstPoll for the rtsp connection. See #505417.
4339
4340 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4341
4342         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4343         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4344         Add combo box for visualisations, populate it with a factory list
4345         of all visualisation plugins, configure vis plugin instance in
4346         playbin2. 
4347
4348 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4349
4350         * tests/check/libs/rtp.c: (GST_START_TEST):
4351         Add check for RTP buffer defaults, padding and marker bit API.
4352
4353 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4354
4355         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4356         Use memcpy() instead of upcasting a byte array to long *. This
4357         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4358         This should be ported to GCheckSum once we can use GLib 2.16.
4359         Partially fixes bug #500833.
4360
4361 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4362
4363         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4364           Push tag event after the newsegment event. Log the pointer of
4365           the buffer we're actually going to push rather than the buffer
4366           we're feeding to _make_metadata_writable().
4367
4368 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4369
4370         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4371         Comment smoke typefinder for now. The smokedec plugin needs one
4372         frame per buffer but we have no parser yet, thus it simply crashes
4373         in most situations.
4374
4375 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4376
4377         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4378         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4379
4380 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4381
4382         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4383         (plugin_init):
4384         Add midi typefinder, copied from the timidity plugin.
4385
4386 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4387
4388         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4389
4390         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4391         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4392           (subparse_suite):
4393           Forward slashes at the beginning and end of a line also signify
4394           italics (Fixes: #518162).
4395
4396 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4397
4398         * tests/check/gst-plugins-base.supp:
4399         Add a suppression for a cached value in GIO that wasn't moved
4400         while moving gio from -bad to -base.
4401
4402 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4403
4404         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4405
4406         * configure.ac:
4407         Don't hardcode -Wall and -Werror for configure checks, this fails
4408         with non-GCC compilers. Fixes bug #517991.
4409
4410 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4411
4412         * gst/audioconvert/gstaudioconvert.c:
4413         * gst/audioconvert/gstaudioquantize.c:
4414         * gst/audioconvert/gstaudioquantize.h:
4415           Make audioconvert gap aware. If noiseshaping is used, wait for
4416           noiseshaping to converge before marking as GAP. Fixes #517813.
4417
4418 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4419
4420         * gst/audiotestsrc/gstaudiotestsrc.c:
4421           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4422
4423 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4424
4425         * ext/gnomevfs/gstgnomevfssink.c:
4426         (gst_gnome_vfs_sink_handle_event):
4427         Return FALSE when seeking for a new segment fails instead
4428         of silently ignoring the failure and appending every buffer
4429         that comes for the new segment.
4430
4431 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4432
4433         * gst/playback/gstplaysink.c: (find_property),
4434         (gst_play_sink_find_property), (gen_video_chain),
4435         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4436         Recursively search the sink element for a last-frame property so that we
4437         can also find the property in autovideosink and friends that don't
4438         always proxy the internal sink properties.
4439
4440 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4441
4442         * gst-libs/gst/audio/multichannel.c:
4443           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4444           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4445           (gst_audio_set_structure_channel_positions_list),
4446           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4447           (gst_audio_fixate_channel_positions):
4448           Fix confusing terminology in docs and code: structure fields are
4449           'fields' and not 'properties'.
4450
4451 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4452
4453         * gst-libs/gst/audio/multichannel.c:
4454           (gst_audio_check_channel_positions), (add_list_to_struct):
4455           Give more useful warning messages if one of the channel
4456           layout enums passed to us is invalid and if the "channels"
4457           field in the caps has a GType we don't expect.
4458
4459 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4460
4461         * gst-libs/gst/audio/multichannel.c:
4462           Fix typo in docs blurb.
4463
4464 2008-02-19  Julien Moutte  <julien@fluendo.com>
4465
4466         Patch by: Josep Torra Valles <josep@fluendo.com>
4467
4468         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4469         typefind lookup to fix typefinding on HD clips.
4470
4471 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4472
4473         * gst/playback/gstscreenshot.c:
4474         * gst/playback/gstscreenshot.h:
4475           Fix up copyright (I rewrote the GStreamer-0.10 code for
4476           this from scratch back in the days).
4477
4478 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4479
4480         * gst/playback/Makefile.am:
4481         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4482         (create_element), (gst_play_frame_conv_convert):
4483         * gst/playback/gstscreenshot.h:
4484         Add screenshot conversion code from totem.
4485
4486         * gst/playback/gstplay-marshal.list:
4487         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4488         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4489         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4490         Implement frame property to get a color-unconverted snapshot.
4491         Implement convert-frame action signal to get a converted snapshot image.
4492         Configure connection speed in uridecodebin.
4493         Document some more properties.
4494
4495         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4496         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4497         (gst_play_sink_get_last_frame):
4498         * gst/playback/gstplaysink.h:
4499         Use last-buffer property of the video sink to get a video snapshot.
4500
4501         * tests/examples/seek/seek.c: (shot_cb), (main):
4502         Add snapshot button for playbin2 and use the frame property to save the
4503         frame as a png in the current directory.
4504
4505 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4506
4507         Patch by: Josep Torra Valles <josep at fluendo dot com>
4508
4509         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4510         (plugin_init):
4511         Add typefinding support for h264 elementary streams.
4512         Fixes bug #517420.
4513
4514 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4515
4516         * configure.ac:
4517           Require CVS of core for new API in collectpads.
4518
4519         * gst/adder/gstadder.c:
4520           Use new API to make adder sparse stream aware.
4521
4522 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4523
4524         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4525         (no_more_pads_cb):
4526         Get the object data correct so that we can remove our channels
4527         correctly.
4528
4529         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4530         (gen_vis_chain), (gst_play_sink_reconfigure),
4531         (gst_play_sink_request_pad):
4532         Add option to disable async behaviour in the sinks when possible. This
4533         makes it possible to avoid an audio queue when dealing with
4534         visualisations.
4535         Add option to add a queue for the audio path.
4536
4537         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4538         (main):
4539         Disable the vis checkbox to match the defaults of playbin2.
4540         Only get the stream info when we need to.
4541
4542 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4543
4544         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4545         (gst_gio_base_sink_set_stream):
4546         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4547         (gst_gio_base_src_set_stream):
4548         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4549         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4550         Don't use async operations as they require a running main loop.
4551         This makes us block again when closing streams and unable
4552         to mount the enclosing volume of an URI if it isn't yet.
4553
4554 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4555
4556         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4557         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4558         (gen_vis_chain), (gst_play_sink_reconfigure),
4559         (gst_play_sink_request_pad):
4560         Move tee in front of the audio and vis pipelines.
4561         Add queue for audio for now.
4562         Add visualisation support.
4563
4564         * tests/examples/seek/seek.c: (main):
4565         Visualisation is by default disabled.
4566
4567 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4568
4569         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4570         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4571         Improve debugging a bit.
4572
4573         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4574         * ext/gio/gstgiosink.h:
4575         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4576         * ext/gio/gstgiosrc.h:
4577         Try to mount the enclosing volume of a GFile if it isn't mounted
4578         yet. This requires us to wait for an async operation to finish, done
4579         with an nested GMainLoop. Authentication is not supported yet, will
4580         come later.
4581
4582 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4583
4584         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4585         (gst_play_bin_set_property), (gst_play_bin_get_property),
4586         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4587         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4588         (gst_play_sink_get_mute), (gen_audio_chain):
4589         * gst/playback/gstplaysink.h:
4590         Add mute property.
4591
4592         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4593         (gst_selector_pad_chain):
4594         * gst/playback/gststreamselector.h:
4595         Make sure we forward the event only once.
4596
4597         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4598         Add and implement the mute button for playbin2.
4599
4600 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4601
4602         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4603
4604         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4605         Add some more debug info.
4606         Make sure we never return a negative delay. Fixes #516246.
4607
4608 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4609
4610         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4611           Revert patch that makes the sink hold the object lock when
4612           calling snd_pcm_delay(), since it breaks playback for me.
4613
4614 2008-02-12  Julien Moutte  <julien@fluendo.com>
4615
4616         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4617         some seek flags when changing rate.
4618
4619 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4620
4621         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4622         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4623         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4624         Fix potential leaks.
4625
4626         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4627         Fix leak when there is no function configured.
4628
4629 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4630
4631         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4632         (gst_v4lsrc_buffer_finalize):
4633         Correctly chain up the finalize method.
4634
4635 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4636
4637         * ext/gio/gstgiostreamsink.c:
4638         * ext/gio/gstgiostreamsrc.c:
4639         Add documentation and example code for giostreamsink/giostreamsrc.
4640
4641         * tests/check/pipelines/gio.c: (GST_START_TEST):
4642         Ask the GMemoryOutputStream for the data instead of assuming that
4643         the pointer to the data stayed the same. It could've been realloc'ed.
4644
4645 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4646
4647         * ext/gio/gstgiosink.c:
4648         * ext/gio/gstgiosrc.c:
4649         Make the documentation of giosink/giosrc complete, large parts
4650         are based on the gnomevfssink/gnomevfssrc docs.
4651
4652 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4653
4654         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4655         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4656         * docs/plugins/gst-plugins-base-plugins.args:
4657         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4658         * docs/plugins/gst-plugins-base-plugins.interfaces:
4659         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4660         * docs/plugins/gst-plugins-base-plugins.signals:
4661         * docs/plugins/inspect/plugin-adder.xml:
4662         * docs/plugins/inspect/plugin-audioconvert.xml:
4663         * docs/plugins/inspect/plugin-audiorate.xml:
4664         * docs/plugins/inspect/plugin-audioresample.xml:
4665         * docs/plugins/inspect/plugin-decodebin.xml:
4666         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4667         * docs/plugins/inspect/plugin-gdp.xml:
4668         * docs/plugins/inspect/plugin-gio.xml:
4669         * docs/plugins/inspect/plugin-gnomevfs.xml:
4670         * docs/plugins/inspect/plugin-libvisual.xml:
4671         * docs/plugins/inspect/plugin-ogg.xml:
4672         * docs/plugins/inspect/plugin-pango.xml:
4673         * docs/plugins/inspect/plugin-playback.xml:
4674         * docs/plugins/inspect/plugin-queue2.xml:
4675         * docs/plugins/inspect/plugin-subparse.xml:
4676         * docs/plugins/inspect/plugin-theora.xml:
4677         * docs/plugins/inspect/plugin-uridecodebin.xml:
4678         * docs/plugins/inspect/plugin-videorate.xml:
4679         * docs/plugins/inspect/plugin-videoscale.xml:
4680         * docs/plugins/inspect/plugin-volume.xml:
4681         * docs/plugins/inspect/plugin-vorbis.xml:
4682         Add the GIO documentation again and while at that run make update.
4683
4684 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4685
4686         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4687         * ext/alsa/gstalsasink.c: (set_swparams):
4688         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4689           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4690           against libasound >= 1.0.16, since it's been deprecated in
4691           0.10.16, and alignment is always 1 then, apparently. (#512899)
4692
4693 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4694
4695         * gst/playback/gstplaybin.c: (gen_audio_element):
4696         * gst/playback/gstplaysink.c: (gen_audio_chain):
4697           Handle case where we can't create the volume element a bit
4698           better (#514307).
4699
4700 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4701
4702         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4703         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4704           Add support for https protocol. Fixes #510229.
4705
4706 2008-02-11  Julien Moutte  <julien@fluendo.com>
4707         
4708         Patch by: Alan Peevers <peeves@pacbell.net>
4709
4710         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4711         lock when calling alsa methods.
4712
4713 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4714
4715         * gst/typefind/gsttypefindfunctions.c:
4716           Bump rank of jpeg and png typefinders, which will return maximum
4717           probability in the most common cases (thus short-circuiting more
4718           expensive typefinders like the mp3 one for these two quite common
4719           image types).
4720
4721 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4722
4723         * ext/theora/theoraparse.c:
4724         Fix long description of the theora parser to be more verbose than just
4725         the type name.
4726
4727 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4728
4729         Patch by: Branko Čibej <brane at xbc dot nu>
4730
4731         * sys/xvimage/xvimagesink.c:
4732         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4733         Fixes bug #515654.
4734
4735 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4736
4737         * gst/playback/gstplaybasebin.c:
4738         Set is_dynamic as True if there are elements with both request
4739         and sometimes src pad templates instead of breaking out when it
4740         finds the first pad template that is a src.
4741
4742 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4743
4744         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4745         (update_streams), (video_combo_cb), (audio_combo_cb),
4746         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4747         Add some stream switching and volume gui for playbin2.
4748
4749 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4750
4751         * gst/playback/gstplay-marshal.list:
4752         Added marshal for streamselector Tags.
4753
4754         * gst/playback/gstplaybasebin.c: (set_active_source):
4755         Streamselector now selects pads based on the pad object instead of its
4756         name.
4757
4758         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4759         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4760         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4761         (gst_play_bin_get_text_tags),
4762         (gst_play_bin_set_current_video_stream),
4763         (gst_play_bin_set_current_audio_stream),
4764         (gst_play_bin_set_current_text_stream),
4765         (gst_play_bin_set_property), (gst_play_bin_get_property),
4766         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4767         Remove option to mute streams with the current-a/v/t property, we have
4768         this functionality in the flags.
4769         Add signals to notify when the number of A/V/T channels changed.
4770         Add action signals to get tags for the A/V/T streams.
4771         Implement setting the current A/V/T stream.
4772         Rearrange some things to simplify stream selection.
4773         Implement volume.
4774
4775         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4776         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4777         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4778         (activate_vis), (gst_play_sink_reconfigure):
4779         * gst/playback/gstplaysink.h:
4780         Add and implement volume setting methods.
4781
4782         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4783         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4784         (gst_selector_pad_event), (gst_stream_selector_class_init),
4785         (gst_stream_selector_init), (gst_stream_selector_finalize),
4786         (gst_stream_selector_set_property),
4787         (gst_stream_selector_get_property),
4788         (gst_stream_selector_get_linked_pad),
4789         (gst_stream_selector_request_new_pad):
4790         * gst/playback/gststreamselector.h:
4791         Add pad properties for tags and status of pads.
4792         Keep tags on pads.
4793         Make active pad selection based on pad object instead of name.
4794
4795 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4796
4797         * configure.ac:
4798           Revert last change as we now check in gtk-doc.m4 for sed.
4799
4800 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4801
4802         * configure.ac:
4803         Find and subst SED when building the docs.
4804
4805 2008-02-08  Julien Moutte  <julien@fluendo.com>
4806
4807         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4808         (main): Make sure bus signals are reconnected when pressing STOP
4809         and then PLAY again for a parse launch pipeline. Fix a ref leak
4810         on the bus.
4811         * win32/common/config.h: Updated.
4812
4813 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4814
4815         * configure.ac:
4816         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4817         pre-releases or releases.
4818
4819 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4820
4821         * configure.ac:
4822         * ext/gio/Makefile.am:
4823         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4824         reporting
4825
4826 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4827
4828         * docs/plugins/Makefile.am:
4829         Add the headers which need scanning for the GIO plugin. The rest of
4830         the docs still need migrating.
4831
4832 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4833
4834         * ext/Makefile.am:
4835         * tests/check/Makefile.am:
4836         * tests/check/pipelines/.cvsignore:
4837         Add gio in a few more places.
4838
4839 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4840
4841         * configure.ac:
4842         * ext/Makefile.am:
4843         * tests/check/Makefile.am:
4844         Move gio plugin from -bad and mark as experimental.
4845
4846 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4847
4848         * gst-libs/gst/interfaces/mixeroptions.c:
4849         * gst-libs/gst/interfaces/mixertrack.c:
4850         Comment out a couple of other things which break the build when
4851         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4852
4853 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4854
4855         * docs/libs/gst-plugins-base-libs-sections.txt:
4856           Fix pbutils header.
4857
4858 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4859
4860         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4861         Fix compiler warning.
4862
4863 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4864
4865         Patch by: Peter Kjellerstedt  <pkj at axis com>
4866
4867         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4868         Clear the addrinfo struct using memset. Fixes #514937.
4869
4870 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4871
4872         * gst/tcp/gstfdset.h:
4873         Remove unused field to same some memory.
4874
4875         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4876         Mark action signals as such.
4877
4878 2008-02-06  Michael Smith <msmith@fluendo.com>
4879
4880         * ext/theora/theoradec.c: (_theora_granule_frame),
4881         (_inc_granulepos):
4882           Increment granulepos for new-bitstream versions appropriately.
4883           Fixes #514623.
4884
4885 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4886
4887         * tests/examples/seek/seek.c: (do_seek),
4888         (rate_spinbutton_changed_cb), (update_streams), (main):
4889         Remove obsolete stream_time reset after flushing seek, core does that
4890         automatically now.
4891         Improve accuracy of speed spinbutton.
4892         Only do playbin2 stuff when we actually use it.
4893
4894 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4895
4896         * tests/check/Makefile.am:
4897           Revert previous change of the test environment's GST_PLUGIN_PATH.
4898           The problem is not with the plugins, but with element factories
4899           and only occurs if elements are split out from existing plugins
4900           or if plugins change name (see #512740).
4901
4902 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4903
4904         * tests/check/Makefile.am:
4905           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4906           with the core's plugins first and our local build directories last,
4907           since we might be building against an installed core, and that
4908           core's plugin directory may contain older or other versions of
4909           our own -base plugins, but we really do want to test our local
4910           ones (if there are multiple plugins or element factories with the
4911           same name, those inspected last will trump those read in earlier).
4912           Fixes #512740 for the most part.
4913
4914 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4915
4916         * configure.ac:
4917         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4918         Use gmtime_r if available as gmtime is not MT-safe.
4919         Fixes bug #511810.
4920
4921 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4922
4923         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4924         Cast glong to time_t as time_t might have a different type on
4925         other platforms, like FreeBSD, and we get a compiler warning
4926         otherwise. Fixes bug #511825.
4927
4928 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4929
4930         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4931         (get_group), (get_n_pads), (gst_play_bin_get_property),
4932         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4933         (autoplug_select_cb), (deactivate_group):
4934         Remove stream-info, we going for something easier.
4935         Refactor getting the current group.
4936         Implement getting the number of audio/video/text streams.
4937
4938         * gst/playback/gststreamselector.c:
4939         (gst_stream_selector_class_init), (gst_stream_selector_init),
4940         (gst_stream_selector_get_property),
4941         (gst_stream_selector_request_new_pad),
4942         (gst_stream_selector_release_pad):
4943         * gst/playback/gststreamselector.h:
4944         Add property for number of pads.
4945
4946         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4947         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4948         (text_toggle_cb), (update_streams), (msg_async_done),
4949         (msg_state_changed), (main):
4950         Block slider callback when updating the slider position.
4951         Add gui elements for controlling playbin2.
4952         Add callback for async_done that updates position/duration.
4953
4954 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4955
4956         * docs/plugins/Makefile.am:
4957         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4958         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4959         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4960         * docs/plugins/gst-plugins-base-plugins.interfaces:
4961         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4962           First round of plugin docs cleansups.
4963
4964         * docs/plugins/inspect/plugin-adder.xml:
4965         * docs/plugins/inspect/plugin-alsa.xml:
4966         * docs/plugins/inspect/plugin-audioconvert.xml:
4967         * docs/plugins/inspect/plugin-audiorate.xml:
4968         * docs/plugins/inspect/plugin-audioresample.xml:
4969         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4970         * docs/plugins/inspect/plugin-cdparanoia.xml:
4971         * docs/plugins/inspect/plugin-decodebin.xml:
4972         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4973         * docs/plugins/inspect/plugin-gdp.xml:
4974         * docs/plugins/inspect/plugin-gnomevfs.xml:
4975         * docs/plugins/inspect/plugin-libvisual.xml:
4976         * docs/plugins/inspect/plugin-ogg.xml:
4977         * docs/plugins/inspect/plugin-pango.xml:
4978         * docs/plugins/inspect/plugin-subparse.xml:
4979         * docs/plugins/inspect/plugin-tcp.xml:
4980         * docs/plugins/inspect/plugin-theora.xml:
4981         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4982         * docs/plugins/inspect/plugin-video4linux.xml:
4983         * docs/plugins/inspect/plugin-videorate.xml:
4984         * docs/plugins/inspect/plugin-videoscale.xml:
4985         * docs/plugins/inspect/plugin-videotestsrc.xml:
4986         * docs/plugins/inspect/plugin-volume.xml:
4987         * docs/plugins/inspect/plugin-vorbis.xml:
4988         * docs/plugins/inspect/plugin-ximagesink.xml:
4989         * docs/plugins/inspect/plugin-xvimagesink.xml:
4990           Regenerate.
4991
4992         * ext/ogg/Makefile.am:
4993         * ext/ogg/gstoggmux.c:
4994         * ext/ogg/gstoggmux.h:
4995           Add header for oggmux. the c-file needs a doc blob still.
4996
4997 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4998
4999         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5000
5001         * gst-libs/gst/rtp/gstrtpbuffer.c:
5002         (gst_rtp_buffer_set_extension_data):
5003         * gst-libs/gst/rtp/gstrtpbuffer.h:
5004         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5005         Add gst_rtp_buffer_set_extension_data() 
5006         Add a unit test for this addition. Fixes #511478.
5007         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5008
5009 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5010
5011         * configure.ac:
5012         Back to CVS
5013
5014 === release 0.10.17 ===
5015
5016 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5017
5018         * configure.ac:
5019           releasing 0.10.17, "Peanut Butter and Jelly"
5020
5021 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5022
5023         * gst-libs/gst/interfaces/mixeroptions.c:
5024         * gst-libs/gst/interfaces/mixertrack.c:
5025         Also remove the conditional registration of the signals
5026         that disappeared with the ABI change in 0.10.14
5027
5028 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5029
5030         * gst-libs/gst/rtsp/gstrtspconnection.c:
5031         Revert patch to gstrtspconnection.c for brown paper bag
5032         release of -base. Re-opens: #511825
5033
5034 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5035
5036         * gst-libs/gst/interfaces/mixeroptions.h:
5037         * gst-libs/gst/interfaces/mixertrack.h:
5038         Change the way these deprecated function pointers are removed
5039         so that the compiled ABI is unconditionally smaller. This 
5040         sets in stone an ABI break that actually occurred when the
5041         things were deprecated in 0.10.14, which seems to be the best
5042         fix as the only known users are oss-mixer and sunaudio-mixer in 
5043         gst-plugins-good.
5044         Fixes: #513018
5045
5046 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5047
5048         * win32/common/libgstpbutils.def:
5049           Export the two new _get_type() functions which are needed
5050           by the python bindings.
5051
5052 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5053
5054         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5055         Cast glong to time_t as time_t might have a different type on
5056         other platforms, like FreeBSD, and we get a compiler warning
5057         otherwise. Fixes bug #511825.
5058
5059 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5060
5061         * gst-libs/gst/audio/gstaudiofilter.c:
5062         (gst_audio_filter_class_init):
5063         Initialize the GstRingerBuffer class to get it's debug category
5064         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5065         category and otherwise we get some g_critical(). Fixes bug #512334.
5066
5067 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5068
5069         * configure.ac:
5070         Back to CVS
5071
5072 === release 0.10.16 ===
5073
5074 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5075
5076         * configure.ac:
5077           releasing 0.10.16, "Scheduled Interruption"
5078
5079 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5080
5081         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5082
5083         * gst-libs/gst/rtp/gstrtpbuffer.c:
5084         (gst_rtp_buffer_get_extension_data):
5085         Fix typos and wrong extension check. Fixes #511274.
5086
5087 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5088
5089         * po/sk.po:
5090         Oops - add new sk.po mentioned in the LINGUAS I just committed
5091
5092 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5093
5094         * po/LINGUAS:
5095         Add ca translation to the disted list.
5096
5097         * win32/vs6/libgstsdp.dsp:
5098         Convert line endings to CRLF
5099
5100 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5101
5102         * win32/MANIFEST:
5103         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5104
5105 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5106
5107         * win32/common/libgstsdp.def:
5108         * win32/common/libgstvideo.def:
5109         Add new API declarations
5110
5111 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5112
5113         * ext/theora/gsttheoradec.h:
5114         * ext/theora/gsttheoraparse.h:
5115         * ext/theora/theoradec.c:
5116         * ext/theora/theoraparse.c:
5117         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5118         and parser by inspecting the bitstream version of the incoming data.
5119
5120 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5121
5122         * configure.ac:
5123         * pkgconfig/Makefile.am:
5124         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5125         * pkgconfig/gstreamer-audio.pc.in:
5126         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5127         * pkgconfig/gstreamer-cdda.pc.in:
5128         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5129         * pkgconfig/gstreamer-fft.pc.in:
5130         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5131         * pkgconfig/gstreamer-floatcast.pc.in:
5132         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5133         * pkgconfig/gstreamer-interfaces.pc.in:
5134         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5135         * pkgconfig/gstreamer-netbuffer.pc.in:
5136         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5137         * pkgconfig/gstreamer-pbutils.pc.in:
5138         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5139         * pkgconfig/gstreamer-riff.pc.in:
5140         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5141         * pkgconfig/gstreamer-rtp.pc.in:
5142         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5143         * pkgconfig/gstreamer-rtsp.pc.in:
5144         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5145         * pkgconfig/gstreamer-sdp.pc.in:
5146         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5147         * pkgconfig/gstreamer-tag.pc.in:
5148         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5149         * pkgconfig/gstreamer-video.pc.in:
5150         Provide one pkg-config file for every gst-plugins-base library.
5151         This makes linking to those libraries much more intuitive and
5152         provides standard pkg-config behaviour for them. Fixes bug #499697.
5153
5154 2008-01-13  David Schleef  <ds@schleef.org>
5155
5156         * gst/videoscale/vs_4tap.c:
5157           Fix valgrind error on 4tap scaling method.
5158
5159 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5160
5161         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5162         Include Winsock2.h for VS6 and use a different way initialize
5163         hints structure so it can build with VS6.
5164         * win32/MANIFEST:
5165         * win32/vs6/libgstsdp.dsp:
5166         * win32/common/libgstsdp.def:
5167         Add new files for libgstsdp.
5168         * win32/vs6/grammar.dsp:
5169         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5170         * win32/vs6/gst_plugins_base.dsw:
5171         * win32/vs6/libgstdecodebin.dsp:
5172         * win32/vs6/libgstdecodebin2.dsp:
5173         * win32/vs6/libgstplaybin.dsp:
5174         * win32/vs6/libgstvolume.dsp:
5175         Add new dependencies to the link list.
5176
5177 2008-01-13  Julien Moutte  <julien@fluendo.com>
5178
5179         * win32/common/config.h:
5180         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5181         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5182         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5183         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5184         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5185         * win32/common/interfaces-enumtypes.c:
5186         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5187         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5188         (gst_mixer_track_flags_get_type),
5189         (gst_tuner_channel_flags_get_type):
5190         * win32/common/multichannel-enumtypes.c:
5191         (gst_audio_channel_position_get_type):
5192         * win32/common/pbutils-enumtypes.c:
5193         (gst_install_plugins_return_get_type):
5194         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5195         in the win32 build directory.
5196
5197 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5198
5199         * tests/check/Makefile.am:
5200         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5201
5202         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5203         * tests/check/elements/playbin.c:
5204         * tests/check/libs/mixer.c: (test_element_interface_supported),
5205         (gst_implements_interface_init):
5206         * tests/check/libs/rtp.c: (GST_START_TEST):
5207         Fix various assignment type mismatches.
5208
5209 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5210
5211         * configure.ac:
5212         * gst-libs/gst/rtsp/Makefile.am:
5213         Add test to see if hstrerror is available or if we need libresolv
5214         (Solaris) for it, then use it in libgstrtsp.
5215
5216 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5217
5218         * gst-libs/gst/tag/Makefile.am:
5219         Fix include path order
5220
5221 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5222
5223         * gst-libs/gst/pbutils/install-plugins.c:
5224         (gst_install_plugins_context_copy),
5225         (gst_install_plugins_context_get_type):
5226         * gst-libs/gst/pbutils/install-plugins.h:
5227         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5228         for bindings.
5229
5230 2008-01-11  Michael Smith <msmith@fluendo.com>
5231
5232         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5233         (_theora_granule_frame), (_theora_granule_start_time),
5234         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5235           Adapt for post-alpha meaning of granulepos, when we
5236           have a newer version of libtheora.
5237         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5238         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5239         (theora_enc_is_discontinuous), (theora_enc_chain):
5240           Likewise.
5241         * tests/check/Makefile.am:
5242           Link libtheora into theoraenc test so we can check which version of
5243           libtheora we're testing against.
5244         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5245         (check_buffer_granulepos),
5246         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5247         (theoraenc_suite):
5248           Adapt tests to check the values that are now defined for theora; make
5249           the tests backwards-adapt the passed values if we're running against an
5250           old libtheora.
5251           Fixes #497964
5252
5253 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5254
5255         * gst-libs/gst/audio/gstbaseaudiosink.c:
5256           (gst_base_audio_sink_class_init):
5257         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5258           (gst_base_audio_src_class_init):
5259           Ref audio clock class from a thread-safe context to make sure
5260           we're not bit by GObjects lack of thread-safety here (#349410),
5261            however unlikely that may be in practice.
5262
5263 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5264
5265         * autogen.sh:
5266           Add -Wno-portability to the automake parameters to stop warnings
5267           about GNU make extensions being used. We require GNU make in almost
5268           every Makefile anyway.
5269           
5270         * configure.ac:
5271           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5272           at the same time is required for per target flags.
5273
5274 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5275
5276         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5277           Post an error message if we can't pull as many bytes as we need
5278           for the tag. This makes sure the user gets to see a proper error
5279           message if a file with a partial ID3 tag is fed to decodebin, and
5280           not a 'no ID3 tag demuxer' error, which would be confusing
5281           (see #508138).
5282
5283 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5284
5285         * gst-libs/gst/pbutils/descriptions.c: (formats):
5286           Add description strings for ID3, APE, and ICY tags.
5287
5288 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5289
5290         * gst/playback/gstdecodebin.c: (try_to_link_1):
5291           Make sure we error out correctly if we can't activate one of
5292           the elements we've added.  Fixes #508138.
5293           
5294 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5295
5296         Patch by: Bastien Nocera <hadess at hadess net>
5297
5298         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5299           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5300           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5301           the volume is the same for all channels. This works around
5302           some problem in alsa that leaves us with inconsistent state
5303           for some reason (#486840).
5304
5305 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5306
5307         Patch by: Jerone Young <jerone at gmail com>
5308
5309         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5310           If there's no mixer track by the name of 'Master' or 'Front',
5311           check if there's one called 'PCM' before trying the generic
5312           fallback logic (fixes #506928, where we pick 'Mic' as master
5313           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5314
5315 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5316
5317         * gst/playback/gstplay-enum.c:
5318         (register_gst_autoplug_select_result),
5319         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5320         (gst_play_flags_get_type):
5321         * gst/playback/gstplay-enum.h:
5322         Add enums for configuration flags.
5323
5324         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5325         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5326         (gst_play_bin_get_property), (no_more_pads_cb),
5327         (autoplug_select_cb), (gst_play_bin_change_state):
5328         Merge mode with flags.
5329         Add more property getters/setters, defaults and docs.
5330         Add properties to get number of audio/video/text streams.
5331         Create sink object in _init so that we can always rely on it being
5332         there.
5333
5334         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5335         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5336         (activate_vis), (gst_play_sink_reconfigure),
5337         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5338         (gst_play_sink_change_state):
5339         * gst/playback/gstplaysink.h:
5340         Use flags to configure the sink pipelines.
5341         Add tee before audio pipeline so that we can use it for visualisations.
5342         Start working on integrating visualisations.
5343         Remove mode, we can do everything with the flags now.
5344         Add method to configue the sink pipeline.
5345
5346 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5347
5348         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5349           (check_buffer_timestamp), (check_buffer_duration):
5350           Turn these functions into macros so we can see right away
5351           where the failure occured.
5352
5353 2008-01-05  Julien Moutte  <julien@fluendo.com>
5354
5355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5356         debugging information to understand how X calculates the stride
5357         for XvImages.
5358
5359 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5360
5361         * gst/volume/Makefile.am:
5362         * gst/volume/gstvolume.c: (volume_choose_func),
5363         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5364         (volume_setup):
5365         * gst/volume/gstvolume.h:
5366         Use GstAudioFilter as base class for the volume element instead of
5367         plain GstBaseTransform.
5368
5369 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5370
5371         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5372         Don't set element details for the abstract GstAudioFilter class.
5373
5374 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5375
5376         * gst-libs/gst/audio/gstaudiofilter.c:
5377         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5378         Implement get_unit_size() vmethod of GstBaseTransform.
5379
5380 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5381
5382         * gst-libs/gst/pbutils/Makefile.am:
5383         * gst-libs/gst/pbutils/pbutils.h:
5384         Use glib-enum generator to have a proper enum GType for
5385         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5386
5387 2007-12-31  David Schleef  <ds@schleef.org>
5388
5389         * tests/check/Makefile.am:
5390         * tests/check/pipelines/theoraenc.c:
5391           Reenable theoraenc test, which fails on the buildbot but
5392           not locally.
5393
5394 2007-12-31  David Schleef  <ds@schleef.org>
5395
5396         * docs/libs/.cvsignore:
5397         * docs/plugins/.cvsignore:
5398           Add *-undeclared.txt to fix buildbot.
5399
5400 2007-12-31  David Schleef  <ds@schleef.org>
5401
5402         * tests/check/Makefile.am:
5403           Second attempt at disabling theoraenc test long enough to
5404           get buildbot to compile -base.
5405
5406 2007-12-31  David Schleef  <ds@schleef.org>
5407
5408         * tests/check/pipelines/theoraenc.c:
5409           Disable theoraenc test long enough to get the buildbot to
5410           compile a recent -base.
5411
5412 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5413
5414         * tests/examples/seek/seek.c: (stop_cb):
5415         Make sure we reset the slider value to 0.0 without racing against a
5416         possible g_idle that sets it to something else.
5417
5418 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5419
5420         * sys/ximage/ximagesink.c:
5421         fix typo
5422
5423 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5424
5425         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5426         * gst-libs/gst/rtsp/gstrtspdefs.h:
5427         Add Location header so that we can start implementing redirects.
5428         See #506025.
5429
5430 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5431
5432         * gst/subparse/gstssaparse.c:
5433         combine if's
5434
5435 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5436
5437         * gst/subparse/gstssaparse.c:
5438         remove duplicate log message
5439
5440 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5441
5442         * ext/libvisual/visual.c: (gst_visual_chain):
5443         Fix 'xyz may be used uninitialized' compiler warnings caused
5444         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5445         abort() in any case but properly report the error.
5446
5447 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5448
5449         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5450         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5451         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5452         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5453         (autoplug_select_cb), (activate_group), (deactivate_group),
5454         (setup_next_source), (save_current_group),
5455         (gst_play_bin_change_state):
5456         Code cleanups.
5457         Remove next-uri, we can use the uri property just fine.
5458         Fix some crasher.
5459         Unref uridecodebin when switching.
5460         Fix going to READY.
5461
5462         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5463         (gst_play_sink_init), (gst_play_sink_dispose),
5464         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5465         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5466         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5467         (gst_play_sink_set_property), (gst_play_sink_get_property),
5468         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5469         (gen_vis_element), (gst_play_sink_get_mode),
5470         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5471         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5472         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5473         (gst_play_sink_change_state):
5474         * gst/playback/gstplaysink.h:
5475         Add some locking to make things threadsafe.
5476
5477         * gst/playback/test7.c: (about_to_finish_cb):
5478         Fix test.
5479
5480 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5481
5482         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5483           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5484           (gst_video_scale_transform):
5485           Don't claim to be able to handle/transform caps that can't really
5486           be handled by the currently selected scaling method (here: RGB or
5487           packed YUV with 4-tap method). Also add locking to method property.
5488
5489         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5490           (test_basetransform_based):
5491           Some test pipelines for the above (not entirely valgrind clean yet
5492           apparently).
5493
5494 2007-12-21  David Schleef  <ds@schleef.org>
5495
5496         * gst-libs/gst/video/video.c:
5497         * gst-libs/gst/video/video.h:
5498           Add additional RGBA and RGB-24 video formats.
5499
5500 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5501
5502         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5503           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5504           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5505         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5506           (cddabasesrc_suite):
5507           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5508           deprecated in the future (see #498924).
5509
5510 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5511
5512         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5513           Don't leak event.
5514
5515 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5516
5517         * gst-libs/gst/riff/riff-read.c:
5518         Use GST_ROUND_UP_2 macro
5519
5520 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5521
5522         * gst/playback/.cvsignore:
5523           Ignore more.
5524
5525 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5526
5527         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5528         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5529           (set_active_source):
5530         * gst/playback/gstplaybasebin.h:
5531         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5532           (setup_sinks), (playbin_set_subtitles_visible):
5533           Make switching off of subtitles work. To avoid all kind of
5534           problems with unlinking of the subtitle input, we just keep
5535           the subtitle inputs linked as they are and tell textoverlay
5536           not to render them. Fixes #373011.
5537           Other subtitle switching issues (esp. when there are both
5538           external and in-stream subtitles) remain. They'll be solved
5539           in playbin2.
5540
5541 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5542
5543         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5544         Init the pad segment too.
5545
5546 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5547
5548         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5549         (gst_audioringbuffer_open_device),
5550         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5551         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5552         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5553         (gst_audio_sink_create_ringbuffer):
5554         Improve debug output.
5555
5556         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5557         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5558         Prevent some functions from doing things and failing when the
5559         ringbuffer is not yet acquired.
5560
5561 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5562
5563         * gst-libs/gst/interfaces/interfaces.h:
5564           Also remove interfaces.h from CVS as it is not needed anymore.
5565
5566 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5567
5568         * gst-libs/gst/interfaces/Makefile.am:
5569           interfaces.h is not used anymore so remove it from the build
5570           process.
5571
5572 2007-12-17  David Schleef  <ds@schleef.org>
5573
5574         * gst/videotestsrc/gstvideotestsrc.c:
5575         * gst/videotestsrc/gstvideotestsrc.h:
5576           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5577           for testing vertical refresh synchronization.
5578
5579 2007-12-17  David Schleef  <ds@schleef.org>
5580
5581         * docs/libs/gst-plugins-base-libs-sections.txt:
5582         * gst-libs/gst/video/video.c:
5583         * gst-libs/gst/video/video.h:
5584           Add new GstVideFormat enum and write a bunch of helper functions
5585           based around it.
5586
5587 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5588
5589         * Makefile.am:
5590           Use new common/win32.mak.
5591
5592 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5593
5594         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5595         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5596         Add debug info.
5597         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5598         the parent state change function, just like the audiosink, because the
5599         parent waits for the element to finish its processing before completing
5600         the state change. This makes going to PAUSED a lot snappier.
5601         When going from READY to PAUSED, don't allow the ringbuffer to start
5602         yet.
5603
5604 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5605
5606         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5607         Yet another fix for broken software that produce files with an empty
5608         blockalign field. Instead of completely failing, make a second attempt
5609         at guessing the width/depth by looking at strf->size.
5610
5611 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5612
5613         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5614           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5615         * gst-libs/gst/pbutils/install-plugins.c:
5616           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5617         * gst-libs/gst/pbutils/missing-plugins.c:
5618           (gst_missing_plugin_message_get_installer_detail),
5619           (gst_missing_encoder_installer_detail_new):
5620         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5621         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5622           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5623           avoid compiler warnings (#503930).
5624
5625 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5626
5627         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5628         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5629         for jpeg video streams.
5630         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5631         for the above modification.
5632
5633 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5634
5635         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5636           (gst_x_overlay_handle_events):
5637           More guards (we don't want klass to end up being NULL).
5638
5639 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5640
5641         * configure.ac:
5642         * gst/volume/gstvolume.c: (gst_volume_init):
5643           Use new gst_base_transform_set_gap_aware() function as volume
5644           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5645           for this.
5646
5647 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5648
5649         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5650         Don't go to READY on EOS as this avoids testing of seeking and
5651         restarting after EOS, use the stop button when you want to READY.
5652         Don't try to do a flushing seek in segment-done, it does not make
5653         sense to use this for gapless playback and is not needed.
5654
5655 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5656
5657         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5658         (reset_rate_timer), (update_in_rates), (update_out_rates),
5659         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5660         (gst_queue_chain), (gst_queue_loop):
5661         Use separate timers for input and output rates.
5662         Pause measuring the output rate when we block for more data.
5663         See #503262.
5664
5665 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5666
5667         * gst/playback/gstqueue2.c: (gst_queue_chain):
5668         Pause the timer to measure the input rate when we block because the
5669         queue is filled. See #503262.
5670
5671 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5672
5673         Patch by: Peter Kjellerstedt  <pkj at axis com>
5674
5675         * gst-libs/gst/rtsp/gstrtspconnection.c:
5676         (gst_rtsp_connection_free):
5677         Close control sockets. Fixes #503440.
5678
5679 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5680
5681         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5682         Expose the right pad in the right place with the right element.
5683
5684 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5685
5686         * gst-libs/gst/pbutils/descriptions.c: (formats):
5687           Add description for 'private' dts caps (who come up with that name?).
5688
5689 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5690
5691         * Makefile.am:
5692           Add check-exports target and run it with 'make check'.
5693
5694         * configure.ac:
5695           Be stricter about what we export in our libraries: change regexp so that
5696           we only export _gst_foo(), but not __gst_foo().
5697
5698         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5699         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5700           Change internal functions to __gst_foo so they dont' get exported.
5701
5702         * win32/common/libgstaudio.def:
5703           Add missing symbols.
5704
5705 2007-12-11  David Schleef  <ds@schleef.org>
5706
5707         * ChangeLog: remove conflict markers
5708
5709 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5710
5711         * ext/gnomevfs/Makefile.am:
5712         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5713           Use gst_tag_freeform_string_to_utf8() here, which also takes
5714           into account any character sets specified by the user via
5715           environment variables.
5716
5717 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5718
5719         * gst/audioconvert/Makefile.am:
5720         Also link to libm.
5721
5722 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5723
5724         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5725         No need for floating point operations here. avoids having to link
5726         against the math library too.
5727
5728 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5729
5730         * gst-libs/gst/pbutils/descriptions.c: (formats),
5731           (format_info_get_desc):
5732         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5733           (GST_START_TEST):
5734           Add one or two missing formats.  Generate ADPCM description
5735           dynamically depending on layout/format.
5736
5737 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5738
5739         * configure.ac:
5740           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5741
5742 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5743
5744         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5745
5746         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5747           Some .srt files start with chunk number 0 and not chunk number 1,
5748           recognise and accept those as well (fixes #502497).
5749
5750         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5751           (test_src):
5752           Add unit test for the above.
5753
5754 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5755
5756         * gst/playback/gstplay-enum.c:
5757         (register_gst_autoplug_select_result),
5758         (gst_autoplug_select_result_get_type):
5759         * gst/playback/gstplay-enum.h:
5760         Add missing files.
5761
5762 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5763
5764         * gst/playback/Makefile.am:
5765         Group decodebin2 and uridecodebin into the same plugin so that they
5766         can share the GEnumType.
5767
5768         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5769         (_gst_select_accumulator), (gst_decode_bin_class_init),
5770         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5771         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5772         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5773         Add signal to sort factories instead of the more awkward autoplug-select
5774         signal.
5775         Modify autoplug_select so that we can try, skip or expose the
5776         autopluggin of an element on a pad.
5777
5778         * gst/playback/gstfactorylists.c: (compare_ranks),
5779         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5780         (element_filter), (gst_factory_list_get_elements),
5781         (gst_factory_list_debug), (gst_factory_list_filter):
5782         * gst/playback/gstfactorylists.h:
5783         Simplify the API, allow getting elements based on mask.
5784
5785         * gst/playback/gstplay-marshal.list:
5786         Add some more marshallers.
5787
5788         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5789         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5790         (autoplug_select_cb), (activate_group):
5791         Add support for managing non-raw sinks by providing a custom element and
5792         sink list to decodebin2.
5793         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5794         decodebin2.
5795
5796         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5797         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5798         * gst/playback/gstplaysink.h:
5799         Add support for raw and non-raw sinks. 
5800         Add support to force sinks selected by playbin2.
5801         Don't plug raw converters for non-raw sinks.
5802
5803         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5804         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5805         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5806         (plugin_init):
5807         Use right accumulators.
5808         Proxy new signal.
5809
5810 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5811
5812         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5813         Use runnning time as the base time instead of the timestamp.
5814         Spotted by Saur on IRC.
5815
5816 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5817
5818         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5819         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5820
5821 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5822
5823         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5824         (gst_ogg_demux_read_chain):
5825         If we find a new serial number but it does not contain a BOS page, make
5826         sure we initialize the chain to NULL because else we will try to scan it
5827         and crash. Fixes #500763
5828
5829 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5830
5831         * gst/playback/Makefile.am:
5832         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5833         (get_feature_array), (decoders_filter), (sinks_filter),
5834         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5835         (gst_factory_list_filter):
5836         * gst/playback/gstfactorylists.h:
5837         Refactor some common code to filter factories and check caps compat.
5838
5839         * gst/playback/gstdecodebin.c:
5840         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5841         (gst_decode_bin_init), (gst_decode_bin_dispose),
5842         (gst_decode_bin_autoplug_continue),
5843         (gst_decode_bin_autoplug_factories),
5844         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5845         (find_compatibles):
5846         * gst/playback/gstplaybin.c:
5847         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5848         (gst_play_bin_init), (gst_play_bin_finalize),
5849         (autoplug_factories_cb), (activate_group):
5850         * gst/playback/gstqueue2.c:
5851         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5852         (proxy_autoplug_continue_signal),
5853         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5854         (proxy_drained_signal):
5855         Add some more debug info and use factor filtering code.
5856
5857 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5858
5859         * gst/audiotestsrc/gstaudiotestsrc.c:
5860         * gst/volume/gstvolume.c:
5861         * gst/volume/gstvolume.h:
5862           Add GAP-flag support.
5863
5864 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5865
5866         * tests/examples/seek/seek.c: (main): Increase the range of the
5867         rate selector as I would like to test QOS behavior at higher
5868         forward and reverse playback speed like say 64x.
5869
5870 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5871
5872         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5873         (audioresample_query), (audioresample_query_type),
5874         (gst_audioresample_set_property):
5875         Implement latency query.
5876
5877 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5878
5879         * gst-libs/gst/audio/gstbaseaudiosink.c:
5880         (gst_base_audio_sink_drain):
5881         Our EOS time contains the base_time, _wait_eos() expects a running_time
5882         so we have to subtract the base_time again before calling the function.
5883         This fixes an EOS regression where the base_time was added twice and EOS
5884         took longer and longer in certain situations.
5885         Fixes #498767.
5886
5887 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5888
5889         * docs/libs/gst-plugins-base-libs-sections.txt:
5890         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5891         (gst_base_audio_sink_set_provide_clock),
5892         (gst_base_audio_sink_get_provide_clock),
5893         (gst_base_audio_sink_set_slave_method),
5894         (gst_base_audio_sink_get_slave_method),
5895         (gst_base_audio_sink_set_property),
5896         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5897         (gst_base_audio_sink_none_slaving),
5898         (gst_base_audio_sink_handle_slaving):
5899         * gst-libs/gst/audio/gstbaseaudiosink.h:
5900         Expose methods for some object properties so that subclasses can more
5901         easily configure them.
5902         Added slave method none, that completely disables slaving to the
5903         internal clock.
5904         API: gst_base_audio_sink_set_provide_clock()
5905         API: gst_base_audio_sink_get_provide_clock()
5906         API: gst_base_audio_sink_set_slave_method()
5907         API: gst_base_audio_sink_get_slave_method()
5908
5909         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5910         (gst_base_audio_src_set_provide_clock),
5911         (gst_base_audio_src_get_provide_clock),
5912         (gst_base_audio_src_set_property),
5913         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5914         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5915         Expose methods for some object properties so that subclasses can more
5916         easily configure them.
5917         API: gst_base_audio_src_set_provide_clock()
5918         API: gst_base_audio_src_get_provide_clock()
5919
5920 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5921
5922         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5923
5924         * gst-libs/gst/sdp/gstsdpmessage.c:
5925         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5926
5927 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5928
5929         * tests/check/libs/fft.c: (GST_START_TEST):
5930         Fix scaling to really have dB instead of something else.
5931
5932 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5933
5934         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5935         GTK version, use it.
5936
5937 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5938
5939         * tests/examples/seek/seek.c: (main): Try to support stable version
5940         of GTK.
5941
5942 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5943
5944         * gst/playback/README:
5945         * gst/playback/test7.c:
5946           Fix the build + little README update.
5947
5948 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5949
5950         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5951         Add playbin2 seek pipeline.
5952
5953 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5954
5955         * gst/playback/Makefile.am:
5956         * gst/playback/gstplayback.c: (plugin_init):
5957         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5958         (eos_cb), (about_to_finish_cb), (main):
5959         Add playbin2.
5960         Added gapless playback example.
5961
5962         * gst/playback/gstplaybasebin.c:
5963         * gst/playback/gstplaybasebin.h:
5964         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5965         * gst/playback/gstqueue2.c:
5966         * gst/playback/test.c:
5967         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5968         (pad_removed_cb):
5969         * gst/playback/gststreaminfo.h:
5970         Change email.
5971
5972         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5973         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5974         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5975         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5976         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5977         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5978         (drained_cb), (unlink_group), (activate_group),
5979         (setup_next_source), (gst_play_bin_change_state),
5980         (gst_play_bin2_plugin_init):
5981         Added raw first version of playbin2. Does chained oggs and gapless
5982         playback fine. No support for raw sinks yet. No visualisations or
5983         subtitles yet.
5984
5985         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5986         (gst_play_sink_class_init), (gst_play_sink_init),
5987         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5988         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5989         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5990         (gst_play_sink_set_property), (gst_play_sink_get_property),
5991         (post_missing_element_message), (free_chain), (add_chain),
5992         (activate_chain), (gen_video_chain), (gen_text_element),
5993         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5994         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5995         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5996         (gst_play_sink_send_event), (gst_play_sink_change_state):
5997         * gst/playback/gstplaysink.h:
5998         Added Element that abstracts the sinks and their pipelines for playbin2.
5999
6000 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6001
6002         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6003         (gst_selector_pad_class_init), (gst_selector_pad_init),
6004         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6005         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6006         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6007         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6008         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6009         (gst_stream_selector_init), (gst_stream_selector_set_property),
6010         (gst_stream_selector_get_linked_pad),
6011         (gst_stream_selector_getcaps),
6012         (gst_stream_selector_is_active_sinkpad),
6013         (gst_stream_selector_activate_sinkpad),
6014         (gst_stream_selector_get_linked_pads),
6015         (gst_stream_selector_request_new_pad),
6016         (gst_stream_selector_release_pad):
6017         * gst/playback/gststreamselector.h:
6018         Improve streamselector, make it select and unselect the current pad more
6019         intelligently. 
6020         Subclass GstPad for the sinkpads of the selector.
6021         Handle segments more correctly.
6022         Fix caps negotiation.
6023         Implement release_pad.
6024
6025 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6026
6027         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6028         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6029         (remove_fakesink):
6030         Add drained signal fired when decodebin finishes decoding the data.
6031         Remove deprecated STATE_DIRTY message.
6032
6033         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6034         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6035         (analyse_source), (proxy_drained_signal), (make_decoder),
6036         (source_new_pad), (value_list_append_structure_list),
6037         (handle_redirect_message), (handle_message):
6038         Proxy the new drained signal.
6039         Handle pad removed from decodebin.
6040         Handle redirect messages by sorting multiple redirections based on the
6041         connection speed.
6042
6043 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6044
6045         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6046
6047         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6048         Fix leaking headers. Fixes #496761.
6049
6050 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6051
6052         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6053
6054         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6055         (gst_ximagesink_change_state):
6056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6057         Don't leak the PAR on errors. Fixes #496731.
6058
6059 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6060
6061         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6062           (gst_tag_from_id3_user_tag):
6063           Add mapping for audio cd discid tags, so we can extract
6064           them from tags as well (see #347848). Also compare identifiers
6065           in ID3v2 TXXX frames in a case-insensitive way to increase
6066           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6067
6068 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6069
6070         * gst-plugins-base.doap:
6071         Oops, fix the release name.
6072
6073 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6074
6075         * gst-plugins-base.doap:
6076         Add 0.10.15 release
6077
6078 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6079
6080         * configure.ac:
6081         Back to CVS
6082
6083 === release 0.10.15 ===
6084
6085 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6086
6087         * configure.ac:
6088           releasing 0.10.15, "No need to argue"
6089
6090 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6091
6092         * win32/vs6/libgstfft.dsp:
6093         Convert line endings to DOS.
6094
6095 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6096
6097         * win32/vs6/gst_plugins_base.dsw:
6098         * win32/vs6/libgstfft.dsp:
6099         * win32/MANIFEST:
6100         Add a project file for fft plugin and remove socket
6101         based plugin which don't build from the workspace.
6102         * win32/vs6/libgstaudio.dsp:
6103         * win32/vs6/libgstrtp.dsp:
6104         * win32/vs6/libgsttag.dsp:
6105         Convert line endings back to DOS.
6106         Fixes #496724
6107
6108 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6109
6110         * win32/vs6/libgstinterfaces.dsp:
6111         * win32/vs6/libgstrtsp.dsp:
6112         Convert line endings back to DOS
6113
6114 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6115
6116         * gst-libs/gst/fft/kiss_fft_f32.h:
6117         * gst-libs/gst/fft/kiss_fft_f64.h:
6118         * gst-libs/gst/fft/kiss_fft_s16.h:
6119         * gst-libs/gst/fft/kiss_fft_s32.h:
6120         Don't include malloc.h which doesn't exist on Mac OSX.
6121         Instead, pull in glib.h and use g_malloc/g_free for 
6122         consistency. Fixes: #496548
6123
6124 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6125
6126         * gst/playback/gstdecodebin2.c:
6127           Dont leak ghostpad. Fixes #475451.
6128
6129 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6130
6131         * docs/design/design-decodebin.txt:
6132         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6133         Update some more docs and comments.
6134
6135 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6136
6137         Patch by: Sebastien Moutte  <sebastien moutte net>
6138
6139         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6140           (gst_rtcp_unix_to_ntp):
6141         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6142           Fix some C99-isms and and a missing function that some versions of
6143           MSVC don't like too much (#494346).
6144
6145         * win32/vs6/gst_plugins_base.dsw:
6146         * win32/vs6/libgstaudio.dsp:
6147         * win32/vs6/libgstrtp.dsp:
6148         * win32/vs6/libgsttag.dsp:
6149           Update vs6 projects files (#494346).
6150
6151 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6152
6153         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6154
6155         * win32/common/libgstaudio.def:
6156         * win32/common/libgstcdda.def:
6157         * win32/common/libgstinterfaces.def:
6158         * win32/common/libgstnetbuffer.def:
6159         * win32/common/libgstpbutils.def:
6160         * win32/common/libgstrtp.def:
6161         * win32/common/libgstrtsp.def:
6162         * win32/common/libgsttag.def:
6163         * win32/common/libgstvideo.def:
6164           More missing symbols to export (fixes #493986).
6165
6166 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6167
6168         * docs/libs/gst-plugins-base-libs-sections.txt:
6169         * gst-libs/gst/fft/gstfftf32.c:
6170         * gst-libs/gst/fft/gstfftf32.h:
6171         * gst-libs/gst/fft/gstfftf64.c:
6172         * gst-libs/gst/fft/gstfftf64.h:
6173         * gst-libs/gst/fft/gstffts16.c:
6174         * gst-libs/gst/fft/gstffts16.h:
6175         * gst-libs/gst/fft/gstffts32.c:
6176         * gst-libs/gst/fft/gstffts32.h:
6177         * tests/check/libs/fft.c: (GST_START_TEST):
6178         Remove the magnitude and phase calculation functions as these have
6179         very special use cases and can't even be used for the spectrum
6180         element. Also adjust the docs to mention some properties of the used
6181         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6182
6183 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6184
6185         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6186           (finish_source):
6187           Avoid crash when there are external subtitles (fixes #491722).
6188
6189 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6190
6191         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6192         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6193           'Could not open resource for writing' is not an acceptable
6194           error message when we can't open the audio device (see #492334),
6195           even less so when we're trying to open it to record something.
6196
6197 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6198
6199         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6200
6201         * win32/common/libgstrtp.def:
6202           Add some more missing symbols (#492813).
6203
6204 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6205
6206         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6207
6208         * tests/check/elements/audioconvert.c: (verify_convert):
6209           Add check to make sure that the out caps have a channel layout
6210           set on them where they should have one.
6211
6212 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6213
6214         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6215
6216         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6217         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6218           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6219           (#492306).
6220
6221         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6222           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6223           (it disappeared in GLib 2.14.0) (#492306).
6224
6225         * gst-libs/gst/sdp/Makefile.am:
6226         * gst-libs/gst/sdp/gstsdpmessage.c:
6227           Fix includes and LIBS for win32/Mingw (#492306).
6228
6229         * tests/examples/dynamic/addstream.c (pause_play_stream):
6230           Use more portable g_usleep() instead of sleep() (#492306).
6231
6232 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6233
6234         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6235
6236         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6237           (gst_ring_buffer_parse_caps):
6238           Return NULL instead of an enum that happens to be 0, fixes warning
6239           on MSVC (#492114).
6240
6241         * gst-libs/gst/audio/gstringbuffer.h:
6242           No trailing commas in enum list (for gcc-2.9x).
6243
6244         * gst/videotestsrc/videotestsrc.c: (random_char):
6245           Make information loss explicit instead of implicitly truncating to
6246           eight bits via the return value.  Fixes runtime error on MSVC when
6247           using the debug CRT (#492114).
6248
6249         * win32/common/config.h.in:
6250           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6251
6252         * win32/common/libgstinterfaces.def:
6253         * win32/common/libgstrtp.def:
6254           Export a few more symbols (#492114).
6255
6256 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6257
6258         * gst-libs/gst/audio/audio.c:
6259         * gst-libs/gst/audio/audio.h:
6260           Readd the deprecation guards, but preserve compilability.
6261
6262 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6263
6264         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6265           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6266           Preserve channel layout when fixating the number of channels in the
6267           output caps, or make sure there's a suitable channel position layout
6268           set on the caps if required. Fixes #430677.
6269
6270 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6271
6272         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6273           Make sure the pipeline really operates in push mode as it should
6274           in this case.
6275
6276 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6277
6278         * gst-libs/gst/audio/audio.h:
6279           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6280           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6281           (ie. normal cvs builds) will fail.
6282
6283 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6284
6285         * docs/libs/Makefile.am:
6286         * gst-libs/gst/audio/audio.c:
6287         * gst-libs/gst/audio/audio.h:
6288         * gst-libs/gst/interfaces/mixer.c:
6289           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6290
6291 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6292
6293         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6294           (test_channel_layout_value_intersect), (audio_suite):
6295           Add simple unit test to make sure GstValue intersection
6296           of channel layouts works the way I think it does.
6297
6298 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6299
6300         * docs/libs/gst-plugins-base-libs-sections.txt:
6301         * gst-libs/gst/audio/gstaudiofilter.h:
6302         * gst-libs/gst/interfaces/mixer.h:
6303         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6304         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6305         * gst-libs/gst/sdp/gstsdpmessage.c:
6306           Fix the docs according to what gtk-doc complained about.
6307
6308 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6309
6310         * tests/icles/stress-playbin.c:
6311           Fix the build.
6312
6313 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6314
6315         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6316         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6317           Post nice/more useful error message if we don't have a decoder for
6318           the primary type.
6319
6320 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6321
6322         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6323         Be a bit more useful, unblock the pads after we fired the no-more-pads
6324         signal so that we can use the signal to inspect and connect all pads
6325         without having to keep extra state outside of decodebin.
6326
6327 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6328
6329         * gst/playback/gsturidecodebin.c:
6330         (gst_uri_decode_bin_autoplug_continue),
6331         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6332         Implement default signal handler so that we return TRUE when nothing is
6333         connected.
6334
6335 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6336
6337         * gst-libs/gst/riff/riff-media.c:
6338         (gst_riff_wavext_add_channel_layout),
6339         (gst_riff_wave_add_default_channel_layout),
6340         (gst_riff_wavext_get_default_channel_mask),
6341         (gst_riff_create_audio_caps):
6342         Use the ALSA channel layout as default for wav files without channel
6343         layout information. This fixes playback of chan-id.wav on 5.1 systems
6344         for example. Also refactor the channel layout setting a bit and add
6345         more default channel orders. Fixes #489010.
6346
6347 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6348
6349         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6350           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6351           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6352           instead.
6353
6354 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6355
6356         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6357         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6358         (gst_decode_bin_set_subs_encoding),
6359         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6360         (gst_decode_bin_get_property), (analyze_new_pad):
6361         Move subtitle encoding property to decodebin2 so that it can set the
6362         property value on all elements that it autoplugs and that require it.
6363         Make caps refcounting more consistent in get/set.
6364
6365         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6366         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6367         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6368         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6369         (proxy_autoplug_continue_signal),
6370         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6371         (make_decoder):
6372         Proxy properties and relevant signals from the internal decodebin.
6373         Make properties MT safe.
6374
6375 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6376
6377         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6378         * gst-libs/gst/tag/tags.c:
6379           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6380           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6381
6382         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6383           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6384
6385         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6386           (gst_tag_to_vorbis_comments):
6387           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6388           just mapping everything I found in the wild) (#414539).
6389
6390 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6391
6392         Inspired by patch of: René Stadler <mail at renestadler dot de>
6393
6394         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6395         (gst_decode_bin_autoplug_continue),
6396         (gst_decode_bin_autoplug_factories),
6397         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6398         (find_compatibles):
6399         * gst/playback/gstplay-marshal.list:
6400         Remove the autoplug-sort signal and replace it with a binding friendly
6401         autoplug-select signal.
6402         Add an autoplug-factories signal that can be used to generate a list of
6403         factories to try to autoplug.
6404         Add the GstPad to the autoplugging signal args as it might be needed to
6405         make a good factory selection.
6406         Fix up the marshallers for this. Fixes #407282.
6407
6408 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6409
6410         * gst-libs/gst/tag/gsttagdemux.c:
6411           Don't abort with an assertion if we receive a seek event with
6412           a start type of NONE (see launchpad bug #155878).
6413
6414 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6415
6416         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6417         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6418         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6420         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6421         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6422         Make sure that before we clean up the X resources, we shutdown and join
6423         the event thread.
6424         Also make sure the event thread does not shut down immediatly after
6425         startup because the running variable is not yet correctly set.
6426         Fixes #378770. 
6427
6428 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6429
6430         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6431         Make the window for a race in typefind and shutting down smaller until
6432         we figure out the right locking here. Avoids #485753 usually.
6433
6434         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6435         Remove unneeded lock causing a race in typefind and shutting down.
6436         Fixes #485753.
6437
6438         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6439         Also remove sinks when going to NULL because we might not complete the
6440         state change to PAUSED, causing the PAUSED->READY state change not to
6441         happen.
6442
6443 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6444
6445         * gst-libs/gst/audio/gstbaseaudiosink.c:
6446         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6447         Also explicitly release the ringbuffer when going to NULL because it
6448         is required in the setcaps function, before the state change to PAUSED
6449         completes.
6450
6451 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6452
6453         * tests/icles/.cvsignore:
6454         * tests/icles/Makefile.am:
6455         * tests/icles/stress-playbin.c:
6456           Does what it says on the tin.
6457
6458 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6459
6460         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6461         Fix queue negotiation. See #486758.
6462
6463 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6464
6465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6466         (gst_xvimagesink_xwindow_new),
6467         (gst_xvimagesink_update_colorbalance),
6468         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6469
6470         Fix handling of some of the X atoms. If the last parameter is True,
6471         XInternAtom won't create the atom if it doesn't exist, and therefore
6472         might return None. This causes X errors on Xv implementations that
6473         don't provide the colour balance attributes.
6474
6475 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6476
6477         * gst-libs/gst/tag/gstvorbistag.c:
6478         * tests/check/libs/tag.c:
6479           Extract vorbis comment LICENSE tags correctly.
6480
6481 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6482
6483         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6484
6485         * gst-libs/gst/tag/gstid3tag.c:
6486         * tests/check/libs/tag.c:
6487           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6488
6489 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6490
6491         * gst-libs/gst/tag/gsttagdemux.c:
6492           Don't error out when a buggy downstream element doesn't
6493           handle the newsegment event we send properly (especially
6494           not without posting a meaningful error message on the
6495           bus). See bug #471370 and launchpad bug #136264.
6496
6497 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6498
6499         * gst-libs/gst/audio/gstbaseaudiosink.c:
6500         (gst_base_audio_sink_drain):
6501         Use new basesink method to make our EOS drain interruptable.
6502
6503 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6504
6505         * gst-libs/gst/rtp/gstrtppayloads.c:
6506         Fix silly search-replace oversight.
6507
6508 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6509
6510         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6511
6512         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6513         (gst_basertppayload_set_outcaps):
6514         Fix caps memleak. Fixes #484989.
6515
6516
6517 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6518
6519         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6520         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6521         Fix debug output.
6522
6523 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6524
6525         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6526         (gst_base_audio_src_create):
6527         Also handle the case where there is no clock set on the audio source,
6528         like in the unit tests.
6529
6530 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6531
6532         * gst-libs/gst/rtp/gstrtppayloads.c:
6533         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6534         to avoid compiler warnings
6535
6536 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6537
6538         * gst/playback/gstdecodebin.c: (type_found),
6539         (gst_decode_bin_change_state):
6540         * gst/playback/gstdecodebin2.c: (type_found),
6541         (gst_decode_bin_change_state):
6542         Don't disconnect the have_type signal because we never reconnect it
6543         later on. Instead keep a variable to see if we already detected a type.
6544
6545 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6546
6547         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6548         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6549         (type_found):
6550         Unlink the signal handler when we found the type, we're not going to do
6551         anything sensible with more type_found signals anyway.
6552
6553 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6554
6555         * gst-libs/gst/tag/gsttagdemux.c:
6556           Don't leak caps.
6557
6558 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6559
6560         * gst-libs/gst/tag/Makefile.am:
6561         * gst-libs/gst/tag/gsttagdemux.c:
6562         * gst-libs/gst/tag/gsttagdemux.h:
6563           API: add GstTagDemux base class for simple tag demuxers.
6564
6565         * docs/libs/gst-plugins-base-libs-docs.sgml:
6566         * docs/libs/gst-plugins-base-libs-sections.txt:
6567           Add GstTagDemux to docs.
6568
6569 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6570
6571         * gst-libs/gst/rtp/gstrtpbuffer.c:
6572         (gst_rtp_buffer_get_payload_subbuffer):
6573         Fix bug introduced with last commit which inverted the logic and
6574         caused all buffers to be dropped. Fixes #483620.
6575         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6576
6577 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6578
6579         * gst-libs/gst/rtp/gstrtpbuffer.c:
6580           Replace g_return_if_val (as it could be disabled), with regular return
6581           and warning.
6582
6583 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6584
6585         * tests/check/pipelines/simple-launch-lines.c:
6586           Print message name and not just number.
6587
6588 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6589
6590         * gst-libs/gst/audio/gstbaseaudiosink.c:
6591         (gst_base_audio_sink_async_play):
6592         When slaved to the clock, don't try to align a sample with the previous
6593         one when going to PLAYING again.
6594
6595 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6596
6597         * tests/examples/snapshot/snapshot.c:
6598           Fix the build.
6599
6600 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6601
6602         * gst-libs/gst/sdp/gstsdpmessage.h:
6603         Add RFC 3556 bandwidth modifiers.
6604
6605 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6606
6607         * docs/libs/gst-plugins-base-libs-docs.sgml:
6608         * docs/libs/gst-plugins-base-libs-sections.txt:
6609         * gst-libs/gst/rtp/gstrtppayloads.c:
6610         Update documentation.
6611
6612 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6613
6614         * gst-libs/gst/rtp/Makefile.am:
6615         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6616         (gst_rtp_payload_info_for_name):
6617         * gst-libs/gst/rtp/gstrtppayloads.h:
6618         Added new file and header to deal with payload info.
6619
6620         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6621         (gst_rtp_buffer_default_clock_rate):
6622         * gst-libs/gst/rtp/gstrtpbuffer.h:
6623         Payload specific stuff is move to new headers.
6624         Implement _default_clock rate using the new payload function.
6625
6626         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6627         (gst_sdp_parse_line):
6628         * gst-libs/gst/sdp/gstsdpmessage.h:
6629         Add some more comments.
6630
6631 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6632
6633         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6634         (sdp_check_header), (sdp_type_find), (plugin_init):
6635         Add typefind function for application/sdp.
6636         Remove some old dirac typefind code that was ifdeffed out.
6637
6638 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6639
6640         * win32/common/libgstaudio.def:
6641         Add new exported functions.
6642         * win32/vs6/grammar.dsp:
6643         Add autogeneration and copy of some autegenerated files from win32/common
6644         for rtsp library.
6645         * win32/vs6/libgstaudioconvert.dsp:
6646         Add gstaudioquantize.c to the build.
6647         * win32/vs6/libgstinterfaces.dsp:
6648         Add videoorientation.c to the build.
6649         * win32/vs6/libgstriff.dsp:
6650         Add libgsttag to the link libraries list.
6651         * win32/vs6/libgstvolume.dsp:
6652         Add liboil to the link.
6653         * win32/vs6/gst_plugins_base.dsw:
6654         * win32/vs6/libgstrtsp.dsp:
6655         * win32/common/libgstrtsp.def:
6656         Add files to build libgstrtsp library.
6657         
6658 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6659
6660         * tests/examples/snapshot/snapshot.c: (main):
6661         Print error when pipeline failed to construct.
6662
6663 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6664
6665         * configure.ac:
6666         * gst-libs/gst/tag/gstid3tag.c:
6667         * gst-libs/gst/tag/gstvorbistag.c:
6668           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6669           and ID3v2 tags.
6670
6671 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6672
6673         * gst-libs/gst/floatcast/floatcast.h:
6674           Don't include config.h in an installed public header, this
6675           might break compilation of applications that don't have such
6676           a header and doesn't necessarily do what it's supposed to do
6677           anyway (ie. check for the lrint/lrintf defines) (#442065).
6678           Add docs for the various macros and document how this header
6679           has to be used (link against libm, etc.); add a few FIXMEs;
6680           include math.h for non-c99 code path.  Based on patch by
6681           Jan Schmidt.
6682           
6683 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6684
6685         * configure.ac:
6686         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6687         of duplicating these macros in configure.ac.
6688
6689 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6690
6691         * po/hu.po:
6692         * po/sv.po:
6693         * po/uk.po:
6694           Updated translations to 0.10.14
6695
6696 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6697
6698         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6699
6700         * po/pl.po:
6701           Added Polish translation.
6702
6703 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6704
6705         translated by: Ilkka Tuohela <hile@iki.fi>
6706
6707         * po/fi.po:
6708           Added Finnish translation.
6709
6710 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6711
6712         translated by: Jorge González González <aloriel@gmail.com>
6713
6714         * po/es.po:
6715           Added Spanish translation.
6716
6717 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6718
6719         translated by: Mogens Jaeger <mogens@jaeger.tf>
6720
6721         * po/da.po:
6722           Added Danish translation.
6723
6724 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6725
6726         translated by: Funda Wang <fundawang@linux.net.cn>
6727
6728         * po/zh_CN.po:
6729           Added Chinese (simplified) translation.
6730
6731 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6732
6733         translated by: Alexander Shopov <ash@contact.bg>
6734
6735         * po/bg.po:
6736           Added Bulgarian translation.
6737
6738 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6739
6740         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6741         Fix compilation wrt printf arguments.
6742
6743 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6744
6745         * configure.ac:
6746         * tests/examples/Makefile.am:
6747         * tests/examples/snapshot/.cvsignore:
6748         * tests/examples/snapshot/Makefile.am:
6749         * tests/examples/snapshot/snapshot.c: (main):
6750         Add simple snapshot example program using appsink.
6751
6752 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6753
6754         * tests/check/generic/states.c:
6755           Improved state change unit test.
6756
6757 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6758
6759         * docs/plugins/.cvsignore:
6760         * tests/check/.cvsignore:
6761           Ignore registries in any format.
6762
6763 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6764
6765         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6766         (gst_base_rtp_depayload_chain),
6767         (gst_base_rtp_depayload_set_gst_timestamp):
6768         Only copy timestamp on outgoing packets if the depayloader did not set
6769         one.
6770         Also copy duration on outgoing packets.
6771
6772 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6773
6774         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6775         (gst_basertppayload_set_outcaps):
6776         Fix compilation because of missing %d in printf.
6777         When fixating caps, fixate what we can and throw away all remaining
6778         unfixed caps, subclasses should do something smart if they need to.
6779
6780 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6781
6782         * ext/gnomevfs/gstgnomevfssrc.c:
6783           Improve debug logs a bit and be more verbose if things go wrong.
6784
6785 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6786
6787         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6788         (gst_text_overlay_set_property):
6789         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6790         * gst-libs/gst/audio/gstbaseaudiosink.c:
6791         (gst_base_audio_sink_render):
6792         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6793         (gst_rtcp_unix_to_ntp):
6794         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6795         * gst/playback/gstqueue2.c:
6796         * tests/examples/seek/seek.c: (set_scale):
6797         Fix a bunch of compile warnings shown with Forte.
6798
6799         * gst/audiorate/gstaudiorate.c:
6800         Always pull in config.h before including any system headers.
6801
6802 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6803
6804         * gst/playback/gstqueue2.c: (update_buffering),
6805         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6806         (gst_queue_handle_sink_event), (gst_queue_chain),
6807         (gst_queue_push_one), (gst_queue_sink_activate_push),
6808         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6809         Also fix #476514 for queue2.
6810
6811 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6812
6813         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6814         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6815         (gst_base_rtp_depayload_chain),
6816         (gst_base_rtp_depayload_handle_sink_event),
6817         (gst_base_rtp_depayload_push_full),
6818         (gst_base_rtp_depayload_set_gst_timestamp),
6819         (gst_base_rtp_depayload_change_state):
6820         Remove code to deal with RTP to GST time conversion, we now just copy
6821         the GST timestamp we receive to the outgoing buffers.
6822         Handle segment and flushes correctly.
6823
6824         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6825         When we have no valid input timestamp, use the previous rtp timestamp on
6826         the outgoing RTP packet instead of the RTP base time.
6827
6828 2007-09-15  David Schleef  <ds@schleef.org>
6829
6830         * ext/alsa/gstalsa.c:
6831         * ext/alsa/gstalsadeviceprobe.c:
6832         * ext/alsa/gstalsamixer.c:
6833         * ext/alsa/gstalsasink.c:
6834         * ext/alsa/gstalsasrc.c:
6835           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6836
6837 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6838
6839         * gst-libs/gst/rtp/gstbasertppayload.c:
6840         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6841         Add some debug info when negotiating caps.
6842
6843 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6844
6845         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6846         A buffer with an empty payload is also a valid buffer.
6847
6848 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6849
6850         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6851         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6852         (gst_basertppayload_change_state):
6853         Make sure we start our RTP timestamp from the random base RTP
6854         timestamp even if the buffer timestamp starts from some random value.
6855
6856 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6857
6858         * configure.ac:
6859         * tests/examples/Makefile.am:
6860         * tests/examples/dynamic/.cvsignore:
6861         * tests/examples/dynamic/Makefile.am:
6862         * tests/examples/dynamic/addstream.c: (create_stream),
6863         (pause_play_stream), (message_received), (eos_message_received),
6864         (perform_step), (main):
6865         Add simple exmple app to demonstrate starting and pausing live and
6866         non-live bins in a PLAYING pipeline.
6867
6868 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6869
6870         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6871         typefind for QCP files (RFC #3625)
6872
6873 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6874
6875         * gst-libs/gst/audio/gstbaseaudiosink.c:
6876         (gst_base_audio_sink_init):
6877         Disable pull mode scheduling, we're not ready for it yet and it subtly
6878         breaks a lot of things.
6879
6880 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6881
6882         * tests/check/elements/libvisual.c:
6883           Test all libvisual plugins, not just the first one; this reproduces
6884           bug #450336 quite easily.  Looks like a problem with the 'jess'
6885           visualisation.
6886
6887 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6888
6889         * tests/check/Makefile.am:
6890         * tests/check/elements/.cvsignore:
6891         * tests/check/elements/libvisual.c:
6892           Add basic libvisual test case in an attempt to reproduce bug #450336.
6893           Doesn't reproduce that bug, but some other crasher instead (invalid
6894           free), at least with make elements/libvisual.forever and the bumscope
6895           plugin on x86-64/gutsy. Leaving test disabled for now.
6896
6897 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6898
6899         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6900
6901         * gst-libs/gst/rtsp/gstrtspconnection.c:
6902         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6903         (read_body), (gst_rtsp_connection_receive):
6904         Make sure we can not cancel in the middle of receiving a message.
6905         Fixes #475731.
6906
6907 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6908
6909         Patch by: Josep Torra Valles <josep@fluendo.com>
6910
6911         * gst/playback/gstplaybasebin.c:
6912           Increase upper limit for audio queue a bit; fixes preroll problem
6913           with playbin and decodebin2 when playing a quicktime trailer with
6914           multichannel audio via http (#464666).
6915
6916 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6917
6918         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6919         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6920         (gst_base_audio_src_provide_clock),
6921         (gst_base_audio_src_set_property),
6922         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6923         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6924         Allow othe clocks than the internal clock to be used for the pipeline.
6925         Add property to disable clock provide.
6926         API: GstBaseAudioSrc::provide-clock
6927
6928 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6929
6930         * gst/playback/gstdecodebin2.c:
6931           Don't leak request pads. Fixes #475395.
6932
6933 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6934
6935         Patch by: René Stadler <mail at renestadler dot de>
6936
6937         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6938         (gst_ximage_buffer_class_init):
6939         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6940         (gst_xvimage_buffer_class_init):
6941         Correctly chain up finalize with the parent class to prevent
6942         memory leaks. Fixes #474880.
6943
6944 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6945
6946         * gst/volume/gstvolume.c: (volume_choose_func):
6947         * tests/check/elements/volume.c: (GST_START_TEST):
6948         Revert the latest change: floating point samples are allowed to
6949         have any value, not only values in the range [-1,1]. Thanks to Andy
6950         Wingo for noticing.
6951         Also fix processing of int32 samples with volumes > 4 by making the
6952         unity value smaller which prevents overflows.
6953
6954 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6955
6956         * gst-libs/gst/rtp/gstrtpbuffer.c:
6957         * tests/check/libs/rtp.c:
6958           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6959
6960 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6961
6962         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6963
6964         * gst-libs/gst/rtp/gstrtpbuffer.c:
6965           Fix up GstRTPHeader helper struct so that compilers will not under
6966           any circumstances add padding in between our fields, as currently
6967           happens with MSVC on win32, because that would lead to us sending
6968           out RTP payloads with broken RTP headers (#471194).
6969           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6970           
6971         * tests/check/Makefile.am:
6972         * tests/check/libs/.cvsignore:
6973         * tests/check/libs/rtp.c:
6974           Add some simple unit tests for GstRTPBuffer. Some are disabled
6975           because the code tested still needs fixing (set_csrc() does not work).
6976
6977 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6978
6979         * win32/MANIFEST:
6980         * win32/common/gstrtsp-enumtypes.c:
6981         * win32/common/gstrtsp-enumtypes.h:
6982         * win32/common/interfaces-enumtypes.c:
6983         * win32/common/interfaces-enumtypes.h:
6984         * win32/common/multichannel-enumtypes.c:
6985           Add rtsp enumtypes (#474384) and update others.
6986
6987 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6988
6989         * configure.ac:
6990           Fix configure check for HAVE_LIBXML_HTML.
6991
6992 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6993
6994         * tests/check/libs/.cvsignore:
6995           Ignore more, in case the build bots work again one day.
6996
6997 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6998
6999         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7000
7001         * configure.ac:
7002         * gst-libs/gst/Makefile.am:
7003         * gst-libs/gst/fft/Makefile.am:
7004         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7005         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7006         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7007         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7008         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7009         * gst-libs/gst/fft/gstfft.h:
7010         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7011         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7012         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7013         * gst-libs/gst/fft/gstfftf32.h:
7014         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7015         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7016         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7017         * gst-libs/gst/fft/gstfftf64.h:
7018         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7019         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7020         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7021         * gst-libs/gst/fft/gstffts16.h:
7022         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7023         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7024         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7025         * gst-libs/gst/fft/gstffts32.h:
7026         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7027         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7028         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7029         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7030         * gst-libs/gst/fft/kiss_fft_f32.h:
7031         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7032         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7033         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7034         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7035         * gst-libs/gst/fft/kiss_fft_f64.h:
7036         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7037         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7038         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7039         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7040         * gst-libs/gst/fft/kiss_fft_s16.h:
7041         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7042         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7043         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7044         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7045         * gst-libs/gst/fft/kiss_fft_s32.h:
7046         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7047         (kiss_fftr_f32), (kiss_fftri_f32):
7048         * gst-libs/gst/fft/kiss_fftr_f32.h:
7049         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7050         (kiss_fftr_f64), (kiss_fftri_f64):
7051         * gst-libs/gst/fft/kiss_fftr_f64.h:
7052         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7053         (kiss_fftr_s16), (kiss_fftri_s16):
7054         * gst-libs/gst/fft/kiss_fftr_s16.h:
7055         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7056         (kiss_fftr_s32), (kiss_fftri_s32):
7057         * gst-libs/gst/fft/kiss_fftr_s32.h:
7058         * gst-libs/gst/fft/kiss_version:
7059         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7060         * pkgconfig/gstreamer-plugins-base.pc.in:
7061         Add libgstfft, a FFT library based on Kiss FFT which is
7062         BSD licensed. Supported sample formats are int16, int32,
7063         float and double. For those formats a real FFT and IFFT
7064         can be done, different windowing functions can be applied
7065         and functions for extracting the magnitude and phase exist.
7066         Fixes #468619.
7067
7068         * docs/libs/Makefile.am:
7069         * docs/libs/gst-plugins-base-libs-docs.sgml:
7070         * docs/libs/gst-plugins-base-libs-sections.txt:
7071         Integrate libgstfft into the docs.
7072
7073         * tests/check/Makefile.am:
7074         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7075         Add unit tests for libgstfft, currently only testing the FFT.
7076         Unit tests for IFFT will follow soon.
7077
7078 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7079
7080         Patch by: Peter Kjellerstedt  <pkj at axis com>
7081
7082         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7083         (gst_sdp_message_init), (gst_sdp_message_uninit),
7084         (is_multicast_address), (gst_sdp_message_as_text),
7085         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7086         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7087         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7088         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7089         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7090         (gst_sdp_media_init), (gst_sdp_media_uninit),
7091         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7092         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7093         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7094         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7095         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7096         * gst-libs/gst/sdp/gstsdpmessage.h:
7097         Separate INIT_ARRAY() and related macros into two versions, one for
7098         structures and one for pointers (e.g., INIT_ARRAY() and
7099         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7100         lists of emails and phone numbers.
7101         Add missing const as appropriate.
7102         Change all gint to guint since they all actually represent unsigned
7103         values.
7104         Do not use time as a variable name as it shadows the global time().
7105         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7106         Actually implement gst_sdp_message_add_time().
7107         Make gst_sdp_message_add_time() take repeat times as an argument.
7108         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7109         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7110         misspelled as badwidth).
7111         gst-indented and a little clean up. Fixes #471067.
7112
7113 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7114
7115         * gst/volume/gstvolume.c: (volume_choose_func),
7116         (volume_process_double), (volume_process_double_clamp),
7117         (volume_process_float_clamp):
7118         Correctly clamp float/double samples in the [-1.0,1.0] range to
7119         prevent weird effects.
7120         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7121         Add unit tests for all samples types that had none before.
7122
7123 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7124
7125         * gst-libs/gst/rtp/gstrtpbuffer.c:
7126           Need to include stdlib.h for abs() here too.
7127
7128 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7129
7130         * gst/playback/gststreaminfo.c:
7131           Fix build.
7132
7133 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7134
7135         * gst/playback/gststreaminfo.c:
7136           Clean up some half-disabled code and comment.
7137
7138 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7139
7140         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7141
7142         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7143         (gst_base_rtp_payload_audio_handle_event):
7144         Return FALSE from the event handler to let the parent class handle the
7145         event. Fixes #446766.
7146
7147         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7148         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7149         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7150
7151         * gst-libs/gst/rtp/gstbasertppayload.c:
7152         Bump the MTU to 1400.
7153
7154 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7155
7156         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7157         Add an audio/x-nsf typefind function for the nsfdec element.
7158
7159 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7160         * gst/playback/gstplaybasebin.c:
7161         Included "myth://" on stream_uris list for enable buffering to mythtv files
7162
7163 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7164
7165         * docs/libs/gst-plugins-base-libs-sections.txt:
7166         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7167         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7168         (gst_rtcp_unix_to_ntp):
7169         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7170         Fix parsing of RB blocks.
7171         Fix docs.
7172         Added helper functions to convert to/from UNIX and NTP time.
7173         API: gst_rtcp_ntp_to_unix()
7174         API: gst_rtcp_unix_to_ntp()
7175
7176         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7177         (gst_rtp_buffer_get_header_len),
7178         (gst_rtp_buffer_get_extension_data),
7179         (gst_rtp_buffer_get_payload_subbuffer),
7180         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7181         (gst_rtp_buffer_ext_timestamp):
7182         * gst-libs/gst/rtp/gstrtpbuffer.h:
7183         Fix some more docs.
7184         Implement handling of packets with extensions.
7185         Fix padding check in _validate().
7186         Added function to get extension data.
7187         API: gst_rtp_buffer_get_header_len()
7188         API: gst_rtp_buffer_get_extension_data()
7189
7190 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7191
7192         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7193         (gst_base_rtp_depayload_class_init),
7194         (gst_base_rtp_depayload_set_gst_timestamp):
7195         Add some more docs for the queue-delay property and fix a typo in a
7196         comment.
7197
7198         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7199         Fix typo.
7200
7201 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7202
7203         * gst-libs/gst/audio/gstbaseaudiosink.c:
7204         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7205         (gst_base_audio_sink_change_state):
7206         When skew slaving, try to hover around the middle of a segment so that
7207         we at most drift by half a segment.
7208         If we are aligning in the oposite direction of the clock skew, we don't
7209         have to resync.
7210
7211 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7212
7213         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7214         (gst_base_rtp_depayload_setcaps),
7215         (gst_base_rtp_depayload_set_gst_timestamp):
7216         Be less silly with the segment start, just apply the clock-base to the
7217         timestamp.
7218
7219 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7220
7221         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7222         (gst_base_rtp_depayload_class_init),
7223         (gst_base_rtp_depayload_finalize),
7224         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7225         (gst_base_rtp_depayload_handle_sink_event),
7226         (gst_base_rtp_depayload_set_gst_timestamp),
7227         (gst_base_rtp_depayload_change_state):
7228         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7229         Deprecate the queue handling thread thing and remove the code.
7230         Use new method to calculate the extended timestamp.
7231
7232 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7233
7234         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7235         (gst_rtcp_packet_sdes_copy_entry):
7236         Use g_strndup which does exactly what we want.
7237
7238         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7239         (gst_rtp_buffer_ext_timestamp):
7240         * gst-libs/gst/rtp/gstrtpbuffer.h:
7241         Add helper function to compare seqnums.
7242         Add helper function to calculate extended timestamps.
7243         API: gst_rtp_buffer_compare_seqnum()
7244         API: gst_rtp_buffer_ext_timestamp()
7245
7246 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7247
7248         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7249         (gst_rtcp_packet_sdes_get_entry),
7250         (gst_rtcp_packet_sdes_copy_entry):
7251         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7252         Fix and document SDES item data function.
7253         Add new function that makes a proper copy of SDES item data.
7254         API: gst_rtcp_packet_sdes_copy_entry()
7255
7256 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7257
7258         * configure.ac:
7259         * gst/Makefile.am:
7260           The tcp and subparse plugins are under gst, but not totaly free of
7261           dependencies. Handle selection inconfigure.ac, so that they show up
7262           on the final list of what is build and what is not. Maybe they should
7263           better be moved to ext.
7264
7265 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7266
7267         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7268
7269         * configure.ac:
7270         * gst/Makefile.am:
7271           Check if libxml provides HTML parser which subparse needs.
7272           Fixes #451970.
7273
7274 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7275
7276         * ext/alsa/gstalsa.c:
7277           Fix typo and compilation on big endian systems.
7278
7279 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7280
7281         * gst/subparse/gstssaparse.c:
7282           Convert SSA newline codes into actual newline characters (#470766).
7283
7284 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7285
7286         * docs/libs/gst-plugins-base-libs-sections.txt:
7287         * gst-libs/gst/pbutils/install-plugins.c:
7288         * gst-libs/gst/pbutils/install-plugins.h:
7289         * tests/check/libs/pbutils.c:
7290           API: also add gst_install_plugins_supported() while we're at it
7291           (see #470456).
7292
7293 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7294
7295         * docs/libs/gst-plugins-base-libs-sections.txt:
7296         * gst-libs/gst/pbutils/missing-plugins.c:
7297         * gst-libs/gst/pbutils/missing-plugins.h:
7298         * tests/check/libs/pbutils.c:
7299           API: add gst_missing_*_installer_detail_new() convenience API so
7300           that applications that know exactly what they're missing can request
7301           installer detail strings for those items directly instead of having
7302           to first create a dummy missing-plugin message and then get the
7303           installer detail string from that.  Fixes #470456.
7304
7305 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7306
7307         * gst/playback/gstdecodebin.c: (close_pad_link):
7308         We need to set up delayed-linking whenever the caps are non-fixed,
7309         not just when there are multiple types - use gst_pad_is_fixed()
7310         to test.
7311
7312 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7313
7314         * gst-libs/gst/pbutils/missing-plugins.c:
7315           (gst_missing_plugin_message_get_installer_detail):
7316           Add missing separator in PID fallback case.
7317
7318 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7319
7320         * ext/alsa/Makefile.am:
7321         There is no GST_PLUGINS_BASE_LIBS defined.
7322         
7323         * ext/alsa/gstalsa.c:
7324         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7325         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7326         Add support for ALSA 24-bit formats.
7327         snd_pcm_delay can return an error code, especially
7328         during XRUNS. In that case, the best we can do is assume
7329         delay = 0.
7330
7331         * gst/audioconvert/Makefile.am:
7332         Add flags from -base before any more-remote dependencies.
7333
7334 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7335
7336         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7337
7338         * gst/volume/gstvolume.c: (volume_choose_func),
7339         (volume_update_real_volume), (gst_volume_set_volume),
7340         (gst_volume_init), (volume_process_int32),
7341         (volume_process_int32_clamp), (volume_process_int24),
7342         (volume_process_int24_clamp), (volume_process_int16),
7343         (volume_process_int16_clamp), (volume_process_int8),
7344         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7345         * gst/volume/gstvolume.h:
7346         Add support for int32, int24 and int8 to the volume element.
7347         Fixes #445529.
7348
7349 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7350
7351         * tests/examples/Makefile.am:
7352           Fix even more.
7353
7354 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7355
7356         * configure.ac:
7357         * docs/libs/Makefile.am:
7358         * docs/libs/gst-plugins-base-libs-docs.sgml:
7359         * docs/libs/gst-plugins-base-libs-sections.txt:
7360         * ext/gnomevfs/gstgnomevfssrc.c:
7361         * ext/gnomevfs/gstgnomevfssrc.h:
7362         * gst-libs/gst/Makefile.am:
7363         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7364         * pkgconfig/gstreamer-plugins-base.pc.in:
7365         * sys/v4l/v4lsrc_calls.c:
7366         * tests/examples/Makefile.am:
7367         * win32/common/config.h:
7368           Revert unwanted commit. many thanks to moap. I want a fix for 
7369           https://thomas.apestaart.org/moap/trac/ticket/239
7370
7371 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7372
7373         * gst/volume/gstvolume.c:
7374           Move passthrough below gst_object_sync_values(). Fixes #442654.
7375
7376 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7377
7378         * gst-libs/gst/audio/audio.c:
7379         Clarify the docs a little.
7380
7381 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7382
7383         * gst/volume/gstvolume.c:
7384           Enable liboil for float and add more details about problems with
7385           int16.
7386
7387 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7388
7389         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7390         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7391
7392 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7393
7394         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7395         When calculating the first timestamp of the buffers, don't go below 0
7396         and clip the samples because the offset was on the eos page.
7397         Fixes #466717.
7398
7399 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7400
7401         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7402         (gst_ogg_demux_collect_chain_info):
7403         Also submit the eos page when trying to find the first timestamp.
7404         See #466717.
7405
7406 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7407
7408         * gst-libs/gst/audio/audio.h:
7409         Use gst_util_uint64_scale() instead of doing the math
7410         with double for GST_FRAMES_TO_CLOCK_TIME() and
7411         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7412         prevents rounding errors. Fixes #467667.
7413
7414 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7415
7416         * gst-libs/gst/rtsp/gstrtspconnection.c:
7417         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7418         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7419         * gst-libs/gst/rtsp/gstrtspconnection.h:
7420         Small cleanups.
7421         On shutdown, don't read the control socket yet.
7422         Set timeout value correctly in all cases.
7423         Add function to check if the server accepts reads or writes.
7424         API: gst_rtsp_connection_poll()
7425
7426         * gst-libs/gst/rtsp/gstrtspdefs.h:
7427         Fix compilation with -pedantic.
7428         Add enum for _poll.
7429
7430 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7431
7432         Patch by: Olivier Crete  <tester at tester ca>
7433
7434         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7435         (gst_basertppayload_getcaps):
7436         * gst-libs/gst/rtp/gstbasertppayload.h:
7437         Add getcaps vfunc to basertppayload. See #465146.
7438
7439 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7440
7441         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7442         Only post buffering messages when we are a stream.
7443
7444 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7445
7446         * gst-libs/gst/pbutils/install-plugins.c:
7447         * gst-libs/gst/pbutils/missing-plugins.c:
7448           Small docs fix and addition.
7449
7450 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7451
7452         * tests/icles/.cvsignore:
7453         * tests/icles/Makefile.am:
7454         * tests/icles/test-textoverlay.c:
7455           Add a dumb little test for textoverlay alignments.
7456
7457 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7458
7459         Patch by: Dan Williams  <dcbw redhat com>
7460
7461         * ext/pango/gsttextoverlay.c:
7462         * ext/pango/gsttextoverlay.h:
7463           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7464           "silent" property so there's a Since tag in the API reference.
7465
7466 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7467
7468         * gst-libs/gst/rtp/gstbasertppayload.c:
7469         (gst_basertppayload_set_outcaps):
7470         * gst-libs/gst/rtp/gstbasertppayload.h:
7471         Improve caps negotiation so that downstream elements can confiure
7472         certain RTP properties by fixing them on the caps. See #465146.
7473         Add docs.
7474
7475 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7476
7477         * docs/libs/gst-plugins-base-libs-sections.txt:
7478         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7479         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7480           Mark as deprecated some macros which were presumably meant to be
7481           private API and accidentally exposed in the public header file.
7482           Also actually _init() lock (only works at the moment because the
7483           struct is zeroed out when created and the initial values in the
7484           mutex struct are zeroes too). (#459585)
7485
7486 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7487
7488         * docs/libs/Makefile.am:
7489           Remove cruft and do some cleanups.
7490
7491         * docs/libs/gst-plugins-base-libs-docs.sgml:
7492           Prepare for comming gtkdoc features (rebase against online docs).
7493
7494 2007-08-10  Michael Smith <msmith@fluendo.com>
7495
7496         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7497           Debug output fixes.
7498         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7499         (GST_START_TEST):
7500           Change the number of buffers used; 500 is too many and leads to
7501           timeouts.
7502
7503 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7504
7505         * gst/playback/gstqueue2.c:
7506         * gst/videorate/gstvideorate.c:
7507           Printf format fixes (#465028).
7508
7509 2007-08-09  Michael Smith <msmith@fluendo.com>
7510
7511         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7512           If we have a large (> 1 second) discontinuity, push a series of
7513           smaller buffers rather than a single very large buffer. Avoids
7514           unreasonably large single buffer allocations when encountering a
7515           large gap.
7516         * tests/check/elements/audiorate.c: (GST_START_TEST),
7517         (audiorate_suite):
7518           Add a test for this.
7519
7520 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7521
7522         * gst/playback/gstplaybasebin.c: (group_commit),
7523         (queue_remove_probe), (queue_threshold_reached):
7524
7525         Patch by: Josep Torra Valles <josep@fluendo.com>
7526         Fixes: #465015
7527         Make sure we remove the check_queues buffer probe from the 
7528         correct queue to avoid racily going back to "buffering 99%" when
7529         buffering is actually complete.
7530
7531         Also, fix the spelling of Josep's surname in the ChangeLog.
7532
7533 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7534
7535         * ext/ogg/gstoggmux.c:
7536           Do not leak oggmux instance.
7537         
7538         * ext/vorbis/vorbisenc.c:
7539           Also log values.
7540
7541 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7542
7543         * po/hu.po:
7544         * po/it.po:
7545         * po/nl.po:
7546         * po/uk.po:
7547         * po/vi.po:
7548           Updated translations.
7549
7550 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7551
7552         patch by: Yang Hong <hongyang@redflag-linux.com>
7553
7554         * ext/pango/gsttextoverlay.c:
7555         * ext/pango/gsttextoverlay.h:
7556           Add 'silent' property to GstTimeOverlay. Fixes #462979
7557
7558 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7559
7560         Patch by: Josep Torra Valles <josep@fluendo.com>
7561
7562         * docs/plugins/gst-plugins-base-plugins.args:
7563         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7564         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7565         (gst_uri_decode_bin_get_property), (gen_source_element):
7566         Add connection-speed property. Fixes #464690.
7567
7568 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7569
7570         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7571
7572         * configure.ac:
7573         * gst-libs/gst/rtsp/Makefile.am:
7574         * gst-libs/gst/rtsp/gstrtspconnection.c:
7575         (gst_rtsp_connection_connect):
7576         Fix compilation on windows. Fixes #464320.
7577
7578 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7579
7580         Patch by: Josep Torra Valles <josep@fluendo.com>
7581
7582         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7583         (gst_play_base_bin_init), (queue_threshold_reached),
7584         (gen_source_element), (setup_substreams),
7585         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7586         (gst_play_base_bin_get_streaminfo_value_array):
7587         * gst/playback/gstplaybasebin.h:
7588         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7589         (gst_play_bin_set_property), (gst_play_bin_get_property),
7590         (gst_play_bin_handle_redirect_message):
7591         Move connection-speed property from playbin to playbasebin so that we
7592         can also configure it in source elements that have the connection-speed
7593         property. Fixes #464028.
7594         Add some debug info here and there.
7595
7596 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7597
7598         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7599         Properly respond to conversion queries. Fixes #464079.
7600
7601 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7602
7603         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7604         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7605         (gst_audio_test_src_init_sine_table),
7606         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7607         * gst/audiotestsrc/gstaudiotestsrc.h:
7608         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7609         Also set the default volume to the default value specified in the
7610         GParamSpec.
7611
7612 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7613
7614         Patch by: Jens Granseuer <jensgr at gmx dot net>
7615
7616         * gst/audioconvert/gstaudioquantize.c:
7617         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7618
7619 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7620
7621         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7622         Add rdt manager for rdt transport.
7623         Fix parsing of RDT transport.
7624
7625 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7626
7627         * configure.ac:
7628         Back to CVS
7629
7630 === release 0.10.14 ===
7631
7632 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7633
7634         * configure.ac:
7635           releasing 0.10.14, "Light Years Ahead"
7636
7637 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7638
7639         * tests/check/libs/audio.c: (GST_START_TEST):
7640         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7641
7642 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7643
7644         * gst-libs/gst/audio/audio.c:
7645         When clipping a buffer with no timestamp, assume it is
7646         within the segment without warnings.
7647
7648         Fixes: #460978
7649
7650 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7651
7652         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7653         Fire the signal on the object, not the interface.
7654
7655 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7656
7657         * gst-libs/gst/rtsp/.cvsignore:
7658         Ber. Don't include the full path, idiot.
7659
7660 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7661
7662         * gst-libs/gst/rtsp/.cvsignore:
7663         Ignore generated files.
7664
7665 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7666
7667         * gst-libs/gst/interfaces/Makefile.am:
7668         * gst-libs/gst/interfaces/interfaces-marshal.list:
7669         * gst-libs/gst/interfaces/rtspextension.c:
7670         * gst-libs/gst/interfaces/rtspextension.h:
7671         * gst-libs/gst/rtsp/Makefile.am:
7672         * gst-libs/gst/rtsp/gstrtsp.h:
7673         * gst-libs/gst/rtsp/gstrtspextension.c:
7674         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7675         (gst_rtsp_extension_detect_server),
7676         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7677         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7678         (gst_rtsp_extension_configure_stream),
7679         (gst_rtsp_extension_get_transports),
7680         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7681         * gst-libs/gst/rtsp/gstrtspextension.h:
7682         * gst-libs/gst/rtsp/rtsp-marshal.list:
7683         Move the rtspextension.h interface into gstrtspextension.h
7684         as part of libgstrtsp instead of libgstinterfaces, because it's
7685         only for use within plugins, not applications. 
7686         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7687         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7688         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7689         is abstract.
7690
7691 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7692
7693         * gst-libs/gst/interfaces/Makefile.am:
7694         * gst-libs/gst/interfaces/interfaces-marshal.list:
7695         * gst-libs/gst/interfaces/rtspextension.c:
7696         (gst_rtsp_extension_iface_init),
7697         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7698         * gst-libs/gst/interfaces/rtspextension.h:
7699         Fix marshaller for the send signal.
7700         Add URL to stream selection interface method.
7701
7702 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7703
7704         * gst-libs/gst/riff/Makefile.am:
7705         Pull in our dependencies from -base before those from outside.
7706
7707 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7708
7709         * docs/libs/gst-plugins-base-libs-sections.txt:
7710         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7711         * gst-libs/gst/rtsp/gstrtspbase64.h:
7712         API: gst_rtsp_base64_decode_ip()
7713         Added function to decode Base64 in-place.
7714
7715 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7716
7717         * tests/check/libs/.cvsignore:
7718         Ignore the mixer test binary.
7719
7720 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7721
7722         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7723         Gratuitous comment change to trigger a rebuild on the buildbots.
7724
7725 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7726
7727         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7728         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7729         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7730         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7731         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7732         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7733         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7734         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7735         (gst_sdp_media_get_attribute_val):
7736         * gst-libs/gst/sdp/gstsdpmessage.h:
7737         Constify args where we can.
7738
7739 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7740
7741         * gst-libs/gst/interfaces/Makefile.am:
7742         * gst-libs/gst/interfaces/rtspextension.c:
7743         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7744         (gst_rtsp_extension_detect_server),
7745         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7746         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7747         (gst_rtsp_extension_configure_stream),
7748         (gst_rtsp_extension_get_transports),
7749         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7750         * gst-libs/gst/interfaces/rtspextension.h:
7751         Move interface for RTSP extensions from -good to here.
7752         Added helper methods to invoke interface methods.
7753
7754 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7755
7756         * docs/libs/gst-plugins-base-libs-sections.txt:
7757         * gst-libs/gst/rtsp/gstrtspdefs.h:
7758         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7759         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7760         (gst_rtsp_message_init_response),
7761         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7762         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7763         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7764         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7765         (gst_rtsp_message_get_body), (dump_key_value):
7766         * gst-libs/gst/rtsp/gstrtspmessage.h:
7767         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7768         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7769         (gst_rtsp_range_parse):
7770         * gst-libs/gst/rtsp/gstrtsprange.h:
7771         * gst-libs/gst/rtsp/gstrtsptransport.c:
7772         * gst-libs/gst/rtsp/gstrtspurl.c:
7773         Fix some more RTSP docs.
7774         Add some missing methods for dealing with messages.
7775
7776 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7777
7778         * docs/libs/gst-plugins-base-libs-docs.sgml:
7779         * docs/libs/gst-plugins-base-libs-sections.txt:
7780         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7781         * gst-libs/gst/rtsp/gstrtspbase64.h:
7782         * gst-libs/gst/rtsp/gstrtspconnection.c:
7783         (gst_rtsp_connection_connect), (add_auth_header),
7784         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7785         (read_body), (gst_rtsp_connection_receive),
7786         (gst_rtsp_connection_next_timeout),
7787         (gst_rtsp_connection_reset_timeout),
7788         (gst_rtsp_connection_set_auth):
7789         * gst-libs/gst/rtsp/gstrtspconnection.h:
7790         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7791         * gst-libs/gst/rtsp/gstrtspdefs.h:
7792         * gst-libs/gst/rtsp/gstrtspmessage.h:
7793         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7794         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7795         (gst_rtsp_range_parse):
7796         * gst-libs/gst/rtsp/gstrtspurl.h:
7797         Added beginnings of RTSP documentation.
7798
7799 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7800
7801         * docs/libs/Makefile.am:
7802         * docs/libs/gst-plugins-base-libs-docs.sgml:
7803         * docs/libs/gst-plugins-base-libs-sections.txt:
7804         * gst-libs/gst/sdp/gstsdp.h:
7805         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7806         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7807         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7808         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7809         (gst_sdp_message_get_attribute_val),
7810         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7811         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7812         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7813         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7814         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7815         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7816         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7817         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7818         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7819         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7820         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7821         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7822         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7823         (gst_sdp_media_get_attribute_val_n),
7824         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7825         (print_media), (gst_sdp_message_dump):
7826         * gst-libs/gst/sdp/gstsdpmessage.h:
7827         Document the SDP library.
7828         Add some of the missing SDPMedia methods.
7829
7830 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7831
7832         * configure.ac:
7833         * gst-libs/gst/Makefile.am:
7834         * gst-libs/gst/rtsp/Makefile.am:
7835         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7836         * gst-libs/gst/rtsp/gstrtspbase64.h:
7837         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7838         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7839         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7840         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7841         (parse_response_status), (parse_request_line), (parse_line),
7842         (gst_rtsp_connection_read), (read_body),
7843         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7844         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7845         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7846         (gst_rtsp_connection_set_auth):
7847         * gst-libs/gst/rtsp/gstrtspconnection.h:
7848         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7849         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7850         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7851         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7852         (gst_rtsp_find_method):
7853         * gst-libs/gst/rtsp/gstrtspdefs.h:
7854         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7855         (gst_rtsp_message_new), (gst_rtsp_message_init),
7856         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7857         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7858         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7859         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7860         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7861         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7862         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7863         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7864         (gst_rtsp_message_dump):
7865         * gst-libs/gst/rtsp/gstrtspmessage.h:
7866         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7867         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7868         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7869         * gst-libs/gst/rtsp/gstrtsprange.h:
7870         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7871         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7872         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7873         (range_as_text), (rtsp_transport_mode_as_text),
7874         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7875         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7876         (gst_rtsp_transport_free):
7877         * gst-libs/gst/rtsp/gstrtsptransport.h:
7878         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7879         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7880         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7881         * gst-libs/gst/rtsp/gstrtspurl.h:
7882         * gst-libs/gst/sdp/Makefile.am:
7883         * gst-libs/gst/sdp/gstsdp.h:
7884         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7885         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7886         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7887         (gst_sdp_attribute_init), (gst_sdp_message_new),
7888         (gst_sdp_message_init), (gst_sdp_message_uninit),
7889         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7890         (gst_sdp_media_uninit), (gst_sdp_media_free),
7891         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7892         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7893         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7894         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7895         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7896         (gst_sdp_message_get_attribute_val),
7897         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7898         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7899         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7900         (gst_sdp_media_get_attribute_val_n),
7901         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7902         (read_string), (read_string_del), (gst_sdp_parse_line),
7903         (gst_sdp_message_parse_buffer), (print_media),
7904         (gst_sdp_message_dump):
7905         * gst-libs/gst/sdp/gstsdpmessage.h:
7906         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7907         Move SDP and RTSP from helper objects in -good to a reusable library.
7908         Use a proper gst_ namespace.
7909
7910 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7911
7912         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7913         (vorbis_dec_flush_decode):
7914         Use the new buffer clipping function from gstaudio here.
7915
7916 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7917
7918         * docs/libs/gst-plugins-base-libs-sections.txt:
7919         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7920         * gst-libs/gst/audio/audio.h:
7921         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7922         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7923         Also add deprecation guards for gst_audio_structure_set_int() to the
7924         header.
7925
7926 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7927
7928         * docs/libs/gst-plugins-base-libs-sections.txt:
7929           Cleanup the docs.
7930
7931 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7932
7933         Patch by: Dan Williams <dcbw at redhat dot com>
7934
7935         * gst/playback/gstplaybasebin.c:
7936         (gst_play_base_bin_get_streaminfo_value_array):
7937         Don't return NULL when querying the stream info value array but instead
7938         return an empty array. Fixes #459204.
7939
7940 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7941
7942         * gst/playback/gsturidecodebin.c:
7943           Init debug category before using it.
7944
7945 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7946
7947         * gst-libs/gst/interfaces/mixer.h:
7948         Add padding vars in place of the signal pointers
7949         when building with DISABLE_DEPRECATED so that the
7950         interface structure doesn't change size.
7951
7952 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7953
7954         * docs/libs/gst-plugins-base-libs-sections.txt:
7955         * ext/alsa/gstalsamixer.c:
7956         * ext/alsa/gstalsamixer.h:
7957         * ext/alsa/gstalsamixerelement.c:
7958         * ext/alsa/gstalsamixertrack.c:
7959         * gst-libs/gst/interfaces/mixer.c:
7960         * gst-libs/gst/interfaces/mixer.h:
7961         * gst-libs/gst/interfaces/mixeroptions.c:
7962         * gst-libs/gst/interfaces/mixeroptions.h:
7963         * gst-libs/gst/interfaces/mixertrack.c:
7964         * gst-libs/gst/interfaces/mixertrack.h:
7965         * tests/check/Makefile.am:
7966         * tests/check/libs/mixer.c:
7967
7968         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7969         Fixes: #152864 
7970
7971         Add support for notifying mixer changes on the message bus, and
7972         implement it in alsamixer.
7973
7974         API: gst_mixer_get_mixer_flags
7975         API: gst_mixer_message_parse_mute_toggled
7976         API: gst_mixer_message_parse_record_toggled
7977         API: gst_mixer_message_parse_volume_changed
7978         API: gst_mixer_message_parse_option_changed
7979         API: GstMixerMessageType
7980         API: GstMixerFlags
7981
7982 2007-07-20  Michael Smith <msmith@fluendo.com>
7983
7984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7985         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7986           xcontext->im_format is only for testing XShm support (as the header
7987           file comments document). Use xvimage->im_format for everything else.
7988           Avoids spurious warnings on buffer allocation before setcaps.
7989
7990 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7991
7992         * tests/examples/volume/Makefile.am:
7993         * tests/icles/Makefile.am:
7994           We should use $(LIBM).
7995
7996 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7997
7998         * tests/icles/Makefile.am:
7999           This needs -lm.
8000
8001 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8002
8003         * gst-libs/gst/rtp/gstbasertppayload.c:
8004         (gst_basertppayload_class_init), (gst_basertppayload_init),
8005         (gst_basertppayload_set_property),
8006         (gst_basertppayload_get_property):
8007         Don't break ABI, restore previous ranges. Keep the default random
8008         selection of timestamp and seqnum offset but as soon as the app sets a
8009         specific value, use that one.
8010
8011 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8012
8013         Patch by: Bastien Nocera <hadess at hadess dot net>
8014
8015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8016         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8017         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8018         * sys/xvimage/xvimagesink.h:
8019         Add option to turn off double-buffering for debugging purposes.
8020         Fixes #437169.
8021
8022 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8023
8024         Patch by: Jorn Baayen <jorn at openedhand dot com>
8025
8026         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8027         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8028         (gst_ximagesink_init), (gst_ximagesink_class_init):
8029         * sys/ximage/ximagesink.h:
8030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8031         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8032         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8033         * sys/xvimage/xvimagesink.h:
8034         add 'handle-expose' property. Useful for video widgets which may want to
8035         be in control of Expose behaviour. Fixes #380625
8036
8037 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8038
8039         * gst-libs/gst/rtp/gstbasertppayload.c:
8040         (gst_basertppayload_class_init), (gst_basertppayload_init),
8041         (gst_basertppayload_event), (gst_basertppayload_push),
8042         (gst_basertppayload_set_property),
8043         (gst_basertppayload_get_property),
8044         (gst_basertppayload_change_state):
8045         * gst-libs/gst/rtp/gstbasertppayload.h:
8046         Fix ranges of rtp payloader properties so that the full range can be
8047         used in addition to -1 (random).
8048         Fix wrong seqnum reporting in caps.
8049         Fixes #420326.
8050
8051 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8052
8053         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8054         (gst_video_rate_query):
8055         Use boilerplate.
8056         Add latency query, might not be perfect yet but already works a lot
8057         better. Fixes #442557.
8058
8059 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8060
8061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8062         (gst_xvimagesink_setcaps):
8063         * sys/xvimage/xvimagesink.h:
8064         After a caps change, redraw our borders to avoid garbage left there
8065         when the image format changes to a smaller size, like 16:9 -> 4:3
8066         Also, hold the flow_lock a bit longer in the set_caps while we're
8067         fiddling with the xcontext.
8068
8069 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8070
8071         * Makefile.am:
8072         * configure.ac:
8073         * tests/Makefile.am:
8074         Remove bogus check for libcheck, since we check for
8075         gstreamer-check and it pulls in the required info from there, and we
8076         weren't actually _using_ the information for libcheck ourselves
8077         anyway.
8078
8079 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8080
8081         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8082         (gst_ffmpeg_caps_to_pixfmt):
8083         Fix the r_mask test for RGBA32 on little-endian.
8084         Fix a stupid typo that would have obviously broken 
8085         compilation on big-endian, if anyone was testing.
8086
8087 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8088
8089         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8090         (paint_hline_str4):
8091         * gst/videotestsrc/videotestsrc.h:
8092         Add alpha to the color struct.
8093         Use a default alpha value of 255 instead of 128.
8094
8095 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8096
8097         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8098         (setup_source):
8099         Clear the dynamic pads counter when starting a new uri. This makes
8100         reusing playbin work again.
8101         Fixes #454264.
8102
8103 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8104
8105         * configure.ac:
8106           Use pkg-config to locate check.
8107
8108 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8109
8110         * configure.ac:
8111         * tests/check/elements/volume.c: (GST_START_TEST):
8112           Fix 'make check' build against core CVS.
8113
8114 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8115
8116         * gst-libs/gst/interfaces/propertyprobe.c:
8117         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8118         * gst-libs/gst/tag/gstvorbistag.c:
8119           Make gtk-doc happy.
8120
8121 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8122
8123         * gst-libs/gst/audio/gstbaseaudiosink.c:
8124         (gst_base_audio_sink_callback):
8125           Quick hack to make audiosinks stop at EOS when operating in
8126           pull-mode; needs to be fixed properly some day.
8127
8128 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8129
8130         * docs/libs/gst-plugins-base-libs-sections.txt:
8131           Fix location of includes in the docs.
8132
8133 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8134
8135         * gst/ffmpegcolorspace/avcodec.h:
8136         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8137         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8138         (gst_ffmpegcsp_avpicture_fill):
8139         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8140         (img_get_alpha_info):
8141         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8142         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8143         end of the word. Partially fixes #451908
8144
8145 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8146
8147         * docs/libs/Makefile.am:
8148         * docs/plugins/Makefile.am:
8149           Simplify --extra-dir as gtkdoc scans recursively.
8150
8151 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8152
8153         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8154         (gst_adder_request_new_pad):
8155         Make getcaps more robust by not using the proxycaps function. This makes
8156         sure that we don't end up recursively calling getcaps upstream.
8157         See #316248.
8158
8159 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8160
8161         * gst/audioconvert/audioconvert.c:
8162         Include math.h to fix compilation.
8163
8164 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8165
8166         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8167         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8168         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8169         format, as produced by some dc1394 cameras like the iSight.
8170         See http://www.fourcc.org/yuv.php#IYU1
8171
8172 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8173
8174         * gst/audioconvert/Makefile.am:
8175         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8176         (check_default), (audio_convert_prepare_context),
8177         (audio_convert_clean_context), (audio_convert_convert):
8178         * gst/audioconvert/audioconvert.h:
8179         * gst/audioconvert/gstaudioconvert.c:
8180         (gst_audio_convert_dithering_get_type),
8181         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8182         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8183         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8184         * gst/audioconvert/gstaudioconvert.h:
8185         * gst/audioconvert/gstaudioquantize.c:
8186         (gst_audio_quantize_setup_noise_shaping),
8187         (gst_audio_quantize_free_noise_shaping),
8188         (gst_audio_quantize_setup_dither),
8189         (gst_audio_quantize_free_dither),
8190         (gst_audio_quantize_setup_quantize_func),
8191         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8192         * gst/audioconvert/gstaudioquantize.h:
8193         Implement dithering and noise shaping in audioconvert. By default now
8194         TPDF dithering (and no noise shaping) will be used when converting
8195         from a higher bit depth to 20 bit depth or smaller, otherwise
8196         everything will be as it is now.
8197         For the last audioconvert in a pipeline it would make sense to
8198         use some kind of noise shaping, enabling it by default for all
8199         conversions would give undesired results though. Fixes #360246.
8200         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8201         (GST_START_TEST):
8202         Adjust unit test for the new audioconvert.
8203
8204 2007-06-28  Wim Taymans  <wim@fluendo.com>
8205
8206         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8207         Use other metrics as well when estimating the buffer level.
8208
8209 2007-06-28  Wim Taymans  <wim@fluendo.com>
8210
8211         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8212         Small debug improvement.
8213
8214         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8215         (plugin_init):
8216         Tweak the rate estimation period.
8217         When calculating the buffer filledness in rate estimation mode, don't
8218         mix it with other metrics.
8219
8220 2007-06-28  Wim Taymans  <wim@fluendo.com>
8221
8222         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8223         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8224         When creating the groups, allow for a 5 second, unlimited buffers
8225         preroll phase after which we expose the group.
8226         When the group is exposed, use a small number of buffers up to a 2
8227         second limit. Also disconnect the overrun signal from multiqueue when we
8228         exposed the group because it is not needed anymore.
8229
8230 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8231
8232         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8233           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8234           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8235           (#451707); also, output some debugging info when dealing with
8236           freeform strings.
8237
8238         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8239           Add unit test for the above.
8240
8241 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8242
8243         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8244           Add description for Windows Media RTP caps.
8245
8246         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8247           Remove RTP fields that don't define the format from caps.
8248
8249 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8250
8251         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8252           Skip empty buffers, but not empty header buffers. That way the original
8253           vorbisdec unit test still passes (#451145); also, take into account
8254           that those empty packets might carry a granulepos.
8255
8256         * tests/check/Makefile.am:
8257         * tests/check/elements/vorbisdec.c:
8258         (_create_codebook_header_buffer), (_create_audio_buffer),
8259         (GST_START_TEST), (vorbisdec_suite):
8260           Add unit test that sends an empty packet.
8261
8262 2007-06-27  Wim Taymans  <wim@fluendo.com>
8263
8264         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8265         Don't error out on 0-sized packets, just emit a warning because this is
8266         not a fatal error. Fixes #451145.
8267
8268 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8269
8270         * docs/plugins/gst-plugins-base-plugins.args:
8271         * docs/plugins/gst-plugins-base-plugins.signals:
8272         * docs/plugins/inspect/plugin-adder.xml:
8273         * docs/plugins/inspect/plugin-alsa.xml:
8274         * docs/plugins/inspect/plugin-audioconvert.xml:
8275         * docs/plugins/inspect/plugin-audiorate.xml:
8276         * docs/plugins/inspect/plugin-audioresample.xml:
8277         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8278         * docs/plugins/inspect/plugin-cdparanoia.xml:
8279         * docs/plugins/inspect/plugin-decodebin.xml:
8280         * docs/plugins/inspect/plugin-decodebin2.xml:
8281         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8282         * docs/plugins/inspect/plugin-gdp.xml:
8283         * docs/plugins/inspect/plugin-gnomevfs.xml:
8284         * docs/plugins/inspect/plugin-libvisual.xml:
8285         * docs/plugins/inspect/plugin-ogg.xml:
8286         * docs/plugins/inspect/plugin-pango.xml:
8287         * docs/plugins/inspect/plugin-playbin.xml:
8288         * docs/plugins/inspect/plugin-subparse.xml:
8289         * docs/plugins/inspect/plugin-tcp.xml:
8290         * docs/plugins/inspect/plugin-theora.xml:
8291         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8292         * docs/plugins/inspect/plugin-video4linux.xml:
8293         * docs/plugins/inspect/plugin-videorate.xml:
8294         * docs/plugins/inspect/plugin-videoscale.xml:
8295         * docs/plugins/inspect/plugin-videotestsrc.xml:
8296         * docs/plugins/inspect/plugin-volume.xml:
8297         * docs/plugins/inspect/plugin-vorbis.xml:
8298         * docs/plugins/inspect/plugin-ximagesink.xml:
8299         * docs/plugins/inspect/plugin-xvimagesink.xml:
8300           Update docs with caps info.
8301
8302 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8303
8304         * po/POTFILES.in:
8305           Add more files with translatable strings (#450875).
8306
8307 2007-06-23  Edward Hervey  <edward@fluendo.com>
8308
8309         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8310         The chain should be freed if we error out here, else it will leak.
8311         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8312         (cleanup_decodebin):
8313         Don't forget to *properly* remove the signals, else it will leak.
8314
8315 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8316
8317         * MAINTAINERS:
8318         Updating all the maintainers files
8319
8320 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8321
8322         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8323         (main):
8324           Destroy and recreate parse-launch based pipeline after stop to be able
8325           to play again. Reorder some code and add more comments.
8326
8327 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8328
8329         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8330         When handling a delayed-caps notification case, mark
8331         the group as dynamic so that the nbdynamic count is
8332         incremented and decremented correctly. Fixes: #449156
8333         Patch by: Wim Taymans <wim@fluendo.com>
8334
8335 2007-06-19  Andy Wingo  <wingo@pobox.com>
8336
8337         * gst-libs/gst/audio/gstbaseaudiosink.c
8338         (gst_base_audio_sink_init): Enable pull-mode operation.
8339
8340 2007-06-19  Michael Smith <msmith@fluendo.com>
8341
8342         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8343           Change minimum rate back to 1000 to allow low-sample-rate wav files
8344           to play back.
8345
8346 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8347
8348         * po/vi.po:
8349           Update translations.
8350
8351 2007-06-15  David Schleef  <ds@schleef.org>
8352
8353         * gst/playback/gstqueue2.c:
8354           Fix compile error from ignored return value.
8355
8356 2007-06-15  Michael Smith <msmith@fluendo.com>
8357
8358         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8359           Update tmpbuf for all neccesary rows, not just one, as is required
8360           when downscaling.
8361           Fixes #402076.
8362
8363 2007-06-15  Michael Smith <msmith@fluendo.com>
8364
8365         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8366         (eos_buffer_probe):
8367           Add a test that ensures we set DELTA_UNIT on all non-header,
8368           non-video buffers, if we have a video stream.
8369         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8370         (gst_ogg_mux_process_best_pad):
8371           Move setting delta_pad to earlier, where we inspect all pads, so
8372           that leading audio pages don't get DELTA_UNIT unset if they come
8373           before the first DELTA_UNIT from video pages. Fixes the newly-added
8374           test. Fixes #385527.
8375
8376 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8377
8378         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8379           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8380           fails on the p5-ppc64 build bot and the failure looks like it is due
8381           to the same issue as #348114, ie. a compiler bug.
8382
8383 2007-06-13  Edward Hervey  <edward@fluendo.com>
8384
8385         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8386         Fix build on MacOSX.
8387
8388 2007-06-13  Wim Taymans  <wim@fluendo.com>
8389
8390         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8391         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8392         Fix compilation on mingw. Fixes #446972.
8393
8394 2007-06-12  Wim Taymans  <wim@fluendo.com>
8395
8396         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8397
8398         * gst/playback/gstqueue2.c: (update_buffering),
8399         (gst_queue_locked_enqueue):
8400         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8401         also update the buffering status when receiving events. Fixes #446551.
8402
8403 2007-06-11  Wim Taymans  <wim@fluendo.com>
8404
8405         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8406
8407         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8408         (gst_queue_handle_src_query):
8409         Wait for preroll before attempting to forward a duration query upstream.
8410         Fixes #445505.
8411
8412 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8413
8414         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8415         (gst_base_rtp_depayload_set_gst_timestamp):
8416         Use G_GINT64_CONSTANT macro for int64 constant.
8417         * win32/common/libgstinterfaces.def:
8418         * win32/common/libgsttag.def:
8419         Add new exported functions.
8420
8421 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8422
8423         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8424           The BOS page of the first Dirac video stream needs to come before
8425           the BOS page of any Vorbis streams or other audio streams, just like
8426           it is with Theora.
8427
8428 2007-06-07  Wim Taymans  <wim@fluendo.com>
8429
8430         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8431         Fix compilation.
8432
8433 2007-06-06  Wim Taymans  <wim@fluendo.com>
8434
8435         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8436
8437         * gst/playback/gstqueue2.c: (gst_queue_init),
8438         (gst_queue_handle_sink_event), (gst_queue_chain),
8439         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8440         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8441         (gst_queue_src_activate_pull):
8442         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8443         Does not yet completely work because duration queries upstream won't
8444         block yet.
8445
8446 2007-06-06  Wim Taymans  <wim@fluendo.com>
8447
8448         * configure.ac:
8449         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8450         Some more fseeko checks.
8451
8452 2007-06-06  Wim Taymans  <wim@fluendo.com>
8453
8454         * configure.ac:
8455         check for large file support.
8456
8457 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8458
8459         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8460
8461         * gst/subparse/gstsubparse.c: (parse_subrip),
8462         (subviewer_unescape_newlines), (parse_subviewer),
8463         (gst_sub_parse_data_format_autodetect),
8464         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8465         * gst/subparse/gstsubparse.h:
8466         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8467         * tests/check/elements/subparse.c: (GST_START_TEST),
8468         (subparse_suite):
8469         Add a unit test for both SubViewer formats.
8470
8471 2007-06-01  Michael Smith <msmith@fluendo.com>
8472
8473         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8474           Don't overflow intermediate values when seeking to large time values
8475           in audiotestsrc.
8476
8477 2007-06-05  Wim Taymans  <wim@fluendo.com>
8478
8479         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8480         (gst_queue_create_read), (gst_queue_read_item_from_file),
8481         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8482         Include stdio to define fseeko.
8483
8484 2007-06-05  Wim Taymans  <wim@fluendo.com>
8485
8486         Patch by: Edward Hervey  <edward@fluendo.com>
8487
8488         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8489         (gst_v4lsrc_query):
8490         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8491
8492 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8493
8494         * gst-libs/gst/riff/Makefile.am:
8495         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8496           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8497           our own implementation.
8498
8499 2007-06-05  Wim Taymans  <wim@fluendo.com>
8500
8501         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8502         (gst_base_rtp_depayload_setcaps),
8503         (gst_base_rtp_depayload_set_gst_timestamp),
8504         (gst_base_rtp_depayload_change_state):
8505         Handle timestamp wraparound.
8506
8507 2007-06-05  Wim Taymans  <wim@fluendo.com>
8508
8509         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8510         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8511         (gst_uri_decode_bin_change_state):
8512         Make sure we name srcpads uniquely even when using different internal
8513         decodebins.
8514         Signal no-more-pads when no more dynamic elements exist.
8515         Remove pads on cleanup.
8516
8517 2007-06-05  Wim Taymans  <wim@fluendo.com>
8518
8519         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8520
8521         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8522         (gst_queue_init), (gst_queue_finalize),
8523         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8524         (gst_queue_create_read), (gst_queue_read_item_from_file),
8525         (gst_queue_open_temp_location_file),
8526         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8527         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8528         (gst_queue_is_empty), (gst_queue_is_filled),
8529         (gst_queue_change_state), (gst_queue_set_temp_location),
8530         (gst_queue_set_property):
8531         Add support for filebased buffering. Fixes #441264.
8532
8533 2007-06-05  Wim Taymans  <wim@fluendo.com>
8534
8535         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8536         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8537         (caps_notify_group_cb), (gst_decode_group_new),
8538         (gst_decode_group_free):
8539         Add support for delayed caps fixation when autoplugging.
8540         Optimize cases where a multiqueue is not needed/wanted, like right after
8541         anything that is not a demuxer.
8542
8543 2007-06-05  Wim Taymans  <wim@fluendo.com>
8544
8545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8546         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8547         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8548         consideratly speedup ogg chain detection by not trying to find a base
8549         timestamp for skeleton streams. 
8550
8551 2007-06-05  Wim Taymans  <wim@fluendo.com>
8552
8553         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8554         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8555         (gst_multi_fd_sink_remove_flush),
8556         (gst_multi_fd_sink_remove_client_link),
8557         (gst_multi_fd_sink_handle_client_write),
8558         (gst_multi_fd_sink_handle_clients):
8559         * gst/tcp/gstmultifdsink.h:
8560         Add support for remove_flush.
8561
8562 2007-06-05  Wim Taymans  <wim@fluendo.com>
8563
8564         * docs/design/draft-keyframe-force.txt:
8565         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8566         (theora_enc_chain):
8567         Add draft design for forcing keyframes in encoders and implement in
8568         theoraenc.
8569
8570 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8571
8572         * configure.ac:
8573           Back to CVS
8574
8575 === release 0.10.13 ===
8576
8577 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8578
8579         * configure.ac:
8580           releasing 0.10.13, "What's Going on?"
8581
8582 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8583
8584         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8585         In riff, the depth is stored in the size field but it just means that
8586         the least significant bits are cleared. We can therefore just play
8587         the sample as if it had a depth == width. Fixes: #440997
8588
8589         Patch by: Wim Taymans <wim@fluendo.com> 
8590         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8591
8592 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8593
8594         * gst-libs/gst/floatcast/floatcast.h:
8595         Define inline when needed on win32 builds. Fixes: #441295
8596         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8597
8598 2007-05-29  Wim Taymans  <wim@fluendo.com>
8599
8600         * gst/playback/gstplaybasebin.c: (queue_overrun),
8601         (no_more_pads_full):
8602         Stop buffering when the group is commited because the queues filled up.
8603         Fixes #442024.
8604
8605 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8606
8607         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8608         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8609         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8610         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8611         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8612         * ext/alsa/gstalsamixer.h:
8613         * ext/alsa/gstalsamixerelement.c:
8614         (gst_alsa_mixer_element_interface_supported),
8615         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8616         (gst_alsa_mixer_element_set_property),
8617         (gst_alsa_mixer_element_get_property),
8618         (gst_alsa_mixer_element_change_state):
8619         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8620         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8621         (gst_mixer_option_changed):
8622         * gst-libs/gst/interfaces/mixer.h:
8623         Revert commits towards #152864 made so far. We'll pick it up again
8624         after the 0.10.13 release.
8625
8626 2007-05-24  Wim Taymans  <wim@fluendo.com>
8627
8628         * gst-libs/gst/audio/gstbaseaudiosink.c:
8629         (gst_base_audio_sink_render):
8630         After an interrupt (PAUSED/flush) assume that the next sample should not
8631         be aligned to the previous sample. Fixes #417992.
8632
8633 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8634
8635         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8636           Don't add channels and rate fields to the template caps for
8637           audio/x-dts, as wavparse might not always be able to set them,
8638           which would then lead to 'caps are not a real subset of the
8639           template caps' warnings.
8640
8641 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8642
8643         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8644         Handle unknown or invalid pads without crashing, as might occur if
8645         a media file like an mp3 is specified as a subtitle file.
8646         Fixes: #410039
8647
8648 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8649
8650         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8651         (setup_sinks):
8652         Block the subtitle bin output queue before ghosting it and linking,
8653         then unblock after. This avoids spurious not-linked errors caused 
8654         by the queue starting up (because it gets linked when it is ghosted). 
8655         Fixes: #350299
8656
8657 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8658
8659         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8660         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8661         file. Avoids flukes where the input gets typefound to some valid but
8662         useless type.
8663
8664 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8665
8666         * tests/check/Makefile.am:
8667         * tests/check/elements/.cvsignore:
8668         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8669         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8670           Add unit test for gnomevfssink seeking and position reporting for
8671           file:// URIs.
8672
8673 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8674
8675         Patch by: Mark Nauwelaerts <manauw at skynet be>
8676
8677         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8678         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8679         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8680         * ext/gnomevfs/gstgnomevfssink.h:
8681           Fix position reporting, especially after a seek (from upstream),
8682           see #412648.
8683
8684 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8685
8686         * ext/cdparanoia/gstcdparanoiasrc.c:
8687           Repair umlaut.
8688
8689 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8690
8691         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8692         Specify the full valid range for MP3 samplerates. Fixes a regression
8693         caused by extra header checks since the last release.
8694
8695 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8696
8697         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8699         Fix a locking-order bug I introduced with my changes the other day.
8700         Patch by Mike Smith.
8701
8702 2007-05-21  Michael Smith <msmith@fluendo.com>
8703
8704         * ext/theora/theoradec.c: (theora_handle_data_packet):
8705           Don't look inside 0-length packets (which indicate duplicated
8706           frames)
8707
8708 2007-05-21  Wim Taymans  <wim@fluendo.com>
8709
8710         * ext/cdparanoia/gstcdparanoiasrc.c:
8711         (gst_cd_paranoia_src_read_sector):
8712         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8713         (gst_base_audio_src_create):
8714         Small cleanups.
8715
8716         * ext/theora/theoradec.c: (theora_dec_sink_event):
8717         Fix typo.
8718
8719         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8720         (gst_base_rtp_depayload_set_gst_timestamp):
8721         Add some FIXME
8722
8723         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8724         And some debug info when a FIXME path is hit.
8725
8726 2007-05-21  Wim Taymans  <wim@fluendo.com>
8727
8728         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8729         (gst_base_rtp_audio_payload_class_init),
8730         (gst_base_rtp_audio_payload_init),
8731         (gst_base_rtp_audio_payload_finalize),
8732         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8733         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8734         (gst_base_rtp_payload_audio_handle_event):
8735         Some cleanups, remove minptime property as it is now in the parent
8736         class.
8737         Override parent class event function.
8738
8739         * gst-libs/gst/rtp/gstbasertppayload.c:
8740         (gst_basertppayload_class_init), (gst_basertppayload_init),
8741         (gst_basertppayload_event), (gst_basertppayload_set_property),
8742         (gst_basertppayload_get_property):
8743         * gst-libs/gst/rtp/gstbasertppayload.h:
8744         Add min-ptime property.
8745         Add handle-event vmethod. Fixes #415001.
8746
8747 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8748
8749         * gst-libs/gst/audio/gstbaseaudiosink.c
8750           (gst_base_audio_sink_change_state):
8751           Fix typo in comment.
8752
8753         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8754           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8755           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8756           close_link):
8757         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8758           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8759           Remove trailing whitespaces in comments.
8760
8761         * gst/volume/Makefile.am:
8762           Fix tabs.
8763
8764 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8765
8766         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8767
8768         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8769           set_option, get_option, _gst_reserved):
8770           Revert reordering functions (keep ABI).
8771
8772 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8773
8774         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8775         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8776         (gst_ximagesink_show_frame):
8777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8778         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8779         (gst_xvimagesink_show_frame):
8780         When we create our own window, indicate that we handle the 
8781         WM_DELETE client message from the window manager, so that it won't 
8782         kill our window (and our app) along with it. Handle ClientMessage,
8783         post an error on the bus, and close the window. Further buffers
8784         arriving will result in a FlowError because the window has been
8785         destroyed.
8786
8787         Fixes: #393975
8788
8789         Clean up the X event handling loop and make them the same for
8790         both xvimagesink and ximagesink while I'm at it.
8791
8792 2007-05-17  Wim Taymans  <wim@fluendo.com>
8793
8794         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8795         Make decodebin2 autoplug depayloaders too.
8796
8797         * gst/playback/gsturidecodebin.c: (source_new_pad):
8798         Set the newly created decoder in a usable state when autoplugging a
8799         dynamic source such as RTSP.
8800
8801 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8802
8803         * gst/playback/gststreaminfo.c: (cb_probe):
8804           Ignore video-codec tag for audio streams and ignore audio-codec tags
8805           for video streams. Should make codec name collection a bit more
8806           robust against sloppy demuxers that send tag events containing both
8807           tags down each pad.
8808
8809 2007-05-17  Wim Taymans  <wim@fluendo.com>
8810
8811         * gst/playback/gstqueue2.c: (update_rates):
8812         Tweak the buffering thresholds a little.
8813         Update the buffer size with the previously calculate rate instead of
8814         only when we calculate a new rate so that we get smoother buffering
8815         updates.
8816
8817         * gst/playback/Makefile.am:
8818         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8819         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8820         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8821         (gst_uri_decode_bin_get_property), (unknown_type),
8822         (add_element_stream), (no_more_pads_full), (no_more_pads),
8823         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8824         (gen_source_element), (has_all_raw_caps), (analyse_source),
8825         (remove_decoders), (make_decoder), (remove_source),
8826         (source_new_pad), (setup_source), (decoder_query_init),
8827         (decoder_query_duration_fold), (decoder_query_duration_done),
8828         (decoder_query_position_fold), (decoder_query_position_done),
8829         (decoder_query_latency_fold), (decoder_query_latency_done),
8830         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8831         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8832         (gst_uri_decode_bin_change_state), (plugin_init):
8833         New element that intergrates a source, optional buffering element and
8834         decodebin.
8835
8836 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8837
8838         * configure.ac:
8839           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8840           (also has a .pc file, so we don't need the fallback check any
8841           longer). Fixes #438840.
8842
8843 2007-05-17  Wim Taymans  <wim@fluendo.com>
8844
8845         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8846         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8847         (apply_segment), (apply_buffer), (update_buffering),
8848         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8849         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8850         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8851         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8852         (plugin_init):
8853         fix build.
8854
8855 2007-05-17  Wim Taymans  <wim@fluendo.com>
8856
8857         * gst/playback/Makefile.am:
8858         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8859         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8860         (gst_queue_getcaps), (gst_queue_bufferalloc),
8861         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8862         (apply_buffer), (update_buffering), (reset_rate_timer),
8863         (update_rates), (gst_queue_locked_flush),
8864         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8865         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8866         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8867         (gst_queue_loop), (gst_queue_handle_src_event),
8868         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8869         (gst_queue_src_activate_push), (gst_queue_change_state),
8870         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8871         On our way to playbin2 this is the new network queue that does buffering
8872         all by itself using high and low watermarks. It can also measure up and
8873         downstream bandwidth to optimally size the queue.
8874
8875 2007-05-17  Michael Smith <msmith@fluendo.com>
8876
8877         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8878         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8879           Use the segment->last_stop value to calculate the next timestamp to
8880           generate after a seek; not the segment->start value.
8881
8882 2007-05-15  David Schleef  <ds@schleef.org>
8883
8884         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8885           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8886
8887 2007-05-15  Wim Taymans  <wim@fluendo.com>
8888
8889         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8890         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8891         Some more chained streaming ogg timestamp fixes.
8892
8893 2007-05-15  Wim Taymans  <wim@fluendo.com>
8894
8895         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8896         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8897         (gst_ogg_demux_handle_page):
8898         Add some FIXMEs.
8899         Fix chain start/stop segment handling based on patch by
8900         <ahalda at cs dot mcgill dot ca> see #320984.
8901
8902 2007-05-15  Michael Smith <msmith@fluendo.com>
8903
8904         * configure.ac:
8905           We don't require a C++ compiler. So don't require one.
8906
8907 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8908
8909         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8910           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8911           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8912           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8913           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8914           gst_alsa_mixer_update_track):
8915           Apply some of the cleanup Tim suggested in #152864 afterwards.
8916
8917 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8918
8919         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8920
8921         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8922           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8923           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8924           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8925           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8926           gst_alsa_mixer_handle_source_callback,
8927           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8928           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8929           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8930           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8931           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8932           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8933         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8934         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8935           gst_alsa_mixer_element_interface_supported,
8936           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8937           gst_alsa_mixer_element_set_property,
8938           gst_alsa_mixer_element_get_property,
8939           gst_alsa_mixer_element_change_state):
8940         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8941         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8942           gst_mixer_option_changed):
8943         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8944           volume_changed, option_changed, _gst_reserved):
8945           Implement notification for alsamixer. Fixes #152864
8946
8947 2007-05-14  David Schleef  <ds@schleef.org>
8948
8949         * gst/videotestsrc/videotestsrc.c:
8950         * gst/videotestsrc/videotestsrc.h:
8951           Add support for video/x-raw-bayer.
8952
8953 2007-05-12  David Schleef  <ds@schleef.org>
8954
8955         * sys/xvimage/xvimagesink.c:
8956           Add some sanity checking for the XVImage size returned by X.
8957           Related to #377400.
8958
8959 2007-05-12  Wim Taymans  <wim@fluendo.com>
8960
8961         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8962         (gst_base_rtp_depayload_setcaps),
8963         (gst_base_rtp_depayload_set_gst_timestamp):
8964         Parse and use additional caps fields as described in updated
8965         application/x-rtp caps spec.
8966
8967 2007-05-12  Wim Taymans  <wim@fluendo.com>
8968
8969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8970         (gst_ogg_demux_collect_chain_info):
8971         If there is a stream in a chain without any data packets, ignore the
8972         stream in the total length calculations. Might be related to #436820.
8973
8974 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8975
8976         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8977         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8978         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8979         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8980         (plugin_init):
8981
8982         Consolidate and re-work our mpeg system stream detection to probe
8983         more packets and produce a higher confidence result. Fixes a
8984         regression caused by lowering the typefind probability last year
8985         - related to bug #397810. Remove the redundant MPEG-1 specific 
8986         typefind function, as the new one detects both MPEG-1 & MPEG-2
8987         happily.
8988
8989         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8990         little. 
8991
8992         Tested against my media test directory, with some improvements and
8993         no regressions.
8994
8995 2007-05-10  Wim Taymans  <wim@fluendo.com>
8996
8997         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8998         (queue_out_of_data):
8999         Connect to the new queue "pushing" signal instead of the broken
9000         "running" one.
9001
9002 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9003
9004         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9005         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9006         Move variable declaration before the first instruction.
9007         * gst/videotestsrc/videotestsrc.c:
9008         Define M_PI if it's not defined yet.
9009         * win32/common/libgstrtp.def:
9010         Add new exported functions.
9011
9012 2007-05-09  Michael Smith <msmith@fluendo.com>
9013
9014         * ext/theora/theoradec.c: (theora_handle_type_packet):
9015           gst_pad_push_event() does not return a GstFlowReturn!
9016
9017 2007-05-09  Wim Taymans  <wim@fluendo.com>
9018
9019         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9020         * tests/examples/seek/seek.c: (do_seek):
9021         Some small cosmetic changes.
9022
9023 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9024
9025         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9026           gst_adder_change_state):
9027         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9028           segment_pending, segment_position, segment_rate):
9029           Handle playback-rate on adder.
9030
9031 2007-05-07  Michael Smith <msmith@fluendo.com>
9032
9033         * ext/theora/gsttheoradec.h:
9034         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9035         (theora_dec_sink_event), (theora_handle_comment_packet),
9036         (theora_handle_type_packet), (theora_dec_change_state):
9037           Don't push events (newsegment, tags) before initialising the
9038           decoder.
9039           This is neccesary for seeking to work correctly in gnonlin.
9040
9041 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9042
9043         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9044         * gst/adder/gstadder.c:
9045         * gst/audiotestsrc/gstaudiotestsrc.c
9046           (gst_audio_test_src_create_white_noise):
9047         * gst/videotestsrc/gstvideotestsrc.c:
9048         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9049           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9050           volume_sink_template, volume_src_template, gst_volume_init,
9051           volume_process_double, volume_process_int16,
9052           volume_process_int16_clamp):
9053           Doc fixes and formatting.
9054
9055 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9056
9057         * tests/check/Makefile.am:
9058         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9059           Minimal check for volume's GstController usability; also another
9060           test for #422295.
9061
9062 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9063
9064         * gst-libs/gst/cdda/gstcddabasesrc.c:
9065         (gst_cdda_base_src_add_track):
9066           Fix it so that it (a) makes sense and (b) doesn't break
9067           everything cdda-related including the unit test.
9068
9069 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9070
9071         * gst-libs/gst/cdda/gstcddabasesrc.c:
9072         (gst_cdda_base_src_add_track):
9073           Fix build when disabling asserts.
9074
9075 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9076
9077         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9078           When XShm is not available, we might get row strides that are not
9079           rounded up to multiples of four; this is bad, because virtually
9080           every RGB-processing element in GStreamer assumes rowstrides are
9081           rounded up to multiples of four, so let's allocate at least enough
9082           memory to avoid crashes in this case. The image will still be
9083           displayed distorted though if this happens, so that still needs
9084           fixing (maybe by allocating a bigger image with an 'even' width
9085           and then clipping it appropriately when rendering - something for
9086           Xlib aficionados in any case).
9087
9088 2007-05-03  Michael Smith <msmith@fluendo.com>
9089
9090         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9091           If a buffer doesn't have a timestamp, assume it's contiguous with
9092           the previous buffer, and synthesise timestamps appropriately.
9093
9094 2007-05-03  Edward Hervey  <edward@fluendo.com>
9095
9096         * tests/check/elements/videorate.c: (GST_START_TEST):
9097         Set buffer timestamp to a valid value in order to test the buffer
9098         really does stay in videorate.
9099
9100 2007-05-03  Edward Hervey  <edward@fluendo.com>
9101
9102         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9103         There is no sensible way to handle incoming buffers which don't have a
9104         valid timestamp. We therefore discard them and wait for the next one.
9105
9106 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9107
9108         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9109         * gst/playback/gstdecodebin2.c: (plugin_init):
9110           Better error message for text files.
9111
9112 2007-04-29  Wim Taymans  <wim@fluendo.com>
9113
9114         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9115         Fix offset bug in generation RR packets.
9116
9117 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9118
9119         * ext/theora/theoradec.c: (_theora_granule_time),
9120         (theora_dec_push_forward), (theora_handle_data_packet),
9121         (theora_dec_decode_buffer): Calculate buffer duration correctly
9122         to generate a perfect stream (#433888).
9123         * gst/audioresample/gstaudioresample.c:
9124         (audioresample_check_discont): Glib provides ABS.
9125
9126 2007-04-27  Wim Taymans  <wim@fluendo.com>
9127
9128         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9129         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9130         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9131         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9132         (gst_rtcp_packet_bye_set_reason):
9133         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9134         Fix RB block parsing and writing.
9135         Add support for constructing BYE packets.
9136
9137 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9138
9139         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9140         (gst_base_audio_src_create):
9141         * po/POTFILES.in:
9142           When posting a warning message because samples were dropped, post
9143           something more intelligible than he default error message for clock
9144           errors which is just confusing in this context (#432984).
9145
9146 2007-04-25  Wim Taymans  <wim@fluendo.com>
9147
9148         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9149         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9150         (read_packet_header), (gst_rtcp_packet_move_to_next),
9151         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9152         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9153         (gst_rtcp_packet_sdes_get_item_count),
9154         (gst_rtcp_packet_sdes_first_item),
9155         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9156         (gst_rtcp_packet_sdes_first_entry),
9157         (gst_rtcp_packet_sdes_next_entry),
9158         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9159         (gst_rtcp_packet_sdes_add_entry):
9160         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9161         Implement code to write SR, RR and SDES packets.
9162
9163 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9164
9165         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9166
9167         * sys/ximage/ximagesink.c:
9168           Fix build if XShm is not available (#432362).
9169
9170 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9171
9172         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9173         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9174         pointers to random memory which are passed to g_free() when
9175         audio_convert_prepare_context() is called the first time.
9176
9177 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9178
9179         Patch by: Dan Williams <dcbw redhat com>
9180
9181         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9182           Don't leak incoming buffer if gst_pad_push() returns a
9183           non-OK flow. Fixes #432755.
9184          
9185         * tests/check/elements/videorate.c: (GST_START_TEST),
9186         (videorate_suite):
9187           Unit test for the above by Yours Truly.
9188
9189 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9190
9191         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9192         (gst_adder_sink_event), (gst_adder_collected):
9193           Fix non-flushing segmented seeks, Fixes #340060 for me
9194
9195 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9196
9197         Patch by: Olivier Crete  <tester at tester ca>
9198
9199         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9200         (gst_base_rtp_audio_payload_class_init),
9201         (gst_base_rtp_audio_payload_init),
9202         (gst_base_rtp_audio_payload_dispose):
9203           Chain up to parent class in dispose function; get rid of
9204           unnecessary 'diposed' flag in private structure (#415001).
9205
9206 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9207
9208         * docs/libs/gst-plugins-base-libs.types:
9209         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9210         (gst_base_rtp_audio_payload_class_init):
9211         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9212         * gst-libs/gst/rtp/gstbasertppayload.c:
9213           Some minor docs fixes and additions; also add missing 'Since' bits.
9214
9215 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9216
9217         Patch by: Zeeshan Ali  <zeenix gmail com>
9218
9219         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9220         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9221         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9222         (gst_base_rtp_audio_payload_push):
9223         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9224           The recently-added gst_base_rtp_audio_payload_push() should take an
9225           object of type GstBaseRTPAudioPayload as first argument (#431672).
9226
9227 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9228
9229         * gst/audioresample/gstaudioresample.c:
9230           Make more functions static, just because we can.
9231
9232 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9233
9234         * tests/check/elements/audioresample.c:
9235           Add unit test for audioresample shutdown crasher (#420106).
9236
9237 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9238
9239         * gst/subparse/gstsubparse.c:
9240         * gst/subparse/samiparse.c:
9241           Use GST_DISABLE_XML here
9242
9243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9244         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9245         (gst_xvimagesink_buffer_alloc),
9246         (gst_xvimagesink_navigation_send_event):
9247         * sys/xvimage/xvimagesink.h:
9248           Include stdlib.h when using atoi.
9249           
9250         * tests/check/elements/playbin.c: (playbin_suite):
9251           Use GST_DISABLE_REGISTRY here
9252
9253 2007-04-19  Michael Smith  <msmith@fluendo.com>
9254
9255         * ext/theora/gsttheoraenc.h:
9256         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9257         (theora_enc_sink_event), (theora_enc_change_state):
9258           Track initialisation state; don't try to use encoder state if we're
9259           not initialised (it'll segfault).
9260
9261 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9262
9263         * tests/check/pipelines/.cvsignore:
9264         Fix build.
9265
9266 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9267
9268         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9269         Allow random depths between 1 and 32 instead of only multiplies of 8.
9270
9271 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9272
9273         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9274         Set the maximum number of channels for PCM and float in the correct
9275         place to have it also used when creating the template caps.
9276
9277 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9278
9279         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9280         Correctly support 4, 6 and 8 channels with normal PCM and float
9281         wav files.
9282
9283         Fix the depth and signedness calculation in extensible wav files and
9284         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9285         mask is found.
9286
9287         Add support for float, alaw and mulaw in extensible wav files.
9288
9289         This allows correct playback of all but 5 files from
9290         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9291         
9292         (gst_riff_create_audio_template_caps):
9293         Add voxware and float formats to the template caps.     
9294
9295 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9296
9297         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9298
9299         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9300         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9301
9302         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9303         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9304         Use the correct format strings for integer formats.
9305
9306 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9307
9308         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9309           Don't use pad_alloc_buffer_and_set_caps to create a small header
9310           packet, or, worse, to create a big temporary video buffer using the
9311           src pad.
9312
9313 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9314
9315         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9316         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9317           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9318           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9319
9320 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9321
9322         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9323           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9324           streamheader_suite):
9325           Add another test set up for failure
9326
9327 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9328
9329         * tests/check/Makefile.am:
9330         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9331           GST_START_TEST, streamheader_suite, main):
9332           Add a test for the streamheader bug Wim fixed.
9333
9334 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9335
9336         * ext/theora/theoradec.c: (theora_dec_sink_event):
9337         Fix misleading comment.
9338
9339 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9340
9341         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9342           More sanity checks for the header fields.
9343
9344 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9345
9346         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9347           Try encodings from all environment variables, not just those in the
9348           first environment variable that is set.
9349
9350 2007-04-12  Wim Taymans  <wim@fluendo.com>
9351
9352         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9353         (gst_video_rate_chain):
9354         Add some debug.
9355
9356         * tests/check/elements/videorate.c: (GST_START_TEST),
9357         (videorate_suite):
9358         Added check for videorate changing caps handling. Closes #421834.
9359
9360 2007-04-12  Michael Smith  <msmith@fluendo.com>
9361
9362         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9363           Use scale functions to avoid overflow when calculating duration of 
9364           vorbis buffers.
9365
9366 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9367
9368         * docs/libs/gst-plugins-base-libs-sections.txt:
9369         * gst-libs/gst/tag/tag.h:
9370         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9371           API: add gst_tag_freeform_string_to_utf8() (#405072).
9372
9373         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9374           Use gst_tag_freeform_string_to_utf8() here.
9375
9376 2007-04-12  Wim Taymans  <wim@fluendo.com>
9377
9378         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9379         (gst_gdp_pay_sink_event):
9380         Make sure we set the IN_CAPS flag correctly.
9381
9382         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9383         Get the IN_CAPS flag before we call functions that mess with the flags.
9384
9385 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9386
9387         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9388           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9389           Only stamp buffers with offset/offset_end right before they get
9390           pushed.  This ensures offset continuity, which was not the case
9391           before as shown by
9392           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9393
9394 2007-04-06  Wim Taymans  <wim@fluendo.com>
9395
9396         * gst/playback/gstplaybin.c: (add_sink),
9397         (gst_play_bin_change_state):
9398         Activate sync in playbin, we are ready to handle it for live streams.
9399
9400 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9401
9402         * tests/check/elements/playbin.c:
9403         (test_sink_usage_video_only_stream), (playbin_suite):
9404           Add small test for stream-info-value-array code paths.
9405
9406 2007-04-05  Wim Taymans  <wim@fluendo.com>
9407
9408         * gst-libs/gst/audio/gstbaseaudiosink.c:
9409         (gst_base_audio_sink_skew_slaving):
9410         Don't try to create invalid calibration parameters by making the
9411         internal time go backwards, instead make external time go forward.
9412
9413 2007-04-05  Wim Taymans  <wim@fluendo.com>
9414
9415         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9416
9417         * gst/playback/gstplaybasebin.c: (add_stream):
9418         Fix leak in add_stream(), when g_value_set_object() increases the
9419         refcount of streaminfo object. Fixes #426250.
9420
9421 2007-04-03  David Schleef  <ds@schleef.org>
9422
9423         * gst/videotestsrc/gstvideotestsrc.c:
9424         * gst/videotestsrc/gstvideotestsrc.h:
9425         * gst/videotestsrc/videotestsrc.c:
9426         * gst/videotestsrc/videotestsrc.h:
9427           Add a test pattern called "circular", which has concentric
9428           rings with varying radial frequency.  The main purpose of this
9429           pattern is to test fidelity loss in a filter or scaler element.
9430           Notably, this pattern is scale invariant, and is optimally viewed
9431           with a width (and height) of 400.
9432
9433 2007-04-03  Wim Taymans  <wim@fluendo.com>
9434
9435         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9436
9437         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9438         (deactivate_free_recursive):
9439         Decodebin2 doesn't unref pads it obtains in some occasions:
9440         - multiqueue src pads, when either connecting further or exposing
9441         - sink pads of new autoplugged elements
9442         - peer pads when recursively freeing elements
9443         Fixes #425455.
9444
9445 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9446
9447         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9448         Add audio/x-raw-float support, now that audioconvert support
9449         non-native endianness floats.
9450
9451 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9452
9453         * docs/libs/gst-plugins-base-libs-docs.sgml:
9454           gstreamer-plugins-base.pc doesn't exist, it's
9455           gstreamer-plugins-base-0.10.pc.
9456
9457 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9458
9459         Patch by: René Stadler <mail at renestadler dot de>
9460         with some minor changes
9461
9462         * gst-libs/gst/floatcast/floatcast.h:
9463         Use more efficient float endianness conversion functions that don't
9464         involve 2 function calls per value.
9465         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9466         (check_default), (audio_convert_prepare_context):
9467         * gst/audioconvert/gstaudioconvert.c:
9468         (gst_audio_convert_parse_caps), (make_lossless_changes):
9469         Support non-native endianness floats as input and output.
9470         Fixes #339838.
9471         * tests/check/elements/audioconvert.c: (verify_convert),
9472         (GST_START_TEST):
9473         Add unit tests for the non-native endianness float conversions.
9474
9475 2007-03-29  Wim Taymans  <wim@fluendo.com>
9476
9477         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9478         (gst_base_rtp_depayload_base_init),
9479         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9480         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9481         (gst_base_rtp_depayload_set_gst_timestamp),
9482         (gst_base_rtp_depayload_change_state),
9483         (gst_base_rtp_depayload_set_property),
9484         (gst_base_rtp_depayload_get_property):
9485         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9486         Add Private structure.
9487         Bring element code to 2007.
9488         Parse clock-base caps param and use it when generating the
9489         newsegment.
9490         Reset variables before going to PAUSED.
9491         Fix some docs.
9492
9493 2007-03-29  Wim Taymans  <wim@fluendo.com>
9494
9495         * docs/libs/gst-plugins-base-libs-docs.sgml:
9496         * docs/libs/gst-plugins-base-libs-sections.txt:
9497         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9498         (gst_base_rtp_audio_payload_get_adapter):
9499         Add RTCP docs.
9500         Fix some more docs.
9501
9502         * gst-libs/gst/rtp/Makefile.am:
9503         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9504         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9505         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9506         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9507         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9508         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9509         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9510         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9511         (gst_rtcp_packet_sr_get_sender_info),
9512         (gst_rtcp_packet_sr_set_sender_info),
9513         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9514         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9515         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9516         (gst_rtcp_packet_sdes_get_chunk_count),
9517         (gst_rtcp_packet_sdes_first_chunk),
9518         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9519         (gst_rtcp_packet_sdes_first_item),
9520         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9521         (gst_rtcp_packet_bye_get_ssrc_count),
9522         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9523         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9524         (gst_rtcp_packet_bye_get_reason_len),
9525         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9526         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9527         Add new helper object for parsing and creating RTCP messages.
9528
9529 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9530
9531         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9532         PCM samples with width=8 must be always unsigned, no matter what
9533         depth they have.
9534
9535 2007-03-29  Andy Wingo  <wingo@pobox.com>
9536
9537         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9538         perfect offsets also, not just timestamps.
9539
9540         * tests/check/elements/videorate.c (test_more): Test that given
9541         any incoming offsets, that videorate produces perfect offsets.
9542
9543 2007-03-29  Wim Taymans  <wim@fluendo.com>
9544
9545         * gst-libs/gst/riff/riff-ids.h:
9546         Add some more RIFF formats.
9547
9548 2007-03-29  Wim Taymans  <wim@fluendo.com>
9549
9550         * gst-libs/gst/rtp/gstrtpbuffer.c:
9551         (gst_rtp_buffer_default_clock_rate):
9552         * gst-libs/gst/rtp/gstrtpbuffer.h:
9553         Fix fixed payload names and docs.
9554         Added method to get the default clock rates of fixed payload types.
9555         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9556
9557 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9558
9559         * tests/check/pipelines/.cvsignore:
9560         Add new vorbisdec test to cvsignore.
9561
9562 2007-03-28  Wim Taymans  <wim@fluendo.com>
9563
9564         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9565         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9566         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9567         (gst_base_audio_sink_set_property),
9568         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9569         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9570         (gst_base_audio_sink_skew_slaving),
9571         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9572         (gst_base_audio_sink_async_play):
9573         * gst-libs/gst/audio/gstbaseaudiosink.h:
9574         Store private stuff in GstBaseAudioSinkPrivate.
9575         Add configurable clock slaving modes property.
9576         API:: GstBaseAudioSink::slave-method property
9577         Some more latency reporting tweaks.
9578         Added skew based clock slaving correction and make it the default until
9579         the resampling method is more robust.
9580
9581 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9582
9583         * gst/audioconvert/audioconvert.c:
9584         Add docs to the integer pack functions and implement proper
9585         rounding. Before we had rounding towards negative infinity, i.e.
9586         always the smaller number was taken. Now we use natural rounding,
9587         i.e. rounding to the nearest integer and to the one with the largest
9588         absolute value for X.5. The old rounding introduced some minor
9589         distortions. Fixes #420079
9590         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9591         Fix one unit test that assumed the old rounding and added unit tests
9592         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9593         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9594         rounding from signed int32 to signed/unsigned int16.
9595
9596 2007-03-27  Michael Smith  <msmith@fluendo.com>
9597
9598         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9599         (gst_audio_convert_transform_caps):
9600           Fix typo in debug line introduced recently, as pointed out on irc.
9601
9602 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9603
9604         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9605         * tests/check/libs/tag.c: (GST_START_TEST):
9606           Make sure we parse floating-point numbers in vorbis comments
9607           correctly with either '.' or ',' as separator, no matter what
9608           the current locale is. Add unit test for this too.
9609
9610 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9611
9612         Patch by: René Stadler  <mail at renestadler de>
9613
9614         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9615           When writing out floating-point numbers to vorbis comment tags, always
9616           use the same character as separator no matter what the current locale is
9617           (fixes #423051).
9618
9619         * tests/check/libs/tag.c: (GST_START_TEST):
9620           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9621
9622 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9623
9624         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9625           vorbis_handle_data_packet):
9626           Correctly set DURATION to generate a timestamp-continuous stream.
9627           One bug left at the end; see
9628           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9629         * tests/check/Makefile.am:
9630         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9631           Add a test to check this.  Without the above patch this test fails.
9632
9633 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9634
9635         * gst-libs/gst/rtp/Makefile.am:
9636         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9637
9638 2007-03-23  Michael Smith  <msmith@fluendo.com>
9639
9640         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9641         (gst_video_rate_reset), (gst_video_rate_chain):
9642           If videorate changes caps, we can no longer use the old buffer
9643           (which may have a different size, incompatible with our caps).
9644           So don't do that; just duplicate the new frame more times.
9645
9646 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9647
9648         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9649         Remove playbin's override of the set_clock vmethod. It's irrelevant
9650         after Wim's commit on the 19th.
9651
9652 2007-03-22  Wim Taymans  <wim@fluendo.com>
9653
9654         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9655         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9656         * ext/gnomevfs/gstgnomevfssrc.h:
9657         Don't cache file sizes. Fixes #341078.
9658
9659 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9660
9661         * gst/playback/gstplaybin.c: (add_sink):
9662           Use GST_PTR_FORMAT to log caps. 
9663
9664 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9665
9666         Patch by: Young-Ho Cha <ganadist at chollian net>
9667
9668         * gst/subparse/samiparse.c: (handle_start_font):
9669           Special-case some more colour names that pango doesn't handle by
9670           default. Fixes #420578.
9671
9672 2007-03-20  Michael Smith  <msmith@fluendo.com>
9673
9674         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9675           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9676           that marks EOS internally. After that, libvorbis will buffer all
9677           input data, and encode none of it, eventually leading to memory
9678           exhaustion.
9679
9680 2007-03-19  Wim Taymans  <wim@fluendo.com>
9681
9682         * gst/playback/gstdecodebin.c: (remove_fakesink):
9683         Don't post STATE_DIRTY anymore.
9684
9685         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9686         (gst_play_bin_change_state):
9687         Remove stream_time reset in seek handling, core does that now.
9688         Disable clocking for live pipelines by forcing a NULL clock to the
9689         complete pipeline, core is too smart now for our previous hack.
9690         We can always autoplug in PAUSED now.
9691
9692 2007-03-17  David Schleef  <ds@schleef.org>
9693
9694         * REQUIREMENTS:  Update this file, change the formatting to make
9695         it more consistent, plus more machine readable.
9696
9697 2007-03-16  Michael Smith  <msmith@fluendo.com>
9698
9699         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9700         (strip_width_64), (append_with_other_format):
9701           Previous fix was too simplistic, and broke the tests. Use a better
9702           approach; only strip 64 from widths for integer audio.
9703
9704 2007-03-16  Michael Smith  <msmith@fluendo.com>
9705
9706         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9707         (gst_audio_convert_transform_caps):
9708           We don't support 64 bit integer audio, so don't try to claim we can.
9709           Stops us producing caps don't match our template caps.
9710           Update comments.
9711
9712 2007-03-15  Michael Smith  <msmith@fluendo.com>
9713
9714         * gst/audioresample/gstaudioresample.c:
9715         (audioresample_check_discont), (audioresample_transform):
9716           Don't trigger discontinuities for very small imperfections; a filter
9717           flush will sound bad, and many plugins have rounding errors leading
9718           to these.
9719
9720 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9721
9722         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9723
9724         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9725         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9726         API: add "min-ptime" property to RTP base audio payloader.
9727         API: add gst_base_rtp_audio_payload_push().
9728         API: add gst_base_rtp_audio_payload_get_adapter().
9729         Fixes #415001
9730         Indentation/whitespace/documentation fixes.
9731
9732 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9733
9734         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9735         (audioresample_transform_size), (audioresample_do_output),
9736         (audioresample_transform), (audioresample_pushthrough): Handle
9737         discontinuous streams.
9738         * gst/audioresample/gstaudioresample.h:
9739         * tests/check/elements/audioresample.c:
9740         (test_discont_stream_instance), (GST_START_TEST),
9741         (audioresample_suite): Add a test for discontinuous streams.
9742         * win32/common/config.h: Updated.
9743
9744 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9745
9746         * po/af.po:
9747         * po/az.po:
9748         * po/cs.po:
9749         * po/en_GB.po:
9750         * po/it.po:
9751         * po/nb.po:
9752         * po/nl.po:
9753         * po/or.po:
9754         * po/sq.po:
9755         * po/sr.po:
9756         * po/sv.po:
9757         * po/uk.po:
9758         * po/vi.po:
9759           Update translations from translation project.
9760
9761 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9762
9763         * gst/audioresample/debug.h:
9764         * gst/audioresample/resample.c: (resample_init):
9765           Since I really am not interested in a debug line for each sample
9766           being processed, move the library's debugging to its own category,
9767           libaudioresample
9768
9769 2007-03-13  Michael Smith  <msmith@fluendo.com>
9770
9771         * ext/theora/theoradec.c: (theora_handle_type_packet):
9772           Since the plugin doesn't support anything other than 4:2:0 right
9773           now, post an error and fail if we get something else. Won't matter
9774           until libtheora supports the other pixel formats, but hopefully
9775           that'll be soon...
9776
9777 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9778
9779         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9780         Use gst_guint64_to_gdouble for conversion.
9781         * win32/MANIFEST:
9782         Add new files to the win32 MANIFEST.
9783         * win32/common/libgstaudio.def:
9784         * win32/common/libgstpbutils.def:
9785         Add new exported functions.
9786         * win32/vs6/gst_plugins_base.dsw:
9787         * win32/vs6/libgstdecodebin.dsp:
9788         * win32/vs6/libgstplaybin.dsp:
9789         Change the link to libgstpbutils.lib.
9790         * win32/vs6/libgstdecodebin2.dsp:
9791         Add a new project for decodebin2.
9792         * win32/vs6/libgstpbutils.dsp:
9793         Add a new project for pbutils.
9794
9795 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9796
9797         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9798           Also accept partial dates with only year and month,
9799           like 1999-12-00 (fixes #410396 even more).
9800
9801         * tests/check/libs/tag.c: (GST_START_TEST):
9802           Add unit test for the above.
9803
9804 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9805
9806         * tests/check/elements/subparse.c: (GST_START_TEST),
9807         (subparse_suite):
9808           Add unit test for MPL2 subtitle format (#413799).
9809
9810 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9811
9812         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9813
9814         * gst/subparse/Makefile.am:
9815         * gst/subparse/gstsubparse.c:
9816         (gst_sub_parse_data_format_autodetect),
9817         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9818         (gst_subparse_type_find):
9819         * gst/subparse/gstsubparse.h:
9820         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9821         * gst/subparse/mpl2parse.h:
9822           Add support for MPL2 subtitle format (#413799).
9823
9824 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9825
9826         * configure.ac:
9827           We require core CVS for the new buffer metadata copy functions.
9828
9829 2007-03-09  Wim Taymans  <wim@fluendo.com>
9830
9831         * gst-libs/gst/tag/gstid3tag.c:
9832         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9833         Fixes #414496.
9834
9835         Patch by: Alex Lancaster <alexl at users sourceforge net>
9836
9837 2007-03-09  Wim Taymans  <wim@fluendo.com>
9838
9839         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9840         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9841         Improve adapter usage and comments.
9842
9843 2007-03-09  Wim Taymans  <wim@fluendo.com>
9844
9845         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9846         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9847         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9848         Use new metadata copy function.
9849
9850         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9851         (gst_ffmpegcsp_transform):
9852         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9853         Basetransform copied the metadata for us.
9854
9855 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9856
9857         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9858         (gst_text_overlay_video_event):
9859           Some more logging. Only accept newsegment events in TIME format and
9860           send a WARNING message if they are not in TIME format.
9861
9862         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9863         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9864         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9865         * gst/subparse/gstsubparse.h:
9866           No need to allocate GstSegment structure dynamically, just put it
9867           into the instance structure; ignore newsegment events in BYTE
9868           format and in particular don't let it overwrite our saved TIME
9869           segment from the last seek.
9870
9871 2007-03-09  Michael Smith  <msmith@fluendo.com>
9872
9873         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9874           Replace AC3 typefinder with one that isn't terrible, and actually
9875           works usefully.
9876
9877 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9878
9879         * gst/audioconvert/gstaudioconvert.c:
9880         (gst_audio_convert_transform):
9881           fix error category and translatable string
9882           
9883
9884 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9885
9886         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9887         * pkgconfig/gstreamer-plugins-base.pc.in:
9888           Fix up utils => pbutils here too.
9889
9890 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9891
9892         * gst/subparse/gstsubparse.c: (handle_buffer):
9893           Break out of loop in chain function as soon as possible if we get
9894           a non-OK flow return.
9895
9896 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9897
9898         * tests/check/elements/alsa.c: (GST_START_TEST):
9899         Unref the mixer if the state change fails too (if the
9900         alsa devices are inaccessible, for example)
9901
9902 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9903
9904         * tests/check/Makefile.am:
9905         Don't test libvisual elements in the states check, because libvisual
9906         seems to leak internally.
9907
9908         Re-enable the alsa and states tests now that there's new suppressions
9909         in gst.supp.
9910
9911         * tests/check/elements/alsa.c: (GST_START_TEST):
9912         Don't leak the alsamixer we instantiated.
9913
9914 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9915
9916         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9917         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9918         (gst_ximagesink_finalize):
9919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9920         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9921         Move some cleanup stuff from the state change handler into a _reset()
9922         function that can be called from _finalize(). This ensures that things
9923         get freed even if (for some reason) the NULL->READY state transition
9924         fails in the parent class.
9925         Even if a parent state change fails, process our downward state change
9926         logic instead of bailing out early.
9927         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9928
9929 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9930
9931         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9932         Extra log line.
9933
9934         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9935         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9936         Use pango_font_description_set_family_static instead of 
9937         pango_font_description_set_family to save a string copy (it was
9938         leaking due to the strdup anyway)
9939
9940         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9941         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9942         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9943         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9944         Chain up in finalize.
9945
9946 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9947
9948         * gst-libs/gst/interfaces/mixertrack.c:
9949         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9950         (gst_mixer_track_set_property):
9951           API: add "untranslated-label" property which should be set by
9952           implementations at construct time (#414645).
9953
9954         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9955         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9956           Set "untranslated-label" when constructing mixer track objects.
9957
9958         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9959           Unit test to check the above.
9960
9961 2007-03-07  Wim Taymans  <wim@fluendo.com>
9962
9963         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9964         Fix confusing debug message.
9965
9966 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9967
9968         * gst-plugins-base.doap:
9969         update doap file with new version
9970
9971 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9972
9973         * configure.ac:
9974         Back to CVS
9975
9976 === release 0.10.12 ===
9977
9978 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9979
9980         * configure.ac:
9981           releasing 0.10.12, "Zombie Horde"
9982
9983 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9984
9985         * configure.ac:
9986         Bump version to 0.10.11.4 pre-release
9987
9988 2007-03-06  Wim Taymans  <wim@fluendo.com>
9989
9990         * gst-libs/gst/audio/gstbaseaudiosink.c:
9991         (gst_base_audio_sink_async_play):
9992         Fix regression that made GStreamer skip the first samples of audio.
9993         Fixes #414684.
9994
9995 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9996
9997         * configure.ac:
9998         Bump version to 0.10.11.3 pre-release
9999
10000 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10001
10002         * po/POTFILES.in:
10003           Update paths for the rename from utils to pbutils to fix the build.
10004
10005 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10006
10007         * gst-libs/gst/pbutils/Makefile.am:
10008           Change directory to install headers in from gst/utils to gst/pbutils
10009           as well.
10010
10011 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10012
10013         * configure.ac:
10014         * docs/libs/gst-plugins-base-libs-docs.sgml:
10015         * docs/libs/gst-plugins-base-libs-sections.txt:
10016         * gst-libs/gst/Makefile.am:
10017         * gst-libs/gst/interfaces/mixer.c:
10018         * gst-libs/gst/pbutils/Makefile.am:
10019         * gst-libs/gst/pbutils/descriptions.c:
10020         (gst_pb_utils_get_source_description),
10021         (gst_pb_utils_get_sink_description),
10022         (gst_pb_utils_get_decoder_description),
10023         (gst_pb_utils_get_encoder_description),
10024         (gst_pb_utils_get_element_description),
10025         (gst_pb_utils_add_codec_description_to_tag_list),
10026         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10027         * gst-libs/gst/pbutils/descriptions.h:
10028         * gst-libs/gst/pbutils/install-plugins.c:
10029         * gst-libs/gst/pbutils/install-plugins.h:
10030         * gst-libs/gst/pbutils/missing-plugins.c:
10031         (gst_missing_uri_source_message_new),
10032         (gst_missing_uri_sink_message_new),
10033         (gst_missing_element_message_new),
10034         (gst_missing_decoder_message_new),
10035         (gst_missing_encoder_message_new),
10036         (gst_missing_plugin_message_get_description):
10037         * gst-libs/gst/pbutils/missing-plugins.h:
10038         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10039         * gst-libs/gst/pbutils/pbutils.h:
10040         * gst-libs/gst/utils/Makefile.am:
10041         * gst-libs/gst/utils/base-utils.c:
10042         * gst-libs/gst/utils/base-utils.h:
10043         * gst-libs/gst/utils/descriptions.c:
10044         * gst-libs/gst/utils/descriptions.h:
10045         * gst-libs/gst/utils/install-plugins.c:
10046         * gst-libs/gst/utils/install-plugins.h:
10047         * gst-libs/gst/utils/missing-plugins.c:
10048         * gst-libs/gst/utils/missing-plugins.h:
10049         * gst-plugins-base.spec.in:
10050         * gst/playback/Makefile.am:
10051         * gst/playback/gstdecodebin.c:
10052         * gst/playback/gstdecodebin2.c:
10053         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10054         (gen_source_element):
10055         * gst/playback/gstplaybin.c: (plugin_init):
10056         * tests/check/Makefile.am:
10057         * tests/check/libs/pbutils.c: (GST_START_TEST),
10058         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10059         * tests/check/libs/utils.c:
10060           rename utils to pbutils
10061
10062 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10063
10064         * docs/plugins/Makefile.am:
10065         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10066         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10067         * docs/plugins/inspect/plugin-decodebin2.xml:
10068         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10069         Add documentation for decodebin2 that indicates that the API
10070         is still unstable.
10071
10072 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10073
10074         * configure.ac:
10075         Update to 0.10.11.2 (0.10.12 pre-release)
10076
10077 2007-03-01  Wim Taymans  <wim@fluendo.com>
10078
10079         * gst-libs/gst/audio/gstbaseaudiosink.c:
10080         (gst_base_audio_sink_async_play):
10081         base time is irrelevant here.
10082
10083 2007-03-01  Wim Taymans  <wim@fluendo.com>
10084
10085         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10086         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10087         Improve debugging.
10088
10089         * gst-libs/gst/audio/gstbaseaudiosink.c:
10090         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10091         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10092         Improve latency and clock slaving calculations.
10093         Improve slave clock calibration.
10094
10095         * gst-libs/gst/audio/gstringbuffer.c:
10096         (gst_ring_buffer_commit_full):
10097         When we are asked to render N sample to 0 bytes, return N.
10098
10099 2007-03-01  Wim Taymans  <wim@fluendo.com>
10100
10101         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10102         (gst_alsasink_write), (gst_alsasink_reset):
10103         * ext/alsa/gstalsasink.h:
10104         Remove unused dispose function.
10105         Rename lock to not interfere with alsasrc lock.
10106
10107         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10108         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10109         (gst_alsasrc_read), (gst_alsasrc_reset):
10110         * ext/alsa/gstalsasrc.h:
10111         Implement finalize function.
10112         Use lock to protect alsa access.
10113         Implement _reset.
10114         Fine tune sw params.
10115
10116 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10117
10118         * configure.ac:
10119           Convert to new AG_GST style.
10120
10121 2007-02-28  Wim Taymans  <wim@fluendo.com>
10122
10123         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10124
10125         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10126         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10127         Fix race condition when rapidly switching visualisations in playbin.
10128         Fixes #401029.
10129
10130 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10131
10132         * tests/check/Makefile.am:
10133         Include local stuff before system installed things in LDFLAGS and
10134         CFLAGS.
10135
10136 2007-02-28  Wim Taymans  <wim@fluendo.com>
10137
10138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10139         Improve debugging.
10140
10141 2007-02-28  Wim Taymans  <wim@fluendo.com>
10142
10143         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10144         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10145         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10146         Fix duration and timestamping, taking latency into account.
10147         Implement latency query.
10148
10149 2007-02-28  Wim Taymans  <wim@fluendo.com>
10150
10151         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10152         (gst_audio_clock_new):
10153         Fix clock name.
10154
10155         * gst-libs/gst/audio/gstbaseaudiosink.c:
10156         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10157         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10158         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10159         (gst_base_audio_src_create):
10160         Improve latency query code.
10161         Use proper clock names.
10162
10163 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10164
10165         * tests/check/generic/states.c: (GST_START_TEST):
10166           Copy the states.c test from core again
10167         * tests/check/Makefile.am:
10168           ignore cdio and cdparanoiasrc
10169
10170 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10171
10172         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10173         (double_hq), (audio_convert_get_func_index), (check_default),
10174         (audio_convert_prepare_context), (audio_convert_convert):
10175           Also make valgrind happy and avoid copying data in some cases.
10176
10177 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10178
10179         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10180         (double_hq), (audio_convert_get_func_index),
10181         (audio_convert_prepare_context), (audio_convert_convert):
10182         * gst/audioconvert/gstaudioconvert.c:
10183         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10184         (gst_audio_convert_transform_caps):
10185         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10186         (audioconvert_suite):
10187           Don't run inplace if that overwrites source data as we go. Add more
10188           tests. Fixes #339837 even more.
10189
10190 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10191
10192         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10193         (msg_segment_done): Fix various seeking bugs (Slider was not
10194         updating when doing a non flushing seek, Reverse playback 
10195         on segment seek was wrong).
10196
10197 2007-02-26  Wim Taymans  <wim@fluendo.com>
10198
10199         * tests/examples/seek/seek.c: (stop_seek):
10200         When we stop scrubbing, don't leave the pipeline PLAYING when we
10201         requested a PAUSED state.
10202
10203 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10204
10205         Patch by: René Stadler <mail at renestadler de>
10206
10207         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10208           Parse date strings in vorbis comments that have an invalid (zero)
10209           month or day (#410396).
10210
10211         * tests/check/libs/tag.c: (GST_START_TEST):
10212           Test case for the above.
10213
10214 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10215
10216         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10217
10218         * configure.ac:
10219         * ext/alsa/Makefile.am:
10220         * gst/audiotestsrc/Makefile.am:
10221           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10222
10223 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10224
10225         * gst/playback/gstplaybin.c:
10226           Improve docs: point out that the application needs to assist playbin
10227           with buffering.
10228
10229 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10230
10231         * gst-libs/gst/utils/install-plugins.c:
10232         * gst-libs/gst/utils/missing-plugins.c:
10233         * tests/check/libs/utils.c: (missing_msg_check_getters):
10234           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10235           to just 'gstreamer'. Document the caps string component of the
10236           decoder/encoder detail a bit better, since not everyone will be
10237           familiar with the GStreamer media type/caps system (but they better
10238           enjoy nested itemized lists).
10239
10240 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10241
10242         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10243         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10244           Fix copying of GstNetBuffer (would crash before, or at least lead to
10245           invalid memory access, #410772), for now by copying the GstBuffer copy
10246           code from the core over here so we can copy the GstBuffer fields on a
10247           provided buffer instance (of type GstNetBuffer in this case). Would be
10248           better to fix this with some support by the core though (and in the long
10249           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10250
10251         * tests/check/Makefile.am:
10252           Enable unit test for GstNetBuffer.
10253
10254 2007-02-22  Andy Wingo  <wingo@pobox.com>
10255
10256         * gst-libs/gst/audio/gstbaseaudiosink.c
10257         (gst_base_audio_sink_init): Disable pull-mode activation until we
10258         figure out how to make audio sinks go to PLAYING.
10259
10260 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10261
10262         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10263         (double_hq), (audio_convert_get_func_index),
10264         (audio_convert_prepare_context), (audio_convert_convert):
10265         * gst/audioconvert/audioconvert.h:
10266         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10267         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10268         * gst/audioconvert/gstchannelmix.h:
10269         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10270           Add float as an intermediate format, as well as float mixing. Enable
10271           test that was failing before. Fixes #339837
10272
10273 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10274
10275         * tests/examples/seek/seek.c: (do_seek):
10276         Undo the previous commit: -1 as a stop time implies that the stop
10277         time is the end of file, clearing any previously configured segment.
10278
10279 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10280
10281         * tests/examples/seek/seek.c: (do_seek):
10282         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10283
10284 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10285
10286         * gst/volume/gstvolume.c: (volume_process_int16),
10287         (volume_process_int16_clamp), (volume_set_caps):
10288           Unbreak volume, value remains gint.
10289
10290 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10291
10292         * gst/volume/gstvolume.c: (volume_choose_func),
10293         (volume_update_real_volume), (gst_volume_set_volume),
10294         (gst_volume_init), (volume_process_double), (volume_process_float),
10295         (volume_process_int16), (volume_process_int16_clamp),
10296         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10297         * gst/volume/gstvolume.h:
10298           Extend float audio support (double) and some int->uint cleanups.
10299
10300 2007-02-20  Edward Hervey  <edward@fluendo.com>
10301
10302         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10303         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10304         (sort_end_pads), (gst_decode_group_expose),
10305         (gst_decode_group_hide):
10306         Don't free groups from the streaming threads. Just put them aside and
10307         free them in dispose.
10308
10309 2007-02-20  Edward Hervey  <edward@fluendo.com>
10310
10311         * gst/playback/gstdecodebin2.c: (connect_element),
10312         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10313         (sort_end_pads), (gst_decode_group_expose):
10314         Handle dynamic pads within groups.
10315         Sort pads before exposing them in order to make playbin happy.
10316         There still is a race with the multiqueue filling up. This should be
10317         solved separately.
10318         Fixes #398721
10319
10320 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10321
10322         * gst-libs/gst/utils/base-utils.c:
10323         * gst-libs/gst/utils/descriptions.c:
10324         * gst-libs/gst/utils/install-plugins.c:
10325         * gst-libs/gst/utils/missing-plugins.c:
10326           Some more docs (and descriptions for two subtitle formats).
10327
10328 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10329
10330         * gst-libs/gst/audio/audio.c:
10331           Fix documentation.
10332
10333 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10334
10335         Patch by: Yves Lefebvre  <ivanohe abacom com>
10336
10337         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10338           Don't leak caps. Fixes #408278.
10339
10340 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10341
10342         * ext/cdparanoia/gstcdparanoiasrc.h:
10343         * ext/ogg/gstoggdemux.h:
10344         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10345         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10346         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10347         * gst-libs/gst/audio/audio.h:
10348         * gst-libs/gst/audio/gstaudiofilter.h:
10349         * gst-libs/gst/interfaces/videoorientation.h:
10350         * gst/adder/gstadder.h:
10351           More docs coverage and some ChangeLog surgery (add missing names)
10352
10353 2007-02-15  Wim Taymans  <wim@fluendo.com>
10354
10355         * sys/ximage/ximagesink.c:
10356         (gst_ximagesink_calculate_pixel_aspect_ratio):
10357         * sys/xvimage/xvimagesink.c:
10358         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10359         Small constifications.
10360
10361 2007-02-15  Wim Taymans  <wim@fluendo.com>
10362
10363         * gst-libs/gst/audio/gstbaseaudiosink.c:
10364         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10365         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10366         (gst_base_audio_sink_async_play),
10367         (gst_base_audio_sink_change_state):
10368         Answer latency query.
10369         Use configured latency when syncing.
10370         Fix clock slaving.
10371
10372         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10373         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10374         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10375         Fix possible memleak.
10376         Implement latency query.
10377         Small cleanups.
10378
10379 2007-02-15  Wim Taymans  <wim@fluendo.com>
10380
10381         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10382         Ignore errors in reset, these are not fatal. They also grab the element
10383         lock which is already taking when this function is called. Fixes
10384         #405451.
10385
10386 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10387
10388         * configure.ac:
10389           Remove 'tests/examples/xerror/Makefile' from output files again.
10390
10391 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10392
10393         * configure.ac:
10394         * docs/plugins/Makefile.am:
10395           Also crossref against gst-plugins-base-libs.
10396
10397 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10398
10399         * configure.ac:
10400         * docs/libs/Makefile.am:
10401         * docs/plugins/Makefile.am:
10402           Add crossreferences to glib/gobject/gstream docs.
10403
10404         * gst-libs/gst/audio/audio.h:
10405           Source formatting.
10406
10407         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10408           Add own debug category.
10409
10410 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10411
10412         Patch by: René Stadler <mail at renestadler de>
10413
10414         * gst-libs/gst/tag/gstvorbistag.c:
10415           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10416           (#403597).
10417
10418 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10419
10420         * gst/playback/gstplaybasebin.c: (setup_source):
10421           When we have external subtitles and wait for the subtitle decodebin
10422           to get up and running, we set up a (sync) bus handler for the
10423           subtitle decodebin, so we can stop waiting when it posts an error
10424           message. However, we should do that before we set the subtitle
10425           decodebin's state to playing, otherwise things are racy and we might
10426           miss error messages posted before we had a chance to set up the bus.
10427           This should finally fix totem hanging on .txt pseudo-subtitle files.
10428           
10429 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10430
10431         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10432           Use gst_gdouble_to_guint64 for conversions.
10433         * win32/common/config.h.in:
10434           Add a define for GST_INSTALL_PLUGINS_HELPER
10435         * win32/common/libgstaudio.def:
10436         * win32/common/libgstcdda.def:
10437         * win32/common/libgstnetbuffer.def:
10438         * win32/common/libgstrtp.def:
10439         * win32/common/libgutils.def:
10440           Add new exported functions.
10441         * win32/vs6/gst_plugins_base.dsw:
10442         * win32/vs6/libgstdecodebin.dsp:
10443         * win32/vs6/libgstnetbuffer.dsp:
10444         * win32/vs6/libgstplaybin.dsp:
10445         * win32/vs6/libgstrtp.dsp:
10446         * win32/vs6/libgstvorbis.dsp:
10447         * win32/vs6/libgstcdda.dsp:
10448         * win32/vs6/libgstgdp.dsp:
10449         * win32/vs6/libgstutils.dsp:
10450           Update and add new project files.
10451
10452 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10453
10454         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10455         (subrip_remove_unhandled_tags), (parse_subrip):
10456           For SubRip (.srt) subtitles, ignore all markup tags we don't
10457           handle (like font tags, for example).
10458
10459         * tests/check/elements/subparse.c:
10460           Add test for this.
10461
10462 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10463
10464         * gst/playback/gstdecodebin.c: (add_fakesink),
10465         (gst_decode_bin_change_state):
10466         * gst/playback/gstdecodebin2.c: (add_fakesink),
10467         (gst_decode_bin_change_state):
10468           Don't error out if there is no fakesink in the NULL to READY state
10469           change, since when decodebin is re-used, we're only adding the
10470           fakesink element in READY to PAUSED.
10471
10472         * tests/check/elements/decodebin.c:
10473         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10474         (decodebin_suite):
10475           Minimal unit test to make sure we can use the same decodebin
10476           instance twice (at least with audiotestsrc input).
10477
10478 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10479
10480         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10481           Try to get devic-name from device string first, and from handle only
10482           as fallback (seems to yield better results and is more robust
10483           against buggy probing code on the application side).
10484
10485 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10486
10487         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10488
10489         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10490         (gst_alsa_find_device_name):
10491         * ext/alsa/gstalsa.h:
10492         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10493         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10494           Improve device-name detection a bit, especially in the case where
10495           the device is not actually open (#405020, #405024). Move common code
10496           into gstalsa.c instead of duplicating it.
10497
10498 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10499
10500         * gst/audioconvert/gstaudioconvert.c:
10501           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10502
10503 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10504
10505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10506         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10507         (gst_xvimagesink_interface_supported),
10508         (gst_xvimagesink_probe_get_properties),
10509         (gst_xvimagesink_probe_probe_property),
10510         (gst_xvimagesink_probe_needs_probe),
10511         (gst_xvimagesink_probe_get_values),
10512         (gst_xvimagesink_property_probe_interface_init),
10513         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10514         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10515         (gst_xvimagesink_get_type):
10516         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10517         for XVAdaptors so that one can choose the adaptor to use with 
10518         gstreamer-properties.
10519
10520 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10521
10522         * gst/audioconvert/gstaudioconvert.c:
10523           Also mention that a conversion from double to float is suboptimal still.
10524
10525 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10526
10527         * gst-libs/gst/audio/gstaudiofilter.c:
10528         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10529           Clear our formats structure and free the caps contained in it when
10530           shutting down.
10531
10532 2007-02-05  Andy Wingo  <wingo@pobox.com>
10533
10534         * gst-libs/gst/audio/gstbaseaudiosink.c
10535         (gst_base_audio_sink_callback): Update basesink->offset so that we
10536         pull monotonically increasing offsets instead of, um, seeking back
10537         to 0 each time. Fixes alsasrc ! alsasink!
10538
10539 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10540
10541         * gst/videoscale/gstvideoscale.c:
10542           A width and height of 1 makes us crash, so increase minimum size to
10543           2x2 pixels until someone feels like fixing this (#404512).
10544
10545 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10546
10547         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10548           Add small test to make sure request pads are cleaned up properly
10549           even if oggmux never changes state out of NULL.
10550
10551 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10552
10553         * tests/check/libs/utils.c: (GST_START_TEST):
10554           Fix unit test. Turns out things work much better when you
10555           NULL-terminate string arrays. Should make p5 build bot happy again.
10556
10557 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10558
10559         * gst-libs/gst/audio/Makefile.am:
10560         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10561         (gst_audio_filter_template_base_init),
10562         (gst_audio_filter_template_class_init),
10563         (gst_audio_filter_template_init),
10564         (gst_audio_filter_template_set_property),
10565         (gst_audio_filter_template_get_property),
10566         (gst_audio_filter_template_setup),
10567         (gst_audio_filter_template_filter),
10568         (gst_audio_filter_template_filter_inplace), (plugin_init):
10569           Oops, forgot to commit fixed-up example.
10570
10571 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10572
10573         * docs/libs/gst-plugins-base-libs-sections.txt:
10574         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10575         (gst_audio_filter_class_init), (gst_audio_filter_init),
10576         (gst_audio_filter_set_caps),
10577         (gst_audio_filter_class_add_pad_templates):
10578         * gst-libs/gst/audio/gstaudiofilter.h:
10579           Port GstAudioFilter to 0.10. This change technically breaks
10580           API and ABI (and thus also every library developer's heart),
10581           but seems justifiable on the grounds that the base class was
10582           completely unusable before (ie. would crash immediately when
10583           actually used). Fixes #403963 (and eventually also #403572).
10584           Also document all of this a bit.
10585
10586 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10587
10588         * gst-libs/gst/utils/install-plugins.c:
10589         (gst_install_plugins_spawn_child):
10590         * tests/check/libs/utils.c:
10591         (test_base_utils_install_plugins_do_callout):
10592           Lowering log level to see why things fail on the p5 build bot;
10593           fix some typos in unit test messages.
10594
10595 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10596
10597         * tests/check/libs/utils.c:
10598         (test_base_utils_install_plugins_do_callout):
10599           Don't hard-code temp directory for test helper; use GLib functions
10600           to write out file and do error checking etc.
10601
10602 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10603
10604         * gst-libs/gst/utils/Makefile.am:
10605         * gst-libs/gst/utils/base-utils.h:
10606         * gst-libs/gst/utils/install-plugins.c:
10607         (gst_install_plugins_context_set_xid),
10608         (gst_install_plugins_context_new),
10609         (gst_install_plugins_context_free),
10610         (gst_install_plugins_get_helper),
10611         (gst_install_plugins_spawn_child),
10612         (gst_install_plugins_return_from_status),
10613         (gst_install_plugins_installer_exited),
10614         (gst_install_plugins_async), (gst_install_plugins_sync),
10615         (gst_install_plugins_return_get_name),
10616         (gst_install_plugins_installation_in_progress):
10617         * gst-libs/gst/utils/install-plugins.h:
10618           API: add API for applications to initiate installation of missing
10619           plugins, ie. gst_install_plugins_async() primarily.
10620           Based on libgimme-codec by Ryan Lortie.
10621
10622         * configure.ac:
10623           Add --with-install-plugins-helper configure option so distros can specify
10624           the path of the helper script or program to call when plugin installation
10625           is requested (distros: please do any argument munging in this helper
10626           script instead of patching GStreamer to pass arguments differently
10627           to another program directly).
10628
10629         * docs/libs/gst-plugins-base-libs-docs.sgml:
10630         * docs/libs/gst-plugins-base-libs-sections.txt:
10631           Build and document new API.
10632
10633         * tests/check/libs/utils.c: (result_cb),
10634         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10635         (libgstbaseutils_suite):
10636           Some simple checks for the new API.
10637
10638 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10639
10640         * tests/check/elements/audioconvert.c: (test_float_conversion):
10641           Add small test for 32bit float <=> 64bit float conversion (works
10642           only one way so far, 32=>64 produces structured noise).
10643
10644 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10645
10646         * gst/audioconvert/gstaudioconvert.c:
10647         (set_structure_widths_32_and_64), (make_lossless_changes):
10648           We don't support floats with a width of 40, 48 or 56 bits.
10649
10650 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10651
10652         * gst/audioconvert/audioconvert.c: (float), (double),
10653         (audio_convert_get_func_index):
10654         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10655         (make_lossless_changes):
10656           Support for 64-bit float audio in audioconvert (#339837)
10657
10658 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10659
10660         Patch by: Holger Wansing  <linux wansing-online de>
10661
10662         * po/LINGUAS:
10663         * po/de.po:
10664           Add German translation (#352069).
10665
10666 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10667
10668         reviewed by: Wim Taymans <wim@fluendo.com>
10669
10670         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10671         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10672         Use newly added GstCollectPads API to free the allocated resources in
10673         the GstOggPad structures (#402393).
10674
10675 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10676
10677         * gst/playback/gstplaybin.c: (gen_vis_element):
10678           Add audioresample+audioconvert in front of the visualisation
10679           element, so that elements like libvisual 0.4 that don't support all
10680           samplerates can work.
10681
10682           Fixes: #402505
10683
10684 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10685
10686         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10687         (gst_play_base_bin_get_streaminfo_value_array):
10688           Take some locks and make a copy of the streaminfo value array we
10689           maintain while holding the lock, so that the application can
10690           retrieve the stream-info as a value array in a thread-safe way.
10691
10692 2007-01-30  Wim Taymans  <wim@fluendo.com>
10693
10694         * gst/audioconvert/gstaudioconvert.c:
10695         Don't fail on 0 sized buffers. Fixes #396835.
10696
10697 2007-01-29  David Schleef  <ds@schleef.org>
10698
10699         * gst/typefind/gsttypefindfunctions.c:
10700           Detect BBCD as video/x-dirac, so we can play raw dirac
10701           streams.
10702
10703 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10704
10705         * ext/theora/theoraenc.c: (theora_enc_chain):
10706           Check return value of theora_encode_header(), or we might try to
10707           allocate a random number of bytes. theora_encode_header() can fail
10708           if libtheora has been compiled with encoding support disabled.
10709           Fixes #398110.
10710
10711 2007-01-29  Wim Taymans  <wim@fluendo.com>
10712
10713         * tests/check/gst/.cvsignore:
10714         Do as buildbot says.
10715
10716 2007-01-29  Wim Taymans  <wim@fluendo.com>
10717
10718         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10719         Fix strides in libvisual. Gst uses X strides.
10720         Inspired by: <ed at catmur dot co dot uk> and 
10721         <tim at centricular dot net>
10722         Fixes #401118.
10723
10724 2007-01-27  Wim Taymans  <wim@fluendo.com>
10725
10726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10727         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10728         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10729         (gst_ogg_demux_perform_seek),
10730         (gst_ogg_demux_bisect_forward_serialno),
10731         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10732         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10733         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10734         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10735         * ext/ogg/gstoggdemux.h:
10736         Properly propagate streaming errors when we are scanning the file for
10737         chains so that we don't crash when shut down. Might fix some crashers
10738         when quickly switching oggs in RB such as #332503 and #378436.
10739
10740 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10741
10742         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10743           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10744           error code as well.
10745
10746 2007-01-25  Wim Taymans  <wim@fluendo.com>
10747
10748         * gst/playback/gstplaybasebin.c: (remove_source):
10749         Don't try to disconnect a signal from a finalized object.
10750
10751 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10752
10753         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10754           Cast lock macro parameters to make sure we're actually accessing the
10755           lock member at the right class level. Free list itself in _dispose()
10756           as well and NULL it in case dispose gets called multiple times.
10757
10758 2007-01-25  Edward Hervey  <edward@fluendo.com>
10759
10760         * gst/playback/gstdecodebin2.c:
10761         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10762         Free GstDecodeGroups no longer used.
10763         (gst_decode_group_expose):
10764         Don't unlock too many times !
10765         (deactivate_free_recursive):
10766         Free iterator once we're done with it.
10767         Fix for recursively deactivating elements (stop at ghostpads).
10768
10769 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10770
10771         * gst/playback/gstplaybin.c: (handoff):
10772           Fix up caps on the frame buffer before we save it and potentially
10773           make it accessible to other threads via g_object_get; also use
10774           gst_buffer_replace() instead of gst_mini_object_replace().
10775
10776 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10777
10778         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10779           Make getting the current frame thread-safe.
10780
10781 2007-01-25  Edward Hervey  <edward@fluendo.com>
10782
10783         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10784         (gst_decode_group_new), (gst_decode_group_free):
10785         Set queues to bigger sizes to cope with HD contents.
10786         Fix some mutex freeing and add comment about MT safe methods.
10787
10788 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10789
10790         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10791         (gst_text_overlay_text_event):
10792           Don't unnecessarily ref (and then leak) upstream events if the text
10793           pad is not linked. Fixes #399948.
10794
10795         * tests/check/gst-plugins-base.supp:
10796           Add suppression for pango on edgy/x86 for textoverlay test.
10797
10798 2007-01-24  Wim Taymans  <wim@fluendo.com>
10799
10800         * gst-libs/gst/rtp/gstrtpbuffer.h:
10801         Add some more fixed payloads.
10802
10803 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10804
10805         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10806           Error out properly if we get an error from libogg while reading the
10807           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10808
10809 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10810
10811         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10812           Don't leak mutex.
10813
10814         * tests/check/elements/playbin.c:
10815         (test_sink_usage_video_only_stream),
10816         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10817         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10818         (test_missing_suburisource_handler),
10819         (test_missing_primary_decoder), (playbin_suite):
10820           Run all tests once with decodebin and once with decodebin2.
10821           One test does not pass yet with decodebin2.
10822
10823 2007-01-23  Edward Hervey  <edward@fluendo.com>
10824
10825         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10826         Fix the cases where oggmux doesn't properly figure out that all
10827         sinkpads have gone EOS, and therefore doesn't push out the remaining
10828         buffers and the final EOS event.
10829         Fixes #363379
10830
10831 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10832
10833         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10835         Don't lock on navigation event push, just on keysym to string.
10836         Fixes #397673 again.
10837
10838 2007-01-22  Edward Hervey  <edward@fluendo.com>
10839
10840         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10841         (get_current_group), (group_demuxer_event_probe),
10842         (gst_decode_group_expose), (deactivate_free_recursive),
10843         (gst_decode_group_free):
10844         Cleanups.
10845         Don't forget to emit 'no-more-pads' once a group is exposed.
10846         Cleanup elements from a DecodeGroup once we remove it.
10847         Protect call to gst_decode_group_expose() with the decodebin lock.
10848
10849 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10850
10851         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10853         Looking at Xorg code i can't figure out if that XKeysymToString
10854         function is thread sensible or not. Lock it just in case as
10855         recommended by Radek Doulik <rodo at ximian dot com>.
10856
10857 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10858
10859         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10861         Lock that X Call as well. Fixes #397673.
10862
10863 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10864
10865         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10866           Don't go into an endless loop if the file starts with 00 00 01 2X,
10867           like quicktime redirect files might. Fixes #396042.
10868
10869         * tests/check/Makefile.am:
10870         * tests/check/gst/.cvsignore:
10871         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10872         (typefindfunctions_suite):
10873           Add unit test for the above.
10874
10875 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10876
10877         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10878           On second thought, use "depth" field rather than "bpp" field.
10879
10880 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10881
10882         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10883           Camtasia caps apparently need a bpp field (#398875).
10884
10885 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10886
10887         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10888         (gen_source_element), (gst_play_base_bin_change_state):
10889           Attempt at a better error message in case we don't have the required
10890           URI handler installed; post missing-plugin message also when we're
10891           missing an URI handler for the subtitle URI; clean up properly also
10892           when an error occurs and we never made it to PAUSED state.
10893
10894         * tests/check/elements/playbin.c: (GST_START_TEST),
10895         (playbin_suite):
10896           Check that we're also getting a missing-plugin messsage for a
10897           missing subtitle URI handler (and clean up properly).
10898
10899 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10900
10901         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10902           Plug a few reference leaks.
10903
10904 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10905
10906         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10907           Lower probability a bit if the marker isn't right at the start,
10908           to decrease the chance of false positives.
10909
10910 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10911
10912         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10913           Small mpeg2 system stream typefinding improvement: make typefinder
10914           probe a bit into the stream instead of just looking for a marker
10915           at the beginning. Fixes #397810.
10916
10917 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10918
10919         * gst/audioconvert/gstchannelmix.c:
10920           Remove compatibility cruft for prehistoric GLib versions.
10921
10922 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10923
10924         * gst/playback/Makefile.am:
10925         * gst/playback/gstdecodebin.c: (close_pad_link):
10926         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10927         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10928         (gst_play_base_bin_handle_message_func), (unknown_type):
10929           Let decodebin be the element to post missing-plugin messages for
10930           missing decoders (rather than playbin); make playbin implement
10931           GstBin::handle_message so we can suppress missing-plugin messages
10932           for types we're not handling on purpose (don't want to bring up an
10933           installer in those cases).
10934
10935 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10936
10937         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10938         * gst-libs/gst/tag/gstvorbistag.c:
10939         (gst_tag_list_to_vorbiscomment_buffer):
10940         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10941           Fix potentially unaligned access (#397207).
10942
10943 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10944
10945         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10946         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10947         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10948         (main):
10949           Allow to toggle looping while it plays. Fix callback prototype. Clean
10950           up code a bit more. Add copyright header.
10951
10952 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10953
10954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10955           Red and blue mask was swapped (spotted by Dan Williams).
10956
10957 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10958
10959         * gst-libs/gst/tag/gstid3tag.c:
10960         * gst-libs/gst/tag/gstvorbistag.c:
10961           Use new beats-per-minute tag from core.
10962
10963 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10964
10965         * po/POTFILES.in:
10966           Add new files with translatable strings, so they actually make it
10967           into the template file one day.
10968
10969 2007-01-12  Andy Wingo  <wingo@pobox.com>
10970
10971         * gst-libs/gst/audio/gstbaseaudiosink.c
10972         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10973         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10974         stuff, as the base class handles this now. Actually tell the ring
10975         buffer to start.
10976         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10977         How did this work before? Maybe I'm not as awesome a programmer as
10978         I think.
10979
10980         * gst-libs/gst/audio/gstbaseaudiosrc.c
10981         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10982         of a pad function.
10983
10984 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10985
10986         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10987           Remove more fields so that the application can better blacklist
10988           formats that have been tried before.
10989
10990 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10991
10992         * gst-libs/gst/audio/mixerutils.h:
10993           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10994           used when compiling with c++ compilers as well.
10995
10996 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10997
10998         * gst/typefind/gsttypefindfunctions.c:
10999           Fix comment.
11000
11001 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11002
11003         * gst/playback/gstplaybin.c: (post_missing_element_message),
11004         (gen_video_element), (gen_text_element), (gen_audio_element),
11005         (gen_vis_element):
11006           Post missing-plugin messages also when we error out because
11007           converters, textoverlay or auto*sinks are missing (#161922).
11008
11009 2007-01-10  Wim Taymans  <wim@fluendo.com>
11010
11011         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11012         (is_demuxer_element), (new_caps):
11013         * gst/playback/gstplaybasebin.c: (source_new_pad):
11014         Fix the case where we try to ref a NULL element when we delay a link
11015         because of unfixed caps.
11016         Set the state of autoplugged decodebins to PAUSED.
11017         RTSP now works in playbin, we can remove it from the blacklist.
11018
11019 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11020
11021         * gst/playback/Makefile.am:
11022         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11023         (unknown_type), (setup_subtitle), (gen_source_element):
11024         * gst/playback/gstplaybin.c: (plugin_init):
11025           Post missing-plugin messages on the bus for missing sources and
11026           missing decoders/demuxers/depayloaders; fix error code used when
11027           we're missing an URI handler source; for media types that we are not
11028           handling on purpose at the moment, don't print "don't know how to
11029           handle xyz" messages to the terminal or post missing-plugin
11030           messages on the bus.
11031
11032         * tests/check/elements/playbin.c: (create_playbin),
11033         (GST_START_TEST), (gst_codec_src_uri_get_type),
11034         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11035         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11036         (gst_codec_src_init_type), (gst_codec_src_base_init),
11037         (gst_codec_src_create), (gst_codec_src_class_init),
11038         (gst_codec_src_init), (plugin_init), (playbin_suite):
11039           Add some tests for the missing-plugin stuff.
11040
11041 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11042
11043         * configure.ac:
11044         * gst-libs/gst/Makefile.am:
11045         * gst-libs/gst/utils/Makefile.am:
11046         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11047         * gst-libs/gst/utils/base-utils.h:
11048         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11049         (find_format_info), (caps_are_rtp_caps),
11050         (gst_base_utils_get_source_description),
11051         (gst_base_utils_get_sink_description),
11052         (gst_base_utils_get_decoder_description),
11053         (gst_base_utils_get_encoder_description),
11054         (gst_base_utils_get_element_description),
11055         (gst_base_utils_add_codec_description_to_tag_list),
11056         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11057         * gst-libs/gst/utils/descriptions.h:
11058         * gst-libs/gst/utils/missing-plugins.c:
11059         (missing_structure_get_type), (copy_and_clean_caps),
11060         (gst_missing_uri_source_message_new),
11061         (gst_missing_uri_sink_message_new),
11062         (gst_missing_element_message_new),
11063         (gst_missing_decoder_message_new),
11064         (gst_missing_encoder_message_new),
11065         (missing_structure_get_string_detail),
11066         (missing_structure_get_caps_detail),
11067         (gst_missing_plugin_message_get_installer_detail),
11068         (gst_missing_plugin_message_get_description),
11069         (gst_is_missing_plugin_message):
11070         * gst-libs/gst/utils/missing-plugins.h:
11071           API: add new libgstbaseutils library with functions
11072           - to create and parse missing-plugins messages
11073           - that provide (translated) descriptions for caps/decoders/sources/etc.
11074           Closes #392393.
11075
11076         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11077         * pkgconfig/gstreamer-plugins-base.pc.in:
11078           Add new lib.
11079
11080         * docs/libs/gst-plugins-base-libs-docs.sgml:
11081         * docs/libs/gst-plugins-base-libs-sections.txt:
11082           Generate docs for new lib and API.
11083
11084         * tests/check/Makefile.am:
11085         * tests/check/libs/.cvsignore:
11086         * tests/check/libs/utils.c: (missing_msg_check_getters),
11087         (GST_START_TEST), (libgstbaseutils_suite):
11088           Add some basic unit tests.
11089
11090 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11091
11092         * ext/ogg/Makefile.am:
11093           Dist gstoggdemux.h to fix 'make distcheck'.
11094
11095         * sys/v4l/Makefile.am:
11096           Fix 'make distcheck' even more.
11097
11098 2007-01-09  Wim Taymans  <wim@fluendo.com>
11099
11100         * docs/plugins/Makefile.am:
11101         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11102         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11103         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11104         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11105         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11106         (gst_ogg_demux_perform_seek):
11107         * ext/ogg/gstoggdemux.h:
11108         Added docs.
11109         Add some more comments.
11110         Small cleanups.
11111
11112 2007-01-09  Wim Taymans  <wim@fluendo.com>
11113
11114         * ext/theora/theoradec.c:
11115         * ext/vorbis/vorbisdec.c:
11116         * gst-libs/gst/audio/gstringbuffer.c:
11117         (gst_ring_buffer_commit_full):
11118         * gst-libs/gst/audio/gstringbuffer.h:
11119         * gst-libs/gst/rtp/gstrtpbuffer.c:
11120         * gst-libs/gst/tag/gstvorbistag.c:
11121         Small documentation updates/fixes
11122
11123 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11124
11125         * configure.ac:
11126           Require core CVS HEAD for Andy's basesrc/sink API additions.
11127
11128 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11129
11130         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11131
11132         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11133         (plugin_init):
11134           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11135           on flac.sf.net (there appear to be other versions of the first
11136           ogg page in the wild) (#391365).
11137
11138 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11139
11140         * configure.ac:
11141           Check if localtime_r() is available.
11142
11143         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11144           If localtime_r() is not available, fall back to localtime(). Should
11145           fix build on MingW (#393310).
11146
11147 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11148
11149         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11150         * gst/subparse/gstsubparse.h:
11151           Remove spurious 1000 subtrahend when calculating the timestamp from
11152           the frame number and the frame rate . Also, use the frames/second
11153           value specified in the first line of the file, if one is specified
11154           there. Should fix #357503.
11155
11156         * tests/check/elements/subparse.c: (do_test),
11157         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11158         (subparse_suite):
11159           Add some basic unit tests for the microdvd subtitle format.
11160
11161 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11162
11163         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11164
11165         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11166         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11167         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11168         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11169         (gst_xvimagesink_set_xwindow_id),
11170         (gst_xvimagesink_set_event_handling),
11171         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11172         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11173         Fixes: #390076.
11174         Add an adaptor property to select a specific XV adaptor.
11175         * sys/xvimage/xvimagesink.h:
11176
11177 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11178
11179         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11180         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11181         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11182         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11183         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11184         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11185         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11186         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11187         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11188         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11189         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11190         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11191         Use flow_lock much more to protect every access to xwindow.
11192         Try to catch erros while creating images in case some drivers are
11193         just generating an XError when the requested image is too big.
11194         Should fix : #354698, #384008, #384060.
11195         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11196         Implement some stress testing of setting window xid.
11197
11198 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11199
11200         * win32/common/libgsaudio.def:
11201           Add new exported function.
11202         * win32/common/libgstogg.dsp:
11203           Add gstoggaviparse.c to the build.
11204         * win32/common/libgstvideoscale.dsp:
11205           Add vs_4tap.c to the build.
11206         * win32/common/libgstvorbis.dsp:
11207           Add vorbistag.c to the build.
11208         
11209 2007-01-06  Andy Wingo  <wingo@pobox.com>
11210
11211         * gst-libs/gst/audio/gstbaseaudiosink.c
11212         (gst_base_audio_sink_class_init)
11213         (gst_base_audio_sink_init): 
11214         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11215         to baseaudiosink, and tell basesink that we can work in pull mode.
11216         This way the ring buffer thread drives the pipeline directly, if
11217         pull mode is possible. There is some lingering nastiness regarding
11218         capsnego, however.
11219         (gst_base_audio_sink_callback): Implement the callback to pull
11220         data. This interface is a bit light, though -- it should get a
11221         GstFlowReturn return value at least.
11222
11223 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11224
11225         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11226         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11227         * gst/playback/gstdecodebin2.c:
11228         (gst_decode_group_check_if_blocked):
11229           Printf format and missing argument fixes.
11230
11231 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11232
11233         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11234         (gst_ogm_parse_change_state):
11235         Activate pads before adding them to the element.
11236
11237 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11238
11239         * tests/examples/seek/scrubby.c: (main):
11240         * tests/examples/seek/seek.c: (main):
11241           Call g_thread_init() first thing in main() (see #391278).
11242
11243 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11244
11245         * tests/check/Makefile.am:
11246         * tests/check/libs/.cvsignore:
11247         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11248         (netbuffer_suite):
11249           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11250           for the time being, since it's broken, see #393099.
11251
11252 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11253
11254         * tests/check/Makefile.am:
11255           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11256
11257 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11258
11259         * configure.ac:
11260           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11261           so that GST_BASE_CFLAGS can go inbetween them, making sure
11262           we use uninstalled gst-libs headers
11263         * docs/libs/Makefile.am:
11264         * ext/alsa/Makefile.am:
11265         * ext/cdparanoia/Makefile.am:
11266         * ext/gnomevfs/Makefile.am:
11267         * ext/libvisual/Makefile.am:
11268         * ext/ogg/Makefile.am:
11269         * ext/theora/Makefile.am:
11270         * ext/vorbis/Makefile.am:
11271         * gst-libs/gst/audio/Makefile.am:
11272         * gst-libs/gst/cdda/Makefile.am:
11273         * gst-libs/gst/interfaces/Makefile.am:
11274         * gst-libs/gst/riff/Makefile.am:
11275         * gst-libs/gst/rtp/Makefile.am:
11276         * gst-libs/gst/tag/Makefile.am:
11277         * gst/adder/Makefile.am:
11278         * gst/audioconvert/Makefile.am:
11279         * gst/audiorate/Makefile.am:
11280         * gst/audioresample/Makefile.am:
11281         * gst/playback/Makefile.am:
11282         * gst/tcp/Makefile.am:
11283         * gst/videoscale/Makefile.am:
11284         * gst/volume/Makefile.am:
11285         * sys/ximage/Makefile.am:
11286         * sys/xvimage/Makefile.am:
11287         * tests/icles/Makefile.am:
11288           adapt
11289
11290 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11291
11292         * gst-libs/gst/interfaces/xoverlay.c:
11293         (gst_x_overlay_handle_events):
11294         * gst-libs/gst/interfaces/xoverlay.h:
11295         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11296         (gst_ximagesink_set_xwindow_id),
11297         (gst_ximagesink_set_event_handling),
11298         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11299         (gst_ximagesink_get_property), (gst_ximagesink_init),
11300         (gst_ximagesink_class_init):
11301         * sys/ximage/ximagesink.h:
11302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11303         (gst_xvimagesink_set_xwindow_id),
11304         (gst_xvimagesink_set_event_handling),
11305         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11306         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11307         (gst_xvimagesink_class_init):
11308         * sys/xvimage/xvimagesink.h:
11309         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11310         Add a method to the XOverlay interface to allow disabling of 
11311         event handling in x[v]imagesink elements. This will let X events
11312         propagate to parent windows which can be usefull in some cases.
11313         Be carefull that the application is then responsible of pushing
11314         navigation events and expose events to the video sink.
11315         Fixes: #387138.
11316
11317 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11318
11319         * gst-libs/gst/tag/gstvorbistag.c:
11320         * tests/check/libs/tag.c: (GST_START_TEST):
11321           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11322           (fixes #392070).
11323
11324 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11325
11326         * configure.ac:
11327         * docs/Makefile.am:
11328         * docs/design/Makefile.am:
11329           Dist design docs.
11330
11331 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11332
11333         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11334         typo. Fixes: #390063.
11335
11336 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11337
11338         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11340         caps leak.
11341         * win32/common/config.h: Updated.
11342
11343 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11344
11345         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11346         (setup_gdpdepay_streamheader):
11347         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11348         (setup_gdppay_streamheader):
11349           Fix the dp tests, but activating the pads for the streamheader tests
11350           too and cleaning up conditionaly
11351
11352 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11353
11354         * gst/ffmpegcolorspace/avcodec.h:
11355         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11356         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11357         (gst_ffmpegcsp_avpicture_fill):
11358         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11359         (img_get_alpha_info):
11360         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11361         other end of the word. Fixes: #387073.
11362
11363         Add some inconsequential branch hints in a couple of places.
11364
11365 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11366
11367         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11368         (gst_ffmpeg_caps_to_smpfmt):
11369           The "signed" field in raw audio caps is of boolean type, trying to
11370           extract the value with _get_int() will fail (fix to keep in sync with
11371           the copy in gst-ffmpeg)
11372
11373 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11374
11375         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11376         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11377         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11378         (cleanup_gdpdepay):
11379         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11380         * tests/check/elements/subparse.c: (teardown_subparse):
11381         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11382         * tests/check/elements/videorate.c: (cleanup_videorate):
11383         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11384         * tests/check/elements/volume.c: (cleanup_volume):
11385         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11386         (cleanup_vorbisdec):
11387         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11388         (cleanup_vorbistag):
11389           consistent pad (de)activation
11390
11391 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11392
11393         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11394           Forgot to register the extensions.
11395
11396 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11397
11398         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11399         (plugin_init):
11400           Add typefinder for VIVO files (my christmas present to the 90s).
11401
11402 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11403
11404         * gst/playback/gstdecodebin.c: (type_found):
11405           Special-case the text/plain media type: we only want to recognise it
11406           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11407           parser, but not if the entire stream is of text/plain type. If the
11408           entire stream is text/plain, we should just error out.
11409
11410           This fixes playback of audio files with lyrics in totem. Totem can't
11411           distinguish between text files and subtitle files and passes any
11412           .txt file with the same basename as the main file to playbin as
11413           suburi, and playbin will then throw a 'subtitle found, but no video
11414           stream' error, which isn't entirely helpful. See #380342.
11415
11416           Also, with this change we'll show a slightly more correct error
11417           message in case totem passes a playlist file to us (although a
11418           custom error message wording instead of the default text would
11419           probably not be a bad idea either).
11420
11421           Same problem also needs to be fixed for playbin+decodebin2.
11422
11423         * tests/check/Makefile.am:
11424         * tests/check/elements/decodebin.c: (src_handoff_cb),
11425         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11426         (decodebin_suite):
11427           Add simple unit test for decodebin for the above.
11428
11429 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11430
11431         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11432         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11433           Refuse to change state to READY when we failed to create any of the
11434           required elements in our instance init function.
11435
11436 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11437
11438         * docs/libs/gst-plugins-base-libs-sections.txt:
11439           Small docs fixes/updates.
11440
11441         * gst-libs/gst/video/gstvideosink.h:
11442           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11443           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11444           removed from the base sink API between 0.9.6 and 0.9.7).
11445           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11446           accessor macros, so we don't do a runtime GObject type check every
11447           time we use them.
11448
11449 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11450
11451         * Makefile.am:
11452         * gst-plugins-base.doap:
11453         * gst-plugins-base.spec.in:
11454           add doap file
11455
11456 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11457
11458         Patch by: Jens Granseuer <jensgr at gmx net>
11459
11460         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11461         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11462         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11463         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11464         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11465           Declare variables at the beginning of a block. Fixes #383195.
11466
11467 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11468
11469         * configure.ac:
11470         Bump version nano - back to CVS.
11471
11472
11473 === release 0.10.11 ===
11474
11475 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11476
11477         * configure.ac:
11478           releasing 0.10.11, "Dumb things"
11479
11480 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11481
11482         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11483         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11484         Handle the case where an element has multiple pads with 
11485         unfixed caps as well as still possibly producing more dynamic 
11486         pads by storing each case as a distinct entry in the dynamic list.
11487         Fixes #38223 again.
11488
11489 2006-12-04  Wim Taymans  <wim@fluendo.com>
11490
11491         * gst/playback/gstdecodebin.c: (close_pad_link):
11492         Fix #382223, add more dynamic caps handling.
11493
11494 2006-12-04  Wim Taymans  <wim@fluendo.com>
11495
11496         * gst-libs/gst/audio/gstringbuffer.h:
11497         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11498         (gst_netaddress_set_ip4_interface),
11499         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11500         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11501         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11502         (gst_netaddress_get_ttl):
11503         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11504         * gst/playback/gstdecodebin.c: (close_pad_link):
11505         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11506         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11507         * win32/common/config.h:
11508
11509 2006-12-01  Michael Smith  <msmith@fluendo.com>
11510
11511         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11512           Delete bad debug code.
11513           Fixes #381219
11514
11515 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11516
11517         * gst/videoscale/vs_4tap.c:
11518         * win32/MANIFEST:
11519         * win32/common/config.h:
11520         * win32/vs8/libgstvideoscale.vcproj:
11521         Fix compilation on win32 under VS8
11522         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11523         Partially fixes #381175
11524
11525 2006-11-30  Michael Smith  <msmith@fluendo.com>
11526
11527         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11528         (GST_START_TEST):
11529           It would be very bad if, after a discont buffer, we thought every
11530           single following buffer was also discont. So, add to the test to
11531           ensure that this isn't the case.
11532           
11533         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11534           ... it was the case. So fix it.
11535
11536 2006-11-28  Wim Taymans  <wim@fluendo.com>
11537
11538         * gst/playback/gstplaybasebin.c: (check_queue_event):
11539         Improve debug.
11540
11541         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11542         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11543         padtemplate caps. Refixes #357577.
11544
11545 2006-11-28  Wim Taymans  <wim@fluendo.com>
11546
11547         * gst/playback/gstplaybasebin.c: (check_queue_event),
11548         (queue_threshold_reached), (queue_out_of_data),
11549         (gen_preroll_element):
11550         Add event probe to see when EOS is in a queue and we can disable the
11551         underrun signals. Fixes #357577.
11552
11553 2006-11-28  Edward Hervey  <edward@fluendo.com>
11554
11555         * gst/playback/Makefile.am:
11556         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11557         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11558         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11559         (gst_decode_bin_init), (gst_decode_bin_dispose),
11560         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11561         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11562         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11563         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11564         (connect_element), (expose_pad), (type_found),
11565         (pad_added_group_cb), (pad_removed_group_cb),
11566         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11567         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11568         (are_raw_caps), (multi_queue_overrun_cb),
11569         (multi_queue_underrun_cb), (gst_decode_group_new),
11570         (get_current_group), (group_demuxer_event_probe),
11571         (gst_decode_group_control_demuxer_pad),
11572         (gst_decode_group_control_source_pad),
11573         (gst_decode_group_check_if_blocked),
11574         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11575         (gst_decode_group_hide), (gst_decode_group_free),
11576         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11577         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11578         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11579         (plugin_init):
11580         New decodebin2 element.
11581         Closes #370092
11582         * gst/playback/gstplay-marshal.list:
11583         Added marshallers for new signals in decodebin2
11584         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11585         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11586         is set.
11587
11588 2006-11-28  Wim Taymans  <wim@fluendo.com>
11589
11590         * gst/playback/gstplaybasebin.c: (setup_source),
11591         (gst_play_base_bin_change_state):
11592         Disable rtsp:// uris for the release, it's not good enough yet.
11593         Remove unused var.
11594
11595 2006-11-26  Wim Taymans  <wim@fluendo.com>
11596
11597         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11598         (theora_dec_push_forward), (theora_dec_push_reverse),
11599         (theora_handle_data_packet), (theora_dec_decode_buffer),
11600         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11601         (theora_dec_chain_forward), (theora_dec_chain):
11602         Implement reverse playback.
11603
11604         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11605         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11606         (vorbis_dec_chain_forward):
11607         Clear buffers used for reverse playback in _reset.
11608         No need to set the eos flag, we clip samples using the segment.
11609
11610 2006-11-24  Wim Taymans  <wim@fluendo.com>
11611
11612         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11613         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11614         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11615         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11616         Some cleanups.
11617         Handle continued pages in reverse mode.
11618
11619 2006-11-24  Wim Taymans  <wim@fluendo.com>
11620
11621         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11622         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11623         (vorbis_dec_flush_decode):
11624         Small cleanups.
11625         Don't try to add invalid timestamps.
11626         Clipping will unref the buffer.
11627
11628 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11629
11630         * gst/adder/gstadder.h:
11631         * gst/audiotestsrc/gstaudiotestsrc.h:
11632           remove obsolete _factory_init protos
11633
11634 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11635
11636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11637           Fix spacing in debug message.
11638
11639 2006-11-23  Wim Taymans  <wim@fluendo.com>
11640
11641         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11642         (gst_ogg_demux_chain):
11643         Don't just ignore return values from _pad_push().
11644         Small debug improvements.
11645
11646 2006-11-23  Michael Smith  <msmith@fluendo.com>
11647
11648         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11649           If our incoming buffer is marked as DISCONT, then increment the page
11650           number (so that the discontinuity is marked in the final ogg
11651           bitstream) and flush the previous page.
11652
11653 2006-11-22  Michael Smith  <msmith@fluendo.com>
11654
11655         * ext/theora/gsttheoraenc.h:
11656         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11657         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11658         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11659         (theora_enc_chain), (theora_enc_change_state):
11660           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11661
11662         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11663         (GST_START_TEST), (theoraenc_suite):
11664           Enable discontinuity test, fix it.
11665
11666 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11667
11668         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11669         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11670         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11671         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11672         (gst_text_overlay_change_state):
11673         * ext/pango/gsttextoverlay.h:
11674           Some textoverlay fixes: for one, in the video chain function,
11675           actually wait for a text buffer to come in if there is none at the
11676           moment and there should be one; also, deal more gracefully with
11677           incoming buffers that do not have a timestamp or duration; discard
11678           text buffer when not needed any longer. Fixes #341681.
11679
11680         * tests/check/Makefile.am:
11681         * tests/check/elements/.cvsignore:
11682         * tests/check/elements/textoverlay.c:
11683         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11684         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11685         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11686         (test_video_waits_for_text_send_text_newsegment_thread),
11687         (test_video_waits_for_text_shutdown_element),
11688         (test_render_continuity_push_video_buffers_thread),
11689         (textoverlay_suite):
11690           Add some unit tests for textoverlay.
11691
11692 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11693
11694         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11695           Avoid integer underflow when the found probability for mp3 is
11696           smaller than the 'penalty' we subtract if there's not a clean
11697           mp3 header sync at offset 0.
11698
11699 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11700
11701         * docs/libs/gst-plugins-base-libs-sections.txt:
11702           Add some new symbols to the docs
11703
11704 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11705
11706         * tests/check/Makefile.am:
11707         * tests/check/elements/ffmpegcolorspace.c:
11708         (ffmpegcolorspace_suite):
11709           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11710           (for now not for valgrinding though, since it takes too long).
11711
11712 2006-11-20  Wim Taymans  <wim@fluendo.com>
11713
11714         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11715         (gst_ffmpeg_pixfmt_to_caps):
11716         Fix RGBA32 caps. Fixes #357038.
11717
11718 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11719
11720         * gst-libs/gst/interfaces/mixertrack.h:
11721           Add FIXME so we can add some padding here in 0.11
11722
11723 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11724
11725         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11726           Fix GstBaseRTPAudioPayload structure so the whole GObject
11727           inheritance business actually works (parent class instance structure
11728           must always come first in the derived class instance structure).
11729
11730 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11731
11732         * gst/videotestsrc/Makefile.am:
11733         * tests/check/Makefile.am:
11734           Make sure our checks and the videotestsrc plugin link against the
11735           local uninstalled gst libs and not any installed gst libs that
11736           might happen to exist as well.
11737
11738         * tests/check/elements/adder.c: (message_received),
11739         (test_event_message_received), (test_play_twice_message_received):
11740         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11741           Fix compiler warnings when compiling against core with disabled
11742           debugging system.
11743
11744 2006-11-16  Michael Smith  <msmith@fluendo.com>
11745
11746         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11747         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11748           Fix audiorate, so that it accurately sets offsets and timestamps.
11749           Doesn't change the fundamental algorithmic decisions; so should be
11750           safe.
11751
11752         * tests/check/Makefile.am:
11753           Enable audiorate test now that it passes.
11754
11755 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11756
11757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11758           clear xv when going to NULL, remove // commented non-existant proto
11759
11760         * tests/examples/seek/seek.c: (main):
11761           add missing tooltip description for scrub and play_scrub
11762
11763 2006-11-14  David Schleef  <ds@schleef.org>
11764
11765         * configure.ac:
11766           Bump liboil requirement to 0.3.8.
11767         * gst-libs/gst/riff/riff-media.c:
11768           Add Dirac fourcc.
11769         * gst/videoscale/vs_image.h:
11770         * gst/videoscale/vs_scanline.h:
11771           Use liboil's stdint.h.
11772         * gst/videotestsrc/videotestsrc.c:
11773           Remove liboil related ifdef's, since they aren't needed now, and
11774           won't work with future versions.
11775
11776 2006-11-14  David Schleef  <ds@schleef.org>
11777
11778         * gst/videoscale/Makefile.am:
11779         * gst/videoscale/gstvideoscale.c:
11780         * gst/videoscale/gstvideoscale.h:
11781         * gst/videoscale/vs_4tap.c:
11782         * gst/videoscale/vs_4tap.h:
11783         * gst/videoscale/vs_image.c:
11784         * gst/videoscale/vs_image.h:
11785         * gst/videoscale/vs_scanline.c:
11786         * gst/videoscale/vs_scanline.h:
11787           Add a 4-tap image scaler.  Theoretically looks much prettier.
11788           The tap calculation could use some improvement.
11789
11790 2006-11-14  Wim Taymans  <wim@fluendo.com>
11791
11792         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11793
11794         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11795         (gst_riff_parse_strf_iavs):
11796         * gst/subparse/gstsubparse.c: (convert_encoding):
11797         * gst/tcp/gstmultifdsink.c:
11798         (gst_multi_fd_sink_handle_client_write):
11799         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11800         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11801         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11802         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11803         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11804         (gst_ximagesink_ximage_new):
11805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11806         Various gsize and gssize printf fixes. Fixes #372507.
11807
11808 2006-11-13  Wim Taymans  <wim@fluendo.com>
11809
11810         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11811         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11812         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11813         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11814         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11815         * ext/vorbis/vorbisdec.h:
11816         First stab at vorbis reverse playback.
11817
11818 2006-11-13  Wim Taymans  <wim@fluendo.com>
11819
11820         * gst-libs/gst/audio/gstbaseaudiosink.c:
11821         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11822         * gst-libs/gst/audio/gstbaseaudiosink.h:
11823         Make the clock sync code more accurate wrt resampling and playback
11824         at different rates.
11825         
11826         * gst-libs/gst/audio/gstringbuffer.c:
11827         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11828         * gst-libs/gst/audio/gstringbuffer.h:
11829         Use better algorithm to interpolate sample rates. 
11830
11831 2006-11-13  Michael Smith  <msmith@fluendo.com>
11832
11833         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11834           Improve a debug line slightly.
11835
11836         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11837           Call gst_riff_init() in plugin_init, to avoid getting errors from
11838           the debug system (unrelated changes to another plugin made this turn
11839           up; not sure why).
11840
11841 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11842
11843         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11844
11845         * win32/common/libgsttag.def:
11846           Add missing symbol (#366492).
11847
11848 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11849
11850         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11851           Don't unref a NULL pad.
11852
11853 2006-11-09  Wim Taymans  <wim@fluendo.com>
11854
11855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11856         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11857         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11858         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11859         (gst_ogg_demux_loop):
11860         Implement first stab at reverse playback.
11861
11862 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11863
11864         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11865         (gst_riff_create_video_template_caps):
11866           add h263/h264 variants to the caps, Fixes #363118
11867
11868 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11869
11870         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11871         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11872           Use g_strerror instead of strerror so we get UTF-8.
11873
11874 2006-11-03  David Schleef  <ds@schleef.org>
11875
11876         * ext/ogg/gstoggdemux.c:
11877         * ext/ogg/gstoggmux.c:
11878           Add/remove KW-DIRAC header here, since it is ogg-specific.
11879
11880 2006-11-03  Michael Smith  <msmith@fluendo.com>
11881
11882         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11883           Recognise more mpeg4 elementary video streams.
11884
11885 2006-11-02  Edward Hervey  <edward@fluendo.com>
11886
11887         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11888         Lower the probability of mp3 typefinding functions if we don't find a
11889         valid mp3 header at the start of the file.
11890         Closes #369482
11891
11892 2006-11-02  Wim Taymans  <wim@fluendo.com>
11893
11894         * ext/theora/gsttheoradec.h:
11895         * ext/theora/theoradec.c: (gst_theora_dec_init),
11896         (theora_dec_sink_event), (theora_dec_chain_forward),
11897         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11898         (theora_dec_chain):
11899         Document and partially implement an algorithm for doing reverse playback
11900         of theora video.
11901
11902 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11903
11904         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11905
11906         * win32/common/config.h:
11907         * win32/common/interfaces-enumtypes.c:
11908         * win32/common/libgsttag.def:
11909         * win32/vs8/gst-plugins-base.sln:
11910         * win32/vs8/libgstaudioresample.vcproj:
11911         * win32/vs8/libgstinterfaces.vcproj:
11912         * win32/vs8/libgstogg.vcproj:
11913         * win32/vs8/libgstriff.vcproj:
11914         * win32/vs8/libgsttag.vcproj:
11915         * win32/vs8/libgsttheora.vcproj:
11916         * win32/vs8/libgstvideoscale.vcproj:
11917         * win32/vs8/libgstvorbis.vcproj:
11918           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11919           to libgsttag.def; add missing dependencies for some vs8 projects;
11920           re-arrange placement of .def files in vs8 projects (#366334).
11921
11922 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11923
11924         * ext/ogg/gstogg.c:
11925           Remove unused variable.
11926
11927         * ext/ogg/gstoggdemux.c:
11928           Fix Wim's surname in plugin description.
11929
11930 2006-10-31  Wim Taymans  <wim@fluendo.com>
11931
11932         * gst-plugins-base.spec.in:
11933         spec new .h file. Fixes #368310.
11934
11935 2006-10-31  Michael Smith  <msmith@fluendo.com>
11936
11937         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11938         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11939         (gst_multi_fd_sink_get_stats),
11940         (gst_multi_fd_sink_remove_client_link),
11941         (gst_multi_fd_sink_queue_buffer),
11942         (gst_multi_fd_sink_handle_clients):
11943         * gst/tcp/gstmultifdsink.h:
11944           Make using the remove or clear signals threadsafe.
11945           Make calling get-stats with an invalid fd not segfault.
11946           Fixes 368273.
11947
11948 2006-10-31  Wim Taymans  <wim@fluendo.com>
11949
11950         * gst-libs/gst/rtp/Makefile.am:
11951         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11952         (gst_base_rtp_audio_payload_init):
11953         Fix and activate base audio payloader.
11954
11955 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11956
11957         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11958         (plugin_init):
11959           Add typefinder for QuickTime Image Files (see #366156).
11960
11961 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11962
11963         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11964           Another typo fix (#366212).
11965
11966 2006-10-27  Wim Taymans  <wim@fluendo.com>
11967
11968         * gst/volume/gstvolume.c: (volume_transform_ip):
11969         Use stream time to synchronize volume property instead of rather random
11970         timestamps. This is needed when gnonlin does its time shifting.
11971
11972 2006-10-27  Wim Taymans  <wim@fluendo.com>
11973
11974         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11975
11976         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11977         Remove the pad from the element in release_pad. Fixes #364812.
11978
11979 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11980
11981         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11983           Explicitly create our custom buffer classes at a thread-safe
11984           location as well, since g_type_class_ref() doesn't seem to be
11985           entirely thread-safe either (#365501; also see #349410).
11986
11987 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11988
11989         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11990         (gst_riff_parse_info):
11991           If strings in INFO chunk are not UTF-8, do something similar to
11992           what we do for ID3v1 tags: check a number of environment variables
11993           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11994           character sets to try, otherwise try the current locale and/or fall
11995           back on ISO-8859-1. Fixes #360552.
11996
11997 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11998
11999         * gst/videotestsrc/gstvideotestsrc.c:
12000         (gst_video_test_src_pattern_get_type),
12001         (gst_video_test_src_set_pattern):
12002         * gst/videotestsrc/gstvideotestsrc.h:
12003         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12004         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12005         (gst_video_test_src_checkers8):
12006         * gst/videotestsrc/videotestsrc.h:
12007           Add a bunch of exciting new checkers patterns.
12008
12009 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12010
12011         * gst/subparse/Makefile.am:
12012         * gst/subparse/gstsubparse.c:
12013         (gst_sub_parse_data_format_autodetect),
12014         (gst_sub_parse_format_autodetect), (handle_buffer),
12015         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12016         * gst/subparse/gstsubparse.h:
12017         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12018         (parse_tmplayer):
12019         * gst/subparse/tmplayerparse.h:
12020           Add support for TMPlayer-type subtitles (#362845).
12021
12022         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12023         (GST_START_TEST), (subparse_suite):
12024           Add some basic unit tests for the above.
12025
12026 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12027
12028         * tests/check/elements/audiorate.c: (test_injector_base_init),
12029         (test_injector_class_init), (test_injector_chain),
12030         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12031         (GST_START_TEST), (audiorate_suite):
12032           More tests for audiorate: inject buffers to check behaviour when
12033           buffers overlap.
12034
12035 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12036
12037         * tests/check/Makefile.am:
12038         * tests/check/elements/.cvsignore:
12039         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12040         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12041           Add some basic unit tests for audiorate. Disabled at the moment
12042           since it doesn't pass yet (see bug #363119).
12043
12044 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12045
12046         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12047         (parse_subrip), (handle_buffer):
12048           Add missing closing tags for markup and fix broken markup,
12049           otherwise pango won't render anything (fixes #357531). Also,
12050           make sure the text we send out is always NUL-terminated
12051           (better safe than sorry etc.).
12052
12053         * tests/check/elements/subparse.c: (test_srt_do_test),
12054         (test_srt):
12055           Some more tests for .srt incl. tests for the above stuff.
12056
12057 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12058
12059         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12061         Patch by: Stefan Kost  <ensonic@users.sf.net>
12062         Try to redraw borders only when needed. Apparently this consumes
12063         resources on small devices... :-O (#363607)
12064
12065 2006-10-20  Michael Smith  <msmith@fluendo.com>
12066
12067         * gst/tcp/gstmultifdsink.c:
12068         (gst_multi_fd_sink_client_queue_buffer):
12069           If caps change, then update the client's idea of the caps so that we
12070           don't end up re-sending streamheaders for every single buffer after
12071           the caps change.
12072
12073 2006-10-20  Michael Smith  <msmith@fluendo.com>
12074
12075         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12076         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12077           Set caps on pushed buffers; fix up refcounting of caps objects.
12078
12079 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12080
12081         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12082         (plugin_init):
12083           Typefind mmsh header data packet to application/x-mmsh (#362625).
12084
12085 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12086
12087         * tests/check/Makefile.am:
12088         * tests/check/elements/.cvsignore:
12089         * tests/check/elements/subparse.c: (buffer_from_static_string),
12090         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12091         (GST_START_TEST), (subparse_suite):
12092           Add very simple unit test for subparse.
12093
12094 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12095
12096         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12097         (parse_subrip):
12098           Strip trailing newlines from subtitle text output.
12099
12100 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12101
12102         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12103         (gst_sub_parse_change_state):
12104           Fix memleak; clear subparse->textbuf n state change function.
12105
12106 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12107
12108         * gst/subparse/gstsubparse.c:
12109         (gst_sub_parse_data_format_autodetect):
12110           Don't require subrip (.srt) files to start with a chunk number of 1.
12111
12112 2006-10-18  Wim Taymans  <wim@fluendo.com>
12113
12114         * gst-libs/gst/audio/gstbaseaudiosink.c:
12115         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12116         * gst-libs/gst/audio/gstbaseaudiosink.h:
12117         Extract rate from the NEWSEGMENT event.
12118         Use commit_full to also take rate adjustment into account when writing
12119         samples to the ringbuffer.
12120         
12121         * gst-libs/gst/audio/gstringbuffer.c:
12122         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12123         (gst_ring_buffer_read):
12124         * gst-libs/gst/audio/gstringbuffer.h:
12125         Added _commit_full() to also take rate into account.
12126         Use simple interpolation algorithm to resample audio.
12127         API: gst_ring_buffer_commit_full()
12128
12129         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12130         * tests/examples/seek/seek.c: (segment_done):
12131         Don't try to seek with 0.0 rate, just pause instead.
12132         Remove bogus debug line.
12133
12134 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12135
12136         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12137         (setup_source):
12138           Catch async errors when starting up the subtitle bin, so we can
12139           stop waiting and continue with the main film instead of hanging
12140           forever. Fixes #339366.
12141
12142         * tests/check/elements/playbin.c: (playbin_suite):
12143           Enable unit test for the above.
12144
12145 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12146
12147         * tests/check/Makefile.am:
12148         * tests/check/elements/.cvsignore:
12149         * tests/check/elements/playbin.c: (GST_START_TEST),
12150         (gst_red_video_src_uri_get_type),
12151         (gst_red_video_src_uri_get_protocols),
12152         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12153         (gst_red_video_src_uri_handler_init),
12154         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12155         (gst_red_video_src_create), (gst_red_video_src_class_init),
12156         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12157           Some small and basic unit tests for playbin; not very useful yet,
12158           but at least a start.
12159
12160 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12161
12162         * gst/playback/gstplaybin.c: (setup_sinks):
12163           The old pad activation spiel.
12164
12165 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12166
12167         * gst/playback/gstplaybasebin.c: (setup_source):
12168           Don't hang forever if the subbin already fails to start up in 
12169           the state change to PAUSED (#339366).
12170
12171 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12172
12173         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12174         (gst_tuner_set_channel), (gst_tuner_get_channel),
12175         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12176         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12177         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12178         (gst_tuner_find_channel_by_name):
12179           Fix some function guards, add some more function guards.
12180
12181 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12182
12183         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12184         (remove_element_chain):
12185         Don't return a pad from get_our_ghost_pad unless it is actually the
12186         one we want.
12187         Change a cast in remove_element_chain slightly.
12188
12189 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12190
12191         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12192         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12193         Segment seeking needs to use the rate and set stop to -1.
12194
12195 2006-10-13  Wim Taymans  <wim@fluendo.com>
12196
12197         * gst-libs/gst/audio/gstbaseaudiosink.c:
12198         (gst_base_audio_sink_setcaps):
12199         Don't crash when ringbuffer is not yet created.
12200         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12201         Fixes #361634.
12202
12203         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12204         * gst/playback/gststreamselector.c:
12205         (gst_stream_selector_request_new_pad):
12206         Activate pads befre adding them to running elements.
12207
12208 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12209
12210         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12211         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12212         updater when we start grabing the slider. Don't wait for the
12213         pipeline to be PAUSED.
12214
12215 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12216
12217         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12218         (gst_mixer_set_volume), (gst_mixer_get_volume),
12219         (gst_mixer_set_mute), (gst_mixer_set_option),
12220         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12221         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12222         (gst_mixer_option_changed):
12223           Guard mixer interface functions against bogus arguments.
12224
12225 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12226
12227         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12228         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12229         (msg_state_changed), (main): Use state-changed messages to trigger
12230         start/stop of scale update timer. Indeed the scale slider was
12231         jumping here and there because the update timer was activated 
12232         before seek completed. This fixes instant applying of rate changes
12233         by pressing the spinbutton like a crazy man !
12234
12235 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12236
12237         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12238
12239         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12240         (gst_basertppayload_finalize):
12241           Fix two small memory leaks (#361456).
12242
12243 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12244
12245         * tests/examples/seek/seek.c: (do_seek),
12246         (rate_spinbutton_changed_cb): When changing spinbutton we try
12247         to change the rate on the fly.
12248
12249 2006-10-10  Wim Taymans  <wim@fluendo.com>
12250
12251         * gst-libs/gst/riff/riff-ids.h:
12252         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12253         (gst_riff_create_audio_template_caps):
12254         Add WMS caps.
12255
12256 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12257
12258         Patch by: Josep Torra Valles <josep@fluendo.com>
12259
12260         * ext/gnomevfs/gstgnomevfssink.c:
12261         * ext/gnomevfs/gstgnomevfssrc.c:
12262         Fix URI interface implementation return type.
12263         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12264         Fix what looks like a copy/paste issue when assigning values.
12265         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12266         (gst_audio_filter_template_get_type):
12267         Cast to prevent Forte warnings.
12268         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12269         Fix URI interface implementation return type.
12270         gst_pad_query_position requires a signed integer pointer as
12271         3rd parameter, GstClockTime is unsigned.
12272         * gst/audioconvert/audioconvert.c:
12273         Fix integer overflow when treated as signed.
12274         * gst/audioresample/resample.c: (resample_add_input_data):
12275         Cast to prevent warnings on Forte.
12276         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12277         Fix integer overflow when treated as signed.
12278         * gst/ffmpegcolorspace/imgconvert_template.h:
12279         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12280         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12281         (cleanup_decodebin):
12282         Who initialises a guint to -1!
12283         Cast function pointers to prevent warnings on Forte.
12284         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12285         (queue_threshold_reached):
12286         Cast function pointers correctly to prevent warnings on Forte.
12287         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12288         Cast function pointers correctly to prevent warnings on Forte.
12289         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12290         Obvious change to unsigned, 0xEF > max signed char.
12291         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12292         GstClockTime is unsigned, initialise correctly.
12293         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12294         Cast so pointer arithemetic doesn't cause warnings on Forte.
12295         * gst/videorate/gstvideorate.c:
12296         Use correct return value.
12297         * tests/examples/seek/scrubby.c:
12298         GstClockTime is unsigned, initialise correctly.
12299
12300 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12301
12302         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12303
12304         * gst/typefind/gsttypefindfunctions.c:
12305           Recognise XML files and XML-like files shorter than 256 bytes as
12306           well (fixes #359237).
12307
12308 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12309
12310         Patch by: Renato Filho <renato.filho@indt.org.br>
12311         
12312         * gst/typefind/gsttypefindfunctions.c:
12313         Added typefind functions to video/x-nuv media.
12314         
12315 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12316
12317         * gst-libs/gst/interfaces/xoverlay.c:
12318         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12319           Some more guards against invalid input.
12320
12321 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12322
12323         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12324         Useless goto.
12325         * tests/examples/seek/seek.c: (do_seek),
12326         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12327         seek example to experiment with rates != 1.0 (reverse playback !)
12328
12329 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12330
12331         * gst-libs/gst/interfaces/xoverlay.c:
12332           Unref message in doc-example (spotted by Robert McQueen)
12333
12334 2006-10-06  Wim Taymans  <wim@fluendo.com>
12335
12336         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12337         (mpeg1_parse_header), (mpeg1_sys_type_find):
12338         printf fix.
12339
12340 2006-10-06  Wim Taymans  <wim@fluendo.com>
12341
12342         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12343         (close_pad_link):
12344         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12345         Activate dynamic pads before adding them to the element.
12346
12347 2006-10-06  Michael Smith  <msmith@fluendo.com>
12348
12349         * gst-libs/gst/floatcast/floatcast.h:
12350           Fix obviously-bogus macros; use the correct types.
12351
12352 2006-10-06  Wim Taymans  <wim@fluendo.com>
12353
12354         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12355         (gst_base_rtp_depayload_change_state):
12356         Also call parent state change function to activate pads.
12357
12358         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12359         (mpeg1_parse_header), (mpeg1_sys_type_find):
12360         Add some more debug info in mpeg typefinding.
12361
12362 2006-10-06  Michael Smith  <msmith@fluendo.com>
12363
12364         * ext/theora/theoradec.c: (theora_dec_chain):
12365           Zero byte theora packets are valid and well-defined; don't warn on
12366           them.
12367
12368 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12369
12370         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12371         (gst_multi_fd_sink_get_stats), (find_limits),
12372         (gst_multi_fd_sink_queue_buffer):
12373           API: add dropped_buffers to the get-stats GValueArray
12374
12375 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12376
12377         * ext/alsa/gstalsadeviceprobe.c:
12378         (gst_alsa_device_property_probe_get_values):
12379         * ext/alsa/gstalsasink.c: (set_hwparams):
12380         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12381         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12382         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12383         (gst_ogg_mux_process_best_pad):
12384         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12385         (gst_ogg_parse_chain):
12386         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12387         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12388         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12389         (gst_vorbis_enc_buffer_check_discontinuous):
12390         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12391         * gst-libs/gst/audio/gstbaseaudiosink.c:
12392         (gst_base_audio_sink_render):
12393         * gst-libs/gst/cdda/gstcddabasesrc.c:
12394         (gst_cdda_base_src_handle_track_seek):
12395         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12396         (gst_base_rtp_depayload_push_full):
12397         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12398         * gst/audioresample/resample.c: (resample_input_pushthrough):
12399         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12400         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12401         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12402         (wavpack_type_find):
12403         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12404         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12405         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12406         * tests/check/elements/volume.c: (GST_START_TEST):
12407           Printf format fixes.
12408
12409 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12410
12411         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12412           Fix a simple mistake (see the docs)
12413           Fixes #359580
12414
12415 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12416
12417         * docs/plugins/Makefile.am:
12418         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12419         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12420         * docs/plugins/gst-plugins-base-plugins.args:
12421         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12422         * docs/plugins/inspect/plugin-adder.xml:
12423         * docs/plugins/inspect/plugin-alsa.xml:
12424         * docs/plugins/inspect/plugin-audioconvert.xml:
12425         * docs/plugins/inspect/plugin-audiorate.xml:
12426         * docs/plugins/inspect/plugin-audioresample.xml:
12427         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12428         * docs/plugins/inspect/plugin-cdparanoia.xml:
12429         * docs/plugins/inspect/plugin-decodebin.xml:
12430         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12431         * docs/plugins/inspect/plugin-gdp.xml:
12432         * docs/plugins/inspect/plugin-gnomevfs.xml:
12433         * docs/plugins/inspect/plugin-libvisual.xml:
12434         * docs/plugins/inspect/plugin-ogg.xml:
12435         * docs/plugins/inspect/plugin-pango.xml:
12436         * docs/plugins/inspect/plugin-playbin.xml:
12437         * docs/plugins/inspect/plugin-subparse.xml:
12438         * docs/plugins/inspect/plugin-tcp.xml:
12439         * docs/plugins/inspect/plugin-theora.xml:
12440         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12441         * docs/plugins/inspect/plugin-video4linux.xml:
12442         * docs/plugins/inspect/plugin-videorate.xml:
12443         * docs/plugins/inspect/plugin-videoscale.xml:
12444         * docs/plugins/inspect/plugin-videotestsrc.xml:
12445         * docs/plugins/inspect/plugin-volume.xml:
12446         * docs/plugins/inspect/plugin-vorbis.xml:
12447         * docs/plugins/inspect/plugin-ximagesink.xml:
12448         * docs/plugins/inspect/plugin-xvimagesink.xml:
12449           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12450
12451 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12452
12453         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12454
12455         * ext/vorbis/Makefile.am:
12456         * ext/vorbis/vorbis.c: (plugin_init):
12457         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12458         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12459         * ext/vorbis/vorbisparse.h:
12460         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12461         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12462         (gst_vorbis_tag_parse_packet):
12463         * ext/vorbis/vorbistag.h:
12464           Add new vorbistag element which derives from vorbisparse
12465           and is essentially the same as well, only that it implements
12466           the GstTagSetter interface and can modify the stream's
12467           vorbiscomment on the fly (#335635).
12468
12469         * tests/check/Makefile.am:
12470         * tests/check/elements/.cvsignore:
12471         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12472         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12473         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12474         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12475           Add unit test for new vorbistag element.
12476
12477 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12478
12479         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12480         (vorbis_parse_push_headers), (vorbis_parse_chain):
12481           Set BOS flag in packet structure to fix 'jump depends
12482           on unitialized value' errors in valgrind; various minor
12483           clean-ups.
12484
12485 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12486
12487         * gst/playback/gstdecodebin.c: (close_pad_link):
12488         Fix typo in a debug statement.
12489
12490         * gst/playback/gstplaybasebin.c: (probe_triggered),
12491         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12492         (gen_source_element), (source_new_pad), (analyse_source),
12493         (setup_source):
12494         When handling no_more_pads in new_decoded_pad, make sure to treat
12495         subtitle pads correctly. Fixes playback with subtitle files.
12496
12497         Move a recurring message to LOG level.
12498
12499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12500         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12501         which ends up as -1 when cast to an int. Make the logic handle the
12502         max value as an unsigned mask and only change the colorkey when it's
12503         a value we recognise.
12504
12505 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12506
12507         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12508         Removed empty * between paragraphs
12509
12510 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12511
12512         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12513         * gst-libs/gst/rtp/README:
12514         Moved some documentation into .c file
12515
12516 2006-09-29  Wim Taymans  <wim@fluendo.com>
12517
12518         * gst/playback/gstdecodebin.c: (no_more_pads):
12519         Fix compilation.
12520
12521 2006-09-29  Wim Taymans  <wim@fluendo.com>
12522
12523         * gst/playback/gstdecodebin.c: (new_caps):
12524         Remove g_print
12525
12526         * gst/playback/gstplaybin.c:
12527         Add some docs.
12528
12529 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12530
12531         * tests/check/Makefile.am:
12532           Re-enable cddabasesrc test to see if it works again
12533           now.
12534
12535 2006-09-29  Wim Taymans  <wim@fluendo.com>
12536
12537         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12538         (gen_source_element):
12539         Handle invalid URIs a bit more gracefully.
12540
12541 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12542
12543         * tests/check/pipelines/oggmux.c:
12544           Remove obsolete comment.
12545
12546 2006-09-29  Michael Smith  <msmith@fluendo.com>
12547
12548         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12549         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12550         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12551         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12552         (gst_ogg_mux_collected):
12553           Commit patch from James "Doc" Livingston, adds proper EOS handling
12554           in oggmux. GStreamer can, for the first time ever, create a valid
12555           Ogg file! Yay!
12556
12557         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12558         (oggmux_suite):
12559           Reenable tests now that they pass.
12560
12561 2006-09-29  Wim Taymans  <wim@fluendo.com>
12562
12563         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12564         Stop reading commands when EOF (we read 0) as well.
12565
12566 2006-09-28  Wim Taymans  <wim@fluendo.com>
12567
12568         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12569         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12570         (find_dynamic), (unlinked), (close_link):
12571         Implement delayed caps linking needed for element with a lot of
12572         different caps on the src pads that get fixed at runtime.
12573         Improve management of dynamic elements.
12574
12575         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12576         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12577         (gen_preroll_element), (remove_groups), (unknown_type),
12578         (add_element_stream), (no_more_pads_full), (no_more_pads),
12579         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12580         (new_decoded_pad), (setup_subtitle), (array_has_value),
12581         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12582         (analyse_source), (remove_decoders), (make_decoder),
12583         (remove_source), (setup_source), (finish_source), (prepare_output),
12584         (gst_play_base_bin_change_state):
12585         * gst/playback/gstplaybasebin.h:
12586         Use more _CAST instead of full type checking casts.
12587         Small cleanups, plug some leaks.
12588         Handle dynamic sources.
12589         Add some helper functions to create lists of strings used for
12590         blacklisting and other stuff.
12591         Refactor some code dealing with analysing the source.
12592         Re-enable sources without pads (like cd:// or other selfcontained
12593         elements).
12594
12595 2006-09-28  Wim Taymans  <wim@fluendo.com>
12596
12597         * gst-libs/gst/audio/gstbaseaudiosink.c:
12598         (gst_base_audio_sink_render):
12599         When we have a timestamp, we can still perform clipping.
12600         When we have no clock, we must play the sample ASAP.
12601
12602 2006-09-28  Wim Taymans  <wim@fluendo.com>
12603
12604         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12605         Set caps on outgoing buffers.
12606
12607         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12608         (gst_video_rate_event), (gst_video_rate_chain):
12609         * gst/videorate/gstvideorate.h:
12610         Fix videorate some more. Fixes #357977
12611
12612 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12613
12614         * tests/check/elements/adder.c: (adder_suite):
12615           Don't set timeout to 6 seconds when we're running
12616           in valgrind ... (and how is 6 seconds longer than
12617           the default anyway?)
12618
12619 2006-09-28  Wim Taymans  <wim@fluendo.com>
12620
12621         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12622         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12623         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12624         Keep sink and src segment to keep track of time and support more
12625         input formats.
12626         Fix bogus next_offset and run_time calculation, don't understand how
12627         this could have worked before. Fixes #357976.
12628         Remove some unneeded vars.
12629
12630 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12631
12632         * gst/playback/gstplaybin.c: (remove_sinks):
12633           Only remove visualisation from visbin if there is a visbin (or:
12634           don't throw warnings when closing totem without playing a file).
12635
12636 2006-09-27  Wim Taymans  <wim@fluendo.com>
12637
12638         * gst-libs/gst/audio/gstbaseaudiosink.c:
12639         (gst_base_audio_sink_render):
12640         Add some more info in a WARNING.
12641
12642         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12643         (gst_base_audio_src_create):
12644         Handle PAUSE in create function, use new -core addition to
12645         wait for playing. Fixes pausing and resuming capture from an
12646         audiosrc.
12647
12648         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12649         (gst_ring_buffer_read):
12650         Constify some more.
12651         Caller supports interrupted reads now.
12652
12653 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12654
12655         * tests/check/Makefile.am:
12656           Another attempt to make the gen64 buildbot happy.
12657
12658 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12659
12660         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12661
12662         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12663         (gst_visual_chain), (gst_visual_change_state):
12664           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12665           correctly. Fixes #357800
12666
12667 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12668
12669         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12670           Add timeout to _get_state() so we see which pipeline it is
12671           that causes trouble on the gen64 build bot.
12672
12673 2006-09-27  Wim Taymans  <wim@fluendo.com>
12674
12675         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12676         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12677         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12678         (gst_base_rtp_depayload_set_gst_timestamp):
12679         the source pad always uses fixed caps.
12680
12681 2006-09-27  Wim Taymans  <wim@fluendo.com>
12682
12683         * docs/libs/gst-plugins-base-libs-docs.sgml:
12684         * docs/libs/gst-plugins-base-libs-sections.txt:
12685         * gst-libs/gst/audio/gstaudioclock.c:
12686         * gst-libs/gst/audio/gstaudioclock.h:
12687         * gst-libs/gst/audio/gstaudiosink.c:
12688         * gst-libs/gst/audio/gstaudiosink.h:
12689         * gst-libs/gst/audio/gstaudiosrc.c:
12690         * gst-libs/gst/audio/gstbaseaudiosink.c:
12691         (gst_base_audio_sink_render):
12692         * gst-libs/gst/audio/gstbaseaudiosink.h:
12693         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12694         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12695         * gst-libs/gst/audio/gstringbuffer.h:
12696         Added docs for the audio libs.
12697
12698 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12699
12700         * tests/check/Makefile.am:
12701           Temporarily disable test that fails on the bots for unknown reasons.
12702
12703 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12704
12705         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12706         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12707         Moved AudioCodecType into priv
12708         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12709
12710 2006-09-25  Wim Taymans  <wim@fluendo.com>
12711
12712         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12713         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12714         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12715         (new_pad):
12716         Cleanups and small leak fixes.
12717         Added Depayloaders to valid list of autopluggable elements.
12718
12719 2006-09-25  Wim Taymans  <wim@fluendo.com>
12720
12721         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12722         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12723         (gen_video_element), (gen_text_element), (gen_audio_element),
12724         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12725         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12726         Detect NO_PREROLL state change returns and disable clock distribution to
12727         the sinks so that sync is disabled.
12728         Avoid some type checking and do simple casts instead.
12729         Small cleanups, fix some FIXMEs.
12730         Be more robust when linking user specified elements, catch an report
12731         errors. Fixes #357404.
12732         Fix some leaks in the error paths.
12733
12734 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12735
12736         * ChangeLog:
12737           ChangeLog surgery for missing bug-number
12738
12739 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12740
12741         Patch by: Peter Kjellerstedt  <pkj at axis com>
12742
12743         * gst/playback/test.c:
12744           Fix compilation with uClibc and -Werror (#357591).
12745
12746 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12747
12748         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12749           Parse dates that are followed by a time as well (#357532).
12750
12751         * tests/check/libs/tag.c: (test_vorbis_tags):
12752           Add unit test for this.
12753
12754 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12755
12756         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12757         (gst_audio_convert_transform_caps):
12758         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12759         * gst/videotestsrc/videotestsrc.h:
12760           A few array const-ifications.
12761
12762 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12763
12764         * tests/check/Makefile.am:
12765           See if this makes the build bots happy.
12766
12767         * tests/check/libs/cddabasesrc.c:
12768           UTF8-ise my name.
12769
12770 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12771
12772         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12773
12774         * gst/subparse/samiparse.c: (handle_start_font),
12775         (fix_invalid_entities):
12776           More case-insensitivity for certain tags; recognise entities with
12777           decimal codes as special entities as well (#357330).
12778
12779 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12780
12781         * gst-libs/gst/Makefile.am:
12782           Need to build tag directory before cdda.
12783
12784 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12785
12786         * docs/libs/gst-plugins-base-libs-sections.txt:
12787         * gst-libs/gst/cdda/Makefile.am:
12788         * gst-libs/gst/cdda/gstcddabasesrc.c:
12789         (gst_cdda_base_src_base_init):
12790         * gst-libs/gst/cdda/gstcddabasesrc.h:
12791         * gst-libs/gst/tag/tag.h:
12792         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12793         (gst_tag_register_musicbrainz_tags):
12794           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12795           depend on libgsttag. This is required so we can extract/read tags like
12796           DISCID without depending on libgstcddabasesrc (which used to register
12797           them).
12798
12799         * gst-libs/gst/tag/gstvorbistag.c:
12800           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12801           tags (also see #347848).
12802
12803         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12804           Log vorbis comments we are actually writing. Const-ify array.
12805
12806 2006-09-23  Wim Taymans  <wim@fluendo.com>
12807
12808         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12809         Improve buffering a bit by avoiding a deadlock because we cannot assume
12810         the underrun is always called.
12811
12812 2006-09-23  Wim Taymans  <wim@fluendo.com>
12813
12814         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12815
12816         * gst-libs/gst/riff/riff-ids.h:
12817         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12818         (gst_riff_create_audio_template_caps):
12819         Added MPEG-4 AAC and id and caps. Fixes #357289
12820         Added WMA9 Lossless id.
12821
12822 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12823
12824         * ext/gnomevfs/gstgnomevfssrc.c:
12825           Fix misleading docs addition.
12826
12827         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12828           Get rid of compiler warning the right way.
12829
12830 2006-09-22  Wim Taymans  <wim@fluendo.com>
12831
12832         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12833         (gst_base_rtp_depayload_finalize),
12834         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12835         (gst_base_rtp_depayload_push_full),
12836         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12837         (gst_base_rtp_depayload_process),
12838         (gst_base_rtp_depayload_set_gst_timestamp),
12839         (gst_base_rtp_depayload_queue_release):
12840         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12841         Small cleanups.
12842         Fix some leaks.
12843         Refactored the process method and added methods to push from the process
12844         vmethod.
12845         Use _scale functions.
12846         API: gst_base_rtp_depayload_push_ts
12847         API: gst_base_rtp_depayload_push
12848
12849         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12850         timestamps are uint.
12851
12852 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12853
12854         * gst-libs/gst/interfaces/xoverlay.c:
12855           Remove unused statement from doc example.
12856
12857 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12858
12859         * gst-libs/gst/interfaces/videoorientation.c:
12860         (gst_video_orientation_iface_init),
12861         (gst_video_orientation_get_hflip),
12862         (gst_video_orientation_get_vflip),
12863         (gst_video_orientation_get_hcenter),
12864         (gst_video_orientation_get_vcenter),
12865         (gst_video_orientation_set_hflip),
12866         (gst_video_orientation_set_vflip),
12867         (gst_video_orientation_set_hcenter),
12868         (gst_video_orientation_set_vcenter):
12869           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12870           in ChangeLog)
12871
12872 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12873
12874         * tests/check/Makefile.am:
12875         * tests/check/elements/.cvsignore:
12876         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12877         (create_rgb_conversions), (rgb_conversion_free),
12878         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12879         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12880           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12881           but disable for now since it doesn't pass (something wrong with
12882           RGBA somewhere).
12883
12884 2006-09-21  Wim Taymans  <wim@fluendo.com>
12885
12886         * gst/playback/gstplaybasebin.c: (group_commit),
12887         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12888         (queue_out_of_data), (gen_preroll_element),
12889         (preroll_remove_overrun), (probe_triggered):
12890         Refactor handling of overrun detection.
12891         Separate handling of group completion and deadlock detection when doing
12892         network buffering. This should fix some deadlocks that were not detected
12893         because the group was completed.
12894         Add more comments, improve debugging.
12895
12896 2006-09-21  Wim Taymans  <wim@fluendo.com>
12897
12898         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12899         * tests/check/libs/audio.c:
12900         Some more compilation fixes.
12901
12902 2006-09-21  Wim Taymans  <wim@fluendo.com>
12903
12904         * gst-libs/gst/audio/gstringbuffer.c:
12905         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12906         (gst_ring_buffer_read):
12907         Early morning compilation fix.
12908
12909 2006-09-20  Wim Taymans  <wim@fluendo.com>
12910
12911         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12912         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12913         * tests/check/elements/videorate.c: (GST_START_TEST):
12914         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12915         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12916         Fix some warnings.
12917
12918 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12919
12920         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12921         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12922         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12923           Handcrafted merge to help CVS understanding what I changed and what
12924           not.
12925
12926 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12927
12928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12929         (gst_xvimagesink_get_times):
12930           change colorkey behaviour back according to #354773 comment 6/7
12931
12932 2006-09-19  Michael Smith  <msmith@fluendo.com>
12933
12934         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12935         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12936         (gst_multi_fd_sink_recover_client),
12937         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12938         (gst_multi_fd_sink_get_property):
12939         * gst/tcp/gstmultifdsink.h:
12940           Implement stubbed out properties unit-type, units-soft-max,
12941           units-max, to allow specifying maximum sizes in units other than
12942           buffers.
12943           Fixes #355935
12944
12945 2006-09-19  Wim Taymans  <wim@fluendo.com>
12946
12947         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12948         (gst_riff_create_audio_template_caps):
12949         Reorder the audio formats a bit for clarity.
12950         Detect and create caps for MSGSM and MSN (WAV49).
12951         Fixes #356596.
12952
12953         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12954         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12955         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12956         Small cleanups, move error handling out of normal flow for clarity.
12957
12958 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12959
12960         * docs/libs/gst-plugins-base-libs-docs.sgml:
12961         * docs/libs/gst-plugins-base-libs.types:
12962         * gst-libs/gst/interfaces/Makefile.am:
12963         * gst-libs/gst/interfaces/videoorientation.c:
12964         (gst_video_orientation_get_type),
12965         (gst_video_orientation_iface_init),
12966         (gst_video_orientation_get_hflip),
12967         (gst_video_orientation_get_vflip),
12968         (gst_video_orientation_get_hcenter),
12969         (gst_video_orientation_get_vcenter),
12970         (gst_video_orientation_set_hflip),
12971         (gst_video_orientation_set_vflip),
12972         (gst_video_orientation_set_hcenter),
12973         (gst_video_orientation_set_vcenter):
12974         * gst-libs/gst/interfaces/videoorientation.h:
12975           API: Add new interface to control video orientation (fixes #354908)
12976
12977 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12978
12979         * gst/videotestsrc/gstvideotestsrc.c:
12980           Use G_UNLIKELY in _create and log one more detail.
12981           
12982         (gst_video_test_src_get_times), (gst_video_test_src_create):
12983         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12984           Use gst_util_uint64_scale_int in _get_times().
12985
12986 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12987
12988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12989           Give better warning message (add object and detail).
12990
12991 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12992
12993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12994         (gst_xvimagesink_get_times):
12995           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12996           #354773), use gst_util_uint64_scale_int in _get_times()
12997
12998 2006-09-18  Michael Smith  <msmith@fluendo.com>
12999
13000         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13001           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13002           always true, leading to dropping all timestamps.
13003
13004 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13005
13006         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13007         (gst_visual_chain), (gst_visual_change_state):
13008           update to work also with libvisual 0.4 API, fix double unref (#355914)
13009           
13010         * tools/gst-launch-ext.1.in:
13011         * tools/gst-visualise.1.in:
13012           remove references to old man-pages
13013
13014         * tests/examples/seek/seek.c: (main):
13015           add real meadi-buttons, add tool-tips for the seek-options, arrange
13016           seek options in a table
13017
13018 2006-09-18  Michael Smith  <msmith@fluendo.com>
13019
13020         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13021         (gst_ogg_mux_push_buffer):
13022           Don't generate out-of-order timestamps from oggmux, instead clamp
13023           output timestamps to be >= the previously output ts.
13024           Fixes #355595
13025
13026 2006-09-18  Michael Smith  <msmith@fluendo.com>
13027
13028         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13029         (gst_multi_fd_sink_class_init):
13030           Updates, fixes, and typo corrections for multifdsink. No functional
13031           changes.
13032
13033 2006-09-17  Michael Smith  <msmith@fluendo.com>
13034
13035         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13036           Don't crash on truncated files - check that we got an 8 byte buffer
13037           before trying to memcmp it.
13038
13039 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13040
13041         * gst/playback/gstplaybasebin.c: (get_active_source):
13042           Make stream-switching appear instant to the application
13043           (ie. make sure that a g_object_get on 'current-foo' returns
13044           the stream previously set with g_object_set(). Totem needs
13045           this to update stream-related meta-info (like audio-codec)
13046           correctly when switching streams.
13047
13048 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13049
13050         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13051         (gst_alsa_mixer_ensure_track_list):
13052           Try harder to guess which mixer track is the master mixer
13053           track (instead of just taking the first one that has a pvolume).
13054           Fixes #342228.
13055
13056 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13057
13058         reviewed by: <delete if not using a buddy>
13059
13060         * gst-libs/gst/audio/audio.h:
13061         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13062
13063 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13064
13065         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13066         (gst_audio_convert_transform_caps):
13067           Get structure-name just once.
13068
13069 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13070
13071         * tests/check/elements/audioresample.c: (GST_START_TEST):
13072         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13073         * tests/check/elements/volume.c: (GST_START_TEST):
13074         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13075         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13076         (test_pipeline), (GST_START_TEST):
13077         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13078         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13079           Fix big batch of compiler warnings.
13080
13081 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13082
13083         * ext/gnomevfs/gstgnomevfssrc.c:
13084           Add docs about icydemux usage in connection with gnomevfssrc
13085
13086         * ext/libvisual/visual.c:
13087         * ext/ogg/gstoggaviparse.c:
13088         * ext/ogg/gstoggdemux.c:
13089         * ext/ogg/gstoggmux.c:
13090         * ext/ogg/gstoggparse.c:
13091         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13092         * gst-libs/gst/audio/gstaudiosink.c:
13093         * gst-libs/gst/audio/gstaudiosrc.c:
13094         * gst/audiorate/gstaudiorate.c:
13095           More G_OBJECT macro fixing.
13096
13097         * gst/audiotestsrc/gstaudiotestsrc.h:
13098           Fix wrong info in header due to copy & paste
13099
13100 2006-09-15  Wim Taymans  <wim@fluendo.com>
13101
13102         * gst-libs/gst/audio/gstbaseaudiosink.c:
13103         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13104         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13105         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13106         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13107         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13108         Do the delay calculation in the source/sink base classes as this is
13109         specific for the capture/playback mode.
13110         Try to fixate a bit better, like round depth up to a multiple of 8
13111         bigger than width.
13112         Handle underruns correctly by marking DISCONT on buffers and adjusting
13113         timestamps to handle the gap.
13114         Set offset/offset_end correctly on buffers.
13115
13116         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13117         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13118         (gst_ring_buffer_read):
13119         Remove resync and underrun recovery from the ringbuffer.
13120         Fix ringbuffer read code on under/overrun.
13121
13122 2006-09-15  Wim Taymans  <wim@fluendo.com>
13123
13124         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13125         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13126         (queue_threshold_reached), (gst_play_base_bin_set_property),
13127         (gst_play_base_bin_get_property):
13128         * gst/playback/gstplaybasebin.h:
13129         Don't use a 0 low watermark when buffering, it is catching starvation
13130         way too late. Instead, use a 3 second queue with 30 and 95
13131         percent low/high watermarks. 
13132         Added queue-min-threshold property to configure low watermark.
13133         Use new _buffering message API.
13134         Make queue_threshold variable big enough to store a uint64 time value.
13135         API: playbin::queue-min-threshold property.
13136
13137 2006-09-15  Wim Taymans  <wim@fluendo.com>
13138
13139         * configure.ac:
13140         We require 0.10.10.1 now because of _wait_preroll().
13141
13142         * gst-libs/gst/audio/gstbaseaudiosink.c:
13143         (gst_base_audio_sink_render):
13144         Use gst_base_sink_wait_preroll().
13145
13146 2006-09-15  Wim Taymans  <wim@fluendo.com>
13147
13148         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13149         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13150         Use DEBUG_OBJECT more.
13151
13152 === release 0.10.10 ===
13153
13154 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13155
13156         patch by: Michael Smith <msmith at fluendo dot com>
13157
13158         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13159         (gst_multi_fd_sink_client_queue_buffer),
13160         (gst_multi_fd_sink_new_client):
13161         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13162         (multifdsink_suite):
13163           Fix implementation of sync-method 'next-keyframe'
13164           Closes #354594
13165
13166 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13167
13168         patch by: Wim Taymans <wim at fluendo dot com>
13169
13170         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13171         This patch removes the RANDOM flag that was incorrectly introduced with
13172         revision 1.91.  Fixes #354590
13173
13174 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13175
13176         * tests/check/Makefile.am:
13177           Random variation in Makefile line to see if it makes the
13178           gen64-base-full bot any happier.
13179
13180 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13181
13182         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13183           Disable test that fails at the moment (killed after timeout).
13184
13185 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13186
13187         Patch by: James Livingston  <doclivingston at gmail.com>
13188
13189         * tests/check/Makefile.am:
13190         * tests/check/pipelines/.cvsignore:
13191         * tests/check/pipelines/oggmux.c: (get_page_codec),
13192         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13193         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13194         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13195         (test_theora_vorbis), (oggmux_suite):
13196           Add simple unit test for oggmux from #337026 with checking for the
13197           EOS flags disabled for the time being.
13198
13199 2006-09-04  Wim Taymans  <wim@fluendo.com>
13200
13201         patch by: Alessandro Dessina <alessandro nnva org>
13202
13203         * ext/ogg/gstoggmux.c:
13204         Add cmml caps to oggmux. Fixes #353912
13205
13206 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13207
13208         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13209           Returning a return value often helps. In this case, we
13210           don't need the return value anyway, so just get rid of it.
13211           Should make build bots much happier.
13212
13213 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13214
13215         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13216         (paint_get_structure), (gst_video_test_src_get_size),
13217         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13218         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13219         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13220         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13221         * gst/videotestsrc/videotestsrc.h:
13222           Add support for AYUV and the various RGBA formats. Initialise
13223           fields of paintinfo structs allocated on the stack.
13224
13225         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13226         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13227         (check_rgb_buf), (videotestsrc_suite):
13228           Add unit tests for videotestsrc's RGB output.
13229
13230 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13231
13232         * gst/videotestsrc/gstvideotestsrc.c:
13233         (gst_video_test_src_pattern_get_type),
13234         (gst_video_test_src_set_pattern):
13235         * gst/videotestsrc/gstvideotestsrc.h:
13236         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13237         (gst_video_test_src_black), (gst_video_test_src_white),
13238         (gst_video_test_src_red), (gst_video_test_src_green),
13239         (gst_video_test_src_blue):
13240         * gst/videotestsrc/videotestsrc.h:
13241           Add more uni-colour patterns ("white", "red", "green", and "blue").
13242
13243 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13244
13245         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13246           Fix stride for YVYU, should be word-aligned (#353658).
13247
13248 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13249
13250         * gst/adder/gstadder.c: (gst_adder_src_event):
13251           Fix build.
13252
13253 2006-08-31  Edward Hervey  <edward@fluendo.com>
13254
13255         * gst/adder/gstadder.c: (forward_event_func),
13256         (gst_adder_src_event), (gst_adder_collected),
13257         (gst_adder_change_state):
13258         * gst/adder/gstadder.h:
13259         Remember the start position asked in the incoming seeks, so we can
13260         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13261         of assuming it will always be 0).
13262
13263 2006-08-31  Edward Hervey  <edward@fluendo.com>
13264
13265         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13266         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13267         (gst_ogg_demux_loop):
13268         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13269
13270 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13271
13272         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13273         (gst_ffmpegcsp_get_unit_size):
13274           Return FALSE instead of returning a random false unit
13275           size when the format isn't known/supported (even if
13276           this shouldn't happen under normal circumstances).
13277
13278 2006-08-29  Wim Taymans  <wim@fluendo.com>
13279
13280         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13281
13282         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13283         (gst_gnome_vfs_src_start):
13284         Try harder to get the size from a uri by using _info_uri() when
13285         _info_from_handle() does not give us enough info. 
13286         Also follow symlinks when getting the size.
13287         Partially Fixes #332864.
13288
13289 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13290
13291         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13292
13293         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13294         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13295         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13296         (gst_alsa_mixer_set_record):
13297         * ext/alsa/gstalsamixertrack.c:
13298         (gst_alsa_mixer_track_update_alsa_capabilities),
13299         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13300         (gst_alsa_mixer_track_update):
13301         * ext/alsa/gstalsamixertrack.h:
13302           Improve and fix mixer track handling, in particular better handling
13303           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13304           separate track objects for tracks that have both capture and playback
13305           volume (and label them differently as well so they're not mistakenly
13306           assumed to be duplicates); classify mixer tracks that only affect
13307           the audible volume of something (rather than the capture volume)
13308           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13309           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13310           (following the meaning documented in the mixer interface header
13311           file); add support for alsa's exclusive cswitch groups; update/sync
13312           state/flags better if mixer settings are changed by another
13313           application. Fixes #336075.
13314
13315 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13316
13317         * gst/playback/gstplaybin.c:
13318           Improve docs: add section about BUFFERING messages sent by playbin.
13319
13320 2006-08-29  Michael Smith  <msmith@fluendo.com>
13321
13322         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13323         (gst_vorbis_enc_buffer_check_discontinuous),
13324         (gst_vorbis_enc_chain):
13325           Ignore explicit DISCONT marked on buffers (which is often spurious,
13326           particularly when using multiple segments), in favour of solely
13327           using the timestamps/durations.
13328
13329 2006-08-29  Edward Hervey  <edward@fluendo.com>
13330
13331         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13332         Don't rely on incoming buffers offset anymore, since it is completely
13333         broken when using multiple segments.
13334         Instead convert the incoming buffers timestamp to running time, and
13335         then convert that value to the offsets.
13336         Also inform GstSegment of the last outputted stop position, which is
13337         needed if we received several segments with an unknown stop value.
13338
13339 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13340
13341         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13342           fix buffer unreffing on a header push failure
13343
13344 2006-08-28  Wim Taymans  <wim@fluendo.com>
13345
13346         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13347         (gst_audio_rate_chain):
13348         Make the metadata of the buffer writable before changing its
13349         flags.
13350
13351 2006-08-28  Wim Taymans  <wim@fluendo.com>
13352
13353         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13354         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13355         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13356         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13357         Fix audiorate some more.
13358         Reset and resync counters on flush and READY.
13359         Handle the DISCONT flag correctly.
13360         Use GstSegment to track position.
13361         Fail when not negotiated.
13362         Fixes #353234.
13363
13364 2006-08-25  Michael Smith  <msmith@fluendo.com>
13365
13366         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13367           Fix spelling.
13368           Remove accidently included debug line.
13369
13370 2006-08-25  Wim Taymans  <wim@fluendo.com>
13371
13372         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13373         Small cleanups.
13374         If a buffer is received with no caps, make the buffer metadata
13375         writable and set the caps, making sure that we don't screw up the
13376         refcounts.
13377
13378 2006-08-25  Michael Smith  <msmith@fluendo.com>
13379
13380         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13381         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13382           Fix memory leaks and misleading debug messages, add a couple of
13383           comments.
13384
13385         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13386         (gst_multi_fd_sink_render):
13387           Do not use gst_buffer_make_writable() in a basesink render method,
13388           as it may incorrectly unref the buffer. Instead, use convoluted
13389           dance to avoid copying the buffer except when we need to.
13390
13391 2006-08-25  Michael Smith  <msmith@fluendo.com>
13392
13393         * ext/vorbis/vorbisenc.c:
13394         (gst_vorbis_enc_buffer_check_discontinuous):
13395           Allow very small discontinuities in the timestamps. These we can't
13396           do anything useful with anyway (because vorbis's timestamps have
13397           only sample granularity), and are commonly produced by elements with
13398           minor bugs. Allow up to 1/2 a sample out.
13399           Fixes #351742.
13400
13401 2006-08-24  Wim Taymans  <wim@fluendo.com>
13402
13403         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13404         (play_scrub_toggle_cb), (main):
13405         Add a checkbox to enable play scrubbing. Makes it possible to disable
13406         normal scrubbing.
13407
13408 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13409
13410         * tests/check/elements/.cvsignore:
13411           make buildbot happy
13412
13413 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13414
13415         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13416         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13417         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13418         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13419         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13420         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13421         (gst_ogm_text_parse_strip_trailing_zeroes),
13422         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13423         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13424           Refactor ogm parse, do better input checking, misc. clean-ups.
13425           Cache incoming events and push them once the source pad has
13426           been created. Don't pass unterminated strings to sscanf().
13427           Strip trailing zeroes from subtitle text output, since they
13428           are not valid UTF-8. Don't push vorbiscomment packets on
13429           the subtitle text pad. Output perfect streams if possible.
13430
13431 2006-08-23  Wim Taymans  <wim@fluendo.com>
13432
13433         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13434         Waits for tasks to settle down so that we clean up correctly for 
13435         valgrind.
13436
13437 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13438
13439         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13440           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13441           actually return return value in taglists_are_equal.
13442
13443 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13444
13445         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13446           Fix crash due to broken bitstream parsing on x86-64: can't make
13447           any assumptions about sizeof(struct) due to alignment/packing
13448           differences on different architectures. Fixes #351790.
13449
13450 2006-08-22  Wim Taymans  <wim@fluendo.com>
13451
13452         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13453         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13454         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13455         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13456         (gst_riff_parse_info):
13457         Protect public functions against bad input.
13458         Do some cleanups.
13459         Fix documentation.
13460
13461 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13462
13463         * gst-libs/gst/riff/riff-ids.h:
13464         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13465           Add voxware audio IDs (even if we can't play it) (#351795).
13466
13467 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13468
13469         * gst-libs/gst/riff/riff-media.c:
13470         (gst_riff_create_video_template_caps),
13471         (gst_riff_create_audio_template_caps),
13472         (gst_riff_create_iavs_template_caps):
13473           Const-ify some arrays and use G_N_ELEMENTS instead
13474           of wasting oodles of RAM on terminator bits.
13475
13476 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13477
13478         * gst-libs/gst/tag/gstvorbistag.c:
13479         (gst_tag_list_to_vorbiscomment_buffer):
13480         * tests/check/libs/tag.c: (GST_START_TEST):
13481           And the same for _to_vorbiscomment_buffer(): allow
13482           id_data_len == 0 for speex.
13483
13484 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13485
13486         * configure.ac:
13487         * docs/plugins/Makefile.am:
13488         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13489         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13490         * docs/plugins/inspect/plugin-gdp.xml:
13491         * gst/gdp/Makefile.am:
13492         * tests/check/Makefile.am:
13493           Move GDP plugin to -base from -bad.  Closes #347783.
13494
13495 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13496
13497         * gst-libs/gst/tag/gstvorbistag.c:
13498         (gst_tag_list_from_vorbiscomment_buffer):
13499           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13500           Also add some checks to make sure we don't memcmp() beyond the end of
13501           vorbiscomment buffer if the ID to check for is larger than the buffer.
13502
13503         * tests/check/libs/tag.c: (GST_START_TEST):
13504           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13505
13506 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13507
13508         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13509         (gst_vorbis_enc_set_metadata):
13510           Use vorbis comment utility functions from libgsttag
13511           instead of re-inventing the wheel (partially fixes #347091).
13512
13513 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13514
13515         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13516         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13517         as some that won't.
13518
13519 2006-08-21  Wim Taymans  <wim@fluendo.com>
13520
13521         * docs/libs/Makefile.am:
13522         * docs/libs/gst-plugins-base-libs-sections.txt:
13523         * docs/libs/gst-plugins-base-libs.types:
13524         Don't try to GObject scan the netbuffer as it's not a GObject.
13525         Fixes #351308.
13526
13527         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13528         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13529         Document GstNetBuffer.
13530
13531 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13532
13533         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13534         (audioconvert_suite):
13535           Add testcase for caps-size-explosion
13536
13537 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13538
13539         * gst/audioconvert/gstaudioconvert.c:
13540         (gst_audio_convert_get_unit_size), (set_structure_widths):
13541           Lower debug, use g_assert in _get_unit_size
13542
13543         * gst/audioresample/gstaudioresample.c:
13544         (audioresample_get_unit_size):
13545         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13546         (gst_ffmpegcsp_get_unit_size):
13547         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13548           use g_assert in _get_unit_size
13549
13550 2006-08-18  Wim Taymans  <wim@fluendo.com>
13551
13552         * docs/libs/gst-plugins-base-libs-sections.txt:
13553         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13554         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13555         (gst_rtp_buffer_get_payload_buffer):
13556         * gst-libs/gst/rtp/gstrtpbuffer.h:
13557         Document GstRTPBuffer.
13558         Added function to efficiently strip payload headers.
13559         API: gst_rtp_buffer_get_payload_subbuffer()
13560
13561 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13562
13563         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13564         (gst_tag_to_vorbis_comments):
13565           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13566           tags and deserialise them properly as well (#347091).
13567           Add some more gtk-doc blurbs and also some g_return_if_fail().
13568
13569         * tests/check/libs/tag.c: (GST_START_TEST),
13570         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13571           More tests.
13572
13573 2006-08-17  Wim Taymans  <wim@fluendo.com>
13574
13575         * ext/ogg/Makefile.am:
13576         * ext/ogg/gstogg.c: (plugin_init):
13577         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13578         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13579         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13580         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13581         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13582         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13583         Added ogg-in-avi parser element. Fixes #140139.
13584
13585         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13586         Fixed a bug in oggdemux debug code.
13587
13588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13589         (gst_riff_create_audio_template_caps):
13590         Recognise Ogg in the AVI extensible wave format.
13591
13592 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13593
13594         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13595           Make buffer durations add up (duration should be next_ts-ts for
13596           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13597           from CVS.
13598
13599         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13600         (test_buffer_timestamps), (cddabasesrc_suite):
13601           Add unit test for the above.
13602
13603         * tests/check/Makefile.am:
13604           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13605           to see what happens.
13606
13607 2006-08-16  Wim Taymans  <wim@fluendo.com>
13608
13609         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13610         (gst_alsasink_open):
13611         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13612         (gst_alsasrc_open):
13613         Avoid setting and using a NULL device name.
13614         Print more info when we fail to open a device.
13615
13616 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13617
13618         * docs/libs/gst-plugins-base-libs-sections.txt:
13619         * gst-libs/gst/tag/tag.h:
13620         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13621           API: add gst_tag_parse_extended_comment() (#351426).
13622
13623         * tests/check/Makefile.am:
13624         * tests/check/libs/.cvsignore:
13625         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13626           Add unit test for gst_tag_parse_extended_comment().
13627
13628 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13629
13630         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13632           Fix leak (#351502).
13633
13634 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13635
13636         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13637         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13638         * docs/plugins/gst-plugins-base-plugins.args:
13639         * gst/playback/gstplaybin.c:
13640           Document playbin.
13641           
13642         * docs/plugins/inspect/plugin-adder.xml:
13643         * docs/plugins/inspect/plugin-alsa.xml:
13644         * docs/plugins/inspect/plugin-audioconvert.xml:
13645         * docs/plugins/inspect/plugin-audiorate.xml:
13646         * docs/plugins/inspect/plugin-audioresample.xml:
13647         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13648         * docs/plugins/inspect/plugin-cdparanoia.xml:
13649         * docs/plugins/inspect/plugin-decodebin.xml:
13650         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13651         * docs/plugins/inspect/plugin-gnomevfs.xml:
13652         * docs/plugins/inspect/plugin-ogg.xml:
13653         * docs/plugins/inspect/plugin-pango.xml:
13654         * docs/plugins/inspect/plugin-playbin.xml:
13655         * docs/plugins/inspect/plugin-subparse.xml:
13656         * docs/plugins/inspect/plugin-tcp.xml:
13657         * docs/plugins/inspect/plugin-theora.xml:
13658         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13659         * docs/plugins/inspect/plugin-video4linux.xml:
13660         * docs/plugins/inspect/plugin-videorate.xml:
13661         * docs/plugins/inspect/plugin-videoscale.xml:
13662         * docs/plugins/inspect/plugin-videotestsrc.xml:
13663         * docs/plugins/inspect/plugin-volume.xml:
13664         * docs/plugins/inspect/plugin-vorbis.xml:
13665         * docs/plugins/inspect/plugin-ximagesink.xml:
13666         * docs/plugins/inspect/plugin-xvimagesink.xml:
13667           Update to CVS version.
13668
13669 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13670
13671         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13672         (gst_play_bin_set_property), (gst_play_bin_get_property),
13673         (value_list_append_structure_list),
13674         (gst_play_bin_handle_redirect_message),
13675         (gst_play_bin_handle_message):
13676           API: GstPlayBin::connection-speed
13677           Add "connection-speed" property; re-order redirect messages with
13678           multiple redirect locations depending on the minimum bitrate if
13679           that information is available and a connection speed is set
13680           (#350399).
13681
13682 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13683
13684         * gst/playback/gstplaybin.c:
13685           Update max volume to the same value that the volume element uses.
13686
13687 2006-08-14  Wim Taymans  <wim@fluendo.com>
13688
13689         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13690         Less uglyness..
13691
13692 2006-08-14  Wim Taymans  <wim@fluendo.com>
13693
13694         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13695         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13696         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13697         Add some more debug info.
13698         Don't crash when a seek failed.
13699         Actually return the result of the seek instead of TRUE.
13700         Ignore multiple BOS pages with the same serial so that we don't create
13701         the same stream multiple times.
13702         Post an error when we fail to do the initial seek.
13703
13704 2006-08-13  Wim Taymans  <wim@fluendo.com>
13705
13706         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13707         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13708         Small code cleanup.
13709
13710         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13711         (gst_alsa_mixer_new):
13712         Remove hack that always set the device to hw:0*.
13713         Properly find the card name for whatever device was configured.
13714         Do some better debugging.
13715         Fixes #350784.
13716
13717         * ext/alsa/gstalsamixerelement.c:
13718         (gst_alsa_mixer_element_set_property),
13719         (gst_alsa_mixer_element_change_state):
13720         Cleanups.
13721         Handle setting of a NULL device name better.
13722
13723 2006-08-11  Wim Taymans  <wim@fluendo.com>
13724
13725         * gst/adder/gstadder.c:
13726         Don't clip float values. Fixes #350900.
13727
13728 2006-08-11  Andy Wingo  <wingo@pobox.com>
13729
13730         * gst/tcp/gsttcp.c: Really fix the build?
13731
13732         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13733         fixes the build.
13734
13735 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13736
13737         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13738           Float caps shouldn't have a "signed" field.
13739
13740 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13741
13742         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13743           Implement SEEKING query in its most basic form, so that we can
13744           at least check if we're seekable or not (#350655).
13745
13746 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13747
13748         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13749           The checks here are not even close to anything that would
13750           justify MAXIMUM probability, lowering to POSSIBLE until someone
13751           fixes the checks (case at hand: quicktime redirection files
13752           might start with 00 00 01 XX and pass the checks here just
13753           fine, see #350399).
13754
13755 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13756
13757         Patch by: Sjoerd Simons  <sjoerd at luon net>
13758
13759         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13760           Better detection for multipart/x-mixed-replace: accept leading
13761           whitespaces before the boundary marker as well (as our very own
13762           multipartmux used to produce) (#349068).
13763
13764 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13765
13766         Patch by: Young-Ho Cha  <ganadist at chollian net>
13767
13768         * gst-libs/gst/riff/riff-ids.h:
13769         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13770         (gst_riff_create_audio_template_caps):
13771           Detect DTS audio streams (#350157).
13772
13773 2006-08-05  Andy Wingo  <wingo@pobox.com>
13774
13775         * ext/theora/gsttheoraparse.h:
13776         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13777         (theora_parse_dispose, theora_parse_set_property)
13778         (theora_parse_get_property, theora_parse_munge_granulepos)
13779         (theora_parse_push_buffer, theora_parse_change_state):
13780         API: GstTheoraParse::synchronization-points
13781         Add a property 'synchronization-points' to fix badly synchronized oggs.
13782
13783 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13784
13785         * tests/check/Makefile.am:
13786         * tests/check/libs/.cvsignore:
13787         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13788         (fixed_caps_have_channel_positions), (GST_START_TEST),
13789         (audio_suite), (main):
13790           Add a few tests for the channel position stuff in libgstaudio.
13791
13792 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13793
13794         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13795         (gst_alsa_detect_channels):
13796         * ext/alsa/gstalsasink.c:
13797           Add support for cards that (only) do more than 8 channels,
13798           like the Delta 44 (#345188).
13799
13800         * gst-libs/gst/audio/multichannel.c:
13801         (gst_audio_check_channel_positions):
13802         * gst-libs/gst/audio/multichannel.h:
13803           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13804           unspecified channel position and cannot be combined with any
13805           of the other audio channel positions; adjust position layout
13806           checks accordingly (#345188).
13807
13808 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13809
13810         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13811           Recognise ancient RealAudio files (see #349779).
13812
13813 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13814
13815         Patch by: Jens Granseuer  <jensgr at gmx net>
13816
13817         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13818           Add typefinder for Interplay's MVE format (#348973).
13819
13820 2006-08-02  Wim Taymans  <wim@fluendo.com>
13821
13822         Patch by: Marcel Moreaux <marcelm at luon dot net>
13823
13824         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13825         (gst_base_rtp_depayload_add_to_queue):
13826         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13827         Handle RTP sequence number rollover.
13828         Disable jitterbuffer by default.
13829
13830 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13831
13832         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13833         (audioresample_set_caps):
13834         Don't leak references to the incoming caps. Clean them up when
13835         stopping.
13836
13837         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13838         (gst_video_scale_finalize):
13839         Don't leak our temporary pixel buffer.
13840
13841         * tests/check/Makefile.am:
13842         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13843         (GST_START_TEST), (simple_launch_lines_suite):
13844
13845         Fix leaks and re-enable the test for valgrind checking.
13846
13847 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13848
13849         Patch by: Sjoerd Simons  <sjoerd at luon net>
13850
13851         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13852         (plugin_init):
13853           Add typefind function for multipart/x-mixed-replace (#348916).
13854
13855 2006-07-28  Wim Taymans  <wim@fluendo.com>
13856
13857         * gst/adder/gstadder.c: (gst_adder_setcaps),
13858         (gst_adder_query_duration):
13859         Fix leak in duration query.
13860         Reflow some docs and notes.
13861
13862 2006-07-28  Michael Smith  <msmith@fluendo.com>
13863
13864         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13865         (vorbisenc_suite):
13866           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13867           aspect of it.
13868
13869 2006-07-28  Michael Smith  <msmith@fluendo.com>
13870
13871         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13872         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13873         (gst_vorbis_enc_push_buffer),
13874         (gst_vorbis_enc_buffer_check_discontinuous),
13875         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13876         * ext/vorbis/vorbisenc.h:
13877           Handle discontinuities in the input vorbis stream correctly,
13878           so that the output is properly timestamped (and has good granulepos
13879           values). Needs some oggmux fixes too.
13880
13881 2006-07-27  Wim Taymans  <wim@fluendo.com>
13882
13883         patch by: Kai Vehmanen <kv2004 eca cx>
13884
13885         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13886         (gst_base_rtp_depayload_chain),
13887         (gst_base_rtp_depayload_handle_sink_event),
13888         (gst_base_rtp_depayload_change_state):
13889         Don't send multiple newsegments with different formats.
13890         Fixes #348677.
13891
13892 2006-07-26  Wim Taymans  <wim@fluendo.com>
13893
13894         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13895         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13896         Make seeking in ogg more accurate again by doing the more correct
13897         granuletime to stream time conversion.
13898
13899 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13900
13901         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13902         (gst_multi_fd_sink_new_client):
13903           debug a little more understandably
13904           do not use goto as a substitute for break, especially if
13905           break is also being used
13906
13907 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13908
13909         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13910         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13911           Remove GLib-2.6 compatibility cruft.
13912
13913 2006-07-24  Wim Taymans  <wim@fluendo.com>
13914
13915         * gst-libs/gst/audio/gstbaseaudiosink.c:
13916         (gst_base_audio_sink_render):
13917         Don't try to align a sample to an unknown value.
13918
13919 2006-07-24  Wim Taymans  <wim@fluendo.com>
13920
13921         * gst-libs/gst/audio/gstbaseaudiosink.c:
13922         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13923         When the audio clock is slaved to another clock, never try to align
13924         samples but trust the rate interpolation algorithm.
13925
13926 2006-07-24  Wim Taymans  <wim@fluendo.com>
13927
13928         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13929         Don't try to calculate silence samples, base class does this much
13930         better now.
13931
13932         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13933         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13934         (gst_ring_buffer_acquire):
13935         Calculate silence samples correctly.
13936
13937         * gst-libs/gst/audio/gstringbuffer.h:
13938         Add _CAST macro.
13939
13940 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13941
13942         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13943           Limit search for the first markup tag to the first few kB of
13944           the file. If we don't find one there, it's highly unlikely that
13945           this is an XML(-ish) file.
13946
13947 2006-07-21  Andy Wingo  <wingo@pobox.com>
13948
13949         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13950         test to the one in vorbisenc. Also commented out.
13951
13952         * tests/check/pipelines/vorbisenc.c: 
13953         (test_discontinuity): New test, commented out until Mike lands
13954         some elite vorbisenc patches.
13955
13956         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13957         Bufferstraw was actually factored out of these tests. Now we share
13958         code yay.
13959
13960         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13961         for bufferstraw addition to gstcheck.
13962
13963 2006-07-21  Wim Taymans  <wim@fluendo.com>
13964
13965         * ext/theora/theoradec.c: (clip_buffer):
13966         Better clipping.
13967
13968 2006-07-21  Wim Taymans  <wim@fluendo.com>
13969
13970         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13971         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13972         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13973         Fix leak.
13974         Avoid type casting when we can.
13975
13976         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13977         Fix mem leak.
13978
13979 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13980
13981         * ext/alsa/gstalsamixerelement.c:
13982         (gst_alsa_mixer_element_change_state):
13983           Make state change fail if the specified device can't be opened
13984           for some reason.
13985
13986 2006-07-20  Wim Taymans  <wim@fluendo.com>
13987
13988         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13989         (cb_newpad), (main):
13990         Example of a small audio/video player using decodebin.
13991
13992 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13993
13994         * gst-libs/gst/riff/riff-ids.h:
13995           Add 'fact' chunk id
13996
13997 2006-07-19  Wim Taymans  <wim@fluendo.com>
13998
13999         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14000         (gst_base_rtp_depayload_chain),
14001         (gst_base_rtp_depayload_change_state):
14002         Don't assert when not negotiated but post a meaningfull 
14003         error message. Fixes #347918.
14004
14005         * gst-libs/gst/rtp/gstbasertppayload.c:
14006         Add comment about better default MTU size.
14007
14008         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14009         Small cleanups, start docs.
14010
14011 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14012
14013         Patch by: Martin Szulecki
14014
14015         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14016           If "device-name" is requested and the device is not
14017           open, try to temporarily open it to obtain this
14018           information (#342494).
14019
14020 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14021
14022         * gst-libs/gst/tag/gstid3tag.c:
14023           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14024
14025         * gst-libs/gst/tag/gsttageditingprivate.h:
14026         * gst-libs/gst/tag/gstvorbistag.c:
14027           Some more random const-ifications.
14028
14029 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14030
14031         * gst-libs/gst/riff/riff-ids.h:
14032         * gst-libs/gst/riff/riff-media.c:
14033         (gst_riff_create_video_template_caps):
14034           Add more FOURCCs (sort list to make stuff easier to find),
14035           add comment what those 16 bytes in struct _gst_riff_strh according to
14036           one avi-dumper are
14037
14038 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14039
14040         * gst-libs/gst/audio/multichannel.c:
14041         (gst_audio_check_channel_positions),
14042         (gst_audio_fixate_channel_positions):
14043           Const-ify two arrays.
14044
14045 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14046
14047         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14048           Fix typo, so that alsasink also advertises 8 channels
14049           if that's supported (tags: can, worms, open, alsa, ph34r).
14050
14051 2006-07-17  Wim Taymans  <wim@fluendo.com>
14052
14053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14054         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14055         *sigh*, when is the compiler going to warn when the comments
14056         are out-of-sync with the code.. Refix case of busted theora
14057         headers with 0 granule pos.
14058
14059 2006-07-14  Wim Taymans  <wim@fluendo.com>
14060
14061         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14062         (gst_base_rtp_depayload_wait),
14063         (gst_base_rtp_depayload_change_state),
14064         (gst_base_rtp_depayload_set_property),
14065         (gst_base_rtp_depayload_get_property):
14066         Fix 99% cpu load by waiting for absolute times on the
14067         clock. Fixes #347300.
14068
14069 2006-07-14  Andy Wingo  <wingo@pobox.com>
14070
14071         * ext/theora/gsttheoraparse.h: 
14072         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14073         (theora_parse_push_headers, theora_parse_clear_queue)
14074         (theora_parse_drain_queue_prematurely, )
14075         (theora_parse_sink_event, theora_parse_change_state): Queue events
14076         until we initialized our state, like in vorbisparse.
14077
14078         * ext/vorbis/vorbisparse.h: 
14079         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14080         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14081         (vorbis_parse_drain_queue_prematurely, )
14082         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14083         until we have initialized our state. Fixes seeking after an
14084         initial pad block.
14085
14086 2006-07-14  Andy Wingo  <wingo@pobox.com>
14087
14088         Patch by: Iain Holmes <iaingnome@gmail.com>
14089         
14090         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14091
14092 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14093
14094         * configure.ac:
14095         Bump nano back to CVS
14096
14097 === release 0.10.9 ===
14098
14099 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14100
14101         * configure.ac:
14102           releasing 0.10.9, "I walk the line"
14103
14104 2006-07-14  Michael Smith  <msmith@fluendo.com>
14105
14106         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14107           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14108           (commonly happens when running this test under valgrind) when trying
14109           to remove the buffer probe.
14110
14111 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14112
14113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14114         Fix missing g_unlock from the previous commit
14115
14116 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14117
14118         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14119         (gst_ximagesink_change_state):
14120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14121         (gst_xvimagesink_change_state):
14122         Implement a locking order to ensure we always take the object lock
14123         before the x_lock and never vice-versa.
14124
14125 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14126
14127         * gst/playback/gstdecodebin.c: (find_compatibles):
14128         Fix a caps leak when linking (#347304)
14129
14130         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14131         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14132         (gst_ximagesink_change_state):
14133         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14134         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14135         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14136         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14137         Don't leak shared memory resources. Use the object lock to protect
14138         against the xcontext disappearing while returning a buffer from the
14139         pipeline. (#347304)
14140
14141 2006-07-12  Edward Hervey  <edward@fluendo.com>
14142
14143         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14144         (vorbis_handle_comment_packet):
14145         gst_tag_list_merge() returns a new object. Take that into account when
14146         using it. This avoids memleak.
14147         Revert previous commit which is not needed.
14148
14149 2006-07-12  Edward Hervey  <edward@fluendo.com>
14150
14151         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14152         Reset the decoder in finalize so that all fields get cleared.
14153
14154 2006-07-12  Wim Taymans  <wim@fluendo.com>
14155
14156         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14157         (gst_base_audio_src_set_clock),
14158         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14159         Don't try to post an error message when setting the clock fails
14160         as this can happen when adding an element to a bin which will then
14161         deadlock. Fixes #347296.
14162
14163 2006-07-12  Edward Hervey  <edward@fluendo.com>
14164
14165         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14166         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14167         (vorbis_handle_type_packet):
14168         Post tag messages on the bus even if we're not initialized.
14169         If we're not initialized, we still postpone the event pushing of tags.
14170
14171 2006-07-12  Wim Taymans  <wim@fluendo.com>
14172
14173         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14174         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14175         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14176         Revert last two changes that broke the freeze.
14177
14178 2006-07-12  Wim Taymans  <wim@fluendo.com>
14179
14180         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14181         basesink calculates silence sample correctly for us.
14182
14183 2006-07-12  Wim Taymans  <wim@fluendo.com>
14184
14185         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14186         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14187         Calculate correct silence samples so we don't fill our ringbuffer
14188         with noise.
14189
14190 2006-07-12  Edward Hervey  <edward@fluendo.com>
14191
14192         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14193         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14194         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14195         * ext/vorbis/vorbisdec.h:
14196         Delay sending events (newsegment, tags) until the decoder is properly
14197         initialized.
14198         Fixes #347295
14199
14200 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14201
14202         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14203         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14204           Patch from #347221 adding a test for audioconvert
14205           channel remappings.
14206
14207 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14208
14209         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14210         (gst_ssa_parse_parse_line):
14211           Don't include the terminating NUL in the buffer size,
14212           it's only there for extra paranoia (would add random
14213           '*' characters at the end of each subtitle since the
14214           terminator itself is not valid UTF-8 technically).
14215           Also fix indenting after boilerplate macro.
14216
14217 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14218
14219         * gst/playback/gstdecodebin.c: (close_pad_link):
14220           Also emit 'unknown-type' signal (which should really be
14221           called unhandled-type) if we found potential decoders/demuxers
14222           in the registry but none of them worked in the end (as in the
14223           case where the plugins don't exist any longer but are still
14224           listed in the registry). Fixes #329798.
14225
14226 2006-07-08  Andy Wingo  <wingo@pobox.com>
14227
14228         * theoraparse.c (theora_parse_push_buffer)
14229         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14230         Add some more debugging. Fix granulepos reconstruction in the face
14231         of discontinuities.
14232
14233 2006-07-06  Wim Taymans  <wim@fluendo.com>
14234
14235         * gst-libs/gst/audio/gstbaseaudiosink.c:
14236         (gst_base_audio_sink_class_init),
14237         (gst_base_audio_sink_provide_clock):
14238         Use gobject_class instead of G_OBJECT_CLASS (klass)
14239
14240         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14241         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14242         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14243         (gst_base_audio_src_get_time),
14244         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14245         (gst_base_audio_src_create_ringbuffer):
14246         Fix latency and buffer-time constants and properties ala basesink.
14247         Implement pull based scheduling. Fixes #346527.
14248         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14249         one segment.
14250         Refuse slaving to another clock instead of silently not working.
14251         Only provide a clock when we are actually able to do so.
14252         Various small cleanups and compiler hints.
14253
14254 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14255
14256         Patch by: Lutz Mueller <lutz at topfrose de>
14257
14258         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14259         (plugin_init):
14260           Add typefinding for text/html (#346581).
14261
14262 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14263
14264         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14265         (xml_check_first_element), (xml_type_find), (smil_type_find):
14266           Fix SMIL typefinding, make xml_check_first_element() more
14267           useful.
14268
14269 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14270
14271         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14272         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14273         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14274         * gst/playback/gstplaybasebin.h:
14275           Protect list of elements with a subtitle-encoding property and
14276           the subtitle encoding member itself with a lock of their own
14277           instead of using the object lock. This prevents a dead-lock in
14278           the element-remove callback in some circumstances when shutting
14279           down playbin.
14280
14281 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14282
14283         * win32/common/libgsttag.def:
14284         Export some new functions.
14285         * win32/vs6/libgstogg.dsp:
14286         Add a link to libgsttag-0.10.lib.
14287
14288 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14289
14290         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14291           Some const-ification.
14292
14293 2006-07-04  Wim Taymans  <wim@fluendo.com>
14294
14295         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14296         Improve checking if we are dealing with a stream. Added some
14297         more uris that need buffering.
14298
14299 2006-07-03  Edward Hervey  <edward@fluendo.com>
14300
14301         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14302         Remove unused variable.
14303
14304 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14305
14306         * Makefile.am:
14307           include lcov.mak
14308         * configure.ac:
14309           add GCOV_LIBS to GST_LIBS
14310
14311 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14312
14313         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14314
14315         * ext/alsa/gstalsasrc.c:
14316           Add 32 bps to template caps and increase channels range
14317           from [1,2] to [1,MAX]. See #346326.
14318
14319 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14320
14321         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14322           Recognise 'WMVA' video codec fourcc (#345879).
14323           
14324 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14325          
14326         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14327           Fixed nasty memory leak
14328
14329 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14330
14331         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14332         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14333           fix logging
14334
14335 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14336
14337         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14338         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14339         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14340         Protect remove_fakesink using a mutex, so that we don't try and
14341         remove the fakesink simultaneously from multiple threads.
14342
14343         When going from READY to PAUSED, restore the fakesink, so that
14344         it is there when decodebin gets reused.
14345
14346 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14347
14348         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14349         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14350         * gst-libs/gst/rtp/gstbasertppayload.c:
14351         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14352         * gst/tcp/gstmultifdsink.c:
14353         * gst/tcp/gsttcpclientsink.c:
14354         * gst/tcp/gsttcpclientsrc.c:
14355         * gst/tcp/gsttcpserversink.c:
14356         * gst/tcp/gsttcpserversrc.c:
14357         * gst/videorate/gstvideorate.c:
14358         * gst/videotestsrc/gstvideotestsrc.c:
14359         * sys/v4l/gstv4ljpegsrc.c:
14360         * sys/v4l/gstv4lmjpegsink.c:
14361         * sys/v4l/gstv4lsrc.c:
14362         * tests/examples/seek/scrubby.c:
14363         * tests/examples/seek/seek.c:
14364           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14365
14366 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14367
14368         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14369           Second field in GEnumValue shouldn't be a description,
14370           but a stringified version of the enum value.
14371
14372 2006-06-22  Wim Taymans  <wim@fluendo.com>
14373
14374         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14375         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14376         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14377         Avoid type checking in buffer casts.
14378         Avoid caps copy in buffer_alloc when we can.
14379         Use pad_peer_accept.
14380
14381 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14382
14383         * gst-libs/gst/tag/tag.h:
14384           Oops, make that 'Since: 0.10.9'.
14385
14386 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14387
14388         * docs/libs/gst-plugins-base-libs-sections.txt:
14389         * gst-libs/gst/tag/tag.h:
14390         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14391         (gst_tag_image_type_get_type):
14392           API: add GstTagImageType enum to describe images contained
14393           in image tags (#345641).
14394
14395 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14396
14397         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14398           Fix warnings with gst-inspect: "buffers-min" property
14399           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14400           typo in property description.
14401
14402 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14403
14404         Patch by: Cody Russell <bratsche at gnome org>
14405
14406         * gst/audioresample/gstaudioresample.c:
14407         (gst_audioresample_class_init):
14408         * gst/playback/gststreamselector.c:
14409         (gst_stream_selector_class_init):
14410         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14411         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14412         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14413         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14414         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14415         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14416         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14417         * gst/videotestsrc/gstvideotestsrc.c:
14418         (gst_video_test_src_class_init):
14419         * gst/volume/gstvolume.c: (gst_volume_class_init):
14420           Avoid unnecessary class cast check in class_init
14421           functions (#337747).
14422
14423 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14424
14425         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14426         (gst_text_overlay_video_chain):
14427           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14428           and doesn't validate its input either (and neither did
14429           textoverlay it seems). Let's do that then and fix #345206.
14430
14431 2006-06-19  Wim Taymans  <wim@fluendo.com>
14432
14433         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14434         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14435         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14436         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14437         (find_syncframe), (find_limits), (assign_value),
14438         (count_burst_unit), (gst_multi_fd_sink_new_client),
14439         (gst_multi_fd_sink_handle_client_write),
14440         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14441         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14442         (gst_multi_fd_sink_change_state):
14443         * gst/tcp/gstmultifdsink.h:
14444         Added shiny new burst-on-connect methods.
14445         Add properties to control the minimal amount of data queued.
14446         Small cleanups.
14447         API: bytes-min property
14448         API: time-min property
14449         API: buffers-min property
14450         API: burst-unit property
14451         API: burst-value property
14452         API: add-full signal
14453
14454         * gst/tcp/gsttcp-marshal.list:
14455         Added new marshaller code for the new signal.
14456
14457         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14458         (multifdsink_suite):
14459         Added testcases for new burst methods.
14460
14461 2006-06-19  Edward Hervey  <edward@fluendo.com>
14462
14463         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14464         Implement clipping for accurate seeking.
14465         Closes #345225
14466
14467 2006-06-19  Wim Taymans  <wim@fluendo.com>
14468
14469         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14470
14471         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14472         (gst_video_scale_transform):
14473         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14474
14475 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14476
14477         * configure.ac:
14478           Fix --disable-external (can't set conditionals conditionally,
14479           #343602).
14480
14481 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14482
14483         * tests/check/elements/audioresample.c: (test_reuse),
14484         (audioresample_suite):
14485           Add test case for bug #342789 fixed below.
14486
14487 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14488
14489         * gst/audioresample/gstaudioresample.c:
14490         (gst_audioresample_class_init), (gst_audioresample_init),
14491         (audioresample_start), (audioresample_stop),
14492         (gst_audioresample_set_property), (gst_audioresample_get_property):
14493           Implement GstBaseTransform::start and ::stop so that audioresample
14494           can clear its internal state properly and be reused instead of
14495           causing non-negotiated errors with playbin under some circumstances
14496           (#342789).
14497
14498         * tests/check/elements/audioresample.c: (setup_audioresample),
14499         (cleanup_audioresample):
14500           Need to set element state here so that ::start and ::stop are
14501           called.
14502
14503 2006-06-16  Wim Taymans  <wim@fluendo.com>
14504
14505         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14506
14507         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14508         Parse extra data better, apparently it's right behind
14509         the normal strf header size. Fixes #343500.
14510
14511 2006-06-16  Wim Taymans  <wim@fluendo.com>
14512
14513         * ext/alsa/gstalsasink.c: (set_hwparams):
14514         If we fail to set the buffer_time and period_time alsa
14515         parameters, post a warning and leave alsa select a 
14516         default instead of failing. Fixes #342085
14517
14518 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14519
14520         * docs/libs/gst-plugins-base-libs-sections.txt:
14521         * gst-libs/gst/cdda/gstcddabasesrc.h:
14522           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14523           out in the header file and shouldn't be listed in the docs.
14524
14525         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14526           Must dereference pointer to fourcc in the debug statement.
14527
14528 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14529
14530         * docs/libs/Makefile.am:
14531         * docs/libs/gst-plugins-base-libs-docs.sgml:
14532         * docs/libs/gst-plugins-base-libs-sections.txt:
14533         * docs/libs/gst-plugins-base-libs.types:
14534         add remaining symbols into correct setions
14535         
14536         * gst-libs/gst/audio/gstringbuffer.c:
14537         fix incomplete docs
14538         
14539         * gst-libs/gst/audio/gstringbuffer.h:
14540         comment out not yet implemented function
14541         
14542         
14543         * gst-libs/gst/floatcast/floatcast.h:
14544         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14545         add short descriptions
14546         
14547         
14548         * gst-libs/gst/interfaces/propertyprobe.c:
14549         fix return value docs   
14550         
14551         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14552         simplify debug logging
14553         
14554         * gst-libs/gst/riff/riff-read.h:
14555         sync function prototype and docs
14556         
14557         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14558         remove left over symbol
14559
14560 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14561
14562         * autogen.sh:
14563         * configure.ac:
14564         * docs/Makefile.am:
14565           Use GST_PLUGIN_DOCS macro in configure.ac, add
14566           --enable-plugin-docs default to autogen.sh and use
14567           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14568
14569 2006-06-15  Wim Taymans  <wim@fluendo.com>
14570
14571         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14572         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14573         (gst_ogg_demux_loop):
14574         Combine GstFlowReturn from the source pads to give a
14575         meaningfull result to the upstream peer or to stop the
14576         processing task in case of errors.
14577
14578 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14579
14580         * gst/playback/gststreaminfo.c: (cb_probe):
14581           Try GST_TAG_CODEC as fallback when extracting the
14582           codec name; more debug info.
14583
14584 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14585
14586         * ext/ogg/Makefile.am:
14587         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14588           Extract language tags from ogm subtitle streams, so that
14589           the subtitle menu choices are labelled correctly in
14590           Totem (fixes #344708).
14591
14592 2006-06-14  Wim Taymans  <wim@fluendo.com>
14593
14594         Patch by: Alessandro Decina <alessandro at nnva dot org>
14595
14596         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14597         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14598         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14599         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14600         Fix various leaks. Fixes #343699.
14601         Add x-smoke mime type.
14602
14603 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14604
14605         * gst-libs/gst/riff/riff-ids.h:
14606           Add IDs for 'bext' chunks (see #343837).
14607
14608 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14609
14610         Patch by: Young-Ho Cha  <ganadist at chollian net>
14611
14612         * gst/subparse/samiparse.c: (sami_context_pop_state),
14613         (handle_start_font), (end_sami_element):
14614           Honour font face tags in SAMI subtitles (#344503).
14615
14616 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14617
14618         * po/POTFILES.in:
14619           add missing files containing translatable strings
14620
14621 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14622
14623         * docs/libs/tmpl/.cvsignore:
14624           we don't want those *.sgml files in CVS either
14625
14626 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14627
14628         * docs/libs/.cvsignore:
14629         * tests/check/elements/.cvsignore:
14630         * tests/check/libs/.cvsignore:
14631           ignore more
14632
14633 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14634
14635         * docs/libs/Makefile.am:
14636           also commiting the changed Makefile.am (added more libs to the
14637           doc-build)
14638
14639 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14640
14641         * docs/libs/gst-plugins-base-libs-docs.sgml:
14642         * docs/libs/gst-plugins-base-libs-sections.txt:
14643         * docs/libs/gst-plugins-base-libs.types:
14644           first batch of reordering things, add index & hierarchy
14645
14646 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14647
14648         * configure.ac:
14649           use GST_PKG_CHECK_MODULES, cleans up output
14650
14651 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14652
14653         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14654           Add support for burn:// URIs (#343385); const-ify things a bit,
14655           use G_N_ELEMENTS instead of hard-coded array size.
14656
14657 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14658
14659         Patch by: Young-Ho Cha  <ganadist at chollian net>
14660
14661         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14662           Fix up broken entities before passing them to libxml *sigh*.
14663           (#343303).
14664           
14665 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14666
14667         * configure.ac:
14668           back to TRUNK
14669
14670 === release 0.10.8 ===
14671
14672 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14673
14674         * configure.ac:
14675           releasing 0.10.8, "Moar gij ziet mij nie"
14676
14677 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14678
14679         * configure.ac:
14680         * po/af.po:
14681         * po/az.po:
14682         * po/cs.po:
14683         * po/en_GB.po:
14684         * po/hu.po:
14685         * po/it.po:
14686         * po/nb.po:
14687         * po/nl.po:
14688         * po/or.po:
14689         * po/sq.po:
14690         * po/sr.po:
14691         * po/sv.po:
14692         * po/uk.po:
14693         * po/vi.po:
14694         * win32/common/config.h:
14695           0.10.7.2 prerelease
14696
14697 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14698
14699         * docs/libs/tmpl/gstaudio.sgml:
14700         * docs/libs/tmpl/gstcolorbalance.sgml:
14701         * docs/libs/tmpl/gstmixer.sgml:
14702         * docs/libs/tmpl/gstringbuffer.sgml:
14703         * docs/libs/tmpl/gsttuner.sgml:
14704         * docs/libs/tmpl/gstxoverlay.sgml:
14705         * gst-libs/gst/audio/audio.c:
14706         * gst-libs/gst/audio/gstringbuffer.c:
14707         * gst-libs/gst/interfaces/colorbalance.c:
14708         * gst-libs/gst/interfaces/mixer.c:
14709         * gst-libs/gst/interfaces/tuner.c:
14710         * gst-libs/gst/interfaces/xoverlay.c:
14711           move last template doc snippets to source code and delete them
14712
14713 2006-06-06  Michael Smith  <msmith@fluendo.com>
14714
14715         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14716         (theora_parse_drain_queue):
14717           Mark DELTA_UNIT on non-keyframes.
14718
14719 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14720
14721         * gst-libs/gst/audio/gstbaseaudiosink.c:
14722         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14723         * gst-libs/gst/audio/gstbaseaudiosink.h:
14724         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14725         (gst_ring_buffer_samples_done):
14726         * gst-libs/gst/audio/gstringbuffer.h:
14727         Document better the fact that latency_time and buffer_time are values
14728         stored in microseconds, and not the usual GStreamer nanoseconds.
14729         Change the variables (compatibly) that store them from GstClockTime 
14730         to guint64 to make it more clear that they're not storing clock times.
14731         Also, remove the bogus property description that says the user can
14732         specify -1 to get the default value, since that's never been the case.
14733
14734         When computing the default segment size for the ring buffer, make it
14735         an integer number of samples.
14736
14737         When the sub-class indicates a delay greater than the number of
14738         samples we've written return 0 from the audio sink get_time method.
14739
14740 2006-06-02  Michael Smith  <msmith@fluendo.com>
14741
14742         * tests/check/elements/audioconvert.c: (set_channel_positions),
14743         (get_float_mc_caps), (get_int_mc_caps):
14744         * tests/check/elements/audioresample.c:
14745         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14746         * tests/check/elements/videorate.c:
14747         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14748         * tests/check/elements/volume.c:
14749         * tests/check/elements/vorbisdec.c:
14750         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14751           Don't busy-wait in tests; this was causing test timeouts very
14752           frequently when running under valgrind.
14753
14754 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14755
14756         * gst/tcp/README:
14757         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14758         (gst_multi_fd_sink_remove_client_link),
14759         (gst_multi_fd_sink_client_queue_caps),
14760         (gst_multi_fd_sink_client_queue_buffer),
14761         (gst_multi_fd_sink_handle_client_write),
14762         (gst_multi_fd_sink_render):
14763         * gst/tcp/gstmultifdsink.h:
14764           make multifdsink properly deal with streamheader:
14765           - streamheader is taken from caps
14766           - buffers marked with IN_CAPS are not sent
14767           - streamheaders are sent, on connection, from the caps of the
14768             buffer where the client gets positioned to
14769           - further streamheader changes are done every time the client
14770             will receive a buffer with different caps
14771         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14772         (gst_multifdsink_create_streamheader):
14773           add tests for this
14774
14775 2006-06-02  Michael Smith  <msmith@fluendo.com>
14776
14777         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14778           Reinstate limit on channel count. Vorbis does not define the meaning
14779           of > 6 channels, so they're just independent channels. Gstreamer
14780           currently has no mechanism to represent N independent channels.
14781
14782 2006-06-02  Michael Smith  <msmith@fluendo.com>
14783
14784         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14785           Don't arbitrarily restrict channel counts and rate in vorbis.
14786           In terms of effects likely on real-world files, this fixes 96kHz
14787           playback of vorbis.
14788
14789 2006-06-02  Michael Smith  <msmith@fluendo.com>
14790
14791         * gst/audioconvert/audioconvert.c: (float):
14792           More correct float->int conversion.
14793
14794 2006-06-02  Michael Smith  <msmith@fluendo.com>
14795
14796         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14797           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14798           value. Fixes g-critical on trying to play back ogg containing
14799           unknown codec.
14800
14801 2006-06-02  Wim Taymans  <wim@fluendo.com>
14802
14803         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14804         (setup_source):
14805         * gst/playback/gstplaybasebin.h:
14806         Make the subtitle detection work from any thread so we don't
14807         deadlock. Fixes #343397.
14808
14809 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14810
14811         * gst/volume/Makefile.am:
14812           Seriously, it's not *that* hard to get compilation right.  Even
14813           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14814
14815 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14816
14817         * gst/volume/gstvolume.c: (volume_choose_func),
14818         (volume_update_real_volume), (gst_volume_class_init),
14819         (gst_volume_init), (volume_process_float), (volume_process_int16),
14820         (volume_process_int16_clamp), (volume_set_caps),
14821         (volume_transform_ip), (plugin_init):
14822         * gst/volume/gstvolume.h:
14823         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14824         another property desc., remove unused param from process function
14825         
14826         * tests/check/elements/volume.c: (volume_suite):
14827         reactivate the passthrough test
14828
14829 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14830
14831         * ext/alsa/gstalsamixerelement.h:
14832         * ext/alsa/gstalsamixeroptions.h:
14833         * ext/alsa/gstalsamixertrack.h:
14834         * ext/gnomevfs/gstgnomevfssink.h:
14835         * ext/gnomevfs/gstgnomevfssrc.h:
14836         * ext/theora/gsttheoradec.h:
14837         * ext/theora/gsttheoraenc.h:
14838         * ext/theora/gsttheoraparse.h:
14839         * ext/vorbis/vorbisparse.h:
14840         * gst-libs/gst/audio/gstaudioclock.h:
14841         * gst-libs/gst/audio/gstaudiofilter.h:
14842         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14843         * gst/audioconvert/gstaudioconvert.h:
14844         * gst/audioresample/gstaudioresample.h:
14845         * gst/audiotestsrc/gstaudiotestsrc.h:
14846         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14847         * gst/playback/gststreamselector.h:
14848         * gst/tcp/gstmultifdsink.h:
14849         * gst/tcp/gsttcpclientsink.h:
14850         * gst/tcp/gsttcpclientsrc.h:
14851         * gst/tcp/gsttcpserversink.h:
14852         * gst/tcp/gsttcpserversrc.h:
14853         * gst/videorate/gstvideorate.h:
14854         * gst/videoscale/gstvideoscale.h:
14855         * gst/videotestsrc/gstvideotestsrc.h:
14856         * gst/volume/gstvolume.h:
14857         * sys/v4l/gstv4ljpegsrc.h:
14858         * sys/v4l/gstv4lmjpegsink.h:
14859         * sys/v4l/gstv4lmjpegsrc.h:
14860         * sys/v4l/gstv4lsrc.h:
14861         * sys/ximage/ximagesink.h:
14862         * sys/xvimage/xvimagesink.h:
14863         * tests/old/testsuite/alsa/sinesrc.h:
14864         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14865
14866 2006-05-31  Wim Taymans  <wim@fluendo.com>
14867
14868         * ext/libvisual/visual.c: (gst_visual_reset),
14869         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14870         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14871         Handle DISCONT.
14872         Use running time before doing QoS.
14873         Handle mono too.
14874
14875 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14876
14877         * docs/libs/Makefile.am:
14878           set a magic variable to indicate we know the docs are incomplete
14879
14880 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14881
14882         * win32/common/libgstvideo.def:
14883           export gst_video_calculate_display_ratio
14884         * win32/vs6/libgstvideoscale.dsp:
14885           add link to libgstvideo-0.10.lib
14886
14887 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14888
14889         * gst/playback/gstplaybasebin.c: (gen_source_element):
14890           Throw a more comprehensible error for rtsp:// URIs (rather
14891           than erroring out with a negotiation error later on) until
14892           we fix playbin to handle rtspsrc etc.
14893
14894 2006-05-30  Wim Taymans  <wim@fluendo.com>
14895
14896         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14897         (gst_text_overlay_text_event):
14898         Added some FIXMEs.
14899
14900 2006-05-30  Wim Taymans  <wim@fluendo.com>
14901
14902         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14903         (gst_adder_request_new_pad), (gst_adder_release_pad):
14904         * gst/adder/gstadder.h:
14905         Implement release_request_pad.
14906         Make padcounter atomic.
14907
14908         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14909         Added check for release_pad in adder.
14910
14911 2006-05-30  Wim Taymans  <wim@fluendo.com>
14912
14913         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14914         Fix build again.
14915
14916 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14917
14918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14919         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14920         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14921         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14922         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14923         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14924         (gst_ogg_demux_bisect_forward_serialno),
14925         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14926         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14927           add more debugging
14928           clean up printf formats for granulepos and serialno
14929
14930 2006-05-30  Michael Smith  <msmith@fluendo.com>
14931
14932         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14933         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14934         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14935         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14936         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14937         * ext/vorbis/vorbisenc.h:
14938           Multi-channel caps negotiation, so we can do proper multichannel
14939           vorbis encoding, negotiated through audioconvert.
14940
14941 2006-05-30  Wim Taymans  <wim@fluendo.com>
14942
14943         * tests/check/elements/adder.c: (test_event_message_received),
14944         (test_play_twice_message_received), (GST_START_TEST),
14945         (adder_suite):
14946         Added check to show that #339935 is fixed with ongoing
14947         adder and collectpads fixes.
14948
14949 2006-05-29  Wim Taymans  <wim@fluendo.com>
14950
14951         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14952         Don't leak pad name.
14953
14954 2006-05-29  Wim Taymans  <wim@fluendo.com>
14955
14956         * gst/adder/gstadder.c: (gst_adder_query_duration),
14957         (forward_event_func), (forward_event), (gst_adder_src_event):
14958         Fix adder seeking.
14959         Make query/seeking code threadsafe.
14960
14961         * tests/check/Makefile.am:
14962         * tests/check/elements/adder.c: (test_event_message_received),
14963         (GST_START_TEST), (test_play_twice_message_received):
14964         Fix adder test case.
14965
14966 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14967
14968         Patch by: Young-Ho Cha  <ganadist at chollian net>
14969
14970         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14971         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14972         (set_encoding_element), (decodebin_element_added_cb),
14973         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14974         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14975         * gst/playback/gstplaybasebin.h:
14976           Add 'subtitle-encoding' property to playbin, so applications can
14977           force a subtitle encoding for non-UTF8 subtitles (#342268).
14978
14979         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14980         (gst_sub_parse_set_property):
14981           Rename recently-added 'encoding' property to 'subtitle-encoding'
14982           (so it can be proxied by playbin/decodebin in a generic way
14983           with less danger of false positives).
14984
14985 2006-05-29  Michael Smith  <msmith@fluendo.com>
14986
14987         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14988         (append_with_other_format), (set_structure_widths),
14989         (gst_audio_convert_transform_caps):
14990           Patch from #341562: give more specific audio caps in get_caps, so
14991           that basetransform  can make better decisions on what caps to
14992           negotiate.
14993
14994 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14995
14996         * tests/check/elements/volume.c:
14997         make it compile again
14998
14999 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15000
15001         * tests/check/elements/volume.c: (volume_suite):
15002         disable test until #343196 gets resolved
15003
15004 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15005
15006         * gst/adder/gstadder.c: (gst_adder_get_type):
15007         Make it easier to copy&paste
15008         
15009         * gst/volume/Makefile.am:
15010         * gst/volume/gstvolume.c: (volume_update_real_volume),
15011         (gst_volume_set_volume), (gst_volume_set_mute),
15012         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15013         (volume_transform_ip), (volume_update_mute),
15014         (volume_update_volume):
15015         * gst/volume/gstvolume.h:
15016         Add own debug category, move duplicate code to helper function, fix
15017         property texts, add more comments and prepare ffor liboil-goodness
15018         
15019         * tests/check/Makefile.am:
15020         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15021         add test for mute and passtrough case, be a bit more verbose to track
15022         failure
15023         
15024         * tests/check/generic/states.c: (GST_START_TEST):
15025         catch elements that fail to instantiate
15026
15027 2006-05-28  Edward Hervey  <edward@fluendo.com>
15028
15029         * tests/check/pipelines/simple-launch-lines.c:
15030         * tests/check/pipelines/theoraenc.c:
15031         * tests/check/pipelines/vorbisenc.c:
15032         Comment out tests using parse_launch() if core was built without
15033         parsing capabilities.
15034
15035 2006-05-27  Edward Hervey  <edward@fluendo.com>
15036
15037         * tests/check/Makefile.am:
15038         Extra bonus points for whoever explains to ensonic that you are meant
15039         to test unit tests thoroughly before commiting them, especially if
15040         you know it's going to break.
15041         De-activated element/adder tests.
15042
15043 2006-05-27  Edward Hervey  <edward@fluendo.com>
15044
15045         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15046         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15047         Marking caps conversion issues as GST_WARNING is way too verbose,
15048         Moving them to GST_LOG.
15049
15050 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15051
15052         * README:
15053           Replace current README (containing the release notes from
15054           some 0.9.x version) with a proper README taken from the core.
15055
15056 2006-05-26  Wim Taymans  <wim@fluendo.com>
15057
15058         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15059         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15060         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15061         (vorbis_dec_change_state):
15062         Small cleanups.
15063         Add some FIXMEs
15064         Clip output samples to segment boundaries.
15065
15066 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15067
15068         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15069         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15070         Improve the errors produced on bad output, including some human
15071         readable description strings.
15072         Handle the (theoretical for ximagesink) case where the XServer 
15073         has a different idea about the size required for a particular 
15074         frame and gives us too small a memory allocation.
15075
15076 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15077
15078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15079         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15080         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15081         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15082         Improve the errors produced on bad output, including some human 
15083         readable description strings.
15084         Handle RGB Xv formats properly by transforming them into our 
15085         big-endian caps description.
15086         Use gst_caps_truncate to ensure that we never try and choose a
15087         non-fixed caps in buffer_alloc.
15088         Handle the case where the XServer has a different idea about the size
15089         required for a particular frame and gives us too small a memory
15090         allocation.
15091         Use -1 to indicate 'no image format', because 0 is a valid XServer
15092         image format number.
15093         Put RGB Xv formats at the end of the caps, so that we always prefer
15094         YUV format frames.
15095         Iterate the available Xv Encodings to determine the maximum width and
15096         height, and then return that in our caps.
15097         (Closes #315312, #337544)
15098
15099 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15100
15101         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15102         When there is only one unfinished pad and it receives an event that
15103         doesn't match our requirements, we need to set alldone=FALSE so that
15104         the fakesink is not removed yet.
15105
15106 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15107
15108         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15109           Use gst_type_find_helper_for_buffer() to find the type
15110           of stream from the first packet.
15111
15112         * configure.ac:
15113           Bump requirements to core CVS (needed for vorbis
15114           typefinding to work).
15115
15116 2006-05-24  Edward Hervey  <edward@fluendo.com>
15117
15118         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15119         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15120         contain.  Else they play perfectly fine with qtdemux.
15121
15122 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15123
15124         * ext/theora/theoradec.c:
15125         * ext/theora/theoraenc.c:
15126         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15127         * gst/audiorate/gstaudiorate.c:
15128           make more debug catagories static
15129         
15130         * tests/check/Makefile.am:
15131         * tests/check/elements/adder.c: (message_received),
15132         (test_event_message_received), (GST_START_TEST),
15133         (test_play_twice_message_received), (adder_suite):
15134           added test case for using element twice, extra bonus points for anyone
15135           who can make these test run reliably
15136
15137 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15138
15139         * ext/theora/theoradec.c: (theora_dec_chain):
15140           Make work with time-stamped input buffers that do not
15141           have a granulepos in BUFFER_OFFSET_END (like theora
15142           buffers coming from matroskademux). Fixes #342448.
15143
15144 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15145
15146         Patch by: Peter Kjellerstedt  <pkj at axis com>
15147
15148         * gst/tcp/Makefile.am:
15149           fdstresstest doesn't need Gtk+, fix compilation if 
15150           gtk is not available (#342566).
15151
15152 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15153          
15154         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15155           80 line columns
15156           Removed redundant floor()
15157
15158 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15159
15160         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15161           On second thought, just skip JUNK chunks automatically, so
15162           the caller doesn't have to handle this. Fixes #342345.
15163           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15164           not GST_FLOW_ERROR.
15165
15166 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15167
15168         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15169           Don't bail out on JUNK chunks with a size of 0 (would try to
15170           pull_range 0 bytes before, which sources don't like too much).
15171           See #342345.
15172
15173 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15174
15175         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15177         Use the gstutil scaling function to preserve 64 bits while calculating
15178         output width and height from the display-aspect-ratio. (A continuation
15179         of #341542)
15180
15181 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15182
15183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15184         (gst_xvimagesink_buffer_alloc):
15185         * sys/xvimage/xvimagesink.h:
15186         When performing buffer allocations, remember the caps and image format
15187         we return so that if the same caps are asked for next time we can
15188         return them immediately without doing any caps intersections.
15189
15190 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15191          
15192         * gst-libs/gst/rtp/README:
15193           Some new documentation
15194         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15195           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15196         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15197         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15198           New RTP audio base payloader class. Supports frame or sample based
15199           codecs.  Not enabled in Makefile.am until approved.
15200
15201 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15202
15203         * tests/check/elements/alsa.c: (test_device_property_probe):
15204           Fix test case: don't try to free NULL GValueArray when there
15205           are no devices.
15206
15207 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15208
15209         * tests/check/Makefile.am:
15210         * tests/check/elements/alsa.c: (test_device_property_probe),
15211         (alsa_suite), (main):
15212           Add simple test that runs a device property probe on alsasrc,
15213           alsasink and alsamixer. Disable valgrind check for now (too
15214           many leaks in libasound, and valgrind ignored my suppressions
15215           additions).
15216
15217 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15218
15219         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15220         (gst_alsa_device_property_probe_probe_property),
15221         (gst_alsa_device_property_probe_needs_probe),
15222         (gst_alsa_device_property_probe_get_values),
15223         (gst_alsa_type_add_device_property_probe_interface):
15224         * ext/alsa/gstalsadeviceprobe.h:
15225         * ext/alsa/gstalsamixerelement.c:
15226         (gst_alsa_mixer_element_init_interfaces):
15227         * ext/alsa/gstalsamixerelement.h:
15228           Clean up and simplify alsa device probing. Make it actually work
15229           for multiple classes. Don't cache results any longer.
15230
15231         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15232         (gst_alsasink_init):
15233         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15234         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15235         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15236           Make alsasink and alsasrc implement the GstPropertyProbe interface
15237           for device probing (#342181).
15238           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15239
15240 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15241
15242         * gst/subparse/samiparse.c: (handle_start_font):
15243           Don't ignore return value of strtol (++compiler_happiness).
15244
15245 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15246
15247         Patch by: Young-Ho Cha  <ganadist chollian net>
15248
15249         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15250         (gst_sub_parse_class_init), (gst_sub_parse_init),
15251         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15252         (convert_encoding):
15253         * gst/subparse/gstsubparse.h:
15254           Add 'encoding' property (#341681).
15255
15256         * gst/subparse/samiparse.c: (characters_sami):
15257           Output is pango markup, so we need to escape text
15258           between tags (#342143).
15259
15260 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15261
15262         * gst-libs/gst/audio/multichannel.c:
15263         (gst_audio_check_channel_positions):
15264           It's okay to have caps with channels=1 and a channel position
15265           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15266           (deinterleavers might want to keep the position in the caps,
15267           so that they can be re-interleaved again properly later).
15268           Leave check for unexpected 2-channel layouts intact for now.
15269
15270 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15271
15272         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15273         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15274         basesrc can do its job correctly.
15275
15276 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15277
15278         * ext/alsa/Makefile.am:
15279         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15280         (gst_alsa_detect_formats), (get_channel_free_structure),
15281         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15282         (gst_alsa_probe_supported_formats):
15283         * ext/alsa/gstalsa.h:
15284         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15285           Refactor and improve caps probing code: probe signedness
15286           when we probe the supported formats/widths; set endianness
15287           to the one we actually probed for (ie. cpu endianness).
15288           
15289         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15290         (gst_alsasrc_close):
15291         * ext/alsa/gstalsasrc.h:
15292           Implement caps probing for alsasrc.
15293
15294 2006-05-15  Wim Taymans  <wim@fluendo.com>
15295
15296         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15297         (theora_dec_src_query), (theora_dec_src_event),
15298         (theora_dec_sink_event), (theora_handle_comment_packet),
15299         (theora_handle_data_packet), (theora_dec_change_state):
15300         Cleanups, add some G_LIKELY.
15301         Use segment helpers instead of our own wrong code.
15302         Clear queued buffers on seek and READY.
15303
15304         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15305         (vorbis_dec_convert), (vorbis_dec_src_query),
15306         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15307         (vorbis_handle_comment_packet), (vorbis_dec_push),
15308         (vorbis_handle_data_packet), (vorbis_dec_chain),
15309         (vorbis_dec_change_state):
15310         * ext/vorbis/vorbisdec.h:
15311         Remove old useless packetno variable.
15312         Do position query properly.
15313         Add some G_LIKELY.
15314         Do cleanup of queued buffers in new helper function
15315         and use it.
15316
15317 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15318
15319         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15320           Query supported sample rates. Fixes #341732.
15321
15322 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15323
15324         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15325         (gst_decode_bin_change_state): Make decodebin reusable
15326         when going from PAUSE_TO_READY and then back to PAUSED.
15327         Fixes #331678.
15328
15329 2006-05-15  Wim Taymans  <wim@fluendo.com>
15330
15331         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15332         (vorbis_dec_convert), (vorbis_dec_src_query),
15333         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15334         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15335         (vorbis_dec_clean_queued), (vorbis_dec_push),
15336         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15337         Cleanups. Use refcounting and DEBUG_OBJECT.
15338         Reset segment on flush, use code methods instead of our
15339         own wrong version.
15340         Fix potential memleak.
15341
15342 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15343
15344         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15345         (gst_alsasink_init):
15346         * ext/alsa/gstalsasink.h:
15347           Don't leak allocated snd_output_t structure if there's
15348           more than one alsasink instance at a time (#341873).
15349           Also fix GObject macros in header file.
15350           
15351 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15352
15353         * gst/subparse/gstsubparse.c:
15354         (gst_sub_parse_data_format_autodetect):
15355           Don't use libxml functions in the typefinding code.
15356
15357 2006-05-15  Wim Taymans  <wim@fluendo.com>
15358
15359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15360         Fix seeking performance in the case where a non-header 
15361         packet has a 0 granulepos (busted theora case). 
15362         Fixes #341719
15363         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15364          the first place, you limelight stealer you)
15365
15366 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15367
15368         * gst/subparse/gstsubparse.c:
15369         (gst_sub_parse_data_format_autodetect):
15370           Improve SAMI typefinding: handle case where there are
15371           whitespaces or newlines in front of the first <SAMI>
15372           tag (#169936).
15373
15374 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15375
15376         * configure.ac:
15377           Build video4linux plugin even if there's no XVIDEO, just
15378           without implementing the GstXOverlay interface (#334002).
15379          
15380 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15381
15382         * configure.ac:
15383         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15384         (plugin_init):
15385           Add tentative support for libvisual-0.4 (#336881).
15386
15387 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15388
15389         Patch by: Young-Ho Cha <ganadist at chollian net>
15390
15391         * gst/subparse/samiparse.c: (handle_start_font):
15392           Need to map "silver" colour explicitly (#169936).
15393
15394 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15395
15396         Patch by: Young-Ho Cha  <ganadist at chollian net>
15397
15398         * gst/subparse/Makefile.am:
15399         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15400         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15401         (gst_sub_parse_format_autodetect), (feed_textbuf),
15402         (gst_subparse_type_find), (plugin_init):
15403         * gst/subparse/gstsubparse.h:
15404         * gst/subparse/samiparse.c:
15405         * gst/subparse/samiparse.h:
15406           Add support for SAMI subtitles (#169936).
15407
15408 2006-05-14  Michael Smith  <msmith@fluendo.com>
15409
15410         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15411           Fix #341696: crash when mixing L+R+C to mono or stereo.
15412         * tests/check/Makefile.am:
15413         * tests/check/elements/audioconvert.c: (set_channel_positions),
15414         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15415         (audioconvert_suite):
15416           Add test for the above, including some generic framework bits for
15417           testing multichannel things.
15418
15419 === release 0.10.7 ===
15420
15421 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15422
15423         * configure.ac:
15424           releasing 0.10.7, "Leave the gun"
15425
15426 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15427
15428         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15430         Fix the build.
15431
15432 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15433
15434         * docs/libs/gst-plugins-base-libs-docs.sgml:
15435         * docs/libs/gst-plugins-base-libs-sections.txt:
15436         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15437         * gst-libs/gst/video/video.h:
15438         * gst/videoscale/Makefile.am:
15439         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15441         * tests/check/Makefile.am:
15442         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15443         (main):
15444           Fix integer overflow problem with pixel-aspect-ratio calculations
15445           in videoscale and xvimagesink (#341542)
15446
15447 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15448
15449         * gst-libs/gst/tag/gstid3tag.c:
15450           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15451
15452 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15453
15454         * win32/MANIFEST:
15455           update win32 files listing
15456
15457 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15458
15459         patch by: Sjoerd Simons (sjoerd@luon.net)
15460
15461         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15462         (group_create), (group_destroy), (add_stream),
15463         (gst_play_base_bin_get_property),
15464         (gst_play_base_bin_get_streaminfo_value_array):
15465         * gst/playback/gstplaybasebin.h:
15466           API: GstPlayBaseBin::stream-info-value-array property
15467           use a more bindings-friendly way of exposing streaminfo
15468           using a GValueArray.  Tested in ipython.
15469           Closes #341114
15470
15471 2006-05-11  Wim Taymans  <wim@fluendo.com>
15472
15473         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15474         (queue_underrun_cb), (queue_filled_cb):
15475         Also catch queue underruns but don't do anything yet.
15476         Refactor and comment queue enlarging code a bit.
15477
15478         * gst/playback/gstplaybasebin.c: (queue_overrun),
15479         (queue_threshold_reached), (queue_out_of_data),
15480         (gen_preroll_element):
15481         If a queue over/underruns check that we don't create nasty
15482         deadlocks when the min-threshold is not reached but the
15483         max-bytes is. In those cases disable max-bytes when we
15484         know that the queue is fed timed data.
15485         Add more comments.
15486
15487 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15488
15489         * gst/playback/gstplaybin.c: (gen_audio_element):
15490           Make playbin automatically plug an 'audioresample'
15491           element before the audio sink as well. This solves
15492           problems with sinks that only accept a very specific
15493           sample rate, like esdsink (e.g. #340379).
15494
15495 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15496
15497         * gst/playback/gstplaybasebin.c: (gen_source_element):
15498           Make http sources send special headers so that we receive
15499           icecast metadata if the http stream is an icecast stream
15500           (otherwise the server will just ignore them). This also
15501           means that from now on users will need the 'icydemux'
15502           element from gst-plugins-good installed if they want to
15503           listen to icecast radio streams. (#341432, #333657).
15504
15505 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15506
15507         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15508         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15509           remove stupid example from docs - it should come with a simple
15510           C program instead.
15511           Clean up/fix docs
15512         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15513         (fail_if_can_read), (GST_START_TEST),
15514         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15515           add a test for changing streamheader which exposes a bug in
15516           multifdsink
15517
15518 2006-05-11  Michael Smith  <msmith@fluendo.com>
15519
15520         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15521         (gst_gnome_vfs_src_received_headers_callback):
15522         * ext/gnomevfs/gstgnomevfssrc.h:
15523           Don't set icy-caps unless we have a sane interval value. Move
15524           interval to a local variable; we never use it outside this function.
15525
15526 2006-05-11  Wim Taymans  <wim@fluendo.com>
15527
15528         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15530         Register special buffer types along with the objects so
15531         that they are not registered at runtime from N different
15532         streaming threads since they are not threadsafe.
15533
15534 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15535
15536         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15537         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15538           add two more tests, one doing streamheader
15539
15540 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15541
15542         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15543           clean up the bufqueue when shutting down
15544         * tests/check/Makefile.am:
15545         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15546         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15547         (main):
15548           add a test for the leak that was just fixed
15549
15550 2006-05-10  Wim Taymans  <wim@fluendo.com>
15551
15552         * gst/adder/gstadder.c: (gst_adder_setcaps),
15553         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15554         (gst_adder_src_event), (gst_adder_sink_event),
15555         (gst_adder_class_init), (gst_adder_finalize),
15556         (gst_adder_request_new_pad), (gst_adder_collected):
15557         * gst/adder/gstadder.h:
15558         Updated some docs. Added comments and FIXMEs all over the place.
15559         Improve debugging info.
15560         Fix leak on finalize by not calling the parent.
15561         Implement duration query.
15562         Make event forwarding threadsafe.
15563         Correctly send NEWSEGMENT at start and after flush.
15564         Handle EOS correctly.
15565         Post error when not negotiated.
15566
15567         * tests/check/elements/adder.c: (GST_START_TEST):
15568         Added FIXME in the test.
15569
15570 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15571
15572         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15573         (gst_text_overlay_halign_get_type),
15574         (gst_text_overlay_wrap_mode_get_type):
15575         * ext/theora/theoradec.c: (theora_handle_type_packet),
15576         (theora_handle_data_packet):
15577         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15578         (theora_enc_sink_setcaps), (theora_enc_chain):
15579         * gst-libs/gst/cdda/gstcddabasesrc.c:
15580         (gst_cdda_base_src_mode_get_type):
15581         * gst/audiotestsrc/gstaudiotestsrc.c:
15582         (gst_audiostestsrc_wave_get_type):
15583         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15584         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15585         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15586         (gst_sync_method_get_type), (gst_unit_type_get_type),
15587         (gst_client_status_get_type):
15588         * gst/videoscale/gstvideoscale.c:
15589         (gst_video_scale_method_get_type):
15590         * gst/videotestsrc/gstvideotestsrc.c:
15591         (gst_video_test_src_pattern_get_type):
15592         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15593         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15594         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15595         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15596         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15597         (paint_setup_RGB565), (paint_setup_xRGB1555):
15598           Const-ify GEnumValue and GFlagsValue arrays. Use
15599           GST_ROUND_UP_* macros instead of home-made ones.
15600
15601 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15602
15603         * configure.ac:
15604           Require core CVS for the new newsegment stuff.
15605
15606 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15607
15608         Patch by: Sjoerd Simons  <sjoerd at luon net>
15609
15610         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15611           Register nick for enum value (#341160).
15612
15613 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15614
15615         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15616         (plugin_init):
15617          backout typefind patch #340375
15618          
15619         * tests/check/elements/adder.c: (message_received),
15620         (GST_START_TEST), (adder_suite):
15621           redo, signal-handling of test
15622
15623 2006-05-09  Wim Taymans  <wim@fluendo.com>
15624
15625         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15626         (gst_adder_collected):
15627         * gst/adder/gstadder.h:
15628         Remove bogus segment merging and forwarding, we don't
15629         care about timestamps anyway and we just produce a
15630         continuous stream. 
15631         Also create a nice NEWSEGMENT event when we start.
15632         Use _scale_int some more.
15633
15634 2006-05-09  Edward Hervey  <edward@fluendo.com>
15635
15636         * tests/icles/stress-xoverlay.c:
15637         Fix if core was built without parsing support.
15638
15639 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15640
15641         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15642           Add SEDG (Samsung MPEG-4) fourcc.
15643
15644 2006-05-09  Edward Hervey  <edward@fluendo.com>
15645
15646         * tests/icles/stress-xoverlay.c:
15647         * tests/examples/volume/volume.c:
15648         Fix if core was built without parsing support.
15649
15650         * tests/examples/seek/seek.c:
15651         Disable the parse_launch example if core was built without parsing
15652         support.
15653
15654 2006-05-08  Edward Hervey  <edward@fluendo.com>
15655
15656         * autogen.sh: (CONFIGURE_DEF_OPT): 
15657         libtoolize on Darwin/MacOSX is called glibtoolize
15658
15659 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15660
15661         * tests/check/Makefile.am:
15662         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15663           Disable the adder test, until the build-slaves posses the kindness to 
15664           either like it or to give valid reason for not doing so 
15665
15666 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15667
15668         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15669         (adder_suite):
15670           Shuffle NULL state change around and raise timeout more
15671
15672 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15673
15674         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15675         (mp4_type_find), (plugin_init):
15676           Add typefind to distinguish between "audio/x-m4a" and new type
15677           "video/mp4". Fixes #340375
15678
15679         * tests/check/elements/adder.c: (adder_suite):
15680           Raise timeout to make buildbot happy
15681
15682 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15683
15684         * gst/adder/gstadder.c: (gst_adder_sink_event),
15685         (gst_adder_request_new_pad), (gst_adder_change_state):
15686         * gst/adder/gstadder.h:
15687         * tests/check/Makefile.am:
15688         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15689         (adder_suite), (main):
15690           Add sink-event handling to adder. It tries to merge incomming
15691           newsegment-events. Added test to check if segment_done is comming
15692           through. Fixes #340060
15693
15694 2006-05-05  Andy Wingo  <wingo@pobox.com>
15695
15696         * ext/theora/theoraparse.c (gst_theora_parse_init)
15697         (theora_parse_src_convert, theora_parse_src_query):
15698         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15699         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15700         query functions on the source pads of the theora and vorbis parse
15701         elements. Fixes position querying when doing a remux.
15702
15703 2006-05-05  Michael Smith  <msmith@fluendo.com>
15704
15705         * ext/theora/theoraparse.c: (parse_granulepos),
15706         (theora_parse_drain_queue_prematurely),
15707         (theora_parse_queue_buffer), (theora_parse_sink_event):
15708           Fix flushing.
15709           Fix invalid granulepos outputs when starting with a non-keyframe.
15710
15711 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15712
15713         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15714         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15715         Rearrange MPEG system stream detection, fixing some memleaks in the
15716         process.
15717         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15718         they clean up their data correctly.
15719         Remove unused ogganx caps and move the 'is_annodex' check to inside
15720         the 'is_ogg' if statement.
15721
15722 2006-05-05  Wim Taymans  <wim@fluendo.com>
15723
15724         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15725         Properly remove ghostpads. Fixes #340392
15726
15727 2006-05-04  David Schleef  <ds@schleef.org>
15728
15729         * gst/typefind/gsttypefindfunctions.c:
15730
15731 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15732
15733         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15734         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15735
15736         When typefinding an MP3 in push-based mode, don't penalise the
15737         probability down to 74% when we found 5 valid frames just because we
15738         can't peek the end of the file.
15739
15740         Make the probability for detecting MPEG Transport Streams based on the
15741         number of sequential headers we successfully detected.
15742
15743 2006-05-03  Wim Taymans  <wim@fluendo.com>
15744
15745         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15746         (vorbis_dec_push), (vorbis_dec_chain):
15747         Still produce an error when we receive an empty packet.
15748
15749 2006-05-03  Wim Taymans  <wim@fluendo.com>
15750
15751         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15752         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15753         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15754         Mark buffers with DISCONT after seek and after activating new
15755         chains.
15756
15757         * ext/theora/gsttheoradec.h:
15758         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15759         (theora_get_query_types), (theora_dec_sink_event),
15760         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15761         (theora_dec_change_state):
15762         Fix frame counter.
15763         Detect and mark DISCONT buffers.
15764
15765         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15766         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15767         (vorbis_dec_change_state):
15768         * ext/vorbis/vorbisdec.h:
15769         Use GstSegment.
15770         Detect and mark DISCONT buffers.
15771         Don't crash on 0 sized buffers.
15772
15773 2006-05-03  Wim Taymans  <wim@fluendo.com>
15774
15775         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15776         (volume_transform_ip):
15777         Increase "volume" property to 10.0. Fixes #340369.
15778         Set the process function to NULL when capsnego fails so that
15779         we properly error out.
15780
15781 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15782
15783         * gst/playback/gstplaybin.c: (add_sink):
15784         * gst/playback/test.c: (main):
15785         * gst/playback/test5.c: (dump_element_stats):
15786         * gst/playback/test6.c: (main):
15787           free caps using gst_caps_unref, don't leak caps-strings
15788
15789 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15790
15791         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15792         (plugin_init):
15793           Refine musepack typefinding a bit. Return MAXIMUM
15794           probability when we detect stream version 7 to make
15795           sure the mpeg audio typefinder doesn't trump us.
15796
15797 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15798
15799         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15800           Protect against unexpected NULL strf_data buffer.
15801
15802 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15803
15804         * tests/check/elements/audioconvert.c: (verify_convert),
15805         (GST_START_TEST):
15806           interpret the out[] buffer in the order the bytes are actually
15807           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15808           Other tests should use BYTE_ORDER since the array is filled in
15809           with actual values
15810
15811 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15812
15813         * tests/check/elements/audioconvert.c: (verify_convert),
15814         (GST_START_TEST):
15815           when a test fails, give an indication of which it is
15816
15817 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15818
15819         * gst-libs/gst/cdda/gstcddabasesrc.c:
15820           compile fix; strtol() needs <stdlib.h>
15821
15822 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15823
15824         * ext/alsa/gstalsamixerelement.c:
15825         * ext/alsa/gstalsasrc.c:
15826         * ext/cdparanoia/gstcdparanoiasrc.c:
15827         * ext/gnomevfs/gstgnomevfssink.c:
15828         * ext/gnomevfs/gstgnomevfssrc.c:
15829         * ext/ogg/gstoggdemux.c:
15830         * ext/ogg/gstoggmux.c:
15831         * ext/ogg/gstoggparse.c:
15832         * ext/ogg/gstogmparse.c:
15833         * ext/pango/gstclockoverlay.c:
15834         * ext/pango/gsttextoverlay.c:
15835         * ext/pango/gsttextrender.c:
15836         * ext/pango/gsttimeoverlay.c:
15837         * ext/theora/theoradec.c:
15838         * ext/theora/theoraenc.c:
15839         * ext/vorbis/vorbisdec.c:
15840         * ext/vorbis/vorbisenc.c:
15841         * gst-libs/gst/audio/gstaudiofilter.c:
15842         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15843         * gst/audioconvert/gstaudioconvert.c:
15844         * gst/audiorate/gstaudiorate.c:
15845         * gst/audioresample/gstaudioresample.c:
15846         * gst/audiotestsrc/gstaudiotestsrc.c:
15847         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15848         * gst/playback/gstdecodebin.c:
15849         * gst/playback/gstplaybin.c:
15850         * gst/playback/gststreamselector.c:
15851         * gst/subparse/gstsubparse.c:
15852         * gst/tcp/gstmultifdsink.c:
15853         * gst/tcp/gsttcpclientsink.c:
15854         * gst/tcp/gsttcpclientsrc.c:
15855         * gst/tcp/gsttcpserversink.c:
15856         * gst/tcp/gsttcpserversrc.c:
15857         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15858         * gst/videorate/gstvideorate.c:
15859         * gst/videoscale/gstvideoscale.c:
15860         * gst/videotestsrc/gstvideotestsrc.c:
15861         * gst/volume/gstvolume.c:
15862         * sys/v4l/gstv4ljpegsrc.c:
15863         * sys/v4l/gstv4lmjpegsink.c:
15864         * sys/v4l/gstv4lmjpegsrc.c:
15865         * sys/v4l/gstv4lsrc.c:
15866         * sys/ximage/ximagesink.c:
15867         * sys/xvimage/xvimagesink.c:
15868         * tests/check/libs/cddabasesrc.c:
15869           make GstElementDetails const
15870
15871 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15872
15873         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15874         (gst_adder_init):
15875           send events from src-pad to all sink-pads fixes #338657
15876
15877 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15878
15879         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15880         (alsasink_parse_spec):
15881           query width capabilities from alsa, fixes #338919
15882
15883 2006-04-28  Wim Taymans  <wim@fluendo.com>
15884
15885         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15886         (gst_multi_fd_sink_remove_client_link):
15887         * gst/tcp/gstmultifdsink.h:
15888         Fix race condition in multifdsink that can lead to spurious 
15889         duplicate clients. this patch adds a new signal that is fired when
15890         multifdsink has removed all references to the fd.
15891         Fixes #339574.
15892         Updated documentation.
15893         API: client-fd-removed signal added
15894
15895 2006-04-28  Michael Smith  <msmith@fluendo.com>
15896
15897         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15898           When asking g_value_array_new to prealloc elements, we may as well
15899           ask for the right number of elements.
15900
15901 2006-04-28  Wim Taymans  <wim@fluendo.com>
15902
15903         * gst-libs/gst/audio/gstbaseaudiosink.c:
15904         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15905         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15906         patch to make timestamp checking more tollerant to rounding 
15907         errors given that real discontinuities are to be marked on
15908         buffers. Fixes some asf files and #338778.
15909         Also avoid some crashers when we receive an event in the 
15910         NULL state.
15911
15912 2006-04-28  Michael Smith  <msmith@fluendo.com>
15913
15914         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15915         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15916         (gst_gnome_vfs_src_get_property),
15917         (gst_gnome_vfs_src_send_additional_headers_callback),
15918         (gst_gnome_vfs_src_received_headers_callback),
15919         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15920         (gst_gnome_vfs_src_stop):
15921         * ext/gnomevfs/gstgnomevfssrc.h:
15922           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15923           proper shared support within icydemux.
15924
15925 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15926
15927         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15928         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15929           fix up docs
15930           fix a leak when no caps negotiated
15931           fix counting of input frames
15932         * tests/check/elements/.cvsignore:
15933         * tests/check/elements/videorate.c: (assert_videorate_stats),
15934         (GST_START_TEST), (videorate_suite):
15935           add tests for these
15936
15937 2006-04-28  Wim Taymans  <wim@fluendo.com>
15938
15939         * gst-libs/gst/audio/gstringbuffer.c:
15940         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15941         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15942         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15943         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15944         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15945         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15946         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15947         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15948         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15949         Check arguments passed to public functions instead of
15950         crashing.
15951
15952 2006-04-28  Wim Taymans  <wim@fluendo.com>
15953
15954         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15955         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15956         GstBaseAudioSrc must be live or it does not work.
15957
15958         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15959         Don't set live to TRUE as this is the default in the parentclass.
15960
15961 2006-04-28  Wim Taymans  <wim@fluendo.com>
15962
15963         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15964         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15965         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15966         fixation cases better. Fixes #338991
15967
15968 2006-04-28  Wim Taymans  <wim@fluendo.com>
15969
15970         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15971         Handle 0/1 framerate correctly Fixes #331901.
15972
15973 2006-04-28  Wim Taymans  <wim@fluendo.com>
15974
15975         * tests/check/elements/audioconvert.c: (get_float_caps),
15976         (GST_START_TEST), (audioconvert_suite):
15977         Added check for correct clipping when doing float samples
15978         in audioconvert.
15979
15980 2006-04-28  Wim Taymans  <wim@fluendo.com>
15981
15982         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15983         (gst_video_rate_chain):
15984         Print more debugging info.
15985
15986 2006-04-28  Wim Taymans  <wim@fluendo.com>
15987
15988         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15989         (resample_set_state_from_caps):
15990         Add support for other formats audioresample can handle such as
15991         32 bits in and float and 64 bits float. Fixes #301759
15992
15993 2006-04-28  Wim Taymans  <wim@fluendo.com>
15994
15995         * gst/audioconvert/audioconvert.c: (float):
15996         correctly clip float samples > 1.0. Fixes #338718
15997
15998 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15999
16000         Patch by: Young-Ho Cha  <ganadist at chollian net>
16001
16002         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16003         (gst_text_overlay_render_text):
16004           Don't strip newlines from the text. Also, center lines
16005           within multi-line paragraphs (#339405).
16006
16007 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16008
16009         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16010           Fix wavpack typefinding to work in more cases (don't peek
16011           for chunks of multiple hundred kBs at once, but process
16012           things step-by-step in smaller units). Fixes #339786.
16013
16014 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16015
16016         * configure.ac:
16017           back to HEAD
16018
16019 === release 0.10.6 ===
16020
16021 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16022
16023         * configure.ac:
16024           releasing 0.10.6, "Chao"
16025
16026 2006-04-26  David Schleef  <ds@schleef.org>
16027
16028         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16029           Fixes #338897.
16030
16031 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16032
16033         * configure.ac:
16034         * win32/common/config.h:
16035           new prerelease
16036
16037 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16038
16039         patch by: Wim Taymans
16040
16041         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16042         (gst_ogg_demux_perform_seek):
16043           make sure correct newsegments are sent, so that the decoder
16044           and the demuxer agree on timestamps.  Fixes playback of a lot
16045           of Ogg files that do not start from 0.  Fixes #339833.
16046
16047 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16048
16049         Patch by: Edward Hervey  <edward@fluendo.com>
16050
16051         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16052         * tests/check/Makefile.am:
16053         * tests/check/elements/videorate.c: (assert_videorate_stats),
16054         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16055         (videorate_suite), (main):
16056           Fix an infinite loop if frames are passed in with wrongly ordered
16057           timestamps.  Fixes #339013.
16058
16059 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16060
16061         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16062
16063         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16064           fix typefinding on some ISO files.  Fixes #339212.
16065
16066 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16067
16068         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16069
16070         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16071           add another H264 fourcc.  Fixes #339047.
16072
16073 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16074
16075         Patch by: Jan Schmidt
16076
16077         * gst/playback/gststreamselector.c:
16078         (gst_stream_selector_bufferalloc):
16079           Restore old StreamSelector behaviour.
16080           Fixes #338419.
16081
16082 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16083
16084         * configure.ac:
16085         * win32/common/config.h:
16086           prerelease
16087
16088 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16089
16090         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16091
16092         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16093         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16094           Fix some memory leaks: on finalize, free buffers left in the queue
16095           before destroying the queue; in _push(), unref rtp_buf even if
16096           the process vfunc returned a NULL buffer as output buffer (#337548);
16097           demote some recuring debug messages to LOG level.
16098
16099 2006-04-11  Wim Taymans  <wim@fluendo.com>
16100
16101         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16102         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16103         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16104         (gst_ogg_demux_loop):
16105         More cleanups.
16106         Respect segment stop when emiting EOS or SEGMENT_DONE.
16107         Fixes (#337945).
16108
16109 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16110
16111         * gst/playback/gststreamselector.c:
16112         (gst_stream_selector_get_property):
16113           Don't leak pad name.
16114
16115 2006-04-10  Michael Smith  <msmith@fluendo.com>
16116
16117         * tests/check/Makefile.am:
16118         * tests/check/gst-plugins-base.supp:
16119           Suppress an old libtheora bug (fixed in more recent versions), so 
16120           that FC4 buildslaves can pass.
16121
16122 2006-04-10  Wim Taymans  <wim@fluendo.com>
16123
16124         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16125         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16126         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16127         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16128         (gst_ogg_demux_loop):
16129         Don't leak events.
16130         Remember what error we got when finding chains, if we
16131         were shutdown, that would not be an error.
16132
16133 2006-04-10  Wim Taymans  <wim@fluendo.com>
16134
16135         * gst-libs/gst/audio/gstbaseaudiosink.c:
16136         (gst_base_audio_sink_event):
16137         Starting the ringbuffer when we did not acquire it can cause
16138         a deadlock, is pointless and causes nasty things for
16139         subclasses. 
16140         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16141
16142 2006-04-10  Wim Taymans  <wim@fluendo.com>
16143
16144         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16145         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16146         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16147         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16148         (gst_ogg_demux_deactivate_current_chain),
16149         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16150         (gst_ogg_demux_bisect_forward_serialno),
16151         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16152         Add some more debugging.
16153
16154 2006-04-10  Wim Taymans  <wim@fluendo.com>
16155
16156         * ext/theora/theoradec.c: (theora_dec_src_event),
16157         (theora_handle_data_packet):
16158         Some more debug info.
16159
16160         * tests/examples/seek/seek.c: (start_seek), (main):
16161         Print element messages too.
16162
16163 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16164
16165         * gst/audioresample/debug.h:
16166           replace debug macros with variable number of parameters
16167           by a simple alias to gstreamer standard debug macros 
16168          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16169           supported by MSVC 6.0 and 7.1)
16170         * gst/audioresample/resample.h:
16171           define M_PI and rint for WIN32
16172         * win32/common/libgstaudio.def:
16173         * win32/common/libgstriff.def:
16174         * win32/common/libgsttag.def:
16175         * win32/common/libgstvideo.def:
16176           add new exported functions
16177         * win32/vs6:
16178           update project files
16179
16180 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16181
16182         * ext/alsa/gstalsamixeroptions.c:
16183         (gst_alsa_mixer_options_class_init):
16184         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16185         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16186         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16187         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16188         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16189         * gst-libs/gst/audio/gstaudiofilter.c:
16190         (gst_audio_filter_class_init):
16191         * gst-libs/gst/audio/gstaudiosink.c:
16192         (gst_audioringbuffer_class_init):
16193         * gst-libs/gst/audio/gstaudiosrc.c:
16194         (gst_audioringbuffer_class_init):
16195         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16196         * gst-libs/gst/interfaces/colorbalancechannel.c:
16197         (gst_color_balance_channel_class_init):
16198         * gst-libs/gst/interfaces/mixeroptions.c:
16199         (gst_mixer_options_class_init):
16200         * gst-libs/gst/interfaces/mixertrack.c:
16201         (gst_mixer_track_class_init):
16202         * gst-libs/gst/interfaces/tunerchannel.c:
16203         (gst_tuner_channel_class_init):
16204         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16205         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16206         (gst_netbuffer_class_init):
16207         * gst-libs/gst/rtp/gstbasertppayload.c:
16208         (gst_basertppayload_class_init):
16209         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16210         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16211         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16212         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16213         * gst/playback/gststreamselector.c:
16214         (gst_stream_selector_class_init):
16215         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16216         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16217         * sys/v4l/gstv4lcolorbalance.c:
16218         (gst_v4l_color_balance_channel_class_init):
16219         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16220         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16221         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16222         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16223         (gst_v4l_tuner_norm_class_init):
16224         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16226         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16227         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16228
16229 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16230
16231         * ext/pango/gsttextrender.h:
16232         * gst-libs/gst/audio/gstaudiosink.h:
16233         * gst-libs/gst/audio/gstaudiosrc.h:
16234         * gst-libs/gst/audio/gstbaseaudiosink.h:
16235         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16236         * gst-libs/gst/audio/gstringbuffer.h:
16237         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16238         * gst-libs/gst/rtp/gstbasertppayload.h:
16239         * gst-libs/gst/video/gstvideofilter.h:
16240         * gst-libs/gst/video/gstvideosink.h:
16241         * gst/playback/gstplaybasebin.h:
16242         * gst/tcp/gstmultifdsink.h:
16243         * sys/v4l/gstv4lelement.h:
16244         Fix broken GObject macros
16245
16246 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16247
16248         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16249         More debug to trace why my USB headset is not working with gst
16250
16251 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16252
16253         * gst/playback/gstplaybasebin.c: (group_destroy):
16254         Clean up our group elements properly in the case where it never 
16255         got committed - it still got added unconditionally to the bin.
16256
16257 2006-04-07  Wim Taymans  <wim@fluendo.com>
16258
16259         * ext/theora/theoradec.c: (theora_dec_sink_event),
16260         (theora_handle_data_packet), (theora_dec_chain):
16261         Unref unhandled events.
16262         Protect against empty buffers.
16263         Perform QoS on running time.
16264
16265 2006-04-07  Michael Smith  <msmith@fluendo.com>
16266
16267         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16268         (gst_vorbis_enc_chain):
16269           Remove leaks from vorbisenc.
16270           Mostly minor changes, the only significant one is that now the
16271           buffers we set as 'streamheader' on the caps are copies of the
16272           original buffers, to avoid circular refcounting problems.
16273
16274 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16275
16276         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16277           Don't remove our mute-probe if someone else already did so.
16278           Don't set a 2nd one if there is already one pending on the pad.
16279
16280         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16281         (do_playbin_seek):
16282           When a seek fails, ensure that playbin is still set back to playing.
16283           
16284         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16285         (mpeg_ts_type_find), (plugin_init):
16286           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16287
16288 2006-04-06  Andy Wingo  <wingo@pobox.com>
16289
16290         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16291         (gst_video_rate_init): Caps-related parameters should not be reset
16292         by a flush -- move their inits to the instance init function.
16293         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16294         is not OK, just return the result.
16295
16296         * gst/audiotestsrc/gstaudiotestsrc.c
16297         (gst_audio_test_src_class_init)
16298         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16299         broken by Stefan's commit on 24 March.
16300
16301         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16302         buffers being pushed out. Fixes oggmux ! multifdsink.
16303
16304 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16305
16306         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16307         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16308         * ext/vorbis/vorbisdec.h:
16309         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16310         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16311         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16312         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16313         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16314         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16315         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16316         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16317         (gst_vorbis_enc_buffer_from_packet),
16318         (gst_vorbis_enc_buffer_from_header_packet),
16319         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16320         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16321         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16322         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16323         (gst_vorbis_enc_change_state):
16324         * ext/vorbis/vorbisenc.h:
16325           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16326           vorbisenc adhere to the official nomenclature; use boilerplate
16327           macro.
16328
16329 2006-04-04  Andy Wingo  <wingo@pobox.com>
16330
16331         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16332         Whoops, fix bug introduced. Bad hacker!
16333         
16334         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16335         Properly handle the case where you get EOS before any buffers are
16336         received. Use gst_buffer_make_metadata_writable where appropriate.
16337
16338         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16339         is often negative -- make it signed so as not to wrap around.
16340         Fixes segfaults introduced on 9 March.
16341
16342 2006-04-03  Wim Taymans  <wim@fluendo.com>
16343
16344         * ext/theora/gsttheoradec.h:
16345         * ext/theora/theoradec.c: (theora_dec_src_event):
16346         Don't try to store a gdouble in a gboolean.
16347         Small cleanups.
16348
16349 2006-04-03  Michael Smith  <msmith@fluendo.com>
16350
16351         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16352           Oggmux sucks.
16353           Make it suck slightly less by writing out the final page.
16354           Still can't encode a vorbis-in-ogg file correctly, though.
16355
16356 2006-04-03  Andy Wingo  <wingo@pobox.com>
16357
16358         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16359         a g_print.
16360
16361         * ext/theora/theora.c (plugin_init): Register theoraparse.
16362
16363         * ext/theora/gsttheoraparse.h: 
16364         * ext/theora/theoraparse.c: New files implementing a theora
16365         parser. Now we can properly remux ogg/theora+vorbis, yay.
16366
16367         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16368
16369 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16370
16371         * gst/audiotestsrc/gstaudiotestsrc.c:
16372           Fixed the sample pipeline (see #323798)
16373
16374 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16375
16376         * configure.ac:
16377         * win32/common/config.h:
16378         * win32/common/config.h.in:
16379           use AS_VERSION and AS_NANO
16380           more cleanups
16381
16382 2006-03-31  Andy Wingo  <wingo@pobox.com>
16383
16384         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16385         uninitialized variable return that would happen.
16386         
16387         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16388         uninitialized variable return that would never happen.
16389
16390         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16391         (vorbis_parse_sink_event): Add an event function to flush our
16392         state on a seek, and to drain buffers on a premature EOS.
16393         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16394         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16395         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16396         (vorbis_parse_drain_queue): Queue up buffers until we can set
16397         their timestamps and granulepos values.
16398
16399         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16400         and keep track of data needed for deriving granulepos and
16401         timestamps for buffers.
16402
16403 2006-03-29  Wim Taymans  <wim@fluendo.com>
16404
16405         Patch by: j^ <j at bootlab dot org>
16406
16407         * ext/alsa/gstalsamixerelement.c:
16408         (gst_alsa_mixer_element_class_init):
16409         * ext/alsa/gstalsasink.c:
16410         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16411         * ext/ogg/gstoggdemux.c:
16412         * ext/ogg/gstoggmux.c:
16413         * ext/ogg/gstoggparse.c:
16414         * ext/pango/gstclockoverlay.c:
16415         * ext/pango/gsttextoverlay.c:
16416         * ext/pango/gsttextrender.c:
16417         * ext/pango/gsttimeoverlay.c:
16418         * ext/theora/theoradec.c:
16419         * ext/theora/theoraenc.c:
16420         * ext/vorbis/vorbisdec.c:
16421         * ext/vorbis/vorbisenc.c:
16422         * gst/audioconvert/gstaudioconvert.c:
16423         * gst/subparse/gstsubparse.c:
16424         * gst/tcp/gstmultifdsink.c:
16425         * gst/tcp/gsttcpclientsink.c:
16426         * gst/tcp/gsttcpclientsrc.c:
16427         * gst/tcp/gsttcpserversink.c:
16428         * gst/tcp/gsttcpserversrc.c:
16429           better/unified long descriptions
16430           Fixes #336477
16431
16432 2006-03-29  Wim Taymans  <wim@fluendo.com>
16433
16434         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16435         (stop_seek):
16436         Don't let double and triple clicks mess up our state.
16437
16438 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16439
16440         * gst/playback/gstplaybin.c: (gen_video_element),
16441         (gen_text_element), (gen_audio_element), (gen_vis_element):
16442           Error out gracefully when we can't create any of the usual
16443           conversion elements for some reason. Also, don't try to
16444           create an audioscale (sic) element that's not used anyway.
16445
16446 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16447
16448         * gst/playback/gstplaybasebin.c: (setup_source):
16449           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16450           element for a particular protocol, that's confusing for users.
16451           Instead, post a RESOURCE_FAILED error, so that our own error
16452           message is actually shown in totem etc. (#336303).
16453
16454 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16455
16456         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16457
16458         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16459         (gst_gnome_vfs_src_get_icy_metadata):
16460           Fix some minor memory leaks (#336194).
16461
16462 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16463
16464         * ext/gnomevfs/gstgnomevfs.c:
16465         (gst_gnome_vfs_location_to_uri_string):
16466         * ext/gnomevfs/gstgnomevfs.h:
16467         * ext/gnomevfs/gstgnomevfssink.c:
16468         (gst_gnome_vfs_sink_set_property):
16469         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16470           Make gnomevfssink accept filenames as well as URIs for the
16471           "location" property, just like gnomevfssrc does (and
16472           filesrc/filesink do) (#336190).
16473
16474 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16475
16476         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16477           set to NULL before unreffing, fixes a valgrind leak.
16478           Why was this not triggering the error that an object needs to
16479           be NULL before unreffing ?
16480         * win32/common/config.h:
16481           update
16482
16483 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16484
16485         * gst/subparse/gstsubparse.c: (convert_encoding),
16486         (gst_sub_parse_change_state):
16487         * gst/subparse/gstsubparse.h:
16488           Text subtitle files may or may not be UTF-8. If it's not, we
16489           don't really want to see '?' characters in place of non-ASCII
16490           characters like accented characters. So let's assume the input
16491           is UTF-8 until we come across text that is clearly not. If it's
16492           not UTF-8, we don't really know what it is, so try the following:
16493           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16494           is set; if not, check (b) if the current locale encoding is
16495           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16496           the current locale encoding is UTF-8 and the environment variable
16497           was not set to any particular encoding. Not perfect, but better
16498           than nothing (and better than before, I think) (fixes #172848).
16499
16500 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16501
16502         * configure.ac:
16503           update core requirement to 0.10.4.1 because of async_playback
16504           vmethod on GstBaseSink
16505
16506 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16507
16508         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16509         * gst/adder/gstadder.c: (gst_adder_init):
16510         use DEBUG_FUNCPTR for collectpads
16511
16512 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16513
16514         * docs/plugins/Makefile.am:
16515         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16516         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16517         * ext/cdparanoia/gstcdparanoiasrc.c:
16518         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16519         (gst_gnome_vfs_sink_class_init):
16520         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16521         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16522         * ext/ogg/gstoggmux.c:
16523         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16524         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16525         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16526         * ext/pango/gsttextoverlay.c:
16527         * ext/pango/gsttextrender.c:
16528         * ext/theora/theoradec.c:
16529         * ext/theora/theoraenc.c:
16530         * ext/vorbis/vorbisdec.c:
16531         * ext/vorbis/vorbisenc.c:
16532         * gst-libs/gst/audio/gstaudiofilter.c:
16533         (gst_audio_filter_base_init):
16534         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16535         (gst_audio_filter_template_base_init):
16536         * gst/adder/gstadder.c: (gst_adder_get_type):
16537         * gst/adder/gstadder.h:
16538         * gst/audioconvert/gstaudioconvert.c:
16539         * gst/audiotestsrc/gstaudiotestsrc.c:
16540         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16541         (gst_audio_test_src_create):
16542         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16543         * gst/playback/gstdecodebin.c:
16544         * gst/playback/gstplaybin.c:
16545         * gst/playback/gststreamselector.c:
16546         (gst_stream_selector_base_init):
16547         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16548         * gst/volume/gstvolume.c:
16549         * sys/v4l/gstv4lmjpegsink.c:
16550         * sys/v4l/gstv4lmjpegsrc.c:
16551         * tests/check/libs/cddabasesrc.c:
16552         * tests/old/examples/gob/gst-identity2.gob:
16553           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16554           define GstElementDetails at the top
16555
16556 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16557
16558         * win32/common/libgstinterfaces.def:
16559         Add a lot of export functions for gst-python
16560         * win32/vs6/libgstinterfaces.dsp:
16561         Add a missing include folder in the project configuration
16562         
16563 2006-03-23  Wim Taymans  <wim@fluendo.com>
16564
16565         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16566         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16567         (gst_base_audio_src_change_state):
16568         Fix audio sources, forgot to make the ringbuffer
16569         startable...
16570
16571 2006-03-23  Wim Taymans  <wim@fluendo.com>
16572
16573         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16574         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16575         (gst_base_audio_src_change_state):
16576         unparent instead of unref the ringbuffer.
16577
16578 2006-03-23  Wim Taymans  <wim@fluendo.com>
16579
16580         * gst-libs/gst/audio/gstbaseaudiosink.c:
16581         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16582         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16583         Implement new async_play vmethod to start slaving and allow
16584         playback start in case of async PLAY state changes. 
16585
16586         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16587         Enable QoS with new method in base class.
16588
16589 2006-03-23  Wim Taymans  <wim@fluendo.com>
16590
16591         Patch by: Julien MOUTTE <julien at moutte dot net>
16592
16593         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16594         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16595         Partially handle 0 framerate, only EOS after the first frame
16596         is missing.
16597
16598 2006-03-23  Wim Taymans  <wim@fluendo.com>
16599
16600         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16601
16602         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16603         (gst_riff_create_video_template_caps):
16604         * gst/ffmpegcolorspace/avcodec.h:
16605         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16606         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16607         (gst_ffmpegcsp_avpicture_fill):
16608         * gst/ffmpegcolorspace/imgconvert.c:
16609         Patch for support of YVU9 AVI files (#334822)
16610
16611 2006-03-22  Edward Hervey  <edward@fluendo.com>
16612
16613         * docs/design/design-decodebin.txt:
16614         Added design document for new decodebin
16615         (Target Caps): text/x-pango-markup is also a default target caps.
16616
16617 2006-03-22  Wim Taymans  <wim@fluendo.com>
16618
16619         * gst-libs/gst/audio/gstbaseaudiosink.c:
16620         (gst_base_audio_sink_dispose):
16621         Since we _parent the ringbuffer, we also need to
16622         _unparent instead of a plain _unref.
16623
16624 2006-03-22  Wim Taymans  <wim@fluendo.com>
16625
16626         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16627         (stop_seek), (scrub_toggle_cb), (main):
16628         Add scrub checkbox.
16629
16630 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16631
16632         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16633         (gst_ogg_parse_chain):
16634           Fix very inefficient usage of linked lists (#335365).
16635
16636 2006-03-21  Edward Hervey  <edward@fluendo.com>
16637
16638         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16639         * gst/playback/gstplaybin.c: (handoff):
16640         * gst/playback/gststreamselector.c:
16641         (gst_stream_selector_set_property):
16642         gcc 4.1 unreferenced pointer fixes.
16643         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16645         gst_buffer_ref() now takes a GstBuffer*.
16646
16647 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16648
16649         * sys/xvimage/xvimagesink.c:
16650         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16651         by Jan Schmidt.
16652
16653 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16654
16655         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16656         (id3v1_type_find), (apetag_type_find), (plugin_init):
16657           Can't do tag preferences via probability, as tags would then
16658           lose against types that are recognised with MAXIMUM probability
16659           (like .wav); so let all tag typefinders return MAXIMUM themselves
16660           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16661           that we can prefer APE to ID3v1 (fixes #335028).
16662           
16663 2006-03-17  Wim Taymans  <wim@fluendo.com>
16664
16665         * gst-libs/gst/audio/gstbaseaudiosink.c:
16666         (gst_base_audio_sink_change_state):
16667         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16668         (gst_ring_buffer_may_start):
16669         * gst-libs/gst/audio/gstringbuffer.h:
16670         Only start playback if we are playing.
16671         should fix #330748.
16672
16673 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16674
16675         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16676         * win32/common/config.h:
16677           Revert accidental commits to these files.
16678
16679 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16680
16681         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16682
16683         * tests/Makefile.am:
16684           Don't try to build tests in tests/icles if we
16685           don't have X (#323852)
16686
16687 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16688
16689         * gst-libs/gst/tag/gstid3tag.c:
16690           Add TXXX frame identifiers for replaygain stuff as used
16691           by some taggers (see #323721).
16692
16693 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16694
16695         * gst/playback/gststreamselector.c:
16696         (gst_stream_selector_set_property),
16697         (gst_stream_selector_bufferalloc):
16698           Preserve the existing buggy streamselector behaviour by performing
16699           a fallback buffer allocation when downstream isn't linked yet.
16700           This should really be fixed in playbin by blocking pads until it's
16701           linked them.
16702           Also, use gst_pad_alloc_buffer instead of
16703           gst_pad_alloc_buffer_and_set.
16704
16705 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16706
16707         * gst-libs/gst/tag/gstid3tag.c:
16708           Don't crash on unknown ID3v2 TXXX frames.
16709           
16710 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16711
16712         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16713           Chain up to the parent finalize method.
16714           Add 32-bit sample size to the template caps.
16715
16716         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16717         (gst_riff_create_video_template_caps):
16718           Add the fourcc that the VMWare codec uses.
16719           
16720         * gst/playback/gststreamselector.c:
16721         (gst_stream_selector_set_property),
16722         (gst_stream_selector_bufferalloc),
16723         (gst_stream_selector_request_new_pad):
16724           For the active pad, forward buffer-alloc requests, otherwise
16725           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16726           having to memcpy every frame when used by playbin.
16727
16728         * gst/tcp/gstmultifdsink.c:
16729         (gst_multi_fd_sink_handle_client_write):
16730           Get negotiated caps from the sink pad, rather than the sink
16731           pad's peer.
16732
16733 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16734
16735         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16736         
16737         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16738           Don't forget to set src->callbacks_pushed to FALSE again when
16739           popping them, otherwise re-activation in a different mode won't
16740           work (#334620).
16741
16742 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16743
16744         Patch by: Sebastien Moutte  <sebastien moutte net>
16745
16746         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16747         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16748         (gst_ffmpeg_smpfmt_to_caps):
16749           Replace __VA_ARGS__ caps creation macros with varargs functions.
16750           Makes things compile on MSVC (#320765), looks nicer, and we can
16751           tell the compiler to check for the NULL terminator.
16752
16753 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16754
16755         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16756
16757         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16758           Make sure the buffer we copy into is really always big
16759           enough, this time for real (#333488).
16760           
16761 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16762
16763         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16764           Add support for 24bpp DIB (#305279).
16765
16766 2006-03-14  Wim Taymans  <wim@fluendo.com>
16767
16768         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16769         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16770         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16771         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16772         (gst_video_scale_init), (gst_video_scale_src_event):
16773         Re-enable QoS after the release.
16774         Rework videoscale to use the base class src_event handler.
16775
16776 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16777
16778         * configure.ac:
16779           back to CVS.
16780
16781 === release 0.10.5 ===
16782
16783 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16784
16785         * configure.ac:
16786           releasing 0.10.5, "Net"
16787
16788 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16789
16790         * docs/plugins/Makefile.am:
16791           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16792           
16793 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16794
16795         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16796         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16797         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16798           Add cdparanoiasrc to docs.
16799
16800         * gst-libs/gst/cdda/gstcddabasesrc.c:
16801           More GstCddaBaseSrc docs.
16802
16803 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16804
16805         * docs/libs/gst-plugins-base-libs-sections.txt:
16806         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16807         * gst-libs/gst/tag/tag.h:
16808           API: libgsttag: new method gst_tag_from_id3_user_tag().
16809
16810 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16811
16812         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16813           NULL-terminate array of mpeg4 video file extensions.
16814           Fixes crash on PPC (#334226).
16815
16816 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16817
16818         * ext/gnomevfs/gstgnomevfssrc.c:
16819         (gst_gnome_vfs_src_check_get_range):
16820           gnome_vfs_uri_is_local() alone is not a good indicator
16821           whether we can operate in pull-mode with a specific URI,
16822           as it returns FALSE for file:// URIs that point to an
16823           NFS-mounted path. Be more conservative here: whitelist
16824           local files, blacklist http URIs and use the old
16825           mechanism for anything else (fixes #334216).
16826
16827 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16828
16829         * configure.ac:
16830           back to trunk
16831
16832 === release 0.10.4 ===
16833
16834 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16835
16836         * configure.ac:
16837           releasing 0.10.4, "Power"
16838
16839 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16840
16841         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16842         Disable max-lateness by setting it to -1 for now, so that 
16843         we can bed QoS stuff in thoroughly between now and the next
16844         release.
16845
16846 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16847
16848         Patch by: Fabrizio Gennari
16849
16850         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16851           Make sure we don't read beyond the palette buffer in case of
16852           broken or manipulated files (#333488)
16853
16854 2006-03-10  Edward Hervey  <edward@fluendo.com>
16855
16856         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16857         Fix for variable not initialized.
16858
16859 2006-03-09  Wim Taymans  <wim@fluendo.com>
16860
16861         * ext/libvisual/visual.c: (gst_visual_get_type),
16862         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16863         (gst_visual_chain):
16864         Small cleanups.
16865
16866         * ext/theora/gsttheoradec.h:
16867         * ext/theora/theoradec.c: (gst_theora_dec_init),
16868         (gst_theora_dec_reset), (_theora_granule_time),
16869         (theora_dec_src_convert), (theora_dec_sink_convert),
16870         (theora_dec_src_query), (theora_dec_src_event),
16871         (theora_dec_sink_event), (theora_handle_comment_packet),
16872         (theora_handle_header_packet), (theora_dec_push),
16873         (theora_handle_data_packet), (theora_dec_chain),
16874         (theora_dec_change_state):
16875         Add simple QoS.
16876
16877 2006-03-09  Wim Taymans  <wim@fluendo.com>
16878
16879         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16880         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16881         Some cleanups.
16882
16883 2006-03-09  Wim Taymans  <wim@fluendo.com>
16884
16885         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16886         Don't try to activate NULL chains.
16887
16888 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16889
16890         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16891           Fix invalid memory access to region before peek'd data (#332964).
16892
16893 2006-03-09  Wim Taymans  <wim@fluendo.com>
16894
16895         Patch by: Christophe Fergeau
16896
16897         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16898         * ext/pango/gsttextrender.c: (gst_text_render_init):
16899         * gst/adder/gstadder.c: (gst_adder_init):
16900         Don't leak padtemplates, closes #333510.
16901
16902 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16903
16904         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16905           Fix invalid memory access: make sure string passed to
16906           regexec() is NUL-termianted.
16907
16908 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16909
16910         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16911         (mp3_type_find):
16912           Refactor mpeg/audio typefinding to make it more maintainable
16913           and easier to fine-tune. Make probing into middle of the file
16914           work properly (fixes #333900, also see #152688).
16915
16916 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16917
16918         * gst/typefind/gsttypefindfunctions.c:
16919         (utf8_type_find_have_valid_utf8_at_offset):
16920           Remove part from previous commit that was bogus:
16921           g_utf8_validate() does in fact not accept embedded
16922           zeroes, so we don't need to check for those (thanks
16923           to Mike for the hint).
16924
16925 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16926
16927         * gst/typefind/gsttypefindfunctions.c:
16928         (utf8_type_find_count_embedded_zeroes),
16929         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16930           Make plain/text typefinder more conservative: firstly, check
16931           for embedded zeroes, which are perfectly valid UTF-8 characters,
16932           but also a fairly good sign that something is not a plain text
16933           file; secondly, probe into the middle of the file if possible.
16934           If we can't probe into the middle, limit the probability value
16935           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16936
16937 2006-03-08  Michael Smith  <msmith@fluendo.com>
16938
16939         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16940           Make typefind function name for mpeg4 video unique.
16941
16942 2006-03-08  Wim Taymans  <wim@fluendo.com>
16943
16944         * ext/libvisual/visual.c: (gst_visual_init),
16945         (gst_visual_clear_actors), (gst_visual_dispose),
16946         (gst_visual_reset), (gst_visual_src_setcaps),
16947         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16948         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16949         (gst_visual_chain), (gst_visual_change_state):
16950         Cleanups, post nice errors.
16951         Handle sink and src events.
16952         Implement simple QoS.
16953
16954         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16955         Use new basesink methods to configure max-lateness.
16956         Small doc update.
16957
16958         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16959         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16960         Debug statement cleanups.
16961
16962         * gst/volume/gstvolume.c: (gst_volume_class_init):
16963         Simple cleanup.
16964
16965 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16966
16967         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16968         (gst_text_overlay_init), (gst_text_overlay_set_property),
16969         (gst_text_overlay_get_property):
16970           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16971           as string type properties, but mark them deprecated. Add
16972           'halignment' and 'valignment' properties that use enums
16973           instead of strings.
16974
16975 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16976
16977         Patch by: Fabrizio Gennari
16978
16979         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16980           Allow palettes with less than 256 colours in AVI files
16981           (#333488)
16982
16983 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16984
16985         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16986         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16987         pad. We were releasing the queued text buffer when we should keep
16988         it until video pad gets EOS or discard the text buffer because it's
16989         too old. That was eating the last subtitle buffer. Add some more
16990         debug.
16991
16992 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16993
16994         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16995         (gst_text_overlay_video_chain):
16996           Fix invalid memory access (we can't access a buffer after it's been
16997           pushed downstream without taking a reference); fix memory leak (if
16998           there's no text to render, bail out before allocating stuff).
16999
17000 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17001
17002         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17003         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17004         * ext/pango/gsttextoverlay.h:
17005           If input is plain text, escape it before passing it to
17006           pango_layout_set_markup().
17007
17008 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17009
17010         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17011           Don't ignore flow return from gst_pad_push().
17012
17013 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17014
17015         Patch by: Fabrizio Gennari
17016
17017         * ext/libvisual/visual.c: (gst_visual_getcaps),
17018         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17019         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17020         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17021         (gst_vorbisenc_convert_sink):
17022         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17023         (gst_audio_duration_from_pad_buffer):
17024         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17025         (gst_audio_filter_chain):
17026         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17027         (gst_base_rtp_depayload_setcaps):
17028         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17029         (gst_video_get_size):
17030         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17031           Don't leak references returned by gst_pad_get_parent()
17032           (#333663)
17033
17034 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17035
17036         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17037           change location param details
17038         * gst/volume/gstvolume.c: (plugin_init):
17039           correct plugin description
17040
17041 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17042
17043         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17044         (gst_gnome_vfs_src_check_get_range):
17045           Override GstBaseSrc::check_get_range() in order to avoid opening
17046           the resource just to check whether we can operate in pull-mode or
17047           not - we can predict that pretty well from the URI alone. Should
17048           fix problems with last.fm (#331690). (Requires latest core CVS).
17049
17050 2006-03-06  Wim Taymans  <wim@fluendo.com>
17051
17052         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17053         (gst_video_sink_class_init):
17054         Throw away frames that are later than 20 ms.
17055
17056 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17057
17058         Patch by: Fabrizio Gennari
17059
17060         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17061           Set depth on WMA caps (#333545)
17062
17063 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17064
17065         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17066         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17067           put Theora BOS pages before others.  This hardcodes
17068           the Ogg/Theora I profile, but hey.
17069
17070 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17071
17072         * ext/ogg/README:
17073           updated with some examples
17074         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17075         (granulepos_add), (theora_buffer_from_packet):
17076         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17077         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17078         (gst_vorbisenc_chain):
17079           implement strategy from ext/ogg/README
17080         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17081         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17082         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17083         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17084           Fix muxer so that oggz-validate is happy with all streams;
17085           except for no eos mark, and the BOS page ordering
17086         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17087         (check_buffer_granulepos):
17088         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17089           update tests to check for OFFSET being set as requested
17090           fixed type of granulepos, it's not a ClockTime
17091
17092 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17093
17094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17095         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17096         Check that the xvimage we are creating has a correct size
17097         before returning it. (#314897)
17098
17099 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17100
17101         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17102           Give id3 and ape tag typefinders a rank slightly higher
17103           than PRIMARY to ensure they're always run before any of
17104           the other typefinders (in particular wav and mp3) (#324186).
17105
17106 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17107
17108         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17109           Add support for '3IVD' fourcc (#333403).
17110
17111 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17112
17113         * configure.ac:
17114           Bump requirements to GStreamer CVS for the new error enum.
17115
17116         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17117           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17118           space left on the device (fixes #333352).
17119
17120 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17121
17122         * win32/vs6:
17123           add a project file for libgstvolume
17124           update the workspace
17125
17126 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17127
17128         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17129         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17130         (GST_START_TEST):
17131           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17132           Set IN_CAPS on header buffers
17133
17134 2006-03-02  Wim Taymans  <wim@fluendo.com>
17135
17136         * docs/plugins/Makefile.am:
17137         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17138         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17139         Add audioresample to docs.
17140
17141         * gst/audioconvert/gstaudioconvert.c:
17142         Add revision date.
17143
17144         * gst/audioresample/gstaudioresample.c:
17145         (gst_audioresample_base_init), (gst_audioresample_class_init),
17146         (gst_audioresample_init), (gst_audioresample_dispose),
17147         (audioresample_get_unit_size), (audioresample_transform_caps),
17148         (resample_set_state_from_caps), (audioresample_transform_size),
17149         (audioresample_set_caps), (audioresample_event),
17150         (audioresample_do_output), (audioresample_transform),
17151         (audioresample_pushthrough), (gst_audioresample_set_property),
17152         (gst_audioresample_get_property), (plugin_init):
17153         * gst/audioresample/gstaudioresample.h:
17154         Added docs.
17155         Small code cleanups.
17156
17157 2006-03-02  Wim Taymans  <wim@fluendo.com>
17158
17159         * docs/plugins/Makefile.am:
17160         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17161         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17162         Added videoscale to docs.
17163
17164         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17165         (gst_video_rate_swap_prev), (gst_video_rate_event),
17166         (gst_video_rate_chain):
17167         Fix typo in docs.
17168
17169         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17170         (gst_video_scale_init), (gst_video_scale_prepare_size),
17171         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17172         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17173         * gst/videoscale/gstvideoscale.h:
17174         Added docs, examples.
17175         Some code cleanups.
17176         Post errors instead of g_warning.
17177
17178 2006-03-02  Wim Taymans  <wim@fluendo.com>
17179
17180         * docs/libs/gst-plugins-base-libs-docs.sgml:
17181         * docs/libs/gst-plugins-base-libs-sections.txt:
17182         * docs/libs/gst-plugins-base-libs.types:
17183         * docs/plugins/Makefile.am:
17184         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17185         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17186         Added some more docs to libs and plugins.
17187
17188         * gst-libs/gst/audio/gstringbuffer.c:
17189         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17190         * gst-libs/gst/audio/gstringbuffer.h:
17191         Document ringbuffer some more.
17192
17193         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17194         (gst_video_rate_setcaps), (gst_video_rate_reset),
17195         (gst_video_rate_init), (gst_video_rate_flush_prev),
17196         (gst_video_rate_swap_prev), (gst_video_rate_event),
17197         (gst_video_rate_chain), (gst_video_rate_change_state):
17198         * gst/videorate/gstvideorate.h:
17199         Fix videorate to use segments.
17200         Make it work with 0/1 framerates (closes #331903)
17201         Handle EOS correctly.
17202         Added docs.
17203
17204 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17205
17206         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17207         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17208         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17209           In state change function, first chain up to parent class,
17210           then handle downwards state change stuff. Remove some
17211           commented out cruft from 0.8 code.
17212
17213 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17214
17215         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17216         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17217         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17218         (gst_ogm_parse_chain):
17219           Don't remove/re-add source pad if the new caps are the same as
17220           the old caps anyway (#333042). When removing source pad, don't
17221           unref it afterwards - we didn't ref it when adding. Sprinkle some
17222           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17223           after using gst_pad_get_parent(). Return downstream flow return
17224           value in chain function.
17225
17226 2006-03-02  Wim Taymans  <wim@fluendo.com>
17227
17228         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17229         * docs/plugins/gst-plugins-base-plugins.args:
17230         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17231         * docs/plugins/gst-plugins-base-plugins.interfaces:
17232         * docs/plugins/gst-plugins-base-plugins.signals:
17233         Fix hierarchy, added some more elements to the docs.
17234
17235         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17236         (gst_ffmpegcsp_get_type):
17237         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17238         Fix docs for ffmpegcolorspace.
17239
17240 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17241
17242         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17243         (apetag_type_find), (ape_type_find), (plugin_init):
17244           Some typefinding fine-tuning:
17245           - rank ID3/APE tags in order of preference via probabilities, so that
17246             ID3v2 > APEv2 > APEv1 > ID3v1.
17247           - three or four bytes don't really justify MAXIMUM probability,
17248             change those to 'very likely' (musepack and monkeysaudio).
17249
17250 2006-03-01  Wim Taymans  <wim@fluendo.com>
17251
17252         * docs/plugins/Makefile.am:
17253         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17254         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17255         * ext/alsa/gstalsamixer.c:
17256         * ext/alsa/gstalsamixer.h:
17257         * ext/alsa/gstalsamixerelement.c:
17258         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17259         * ext/alsa/gstalsamixerelement.h:
17260         * ext/alsa/gstalsasink.c:
17261         * ext/alsa/gstalsasink.h:
17262         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17263         (gst_alsasrc_init):
17264         * ext/alsa/gstalsasrc.h:
17265         Added alsa docs.
17266         Small code cleanups.
17267
17268 2006-03-01  Wim Taymans  <wim@fluendo.com>
17269
17270         * ext/theora/Makefile.am:
17271         Dist new header too,
17272
17273 2006-03-01  Wim Taymans  <wim@fluendo.com>
17274
17275         * docs/plugins/Makefile.am:
17276         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17277         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17278         * ext/gnomevfs/gstgnomevfssink.h:
17279         * ext/gnomevfs/gstgnomevfssrc.h:
17280         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17281         * ext/vorbis/vorbisdec.h:
17282         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17283         * ext/vorbis/vorbisenc.h:
17284         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17285         (vorbis_parse_chain), (vorbis_parse_change_state):
17286         * ext/vorbis/vorbisparse.h:
17287         * gst/audioconvert/gstaudioconvert.h:
17288         * gst/tcp/gsttcpserversink.h:
17289         * gst/videotestsrc/gstvideotestsrc.c:
17290         * gst/videotestsrc/gstvideotestsrc.h:
17291         * gst/volume/gstvolume.c:
17292         * gst/volume/gstvolume.h:
17293         Fix some more docs.
17294         Added docs for vorbisdec and vorbisparse.
17295         Fix vorbisparse.
17296
17297 2006-03-01  Wim Taymans  <wim@fluendo.com>
17298
17299         * docs/plugins/Makefile.am:
17300         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17301         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17302         * ext/pango/gstclockoverlay.h:
17303         * ext/pango/gsttextoverlay.h:
17304         * ext/pango/gsttextrender.h:
17305         * ext/pango/gsttimeoverlay.h:
17306         * ext/theora/gsttheoradec.h:
17307         * ext/theora/gsttheoraenc.h:
17308         * ext/theora/theoradec.c:
17309         * ext/theora/theoraenc.c:
17310         * gst/audioconvert/gstaudioconvert.h:
17311         * gst/audiotestsrc/gstaudiotestsrc.h:
17312         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17313         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17314         * gst/tcp/gstmultifdsink.h:
17315         Updated/added documentation.
17316
17317         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17318         (gst_text_overlay_halign_get_type),
17319         (gst_text_overlay_wrap_mode_get_type),
17320         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17321         (gst_text_overlay_init), (gst_text_overlay_set_property),
17322         (gst_text_overlay_get_property):
17323         Fix up properties to be enums instead of string to make bindings,
17324         introspection and automatic GUI creation possible.
17325         Add getters for the properties.
17326
17327 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17328
17329         * gst/audiotestsrc/gstaudiotestsrc.c:
17330           added defines of M_PI and M_PI_2
17331         * gst/ffmpegcolorspace/avcodec.h:
17332           removed #include "stdint.h" for win32 as _stdint.h is 
17333           autogenerated to win32/common
17334         * win32/common/libgstaudio.def:
17335         * win32/common/libgsttag.def:
17336           added some exports
17337         * win32/vs6:
17338           some project files bugs corrected
17339         * win32/vs7:
17340           project files are reset to the default vs7 configuration 
17341           (they link to msvcr71.dll using default optimizations)
17342           
17343 2006-02-28  Wim Taymans  <wim@fluendo.com>
17344
17345         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17346         Fix some docs.
17347
17348 2006-02-28  Edward Hervey  <edward@fluendo.com>
17349
17350         * ext/alsa/gstalsasrc.c:
17351         Set proper class on the ElementDetails:
17352         Source/Audio instead of Src/Audio/
17353
17354 2006-02-28  Edward Hervey  <edward@fluendo.com>
17355
17356         * gst/videoscale/vs_scanline.c:
17357         (vs_scanline_resample_nearest_RGBA):
17358         Revert optimization in videoscale. It should go in liboil and have
17359         an appropriate liboil function.
17360
17361 2006-02-28  Wim Taymans  <wim@fluendo.com>
17362
17363         * gst-libs/gst/audio/gstbaseaudiosink.c:
17364         (gst_base_audio_sink_provide_clock):
17365         Don't try to provide a clock in the NULL state.
17366
17367 2006-02-28  Wim Taymans  <wim@fluendo.com>
17368
17369         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17370         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17371         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17372         (gst_ogg_demux_deactivate_current_chain),
17373         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17374         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17375         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17376         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17377         Use GstSegment infrastructure to remove duplicated code
17378         and handle more seek cases correctly.
17379
17380 2006-02-28  Wim Taymans  <wim@fluendo.com>
17381
17382         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17383         (gst_ffmpegcsp_transform):
17384         Don't ignore return code from ffmpeg convert function.
17385
17386         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17387         Split out some long statements to ease debugging.
17388
17389 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17390
17391         * ext/libvisual/visual.c: (gst_visual_init),
17392         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17393         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17394         being able to renegotiate the size. Instead, use the negotiation
17395         algorithm from the goom plugin to pick an initial output caps. 
17396
17397         Also, allow theoretical libvisual plugins that might support non-GL 
17398         output even if they also do GL.
17399
17400 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17401
17402         * ext/libvisual/visual.c: (gst_visual_init),
17403         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17404         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17405         possible negotiation issues.
17406
17407 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17408
17409         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17410
17411 2006-02-24  Michael Smith  <msmith@fluendo.com>
17412
17413         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17414         (cmml_type_find), (plugin_init):
17415           Fix CMML type find function to not require a specific minor version
17416           of the CMML header.
17417
17418           Add an MPEG4 video elementary stream typefind function.
17419
17420 2006-02-04  Michael Smith  <msmith@fluendo.com>
17421
17422         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17423         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17424         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17425         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17426         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17427         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17428           Annodex support in ogg demuxer. Doesn't do very much without the
17429           other annodex patches (to come).
17430
17431 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17432
17433         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17434
17435         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17436           Pick up palette for MS video v1 (#327028)
17437
17438 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17439
17440         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17441         (gst_ffmpegcsp_caps_remove_format_info),
17442         (gst_ffmpegcsp_get_unit_size):
17443           The 'palette_data' field from incoming RGB caps shouldn't be
17444           proxied on outgoing YUV caps; also, restrict unit size
17445           adjustment in case of paletted data only to the unit that
17446           actually has a palette. Fixes #330711.
17447
17448 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17449
17450         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17451         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17452         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17453         (gst_ffmpegcsp_get_unit_size):
17454           Plug some memory leaks.
17455
17456 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17457
17458         * sys/ximage/Makefile.am:
17459         * sys/xvimage/Makefile.am:
17460           Add some _CFLAGS and _LIBS that seem to be missing
17461           and/or required for Cygwin (see #317048).
17462
17463 2006-02-22  Wim Taymans  <wim@fluendo.com>
17464
17465         * ext/alsa/gstalsasrc.c:
17466         Fix description as pointed out by caugier.
17467
17468 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17469
17470         Reviewed by : Edward Hervey  <edward@fluendo.com>
17471
17472         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17473         (qt_type_find):
17474         Better 3gp typefinding (#331526).
17475
17476 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17477
17478         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17479           Don't send EOS event here, the base class will send one for us.
17480
17481         * gst/playback/gstplaybasebin.c: (prepare_output):
17482           Subpictures without video stream aren't allowed either.
17483         
17484         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17485           Fix debug statement copy'n'paste-o.
17486
17487 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17488
17489         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17490           Fix issues with mixer keeping state when muting/unmuting
17491           and when changing the volume whilst muted (see #331763
17492           and #331765).
17493
17494 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17495
17496         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17497         (parse_subrip), (gst_sub_parse_format_autodetect):
17498           Set right caps given that we send escaped text. Also,
17499           honour <i></i>, <b></b> and <u></u> markers that can be found
17500           in .srt files (fixes #310202).
17501
17502 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17503
17504         * gst-libs/gst/audio/mixerutils.c:
17505         (element_factory_rank_compare_func):
17506           Make order in which elements are tried more determinable.
17507
17508 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17509
17510         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17511         (remove_element_chain), (cleanup_decodebin),
17512         (gst_decode_bin_change_state): Make decodebin reusable by
17513         fixing remove_element_chain first and then introduce a
17514         cleaner in state change to ->NULL. (Closes #331678)
17515
17516 2006-02-19  Wim Taymans  <wim@fluendo.com>
17517
17518         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17519         use 0666 mask when creating files so umask gets applied
17520         correctly. Fixes #331295.
17521
17522 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17523
17524         * gst/subparse/Makefile.am:
17525         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17526         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17527         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17528         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17529         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17530         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17531         * gst/subparse/gstssaparse.h:
17532         * gst/subparse/gstsubparse.c: (plugin_init):
17533           Add very basic parser for SSA subtitle streams (as often
17534           found in matroska files).
17535
17536 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17537
17538         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17539           That should be text/x-pango-markup, not text/x-pango-layout.
17540
17541 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17542
17543         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17544         Polishing.
17545
17546 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17547
17548         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17549         (gst_text_overlay_finalize), (gst_text_overlay_init),
17550         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17551         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17552         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17553         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17554         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17555         Fix state change deadlock.
17556
17557 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17558
17559         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17560         (gst_text_overlay_finalize), (gst_text_overlay_init),
17561         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17562         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17563         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17564         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17565         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17566         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17567         and subtitles files.
17568
17569 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17570
17571         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17572         should be considered as raw.
17573
17574 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17575
17576         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17577         (cb_probe):
17578         * gst/playback/gststreaminfo.h: Introduce language informations.
17579
17580 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17581
17582         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17583         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17584         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17585         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17586         Set shared memory segments to be deleted as soon as we have attached,
17587         that way they get cleaned up automatically if we crash.
17588
17589 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17590
17591         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17592         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17593         functions are called with lock held.
17594
17595 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17596
17597         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17598         (gst_text_overlay_finalize), (gst_text_overlay_init),
17599         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17600         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17601         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17602         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17603         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17604         (gst_text_overlay_change_state): Refactoring of textoverlay
17605         without collectpads. This now supports sparse subtitles coming
17606         from a demuxer instead of a sub file. Seeking is still broken 
17607         though. Need to discuss with wtay some more on how to handle
17608         seeking correctly.
17609         * ext/pango/gsttextoverlay.h:
17610         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17611         subtitles coming from the demuxer.
17612
17613 2006-02-17  Wim Taymans  <wim@fluendo.com>
17614
17615         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17616         (gst_vorbisenc_convert_sink):
17617         Use some more scaling functions.
17618
17619 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17620
17621         * ext/cdparanoia/gstcdparanoiasrc.c:
17622         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17623         (gst_cd_paranoia_paranoia_callback),
17624         (gst_cd_paranoia_src_signal_is_being_watched),
17625         (gst_cd_paranoia_src_read_sector):
17626         * ext/cdparanoia/gstcdparanoiasrc.h:
17627           Add back 'transport-error' and 'uncorrected-error' signals and
17628           make them actually be fired when bad stuff happens (#319340).
17629
17630 2006-02-17  Wim Taymans  <wim@fluendo.com>
17631
17632         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17633         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17634         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17635         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17636         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17637         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17638         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17639         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17640         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17641         (gst_ring_buffer_clear):
17642         Small cleanups.
17643         Added some G_LIKELY.
17644
17645 2006-02-17  Wim Taymans  <wim@fluendo.com>
17646
17647         * gst-libs/gst/audio/TODO:
17648         Update TODO
17649
17650         * gst-libs/gst/audio/gstbaseaudiosink.c:
17651         (gst_base_audio_sink_get_offset):
17652         When trying to play samples ASAP and we don't have a
17653         previous sample, try to play at position 0 instead of
17654         an invalid position.
17655
17656 2006-02-17  Wim Taymans  <wim@fluendo.com>
17657
17658         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17659         (gst_alsasink_reset):
17660         Also release lock when we get an error in _reset();
17661         fix an error message.
17662
17663 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17664
17665         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17666         (gst_alsasink_init), (get_channel_free_structure),
17667         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17668         (gst_alsasink_close):
17669         * ext/alsa/gstalsasink.h:
17670           Add support for more than 2 channels (#326720).
17671
17672 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17673
17674         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17675           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17676           with 4 or 6 channels, assume a default channel layout to make things
17677           work (not sure there's anything else we can do in those cases).
17678
17679 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17680
17681         * gst-libs/gst/audio/multichannel.c:
17682           Minor docs fix.
17683
17684         * gst-libs/gst/riff/Makefile.am:
17685         * gst-libs/gst/riff/riff-ids.h:
17686         * gst-libs/gst/riff/riff-media.c:
17687         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17688           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17689           channels and a channel layout map.
17690           
17691 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17692
17693         Reviewed by Edward Hervey  <edward@fluendo.com>
17694
17695         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17696         C-level optimization of the RGBA nearest neighbour function.
17697         Eventually this might end up in liboil with vectorized versions.
17698
17699 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17700
17701         * gst-libs/gst/audio/multichannel.c:
17702         (gst_audio_get_channel_positions):
17703           When we have more than 2 channels, but no channel layout is
17704           specified in the caps, return some default channel layout
17705           to the caller and warn about about a possibly buggy element
17706           (could be buggy filtercaps as well of course) (#317038).
17707
17708 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17709
17710         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17711           Add gst-libs/gst/cdda to list of lib search paths.
17712
17713 2006-02-15  Andy Wingo  <wingo@pobox.com>
17714
17715         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17716         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17717         to the Lord Jesus that I do not have to touch the ogg muxer ever
17718         again.
17719
17720 2006-02-15  Edward Hervey  <edward@fluendo.com>
17721
17722         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17723         quicktime movie files can also contain 'uuid' atoms.
17724
17725 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17726
17727         * gst/audioconvert/plugin.c: (plugin_init):
17728           Register the GstAudioChannelPosition enum type with the type
17729           system in the plugin_init function, so that it is known before
17730           any element actually makes use of multi-channel stuff. This is
17731           required for example if one wants to be able to deserialise/use
17732           a caps string with channel positions before any pipeline has
17733           been setup and started, like with gst-launch.
17734
17735 2006-02-14  Wim Taymans  <wim@fluendo.com>
17736
17737         * gst-libs/gst/audio/gstringbuffer.c:
17738         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17739         (gst_ring_buffer_samples_done), (wait_segment),
17740         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17741         Add some compiler G_(UN_)LIKELY help.
17742         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17743         make sure they can exit their functions. Should fix #330748
17744
17745 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17746
17747         * Makefile.am:
17748         * configure.ac:
17749         * win32/MANIFEST:
17750         * win32/common/_stdint.h:
17751           Windows does not have long long; copy the generated _stdint.h
17752         * win32/common/interfaces-enumtypes.c:
17753         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17754         (gst_mixer_track_flags_get_type),
17755         (gst_tuner_channel_flags_get_type):
17756         * win32/common/multichannel-enumtypes.c:
17757         (gst_audio_channel_position_get_type):
17758           update
17759
17760 2006-02-13  Wim Taymans  <wim@fluendo.com>
17761
17762         * gst-libs/gst/audio/gstbaseaudiosink.c:
17763         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17764         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17765         Always sync on first sample we receive when starting.
17766
17767 2006-02-13  Wim Taymans  <wim@fluendo.com>
17768
17769         * gst/playback/gstplaybin.c: (gen_vis_element):
17770         Update vis bin docs.
17771         Move queue after tee so we don't queue video buffers but
17772         audio samples instead. Fixes problems where the video queue
17773         is filled and the audio queue empty.
17774
17775 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17776
17777         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17778           No need to push an EOS event here, GstBaseSrc will do that for us
17779           when we return FLOW_UNEXPECTED.
17780           
17781 2006-02-12  Wim Taymans  <wim@fluendo.com>
17782
17783         * gst-libs/gst/audio/gstbaseaudiosink.c:
17784         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17785         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17786         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17787         Use scale functions when possible.
17788         Fix error messages.
17789         Free clockid when after waiting for EOS.
17790         Use G_(UN_)LIKLY when it makes sense.
17791         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17792
17793 2006-02-12  Edward Hervey  <edward@fluendo.com>
17794
17795         * gst/playback/gstplaybasebin.c: (prepare_output): 
17796         Remove stray semi-colon (fixes #330888).
17797
17798 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17799
17800         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17802         Fix up the XShm call testing so that we catch errors, and don't
17803         cause new ones by attempting to detach from a segment we failed
17804         to attach to. Fixes #312439.
17805
17806 2006-02-10  Edward Hervey  <edward@fluendo.com>
17807
17808         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17809         Added flv file typefind (video/x-flv).
17810
17811 2006-02-10  Edward Hervey  <edward@fluendo.com>
17812
17813         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17814         (gst_riff_create_video_template_caps):
17815         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17816         Also added the caps to the default set of riff video caps.
17817
17818 2006-02-09  Andy Wingo  <wingo@pobox.com>
17819
17820         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17821         time and the end time of the last packet in the page.
17822         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17823         on the pages in our queue, set the duration as well. Reflow a
17824         debug statement.
17825         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17826         Fixes bad muxing order.
17827
17828 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17829
17830         * gst-libs/gst/rtp/gstbasertppayload.c:
17831         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17832           update seqnum before setting it on the packet; this makes sure
17833           that the timestamp and seqnum properties match after pushing
17834           a buffer
17835
17836 2006-02-09  Andy Wingo  <wingo@pobox.com>
17837
17838         * gst-libs/gst/audio/gstringbuffer.c
17839         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17840         overflow after 13.5 hours of recording. Kapow!
17841
17842         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17843         the buffer size -- we don't care about underrun/overrun reporting
17844         right now, just need to return a useful value.
17845
17846 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17847
17848         * configure.ac:
17849           Back to CVS
17850
17851 === release 0.10.3 ===
17852
17853 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17854
17855         * configure.ac:
17856           releasing 0.10.3, "Under Pressure"
17857
17858 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17859
17860         * configure.ac:
17861         Drat. Bump libtool version number for new API.
17862         Prelease 0.10.2.3 (of 0.10.3)
17863
17864 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17865
17866         * configure.ac:
17867         * win32/common/config.h:
17868         0.10.2.2 prerelease (of 0.10.3).
17869
17870 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17871
17872         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17873           Revert Andy's newsegment change pending a more correct
17874           fix.
17875
17876 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17877
17878         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17879         (qt_type_find), (plugin_init):
17880           detect more files as 3gp
17881           group and reorder the iso file formats
17882
17883 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17884
17885         * ext/vorbis/vorbis.c: (plugin_init):
17886           Register musicbrainz tags, so apps don't have to.
17887
17888 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17889
17890         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17891         (gst_tag_to_vorbis_tag):
17892           Make sure we called gst_tag_register_musicbrainz_tags()
17893           before possibly mapping a vorbiscomment string from/to a
17894           musicbrainz tag.
17895
17896 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17897
17898         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17899           In case we can't find the required number of consecutive
17900           mpeg audio frames to positively identify an MPEG audio
17901           stream, check if there's at least a valid mpeg audio
17902           frame right at offset 0 and if so suggest mpeg/audio
17903           caps with a very low probability (#153004).
17904
17905 2006-02-07  Andy Wingo  <wingo@pobox.com>
17906
17907         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17908         a TIME segment if we get timestamped buffers. Requires recent
17909         fixes in core to work properly.
17910
17911 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17912
17913         * gst/playback/gstplaybasebin.c: (prepare_output):
17914           Don't print the URI as part of the error message, it
17915           makes error dialogs look rather ugly, especially if
17916           the URI is very long or has characters in it that
17917           need escaping.
17918
17919 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17920
17921         * gst/playback/gstplaybasebin.c: (prepare_output):
17922           Error out if we have only text or subtitles, but nothing
17923           else. Also error out if we have subtitles but no video
17924           stream.
17925
17926 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17927
17928         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17929           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17930           Post an error message on the bus when we encounter an
17931           error, which will hopefully be more meaningful than the
17932           'Internal Flow Error' message users get to see if we
17933           just return GST_FLOW_ERROR.
17934
17935 2006-02-07  Andy Wingo  <wingo@pobox.com>
17936
17937         * configure.ac (GST_MAJORMINOR): Update core version req to
17938         0.10.2.2, for the collectpads API addition (#330244).
17939
17940 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17941
17942         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17943           Return FALSE from plugin_init() when GnomeVFS can't
17944           be initialised for some reason (#328423).
17945
17946 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17947
17948         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17949         Stick to seeking theory until i find the bug.
17950         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17951
17952 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17953
17954         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17955         (theora_enc_finalize), (theora_enc_sink_setcaps),
17956         (theora_set_header_on_caps), (theora_enc_chain),
17957         (theora_enc_change_state):
17958         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17959           Make theoraenc and the tests leak free. Like, really.
17960
17961 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17962
17963         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17964         (theora_enc_finalize), (theora_enc_sink_setcaps):
17965           Add a finalize method to ensure we clean up state even if
17966           someone omitted the state change back to NULL.
17967
17968         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17969         (gst_vorbisenc_chain):
17970           Free some more leaked bits.
17971
17972         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17973         (stop_pipeline):
17974           Wait for state changes to happen if they're ASYNC.
17975
17976           This ought to teach those fancy pants buildbots a lesson.
17977
17978 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17979
17980         * gst-libs/gst/tag/gstid3tag.c:
17981           Add mapping for ID3 International Standard Recording Code
17982           tag "TSRC"
17983
17984 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17985
17986         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17987           Don't leak tag names.
17988
17989 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17990
17991         * docs/libs/gst-plugins-base-libs-docs.sgml:
17992         * docs/libs/gst-plugins-base-libs-sections.txt:
17993         * gst-libs/gst/tag/gstid3tag.c:
17994         * gst-libs/gst/tag/gstvorbistag.c:
17995         * gst-libs/gst/tag/tags.c:
17996           Split libgsttag docs into multiple sections.
17997
17998 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17999
18000         * docs/libs/Makefile.am:
18001         * docs/libs/gst-plugins-base-libs-docs.sgml:
18002         * docs/libs/gst-plugins-base-libs-sections.txt:
18003         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18004         * gst-libs/gst/tag/gstvorbistag.c:
18005         * gst-libs/gst/tag/tag.h:
18006         * gst-libs/gst/tag/tags.c:
18007           Add libgsttag to the docs.
18008
18009 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18010
18011         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18012         (gst_text_overlay_init), (gst_text_overlay_src_event),
18013         (gst_text_overlay_collected): Fix clockoverlay.
18014
18015 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18016
18017         * docs/libs/compiling.sgml:
18018           Fix typo: it's pkg-config, not pkg-gconfig
18019
18020         * docs/libs/gst-plugins-base-libs-docs.sgml:
18021         * docs/libs/gst-plugins-base-libs-sections.txt:
18022         * docs/libs/tmpl/gstgconf.sgml:
18023           There is no libgstgconf in 0.10, remove it
18024           from the docs.
18025
18026 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18027
18028         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18029         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18030         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18031         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18032         (gst_sub_parse_class_init), (gst_sub_parse_init),
18033         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18034         (parse_mpsub), (parser_state_init), (handle_buffer),
18035         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18036         * gst/subparse/gstsubparse.h: Introduce seeking code.
18037
18038 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18039
18040         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18041           Add comment about LANGUAGE tag inconsistency (we want
18042           ISO-639-1, but extract three-letter identifiers?)
18043
18044         * po/POTFILES.in:
18045           Add two translatable files.
18046
18047 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18048
18049         * gst-libs/gst/tag/Makefile.am:
18050         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18051         * gst-libs/gst/tag/tag.h:
18052         * gst-libs/gst/tag/tags.c:
18053         (gst_tag_register_musicbrainz_tags_internal),
18054         (gst_tag_register_musicbrainz_tags):
18055           Forward-port some tags stuff from the 0.8 branch. This is
18056           mostly the addition of musicbrainz tags and their mapping
18057           to vorbistags, and a vorbistag mapping of the language tag.
18058
18059 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18060
18061         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18062         refactoring.
18063
18064 2006-02-04  David Schleef  <ds@schleef.org>
18065
18066         * ext/ogg/gstoggmux.c:
18067         * gst/typefind/gsttypefindfunctions.c:
18068           Add Dirac typefinding and add dirac format to oggmux.
18069
18070 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18071
18072         * gst/playback/gstdecodebin.c: (try_to_link_1):
18073           Don't put essential function call into
18074           g_return_*() macro, otherwise it'll all be
18075           replaced by NOOPs when compiling with
18076           G_DISABLE_CHECKS defined.
18077
18078 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18079
18080         * ext/ogg/gstoggdemux.c:
18081         * ext/ogg/gstoggparse.c:
18082         * gst/tcp/gsttcpserversink.c:
18083         * sys/v4l/v4lsrc_calls.c:
18084         * sys/v4l/v4lsrc_calls.h:
18085         Just make it compile with --disable-gst-debug.
18086
18087 2006-02-03  Wim Taymans  <wim@fluendo.com>
18088
18089         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18090         (gst_alsasink_class_init), (gst_alsasink_init),
18091         (gst_alsasink_write), (gst_alsasink_reset):
18092         * ext/alsa/gstalsasink.h:
18093         Add lock to protect alsa calls.
18094         Implement reset to flush samples ASAP, does not work
18095         with dmix though.
18096
18097 2006-02-02  Wim Taymans  <wim@fluendo.com>
18098
18099         * gst-libs/gst/audio/gstbaseaudiosink.c:
18100         (gst_base_audio_sink_provide_clock):
18101         Ugh.. getting late I guess...
18102
18103 2006-02-02  Wim Taymans  <wim@fluendo.com>
18104
18105         * gst-libs/gst/audio/gstbaseaudiosink.c:
18106         (gst_base_audio_sink_provide_clock),
18107         (gst_base_audio_sink_set_property),
18108         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18109         Don't try to provide a clock when we are not negotiated since
18110         we might not be able to make it run.
18111
18112 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18113
18114         * gst/playback/gstdecodebin.c: (try_to_link_1):
18115           Unlinking two source pads is ... hard.
18116
18117 2006-02-02  Wim Taymans  <wim@fluendo.com>
18118
18119         * gst-libs/gst/audio/TODO:
18120         Updated.
18121
18122         * gst-libs/gst/audio/gstbaseaudiosink.c:
18123         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18124         On EOS, wait till the last sample is played before posting EOS.
18125
18126 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18127
18128         Patch by: Kai Vehmanen
18129         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18130           Adds ability to enable newsegment bypass by setting queue_delay to
18131           zero. Also avoid thread being started if queue_delay is zero.
18132
18133 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18134
18135         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18136           Make test work again by connecting fakesinks to each decoded pad,
18137           which makes the pipeline wait until each fakesink has a buffer
18138           queued before going to PAUSED state. At that point we know the
18139           decodebin pads are negotiated.
18140
18141 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18142
18143         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18144         (gst_cdda_base_src_handle_event):
18145         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18146           Pass unhandled queries to the parent class's query function.
18147
18148 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18149
18150         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18151         (gst_ogg_pad_src_query):
18152         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18153         * ext/theora/theoradec.c: (theora_dec_src_query),
18154         (theora_dec_sink_query):
18155         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18156         (vorbis_dec_sink_query):
18157         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18158         (gst_vorbisenc_sink_query):
18159         * gst/adder/gstadder.c: (gst_adder_query):
18160           Pass unhandled queries upstream instead of just
18161           dropping them (#326447). Also, fix supported
18162           query types list for some elements.
18163
18164 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18165
18166         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18167         (paris_type_find), (ilbc_type_find), (plugin_init):
18168           Fix typefinding for audio/x-au, audio/x-paris and
18169           audio/iLBC-sh. We cannot use the START_WITH macros
18170           here, because there can only be one typefind factory
18171           with the same name (caps), so the second one would
18172           replace the first one and the first one would never
18173           be called when doing typefinding (see #161712).
18174           
18175
18176 2006-01-31  Wim Taymans  <wim@fluendo.com>
18177
18178         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18179         (vorbis_handle_header_packet), (vorbis_dec_push),
18180         (vorbis_handle_data_packet):
18181         Use scale_int when we can, add some more scaling.
18182         Check packettype before parsing it.
18183
18184 2006-01-31  Wim Taymans  <wim@fluendo.com>
18185
18186         * ext/theora/theoradec.c: (_theora_granule_time),
18187         (theora_dec_src_convert), (theora_dec_sink_convert):
18188         Call right _scale functions.
18189         Use parameter instead of some other random value.
18190
18191 2006-01-31  Wim Taymans  <wim@fluendo.com>
18192
18193         * ext/theora/theoradec.c: (_theora_granule_frame),
18194         (_theora_granule_time), (_inc_granulepos),
18195         (theora_dec_src_convert), (theora_dec_sink_convert),
18196         (theora_handle_type_packet), (theora_handle_data_packet),
18197         (theora_dec_chain):
18198         Use higher precision timestamps calculation.
18199         Convert some other conversions to _scale.
18200
18201 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18202
18203         * gst/audiotestsrc/gstaudiotestsrc.c:
18204         (gst_audio_test_src_create_sine_table), (plugin_init):
18205         * gst/volume/gstvolume.c: (plugin_init):
18206           initialize gst_controller before using
18207
18208 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18209
18210         * tests/check/pipelines/theoraenc.c:
18211         * tests/check/pipelines/vorbisenc.c:
18212         Define constant using G_GINT64_CONSTANT to avoid errors when
18213         passing it around - otherwise it gets truncated to 32 bits.
18214
18215         Fixes failing tests.
18216
18217 2006-01-31  Andy Wingo  <wingo@pobox.com>
18218
18219         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18220         caps being set doesn't have a framerate value. Basically a stopgap
18221         measure.
18222
18223         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18224         technically correct enough to put into core though.
18225         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18226         DURATION. Fixes theoraenc ! oggmux.
18227
18228         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18229         fraction, not double.
18230
18231 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18232
18233         * win32/vs7:
18234         add vs7 project files created by Sergey Scobich
18235
18236 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18237
18238         * win32/vs8:
18239         add vs8 project files created by Sergey Scobich
18240         
18241 2006-01-30  Andy Wingo  <wingo@pobox.com>
18242
18243         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18244         timestamp + duration, not just timestamp -- ogg pages should be
18245         ordered by stop time. Necessary fix given the change in vorbis
18246         timestamps.
18247
18248         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18249         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18250         (granulepos_add): New function, handles the messiness of adjusting
18251         granulepos values.
18252         (theora_buffer_from_packet):
18253         (theora_enc_chain):
18254         (theora_enc_sink_event): Use granulepos_add, not +.
18255
18256         * tests/check/pipelines/theoraenc.c
18257         (check_buffer_granulepos_from_starttime): Just check the frame
18258         count, not the actual granulepos -- we can't dictate to the
18259         encoder when it should be placing keyframes.
18260
18261 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18262
18263         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18264           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18265           play an http:// stream from a server that's not serving
18266
18267 2006-01-30  Andy Wingo  <wingo@pobox.com>
18268
18269         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18270         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18271         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18272         available.
18273
18274         * ext/theora/gsttheoraenc.h:
18275         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18276         although theoraenc was timestamping correctly. Added handling of
18277         streams that start with nonzero timestamps.
18278
18279         * tests/check/Makefile.am:
18280         * tests/check/pipelines/theoraenc.c: New file, basically does same
18281         tests as vorbisenc.
18282
18283         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18284
18285 2006-01-30  Wim Taymans  <wim@fluendo.com>
18286
18287         * gst-libs/gst/audio/gstaudiosink.c:
18288         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18289         (gst_audioringbuffer_pause):
18290         Implement pause that does not wait for completion.
18291
18292         * gst-libs/gst/audio/gstbaseaudiosink.c:
18293         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18294         Don't drop buffers when going to PAUSED but perform preroll on
18295         remaining samples now that core base class supports this.
18296
18297         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18298         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18299         (gst_ring_buffer_commit):
18300         Pause should not signal waiters.
18301         Implement return value of _commit correctly.
18302
18303 2006-01-30  Andy Wingo  <wingo@pobox.com>
18304
18305         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18306
18307         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18308         updated to timestamp from the first sample, not the last.
18309         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18310         special care of granulepos and timestamp for header packets.
18311         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18312         when the first buffer has a nonzero timestamp.
18313
18314         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18315         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18316         case when the first audio buffer we get has a nonzero timestamp.
18317         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18318         properly timestamp vorbis buffers with the time of the first
18319         sample, not the last.
18320         
18321         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18322         vorbis_granule_time_copy -- now it takes the granule/subgranule
18323         offset into account.
18324
18325         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18326         timestamps, durations, and granulepos on buffers produced by
18327         vorbisenc.
18328
18329 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18330
18331         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18332         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18333           Patch from Eric Jonas to support conversions to/from UYVY 
18334           (Fixes: #324626)
18335
18336 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18337
18338         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18339         (setup_subtitle), (setup_source), (set_active_source):
18340         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18341         (gen_text_element), (gen_audio_element), (gen_vis_element),
18342         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18343
18344 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18345
18346         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18347         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18348                 use gst_guint64_to_gdouble to be compliant with vs6
18349         * gst/playback/gstdecodebin.c: (try_to_link_1)
18350         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18351                 use G_GINT64_CONSTANT for int64 constants
18352         * win32/common/libgstinterfaces.def:
18353                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18354         * win32/vs6:
18355                 update and add new project files
18356                 
18357 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18358
18359         * Makefile.am:
18360         * win32/MANIFEST:
18361         * win32/common/interfaces-enumtypes.c:
18362         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18363         (gst_mixer_track_flags_get_type),
18364         (gst_tuner_channel_flags_get_type):
18365         * win32/common/interfaces-enumtypes.h:
18366         * win32/common/multichannel-enumtypes.c:
18367         (gst_audio_channel_position_get_type):
18368         * win32/common/multichannel-enumtypes.h:
18369           add a win32-update rule like in core, and copy over enumtypes files
18370
18371 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18372
18373         * win32/MANIFEST:
18374         * win32/common/config.h:
18375         * win32/common/config.h.in:
18376           add config files just like in core
18377
18378 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18379
18380         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18381           Make gcc-4.1 happy (part of #327357).
18382
18383 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18384
18385         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18386         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18387         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18388         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18389         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18390         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18391           Update all error messages.  All of them should either use
18392           the default translated message, or actually provide a
18393           translatable string.
18394           Make the string for channel count problems meaningful.
18395
18396 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18397
18398         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18399           check for and throw RESOURCE_BUSY
18400
18401 2006-01-27  David Schleef  <ds@schleef.org>
18402
18403         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18404           checked in this change -- it requires liboil features not
18405           in 0.3.6.  Revert parts.
18406
18407 2006-01-27  David Schleef  <ds@schleef.org>
18408
18409         * REQUIREMENTS:
18410         * configure.ac: update liboil requirement to 0.3.6
18411         * gst/videoscale/Makefile.am:
18412         * gst/videoscale/vs_scanline.c: liboilify
18413
18414 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18415
18416         * ext/libvisual/visual.c: (get_buffer):
18417           When pad_alloc returns a GstFlowReturn other
18418           than GST_FLOW_OK, make sure it is passed upstream.
18419
18420 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18421
18422         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18423         (gst_alsasink_class_init):
18424           Free the device name string.
18425
18426         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18427         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18428         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18429           Don't remove a pad from the collectpads structure until it
18430           is released - it's a request pad, and may receive data again
18431           if the element gets moved back to PLAYING state.
18432
18433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18434           Ensure we turn on double buffering on the Xv port, and
18435           set the colour key to something dark and mysterious that
18436           isn't black.
18437
18438 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18439
18440         * ext/alsa/gstalsaplugin.c: (plugin_init):
18441         * ext/cdparanoia/gstcdparanoiasrc.c:
18442         (gst_cd_paranoia_src_base_init), (plugin_init):
18443         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18444         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18445           - a library should not call setlocale. see "Libraries" node in
18446             gettext manual
18447           - make sure all plugins that use translation do bindtextdomain
18448             to point to the localedir
18449         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18450         (setup_sinks), (plugin_init):
18451           all this, and check for NULL when creating sinks
18452
18453 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18454
18455         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18456         (plugin_init): Make typefinding of subtitles work again.
18457
18458 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18459
18460         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18461         (mp3_type_frame_length_from_header), (mp3_type_find),
18462         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18463         (plugin_init):
18464           Backport a bunch of typefinding fixes from the 0.8 branch.
18465           Also, improve wavpack typefinding: if we can't peek the
18466           entire wavpack block, try to parse the bits we can get and
18467           see if we find what we're looking for in those.
18468
18469 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18470
18471         * sys/ximage/ximagesink.c:
18472         (gst_ximagesink_calculate_pixel_aspect_ratio):
18473         * sys/xvimage/xvimagesink.c:
18474         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18475         more cases of pixel aspect ratio.
18476
18477 2006-01-26  Edward Hervey  <edward@fluendo.com>
18478
18479         * gst/playback/gstdecodebin.c: (pad_probe):
18480         Also consider the flush-start and tag events as unblockers
18481         for the pad probes.
18482
18483 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18484
18485         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18486         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18487         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18488         On the fly visualisation switch, works disabling, enabling as
18489         well but it won't be able to enable vis in a playbin that was
18490         created with no visualisation.
18491
18492 2006-01-25  Wim Taymans  <wim@fluendo.com>
18493
18494         * gst-libs/gst/audio/gstbaseaudiosink.c:
18495         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18496         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18497         resume after pause.
18498
18499 2006-01-25  Wim Taymans  <wim@fluendo.com>
18500
18501         * gst-libs/gst/audio/gstbaseaudiosink.c:
18502         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18503         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18504         Improve debugging.
18505         Post error when caps cannot be parsed.
18506         Resync on discontinuity in the stream.
18507         Clip samples to segment boundaries.
18508         return WRONG_STATE sooner when we are flushing.
18509
18510         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18511         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18512         Make audiosrc operate in TIME.
18513         Set TIMESTAMP and DURATION on buffers.
18514
18515 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18516
18517         * tests/examples/seek/seek.c: (main):
18518           Output tag messages as well.
18519
18520 2006-01-23  Edward Hervey  <edward@fluendo.com>
18521
18522         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18523         (free_pad_probes), (remove_fakesink), (pad_probe),
18524         (close_pad_link), (gst_decode_bin_change_state):
18525         Replace GstPadBlockCallback with pad probes that detect
18526         first buffer AND eos before removing fakesink.
18527         Fixes hang with demuxers doing EOS while pre-rolling.
18528         Solves #328279
18529
18530 2006-01-23  Andy Wingo  <wingo@pobox.com>
18531
18532         * ext/alsa/gstalsasink.c:
18533         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18534         (gst_base_rtp_depayload_setcaps),
18535         (gst_base_rtp_depayload_add_to_queue),
18536         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18537         
18538         Patch by: Jens Granseuer <jensgr at gmx dot net>
18539
18540 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18541
18542         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18543         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18544         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18545         frames. We might get a frame destroyed after changing state to
18546         NULL, adding a safety check on xcontext.
18547
18548 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18549
18550         * gst-libs/gst/interfaces/xoverlay.c:
18551           Fix prepare-xwindow-id code example in the docs - we need to
18552           ignore all messages that aren't element messages as well.
18553           
18554 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18555
18556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18557           I think one day i'll completely undestand how caps negotiation
18558           is supposed to work. This refactoring handles buffer_alloc
18559           called with caps we can't handle. We definitely don't want a
18560           set_caps with those caps, so we define and allocate a buffer
18561           we would like to receive.
18562
18563 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18564
18565         * gst/playback/gstplaybasebin.c: (setup_source):
18566           Free iterator when done.
18567
18568 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18569
18570         * gst-libs/gst/audio/gstbaseaudiosink.c:
18571         (gst_base_audio_sink_render):
18572           Fix playback of non-synchronised streams by assuming a rate
18573           of 1.0 instead of a random one.
18574
18575           Makes this work again:
18576
18577           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18578           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18579           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18580           audioresample ! alsasink
18581
18582 === release 0.10.2 ===
18583
18584 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18585
18586         * configure.ac:
18587           releasing 0.10.2, "Then the devil is six"
18588
18589 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18590
18591         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18592         * gst/playback/gststreamselector.c:
18593         (gst_stream_selector_set_property):
18594           Comment out broken code that connects to the state-changed signal.
18595           At this point, changing current stream selection is broken, but 
18596           stuff like gst-launch playbin current-audio=1 works and filters
18597           to the chosen stream.
18598
18599 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18600
18601         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18602           Fix #327216 (null dereference in vorbisdec)
18603
18604 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18605
18606         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18607           Post taglist actually on bus instead of just freeing it
18608           (fixes #327114 and totem bug #327080).
18609
18610         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18611           Use gst_element_found_tags_for_pad(), so that the tags
18612           are sent downstream as an event as well.
18613
18614 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18615
18616         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18617         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18618         (gst_ximagesink_buffer_alloc):
18619         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18620         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18621         (gst_xvimagesink_buffer_alloc):
18622           move all regularly occurring messages to GST_LOG level
18623           add some more object logs
18624
18625 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18626
18627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18628           fix a silly segfault
18629
18630 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18631
18632         * docs/libs/gst-plugins-base-libs-docs.sgml:
18633         * docs/libs/gst-plugins-base-libs-sections.txt:
18634         * gst-libs/gst/audio/mixerutils.c:
18635         * gst-libs/gst/audio/mixerutils.h:
18636           Add docs for mixerutils stuff.
18637
18638 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18639
18640         * gst/playback/gstplaybasebin.c: (setup_source):
18641           Fix playback for sources that emit raw audio or
18642           raw video streams (e.g.: cd audio sources) (#325984).
18643
18644 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18645
18646         * gst-libs/gst/audio/mixerutils.c:
18647         (gst_audio_mixer_filter_do_filter):
18648           actually save the element we create
18649
18650 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18651
18652         * gst-libs/gst/cdda/gstcddabasesrc.c:
18653         (gst_cdda_base_src_handle_track_seek):
18654           No need to post a tag message on the bus when seeking
18655           within the same track, only post it when the current
18656           track changes.
18657
18658 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18659
18660         * gst/playback/gstplaybasebin.c: (group_destroy),
18661         (probe_triggered), (new_decoded_pad), (mute_group_type),
18662         (set_active_source):
18663         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18664         * gst/playback/gststreamselector.c:
18665         (gst_stream_selector_base_init),
18666         (gst_stream_selector_set_property),
18667         (gst_stream_selector_request_new_pad):
18668           Reenable stream selection. These mechanisms need a complete overhaul
18669           in the face of 0.8->0.10 changes though.
18670
18671 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18672
18673         * ext/ogg/gstoggdemux.c:
18674           Change the pad template to src_%d to match the pads that 
18675           are created from it. decodebin needs this information in order
18676           to decide that oggdemux is capable of producing multiple pads
18677           (and hence needs queues inserted).
18678
18679         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18680         (gst_ogg_mux_collected):
18681           Make debug output more useful by using GST_PTR_FORMAT.
18682
18683 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18684
18685         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18686
18687         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18688           Set depth and width for alaw/mulaw (fixes #326601).
18689
18690 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18691
18692         * tests/icles/Makefile.am:
18693           don't build the tests if we don't have the libs
18694
18695 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18696
18697         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18698         (gst_cd_paranoia_paranoia_callback):
18699           Don't try to free NULL pointers.
18700
18701 2006-01-10  Edward Hervey  <edward@fluendo.com>
18702
18703         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18704         (gst_audio_rate_change_state), (plugin_init):
18705         Add debugging category.
18706         Fix type issues.
18707         Add case for incoming buffers without valid offset/offset_end.
18708
18709 2006-01-10  Michael Smith  <msmith@fluendo.com>
18710
18711         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18712           Don't leak GCond in audio sources.
18713
18714 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18715
18716         * gst/playback/gstplaybin.c: (gen_audio_element):
18717           Don't leak an autoaudiosink/alsasink when we generate
18718           a new audio element. (old code, I guess)
18719
18720 2006-01-10  Michael Smith  <msmith@fluendo.com>
18721
18722         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18723           Support float audio in audiorate.
18724           Use width rather than depth for selecting sample width.
18725
18726 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18727
18728         * gst/videotestsrc/videotestsrc.h:
18729           Use GLib types here (that way we don't have to include the
18730           generated _stdint.h header, which makes life easier for win32
18731           folks that don't use autotools for the build) (#325990, patch
18732           by: Sergey Scobich).
18733
18734 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18735
18736         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18737         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18738         (gst_ring_buffer_pause), (wait_segment):
18739         * gst-libs/gst/audio/gstringbuffer.h:
18740           Name (private) union, makes Forte compiler happy (this time
18741           for real) (#324900).
18742
18743 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18744
18745         * gst-libs/gst/audio/Makefile.am:
18746           Link against libgstinterfaces, needed for mixer
18747           and property probe stuff.
18748
18749 2006-01-09  Edward Hervey  <edward@fluendo.com>
18750
18751         * gst-libs/gst/Makefile.am:
18752
18753 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18754
18755         * gst-libs/gst/audio/Makefile.am:
18756         * gst-libs/gst/audio/mixerutils.c:
18757         (gst_audio_mixer_filter_do_filter),
18758         (gst_audio_mixer_filter_check_element),
18759         (gst_audio_mixer_filter_probe_feature),
18760         (element_factory_rank_compare_func),
18761         (gst_audio_default_registry_mixer_filter):
18762         * gst-libs/gst/audio/mixerutils.h:
18763           Add gst_audio_default_registry_mixer_filter() utility
18764           function.
18765
18766 2006-01-03  Michael Smith  <msmith@fluendo.com>
18767
18768         * gst/audioresample/resample.h:
18769           As before, but for o_buf
18770
18771 2006-01-03  Michael Smith  <msmith@fluendo.com>
18772
18773         * gst/audioresample/resample.h:
18774           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18775           since we do arithmetic on it.
18776
18777 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18778
18779         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18780         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18781         (gst_ring_buffer_pause), (wait_segment):
18782         * gst-libs/gst/audio/gstringbuffer.h:
18783           Sun's Forte compiler doesn't seem to like anonymous structs,
18784           so use same setup as in GstBaseSrc (fixes #324900).
18785
18786 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18787
18788         * configure.ac:
18789         * gst/volume/Makefile.am:
18790         * gst/volume/demo.c:
18791           move old example to tests/examples/volume/volune.c
18792         * tests/examples/Makefile.am:
18793         * tests/examples/seek/seek.c: (main):
18794           change window-close event from "delete-event" to "destroy"
18795         * tests/examples/volume/Makefile.am:
18796         * tests/examples/volume/volume.c: (value_changed_callback),
18797         (setup_gui), (message_received), (eos_message_received), (main):
18798           fix event handling and bus usage
18799
18800 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18801
18802         * gst/audiotestsrc/gstaudiotestsrc.c:
18803         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18804         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18805         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18806         (gst_audio_test_src_create_square),
18807         (gst_audio_test_src_create_saw),
18808         (gst_audio_test_src_create_triangle),
18809         (gst_audio_test_src_create_silence),
18810         (gst_audio_test_src_create_white_noise),
18811         (gst_audio_test_src_create_pink_noise),
18812         (gst_audio_test_src_init_sine_table),
18813         (gst_audio_test_src_create_sine_table),
18814         (gst_audio_test_src_change_wave),
18815         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18816         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18817         * gst/audiotestsrc/gstaudiotestsrc.h:
18818           update to basesrc changes, implement segmented seeking and eos
18819           handling, add a 'sine-tab' waveform for performance critical playback
18820
18821 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18822
18823         * po/POTFILES.in:
18824           ... and this time the other modified file that I missed last time.
18825
18826 2005-12-29  Michael Smith  <msmith@fluendo.com>
18827
18828         * gst/playback/gstdecodebin.c: (new_pad):
18829           Fix non-C89 variable declaration not at the start of a block. Should
18830           help some compilers.
18831
18832 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18833
18834         * tests/check/Makefile.am:
18835           And now fix 'make distcheck' (builddir != srcdir)
18836
18837 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18838
18839         * configure.ac:
18840         * ext/cdparanoia/Makefile.am:
18841         * ext/cdparanoia/gstcdparanoia.c:
18842         * ext/cdparanoia/gstcdparanoia.h:
18843         * ext/cdparanoia/gstcdparanoiasrc.c:
18844         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18845         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18846         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18847         (gst_cd_paranoia_paranoia_callback),
18848         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18849         (gst_cd_paranoia_src_set_property),
18850         (gst_cd_paranoia_src_get_property), (plugin_init):
18851         * ext/cdparanoia/gstcdparanoiasrc.h:
18852           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18853           plugin again (there are still fixes required to playbin to make
18854           cdda:// uris work there).
18855
18856 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18857
18858         * tests/check/Makefile.am:
18859           Fix test case compilation.
18860
18861 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18862
18863         * gst-libs/gst/cdda/gstcddabasesrc.c:
18864         (gst_cdda_base_src_update_duration),
18865         (gst_cdda_base_src_calculate_cddb_id):
18866           An integer is not a string. Fix access to uninitialised variable.
18867
18868         * tests/check/Makefile.am:
18869           Add cddabasesrc unit test; also actually enable the vorbis test.
18870
18871         * tests/check/generic/states.c:
18872           Blacklist new cd audio elements as well.
18873
18874         * tests/check/libs/cddabasesrc.c:
18875           Unit test for GstCddaBaseSrc (discid calculation mostly).
18876
18877 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18878
18879         * docs/libs/Makefile.am:
18880         * docs/libs/gst-plugins-base-libs-docs.sgml:
18881         * docs/libs/gst-plugins-base-libs-sections.txt:
18882         * docs/libs/gst-plugins-base-libs.types:
18883           Add docs for libgstcdda/GstCddaBaseSrc.
18884
18885         * gst-libs/gst/interfaces/mixertrack.h:
18886           Do one struct member per line with a semicolon at the end, that way
18887           even gtk-doc might parse it without complaining.
18888
18889 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18890
18891         * configure.ac:
18892         * gst-libs/gst/Makefile.am:
18893         * gst-libs/gst/cdda/Makefile.am:
18894         * gst-libs/gst/cdda/base64.c:
18895         * gst-libs/gst/cdda/base64.h:
18896         * gst-libs/gst/cdda/gstcddabasesrc.c:
18897         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18898         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18899         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18900         (gst_cdda_base_src_get_property),
18901         (gst_cdda_base_src_get_track_from_sector),
18902         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18903         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18904         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18905         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18906         (gst_cdda_base_src_uri_get_protocols),
18907         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18908         (gst_cdda_base_src_uri_handler_init),
18909         (gst_cdda_base_src_setup_interfaces),
18910         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18911         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18912         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18913         (gst_cdda_base_src_add_tags),
18914         (gst_cdda_base_src_add_index_associations),
18915         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18916         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18917         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18918         (gst_cdda_base_src_create):
18919         * gst-libs/gst/cdda/gstcddabasesrc.h:
18920         * gst-libs/gst/cdda/sha1.c:
18921         * gst-libs/gst/cdda/sha1.h:
18922           Add new libgstcdda with GstCddaBaseSrc class.
18923
18924 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18925
18926         * ext/gnomevfs/gstgnomevfssink.h:
18927           Use GstBaseSinkClass as parent_class member for class struct, not
18928           GstBaseSink.
18929
18930 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18931
18932         Patch by: Michael Benes
18933
18934         * gst/videotestsrc/gstvideotestsrc.c:
18935         (gst_video_test_src_class_init), (gst_video_test_src_start):
18936           Add start method to reset running time and number of frames sent
18937           when starting up (fixes #324696)
18938
18939 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18940
18941         * docs/plugins/Makefile.am:
18942         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18943         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18944         * docs/plugins/gst-plugins-base-plugins.args:
18945         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18946         * docs/plugins/gst-plugins-base-plugins.signals:
18947           Add docs stuff for gnomevfssrc and gnomevfssink.
18948
18949         * ext/gnomevfs/gstgnomevfssrc.c:
18950           Fix example pipeline in gtk-doc blurb.
18951
18952 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18953
18954         * ext/gnomevfs/Makefile.am:
18955         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18956         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18957         (gst_gnome_vfs_handle_get_type), (plugin_init):
18958         * ext/gnomevfs/gstgnomevfs.h:
18959         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18960         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18961         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18962         (gst_gnome_vfs_sink_set_property),
18963         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18964         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18965         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18966         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18967         (gst_gnome_vfs_sink_uri_get_type),
18968         (gst_gnome_vfs_sink_uri_get_protocols),
18969         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18970         (gst_gnome_vfs_sink_uri_handler_init):
18971         * ext/gnomevfs/gstgnomevfssink.h:
18972           Port gnomevfssink; add gtk-doc blurb.
18973
18974         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18975         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18976         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18977         (gst_gnome_vfs_src_uri_get_type),
18978         (gst_gnome_vfs_src_uri_get_protocols),
18979         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18980         (gst_gnome_vfs_src_uri_handler_init),
18981         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18982         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18983         (gst_gnome_vfs_src_send_additional_headers_callback),
18984         (gst_gnome_vfs_src_received_headers_callback),
18985         (gst_gnome_vfs_src_push_callbacks),
18986         (gst_gnome_vfs_src_pop_callbacks),
18987         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18988         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18989         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18990         * ext/gnomevfs/gstgnomevfssrc.h:
18991           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18992           file; add gtk-doc blurb with example pipelines.
18993
18994 === release 0.10.1 ===
18995
18996 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18997
18998         * configure.ac:
18999           releasing 0.10.1, "Dobro Dedek"
19000
19001 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19002
19003         * gst/typefind/gsttypefindfunctions.c:
19004         iLBC30 and iLBC20 added to typefind.
19005
19006 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19007
19008         * gst-libs/gst/audio/gstbaseaudiosink.c:
19009         (gst_base_audio_sink_class_init):
19010         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19011         (gst_base_audio_src_class_init):
19012           update strings, values are in microseconds
19013           change the default sink buffer time to something that is smaller
19014           (to help software volume mixing have a slightly lower delay) but
19015           still be acceptable on Wim's laptop
19016
19017 2005-12-20  Edward Hervey  <edward@fluendo.com>
19018
19019         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19020         Made a quack, forgot to add DUCK to the riff video template.
19021
19022 2005-12-19  Edward Hervey  <edward@fluendo.com>
19023
19024         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19025         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19026         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19027         (gst_ogm_parse_chain):
19028         Make sure pads are initialized correctly.
19029         * gst-libs/gst/riff/riff-ids.h:
19030         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19031         (gst_riff_create_video_template_caps):
19032         Add a whole bunch of FOURCC <=> MimeType.
19033         Extend the riff video pad template to support the newly added fourcc.
19034
19035 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19036
19037         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19038         (gst_ogg_demux_activate_chain):
19039           Extra debug output when activating/deactivating chains.
19040
19041         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19042         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19043         (unlinked):
19044           Remove a queue from our list when it becomes unlinked.
19045           Don't add queues to elements in class 'Demux' if they
19046           can only produce one pad 
19047
19048 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19049
19050         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19051         (gst_video_sink_get_type): Add a debug category.
19052
19053 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19054
19055         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19056         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19057           Handle downstream newsegment by sending our own newsegment before the
19058           next buffer to be released. (#323900)
19059
19060 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19061
19062         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19063         (gst_base_rtp_depayload_set_gst_timestamp):
19064           add queue delay to new segment as well (as opposed to just the first
19065           buffer). (bug #322347)
19066
19067 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19068
19069         * ext/libvisual/visual.c: (make_valid_name):
19070           change some char* into char[]
19071         * gst/audiotestsrc/gstaudiotestsrc.c:
19072         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19073         (gst_audio_test_src_create):
19074         * gst/audiotestsrc/gstaudiotestsrc.h:
19075           prepare to handle EOS and SEGMENT_DONE
19076
19077 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19078
19079         * tests/check/generic/states.c: (GST_START_TEST):
19080           Blacklist cdparanoia element in state test.
19081
19082 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19083
19084           Patch by: Benjamin Pineau
19085
19086         * gst/tcp/gsttcp.c:
19087         * gst/tcp/gsttcpclientsink.c:
19088         * gst/tcp/gsttcpserversink.c:
19089         * gst/tcp/gsttcpserversrc.c:
19090           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19091
19092 2005-12-15  Michael Smith  <msmith@fluendo.com>
19093
19094         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19095         (gst_video_rate_chain):
19096           Fix timestamping for videorate when the first buffer it sees has a
19097           non-zero timestamp. Fix some misleading debug output.
19098
19099 2005-12-15  Michael Smith  <msmith@fluendo.com>
19100
19101         * gst/audioresample/gstaudioresample.c:
19102           Don't leak all input buffers to audioresample.
19103
19104 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19105
19106         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19107           Don't operate on empty text buffers. Strip newlines and
19108           tabs only from the end of the text, but leave them intact
19109           in the middle. Fix typo in gtk-doc description.
19110
19111 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19112
19113         * gst/playback/gstplaybasebin.c:
19114         * gst/playback/gstplaybin.c: (handoff):
19115           Make sure the video frame buffer we return to apps via the
19116           "frame" property always has caps set on it. Modify
19117           _gst_gvalue_set_object() macro to handle NULL objects
19118           gracefully too.
19119
19120 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19121
19122         * gst/audiotestsrc/gstaudiotestsrc.c:
19123         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19124         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19125         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19126         (gst_audio_test_src_create):
19127         * gst/audiotestsrc/gstaudiotestsrc.h:
19128         Adjust to some recent api changes and add wtays new cool seeking
19129         capabillities
19130
19131 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19132
19133         * ext/alsa/Makefile.am:
19134         * ext/alsa/gstalsadeviceprobe.c:
19135         * ext/alsa/gstalsadeviceprobe.h:
19136           Helper functions to add device probing via the GstPropertyProbe
19137           interface to a class.
19138
19139         * ext/alsa/gstalsamixer.h:
19140           Comment out GST_ALSA_MIXER, it returns a struct that's not
19141           used.
19142
19143         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19144           Add some debug info. 
19145
19146         * ext/alsa/gstalsamixerelement.c:
19147         (gst_alsa_mixer_element_interface_supported),
19148         (gst_implements_interface_init),
19149         (gst_alsa_mixer_element_init_interfaces),
19150         (gst_alsa_mixer_element_class_init),
19151         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19152         (gst_alsa_mixer_element_set_property),
19153         (gst_alsa_mixer_element_get_property),
19154         (gst_alsa_mixer_element_change_state):
19155         * ext/alsa/gstalsamixerelement.h:
19156           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19157           for device handling (gnome-volume-control will need that).
19158
19159 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19160
19161         * ext/Makefile.am: fix cdparanoia entry
19162         * gst-plugins-base.spec.in: add cdparanoia
19163
19164 2005-12-12  Michael Smith  <msmith@fluendo.com>
19165
19166         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19167           Use the correct function to free list of typefind factories.
19168
19169 2005-12-12  Wim Taymans  <wim@fluendo.com>
19170
19171         * gst/videotestsrc/gstvideotestsrc.c:
19172         (gst_video_test_src_class_init), (gst_video_test_src_init),
19173         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19174         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19175         (gst_video_test_src_create):
19176         * gst/videotestsrc/gstvideotestsrc.h:
19177         Implement seeking in videotestsrc.
19178         Small cleanups.
19179
19180 2005-12-12  Wim Taymans  <wim@fluendo.com>
19181
19182         * ext/cdparanoia/Makefile.am:
19183         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19184         (gst_paranoia_endian_get_type), (_do_init),
19185         (cdparanoia_class_init), (cdparanoia_init),
19186         (cdparanoia_set_property), (cdparanoia_get_property),
19187         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19188         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19189         (cdparanoia_convert), (cdparanoia_get_query_types),
19190         (cdparanoia_query), (cdparanoia_set_index),
19191         (cdparanoia_uri_set_uri):
19192         * ext/cdparanoia/gstcdparanoia.h:
19193         Partially ported cdparanoia now that basesrc can support a
19194         plugin like this..
19195
19196 2005-12-12  Wim Taymans  <wim@fluendo.com>
19197
19198         * tests/examples/seek/scrubby.c: (main):
19199         Set higher priority for bus events so they don't get reordered with
19200         gtk gui events.
19201
19202         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19203         (flush_toggle_cb), (main):
19204         Added checkbox to disable flushing seeks. 
19205         Disable scrubbing when doing non flushing seeks.
19206
19207 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19208
19209         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19210         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19211         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19212         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19213           Implement some sort of event handling that doesn't rely on
19214           g_return_if_fail; make sure we always push the last chunk of an 
19215           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19216           state change function; remove some old cruft. Seeking is still
19217           rather unlikely to work though.
19218
19219         * tools/.cvsignore:
19220           Ignore more.
19221
19222 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19223
19224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19225         Fixed a leak of the current image reference when cleaning up.
19226         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19227
19228 2005-12-09  Michael Smith  <msmith@fluendo.com>
19229
19230         * tools/Makefile.am:
19231         * tools/gst-launch-ext-m.m:
19232           Remove gst-launch-ext. It doesn't work, and is no longer
19233           particularly useful.
19234
19235 2005-12-08  Luca Ognibene  <luogni@tin.it>
19236
19237         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19238           don't pass random values to ogmparse convert function.
19239           Make seeking possible in the exile1.ogm file.
19240
19241 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19242
19243         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19244         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19245           Work around refcount problem with g_value_set_object() that occur
19246           if the core has been compiled against GLib-2.6 (g_value_set_object()
19247           will only g_object_ref() the element, but the caller will
19248           gst_object_unref() it and bad things will happen due to the way
19249           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19250           totem for people on FC4 using Thomas's 0.10 RPMs.
19251           
19252 2005-12-07  Edward Hervey  <edward@fluendo.com>
19253
19254         Time to welcome ogm to 0.10 :)
19255         
19256         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19257         (gst_ogg_pad_typefind):
19258         Oggdemux can now properly typefind elements with dynamic pads.
19259         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19260         Properly set caps on src pad, and set caps on outgoing buffers.
19261
19262 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19263
19264         * ext/alsa/gstalsamixer.h:
19265         * ext/alsa/gstalsamixerelement.h:
19266         * ext/alsa/gstalsamixeroptions.h:
19267         * ext/alsa/gstalsamixertrack.h:
19268         * ext/alsa/gstalsasink.c:
19269         * ext/alsa/gstalsasink.h:
19270         * ext/alsa/gstalsasrc.c:
19271         * ext/alsa/gstalsasrc.h:
19272         * ext/cdparanoia/gstcdparanoia.h:
19273         * ext/gnomevfs/gstgnomevfsuri.h:
19274         * ext/ogg/gstoggdemux.c:
19275         * ext/ogg/gstoggmux.c:
19276         * ext/pango/gsttextoverlay.h:
19277         * ext/theora/theoradec.c:
19278         * ext/theora/theoraenc.c:
19279         * ext/vorbis/vorbisdec.h:
19280         * ext/vorbis/vorbisenc.c:
19281         * ext/vorbis/vorbisenc.h:
19282         * ext/vorbis/vorbisparse.h:
19283         * gst-libs/gst/audio/gstaudioclock.h:
19284         * gst-libs/gst/audio/gstaudiosink.c:
19285         * gst-libs/gst/audio/gstaudiosink.h:
19286         * gst-libs/gst/audio/gstaudiosrc.c:
19287         * gst-libs/gst/audio/gstaudiosrc.h:
19288         * gst-libs/gst/audio/gstbaseaudiosink.c:
19289         * gst-libs/gst/audio/gstbaseaudiosink.h:
19290         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19291         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19292         * gst-libs/gst/audio/gstringbuffer.h:
19293         * gst-libs/gst/audio/multichannel.h:
19294         * gst-libs/gst/floatcast/floatcast.h:
19295         * gst-libs/gst/interfaces/colorbalance.c:
19296         * gst-libs/gst/interfaces/colorbalance.h:
19297         * gst-libs/gst/interfaces/colorbalancechannel.h:
19298         * gst-libs/gst/interfaces/mixer.h:
19299         * gst-libs/gst/interfaces/mixeroptions.h:
19300         * gst-libs/gst/interfaces/mixertrack.h:
19301         * gst-libs/gst/interfaces/navigation.h:
19302         * gst-libs/gst/interfaces/propertyprobe.h:
19303         * gst-libs/gst/interfaces/tuner.h:
19304         * gst-libs/gst/interfaces/tunerchannel.h:
19305         * gst-libs/gst/interfaces/tunernorm.h:
19306         * gst-libs/gst/interfaces/xoverlay.h:
19307         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19308         * gst-libs/gst/riff/riff-ids.h:
19309         * gst-libs/gst/riff/riff-media.h:
19310         * gst-libs/gst/riff/riff-read.h:
19311         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19312         * gst-libs/gst/rtp/gstbasertppayload.c:
19313         * gst-libs/gst/rtp/gstbasertppayload.h:
19314         * gst-libs/gst/rtp/gstrtpbuffer.c:
19315         * gst-libs/gst/rtp/gstrtpbuffer.h:
19316         * gst-libs/gst/tag/gsttageditingprivate.h:
19317         * gst-libs/gst/tag/gstvorbistag.c:
19318         (gst_tag_list_from_vorbiscomment_buffer):
19319         * gst-libs/gst/tag/tag.h:
19320         * gst-libs/gst/video/video.h:
19321         * gst/adder/gstadder.c:
19322         * gst/adder/gstadder.h:
19323         * gst/audioconvert/audioconvert.c:
19324         * gst/audioconvert/audioconvert.h:
19325         * gst/audioconvert/gstaudioconvert.c:
19326         * gst/audioconvert/gstchannelmix.c:
19327         * gst/audioconvert/gstchannelmix.h:
19328         * gst/audiorate/gstaudiorate.c:
19329         * gst/audioresample/buffer.h:
19330         * gst/audioresample/functable.h:
19331         * gst/audioresample/gstaudioresample.c:
19332         * gst/audioresample/resample.h:
19333         * gst/ffmpegcolorspace/avcodec.h:
19334         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19335         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19336         * gst/ffmpegcolorspace/imgconvert.c:
19337         * gst/ffmpegcolorspace/imgconvert_template.h:
19338         * gst/playback/gstdecodebin.c:
19339         * gst/playback/gstplaybasebin.h:
19340         * gst/playback/gstplaybin.c:
19341         * gst/playback/gststreaminfo.h:
19342         * gst/tcp/gstfdset.c:
19343         * gst/tcp/gstfdset.h:
19344         * gst/tcp/gstmultifdsink.c:
19345         * gst/tcp/gstmultifdsink.h:
19346         * gst/tcp/gsttcp.h:
19347         * gst/tcp/gsttcpclientsrc.c:
19348         * gst/tcp/gsttcpclientsrc.h:
19349         * gst/tcp/gsttcpplugin.h:
19350         * gst/tcp/gsttcpserversink.c:
19351         * gst/tcp/gsttcpserversrc.c:
19352         * gst/typefind/gsttypefindfunctions.c:
19353         * gst/videorate/gstvideorate.c:
19354         * gst/videotestsrc/gstvideotestsrc.h:
19355         * gst/videotestsrc/videotestsrc.h:
19356         * sys/v4l/gstv4lcolorbalance.h:
19357         * sys/v4l/gstv4ltuner.h:
19358         * sys/v4l/gstv4lxoverlay.h:
19359         * sys/v4l/v4l_calls.h:
19360         * sys/v4l/videodev_mjpeg.h:
19361         * tests/check/elements/audioconvert.c:
19362         * tests/check/elements/audioresample.c:
19363         * tests/check/elements/audiotestsrc.c:
19364         * tests/check/elements/videotestsrc.c:
19365         * tests/check/elements/volume.c:
19366         * tests/examples/seek/scrubby.c:
19367         * tests/examples/seek/seek.c:
19368           expand tabs
19369
19370 === release 0.10.0 ===
19371
19372 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19373
19374         * configure.ac:
19375           releasing 0.10.0, "Mont-d'or"
19376
19377 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19378
19379         * tests/examples/seek/Makefile.am:
19380         Build fix for when gtk is not available.
19381
19382 2005-12-05  Andy Wingo  <wingo@pobox.com>
19383
19384         * ext/libvisual/visual.c: (get_buffer):
19385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19386         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19387         * ext/theora/theoradec.c: (theora_handle_data_packet):
19388         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19389         (theora_enc_chain):
19390         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19391         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19392         Update for alloc_buffer changes.
19393
19394 2005-12-05  Andy Wingo  <wingo@pobox.com>
19395
19396         patch by: Kai Vehmanen <kv2004 eca cx>
19397         
19398         * gst-libs/gst/rtp/gstbasertpdepayload.c
19399         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19400
19401 2005-12-04  Andy Wingo  <wingo@pobox.com>
19402
19403         patch by: Sebastien Cote <sebas642 yahoo ca>
19404         
19405         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19406         Fixes #319172.
19407
19408 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19409
19410         * docs/plugins/Makefile.am:
19411         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19412         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19413         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19414         * ext/pango/gstclockoverlay.c:
19415         * ext/pango/gsttextoverlay.c: 
19416         * ext/pango/gsttextrender.c:
19417         * ext/pango/gsttimeoverlay.c:
19418           Add gtk-doc blurbs to pango elements.
19419
19420 2005-12-02  Wim Taymans  <wim@fluendo.com>
19421
19422         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19423         * gst/audioresample/buffer.h:
19424         * gst/audioresample/gstaudioresample.c:
19425         * gst/audioresample/gstaudioresample.h:
19426         * gst/audioresample/resample.c: (resample_input_flush),
19427         (resample_input_pushthrough), (resample_input_eos),
19428         (resample_get_output_size_for_input),
19429         (resample_get_input_size_for_output), (resample_get_output_size),
19430         (resample_get_output_data):
19431         * gst/audioresample/resample.h:
19432         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19433         Fix audioresample, seek torture, new segments, reverse negotiation
19434         etc.. work fine.
19435
19436 2005-12-02  Wim Taymans  <wim@fluendo.com>
19437
19438         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19439         Small cleanups.
19440
19441 2005-12-02  Wim Taymans  <wim@fluendo.com>
19442
19443         * gst/audioconvert/gstaudioconvert.c:
19444         (gst_audio_convert_transform):
19445         Post errors.
19446
19447 === release 0.9.7 ===
19448
19449 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19450
19451         * configure.ac:
19452           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19453
19454 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19455
19456         * Makefile.am:
19457         * po/hu.po:
19458         * win32/MANIFEST:
19459         * win32/gst.sln:
19460           add win32 MANIFEST file
19461           do something to the hungarian translation
19462
19463 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19464
19465         * ext/Makefile.am:
19466           Add $(PANGO_DIR) to SUBDIRS
19467
19468         * ext/pango/gstclockoverlay.c:
19469         * ext/pango/gsttimeoverlay.c:
19470           Fix and improve element descriptions.
19471
19472 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19473
19474         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19475         * docs/plugins/inspect/plugin-libvisual.xml:
19476         * docs/plugins/inspect/plugin-pango.xml:
19477           add pango plugin to docs
19478
19479 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19480
19481         * configure.ac:
19482         * ext/Makefile.am:
19483           moved pango to base
19484
19485 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19486
19487         * configure.ac:
19488         * tests/Makefile.am:
19489         * tests/icles/.cvsignore:
19490         * tests/icles/Makefile.am:
19491         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19492         (close_display), (resize_window), (move_window), (create_window),
19493         (terminate_playback), (pause_playback), (start_playback), (main):
19494           add stress test for xoverlay from Julien
19495
19496 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19497
19498         * docs/libs/tmpl/gstcolorbalance.sgml:
19499         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19500         * gst-libs/gst/rtp/gstbasertppayload.c:
19501         * gst-libs/gst/rtp/gstrtpbuffer.c:
19502         * gst-libs/gst/rtp/gstrtpbuffer.h:
19503           Do burger's rename for rtp payloaders and depayloaders
19504
19505 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19506
19507         * win32/:
19508           add Visual Studio 6 build files
19509
19510 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19511
19512         * docs/libs/gst-plugins-base-libs-docs.sgml:
19513         * docs/libs/gst-plugins-base-libs-sections.txt:
19514         * docs/libs/tmpl/gstaudio.sgml:
19515         * docs/libs/tmpl/gstringbuffer.sgml:
19516         * gst-libs/gst/interfaces/xoverlay.c:
19517         * gst-libs/gst/video/gstvideofilter.c:
19518         * gst-libs/gst/video/gstvideosink.c:
19519           update documentation
19520
19521 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19522
19523         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19524         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19525         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19526         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19527         (gst_multi_fd_sink_get_stats),
19528         (gst_multi_fd_sink_remove_client_link),
19529         (gst_multi_fd_sink_handle_client_read),
19530         (gst_multi_fd_sink_client_queue_data),
19531         (gst_multi_fd_sink_client_queue_caps),
19532         (gst_multi_fd_sink_client_queue_buffer),
19533         (gst_multi_fd_sink_new_client),
19534         (gst_multi_fd_sink_handle_client_write),
19535         (gst_multi_fd_sink_recover_client),
19536         (gst_multi_fd_sink_queue_buffer),
19537         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19538         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19539         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19540         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19541         * gst/tcp/gstmultifdsink.h:
19542         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19543         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19544         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19545         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19546         (gst_tcp_client_sink_set_property),
19547         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19548         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19549         * gst/tcp/gsttcpclientsink.h:
19550         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19551         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19552         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19553         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19554         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19555         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19556         * gst/tcp/gsttcpclientsrc.h:
19557         * gst/tcp/gsttcpplugin.c: (plugin_init):
19558         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19559         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19560         (gst_tcp_server_sink_finalize),
19561         (gst_tcp_server_sink_handle_server_read),
19562         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19563         (gst_tcp_server_sink_set_property),
19564         (gst_tcp_server_sink_get_property),
19565         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19566         * gst/tcp/gsttcpserversink.h:
19567         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19568         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19569         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19570         (gst_tcp_server_src_set_property),
19571         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19572         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19573         * gst/tcp/gsttcpserversrc.h:
19574           more borgifying
19575
19576 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19577
19578         * docs/plugins/Makefile.am:
19579         * docs/plugins/gst-plugins-base-plugins.args:
19580         * docs/plugins/inspect/plugin-libvisual.xml:
19581         * gst/audioconvert/plugin.h:
19582         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19583         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19584         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19585         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19586         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19587         (plugin_init):
19588         * gst/audiotestsrc/gstaudiotestsrc.c:
19589         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19590         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19591         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19592         (gst_audio_test_src_get_query_types),
19593         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19594         (gst_audio_test_src_create_square),
19595         (gst_audio_test_src_create_saw),
19596         (gst_audio_test_src_create_triangle),
19597         (gst_audio_test_src_create_silence),
19598         (gst_audio_test_src_create_white_noise),
19599         (gst_audio_test_src_init_pink_noise),
19600         (gst_audio_test_src_generate_pink_noise_value),
19601         (gst_audio_test_src_create_pink_noise),
19602         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19603         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19604         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19605         (plugin_init):
19606         * gst/audiotestsrc/gstaudiotestsrc.h:
19607         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19608         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19609         (gst_sub_parse_init), (gst_sub_parse_formats),
19610         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19611         (convert_encoding), (get_next_line),
19612         (gst_sub_parse_data_format_autodetect),
19613         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19614         (gst_sub_parse_loop), (gst_sub_parse_chain),
19615         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19616         (plugin_init):
19617         * gst/subparse/gstsubparse.h:
19618         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19619         (gst_video_rate_base_init), (gst_video_rate_class_init),
19620         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19621         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19622         (gst_video_rate_init), (gst_video_rate_event),
19623         (gst_video_rate_chain), (gst_video_rate_set_property),
19624         (gst_video_rate_get_property), (gst_video_rate_change_state),
19625         (plugin_init):
19626         * gst/videoscale/gstvideoscale.c:
19627         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19628         (gst_video_scale_src_template_factory),
19629         (gst_video_scale_sink_template_factory),
19630         (gst_video_scale_get_type), (gst_video_scale_base_init),
19631         (gst_video_scale_class_init), (gst_video_scale_init),
19632         (gst_video_scale_set_property), (gst_video_scale_get_property),
19633         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19634         (gst_video_scale_prepare_size), (parse_caps),
19635         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19636         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19637         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19638         (plugin_init):
19639         * gst/videoscale/gstvideoscale.h:
19640         * gst/videotestsrc/gstvideotestsrc.c:
19641         (gst_video_test_src_pattern_get_type),
19642         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19643         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19644         (gst_video_test_src_set_pattern),
19645         (gst_video_test_src_set_property),
19646         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19647         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19648         (gst_video_test_src_event), (gst_video_test_src_get_times),
19649         (gst_video_test_src_create), (plugin_init):
19650         * gst/videotestsrc/gstvideotestsrc.h:
19651         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19652         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19653         (gst_video_test_src_black):
19654         * gst/videotestsrc/videotestsrc.h:
19655           borgify further
19656           clean up docs a little
19657
19658 2005-11-30  Wim Taymans  <wim@fluendo.com>
19659
19660         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19661         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19662         (gst_basertppayload_event), (gst_basertppayload_push),
19663         (gst_basertppayload_change_state):
19664         * gst-libs/gst/rtp/gstbasertppayload.h:
19665         closed #320644.
19666
19667 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19668
19669         * docs/libs/gst-plugins-base-libs-docs.sgml:
19670         * docs/libs/gst-plugins-base-libs-sections.txt:
19671         * gst-libs/gst/video/gstvideofilter.c:
19672         * gst-libs/gst/video/gstvideosink.c:
19673         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19674
19675 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19676
19677         * LICENSE:
19678           move
19679         * po/af.po:
19680         * po/az.po:
19681         * po/cs.po:
19682         * po/en_GB.po:
19683         * po/hu.po:
19684         * po/it.po:
19685         * po/nb.po:
19686         * po/nl.po:
19687         * po/or.po:
19688         * po/sq.po:
19689         * po/sr.po:
19690         * po/sv.po:
19691         * po/uk.po:
19692         * po/vi.po:
19693         * Makefile.am:
19694           update
19695         * scripts/autoplugins.sh:
19696           remove
19697
19698 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19699
19700         * Makefile.am:
19701         * configure.ac:
19702         * examples/Makefile.am:
19703         * examples/capsfilter/Makefile.am:
19704         * examples/capsfilter/capsfilter1.c:
19705         * examples/gob/Makefile.am:
19706         * examples/gob/gst-identity2.gob:
19707         * examples/indexing/.cvsignore:
19708         * examples/indexing/Makefile.am:
19709         * examples/indexing/indexmpeg.c:
19710         * examples/seeking/.cvsignore:
19711         * examples/seeking/Makefile.am:
19712         * examples/seeking/cdparanoia.c:
19713         * examples/seeking/cdplayer.c:
19714         * examples/seeking/chained.c:
19715         * examples/seeking/scrubby.c:
19716         * examples/seeking/seek.c:
19717         * examples/stats/Makefile.am:
19718         * examples/stats/mp2ogg.c:
19719         * examples/switch/.cvsignore:
19720         * examples/switch/Makefile.am:
19721         * examples/switch/switcher.c:
19722         * tests/Makefile.am:
19723         * tests/check/generic/.cvsignore:
19724         * tests/check/pipelines/.cvsignore:
19725         * tests/examples/Makefile.am:
19726         * tests/examples/seek/Makefile.am:
19727           reorganize stuff under tests/
19728
19729 2005-11-30  Edward Hervey  <edward@fluendo.com>
19730
19731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19732         Go away you stupid GstStaticPadTemplate memleak.
19733
19734 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19735
19736         * gst-libs/gst/net/Makefile.am:
19737         * gst-libs/gst/net/README:
19738         * gst-libs/gst/net/gstnetbuffer.c:
19739         * gst-libs/gst/net/gstnetbuffer.h:
19740           this was moved to "netbuffer"
19741
19742 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19743
19744         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19745         (gst_video_filter_class_init), (gst_video_filter_init):
19746         * gst-libs/gst/video/gstvideofilter.h:
19747           borgify name to bring in line with other classes
19748
19749 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19750
19751         * gst/audioscale/.cvsignore:
19752         * gst/audioscale/Makefile.am:
19753         * gst/audioscale/README:
19754         * gst/audioscale/audioscale.vcproj:
19755         * gst/audioscale/dtof.c:
19756         * gst/audioscale/dtos.c:
19757         * gst/audioscale/functable.c:
19758         * gst/audioscale/gstaudioscale.c:
19759         * gst/audioscale/gstaudioscale.h:
19760         * gst/audioscale/private.h:
19761         * gst/audioscale/resample.c:
19762         * gst/audioscale/resample.h:
19763         * gst/audioscale/test.c:
19764           remove
19765
19766 2005-11-30  Edward Hervey  <edward@fluendo.com>
19767
19768         * gst-libs/gst/netbuffer/Makefile.am:
19769         really, really tired
19770
19771 2005-11-30  Edward Hervey  <edward@fluendo.com>
19772
19773         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19774         Update for new GstTypeFindFactory _register()
19775
19776 2005-11-30  Edward Hervey  <edward@fluendo.com>
19777
19778         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19779         Let's not override libgstnet from core for no reason...
19780         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19781         Ok, maybe not so quick next time.
19782
19783 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19784
19785         * configure.ac:
19786         * gst-libs/gst/Makefile.am:
19787           moved gst-libs/gst/net to netbuffer through CVS surgery
19788           remove old directory
19789           updating build to accomodate
19790           (#322257)
19791
19792 2005-11-29  Andy Wingo  <wingo@pobox.com>
19793
19794         * pkgconfig/gstreamer-plugins-base.pc.in:
19795         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19796         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19797         (#322257).
19798
19799 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19800
19801         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19802         3rd time's the charm. Correct ref-counting for discarded buffers.
19803
19804 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19805
19806         * gst/playback/gststreamselector.c:
19807         (gst_stream_selector_class_init),
19808         (gst_stream_selector_set_property),
19809         (gst_stream_selector_get_property),
19810         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19811         Fix ref-counting
19812
19813 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19814
19815         * gst/subparse/gstsubparse.c: (feed_textbuf):
19816           Don't access already unref'ed buffer.
19817
19818 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19819
19820         * gst/playback/gststreamselector.c:
19821         (gst_stream_selector_class_init), (gst_stream_selector_init),
19822         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19823         (gst_stream_selector_get_property),
19824         (gst_stream_selector_get_linked_pad),
19825         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19826         * gst/playback/gststreamselector.h:
19827         Add the active-pad property for playbin to use shortly. Ignore buffers
19828         from any other pad, returning GST_FLOW_NOT_LINKED
19829
19830 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19831
19832         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19833         patch from bug #322704 (Alessandro Decina).
19834
19835 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19836
19837         * gst-libs/gst/audio/Makefile.am:
19838           folded audiofilter into the audio library
19839
19840 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19841
19842         * gst/videoscale/gstvideoscale.h:
19843         * gst/videoscale/gstvideoscale.c:
19844           remove unimplemented scale methods
19845
19846 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19847
19848         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19849           Don't leak caps.
19850
19851 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19852
19853         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19854         (gst_ximagesink_setcaps):
19855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19856         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19857         happens (only visible on ximagesink but bug is in xv too) set_caps was
19858         destroying the internal x[v]image used to memcpy non locally alloced
19859         buffers so that it got renewed on next _chain. The issue is that 
19860         _expose will try to put that image as it reffed it in _put.
19861         Using gst_buffer_unref instead of destroy fixes it !
19862
19863 2005-11-28  Edward Hervey  <edward@fluendo.com>
19864
19865         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19866         (try_to_link_1), (queue_filled_cb):
19867         Better use of the queues. Start with a small size queue and only increase
19868         the size of the queues when the other queues are empty.
19869
19870 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19871
19872         * gst-libs/gst/video/Makefile.am:
19873           compile in copied-over videofilter into the video library
19874         * gst-libs/gst/video/videosink.h:
19875           rename the header to gstvideosink.h since it's a base GstObject class
19876         * sys/ximage/ximagesink.h:
19877         * sys/xvimage/xvimagesink.h:
19878           use the new header
19879
19880 2005-11-28  Wim Taymans  <wim@fluendo.com>
19881
19882         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19883         * gst/playback/gstplaybasebin.h:
19884         Prepare to handle errors betters.
19885
19886         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19887         Set sinks to PAUSED first before adding and linking them so that
19888         we don't interrupt dataflow.
19889
19890 2005-11-28  Wim Taymans  <wim@fluendo.com>
19891
19892         * gst-libs/gst/audio/TODO:
19893         Updated TODO
19894
19895         * gst-libs/gst/audio/gstaudiosink.c:
19896         (gst_audioringbuffer_open_device),
19897         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19898         (gst_audioringbuffer_release):
19899         Small cleanups.
19900
19901         * gst-libs/gst/audio/gstbaseaudiosink.c:
19902         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19903         (gst_base_audio_sink_change_state):
19904         Slave to the master clock when going to PLAYING and unslave when
19905         going to PAUSED.
19906
19907         * gst-libs/gst/audio/gstringbuffer.c:
19908         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19909         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19910         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19911         (gst_ring_buffer_clear_all), (wait_segment),
19912         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19913         (gst_ring_buffer_advance):
19914         * gst-libs/gst/audio/gstringbuffer.h:
19915         Add some docs and cleanups.
19916
19917 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19918
19919         * sys/xvimage/xvimagesink.c:
19920         (gst_xvimagesink_navigation_send_event): Fix navigation events
19921         coordinates translation with pixel aspect ratios.
19922
19923 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19924
19925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19926         Use calculated video geometry from _setcaps instead of buffer
19927         caps to respect pixel aspect ratio. (fixes #322388)
19928
19929 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19930
19931         * docs/libs/tmpl/gstcolorbalance.sgml:
19932         * docs/libs/tmpl/gstmixer.sgml:
19933         * docs/libs/tmpl/gstxoverlay.sgml:
19934         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19935         interface.
19936
19937 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19938
19939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19940         Refuse to create an XvImage if we can't find the format.
19941
19942 2005-11-28  Edward Hervey  <edward@fluendo.com>
19943
19944         * gst-libs/gst/riff/riff-media.c:
19945         (gst_riff_create_audio_template_caps):
19946         Add ATRAC3 to the list of riff-possible audio caps.
19947         I know we still don't have a plugin for atrac3, but it's saner to output
19948         that than a cryptic mimetype.
19949
19950 2005-11-27  Edward Hervey  <edward@fluendo.com>
19951
19952         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19953         Don't try to create a zero-sized subbuffer.
19954
19955 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19956
19957         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19958         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19959         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19960         (gst_ximagesink_expose): Fixed a tricky race.
19961         * sys/ximage/ximagesink.h:
19962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19963         (gst_xvimagesink_expose): Fixed a tricky race.
19964         * sys/xvimage/xvimagesink.h:
19965
19966 2005-11-27  Edward Hervey  <edward@fluendo.com>
19967
19968         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19969         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19970         Remove unused properties, and add queues between demuxers and decoders
19971         so that a lot more files can preroll properly.
19972
19973 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19974
19975         * gst-libs/gst/net/Makefile.am:
19976         * gst-libs/gst/rtp/Makefile.am:
19977         * gst-libs/gst/tag/Makefile.am:
19978           remove silly include
19979         * gst/tags/Makefile.am:
19980         * gst/tags/gsttagediting.c:
19981         * gst/tags/gsttageditingprivate.h:
19982         * gst/tags/tagedit.vcproj:
19983           remove directory, is as good as empty
19984
19985 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19986
19987         * configure.ac:
19988           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19989         * gst-libs/Makefile.am:
19990         * gst-libs/gst/audio/Makefile.am:
19991         * gst-libs/gst/interfaces/Makefile.am:
19992         * gst-libs/gst/net/Makefile.am:
19993         * gst-libs/gst/riff/Makefile.am:
19994         * gst-libs/gst/rtp/Makefile.am:
19995         * gst-libs/gst/tag/Makefile.am:
19996         * gst-libs/gst/video/Makefile.am:
19997           and use them
19998
19999 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20000
20001         * docs/libs/tmpl/gstcolorbalance.sgml:
20002         * docs/libs/tmpl/gstmixer.sgml:
20003         * docs/libs/tmpl/gstxoverlay.sgml:
20004         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20005         * sys/ximage/ximagesink.h:
20006         * sys/xvimage/xvimagesink.h: More and more documentation.
20007
20008 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20009
20010         * docs/libs/gst-plugins-base-libs-docs.sgml:
20011         * docs/libs/gst-plugins-base-libs-sections.txt:
20012         * docs/libs/tmpl/gstcolorbalance.sgml:
20013         * docs/libs/tmpl/gstmixer.sgml:
20014         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20015         to documentation.
20016
20017 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20018
20019         * docs/plugins/Makefile.am:
20020         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20021         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20022         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20023
20024 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20025
20026         * docs/plugins/Makefile.am:
20027         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20028         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20029         * docs/plugins/inspect/plugin-adder.xml:
20030         * docs/plugins/inspect/plugin-alsa.xml:
20031         * docs/plugins/inspect/plugin-audioconvert.xml:
20032         * docs/plugins/inspect/plugin-audiorate.xml:
20033         * docs/plugins/inspect/plugin-audioresample.xml:
20034         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20035         * docs/plugins/inspect/plugin-decodebin.xml:
20036         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20037         * docs/plugins/inspect/plugin-gnomevfs.xml:
20038         * docs/plugins/inspect/plugin-ogg.xml:
20039         * docs/plugins/inspect/plugin-playbin.xml:
20040         * docs/plugins/inspect/plugin-subparse.xml:
20041         * docs/plugins/inspect/plugin-tcp.xml:
20042         * docs/plugins/inspect/plugin-theora.xml:
20043         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20044         * docs/plugins/inspect/plugin-video4linux.xml:
20045         * docs/plugins/inspect/plugin-videorate.xml:
20046         * docs/plugins/inspect/plugin-videoscale.xml:
20047         * docs/plugins/inspect/plugin-videotestsrc.xml:
20048         * docs/plugins/inspect/plugin-volume.xml:
20049         * docs/plugins/inspect/plugin-vorbis.xml:
20050         * docs/plugins/inspect/plugin-ximagesink.xml:
20051         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20052         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20053
20054 2005-11-26  Edward Hervey  <edward@fluendo.com>
20055
20056         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20057         Properly return GstFlowReturn from gst_pad_push in chain functions.
20058
20059 2005-11-25  Michael Smith  <msmith@fluendo.com>
20060
20061         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20062         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20063         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20064         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20065           Handle various conditions better when we don't understand a stream.
20066           Removes a heap of CRITICALs on ogg streams containing unknown data.
20067
20068 2005-11-24  Andy Wingo  <wingo@pobox.com>
20069
20070         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20071         Be threadsafe.
20072
20073 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20074
20075         * configure.ac: back to HEAD
20076
20077 === release 0.9.6 ===
20078
20079 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20080
20081         * configure.ac:
20082           releasing 0.9.6, "White Eight"
20083
20084 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20085
20086         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20087         * docs/plugins/inspect/plugin-sine.xml:
20088           remove sinesrc some more
20089
20090 2005-11-23  Wim Taymans  <wim@fluendo.com>
20091
20092         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20093         If we are reading too slowly, jump forward in the ringbuffer
20094         instead of blocking.
20095
20096 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20097
20098         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20099         (gst_visual_chain):
20100         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20101         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20102         (gst_videorate_chain):
20103         * gst/videotestsrc/gstvideotestsrc.c:
20104         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20105         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20106         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20107         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20108         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20109         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20110           Updates for API changes
20111
20112 2005-11-23  Wim Taymans  <wim@fluendo.com>
20113
20114         * gst-libs/gst/audio/gstbaseaudiosink.c:
20115         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20116         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20117         Fix for calibration API change.
20118
20119 2005-11-23  Michael Smith <msmith@fluendo.com>
20120
20121         * gst-libs/gst/audio/multichannel.c:
20122         (gst_audio_get_channel_positions),
20123         (gst_audio_set_channel_positions),
20124         (gst_audio_set_structure_channel_positions_list),
20125         (gst_audio_fixate_channel_positions):
20126           Use gst_value_array_*() functions on value arrays, not
20127           gst_value_list_*().
20128
20129 2005-11-23  Edward Hervey  <edward@fluendo.com>
20130
20131         * autogen.sh:
20132         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20133         Fixes autogen
20134
20135 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20136
20137         * check/Makefile.am:
20138         * check/elements/videotestsrc.c: (setup_videotestsrc),
20139         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20140         (main):
20141           add a test for videotestsrc
20142
20143 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20144
20145         * gst/sine/.cvsignore:
20146         * gst/sine/Makefile.am:
20147         * gst/sine/gstsinesrc.c:
20148         * gst/sine/gstsinesrc.h:
20149         * gst/sine/sinesrc.vcproj:
20150           and remove sinesrc from the repository.  Closes #321446
20151
20152 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20153
20154         * configure.ac:
20155         * gst-plugins-base.spec.in:
20156           remove sinesrc from the build
20157
20158 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20159
20160         * check/Makefile.am:
20161         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20162         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20163         (main):
20164           add a test for audiotestsrc, testing all waves.  Even seems
20165           leak-free at first glance, nice job Stefan
20166
20167 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20168
20169         * po/af.po:
20170         * po/az.po:
20171         * po/cs.po:
20172         * po/en_GB.po:
20173         * po/hu.po:
20174         * po/it.po:
20175         * po/nb.po:
20176         * po/nl.po:
20177         * po/or.po:
20178         * po/sq.po:
20179         * po/sr.po:
20180         * po/sv.po:
20181         * po/uk.po:
20182         * po/vi.po:
20183           Translation string updates
20184
20185         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20186         (gst_v4lsrc_set_caps):
20187         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20188         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20189         * sys/v4l/v4lsrc_calls.h:
20190           Improve v4lsrc, by making it work again.
20191
20192 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20193
20194         * ext/libvisual/visual.c: (gst_visual_chain):
20195           Fix the fps calculations.
20196
20197         * gst/ffmpegcolorspace/avcodec.h:
20198           Move structure element for clarity
20199
20200         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20201         * gst-libs/gst/interfaces/tunernorm.h:
20202         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20203         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20204         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20205         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20206         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20207         (gst_v4lmjpegsrc_getcaps):
20208         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20209         (gst_v4lsrc_set_caps):
20210         * sys/v4l/gstv4lsrc.h:
20211         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20212         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20213         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20214         * sys/v4l/v4lsrc_calls.h:
20215           Fractional framerates...
20216
20217 2005-11-22  Wim Taymans  <wim@fluendo.com>
20218
20219         * gst-libs/gst/audio/gstbaseaudiosink.c:
20220         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20221         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20222         And we provide a clock by default, of course...
20223
20224 2005-11-22  Wim Taymans  <wim@fluendo.com>
20225
20226         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20227         This clock can be slaved to a master clock now.
20228
20229         * gst-libs/gst/audio/gstbaseaudiosink.c:
20230         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20231         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20232         (gst_base_audio_sink_set_clock),
20233         (gst_base_audio_sink_set_property),
20234         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20235         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20236         * gst-libs/gst/audio/gstbaseaudiosink.h:
20237         Handle slaving the internal clock to the clock selected in the
20238         pipeline.
20239         Add property to make the basesink not provide a clock.
20240
20241         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20242         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20243         (gst_base_rtp_depayload_wait):
20244         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20245         We can use the clock in GstElement, no need to store it ourselves.
20246
20247 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20248
20249         * docs/libs/tmpl/gstaudio.sgml:
20250           update
20251         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20252         (gst_paranoia_endian_get_type):
20253         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20254         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20255         * gst/audiotestsrc/gstaudiotestsrc.c:
20256         (gst_audiostestsrc_wave_get_type):
20257         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20258         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20259         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20260         (gst_sync_method_get_type), (gst_unit_type_get_type),
20261         (gst_client_status_get_type), (gst_multifdsink_class_init),
20262         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20263         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20264         (gst_multifdsink_get_property):
20265         * gst/tcp/gstmultifdsink.h:
20266         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20267         * gst/videotestsrc/gstvideotestsrc.c:
20268         (gst_videotestsrc_pattern_get_type):
20269           remove deprecated properties
20270           fix up enums to correctly have short lowercase dashed nicks
20271
20272 2005-11-22  Michael Smith <msmith@fluendo.com>
20273
20274         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20275         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20276           Add underscore.
20277
20278 2005-11-22  Michael Smith <msmith@fluendo.com>
20279
20280         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20281         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20282           Use utility method for scaling clocktime for fractional framerates.
20283
20284 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20285
20286         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20287         (gst_visual_chain):
20288         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20289         * ext/theora/theoradec.c: (theora_handle_type_packet):
20290         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20291         (theora_enc_chain):
20292         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20293         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20294         * gst-libs/gst/video/video.h:
20295         * gst/ffmpegcolorspace/avcodec.h:
20296         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20297         (gst_ffmpeg_caps_to_pixfmt):
20298         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20299         (gst_ffmpegcsp_set_caps):
20300         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20301         (gst_videorate_setcaps), (gst_videorate_blank_data),
20302         (gst_videorate_chain):
20303         * gst/videotestsrc/gstvideotestsrc.c:
20304         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20305         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20306         (gst_videotestsrc_event), (gst_videotestsrc_create):
20307         * gst/videotestsrc/gstvideotestsrc.h:
20308         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20309         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20310         (gst_ximagesink_get_times), (gst_ximagesink_init):
20311         * sys/ximage/ximagesink.h:
20312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20313         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20314         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20315         * sys/xvimage/xvimagesink.h:
20316           Convert elements to use fractions for their framerate.
20317           V4L elements to come later tonight.
20318
20319 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20320
20321         * gst-libs/gst/audio/audio.c:
20322         * gst-libs/gst/audio/audio.h:
20323           remove some deprecated functions
20324
20325 2005-11-22  Andy Wingo  <wingo@pobox.com>
20326
20327         * Update for gst_tag_setter API changes.
20328
20329 2005-11-22  Andy Wingo  <wingo@pobox.com>
20330
20331         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20332         (gst_ogg_demux_perform_seek):
20333         * ext/theora/theoradec.c (theora_dec_sink_event):
20334         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20335         update-funcnames.
20336
20337 2005-11-22  Wim Taymans  <wim@fluendo.com>
20338
20339         * examples/seeking/seek.c: (main):
20340         Give higher priority to bus signals than the gtk events
20341         to fix a race condition in the segment looping.
20342
20343 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20344
20345         * ext/theora/Makefile.am:
20346         * ext/vorbis/Makefile.am:
20347         * gst-libs/gst/tag/Makefile.am:
20348         * gst-plugins-base.spec.in:
20349           Rename libgsttagedit to libgsttag (#322117).
20350
20351 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20352
20353         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20355           Call gst_x_overlay_prepare_xwindow_id() to give applications
20356           a final chance to set their own xwindow id before the video
20357           sink creates its own window.
20358
20359 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20360
20361         * sys/xvimage/xvimagesink.c:
20362         (gst_xvimagesink_navigation_send_event): Handle navigation
20363         events correcly with borders if applicable.
20364
20365 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20366
20367         Patch by: Luca Ognibene
20368
20369         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20370         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20371         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20372         (gst_ffmpegcsp_caps_remove_format_info):
20373         * gst/ffmpegcolorspace/imgconvert.c:
20374         * gst/ffmpegcolorspace/imgconvert_template.h:
20375           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20376           #318353); use gst_structure_has_name().
20377
20378 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20379
20380         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20381         (gst_ximagesink_class_init): Add debug macros on functions.
20382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20383         (gst_xvimagesink_xwindow_draw_borders),
20384         (gst_xvimagesink_xvimage_put),
20385         (gst_xvimagesink_xwindow_update_geometry),
20386         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20387         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20388         (gst_xvimagesink_xcontext_clear),
20389         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20390         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20391         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20392         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20393         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20394         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20395         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20396         expose while being PAUSED, out of data flow navigation events, etc..
20397
20398 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20399
20400         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20401         * gst-libs/gst/audio/audio.h:
20402           fix prototype - wondering why the test worked regardless
20403
20404 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20405
20406         * check/Makefile.am:
20407         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20408         * gst-libs/gst/audio/audio.h:
20409           add a method that returns a proper GstClockTime
20410
20411 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20412
20413         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20414         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20415         * gst-libs/gst/interfaces/xoverlay.h:
20416           Remove everything having to do with the desired size; add 
20417           gst_x_overlay_prepare_xwindow_id() function; remove the
20418           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20419           post a message on the bus instead (#321816).
20420
20421         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20423         (gst_xvimagesink_xoverlay_init):
20424           Remove desired size stuff (#321816).
20425
20426 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20427
20428         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20429         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20430         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20431           Terminate vararg functions with NULL instead of 0 to 
20432           make gcc4 happy.
20433
20434 2005-11-21  Andy Wingo  <wingo@pobox.com>
20435
20436         patch by: Sebastien Cote <sebas642@yahoo.ca>
20437         
20438         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20439         * gst-libs/gst/rtp/gstrtpbuffer.c
20440         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20441
20442 2005-11-21  Andy Wingo  <wingo@pobox.com>
20443
20444         * gst/playback/gstplaybin.c (gen_audio_element) 
20445         (gen_video_element): Use the new MISSING_PLUGIN core error
20446         category. Closes #320060.
20447
20448         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20449         * gst/videorate/gstvideorate.c (gst_videorate_event):
20450         * ext/theora/theoradec.c (theora_dec_sink_event): 
20451         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20452         stream lock.
20453
20454         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20455         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20456         stream lock changes.
20457
20458 2005-11-21  Wim Taymans  <wim@fluendo.com>
20459
20460         * gst-libs/gst/audio/gstbaseaudiosink.c:
20461         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20462         (gst_base_audio_sink_provide_clock),
20463         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20464         (gst_base_audio_sink_change_state):
20465         * gst/audioresample/gstaudioresample.c:
20466         Segment update fix.
20467
20468 2005-11-21  Andy Wingo  <wingo@pobox.com>
20469
20470         * *.h:
20471         * *.c: Ran scripts/update-macros. Oh yes.
20472
20473 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20474
20475         * sys/ximage/Makefile.am:
20476         * sys/ximage/ximage.c:
20477           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20478           remove your old libgstximage.* manually if necessary).
20479
20480 2005-11-21  Michael Smith <msmith@fluendo.com>
20481
20482         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20483           Minimal fix for bug #320200: set the min/max bitrate in the correct
20484           units. A better fix would be to upgrade to the RATEMANAGE2
20485           interface, rather than using the deprecated interface used here, but
20486           that would require an update in our libvorbis dependency (to 1.1),
20487           which is probably undesirable.
20488
20489 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20490
20491         * ext/libvisual/visual.c: (get_buffer):
20492         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20493         (gst_base_audio_src_fixate):
20494         * gst/audioconvert/gstaudioconvert.c:
20495         (gst_audio_convert_fixate_caps):
20496         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20497         * gst/audiotestsrc/gstaudiotestsrc.c:
20498         (gst_audiotestsrc_src_fixate):
20499         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20500         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20501         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20502         * gst/videotestsrc/gstvideotestsrc.c:
20503         (gst_videotestsrc_src_fixate):
20504         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20506           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20507           (#322027)
20508
20509
20510 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20511
20512         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20513         (gst_riff_create_iavs_caps):
20514         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20515         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20516         (gst_riff_parse_info):
20517         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20518         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20520           Fixes for GST_FOURCC_FORMAT API change.
20521
20522 2005-11-21  Andy Wingo  <wingo@pobox.com>
20523
20524         patch by: Alessandro Dessina <alessandro nnva org>
20525
20526         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20527         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20528         (gst_ogg_parse_chain):
20529         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20530         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20531         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20532         gst_value_list calls on arrays. Fixes #321962.
20533
20534 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20535
20536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20537         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20538         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20539         * gst/adder/gstadder.c: (gst_adder_init),
20540         (gst_adder_request_new_pad), (gst_adder_collected),
20541         (gst_adder_change_state):
20542           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20543           API change.
20544
20545 2005-11-21  Michael Smith <msmith@fluendo.com>
20546
20547         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20548         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20549           Properly handle pad_push return values.
20550
20551 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20552
20553         * gst-libs/gst/tag/Makefile.am:
20554         * gst-libs/gst/tag/gstvorbistag.c:
20555         (gst_tag_list_to_vorbiscomment_buffer):
20556           Remove obsolete vorbistag element and debug category.
20557
20558         * gst/playback/gstplaybasebin.c: (check_queue):
20559           Don't divide by 0 when queue-threshold is 0.
20560
20561         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20562           Don't modify an existing pixel-aspect-ratio if we fail to read
20563           a new one.
20564
20565 2005-11-20  Wim Taymans  <wim@fluendo.com>
20566
20567         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20568         (gst_vorbisenc_push_packet):
20569         GST_PAD_IS_USABLE is gone, use the return value of
20570         the push or pad_alloc_buffer instead.
20571
20572 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20573
20574         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20575         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20576         (gst_ximagesink_ximage_destroy),
20577         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20578         (gst_ximagesink_xwindow_new),
20579         (gst_ximagesink_xwindow_update_geometry),
20580         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20581         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20582         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20583         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20584         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20585         (gst_ximagesink_navigation_send_event),
20586         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20587         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20588         (gst_ximagesink_finalize), (gst_ximagesink_init),
20589         (gst_ximagesink_class_init):
20590         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20591         This new version brings correct software scaling, non flickering
20592         window while resizing, pixel aspect ratio handling, usage of
20593         hardware buffer pools, out of data flow event thread for 
20594         navigation and handling of expose events even when being PAUSED,
20595         a new property to keep video aspect ratio when resizing, etc...
20596
20597 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20598
20599         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20600         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20601         handling of PAR.
20602
20603 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20604
20605         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20606         Unsetting IS_SINK flag from the fakesink, so decodebin
20607         never behaves as a sink.
20608
20609 2005-11-17  Wim Taymans  <wim@fluendo.com>
20610
20611         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20612         (gst_base_audio_src_change_state):
20613         Fix the audiosrc base class again, we did not unflush.
20614
20615 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20616
20617         * examples/seeking/seek.c: (make_dv_pipeline),
20618         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20619         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20620         to ogg/vorbis/theora pipeline.
20621
20622 2005-11-17  Wim Taymans  <wim@fluendo.com>
20623
20624         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20625         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20626         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20627         Fix EOS on multiple streams.
20628         More debugging.
20629
20630 2005-11-16  Wim Taymans  <wim@fluendo.com>
20631
20632         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20633         (gst_ogg_demux_perform_seek):
20634         Segment done must include stream time.
20635
20636         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20637         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20638         (gst_ogg_mux_change_state):
20639         Fix ogg muxer again.
20640
20641 2005-11-16  Wim Taymans  <wim@fluendo.com>
20642
20643         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20644         Fix compile again.
20645
20646 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20647
20648         * ext/libvisual/visual.c: (gst_visual_init):
20649         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20650         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20651         (gst_ogg_parse_chain):
20652         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20653         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20654         * ext/theora/theoradec.c: (gst_theora_dec_init):
20655         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20656         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20657         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20658         * gst/adder/gstadder.c: (gst_adder_class_init),
20659         (gst_adder_dispose):
20660         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20661         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20662         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20663           Fix a whole set of pad template leaks
20664
20665 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20666
20667         * check/generic/states.c: (GST_START_TEST):
20668           fix the test so that it only checks for elements that are part of
20669           this source module
20670
20671 2005-11-16  Michael Smith <msmith@fluendo.com>
20672
20673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20674         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20675         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20676         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20677         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20678         (gst_ogg_mux_change_state):
20679           Fix leaking collectpads.
20680
20681 2005-11-16  Edward Hervey  <edward@fluendo.com>
20682
20683         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20684         (gst_videorate_event), (gst_videorate_chain):
20685         Handle segment seeks
20686
20687 2005-11-16  Wim Taymans  <wim@fluendo.com>
20688
20689         * gst-libs/gst/audio/gstbaseaudiosink.c:
20690         (gst_base_audio_sink_provide_clock),
20691         (gst_base_audio_sink_change_state):
20692         Set ringbuffer to non-flushing when going to PAUSED, set to
20693         flushing again when going to READY.
20694
20695         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20696         (gst_ring_buffer_stop):
20697         Start in flushing mode by default.
20698         Don't set flushing in the _stop method, let the app call
20699         this explicitly.
20700
20701 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20702
20703         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20704         * gst-libs/gst/video/videosink.h: Add helper function needed
20705         for video sinks.
20706
20707 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20708
20709         * gst/videoscale/gstvideoscale.c:
20710         (gst_videoscale_handle_src_event):
20711           Don't leak reference to pad parent.
20712
20713 2005-11-16  Wim Taymans  <wim@fluendo.com>
20714
20715         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20716         Set ringbuffer to flushing when stopping so that we don't
20717         block on wait_segment anymore and livelock.
20718
20719 2005-11-16  Wim Taymans  <wim@fluendo.com>
20720
20721         * examples/seeking/seek.c: (send_event), (do_seek),
20722         (loop_toggle_cb), (segment_done), (main):
20723         Added looping checkbox.
20724
20725 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20726
20727         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20728         (gst_ogg_demux_init):
20729         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20730         (gst_vorbis_dec_init):
20731           revert unrefs, they don't pass make check
20732
20733 2005-11-15  Johan Dahlin  <johan@gnome.org>
20734
20735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20736         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20737         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20738         (gst_vorbis_dec_init):
20739         Fix pad template leaks. 
20740
20741 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20742
20743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20744           Make state change function thread safe.
20745
20746 2005-11-15  Edward Hervey  <edward@fluendo.com>
20747
20748         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20749         (gst_ogg_demux_class_init):
20750         Implement GstElement::send_event, so we can send seek events
20751         in GST_STATE_READY
20752
20753 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20754
20755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20756         Discovered how to take away flickering while resizing the
20757         window. Please don't put that in ximagesink, refactoring in
20758         progress.
20759
20760 2005-11-14  Michael Smith <msmith@fluendo.com>
20761
20762         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20763         (gst_multifdsink_render):
20764           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20765
20766 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20767
20768         * gst/playback/gstplaybin.c: (gen_audio_element):
20769           Use autoaudiosink, it tends to be more widely available than
20770           autoaudiiosink.
20771           
20772 2005-11-14  Andy Wingo  <wingo@pobox.com>
20773
20774         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20775         as well if it is available. Fixes #316442.
20776
20777 2005-11-14  Michael Smith <msmith@fluendo.com>
20778
20779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20780         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20781         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20782         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20783         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20784         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20785         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20786         (gst_vorbisenc_change_state):
20787           Fix a small memory leak in vorbisenc.
20788           Fix large memory leaks in oggmux, also fix lots of state change
20789           bugs in oggmux.
20790
20791 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20792
20793         * gst/videotestsrc/gstvideotestsrc.c:
20794         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20795         (gst_videotestsrc_src_fixate):
20796           move fixation to a fixate function
20797           remove negotiate function, basesrc's is good enough
20798           fixes a bug for check when using the element alone
20799
20800 2005-11-13  Edward Hervey  <edward@fluendo.com>
20801
20802         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20803         (key_toggle_cb), (main):
20804         Added checkboxes for adding/removing the accurate and key_unit seek
20805         flags.
20806
20807 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20808
20809         * configure.ac: back to HEAD
20810
20811 === release 0.9.5 ===
20812
20813 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20814
20815         * configure.ac:
20816           releasing 0.9.5, "No No Kia"
20817
20818 2005-11-11  Edward Hervey  <edward@fluendo.com>
20819
20820         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20821         Added parse-launch syntax seeking mode for the seeking example.
20822         This should help stress-test even more cases.
20823         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20824
20825 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20826
20827         * sys/xvimage/xvimagesink.c:
20828         (gst_xvimagesink_navigation_send_event):
20829           Check whether peer pad exists before sending navigation events
20830           to it.
20831
20832 2005-11-11  Michael Smith <msmith@fluendo.com>
20833
20834         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20835         (gst_vorbisenc_buffer_from_packet):
20836         * ext/vorbis/vorbisenc.h:
20837           Set duration on encoded buffers. This allows oggmux's
20838           max_page_delay parameter to actually work.
20839
20840 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20841
20842         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20843         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20844         (gst_ffmpegcsp_avpicture_fill):
20845         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20846         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20847           Make palettes work again (see #132341). Use our own macros
20848           for rounding up.
20849
20850 2005-11-10  Andy Wingo  <wingo@pobox.com>
20851
20852         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20853         string doober.
20854
20855 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20856
20857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20858         (gst_ffmpegcsp_transform_caps):
20859           Prefer passthrough in transform_caps
20860
20861 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20862
20863         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20864           check for ALSA errors properly, instead of relying on ALSA's
20865           error strings to serve to the user.
20866
20867 2005-11-10  Wim Taymans  <wim@fluendo.com>
20868
20869         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20870         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20871         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20872         Modernise the seek code.
20873
20874 2005-11-10  Michael Smith <msmith@fluendo.com>
20875         
20876         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20877         (setup_substreams), (set_active_source):
20878           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20879           trying to go to NULL if we failed to read a file.
20880
20881 2005-11-10  Wim Taymans  <wim@fluendo.com>
20882
20883         * gst/audiotestsrc/gstaudiotestsrc.c:
20884         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20885         (gst_audiotestsrc_create):
20886         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20887         (gst_sinesrc_get_times), (gst_sinesrc_create):
20888         * gst/videotestsrc/gstvideotestsrc.c:
20889         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20890         (gst_videotestsrc_create):
20891         The base class can now sync for us.
20892
20893 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20894
20895         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20896           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20897           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20898           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20899           format=(fourcc)I420" ! xvimagesink
20900
20901 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20902
20903         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20904         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20905         (gst_sinesrc_newsegment):
20906           Send newsegment event in TIME format, set duration if
20907           num-buffers is set, fix duration querying.
20908
20909 2005-11-10  Michael Smith <msmith@fluendo.com>
20910
20911         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20912         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20913         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20914         (gst_ogg_mux_collected):
20915          Fix EOS handling, partially. Now forwarding an EOS event once we have
20916          EOS on all pads works correctly. However, we still don't properly set
20917          EOS on the actual ogg stream pages.
20918
20919 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20920
20921         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20922           Set elements to NULL state before disposing of them.
20923
20924 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20925
20926         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20927
20928         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20929         (gst_base_rtp_depayload_init),
20930         (gst_base_rtp_depayload_set_gst_timestamp):
20931         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20932           We need to send a newsegment event for each instance, not
20933           just for the first instance of this class (get rid of
20934           static variable in function). (#321011).
20935           
20936 2005-11-08  Michael Smith <msmith@fluendo.com>
20937
20938         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20939         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20940         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20941         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20942           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20943           This makes us mux things correctly according to the ogg muxing
20944           rules. Still not handling EOS correctly right now, though.
20945
20946 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20947
20948         * gst/audioconvert/gstaudioconvert.c:
20949           Fix typo in docs. 
20950
20951 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20952
20953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20954         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20955           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20956           creating a new chain; should fix live streaming. Also
20957           add more debug output and fix a typo.
20958
20959 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20960
20961         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20962
20963         * gst/volume/gstvolume.c: (volume_set_caps):
20964           Fix compilation on Solaris with Forte. (#320923)
20965
20966 2005-11-08  Wim Taymans  <wim@fluendo.com>
20967
20968         * gst-libs/gst/audio/gstbaseaudiosink.c:
20969         (gst_base_audio_sink_render):
20970         No need to do a typecheck.
20971
20972 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20973
20974         * ext/alsa/gstalsa.h:
20975           We register a debug category, so let's use it.
20976
20977 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20978
20979         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20980         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20981         Fixed a small problem.
20982
20983 2005-11-04  Wim Taymans  <wim@fluendo.com>
20984
20985         * examples/seeking/Makefile.am:
20986         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20987         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20988         (make_playerbin_pipeline), (format_value), (update_scale),
20989         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20990         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20991         (print_usage), (main):
20992         Added app for playback speed testing.
20993
20994         * examples/seeking/seek.c: (dynamic_link),
20995         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20996         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20997         (message_received), (main):
20998         Updated seek example.
20999
21000 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21001
21002         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21003         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21004         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21005         (gst_base_rtp_depayload_set_clock):
21006         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21007         Don't sleep on the bench (system clock) when you have a nice 
21008         comfortable bed (Gstreamer clock) to sleep on.
21009
21010 2005-11-03  Wim Taymans  <wim@fluendo.com>
21011
21012         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21013         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21014         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21015         Handle the case where a pad_block failed.
21016
21017 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21018
21019         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21020
21021         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21022         (gst_base_rtp_depayload_add_to_queue),
21023         (gst_base_rtp_depayload_push),
21024         (gst_base_rtp_depayload_set_gst_timestamp),
21025         (gst_base_rtp_depayload_queue_release):
21026           Fixes some bugs in the depayloader's queuing/de-queueing code.
21027
21028 2005-10-31  Michael Smith <msmith@fluendo.com>
21029
21030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21031         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21032         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21033           Patch from Alessandro Decina <alessandro@nnva.org>.
21034           Make oggdemux only find the final time in a chain, not per-pad,
21035           since the per-pad information can be very expensive to locate, and
21036           it isn't used anywhere. This makes reading a file containing
21037           OggSkeleton reasonably fast.
21038           Also, make chain finding work when there are logical bitstreams that
21039           can't be decoded. Fixes #319110.
21040
21041 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21042
21043         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21044         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21045         (gst_base_rtp_depayload_chain),
21046         (gst_base_rtp_depayload_add_to_queue),
21047         (gst_base_rtp_depayload_push),
21048         (gst_base_rtp_depayload_set_gst_timestamp),
21049         (gst_base_rtp_depayload_queue_release),
21050         (gst_base_rtp_depayload_start_thread),
21051         (gst_base_rtp_depayload_set_property),
21052         (gst_base_rtp_depayload_get_property):
21053         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21054         Some random fixes, to fullfill the desires of thomas.
21055
21056 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21057
21058         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21059         (gst_base_rtp_depayload_add_to_queue),
21060         (gst_base_rtp_depayload_push):
21061         Fixed the queueing algorithm.
21062
21063 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21064
21065         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21066         (gst_base_rtp_depayload_push):
21067         A small fix
21068
21069 2005-10-31  Wim Taymans  <wim@fluendo.com>
21070
21071         * gst-libs/gst/audio/gstringbuffer.h:
21072         Don't break ABI.
21073
21074         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21075         (gst_ffmpeg_caps_to_pixfmt):
21076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21077         (gst_ffmpegcsp_set_caps):
21078         Some more comments.
21079         Handle missing required caps fields better.
21080
21081 2005-10-31  Wim Taymans  <wim@fluendo.com>
21082
21083         * gst-libs/gst/audio/gstbaseaudiosink.c:
21084         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21085         (gst_base_audio_sink_render):
21086         * gst-libs/gst/audio/gstringbuffer.c:
21087         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21088         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21089         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21090         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21091         (gst_ring_buffer_read):
21092         * gst-libs/gst/audio/gstringbuffer.h:
21093         Add flushing mode to the ringbuffer so that it in all cases does
21094         not try to handle more audio. This makes sure it does not try to
21095         block anymore when flushing and fixes a livelock.
21096
21097 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21098
21099         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21100         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21101         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21102           Explicitly check for -1 values before doing a conversion
21103           and always map them to -1. (#315545)
21104
21105 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21106
21107         * gst/playback/gstplaybin.c: (gen_video_element):
21108           first try autovideosink, then xvimagesink, then error out
21109         * po/POTFILES.in:
21110           add translatable file
21111         * po/af.po:
21112         * po/az.po:
21113         * po/cs.po:
21114         * po/en_GB.po:
21115         * po/hu.po:
21116         * po/it.po:
21117         * po/nb.po:
21118         * po/nl.po:
21119         * po/or.po:
21120         * po/sq.po:
21121         * po/sr.po:
21122         * po/sv.po:
21123         * po/uk.po:
21124         * po/vi.po:
21125           update translations
21126
21127 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21128
21129         * gst-libs/gst/rtp/gstbasedepayload.c:
21130         * gst-libs/gst/rtp/gstbasedepayload.h:
21131           Minor cleanups
21132
21133 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21134
21135         * gst/playback/.cvsignore:
21136         * gst/playback/decodetest.c:
21137         * gst/playback/test3.c:
21138           Port these two tests as well.
21139
21140 2005-10-27  Wim Taymans  <wim@fluendo.com>
21141
21142         * ext/theora/theoradec.c: (theora_dec_src_query),
21143         (theora_dec_sink_event):
21144         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21145         (theora_enc_change_state):
21146         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21147         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21148         Take proper locks when handling events.
21149
21150 2005-10-27  Wim Taymans  <wim@fluendo.com>
21151
21152         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21153         (gst_adder_change_state):
21154         Fix timestamps and fix deadlock when stopping the collectpads.
21155
21156 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21157
21158         * gst-libs/gst/rtp/gstrtpbuffer.h:
21159         Declaring the payload types as strings too so that they can be used
21160         in the padtemplate inialization.
21161
21162 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21163
21164         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21165
21166         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21167         (gst_base_rtp_depayload_class_init):
21168         Fixes a small but nasty bug. The derived elements no longer segfaults
21169         on finalization.
21170
21171 2005-10-26  Michael Smith <msmith@fluendo.com>
21172
21173         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21174           When clearing an audioconvert context, set tmpbufsize to zero, so
21175           we'll allocate it again later if required.
21176           This fixes audioconvert re-negotiating formats, which previously
21177           segfaulted with a NULL destination buffer.
21178
21179 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21180
21181         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21182         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21183         (gst_base_rtp_depayload_set_gst_timestamp),
21184         (gst_base_rtp_depayload_queue_release):
21185         Fixed a smalll memleak.
21186
21187 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21188         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21189         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21190         (gst_base_rtp_depayload_finalize),
21191         (gst_base_rtp_depayload_setcaps),
21192         (gst_base_rtp_depayload_add_to_queue),
21193         (gst_base_rtp_depayload_push),
21194         (gst_base_rtp_depayload_set_gst_timestamp),
21195         (gst_base_rtp_depayload_queue_release),
21196         (gst_base_rtp_depayload_thread),
21197         (gst_base_rtp_depayload_change_state):
21198         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21199         Changed the C++ comments to C comments
21200
21201 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21202
21203         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21204         * gst/tcp/gsttcpclientsrc.h:
21205         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21206         * gst/tcp/gsttcpserversrc.h:
21207           Remove unused 'curoffset' structure member.
21208
21209 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21210
21211         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21212         (gst_base_rtp_depayload_base_init),
21213         (gst_base_rtp_depayload_finalize):
21214         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21215         * gst-libs/gst/rtp/gstbasertppayload.h:
21216           The pad-template on the sinkpad should be set by the derived classes.
21217           Also added some useful macros.
21218
21219 2005-10-24  Wim Taymans  <wim@fluendo.com>
21220
21221         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21222         Correctly flush decoder samples even if we could not
21223         copy them to an output buffer. Fixes #319618.
21224
21225 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21226
21227         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21229         the caps against our xcontext caps.
21230
21231 2005-10-24  Wim Taymans  <wim@fluendo.com>
21232
21233         * gst-libs/gst/audio/gstbaseaudiosink.c:
21234         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21235         Remove g_print
21236         Use sync property from baseclass to disable sync.
21237
21238 2005-10-24  Wim Taymans  <wim@fluendo.com>
21239
21240         * gst-libs/gst/audio/gstbaseaudiosink.c:
21241         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21242         Buffers with no timestamps get aligned with previous buffers or
21243         on underrun, played ASAP.
21244
21245 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21246
21247         * gst-libs/gst/video/video.h:
21248         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21249         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21251         here comes my change on caps for framerate and geometry range.
21252         We are now accepting 1 to MAXINT for width and height, and from
21253         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21254         to be blended correctly in videomixer.
21255
21256 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21257
21258         * configure.ac:
21259           back to HEAD
21260
21261 === release 0.9.4 ===
21262
21263 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21264
21265         * NEWS:
21266         * RELEASE:
21267         * configure.ac:
21268           releasing 0.9.4, "Velociraptor"
21269
21270 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21271
21272         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21273         * po/POTFILES.in:
21274           STOPPED -> FAILED
21275
21276 2005-10-21  Wim Taymans  <wim@fluendo.com>
21277
21278         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21279         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21280         (pad_blocked), (close_pad_link), (new_pad):
21281         Don't try to remove elements twice.
21282
21283 2005-10-21  Wim Taymans  <wim@fluendo.com>
21284
21285         * ext/theora/theoradec.c: (theora_dec_src_query),
21286         (theora_dec_sink_event):
21287         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21288         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21289         (vorbis_handle_data_packet):
21290         * ext/vorbis/vorbisdec.h:
21291         Fix old naming.
21292
21293         * gst-libs/gst/audio/gstbaseaudiosink.c:
21294         (gst_base_audio_sink_render):
21295         Don't try to sync on buffers without a timestamp.
21296
21297 2005-10-21  Wim Taymans  <wim@fluendo.com>
21298
21299         * ext/theora/theoradec.c: (theora_dec_src_query),
21300         (theora_dec_sink_event):
21301         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21302         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21303         (vorbis_handle_data_packet):
21304         * ext/vorbis/vorbisdec.h:
21305         Fix old naming.
21306
21307 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21308
21309         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21310         (gst_vorbisenc_src_query):
21311           Implement position and duration queries.
21312
21313         * gst/playback/test3.c: (update_scale), (main):
21314           Fix for async state changes and print nicer output.
21315
21316 2005-10-20  Wim Taymans  <wim@fluendo.com>
21317
21318         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21319         (dump_element_stats), (main):
21320         * gst/playback/test6.c: (main):
21321         Fix tests again
21322
21323 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21324
21325         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21326         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21327           Don't use functions for position queries when handling
21328           duration queries.
21329
21330 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21331
21332         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21333         (vorbis_handle_data_packet), (vorbis_dec_chain),
21334         (vorbis_dec_change_state):
21335         * ext/vorbis/vorbisdec.h:
21336           Vorbis streams can be embedded in other container formats
21337           than ogg, container formats where the demuxer might set 
21338           timestamps on encoded vorbis buffers instead of those silly 
21339           granulepos thingies. In short: make vorbisdec handle 
21340           timestamps on incoming buffers as well.
21341
21342 2005-10-20  Wim Taymans  <wim@fluendo.com>
21343
21344         * gst/playback/gstplaybasebin.c: (group_destroy),
21345         (gst_play_base_bin_change_state):
21346         Fix leak.
21347         Handle case where playbasebin is now ASYNC because
21348         decodebin is.
21349
21350 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21351
21352         * gst/audioconvert/Makefile.am:
21353         * gst/audioconvert/bufferframesconvert.c:
21354         * gst/audioconvert/plugin.c: (plugin_init):
21355         * gst/audioconvert/plugin.h:
21356           And bye bye buffer-frames-convert
21357
21358 2005-10-19  Wim Taymans  <wim@fluendo.com>
21359
21360         * check/elements/audioconvert.c:
21361         * docs/libs/tmpl/gstaudio.sgml:
21362         * docs/libs/tmpl/gstcolorbalance.sgml:
21363         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21364         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21365         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21366         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21367         * gst-libs/gst/audio/audio.h:
21368         * gst/audioconvert/audioconvert.h:
21369         * gst/audioconvert/gstaudioconvert.c:
21370         (gst_audio_convert_parse_caps):
21371         * gst/volume/gstvolume.c:
21372         Bye bye buffer-frames.
21373
21374 2005-10-19  Wim Taymans  <wim@fluendo.com>
21375
21376         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21377         (query_positions_elems), (query_positions_pads), (update_scale),
21378         (do_seek), (set_update_scale), (message_received), (main):
21379         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21380         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21381         (gst_ogg_demux_loop):
21382         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21383         * ext/theora/theoradec.c: (theora_dec_src_query),
21384         (theora_dec_sink_event):
21385         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21386         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21387         * gst/adder/gstadder.c: (gst_adder_query):
21388         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21389         * gst/playback/test3.c: (update_scale):
21390         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21391         (dump_element_stats), (main):
21392         * gst/playback/test6.c: (main):
21393         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21394         Query API update.
21395
21396 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21397
21398         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21399         (xml_check_first_element), (xml_type_find), (smil_type_find),
21400         (plugin_init):
21401           Add typefinding for SMIL and for generic XML. Based on patch by
21402           Akos Maroy (#308663).
21403
21404 2005-10-18  Wim Taymans  <wim@fluendo.com>
21405
21406         * gst/playback/Makefile.am:
21407         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21408         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21409         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21410         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21411         (gst_decode_bin_change_state):
21412         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21413         (gst_play_bin_send_event_to_sink):
21414         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21415         (dump_element_stats), (main):
21416         * gst/playback/test6.c: (main):
21417         Make playbin async, it'll commit state to paused when all streams
21418         are detected.
21419         Remove ugly hack.
21420         Added test6.c to show async behaviour.
21421
21422 2005-10-18  Wim Taymans  <wim@fluendo.com>
21423
21424         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21425         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21426         Fix for segment-start/stop API change.
21427
21428 2005-10-18  Wim Taymans  <wim@fluendo.com>
21429
21430         * check/Makefile.am:
21431         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21432         (main):
21433         Add future test for clock selection.
21434
21435 2005-10-18  Wim Taymans  <wim@fluendo.com>
21436
21437         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21438         (gst_alsasink_close):
21439         Set handle to NULL.
21440
21441         * gst-libs/gst/audio/gstringbuffer.c:
21442         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21443         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21444         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21445         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21446         (gst_ring_buffer_read):
21447         More debug info.
21448
21449 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21450
21451         * gst/audiotestsrc/Makefile.am:
21452         * gst/sine/Makefile.am:
21453         * gst/volume/Makefile.am:
21454           fix broken build of controllerized plugins
21455
21456 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21457
21458         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21459
21460         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21461         (gst_riff_create_video_template_caps):
21462           Add support for Indeo-3 (IV32).
21463
21464 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21465
21466         * configure.ac:
21467           rewrite
21468
21469 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21470
21471         * gst-libs/gst/video/video.c: (gst_video_get_size):
21472         * gst/audiotestsrc/gstaudiotestsrc.c:
21473           doc updates
21474
21475 2005-10-17  Andy Wingo  <wingo@pobox.com>
21476
21477         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21478         with the collectpads change.
21479         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21480
21481         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21482
21483         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21484
21485         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21486         alloc_buffer flow return to callers.
21487         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21488         change. Fix some memleaks in theoraenc.
21489
21490         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21491         in strange circumstance.
21492
21493 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21494
21495         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21496         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21497         from caps, let's use the caps...
21498
21499 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21500
21501         * configure.ac:
21502           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21503
21504 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21505
21506         * gst-libs/gst/interfaces/Makefile.am:
21507           fix silly typo
21508
21509 2005-10-16  Andy Wingo  <wingo@pobox.com>
21510
21511         * gst/playback/gstdecodebin.c
21512         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21513         function!
21514         (try_to_link_1): Increase kraziness level.
21515
21516 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21517
21518         * configure.ac:
21519           restructure like the core one
21520         * gst-libs/gst/audio/Makefile.am:
21521         * gst-libs/gst/interfaces/Makefile.am:
21522         * gst-libs/gst/net/Makefile.am:
21523         * gst-libs/gst/riff/Makefile.am:
21524         * gst-libs/gst/rtp/Makefile.am:
21525         * gst-libs/gst/tag/Makefile.am:
21526         * gst-libs/gst/video/Makefile.am:
21527           use correct linker flags, now the libs are properly versioned
21528         * check/elements/audioconvert.c: (verify_convert):
21529         * ext/alsa/gstalsaplugin.c:
21530         * ext/cdparanoia/gstcdparanoia.c:
21531         * ext/gnomevfs/gstgnomevfs.c:
21532         * ext/libvisual/visual.c:
21533         * ext/ogg/gstogg.c:
21534         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21535         * ext/theora/theora.c:
21536         * ext/vorbis/vorbis.c:
21537         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21538         * gst-libs/gst/tag/gsttagediting.c:
21539         * gst-libs/gst/video/video.c:
21540         * gst/adder/gstadder.c:
21541         * gst/audioconvert/plugin.c:
21542         * gst/audiorate/gstaudiorate.c:
21543         * gst/audioresample/gstaudioresample.c:
21544         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21545         * gst/audioscale/gstaudioscale.c:
21546         * gst/audioscale/resample.c:
21547         * gst/audiotestsrc/gstaudiotestsrc.c:
21548         * gst/ffmpegcolorspace/gstffmpeg.c:
21549         * gst/playback/gstdecodebin.c: (close_pad_link):
21550         * gst/playback/gstplaybin.c: (gen_video_element),
21551         (gen_audio_element):
21552         * gst/sine/gstsinesrc.c:
21553         * gst/subparse/gstsubparse.c:
21554         * gst/tags/gsttagediting.c:
21555         * gst/tcp/gsttcpplugin.c:
21556         * gst/typefind/gsttypefindfunctions.c:
21557         * gst/videorate/gstvideorate.c:
21558         * gst/videoscale/gstvideoscale.c:
21559         * gst/videotestsrc/gstvideotestsrc.c:
21560         * gst/volume/gstvolume.c:
21561         * sys/v4l/gstv4l.c:
21562         * sys/ximage/ximage.c:
21563         * sys/xvimage/xvimagesink.c:
21564           fix up defines
21565
21566 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21567
21568         * ext/vorbis/vorbisenc.c:
21569         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21570         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21571         (gst_tag_to_vorbis_comments):
21572           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21573
21574 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21575
21576         * examples/stats/mp2ogg.c:
21577         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21578           typo fixes
21579
21580 2005-10-13  Michael Smith <msmith@fluendo.com>
21581
21582         * ext/ogg/gstoggmux.c:
21583           Use magic glib macros to define constants as 64 bit, to ensure
21584           appropriate vararg passing.
21585
21586 2005-10-13  Michael Smith <msmith@fluendo.com>
21587
21588         * ext/ogg/gstoggmux.c:
21589         * gst/audioconvert/audioconvert.c: (float):
21590           Don't use LL suffix, as it's not portable, and neither of these
21591           uses required it anyway.
21592
21593 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21594
21595         * examples/indexing/indexmpeg.c: (main):
21596         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21597         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21598         (cdparanoia_convert), (cdparanoia_query):
21599         * ext/cdparanoia/gstcdparanoia.h:
21600         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21601         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21602         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21603         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21604         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21605         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21606         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21607         (gst_multifdsink_render), (gst_multifdsink_start),
21608         (gst_multifdsink_stop):
21609         * gst/tcp/gstmultifdsink.h:
21610         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21611         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21612         (gst_tcpclientsink_stop):
21613         * gst/tcp/gsttcpclientsink.h:
21614         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21615         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21616         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21617         * gst/tcp/gsttcpclientsrc.h:
21618         * gst/tcp/gsttcpserversink.h:
21619         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21620         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21621         (gst_tcpserversrc_stop):
21622         * gst/tcp/gsttcpserversrc.h:
21623         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21624         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21625         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21626           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21627           moved bitshift from macro to enum definition
21628
21629 2005-10-12  Wim Taymans  <wim@fluendo.com>
21630
21631         * examples/seeking/Makefile.am:
21632         Oops.
21633
21634 2005-10-12  Wim Taymans  <wim@fluendo.com>
21635
21636         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21637         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21638         Don't assert on normal stuff.
21639
21640         * gst/playback/gstplaybin.c: (do_playbin_seek):
21641         API fix.
21642
21643 2005-10-12  Wim Taymans  <wim@fluendo.com>
21644
21645         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21646         * examples/seeking/Makefile.am:
21647         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21648         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21649         (do_seek), (set_update_scale), (message_received), (main):
21650         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21651         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21652         Update for _get_state() API change.
21653
21654 2005-10-11  Wim Taymans  <wim@fluendo.com>
21655
21656         * gst-libs/gst/audio/gstbaseaudiosink.c:
21657         (gst_base_audio_sink_render):
21658         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21659         (gst_base_audio_src_create):
21660         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21661         (gst_ring_buffer_read):
21662         Cleanups.
21663         Commit and read from ringbuffer in samples rather than bytes.
21664
21665 2005-10-11  Wim Taymans  <wim@fluendo.com>
21666
21667         * gst-libs/gst/audio/gstbaseaudiosink.c:
21668         (gst_base_audio_sink_render):
21669         Respect segment rate and accum when scheduling samples.
21670
21671 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21672
21673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21674         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21675         EOS correctly, that needs more work.
21676
21677 2005-10-11  Wim Taymans  <wim@fluendo.com>
21678
21679         * check/generic/states.c: (GST_START_TEST):
21680         remove old property.
21681
21682         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21683         (gst_ogg_demux_perform_seek):
21684         * ext/theora/theoradec.c: (theora_dec_sink_event):
21685         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21686         (vorbis_handle_data_packet):
21687         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21688         (gst_base_rtp_depayload_set_gst_timestamp):
21689         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21690         Update for newsegment API change.
21691
21692 2005-10-11  Michael Smith <msmith@fluendo.com>
21693
21694         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21695         (do_playbin_seek), (gst_play_bin_send_event):
21696           Override send_event differently, so that we can takes bits of
21697           functionality from GstPipeline (special handling for seeks,
21698           including pausing/resuming, and resetting stream time) and still get
21699           the appropriate behaviour of only forwarding event to a single sink,
21700           rather than all of them.
21701           Unfortunately requires a lot of code duplication, but the
21702           alternatives are equally ugly in the end.
21703
21704 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21705
21706         * check/elements/audioconvert.c: (setup_audioconvert),
21707         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21708         (GST_START_TEST), (audioconvert_suite):
21709           clean up tests a little, fix some leaks.
21710
21711 2005-10-10  Wim Taymans  <wim@fluendo.com>
21712
21713         * ext/alsa/gstalsasink.c:
21714         Also allow unsigned int.
21715
21716         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21717         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21718         Small cleanup
21719
21720 2005-10-10  Wim Taymans  <wim@fluendo.com>
21721
21722         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21723         Small update, use API as stated in design docs.
21724
21725         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21726         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21727         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21728         (message_received), (main):
21729         Updated seek example for GOption. Some usability improvements.
21730
21731 2005-10-10  Wim Taymans  <wim@fluendo.com>
21732
21733         * gst/audioconvert/audioconvert.h:
21734         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21735         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21736         Alloc temp storage somewhere else where we can do it more
21737         portable.
21738
21739 2005-10-10  Wim Taymans  <wim@fluendo.com>
21740
21741         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21742         (gst_tcpserversrc_start):
21743         Don't block in accept while doing the state change, move
21744         to poll and make cancellable.
21745
21746 2005-10-09  Philippe Khalaf <burger@speedy.org>
21747
21748         * gst-libs/gst/rtp/rtpbasedepayload.c:
21749         Set timestamp and add queue delay to timestamp
21750         * gst-libs/gst/rtp/rtpbuffer.h:
21751         Set correct payload type for h263
21752
21753 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21754
21755         * gst/audiotestsrc/gstaudiotestsrc.c:
21756         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21757         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21758         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21759         (gst_audiotestsrc_create_triangle),
21760         (gst_audiotestsrc_create_silence),
21761         (gst_audiotestsrc_create_white_noise),
21762         (gst_audiotestsrc_init_pink_noise),
21763         (gst_audiotestsrc_generate_pink_noise_value),
21764         (gst_audiotestsrc_create_pink_noise),
21765         (gst_audiotestsrc_change_wave):
21766         * gst/audiotestsrc/gstaudiotestsrc.h:
21767           fixed typo, added pink noise
21768
21769 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21770
21771         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21772         (plugin_init):
21773           Add wavpack and spc typefind functions from 0.8 branch.
21774
21775 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21776
21777         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21778         (ar_type_find), (msdos_type_find), (plugin_init):
21779           Add typefind functions for tar archives, ar archives,
21780           RAR archives, and msdos-executables (dlls, exe, etc.).
21781           Some of those would be wrongly identified as mpeg
21782           streams of some sort before (#315550).
21783
21784 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21785
21786         * configure.ac:
21787         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21788         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21789         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21790         * gst/audiotestsrc/Makefile.am:
21791         * gst/audiotestsrc/gstaudiotestsrc.c:
21792         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21793         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21794         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21795         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21796         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21797         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21798         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21799         (gst_audiotestsrc_create_silence),
21800         (gst_audiotestsrc_create_white_noise),
21801         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21802         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21803         (gst_audiotestsrc_start), (plugin_init):
21804         * gst/audiotestsrc/gstaudiotestsrc.h:
21805           add new plugin and element
21806         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21807           use gobject_class
21808
21809 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21810
21811         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21812         (gst_adder_init), (gst_adder_request_new_pad),
21813         (gst_adder_change_state):
21814           Add query function to source pad, so adder reports the correct
21815           time/sample position when queried (#315457); fix state change
21816           function; use GST_DEBUG_FUNCPTR() for pad functions.
21817
21818 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21819
21820         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21821           Fix leaks in typefind registration
21822           Clean up the gratuitous commenting and whitespacing a little
21823
21824 2005-10-08  Wim Taymans  <wim@fluendo.com>
21825
21826         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21827         Only actually wait for the thread to be stopped if it's 
21828         running.
21829
21830 2005-10-08  Wim Taymans  <wim@fluendo.com>
21831
21832         * gst-libs/gst/audio/gstbaseaudiosink.c:
21833         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21834         If we receive EOS we can start playback of what we had.
21835
21836 2005-10-08  Wim Taymans  <wim@fluendo.com>
21837
21838         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21839         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21840         (gst_multifdsink_stop):
21841         Fix crasher when going to NULL multiple times.
21842
21843 2005-10-06  Wim Taymans  <wim@fluendo.com>
21844
21845         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21846         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21847         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21848         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21849         patch from Edgard Lima <edgard.lima@indt.org.br>
21850         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21851
21852 2005-10-06  Wim Taymans  <wim@fluendo.com>
21853
21854         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21855         Report the FLOW_RETURN as string in the error message.
21856
21857         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21858         Don't assert when clearing an unnegotiated buffer.
21859
21860 2005-10-04  Michael Smith <msmith@fluendo.com>
21861
21862         * gst/playback/gstplaybasebin.c: (group_destroy),
21863         (gen_preroll_element), (remove_groups), (setup_source):
21864         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21865         (setup_sinks), (gst_play_bin_send_event),
21866         (gst_play_bin_change_state):
21867           Set state to NULL before removing from bin. Fix refcounting.
21868
21869 2005-10-04  Michael Smith <msmith@fluendo.com>
21870
21871         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21872           Correct refcounting in send_event() function. Previously was wrong
21873           if the first sink was unable to handle the event.
21874
21875 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21876
21877         * configure.ac:
21878           back to development
21879
21880 === release 0.9.3 ===
21881
21882 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21883
21884         * configure.ac:
21885           Releasing 0.9.3, "De Facto"
21886
21887 2005-10-03  Andy Wingo  <wingo@pobox.com>
21888
21889         * gst/playback/gstdecodebin.c (try_to_link_1)
21890         (remove_element_chain): set element to NULL before removing it.
21891
21892 2005-10-02  Johan Dahlin  <johan@gnome.org>
21893
21894         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21895         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21896         MT safe.
21897
21898 2005-10-02  Andy Wingo  <wingo@pobox.com>
21899
21900         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21901         (gst_ring_buffer_prepare_read): 
21902         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21903         Demote to LOG.
21904
21905 2005-09-29  Wim Taymans  <wim@fluendo.com>
21906
21907         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21908         * ext/theora/theoradec.c: (theora_handle_data_packet):
21909         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21910         Propagate error codes from alloc_buffer too.
21911
21912 2005-09-29  Wim Taymans  <wim@fluendo.com>
21913
21914         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21915         We use fixed caps.
21916
21917         * gst/playback/Makefile.am:
21918         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21919         (dump_element_stats), (main):
21920         Added example stream introspection code.
21921
21922 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21923
21924         * gst/adder/gstadder.c: (gst_adder_collected):
21925           fix adder for float elements
21926
21927 2005-09-28  Wim Taymans  <wim@fluendo.com>
21928
21929         * gst-libs/gst/audio/gstbaseaudiosink.c:
21930         (gst_base_audio_sink_class_init),
21931         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21932         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21933         (gst_base_audio_src_class_init),
21934         (gst_base_audio_src_provide_clock):
21935         get_clock -> provide_clock
21936
21937 2005-09-28  Andy Wingo  <wingo@pobox.com>
21938
21939         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21940         and unlocking.
21941
21942         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21943         unlocking.
21944
21945         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21946         Actually add the pad template.
21947         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21948
21949         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21950         I'm at it...
21951
21952         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21953         from fdsrc. Get caps in create() instead of start() so it can be
21954         interrupted. Interruption somewhat untested.
21955
21956         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21957         Proper EOS handling.
21958
21959 2005-09-27  Andy Wingo  <wingo@pobox.com>
21960
21961         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21962
21963         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21964
21965         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21966
21967         * gst/tcp/gsttcp.h: 
21968         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21969         out of tcpclientsrc.c. Cancellable.
21970         (gst_tcp_socket_read): Made private, cancellable, with better
21971         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21972         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21973         whole buffer, and better diagnostics.
21974         (gst_tcp_gdp_read_caps): Same.
21975
21976         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21977
21978 2005-09-26  Andy Wingo  <wingo@pobox.com>
21979
21980         * gst/sine/gstsinesrc.h:
21981         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21982         change the 'sync' property to 'is-live' and implement it halfway,
21983         update for controller api change.
21984
21985         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21986         controller api change.
21987
21988 2005-09-24  Wim Taymans  <wim@fluendo.com>
21989
21990         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21991         * gst-libs/gst/audio/gstaudiosink.c:
21992         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21993         (gst_audioringbuffer_stop):
21994         * gst-libs/gst/audio/gstbaseaudiosink.c:
21995         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21996         (gst_base_audio_sink_change_state):
21997         * gst-libs/gst/audio/gstbaseaudiosink.h:
21998         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21999         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22000         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22001         * gst-libs/gst/audio/gstringbuffer.h:
22002         Fix sync again. Moved sample alignment to basesink.
22003
22004 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22005
22006         * docs/plugins/Makefile.am:
22007         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22008         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22009         * gst/volume/gstvolume.c:
22010           add/fix docs
22011         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22012         * gst-libs/gst/audio/audio.h:
22013           add conversion macros for frames <-> clocktime
22014
22015 2005-09-23  David Schleef  <ds@schleef.org>
22016
22017         * gst/audioresample/Makefile.am:
22018         * gst/audioresample/debug.h:
22019         * gst/audioresample/gstaudioresample.c:
22020         * gst/audioresample/resample.c: Convert to using gst debugging
22021
22022 2005-09-22  Wim Taymans  <wim@fluendo.com>
22023
22024         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22025         (gst_play_bin_send_event):
22026         Only seek on one sink, the first one that succeeds.
22027
22028 2005-09-22  Michael Smith <msmith@fluendo.com>
22029
22030         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22031         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22032         Don't flush encoder state unless we have an initialised encoder.
22033         Clear out encoder state on PAUSED_TO_READY.
22034
22035 2005-09-22  Wim Taymans  <wim@fluendo.com>
22036
22037         * gst-libs/gst/rtp/gstbasertppayload.c:
22038         (gst_basertppayload_class_init), (gst_basertppayload_init),
22039         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22040         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22041         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22042         (gst_basertppayload_set_property),
22043         (gst_basertppayload_get_property),
22044         (gst_basertppayload_change_state):
22045         * gst-libs/gst/rtp/gstbasertppayload.h:
22046         Added max-ptime to control amount of data in the rtp packets.
22047
22048 2005-09-21  Andy Wingo  <wingo@pobox.com>
22049
22050         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22051         thingies.
22052
22053         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22054         can be called multiple times, dogs.
22055
22056 2005-09-21  Wim Taymans  <wim@fluendo.com>
22057
22058         * gst-libs/gst/rtp/gstbasertppayload.c:
22059         (gst_basertppayload_class_init), (gst_basertppayload_init),
22060         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22061         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22062         (gst_basertppayload_push), (gst_basertppayload_get_property),
22063         (gst_basertppayload_change_state):
22064         Allow 0 ssrc too.
22065
22066 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22067
22068         * docs/libs/compiling.sgml:
22069           fixing typos
22070
22071 2005-09-20  Wim Taymans  <wim@fluendo.com>
22072
22073         * gst-libs/gst/rtp/gstbasertppayload.c:
22074         (gst_basertppayload_class_init), (gst_basertppayload_init),
22075         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22076         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22077         (gst_basertppayload_push), (gst_basertppayload_set_property),
22078         (gst_basertppayload_get_property),
22079         (gst_basertppayload_change_state):
22080         * gst-libs/gst/rtp/gstbasertppayload.h:
22081         Added property to configure sequence number offsets.
22082
22083 2005-09-20  Wim Taymans  <wim@fluendo.com>
22084
22085         * gst-libs/gst/rtp/gstbasertppayload.c:
22086         (gst_basertppayload_class_init), (gst_basertppayload_init),
22087         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22088         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22089         (gst_basertppayload_push), (gst_basertppayload_set_property),
22090         (gst_basertppayload_get_property),
22091         (gst_basertppayload_change_state):
22092         * gst-libs/gst/rtp/gstbasertppayload.h:
22093         Make timestamp offset configurable.
22094
22095 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22096
22097         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22098           fix wrong pop/unref
22099
22100 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22101
22102         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22103
22104         * gst-libs/gst/interfaces/propertyprobe.c:
22105         (gst_property_probe_probe_property_name),
22106         (gst_property_probe_needs_probe_name),
22107         (gst_property_probe_get_values_name),
22108         (gst_property_probe_probe_and_get_values_name):
22109           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22110           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22111
22112 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22113
22114         * check/Makefile.am:
22115           have some tests be disabled for valgrinding
22116         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22117         (GST_START_TEST):
22118         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22119           Fix A Leak.  Chain To Parent Finalize.
22120
22121 2005-09-19  Wim Taymans  <wim@fluendo.com>
22122
22123         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22124         Fixed wav pipeline.
22125
22126 2005-09-19  Wim Taymans  <wim@fluendo.com>
22127
22128         * gst-libs/gst/rtp/gstbasertppayload.c:
22129         (gst_basertppayload_class_init), (gst_basertppayload_init),
22130         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22131         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22132         (gst_basertppayload_push), (gst_basertppayload_get_property),
22133         (gst_basertppayload_change_state):
22134         Posting ERROR and WARNING messages is good.
22135
22136 2005-09-19  Wim Taymans  <wim@fluendo.com>
22137
22138         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22139         (gst_base_rtp_depayload_add_to_queue),
22140         (gst_base_rtp_depayload_push),
22141         (gst_base_rtp_depayload_set_gst_timestamp),
22142         (gst_base_rtp_depayload_queue_release):
22143         This one was not supposed to go in.
22144
22145 2005-09-19  Wim Taymans  <wim@fluendo.com>
22146
22147         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22148         Fix for bus API.
22149
22150         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22151         (gst_base_rtp_depayload_chain),
22152         (gst_base_rtp_depayload_add_to_queue),
22153         (gst_base_rtp_depayload_push),
22154         (gst_base_rtp_depayload_set_gst_timestamp),
22155         (gst_base_rtp_depayload_queue_release):
22156         Some cleanups.
22157
22158         * gst-libs/gst/rtp/gstbasertppayload.c:
22159         (gst_basertppayload_class_init), (gst_basertppayload_init),
22160         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22161         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22162         (gst_basertppayload_get_property),
22163         (gst_basertppayload_change_state):
22164         Added debugging category.
22165
22166 2005-09-18  David Schleef  <ds@schleef.org>
22167
22168         * gst/playback/gstdecodebin.c: free plugin list correctly
22169         * gst/playback/gstplaybin.c: emit warning if autovideosink
22170           and autoaudiosink can't be found (instead of segfaulting)
22171
22172 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22173
22174         * check/elements/audioconvert.c: (GST_START_TEST):
22175           try out 24 bit conversion
22176
22177 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22178
22179         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22180         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22181         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22182         * ext/vorbis/vorbisenc.h:
22183           Fix EOS handling.  Still needs a fix in the ogg muxer to
22184           mark the last page as eos.
22185
22186 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22187
22188         * common/gtk-doc-plugins.mak:
22189         * docs/plugins/Makefile.am:
22190         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22191         * gst/ffmpegcolorspace/Makefile.am:
22192         * gst/ffmpegcolorspace/avcodec.h:
22193         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22194         * gst/tcp/gstmultifdsink.c:
22195           fix up ffmpegcolorspace docs; extract header
22196
22197 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22198
22199         * common/gtk-doc-plugins.mak:
22200         * docs/plugins/Makefile.am:
22201         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22202         * ext/theora/Makefile.am:
22203         * ext/theora/gsttheoraenc.h:
22204         * ext/theora/theoraenc.c:
22205         * ext/vorbis/vorbisenc.c:
22206           pick up signals and args for vorbis; add some docs for vorbis
22207
22208 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22209
22210         * common/gstdoc-scangobj:
22211         * common/gtk-doc-plugins.mak:
22212         * docs/libs/Makefile.am:
22213         * docs/plugins/gst-plugins-base-plugins.args:
22214         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22215         * docs/plugins/gst-plugins-base-plugins.interfaces:
22216         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22217         * docs/plugins/gst-plugins-base-plugins.signals:
22218           only scanobj stuff from our source module.  Not sure yet
22219           if that's correct, given the hierarchy stuff :)
22220
22221 2005-09-15  Wim Taymans  <wim@fluendo.com>
22222
22223         * gst/audioconvert/gstaudioconvert.c:
22224         And enable 24 bits mode as well..
22225
22226 2005-09-15  Wim Taymans  <wim@fluendo.com>
22227
22228         * gst-libs/gst/rtp/Makefile.am:
22229         * gst-libs/gst/rtp/gstbasertppayload.c:
22230         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22231         (gst_basertppayload_class_init), (gst_basertppayload_init),
22232         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22233         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22234         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22235         (gst_basertppayload_set_property),
22236         (gst_basertppayload_get_property),
22237         (gst_basertppayload_change_state):
22238         * gst-libs/gst/rtp/gstbasertppayload.h:
22239         Added rtp payloader base class.
22240
22241 2005-09-15  Andy Wingo  <wingo@pobox.com>
22242
22243         * configure.ac (plugindir): Remove the EOL matcher from the
22244         regexp, as it causes me problems. Libtool? Make? Who knows?
22245
22246 2005-09-14  David Schleef  <ds@schleef.org>
22247
22248         * check/generic/states.c: 
22249         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22250         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22251           Fixes for changes in registry API.
22252
22253         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22254           to GST_PLUGIN_LDFLAGS.
22255         * ext/libvisual/visual.c: Make the library shut up.
22256         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22257         * gst-libs/gst/audio/gstaudiofilter.c: same
22258
22259 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22260
22261         * docs/plugins/Makefile.am:
22262         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22263         * docs/plugins/inspect/plugin-libvisual.xml:
22264         * docs/plugins/tmpl/element-tcpserversink.sgml:
22265         * ext/theora/theoraenc.c:
22266           add libvisual plugin and theoraenc element to docs
22267
22268 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22269
22270         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22271         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22272         * ext/theora/theoraenc.c:
22273           add theoraenc
22274
22275 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22276
22277         * gst/audioconvert/Makefile.am:
22278           Audioconvert derives from GstBaseTransform and should
22279           link to the library with our base elements to avoid
22280           unresolved symbols. Makes things work with MinGW (#316160)
22281
22282         * gst/playback/test4.c: (main):
22283           Fix MinGW build problem and use g_usleep() instead of 
22284           sleep() (#316162)
22285
22286 2005-09-12  Wim Taymans  <wim@fluendo.com>
22287
22288         * gst/audioconvert/audioconvert.c: (float),
22289         (audio_convert_prepare_context), (audio_convert_convert):
22290         * gst/audioconvert/audioconvert.h:
22291         Cleanups, speedups, simplifications, added back support
22292         for 24 bits.
22293
22294 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22295
22296         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22297         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22298         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22299         * docs/plugins/tmpl/element-tcpserversink.sgml:
22300         * gst/ffmpegcolorspace/gstffmpeg.c:
22301         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22302         * gst/videotestsrc/gstvideotestsrc.c:
22303         * gst/volume/gstvolume.c:
22304           add more elements to the docs
22305
22306 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22307
22308         * check/Makefile.am:
22309         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22310         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22311           Add extra tests for basetransform based components. 
22312           Comment out the test_element_negotiation test until we decide
22313           if it's testing correct behaviour.
22314         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22315         (gst_visual_chain), (gst_visual_change_state):
22316           Slightly more correct but still bogus timestamping.
22317           Fix state change function.
22318         * gst/audioconvert/gstaudioconvert.c:
22319         (gst_audio_convert_class_init):
22320         * gst/audioresample/gstaudioresample.c:
22321         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22322         (gst_ffmpegcsp_class_init):
22323         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22324         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22325         (gst_videoscale_prepare_image):
22326         * gst/volume/gstvolume.c: (gst_volume_class_init),
22327         (volume_transform_ip):
22328           Basetransform updates. Enable passthrough modes.
22329         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22330         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22331         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22332           Negotiation fix that allows the window to return to the original
22333           size and renegotiate passthrough upstream. Extra debug output.
22334
22335 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22336
22337         * gst/sine/gstsinesrc.c:
22338         * gst/volume/gstvolume.c:
22339           fix up header include
22340
22341 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22342
22343         * gst-libs/gst/audio/gstbaseaudiosink.c:
22344         (gst_base_audio_sink_render):
22345         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22346         * gst/volume/gstvolume.c: (gst_volume_class_init),
22347         (volume_transform):
22348           fixing lost sync, some more debugging
22349
22350 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22351
22352         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22353         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22354         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22355         (gst_xvimagesink_check_xshm_calls):
22356           Fix compilation when XShm is not available.
22357
22358 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22359
22360         * ext/libvisual/visual.c: (gst_visual_dispose),
22361         (gst_visual_getcaps), (gst_visual_src_setcaps),
22362         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22363         (gst_visual_change_state):
22364           Finish fixing up libvisual plugin so that it runs. 
22365
22366 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22367
22368         * ext/vorbis/vorbisenc.c:
22369         * gst-libs/gst/tag/gstvorbistag.c:
22370           gsttaginterface.h -> gsttagsetter.h
22371
22372 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22373
22374         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22375           added another test that failes for me (test is not active by default)
22376
22377 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22378
22379         * configure.ac:
22380           v4l2 is no longer in gst-plugins-base
22381
22382 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22383
22384         * configure.ac:
22385           In the output at the end, don't show the first plugin on the same
22386           line as "Core plug-ins, always built:".
22387           Indent the output as for other plugin categories
22388         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22389           #define that can be used to not use peer buffer_alloc functions for
22390           test purposes.
22391         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22392         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22393         (gst_ximagesink_show_frame):
22394         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22395         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22396         (gst_xvimagesink_show_frame):
22397           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22398           fails gracefully instead of XError aborting or deadlocking.
22399
22400 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22401
22402         * ext/libvisual/Makefile.am:
22403           link against gst-base-libs
22404
22405 2005-09-06  David Schleef  <ds@schleef.org>
22406
22407         * configure.ac: Enable libvisual plugin.
22408         * ext/libvisual/Makefile.am:
22409         * ext/libvisual/visual.c: Fixes to make it compile.
22410
22411 === release 0.9.2 ===
22412
22413 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22414
22415         * NEWS:
22416         * RELEASE:
22417         * configure.ac:
22418         * docs/random/ChangeLog-0.8:
22419           releasing 0.9.2, "Spoon"
22420
22421 2005-09-05  Michael Smith <msmith@fluendo.com>
22422
22423         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22424           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22425           that in the vorbisenc element.
22426
22427 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22428
22429         * common/gtk-doc-plugins.mak:
22430         * docs/plugins/Makefile.am:
22431           fix distcheck
22432         * gst/audioresample/resample.c:
22433           fix wrong docstring
22434
22435 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22436
22437         * common/gst-xmlinspect.py:
22438         * common/gtk-doc-plugins.mak:
22439           only inspect plugins for this given package
22440           require gst-python 0.9
22441
22442 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22443
22444         * Makefile.am:
22445         * autogen.sh:
22446         * common/gst-xmlinspect.py:
22447         * configure.ac:
22448         * docs/Makefile.am:
22449         * docs/plugins/inspect/plugin-alsa.xml:
22450         * docs/plugins/inspect/plugin-audioresample.xml:
22451         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22452         * docs/plugins/inspect/plugin-ogg.xml:
22453         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22454         * docs/plugins/tmpl/element-multifdsink.sgml:
22455         * docs/plugins/tmpl/element-tcpserversink.sgml:
22456         * docs/plugins/tmpl/element-vorbisenc.sgml:
22457         * gst-plugins-base.spec.in:
22458           various doc-related updates
22459
22460 2005-08-31  Wim Taymans  <wim@fluendo.com>
22461
22462         * gst-libs/gst/audio/gstbaseaudiosink.c:
22463         (gst_base_audio_sink_render):
22464         Resync if the buffer timestamps drift more than a 10th 
22465         of a second.
22466
22467 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22468
22469         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22470         (gst_v4lsrc_get_property):
22471           The 'timestamp-offset' property is registered as an int64, so
22472           let's use g_value_{set|get}_int64() in our setter and getter
22473           functions (makes it work and fixes warnings with gst-inspect).
22474
22475 2005-08-30  Wim Taymans  <wim@fluendo.com>
22476
22477         * check/elements/audioconvert.c: (setup_audioconvert):
22478         * check/elements/audioresample.c: (setup_audioresample):
22479         * check/elements/volume.c: (setup_volume):
22480         Fix checks.
22481
22482 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22483
22484         * common/gtk-doc-plugins.mak:
22485         * common/plugins.xsl:
22486         * docs/plugins/Makefile.am:
22487           make module a param
22488
22489 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22490
22491         * examples/seeking/seek.c: (make_mp3_pipeline),
22492         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22493         (play_cb), (pause_cb), (stop_cb):
22494           update the example
22495
22496 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22497
22498         * gst/volume/gstvolume.c: (gst_volume_class_init),
22499         (volume_transform):
22500           do not update controlled params, if buffer has no timestamp
22501
22502 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22503
22504         * configure.ac:
22505         * gst/sine/Makefile.am:
22506         * gst/volume/Makefile.am:
22507           controllerized elements also need to link against controller-libs ;)
22508
22509 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22510
22511         * docs/libs/tmpl/gstcolorbalance.sgml:
22512         * docs/libs/tmpl/gstgconf.sgml:
22513         * docs/libs/tmpl/gstmixer.sgml:
22514         * docs/libs/tmpl/gstringbuffer.sgml:
22515         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22516         (gst_sinesrc_create):
22517         * gst/volume/gstvolume.c: (gst_volume_class_init),
22518         (volume_transform):
22519           controllerized two audio plugins
22520
22521 2005-08-29  Andy Wingo  <wingo@pobox.com>
22522
22523         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22524         (vorbis_handle_data_packet): Fix some int overflow errors.
22525
22526         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22527         -1.
22528         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22529         valid.
22530         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22531         if it's valid. Fixed streaming-mode playback.
22532
22533         * check/elements/volume.c (cleanup_volume): Fix for running
22534         CK_FORK=no.
22535
22536         * check/elements/audioconvert.c: Convert from native endian, not
22537         little endian.
22538
22539 2005-08-29  Michael Smith <msmith@fluendo.com>
22540
22541         * ext/ogg/Makefile.am:
22542         * ext/ogg/gstogg.c: (plugin_init):
22543         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22544         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22545         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22546         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22547         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22548         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22549         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22550         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22551         Add an ogg parser element.
22552
22553 2005-08-28  Andy Wingo  <wingo@pobox.com>
22554
22555         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22556
22557 2005-08-26  Wim Taymans  <wim@fluendo.com>
22558
22559         * gst/audioconvert/audioconvert.c: (if), (float),
22560         (audio_convert_get_func_index), (check_default),
22561         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22562         (audio_convert_clean_context), (audio_convert_get_sizes),
22563         (audio_convert_convert):
22564         Cleanups.
22565
22566 2005-08-26  Wim Taymans  <wim@fluendo.com>
22567
22568         * gst/audioconvert/audioconvert.c: (if), (float),
22569         (audio_convert_get_func_index), (check_default),
22570         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22571         (audio_convert_clean_context), (audio_convert_get_sizes),
22572         (audio_convert_convert):
22573         More elegant and working temp buffer selection algo.
22574
22575 2005-08-26  Wim Taymans  <wim@fluendo.com>
22576
22577         * gst/audioconvert/audioconvert.c: (if), (float),
22578         (audio_convert_get_func_index), (check_default),
22579         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22580         (audio_convert_clean_context), (audio_convert_get_sizes),
22581         (get_temp_buffer), (audio_convert_convert):
22582         Use realloc else we lose our original data.
22583
22584 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22585
22586         * gst/audioresample/gstaudioresample.c:
22587           use base class' newsegment to properly timestamp
22588
22589 2005-08-26  Wim Taymans  <wim@fluendo.com>
22590
22591         * gst/audioconvert/audioconvert.c: (if), (float),
22592         (audio_convert_get_func_index), (check_default),
22593         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22594         (audio_convert_clean_context), (audio_convert_get_sizes),
22595         (get_temp_buffer), (audio_convert_convert):
22596         * gst/audioconvert/gstaudioconvert.c:
22597         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22598         (gst_audio_convert_transform_caps),
22599         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22600         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22601         Oops, allocate enough space to perform the channel mix.
22602
22603 2005-08-26  Wim Taymans  <wim@fluendo.com>
22604
22605         * gst/audioconvert/Makefile.am:
22606         * gst/audioconvert/audioconvert.c: (if), (float),
22607         (audio_convert_get_func_index), (check_default),
22608         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22609         (audio_convert_clean_context), (audio_convert_get_sizes),
22610         (get_temp_buffer), (audio_convert_convert):
22611         * gst/audioconvert/audioconvert.h:
22612         * gst/audioconvert/gstaudioconvert.c:
22613         (gst_audio_convert_class_init), (gst_audio_convert_init),
22614         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22615         (gst_audio_convert_get_unit_size),
22616         (gst_audio_convert_transform_caps),
22617         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22618         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22619         * gst/audioconvert/gstaudioconvert.h:
22620         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22621         (gst_channel_mix_fill_identical),
22622         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22623         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22624         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22625         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22626         (gst_channel_mix_mix):
22627         * gst/audioconvert/gstchannelmix.h:
22628         Cleanups, librarify a bit, optimize, better negotiation and more.
22629
22630 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22631
22632         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22633         Another from MikeS:
22634         During typefinding, don't support negative offsets
22635         (offsets from the end of the stream) in our typefind->peek() function
22636         - nothing embedded in ogg ever needs them. However, we need to recognise
22637         those requests and reject them, otherwise we return invalid pointers.
22638
22639 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22640
22641         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22642         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22643         (vorbisdec_finalize), (vorbis_handle_type_packet):
22644           Big shout-out to MikeS for fixing this giant memory leak.
22645           Huzzah!
22646
22647 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22648
22649         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22650         (audio_convert_get_unit_size):
22651           plug some leaks
22652
22653 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22654
22655         * check/Makefile.am:
22656         * check/elements/audioconvert.c: (setup_audioconvert),
22657         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22658         (GST_START_TEST), (audioconvert_suite), (main):
22659           add a test for audioconvert
22660         * gst/audioresample/gstaudioresample.c:
22661         * gst/audioresample/gstaudioresample.h:
22662           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22663           note that for buffers of 1/3 sec this means DURATION(c) is 
22664           one nanosecond more than for a and b
22665
22666 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22667
22668         * check/Makefile.am:
22669         * check/elements/audioresample.c: (setup_audioresample),
22670         (cleanup_audioresample), (fail_unless_perfect_stream),
22671         (test_perfect_stream_instance), (GST_START_TEST),
22672           add a check for audioresample
22673         (audioresample_suite), (main):
22674         * check/elements/volume.c: (GST_START_TEST):
22675           remove unused method
22676         * gst/audioresample/gstaudioresample.c:
22677           set correct buffer parameters since we're changing them
22678         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22679           add some debug
22680
22681 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22682
22683         * gst/audioresample/debug.c:
22684         * gst/audioresample/gstaudioresample.c:
22685           add room for extra overlap samples when asked to transform size
22686           protect against possible mem corruption and check for discrepancies
22687           between written size and outbuffer's size so we can warn for
22688           potential problems
22689         * gst/audioresample/resample.c: (resample_init),
22690         (resample_get_output_size_for_input), (resample_get_output_size),
22691         (resample_set_n_channels), (resample_set_format):
22692           set debug level based on RESAMPLE_DEBUG env var
22693           make sure that get_output_size* returns a whole number of
22694           sample_size
22695           set sample_size each time either channel or format is set
22696         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22697         * gst/audioresample/resample_functable.c:
22698         (resample_scale_functable):
22699         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22700           remove r->sample_size, it's done in resample.c now
22701           add some debugging to the ref implementation
22702           make sure we only give back bytes that are wholes of the sample
22703           size
22704
22705 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22706         * gst/playback/gstplaybasebin.c: (fill_buffer):
22707         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22708
22709 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22710
22711         * gst/volume/gstvolume.c:
22712           made set_caps function static
22713
22714 2005-08-24  Wim Taymans  <wim@fluendo.com>
22715
22716         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22717         (gst_vorbisenc_change_state):
22718         Stop leaking taglists.
22719
22720 2005-08-24  Wim Taymans  <wim@fluendo.com>
22721
22722         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22723         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22724         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22725         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22726         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22727         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22728         Parse seeking events better.
22729         Unref static caps.
22730         Generate correct newsegment events, fixes seeking in live oggs.
22731
22732         * ext/theora/theoradec.c: (theora_dec_src_query),
22733         (theora_dec_src_event), (theora_dec_src_getcaps),
22734         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22735         Use newsegment values to report correct play time.
22736
22737         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22738         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22739         * ext/vorbis/vorbisdec.h:
22740         Parse and use newsegment values to report correct play time.
22741
22742         * gst-libs/gst/audio/gstbaseaudiosink.c:
22743         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22744         Clear ringbuffer on flush.
22745         Use newsegment values to calculate playback time.
22746
22747         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22749         Basesink does newsegment calculations for us now.
22750
22751 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22752
22753         * check/Makefile.am:
22754         * configure.ac:
22755           add core's plugins to the mix so that playbin works
22756         * check/generic/states.c: (GST_START_TEST):
22757           set a 0 timeout on pipelines, so they don't force the next
22758           state change
22759         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22760         (gst_play_base_bin_change_state):
22761           remove the crappy error handling and do GST error handling
22762
22763 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22764
22765         * check/Makefile.am:
22766         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22767           add same test as to core, it bitches out on playbin atm.
22768
22769 2005-08-24  Wim Taymans  <wim@fluendo.com>
22770
22771         * configure.ac:
22772         Remove audioscale.
22773
22774 2005-08-24  Wim Taymans  <wim@fluendo.com>
22775
22776         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22777         (gst_videoscale_prepare_size), (parse_caps),
22778         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22779         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22780         (gst_videoscale_transform):
22781         * gst/videoscale/gstvideoscale.h:
22782         Refactor, make use of BaseTranform really well.
22783
22784 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22785
22786         * configure.ac:
22787           compile audioresample
22788         * gst/audioresample/Makefile.am:
22789         * gst/audioresample/buffer.c:
22790         * gst/audioresample/functable.c:
22791         * gst/audioresample/gstaudioresample.c:
22792         * gst/audioresample/gstaudioresample.h:
22793         * gst/audioresample/resample.c:
22794         (resample_get_output_size_for_input):
22795         * gst/audioresample/resample.h:
22796         * gst/audioresample/resample_chunk.c:
22797         * gst/audioresample/resample_functable.c:
22798         * gst/audioresample/resample_ref.c:
22799           port to use basetransform; doesn't work in all cases yet
22800
22801 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22802
22803         * gst/audioconvert/gstaudioconvert.c:
22804         (gst_audio_convert_class_init), (gst_audio_convert_init),
22805         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22806         (audio_convert_fixate_caps), (audio_convert_set_caps),
22807         (audio_convert_transform),
22808         (gst_audio_convert_buffer_to_default_format),
22809         (gst_audio_convert_buffer_from_default_format),
22810         (gst_audio_convert_channels):
22811         * gst/audioconvert/gstchannelmix.c:
22812         * gst/audioconvert/gstchannelmix.h:
22813           port to basetransform
22814         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22815         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22816         (gst_ffmpegcsp_get_unit_size):
22817         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22818         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22819           fix for basetransform changes
22820
22821 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22822
22823         * check/Makefile.am:
22824           Add CHECK_CFLAGS and LDFLAGS
22825
22826         * gst/playback/gstplaybasebin.c: (fill_buffer):
22827           GST_MESSAGE_SRC became a GObject
22828
22829 2005-08-24  Wim Taymans  <wim@fluendo.com>
22830
22831         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22832         (gst_ring_buffer_clear_all):
22833         * gst-libs/gst/audio/gstringbuffer.h:
22834         Added function to clear the ringbuffer.
22835
22836 2005-08-24  Andy Wingo  <wingo@pobox.com>
22837
22838         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22839         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22840         of _open and _close.
22841
22842         * sys/v4l/gstv4lxoverlay.h:
22843         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22844         an Xv connection here, instead of all the time. Make Xv only be
22845         loaded if you axe for it. Kindof a workaround for buggy behaviour
22846         of Xv when using remote xservers (XvQueryExtension would block).
22847         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22848         replace the _open and _close public API. Only start the xv
22849         connection if necessary.
22850         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22851
22852 2005-08-23  David Schleef  <ds@schleef.org>
22853
22854         * gst/audioresample/Makefile.am: Leet audioresampling code
22855         * gst/audioresample/buffer.c:
22856         * gst/audioresample/buffer.h:
22857         * gst/audioresample/debug.c:
22858         * gst/audioresample/debug.h:
22859         * gst/audioresample/functable.c:
22860         * gst/audioresample/functable.h:
22861         * gst/audioresample/gstaudioresample.c:
22862         * gst/audioresample/gstaudioresample.h:
22863         * gst/audioresample/resample.c:
22864         * gst/audioresample/resample.h:
22865         * gst/audioresample/resample_chunk.c:
22866         * gst/audioresample/resample_functable.c:
22867         * gst/audioresample/resample_ref.c:
22868
22869 2005-08-23  Wim Taymans  <wim@fluendo.com>
22870
22871         * examples/seeking/seek.c: (make_vorbis_pipeline),
22872         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22873         Small seek updates.
22874
22875 2005-08-23  Andy Wingo  <wingo@pobox.com>
22876
22877         * gst-libs/gst/audio/gstbaseaudiosrc.c
22878         (gst_base_audio_src_fixate): Only fixate endianness if it is
22879         present in the caps.
22880
22881 2005-08-22  Andy Wingo  <wingo@pobox.com>
22882
22883         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22884         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22885         device-name property.
22886
22887         * gst-libs/gst/audio/gstaudiosrc.h:
22888         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22889         close_device in the ring buffer, like gstaudiosink.
22890
22891         * ext/alsa/gstalsamixer.h:
22892         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22893         macro to implement the interface without much code. Cleanups. 
22894
22895         * ext/alsa/gstalsasrc.h:
22896         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22897         READY.
22898
22899         * ext/alsa/Makefile.am: Add new files.
22900         * ext/alsa/gstalsamixerelement.c: 
22901         * ext/alsa/gstalsamixerelement.c: Split element code out from
22902         mixer code so that alsasrc can be a mixer too.
22903
22904 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22905
22906         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22907         (GST_START_TEST):
22908         * check/elements/vorbisdec.c: (setup_vorbisdec),
22909         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22910         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22911         (vorbis_handle_identification_packet),
22912         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22913         (vorbis_handle_header_packet), (vorbis_dec_push),
22914         (vorbis_dec_chain):
22915           use the setup/teardown methods to save code.  save code is good.
22916
22917 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22918
22919         * check/Makefile.am:
22920           add ext dir for plugins
22921           add vorbisdec test conditionally
22922         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22923         (GST_START_TEST), (volume_suite):
22924           add a test with wrong caps
22925         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22926         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22927           add a vorbisdec test
22928         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22929         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22930           clean up debug output
22931         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22932           yay, fix a segfault/security issue in vorbisdec
22933           gst-launch fakesrc ! vorbisdec wasn't happy
22934         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22935         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22936         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22937         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22938         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22939         (gst_vorbisenc_set_metadata), (get_constraints_string),
22940         (update_start_message), (gst_vorbisenc_setup),
22941         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22942         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22943         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22944         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22945         * ext/vorbis/vorbisenc.h:
22946           march in line
22947         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22948         (gst_ffmpegcsp_transform):
22949           have the kow come home
22950         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22951           debug my func ptr
22952         * gst/volume/gstvolume.c: (volume_set_caps):
22953           add a debug
22954
22955 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22956
22957         * Makefile.am:
22958         * check/.cvsignore:
22959         * check/Makefile.am:
22960         * check/elements/.cvsignore:
22961         * check/elements/volume.c: (chain_func), (event_func),
22962         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22963         (main):
22964         * configure.ac:
22965           add unit test structure for gst-plugins-base
22966           add a test for volume
22967         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22968         (gst_volume_set_volume), (gst_volume_get_volume),
22969         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22970         (volume_funcfind), (volume_process_float), (volume_process_int16),
22971         (volume_set_caps), (volume_transform), (volume_update_mute),
22972         (volume_update_volume), (volume_set_property),
22973         (volume_get_property):
22974           document a little; use basetransform vmethod _set_caps
22975
22976 2005-08-19  Andy Wingo  <wingo@pobox.com>
22977
22978         * ext/alsa/gstalsamixertrack.h:
22979         * ext/alsa/gstalsamixertrack.c:
22980         * ext/alsa/gstalsamixeroptions.h:
22981         * ext/alsa/gstalsamixeroptions.c:
22982         * ext/alsa/gstalsamixer.h:
22983         * ext/alsa/gstalsamixer.c: Port to 0.9.
22984
22985         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22986         Remove gstalsa.c and alsaclock. No more cruft here.
22987         
22988 2005-08-18  Wim Taymans  <wim@fluendo.com>
22989
22990         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22991         (gst_base_rtp_depayload_chain),
22992         (gst_base_rtp_depayload_add_to_queue),
22993         (gst_base_rtp_depayload_push),
22994         (gst_base_rtp_depayload_queue_release):
22995         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22996         Fix for RTPBuffer changes.
22997
22998         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22999         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23000         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23001         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23002         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23003         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23004         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23005         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23006         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23007         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23008         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23009         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23010         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23011         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23012         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23013         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23014         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23015         (gst_rtpbuffer_get_payload):
23016         * gst-libs/gst/rtp/gstrtpbuffer.h:
23017         Don't subclass GstBuffer but add methods and helper functions
23018         to construct and manipulate RTP packets in regular GstBuffers.
23019
23020 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23021
23022         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23023           moved statement below switch
23024         * gst/volume/gstvolume.c: (gst_volume_class_init):
23025           added debug ptr
23026
23027 2005-08-16  Wim Taymans  <wim@fluendo.com>
23028
23029         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23030         (gst_base_audio_src_change_state):
23031         Open and close device in READY<->NULL state change.
23032
23033 2005-08-16  Andy Wingo  <wingo@pobox.com>
23034
23035         * examples/seeking/Makefile.am: Don't compile non-compiling
23036         compiled objects with the compiler.
23037
23038         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23039         elements.
23040
23041 2005-08-12  Philippe Khalaf <burger@speedy.org>
23042         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23043         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23044           Made a thread to release the queue.
23045           Removed timestamp conversion for now.
23046
23047 2005-08-10  Philippe Khalaf <burger@speedy.org>
23048         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23049         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23050           Added rtp timestamp -> gst timestamp conversion.
23051           Fixed several problems with queue.
23052
23053 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23054
23055         * gst-libs/gst/audio/gstaudioclock.h:
23056         * gst-libs/gst/audio/gstaudiofilter.h:
23057         * gst-libs/gst/audio/gstaudiosink.h:
23058         * gst-libs/gst/audio/gstaudiosrc.h:
23059         * gst-libs/gst/audio/gstbaseaudiosink.h:
23060         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23061         * gst-libs/gst/audio/gstringbuffer.h:
23062         * gst-libs/gst/net/gstnetbuffer.h:
23063         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23064         * gst-libs/gst/rtp/gstrtpbuffer.h:
23065           Add padding (you will need to rebuild gst-plugins-base,
23066           gst-plugins and all applications afterwards!)
23067
23068 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23069
23070         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23071         (gst_riff_parse_chunk):
23072           Fix bug in debug message and add some more debug messages.
23073
23074 2005-08-08  Edward Hervey  <edward@fluendo.com>
23075
23076         * gst-libs/gst/riff/riff-media.c:
23077         backported updates since branch
23078
23079 2005-08-08  Andy Wingo  <wingo@pobox.com>
23080
23081         * gst-libs/gst/audio/gstbaseaudiosink.c
23082         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23083         like good elements should. Close on READY->NULL too.
23084
23085         * gst-libs/gst/audio/gstaudiosink.c
23086         (gst_audioringbuffer_open_device,
23087         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23088         (gst_audioringbuffer_release): Updates for new ring buffer API,
23089         hook into the new audio sink api.
23090
23091         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23092         (GstAudioSinkClass.close): Just open and close the device -- no
23093         resource allocation or configuration.
23094         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23095         vmethods, handle device setup and resource allocation.
23096
23097         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23098         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23099         base class API.
23100
23101         * gst-libs/gst/audio/gstringbuffer.h
23102         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23103         New vmethods.
23104
23105         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23106         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23107         New API functions. The device should be opened before acquiring
23108         and closed after releasing.
23109
23110 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23111
23112         * gst-libs/gst/interfaces/mixer.h:
23113           Reset padding to GST_PADDING.
23114
23115 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23116
23117         * gst/playback/gstplaybin.c: (remove_sinks):
23118           Remove visualization from parent explicitely; works around some
23119           apparent refcount issue that I haven't tracked down yet.
23120
23121 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23122
23123         * ext/alsa/gstalsasink.c: (set_hwparams):
23124           Assign debug category, add negotiation debug msgs.
23125
23126 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23127
23128         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23129           Fix error code for file-not-found to NOT_FOUND.
23130
23131 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23132
23133         * common/gtk-doc-plugins.mak:
23134         * docs/plugins/Makefile.am:
23135         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23136         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23137           renamed to actual element names, so much nicer to look at
23138         * docs/plugins/tmpl/gstmultifdsink.sgml:
23139           remove
23140         * docs/plugins/tmpl/multifdsink.sgml:
23141         * docs/plugins/tmpl/tcpserversink.sgml:
23142           add
23143         * ext/alsa/gstalsa.c:
23144         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23145         * ext/ogg/gstoggmux.c:
23146         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23147         * gst/playback/gstdecodebin.c:
23148         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23149         * gst/tcp/gsttcpserversink.c:
23150           various fixes and documentation additions
23151
23152 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23153
23154         * common/Makefile.am:
23155         * common/gstdoc-scangobj:
23156         * common/gtk-doc-plugins.mak:
23157         * common/gtk-doc.mak:
23158           add a custom scangobj that uses the registry
23159           add a custom gtk-doc-plugins.mak that uses it
23160           some doc build fixes
23161         * configure.ac:
23162         * docs/Makefile.am:
23163         * docs/plugins/Makefile.am:
23164         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23165         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23166         * docs/plugins/gst-plugins-base-plugins.types:
23167         * docs/plugins/tmpl/gstmultifdsink.sgml:
23168           add docs for one element, multifdsink
23169         * gst/adder/gstadder.h:
23170         * gst/volume/gstvolume.h:
23171           don't privatize enum
23172         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23173         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23174         (gst_sync_method_get_type), (gst_client_status_get_type),
23175         (gst_multifdsink_class_init),
23176         (gst_multifdsink_client_queue_buffer),
23177         (gst_multifdsink_handle_client_write):
23178         * gst/tcp/gstmultifdsink.h:
23179         * gst/tcp/gsttcp.h:
23180         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23181         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23182         (gst_tcpclientsink_render):
23183         * gst/tcp/gsttcpclientsink.h:
23184         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23185         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23186         (gst_tcpclientsrc_start):
23187         * gst/tcp/gsttcpclientsrc.h:
23188         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23189         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23190         * gst/tcp/gsttcpserversrc.h:
23191         * gst/typefind/gsttypefindfunctions.c:
23192           remove superfluous Type stuff
23193
23194 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23195
23196         * gst/playback/gstplaybin.c: (gen_video_element):
23197           Enable videoscale.
23198
23199 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23200
23201         * gst-libs/gst/gconf/gconf.c:
23202         * gst-libs/gst/gconf/gconf.h:
23203           Fix some Andy Problem [tm].
23204
23205 2005-08-04  Andy Wingo  <wingo@pobox.com>
23206
23207         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23209         (gst_ffmpegcsp_get_size): Adapt to API changes.
23210
23211         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23212         Implement an in-place do-nothing transform.
23213
23214 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23215
23216         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23217         (gst_ximagesink_renegotiate_size):
23218           Do not set new window sizes yet if we prepare a new buffer size
23219           for upstream renegotiation (software scaling) at some point in the
23220           future, because this new size waqs not actually accepted yet. Once
23221           accepted, renegotiation later on will set the new sizes just fine.
23222           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23223           embedding testcase.
23224
23225 2005-08-03  Andy Wingo  <wingo@pobox.com>
23226
23227         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23228         (gst_ximagesink_buffer_alloc): 
23229         Protect the height, width, and desired_caps with the pool_lock.
23230         Fixes videotestsrc ! queue ! ximagesink.
23231
23232 2005-08-02  Edward Hervey  <edward@fluendo.com>
23233
23234         * gst/volume/gstvolume.c:
23235         include left from controller cleanup
23236
23237 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23239           Stop collectpads before calling the parent state
23240           change function on PAUSED->READY.
23241
23242 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23243         * configure.ac:
23244           When testing for X libs, use the X CFlags 
23245         * gst/adder/gstadder.c: (gst_adder_change_state):
23246           Stop the collectpads before calling parent state change function
23247           on PAUSED->READY, otherwise we deadlock deactivating pads.
23248
23249 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23250
23251         * configure.ac:
23252         * docs/libs/tmpl/gstcolorbalance.sgml:
23253         * docs/libs/tmpl/gstmixer.sgml:
23254         * examples/Makefile.am:
23255         * gst/sine/Makefile.am:
23256         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23257         (gst_sinesrc_set_property), (plugin_init):
23258         * gst/sine/gstsinesrc.h:
23259         * gst/volume/Makefile.am:
23260         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23261         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23262         (volume_process_float), (volume_process_int16),
23263         (volume_set_property), (plugin_init):
23264         * gst/volume/gstvolume.h:
23265           deactivate and remove dparams (libgstcontrol)
23266
23267 2005-07-29  Wim Taymans  <wim@fluendo.com>
23268
23269         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23270         Convert me to BaseTransform!! help..
23271
23272 2005-07-29  Andy Wingo  <wingo@pobox.com>
23273
23274         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23275         sinks.
23276
23277         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23278         support of both endiannesses.
23279
23280 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23281
23282         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23283           Fix confusing debug message (s/event/query/)
23284
23285 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23286
23287         * gst/videotestsrc/videotestsrc.h:
23288           Use "_stdint.h" instead of <stdint.h>
23289
23290 2005-07-27  Wim Taymans  <wim@fluendo.com>
23291
23292         * ext/vorbis/Makefile.am:
23293         Revert wrong commit.
23294
23295 2005-07-27  Wim Taymans  <wim@fluendo.com>
23296
23297         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23298         More compilation fixen.
23299
23300 2005-07-27  Wim Taymans  <wim@fluendo.com>
23301
23302         * gst-libs/gst/audio/gstbaseaudiosink.c:
23303         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23304         (gst_base_audio_sink_create_ringbuffer),
23305         (gst_base_audio_sink_change_state):
23306         Fix compilation.
23307
23308 2005-07-27  Wim Taymans  <wim@fluendo.com>
23309
23310         * examples/seeking/seek.c: (setup_dynamic_link),
23311         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23312         (query_positions_elems), (query_positions_pads), (do_seek):
23313         Update seek example.
23314
23315         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23316         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23317         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23318         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23319         (gst_ogg_demux_handle_event),
23320         (gst_ogg_demux_deactivate_current_chain),
23321         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23322         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23323         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23324         (gst_ogg_demux_loop):
23325         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23326         * ext/theora/theoradec.c: (theora_dec_src_event),
23327         (theora_dec_src_getcaps), (theora_dec_sink_event),
23328         (theora_dec_push), (theora_dec_chain):
23329         * ext/vorbis/Makefile.am:
23330         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23331         (vorbis_dec_sink_event), (vorbis_dec_push),
23332         (vorbis_handle_data_packet):
23333         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23334         (gst_vorbisenc_chain):
23335         * gst/playback/gststreaminfo.c: (cb_probe):
23336         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23337         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23338         * gst/videoscale/gstvideoscale.c:
23339         (gst_videoscale_handle_src_event):
23340         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23341         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23342         (gst_ximagesink_navigation_send_event):
23343         * sys/xvimage/xvimagesink.c:
23344         (gst_xvimagesink_navigation_send_event):
23345         Various event updates and cleanups
23346
23347 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23348
23349         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23350           Fix segfault for I420/YV12.
23351
23352 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23353
23354         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23355           Report bitrate.
23356
23357 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23358
23359         * gst/playback/gstplaybin.c: (gen_video_element),
23360         (gen_audio_element):
23361           Switch to auto*sink elements as default sinks; add volume element
23362           so that volume control in totem works.
23363
23364 2005-07-21  Wim Taymans  <wim@fluendo.com>
23365
23366         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23367         * gst/playback/gstplaybin.c: (setup_sinks),
23368         (gst_play_bin_change_state):
23369         Refcount fix and more comments.
23370
23371 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23372
23373         * sys/ximage/Makefile.am:
23374         * sys/ximage/ximage.c: (plugin_init):
23375         * sys/ximage/ximagesink.c:
23376         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23377         
23378
23379 2005-07-21  Wim Taymans  <wim@fluendo.com>
23380
23381         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23382         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23383         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23384         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23385         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23386         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23387         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23388         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23389         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23390         Generate correct disconts for live chained oggs.
23391
23392         * gst-libs/gst/audio/gstbaseaudiosink.c:
23393         (gst_base_audio_sink_render),
23394         (gst_base_audio_sink_create_ringbuffer),
23395         (gst_base_audio_sink_change_state):
23396         Handle discont math correctly.
23397
23398         * gst/playback/gstplaybin.c: (add_sink):
23399         Some small debug cleanup.
23400
23401 2005-07-21  Wim Taymans  <wim@fluendo.com>
23402
23403         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23404         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23405         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23406         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23407         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23408         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23409         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23410         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23411         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23412         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23413         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23414         (gst_ogg_demux_change_state), (gst_ogg_print):
23415         Reorganize code to send the right disconts when in streaming
23416         mode.
23417
23418 2005-07-20  Andy Wingo  <wingo@pobox.com>
23419
23420         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23421         fix (?), fixes a seggie mcfalterson (#310894).
23422
23423 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23424
23425         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23426         (gst_ogg_mux_set_header_on_caps):
23427         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23428         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23429         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23430         * gst-libs/gst/audio/multichannel.c:
23431         (gst_audio_set_channel_positions),
23432         (gst_audio_set_structure_channel_positions_list):
23433         * gst/playback/gstdecodebin.c: (dynamic_create):
23434         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23435         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23436           Fixes for API changes in core.
23437
23438 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23439
23440         * gst/playback/gstplaybasebin.c: (fill_buffer):
23441           Use _new_custom() so we can set custom message types for buffering
23442           messages.
23443
23444 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23445
23446         * configure.ac:
23447         * gst-libs/gst/Makefile.am:
23448         * gst-libs/gst/gconf/.cvsignore:
23449         * gst-libs/gst/gconf/Makefile.am:
23450         * gst-libs/gst/gconf/test-gconf.c:
23451         * pkgconfig/Makefile.am:
23452         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23453         * pkgconfig/gstreamer-gconf.pc.in:
23454           Remove gconf stuff, use gconf elements instead from now on.
23455
23456 2005-07-20  Wim Taymans  <wim@fluendo.com>
23457
23458         * gst-libs/gst/audio/TODO:
23459         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23460         (gst_audio_clock_get_internal_time):
23461         * gst-libs/gst/audio/gstaudioclock.h:
23462         * gst-libs/gst/audio/gstbaseaudiosink.c:
23463         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23464         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23465         (gst_base_audio_sink_render),
23466         (gst_base_audio_sink_create_ringbuffer),
23467         (gst_base_audio_sink_change_state):
23468         Make sure the audio clock always returns an increasing value.
23469
23470 2005-07-19  Andy Wingo  <wingo@pobox.com>
23471
23472         * gst/videotestsrc/: Cleanups.
23473
23474 2005-07-19  Wim Taymans  <wim@fluendo.com>
23475
23476         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23477         Better debugging.
23478
23479 2005-07-19  Wim Taymans  <wim@fluendo.com>
23480
23481         * examples/seeking/seek.c: (make_dv_pipeline),
23482         (make_vorbis_theora_pipeline), (query_rates),
23483         (query_positions_elems), (query_positions_pads), (do_seek):
23484         Make correct DV pipeline.
23485
23486 2005-07-18  Andy Wingo  <wingo@pobox.com>
23487
23488         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23489         default. Also because it's the only thing that really works. (This
23490         is used in the GConf elements).
23491         Use AS_LIBTOOL_TAGS.
23492
23493 2005-07-18  Wim Taymans  <wim@fluendo.com>
23494
23495         * gst/playback/gstdecodebin.c: (remove_element_chain):
23496         * gst/playback/gstplaybin.c: (add_sink):
23497         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23498         (gst_stream_info_set_mute):
23499         * gst/playback/gststreamselector.c:
23500         (gst_stream_selector_get_linked_pad),
23501         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23502         More leak and compile fixes.
23503
23504 2005-07-18  Wim Taymans  <wim@fluendo.com>
23505
23506         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23507         (query_rates), (query_positions_elems), (query_positions_pads),
23508         (do_seek), (seek_cb), (stop_seek):
23509         Updated seek example. 
23510
23511         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23512         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23513         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23514         * gst/playback/gstplaybin.c: (add_sink):
23515         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23516         (gst_stream_info_set_mute):
23517         Some refcount leak fixes.
23518
23519 2005-07-16  Wim Taymans  <wim@fluendo.com>
23520
23521         * gst-libs/gst/audio/gstbaseaudiosink.c:
23522         (gst_base_audio_sink_render):
23523         Align samples even if we have roundoff errors in the 
23524         timestamp conversion.
23525
23526 2005-07-16  Wim Taymans  <wim@fluendo.com>
23527
23528         * docs/libs/tmpl/gstringbuffer.sgml:
23529         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23530         (query_rates), (query_positions_elems), (query_positions_pads),
23531         (update_scale), (do_seek):
23532         Updated seek example.
23533
23534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23535         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23536         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23537         (gst_ogg_demux_loop):
23538         Push out correct discont values.
23539
23540         * ext/theora/theoradec.c: (theora_dec_src_convert),
23541         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23542         (theora_dec_sink_event), (theora_handle_type_packet),
23543         (theora_handle_header_packet), (theora_dec_push),
23544         (theora_handle_data_packet), (theora_dec_chain),
23545         (theora_dec_change_state):
23546         Better timestamping.
23547
23548         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23549         (vorbis_dec_sink_event), (vorbis_dec_push),
23550         (vorbis_handle_data_packet), (vorbis_dec_chain):
23551         * ext/vorbis/vorbisdec.h:
23552         Better timestamping.
23553
23554         * gst-libs/gst/audio/gstbaseaudiosink.c:
23555         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23556         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23557         Handle syncing on timestamps instead of sample offsets. Make
23558         use of DISCONT values as described in design docs.
23559
23560         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23561         (gst_base_audio_src_get_time):
23562         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23563         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23564         (gst_ring_buffer_read):
23565         * gst-libs/gst/audio/gstringbuffer.h:
23566         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23567         (gst_ximagesink_show_frame):
23568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23569         Correcly convert buffer timestamp to stream time.
23570
23571 2005-07-16  Wim Taymans  <wim@fluendo.com>
23572
23573         * gst/audioconvert/gstaudioconvert.c:
23574         (gst_audio_convert_get_buffer):
23575         Timestamp buffers correctly.
23576
23577         * gst/playback/gstplaybin.c: (gen_video_element):
23578         Make internal fakesink silent.
23579
23580 2005-07-15  Wim Taymans  <wim@fluendo.com>
23581
23582         * gst/ffmpegcolorspace/Makefile.am:
23583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23584         (gst_ffmpegcsp_caps_remove_format_info),
23585         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23586         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23587         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23588         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23589         Ported ffmpegcolorspace to basetransform.
23590
23591         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23592         * gst/volume/gstvolume.c: (volume_transform):
23593         Ported to new API.
23594
23595 2005-07-14  Wim Taymans  <wim@fluendo.com>
23596
23597         * gst/videotestsrc/Makefile.am:
23598         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23599         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23600         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23601         (gst_videotestsrc_init), (gst_videotestsrc_event),
23602         (gst_videotestsrc_create), (gst_videotestsrc_start),
23603         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23604         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23605         (gst_videotestsrc_get_property):
23606         * gst/videotestsrc/gstvideotestsrc.h:
23607         Make videotestsrc a pushsrc.
23608
23609 2005-07-14  Wim Taymans  <wim@fluendo.com>
23610
23611         * gst/tcp/gstfdset.c: (gst_fdset_free):
23612         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23613         (gst_multifdsink_add), (gst_multifdsink_remove),
23614         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23615         (gst_multifdsink_remove_client_link),
23616         (gst_multifdsink_client_queue_data),
23617         (gst_multifdsink_client_queue_caps),
23618         (gst_multifdsink_client_queue_buffer),
23619         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23620         (gst_multifdsink_stop):
23621         * gst/tcp/gstmultifdsink.h:
23622         0.8 backporting.
23623
23624         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23625         Also draw image when not from a pool.
23626
23627 2005-07-14  Wim Taymans  <wim@fluendo.com>
23628
23629         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23630         (mute_stream), (silence_stream):
23631         Small debug additions.
23632
23633 2005-07-14  Wim Taymans  <wim@fluendo.com>
23634
23635         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23636         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23637         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23638         Better error recovery, ignore unconnected pads and
23639         non-fatal errors.
23640
23641 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23642
23643         * docs/libs/tmpl/gstaudio.sgml:
23644         * docs/libs/tmpl/gstcolorbalance.sgml:
23645         * docs/libs/tmpl/gstgconf.sgml:
23646         * docs/libs/tmpl/gstmixer.sgml:
23647         * docs/libs/tmpl/gstringbuffer.sgml:
23648         * docs/libs/tmpl/gsttuner.sgml:
23649         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23650         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23651         (gst_tcpclientsrc_class_init):
23652         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23653         (gst_tcpserversrc_class_init):
23654         * sys/v4l/gstv4lelement.c:
23655           more autistic cleanliness in functions/names/defines
23656
23657 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23658
23659         * configure.ac:
23660           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23661           added manually to each Makefile.am so we are sure it goes
23662           *last* and doesn't add -L flags before linking in libs of our
23663           own, like, say, internal .la libs, that then accidentally pick
23664           up the installed copy.
23665         * docs/libs/Makefile.am:
23666         * ext/alsa/Makefile.am:
23667         * ext/cdparanoia/Makefile.am:
23668         * ext/gnomevfs/Makefile.am:
23669         * ext/libvisual/Makefile.am:
23670         * ext/ogg/Makefile.am:
23671         * ext/theora/Makefile.am:
23672         * ext/vorbis/Makefile.am:
23673         * gst-libs/gst/video/Makefile.am:
23674         * gst/adder/Makefile.am:
23675         * gst/audioconvert/Makefile.am:
23676         * gst/audiorate/Makefile.am:
23677         * gst/audioscale/Makefile.am:
23678         * gst/ffmpegcolorspace/Makefile.am:
23679         * gst/playback/Makefile.am:
23680         * gst/sine/Makefile.am:
23681         * gst/subparse/Makefile.am:
23682         * gst/tags/Makefile.am:
23683         * gst/tcp/Makefile.am:
23684         * gst/typefind/Makefile.am:
23685         * gst/videorate/Makefile.am:
23686         * gst/videoscale/Makefile.am:
23687         * gst/videotestsrc/Makefile.am:
23688         * gst/volume/Makefile.am:
23689         * sys/v4l/Makefile.am:
23690         * sys/ximage/Makefile.am:
23691         * sys/xvimage/Makefile.am:
23692           adapt properly to this change. This should make sure that
23693           plugins and libs properly link to the as-yet-uninstalled
23694           copies of stuff like libgstinterfaces and libgstvideo
23695
23696 2005-07-13  Andy Wingo  <wingo@pobox.com>
23697
23698         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23699         (gst_v4lsrc_fixate): Fixate on format as well.
23700
23701         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23702         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23703         buffer points to it.
23704         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23705         rather just doing X calls ourselves. Also fixes a memleak.
23706
23707 2005-07-12  Andy Wingo  <wingo@pobox.com>
23708
23709         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23710         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23711         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23712         TRUE to avoid deadlocks if an element holds on to our buffers.
23713
23714 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23715
23716         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23717         (gst_sinesrc_init), (gst_sinesrc_create),
23718         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23719         (gst_sinesrc_start):
23720         * gst/sine/gstsinesrc.h:
23721           removing num-buffers property before moving it
23722
23723 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23724
23725         * configure.ac:
23726           use overridable ERROR_CFLAGS
23727         * docs/libs/gst-plugins-base-libs.types:
23728         * docs/libs/tmpl/gstringbuffer.sgml:
23729         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23730         (gst_alsasink_class_init):
23731         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23732         (gst_alsasrc_class_init):
23733         * gst-libs/gst/audio/audio.h:
23734         * gst-libs/gst/audio/gstaudioclock.h:
23735         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23736         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23737         (gst_audio_filter_link), (gst_audio_filter_init),
23738         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23739         (gst_audio_filter_get_property),
23740         (gst_audio_filter_class_add_pad_templates):
23741         * gst-libs/gst/audio/gstaudiofilter.h:
23742         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23743         (gst_audio_filter_template_get_type),
23744         (gst_audio_filter_template_base_init),
23745         (gst_audio_filter_template_class_init),
23746         (gst_audio_filter_template_init),
23747         (gst_audio_filter_template_set_property),
23748         (gst_audio_filter_template_get_property), (plugin_init),
23749         (gst_audio_filter_template_setup),
23750         (gst_audio_filter_template_filter),
23751         (gst_audio_filter_template_filter_inplace):
23752         * gst-libs/gst/audio/gstaudiosink.c:
23753         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23754         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23755         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23756         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23757         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23758         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23759         * gst-libs/gst/audio/gstaudiosink.h:
23760         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23761         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23762         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23763         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23764         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23765         (gst_audio_src_class_init), (gst_audio_src_init),
23766         (gst_audio_src_create_ringbuffer):
23767         * gst-libs/gst/audio/gstaudiosrc.h:
23768         * gst-libs/gst/audio/gstbaseaudiosink.c:
23769         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23770         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23771         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23772         (gst_base_audio_sink_set_property),
23773         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23774         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23775         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23776         (gst_base_audio_sink_create_ringbuffer),
23777         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23778         * gst-libs/gst/audio/gstbaseaudiosink.h:
23779         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23780         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23781         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23782         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23783         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23784         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23785         (gst_base_audio_src_event), (gst_base_audio_src_create),
23786         (gst_base_audio_src_create_ringbuffer),
23787         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23788         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23789         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23790         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23791         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23792         (gst_ring_buffer_debug_spec_caps),
23793         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23794         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23795         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23796         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23797         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23798         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23799         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23800         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23801         (gst_ring_buffer_clear):
23802         * gst-libs/gst/audio/gstringbuffer.h:
23803         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23804         (gst_video_sink_class_init), (gst_video_sink_get_type):
23805         * gst-libs/gst/video/videosink.h:
23806         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23807         (gst_multifdsink_class_init),
23808         (gst_multifdsink_handle_client_write),
23809         (gst_multifdsink_change_state):
23810         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23811         (gst_tcpclientsink_setcaps):
23812         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23813         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23814         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23815         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23816         (gst_ximagesink_send_pending_navigation),
23817         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23818         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23820         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23821         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23822         (gst_xvimagesink_send_pending_navigation),
23823         (gst_xvimagesink_navigation_send_event),
23824         (gst_xvimagesink_set_xwindow_id),
23825         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23826         (gst_xvimagesink_get_type):
23827         more macro splitting
23828
23829 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23830
23831         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23832           plug a memleak, allows me to import 1479 albums in one go
23833           in jamboree
23834         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23835         (vorbis_handle_type_packet), (vorbis_dec_chain),
23836         (vorbis_dec_change_state):
23837           fix some format strings
23838
23839 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23840
23841         * docs/libs/tmpl/gstcolorbalance.sgml:
23842         * docs/libs/tmpl/gstmixer.sgml:
23843         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23844         (gst_alsasink_set_property), (gst_alsasink_get_property):
23845         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23846         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23847           add device property
23848
23849 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23850
23851         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23852         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23853         (audiocast_register_listener), (audiocast_thread_run),
23854         (gst_gnomevfssrc_send_additional_headers_callback),
23855         (gst_gnomevfssrc_received_headers_callback),
23856         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23857         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23858         (gst_gnomevfssrc_get_size):
23859           add/clean up debugging
23860         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23861           cleanups
23862
23863 2005-07-07  Andy Wingo  <wingo@pobox.com>
23864
23865         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23866         framerate. Need to get a handle on when exactly this function is
23867         called, tho.
23868
23869         * sys/v4l/v4lsrc_calls.h:
23870         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23871         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23872         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23873
23874         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23875         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23876         v4lelements are sources.
23877
23878         * sys/v4l/gstv4lxoverlay.h:
23879         * sys/v4l/gstv4lxoverlay.c:
23880         * sys/v4l/gstv4ltuner.h:
23881         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23882         
23883         * sys/v4l/gstv4lsrc.h:
23884         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23885         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23886         or something should handle that. Made a live source.
23887
23888         * sys/v4l/gstv4lelement.h:
23889         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23890         signals. Some cleanups.
23891
23892         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23893
23894         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23895         stuff.
23896
23897         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23898         stuff.
23899
23900         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23901
23902 2005-07-07  Wim Taymans  <wim@fluendo.com>
23903
23904         * ext/theora/theoradec.c: (theora_get_query_types),
23905         (theora_dec_src_getcaps), (theora_dec_push):
23906         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23907         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23908         Remove deprecated/unused query types.
23909
23910 2005-07-06  Wim Taymans  <wim@fluendo.com>
23911
23912         * ext/alsa/Makefile.am:
23913         * ext/alsa/gstalsaplugin.c: (plugin_init):
23914         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23915         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23916         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23917         (gst_alsasrc_class_init), (gst_alsasrc_init),
23918         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23919         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23920         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23921         (gst_alsasrc_reset):
23922         * ext/alsa/gstalsasrc.h:
23923         * gst-libs/gst/audio/Makefile.am:
23924         * gst-libs/gst/audio/gstaudiosink.c:
23925         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23926         (gst_audioringbuffer_start):
23927         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23928         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23929         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23930         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23931         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23932         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23933         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23934         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23935         * gst-libs/gst/audio/gstaudiosrc.h:
23936         * gst-libs/gst/audio/gstbaseaudiosink.c:
23937         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23938         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23939         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23940         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23941         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23942         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23943         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23944         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23945         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23946         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23947         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23948         (gst_baseaudiosrc_change_state):
23949         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23950         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23951         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23952         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23953         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23954         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23955         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23956         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23957         * gst-libs/gst/audio/gstringbuffer.h:
23958         Added audiosource base classes.
23959         Ported alsasrc, still very basic.
23960
23961 2005-07-06  Wim Taymans  <wim@fluendo.com>
23962
23963         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23964         (theora_dec_push), (theora_handle_data_packet):
23965         Prepare for better timestamp fix later.
23966
23967         * gst/audioconvert/gstaudioconvert.c:
23968         List most accurate caps first
23969
23970         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23971         Use proper pad task function.
23972
23973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23974         (gst_xvimagesink_show_frame):
23975         Fix deadlock when alloc failed.
23976
23977 2005-07-05  Andy Wingo  <wingo@pobox.com>
23978
23979         * ext/gnomevfs/gstgnomevfssrc.c:
23980         * gst/sine/gstsinesrc.c:
23981         * gst/tcp/gsttcpserversrc.c:
23982         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23983
23984         * sys/v4l/: Port from 0.8.
23985
23986         * Many files: Null if we got it....
23987
23988 2005-07-05  Andy Wingo  <wingo@pobox.com>
23989
23990         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23991         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23992         Signedness fixes.
23993
23994 2005-07-05  Wim Taymans  <wim@fluendo.com>
23995
23996         * configure.ac:
23997         * gst/tcp/Makefile.am:
23998         * gst/tcp/README:
23999         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24000         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24001         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24002         (is_sync_frame), (gst_multifdsink_handle_client_write),
24003         (gst_multifdsink_render), (gst_multifdsink_start),
24004         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24005         * gst/tcp/gstmultifdsink.h:
24006         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24007         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24008         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24009         * gst/tcp/gsttcp.h:
24010         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24011         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24012         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24013         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24014         * gst/tcp/gsttcpclientsink.h:
24015         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24016         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24017         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24018         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24019         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24020         * gst/tcp/gsttcpclientsrc.h:
24021         * gst/tcp/gsttcpplugin.c: (plugin_init):
24022         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24023         * gst/tcp/gsttcpserversink.h:
24024         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24025         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24026         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24027         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24028         (gst_tcpserversrc_stop):
24029         * gst/tcp/gsttcpserversrc.h:
24030         * gst/tcp/gsttcpsink.c:
24031         * gst/tcp/gsttcpsink.h:
24032         * gst/tcp/gsttcpsrc.c:
24033         * gst/tcp/gsttcpsrc.h:
24034         Ported tcp plugins to 0.9. 
24035         
24036
24037 2005-07-05  Andy Wingo  <wingo@pobox.com>
24038
24039         * gst/playback/gstplaybasebin.c (fill_buffer):
24040         message_new_application fixen.
24041
24042         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24043         Style fix.
24044
24045 2005-07-04  Wim Taymans  <wim@fluendo.com>
24046
24047         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24048         Set caps on output buffer.
24049
24050 2005-07-04  Andy Wingo  <wingo@pobox.com>
24051
24052         * ext/gnomevfs/gstgnomevfssrc.c
24053         (gst_gnomevfssrc_received_headers_callback) 
24054         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24055         hopefully.
24056
24057         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24058         No refcount leakage.
24059
24060         * configure.ac: Enable -Werror.
24061         
24062         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24063         * gst/audioconvert/bufferframesconvert.c
24064         (buffer_frames_convert_fixate):
24065         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24066         (gst_audio_convert_fixate):
24067         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24068         (gst_sinesrc_create): Fixate func changes.
24069         
24070         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24071         (gst_ximagesink_buffer_alloc): Unused var.
24072
24073 2005-07-01  Andy Wingo  <wingo@pobox.com>
24074
24075         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24076         getcaps to do explicit caps. Needs to be done in all decoders,
24077         possibly via a base class.
24078
24079         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24080
24081         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24082         caps on the sink pad, just rely on the pad template. Also, setting
24083         ANY caps on a pad is not valid because the caps are not fixed.
24084
24085         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24086         caps on the buffer, and get the width from the desired_caps if
24087         they're set.
24088         (gst_ximagesink_renegotiate_size): Implement via setting the
24089         desired_caps on the ximagesink.
24090         (gst_ximagesink_setcaps): Only reset the width of the player if it
24091         wasn't already set. Not sure if this is right.
24092         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24093
24094         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24095         that the user wants. NULL unless the window has been resized.
24096
24097         * gst/volume/gstvolume.c (volume_transform): Adapt to
24098         basetransform refcount changes.
24099         
24100 2005-07-01  Andy Wingo  <wingo@pobox.com>
24101
24102         * gst/videoscale/gstvideoscale.c:
24103         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24104         from BaseTransform, implements a transform_caps. Removed dead code
24105         including some PAR stuff that was never reached -- should probably
24106         be added back somehow.
24107
24108 2005-07-01  Andy Wingo  <wingo@pobox.com>
24109
24110         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24111         come later.
24112
24113 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24114
24115         * configure.ac:
24116         * docs/libs/Makefile.am:
24117         * docs/libs/gst-plugins-libs.types:
24118         * ext/alsa/Makefile.am:
24119         * ext/alsa/gstalsamixer.h:
24120         * ext/alsa/gstalsamixeroptions.h:
24121         * ext/alsa/gstalsamixertrack.h:
24122         * gst-libs/gst/Makefile.am:
24123         * gst-libs/gst/colorbalance/.cvsignore:
24124         * gst-libs/gst/colorbalance/Makefile.am:
24125         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24126         * gst-libs/gst/colorbalance/colorbalance.c:
24127         * gst-libs/gst/colorbalance/colorbalance.h:
24128         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24129         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24130         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24131         * gst-libs/gst/interfaces/Makefile.am:
24132         * gst-libs/gst/interfaces/colorbalance.c:
24133         (gst_color_balance_class_init):
24134         * gst-libs/gst/interfaces/colorbalance.h:
24135         * gst-libs/gst/interfaces/interfaces-marshal.list:
24136         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24137         * gst-libs/gst/interfaces/mixer.h:
24138         * gst-libs/gst/interfaces/mixeroptions.h:
24139         * gst-libs/gst/interfaces/navigation.c:
24140         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24141         * gst-libs/gst/interfaces/tuner.h:
24142         * gst/volume/Makefile.am:
24143         * gst/volume/gstvolume.c:
24144         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24145         * sys/ximage/Makefile.am:
24146         * sys/ximage/ximagesink.c:
24147         * sys/xvimage/Makefile.am:
24148         * sys/xvimage/xvimagesink.c:
24149           fold in all interfaces into an interfaces dir, preserving CVS
24150           history
24151
24152 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24153
24154         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24155           Fix build after riff changes.
24156
24157 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24158
24159         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24160         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24161         (gst_riff_create_video_template_caps),
24162         (gst_riff_create_audio_template_caps),
24163         (gst_riff_create_iavs_template_caps):
24164         * gst-libs/gst/riff/riff-media.h:
24165         * gst-libs/gst/riff/riff-read.h:
24166         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24167           Add gst_riff_init() to initialize the debug category, instead
24168           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24169
24170 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24171
24172         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24173           Oops, I shouldn't apply hacks.
24174
24175 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24176
24177         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24178           Remove pad_loop function which doesn't work.
24179
24180 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24181
24182         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24183           Send EOS when deactivating.
24184         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24185         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24186         (gen_preroll_element), (probe_triggered), (mute_stream),
24187         (silence_stream), (new_decoded_pad), (setup_substreams),
24188         (set_active_source):
24189         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24190         (remove_sinks), (add_sink):
24191         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24192           Change for new probe API.
24193
24194 2005-06-29  Wim Taymans  <wim@fluendo.com>
24195
24196         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24197         * gst-libs/gst/audio/gstbaseaudiosink.c:
24198         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24199         (gst_baseaudiosink_change_state):
24200         * gst-libs/gst/audio/gstbaseaudiosink.h:
24201         * gst-libs/gst/audio/gstringbuffer.c:
24202         (gst_ringbuffer_set_callback):
24203         Fix compilation error.
24204         Ringbuffer starts out as not running.
24205         Free our clock in dispose.
24206         When releasing the ringbuffer we need to renegotiate so
24207         clear the pad caps.
24208
24209 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24210
24211         * autogen.sh:
24212         * configure.ac:
24213         * docs/Makefile.am:
24214         * docs/libs/Makefile.am:
24215         * docs/libs/gst-plugins-libs-docs.sgml:
24216         * docs/libs/gst-plugins-libs-sections.txt:
24217         * docs/libs/gst-plugins-libs.types:
24218         * docs/libs/tmpl/gstaudio.sgml:
24219         * docs/libs/tmpl/gstcolorbalance.sgml:
24220         * docs/libs/tmpl/gstringbuffer.sgml:
24221         * gst-libs/gst/audio/gstringbuffer.c:
24222         (gst_ringbuffer_set_callback):
24223           reinstate gtk-doc docs for plugin libs
24224
24225 2005-06-28  Wim Taymans  <wim@fluendo.com>
24226
24227         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24228         (gst_ogg_demux_init):
24229         Removed pad loop function.
24230
24231 2005-06-28  Wim Taymans  <wim@fluendo.com>
24232
24233         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24234         If we're building a chain we are not in an error case
24235         when we queue a buffer.
24236
24237 2005-06-28  Andy Wingo  <wingo@pobox.com>
24238
24239         * *.c: Don't cast to GstObject before reffing/unreffing.
24240
24241 2005-06-27  Andy Wingo  <wingo@pobox.com>
24242
24243         * gst/videotestsrc/gstvideotestsrc.c
24244         (gst_videotestsrc_activate_push): Activation API changes.
24245
24246         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24247         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24248         they have refs on the decodebin.
24249
24250         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24251         parent class.
24252         (gst_ogg_pad_typefind): Don't leak a pad ref.
24253         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24254         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24255         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24256
24257 2005-06-27  Edward Hervey  <edward@fluendo.com>
24258
24259         * ext/theora/theoradec.c: (theora_dec_change_state): 
24260         re-arranged call to parent's state change in order to avoid locks (or
24261         worse).
24262
24263 2005-06-26  Edward Hervey  <edward@fluendo.com>
24264
24265         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24266         2nd argument of 'unknow-type' signal is a GstCaps and not a
24267         GstMiniObject
24268
24269 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24270         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24271           Set the worker thread's running flag to TRUE before starting the
24272           thread.
24273         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24274           Catch a failure to add typefind to the bin.
24275
24276 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24277
24278         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24279         (gst_sinesrc_init), (gst_sinesrc_create),
24280         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24281         (gst_sinesrc_start):
24282         * gst/sine/gstsinesrc.h:
24283           add num-buffers and timestamp-offset properties
24284         * gst/videotestsrc/gstvideotestsrc.c:
24285         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24286         (gst_videotestsrc_get_property):
24287           add timestamp-offset property
24288
24289 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24290
24291         * configure.ac: add videorate
24292         * gst-plugins-base.spec.in: add videorate
24293
24294 2005-06-23  Wim Taymans  <wim@fluendo.com>
24295
24296         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24297         (gst_videorate_getcaps), (gst_videorate_setcaps),
24298         (gst_videorate_event), (gst_videorate_chain):
24299         Fixed videorate, fixating an already fixated caps is not
24300         an error.
24301
24302 2005-06-23  Wim Taymans  <wim@fluendo.com>
24303
24304         * ext/ogg/README:
24305         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24306         Buffer on caps is not boxed anymore.
24307
24308 2005-06-22  Wim Taymans  <wim@fluendo.com>
24309
24310         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24311         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24312         Set buffers on caps as miniobjects and not as boxed.
24313
24314 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24315
24316         * configure.ac:
24317           back to HEAD
24318
24319 === release 0.9.1 ===
24320
24321 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24322
24323         * .cvsignore:
24324         * NEWS:
24325         * README:
24326         * RELEASE:
24327         * configure.ac:
24328         * po/af.po:
24329         * po/az.po:
24330         * po/cs.po:
24331         * po/en_GB.po:
24332         * po/hu.po:
24333         * po/it.po:
24334         * po/nb.po:
24335         * po/nl.po:
24336         * po/or.po:
24337         * po/sq.po:
24338         * po/sr.po:
24339         * po/sv.po:
24340         * po/uk.po:
24341         * po/vi.po:
24342           updates for release
24343
24344 2005-06-09  Andy Wingo  <wingo@pobox.com>
24345
24346         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24347         
24348 2005-06-09  Andy Wingo  <wingo@pobox.com>
24349
24350         * configure.ac:
24351         * gst-libs/gst/Makefile.am:
24352         * gst-libs/gst/net/Makefile.am:
24353         Add gstnet to build.
24354
24355 2005-06-09  Andy Wingo  <wingo@pobox.com>
24356
24357         * gst-libs/gst/gconf/gconf.c:
24358         * gst/playback/test.c:
24359         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24360         fixes.
24361
24362         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24363
24364         * ext/theora/theoraenc.c (theora_enc_chain): 
24365         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24366
24367         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24368         RealPad.
24369
24370 2005-06-02  Wim Taymans  <wim@fluendo.com>
24371
24372         * gst-libs/gst/net/Makefile.am:
24373         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24374         * pkgconfig/gstreamer-libs.pc.in:
24375         Added net stuff, version net lib.
24376
24377 2005-06-02  Wim Taymans  <wim@fluendo.com>
24378
24379         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24380         (query_rates), (query_positions_elems), (query_positions_pads),
24381         (do_seek):
24382         Updated seek example.
24383
24384 2005-06-02  Andy Wingo  <wingo@pobox.com>
24385
24386         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24387         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24388         list.
24389
24390         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24391         remove the typefind, the bin dispose will do it for us. When it's
24392         removed and unreffed, the signal handler will be disconnected,
24393         too.
24394         (unlinked): It's too difficult to disconnect from unlinked
24395         handlers, as they are on pads not elements. Just punt if the pads
24396         aren't grandkids of the bin.
24397
24398 2005-06-02  Wim Taymans  <wim@fluendo.com>
24399
24400         * ext/ogg/README:
24401         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24402         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24403         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24404         * ext/theora/theoradec.c: (theora_dec_src_query),
24405         (theora_handle_data_packet):
24406         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24407         (theora_enc_chain):
24408         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24409         (vorbis_handle_data_packet):
24410         * gst/audioconvert/bufferframesconvert.c:
24411         (buffer_frames_convert_chain):
24412         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24413         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24414         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24415         (gst_ffmpegcsp_chain):
24416         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24417         (gst_videorate_getcaps), (gst_videorate_setcaps),
24418         (gst_videorate_event), (gst_videorate_chain):
24419         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24420         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24421         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24422         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24423         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24424         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24425         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24426         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24427         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24428         Cleanups and buffer alloc.
24429
24430 2005-05-31  Wim Taymans  <wim@fluendo.com>
24431
24432         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24433         Don't try to call the delay method when the device is not
24434         opened.
24435
24436 2005-05-31  Wim Taymans  <wim@fluendo.com>
24437
24438         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24439         Get actual segment size and buffer size after opening
24440         the device.
24441
24442 2005-05-30  Wim Taymans  <wim@fluendo.com>
24443
24444         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24445         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24446         Also FLUSH upstream, makes the loop function exit faster.
24447         
24448         * ext/theora/theoradec.c: (theora_dec_src_query):
24449         Some more debug info in the query.
24450         
24451         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24452         (gst_ximagesink_setcaps):
24453         Release lock on par error, better error reporting.
24454
24455 2005-05-26  Wim Taymans  <wim@fluendo.com>
24456
24457         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24458         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24459         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24460         Clear chains in READY
24461         Queue packets until the chain is activated.
24462
24463 2005-05-25  Wim Taymans  <wim@fluendo.com>
24464
24465         * gst-libs/gst/audio/gstaudiosink.c:
24466         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24467         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24468         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24469         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24470         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24471         (gst_audiosink_create_ringbuffer):
24472         * gst-libs/gst/audio/gstbaseaudiosink.c:
24473         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24474         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24475         (gst_baseaudiosink_set_property), (build_linear_format),
24476         (debug_spec_caps), (debug_spec_buffer),
24477         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24478         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24479         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24480         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24481         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24482         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24483         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24484         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24485         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24486         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24487         (wait_segment), (gst_ringbuffer_commit),
24488         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24489         (gst_ringbuffer_clear):
24490         Various small cleanups.
24491
24492         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24493         (gst_audio_convert_change_state):
24494         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24495         No need to take the locks anymore.
24496
24497 2005-05-25  Wim Taymans  <wim@fluendo.com>
24498
24499         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24500         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24501         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24502         (type_found):
24503         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24504         (group_destroy), (group_commit), (queue_overrun),
24505         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24506         (mute_stream), (new_decoded_pad), (setup_substreams),
24507         (setup_source), (mute_group_type), (set_active_source),
24508         (gst_play_base_bin_change_state):
24509         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24510         (gen_video_element), (gen_text_element), (gen_audio_element),
24511         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24512         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24513         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24514         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24515         Some playbin cleanups mostly refcounting sloppyness.
24516
24517 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24518
24519         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24520           Work with streaming input.
24521
24522 2005-05-25  Wim Taymans  <wim@fluendo.com>
24523
24524         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24525         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24526         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24527         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24528         No need to take the STREAM lock anymore.
24529
24530 2005-05-25  Wim Taymans  <wim@fluendo.com>
24531
24532         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24533         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24534         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24535         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24536         (gst_ogg_demux_sink_activate):
24537         * ext/theora/theoradec.c: (theora_dec_src_event),
24538         (theora_handle_comment_packet), (theora_dec_chain),
24539         (theora_dec_change_state):
24540         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24541         (vorbis_handle_data_packet), (vorbis_dec_chain),
24542         (vorbis_dec_change_state):
24543         Remove STREAM locks as they are taken in core now.
24544         Never set bogus granulepos on vorbis/theora.
24545         Fix leaks in theoradec tag parsing.
24546
24547 2005-05-25  Wim Taymans  <wim@fluendo.com>
24548
24549         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24550         Fix memleaks, GST_BUFFER_DATA() is not freed.
24551
24552 2005-05-25  Wim Taymans  <wim@fluendo.com>
24553
24554         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24555         Open non-blocking, set to blocking mode afterwards to avoid
24556         lockups when audio device is busy.
24557
24558 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24559
24560         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24561           This can't be good.
24562
24563 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24564
24565         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24566         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24567         (gst_audio_convert_setcaps):
24568           Implement instant setup switching.
24569
24570 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24571
24572         * gst/playback/gstplaybasebin.c: (probe_triggered):
24573           Fix missing unlock.
24574         * gst/playback/gstplaybin.c: (add_sink):
24575           First add, then link (otherwise pad link fails).
24576
24577 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24578
24579         * examples/Makefile.am:
24580         fix buildbot (make distcheck)
24581
24582 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24583
24584         * gst/playback/gstplaybin.c: (gen_vis_element):
24585           Remove some wrong code. Doesn't work yet.
24586
24587 2005-05-19  Wim Taymans  <wim@fluendo.com>
24588
24589         * gst-libs/gst/net/Makefile.am:
24590         * gst-libs/gst/net/README:
24591         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24592         (gst_netbuffer_class_init), (gst_netbuffer_init),
24593         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24594         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24595         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24596         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24597         * gst-libs/gst/net/gstnetbuffer.h:
24598         Added buffer subclass to store extra to/from addresses for
24599         network sources/sinks.
24600
24601 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24602
24603         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24604           Don't lock an unassigned variable.
24605
24606 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24607
24608         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24609           Increase buffer for video, decrease buffer for other media types.
24610         * gst/playback/gstplaybin.c: (gen_video_element),
24611         (gen_audio_element):
24612           Change names for debugging purposes.
24613
24614 2005-05-18  Wim Taymans  <wim@fluendo.com>
24615
24616         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24617         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24618         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24619         (gst_ffmpegcsp_chain):
24620         Enable buffer alloc passthrough if the source and dest
24621         formats are the same.
24622
24623 2005-05-17  Wim Taymans  <wim@fluendo.com>
24624
24625         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24626         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24627         (gst_ogg_demux_chain_unlocked):
24628         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24629         (gst_audio_convert_caps_remove_format_info),
24630         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24631         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24632         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24633         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24634         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24635         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24636         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24637         (gst_ffmpegcsp_get_property):
24638         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24639         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24640         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24641         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24642         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24643         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24644         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24645         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24646         Leak fixes in oggdemux.
24647         Some cleanups in audioconvert.
24648         Make passthrough work along with buffer_alloc etc.
24649         Make buffer_alloc and buffer recycling actually work in
24650         xvimagesink.
24651
24652 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24653
24654         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24655           make the compiler happy
24656
24657 2005-05-17  Wim Taymans  <wim@fluendo.com>
24658
24659         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24660         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24661         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24662         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24663         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24664         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24665         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24666         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24667         (gst_xvimagesink_set_xwindow_id):
24668         * sys/xvimage/xvimagesink.h:
24669         Port xvimagesink to new MiniObject.
24670
24671 2005-05-17  Wim Taymans  <wim@fluendo.com>
24672
24673         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24674         (gst_audiofilter_chain):
24675         * gst-libs/gst/audio/gstaudiosink.c:
24676         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24677         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24678         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24679         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24680         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24681         (gst_audiosink_create_ringbuffer):
24682         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24683         (gst_audio_convert_caps_remove_format_info),
24684         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24685         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24686         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24687         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24688         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24689         Fix passthrough in ffmpegcolorspace.
24690         Fix memset in audiosink on wrong memory.
24691
24692 2005-05-16  David Schleef  <ds@schleef.org>
24693
24694         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24695         to GstMiniObject.
24696
24697 2005-05-16  David Schleef  <ds@schleef.org>
24698
24699         Port from GstData to GstMiniObject.
24700         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24701         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24702         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24703         (gst_ogg_mux_collected):
24704         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24705         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24706         (theora_handle_data_packet):
24707         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24708         (theora_set_header_on_caps), (theora_enc_chain):
24709         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24710         (vorbis_handle_comment_packet):
24711         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24712         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24713         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24714         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24715         * gst/audioconvert/gstaudioconvert.c:
24716         (gst_audio_convert_get_buffer):
24717         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24718         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24719         (mute_stream), (silence_stream):
24720         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24721         * gst/volume/gstvolume.c: (volume_transform):
24722         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24723         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24724         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24725         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24726         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24727         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24728         (gst_ximagesink_buffer_alloc):
24729         * sys/ximage/ximagesink.h:
24730
24731 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24732
24733         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24734         (fill_buffer), (check_queue), (queue_threshold_reached),
24735         (queue_out_of_data):
24736         * gst/playback/gstplaybasebin.h:
24737           Post buffer-fullness on the bus.
24738
24739 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24740
24741         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24742         (try_to_link_1):
24743         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24744         (group_commit), (probe_triggered), (setup_source),
24745         (gst_play_base_bin_change_state):
24746         * gst/playback/gstplaybasebin.h:
24747         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24748         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24749         (gst_play_bin_change_state):
24750           Move setup_output_pads into a virtual function, remove
24751           group-switch (no longer needed) and redirect (handled by bus
24752           now) signals.
24753
24754 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24755
24756         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24757         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24758         (get_active_group), (get_building_group), (group_destroy),
24759         (group_commit), (check_queue), (queue_overrun),
24760         (queue_threshold_reached), (queue_out_of_data),
24761         (gen_preroll_element), (remove_groups), (unknown_type),
24762         (add_element_stream), (no_more_pads), (probe_triggered),
24763         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24764         (setup_substreams), (setup_source), (finish_source),
24765         (prepare_output), (muted_group_change_state),
24766         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24767         (gst_play_base_bin_change_state):
24768         * gst/playback/gstplaybasebin.h:
24769         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24770         (gst_play_bin_init), (gst_play_bin_set_property),
24771         (gen_video_element), (gen_text_element), (gen_audio_element),
24772         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24773         (gst_play_bin_change_state):
24774         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24775         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24776         (stream_info_change_state), (gst_stream_info_set_mute),
24777         (gst_stream_info_get_property):
24778         * gst/playback/gststreaminfo.h:
24779         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24780         (gst_stream_selector_get_linked_pad),
24781         (gst_stream_selector_getcaps),
24782         (gst_stream_selector_get_linked_pads),
24783         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24784         * gst/playback/gststreamselector.h:
24785           Rough port of playbin. Needs some more work, but is mostly done,
24786           and uses a few locks in important places, which should make stuff
24787           like chain-switches clean. Still uses GST_STATE() in a few places,
24788           which isn't all that good an idea, subtitles/elements disabled
24789           because no elements to test with and thus probably broken, query
24790           and event handling moved to GstBin, internal thread removed
24791           alltogether because the pipeline does that for us now. Can play
24792           Ogg/Vorbis files. Haven't tested anything else yet.
24793
24794 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24795
24796         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24797           Do no-more-pads (needed for autoplugging).
24798
24799 2005-05-10  Andy Wingo  <wingo@pobox.com>
24800
24801         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24802         message to the bus with the tags. Still not sent downstream tho.
24803
24804         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24805         get_parent.
24806         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24807         avoid refcounting hassles.
24808
24809 2005-05-09  Andy Wingo  <wingo@pobox.com>
24810
24811         * gst/volume/Makefile.am:
24812         * gst/volume/demo.c
24813         * gst/volume/gstvolume.h
24814         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24815         basetransform. Probably need an audio filter base class.
24816
24817 2005-05-09  Wim Taymans  <wim@fluendo.com>
24818
24819         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24820         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24821         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24822         (gst_vorbisenc_chain):
24823         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24824         (gst_audio_convert_caps_remove_format_info),
24825         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24826         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24827         Make caps writable before writing to it.
24828         Fix negotiation in audioconvert some more.
24829
24830 2005-05-09  Wim Taymans  <wim@fluendo.com>
24831
24832         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24833         (gst_videorate_getcaps), (gst_videorate_setcaps),
24834         (gst_videorate_event), (gst_videorate_chain):
24835         Better negotiation.
24836
24837 2005-05-09  Wim Taymans  <wim@fluendo.com>
24838
24839         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24840         (gst_videorate_getcaps), (gst_videorate_setcaps),
24841         (gst_videorate_blank_data), (gst_videorate_init),
24842         (gst_videorate_event), (gst_videorate_chain),
24843         (gst_videorate_change_state):
24844         Port videorate, do a better job at negotiation while we're at
24845         it.
24846
24847 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24848
24849         * configure.ac:
24850           Disable libvisual
24851
24852         * examples/Makefile.am:
24853         * gst-libs/gst/audio/Makefile.am:
24854         * gst-libs/gst/riff/Makefile.am:
24855         * gst-libs/gst/tag/Makefile.am:
24856         * gst-libs/gst/video/Makefile.am:
24857           Fixups for missing variables.
24858
24859 2005-05-09  Wim Taymans  <wim@fluendo.com>
24860
24861         * examples/seeking/seek.c: (make_theora_pipeline),
24862         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24863         (query_rates), (query_positions_elems), (query_positions_pads),
24864         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24865         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24866         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24867         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24868         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24869         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24870         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24871         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24872         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24873         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24874         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24875         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24876         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24877         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24878         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24879         (theora_dec_src_convert), (theora_dec_sink_convert),
24880         (theora_dec_src_query), (theora_dec_sink_query),
24881         (theora_dec_src_event), (theora_dec_sink_event),
24882         (theora_handle_comment_packet), (theora_handle_type_packet),
24883         (theora_handle_header_packet), (theora_handle_data_packet),
24884         (theora_dec_chain):
24885         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24886         (vorbis_dec_convert), (vorbis_dec_src_query),
24887         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24888         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24889         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24890         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24891         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24892         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24893         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24894         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24895         (gst_play_bin_query):
24896         * gst/playback/test3.c: (update_scale):
24897         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24898         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24899         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24900         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24901         (gst_videotestsrc_src_query):
24902         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24903         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24904         (paint_hline_YUV9):
24905         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24906         Port to new query API.
24907         Updated seek.
24908         Cleanups in x[v]imagesink
24909
24910 2005-05-09  Andy Wingo  <wingo@pobox.com>
24911
24912         * ext/alsa/gstalsasink.h:
24913         * ext/gnomevfs/gstgnomevfssrc.c:
24914         (gst_gnomevfssrc_get_icy_metadata):
24915         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24916         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24917         * ext/theora/theoradec.c (theora_dec_src_query)
24918         (theora_dec_src_event, theora_dec_sink_event)
24919         (theora_handle_comment_packet, theora_handle_data_packet):
24920         * ext/theora/theoraenc.c (theora_enc_chain):
24921         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24922         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24923         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24924         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24925         (qt_type_find):
24926         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24927         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24928         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24929         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24930         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24931         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24932         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24933         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24934         (paint_setup_RGB565, paint_setup_xRGB1555):
24935         * gst/videotestsrc/videotestsrc.h:
24936         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24937         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24938         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24939         GCC4 fixes.
24940         
24941         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24942         gst_pad_query_position. Fixes oggdemux.
24943
24944 2005-05-08  David Schleef  <ds@schleef.org>
24945
24946         * configure.ac: Require liboil.
24947         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24948         a few more.
24949         * gst/videotestsrc/videotestsrc.c:
24950         * gst/videotestsrc/videotestsrc.h:
24951
24952 2005-05-06  Wim Taymans  <wim@fluendo.com>
24953
24954         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24955         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24956         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24957         Well, unreffing a buffer right before pushing it is asking
24958         for trouble..
24959
24960 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24961
24962         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24963
24964 2005-05-06  Wim Taymans  <wim@fluendo.com>
24965
24966         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24967         (gst_audio_convert_caps_remove_format_info),
24968         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24969         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24971         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24972         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24973         * gst/sine/Makefile.am:
24974         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24975         (gst_sinesrc_class_init), (gst_sinesrc_init),
24976         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24977         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24978         (gst_sinesrc_update_freq):
24979         * gst/sine/gstsinesrc.h:
24980         * gst/tcp/gstmultifdsink.c:
24981         * sys/xvimage/xvimagesink.c:
24982         Fixed negotiation wrt _peer_get_caps()
24983         Some cleanups.
24984
24985
24986 2005-05-06  Wim Taymans  <wim@fluendo.com>
24987
24988         * gst-libs/gst/audio/gstaudiosink.c:
24989         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24990         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24991         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24992         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24993         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24994         (gst_audiosink_create_ringbuffer):
24995         * gst-libs/gst/audio/gstbaseaudiosink.c:
24996         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24997         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24998         (gst_baseaudiosink_set_property), (build_linear_format),
24999         (debug_spec_caps), (debug_spec_buffer),
25000         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25001         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25002         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25003         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25004         * gst-libs/gst/audio/gstbaseaudiosink.h:
25005         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25006         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25007         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25008         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25009         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25010         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25011         (wait_segment), (gst_ringbuffer_commit),
25012         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25013         (gst_ringbuffer_clear):
25014         * gst-libs/gst/audio/gstringbuffer.h:
25015         Make the base audiosink return an error when there is no
25016         audiobuffer negotiated.
25017
25018 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25019
25020         * ext/Makefile.am:
25021         Disable cdparanoia until someone ports it!
25022
25023 2005-05-06  Wim Taymans  <wim@fluendo.com>
25024
25025         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25026         (gst_ogg_demux_sink_activate):
25027         And revert after wingo's revert.. sigh..
25028
25029 2005-05-05  Andy Wingo  <wingo@pobox.com>
25030
25031         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25032         GObject.
25033         * configure.ac: Return audiorate and subparse from the ghetto.
25034         Re-enable -Wall -Werror.
25035         * gst/subparse/gstsubparse.c:
25036         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25037         or chain-based. Cleaned up a bit. Not tested.
25038         
25039 2005-05-05  Christian Schaller <christian@fluendo.com> 
25040
25041         * Makefile.am: remove stuff that is not building
25042         * configure.ac: remove stuff that is not building
25043         * examples/Makefile.am: remove stuff that is not building
25044         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25045         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25046         * sys/Makefile.am: remove stuff that is not building
25047         * testsuite/Makefile.am: remove stuff that is not building
25048
25049 2005-05-05  Andy Wingo  <wingo@pobox.com>
25050
25051         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25052         * gst-libs/gst/tag/gstvorbistag.c:
25053         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25054         * gst/adder/gstadder.h:
25055         * gst/audioconvert/gstchannelmix.c:
25056         (gst_audio_convert_fill_one_other):
25057         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25058         (gst_audiorate_init), (gst_audiorate_chain):
25059         * gst/playback/gstplaybasebin.c: (setup_source):
25060         * gst/playback/test3.c: (update_scale):
25061         Some GCC4 fixes
25062         
25063         * po/af.po:
25064         * po/az.po:
25065         * po/cs.po:
25066         * po/en_GB.po:
25067         * po/hu.po:
25068         * po/it.po:
25069         * po/nb.po:
25070         * po/nl.po:
25071         * po/or.po:
25072         * po/sq.po:
25073         * po/sr.po:
25074         * po/sv.po:
25075         * po/uk.po:
25076         * po/vi.po: Foo
25077
25078 2005-05-05  Wim Taymans  <wim@fluendo.com>
25079
25080         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25081         (gst_audio_convert_caps_remove_format_info),
25082         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25083         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25084         * gst/videotestsrc/gstvideotestsrc.c:
25085         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25086         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25087         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25088         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25089         Don't ignore _push() return values.
25090         Make sure no processing is done when shutting down.
25091         Videotestsrc pad activation fix.
25092
25093 2005-05-05  Wim Taymans  <wim@fluendo.com>
25094
25095         * gst/adder/Makefile.am:
25096         * gst/adder/gstadder.c: (gst_adder_setcaps),
25097         (gst_adder_class_init), (gst_adder_init),
25098         (gst_adder_request_new_pad), (gst_adder_collected),
25099         (gst_adder_change_state):
25100         * gst/adder/gstadder.h:
25101         Ported adder as an example of a mixer element using
25102         collect pads. Needs more negotiation work.
25103
25104 2005-05-05  Wim Taymans  <wim@fluendo.com>
25105
25106         * ext/theora/theoradec.c: (_inc_granulepos),
25107         (theora_dec_src_event), (theora_dec_sink_event),
25108         (theora_handle_comment_packet), (theora_handle_type_packet),
25109         (theora_handle_header_packet), (theora_handle_data_packet),
25110         (theora_dec_chain):
25111         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25112         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25113         (theora_push_buffer), (theora_push_packet),
25114         (theora_enc_sink_event), (theora_enc_chain),
25115         (theora_enc_change_state), (theora_enc_set_property),
25116         (theora_enc_get_property):
25117         Added stream lock to decoder so that we can serialize
25118         the discont event.
25119         More theoraenc porting, recover from errors, do clean
25120         shutdown.
25121
25122 2005-05-05  Wim Taymans  <wim@fluendo.com>
25123
25124         * ext/ogg/Makefile.am:
25125         * ext/ogg/README:
25126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25127         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25128         (gst_ogg_print):
25129         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25130         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25131         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25132         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25133         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25134         (gst_ogg_mux_change_state):
25135         Ported ogg muxer.
25136
25137 2005-05-05  Wim Taymans  <wim@fluendo.com>
25138
25139         * docs/design-audiosinks.txt:
25140         * gst-libs/gst/audio/TODO:
25141         * gst-libs/gst/audio/gstaudiosink.c:
25142         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25143         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25144         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25145         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25146         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25147         (gst_audiosink_create_ringbuffer):
25148         * gst-libs/gst/audio/gstbaseaudiosink.c:
25149         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25150         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25151         (gst_baseaudiosink_set_property), (build_linear_format),
25152         (debug_spec_caps), (debug_spec_buffer),
25153         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25154         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25155         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25156         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25157         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25158         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25159         (gst_ringbuffer_release), (gst_ringbuffer_play),
25160         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25161         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25162         (gst_ringbuffer_set_sample), (wait_segment),
25163         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25164         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25165         More work on the audiosink, mostly debugging and a race in
25166         shutdown.
25167
25168 2005-04-28  Wim Taymans  <wim@fluendo.com>
25169
25170         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25171         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25172         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25173         (vorbis_dec_src_query), (vorbis_dec_src_event),
25174         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25175         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25176         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25177         Don't crap out when seeking back to position 0.
25178
25179 2005-04-28  Wim Taymans  <wim@fluendo.com>
25180
25181         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25182         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25183         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25184         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25185         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25186         Make audio sink configurable, use alsasink as default.
25187
25188 2005-04-28  Wim Taymans  <wim@fluendo.com>
25189
25190         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25191         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25192         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25193         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25194         (vorbis_dec_change_state):
25195         * ext/vorbis/vorbisdec.h:
25196         Refactor, use STREAM_LOCK.
25197
25198 2005-04-28  Wim Taymans  <wim@fluendo.com>
25199
25200         * ext/theora/theoradec.c: (_inc_granulepos),
25201         (theora_dec_sink_event), (theora_handle_comment_packet),
25202         (theora_handle_type_packet), (theora_handle_header_packet),
25203         (theora_handle_data_packet), (theora_dec_chain),
25204         (theora_dec_change_state):
25205         Refactor a bit, use STREAM_LOCK.
25206
25207 2005-04-28  Wim Taymans  <wim@fluendo.com>
25208
25209         * ext/alsa/Makefile.am:
25210         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25211         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25212         (gst_alsa_link), (gst_alsa_close_audio):
25213         * ext/alsa/gstalsaplugin.c: (plugin_init):
25214         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25215         (gst_alsasink_dispose), (gst_alsasink_base_init),
25216         (gst_alsasink_class_init), (gst_alsasink_init),
25217         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25218         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25219         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25220         (gst_alsasink_reset):
25221         * ext/alsa/gstalsasink.h:
25222         Implement alsasink with simple open/write/close API. 
25223         Make alsa dir build by disabling compilation of code.
25224
25225 2005-04-28  Wim Taymans  <wim@fluendo.com>
25226
25227         * gst-libs/gst/audio/Makefile.am:
25228         * gst-libs/gst/audio/audio.h:
25229         * gst-libs/gst/audio/audioclock.c:
25230         * gst-libs/gst/audio/audioclock.h:
25231         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25232         (gst_audio_clock_class_init), (gst_audio_clock_init),
25233         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25234         * gst-libs/gst/audio/gstaudioclock.h:
25235         * gst-libs/gst/audio/gstaudiosink.c:
25236         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25237         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25238         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25239         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25240         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25241         (gst_audiosink_create_ringbuffer):
25242         * gst-libs/gst/audio/gstbaseaudiosink.c:
25243         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25244         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25245         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25246         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25247         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25248         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25249         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25250         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25251         * gst-libs/gst/audio/gstbaseaudiosink.h:
25252         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25253         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25254         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25255         (gst_ringbuffer_release), (gst_ringbuffer_play),
25256         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25257         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25258         (gst_ringbuffer_set_sample), (wait_segment),
25259         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25260         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25261         * gst-libs/gst/audio/gstringbuffer.h:
25262         Make ringbuffer faster and more simple by removing the locks
25263         in the playback thread.
25264         Add sample accurate playback based on buffer sample offsets.
25265         Make the baseaudiosink provide a clock.
25266         Parse caps in the base class.
25267         Correctly handle seeking, flushing and state changes.
25268
25269 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25270
25271         * configure.ac:
25272         * gst/audioconvert/Makefile.am:
25273         * gst/audioscale/Makefile.am:
25274           Fix part of the build.  Come on guys, autogen didn't even work :)
25275
25276 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25277
25278         * configure.ac:
25279         * gst-libs/gst/Makefile.am:
25280         * gst-libs/gst/media-info/.cvsignore:
25281         * gst-libs/gst/media-info/Makefile.am:
25282         * gst-libs/gst/media-info/README:
25283         * gst-libs/gst/media-info/media-info-priv.c:
25284         * gst-libs/gst/media-info/media-info-priv.h:
25285         * gst-libs/gst/media-info/media-info-test.c:
25286         * gst-libs/gst/media-info/media-info.c:
25287         * gst-libs/gst/media-info/media-info.h:
25288         * gst-libs/gst/media-info/media-info.vcproj:
25289         * pkgconfig/Makefile.am:
25290         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25291         * pkgconfig/gstreamer-media-info.pc.in:
25292           Remove media-info, which is also successed by playbin (see Totem
25293           implementation).
25294
25295 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25296
25297         * configure.ac:
25298         * examples/Makefile.am:
25299         * examples/gstplay/.cvsignore:
25300         * examples/gstplay/Makefile.am:
25301         * examples/gstplay/player.c:
25302         * gst-libs/gst/Makefile.am:
25303         * gst-libs/gst/play/.cvsignore:
25304         * gst-libs/gst/play/Makefile.am:
25305         * gst-libs/gst/play/play.c:
25306         * gst-libs/gst/play/play.h:
25307         * gst-libs/gst/play/play.vcproj:
25308         * pkgconfig/Makefile.am:
25309         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25310         * pkgconfig/gstreamer-play.pc.in:
25311           Remove libgstplay, playbin is now the official successor.
25312
25313 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25314
25315         * configure.ac:
25316         * gst-libs/gst/Makefile.am:
25317         * gst-libs/gst/xwindowlistener/Makefile.am:
25318         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25319         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25320           Remove deprecated xwindowlistener (I've moved xwindowlistening
25321           in the v4l/v4l2 plugins over to serverside).
25322
25323 2005-04-25  David Schleef  <ds@schleef.org>
25324
25325         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25326         to examples/dynparams.  Examples do not belong interspersed with
25327         source code.
25328         * examples/dynparams/demo-dparams.c:
25329         * gst/sine/Makefile.am:
25330         * gst/sine/demo-dparams.c:
25331
25332 2005-04-25  David Schleef  <ds@schleef.org>
25333
25334         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25335         * gst-libs/gst/audio/Makefile.am:
25336         * gst-libs/gst/riff/Makefile.am:
25337         * gst-libs/gst/tag/Makefile.am:
25338         * gst-libs/gst/video/Makefile.am:
25339         * gst-libs/gst/xwindowlistener/Makefile.am:
25340
25341         Convert to 0.9 API, seems to work:
25342         * sys/ximage/Makefile.am:
25343         * sys/ximage/ximagesink.c:
25344
25345 2005-04-24  David Schleef  <ds@schleef.org>
25346
25347         Link plugins against libraries:
25348         * ext/alsa/Makefile.am:
25349         * gst/tcp/Makefile.am:
25350
25351         Remove asm code that should be in liboil
25352         * gst/videoscale/Makefile.am:
25353         * gst/videoscale/videoscale_x86_asm.s:
25354
25355         gettext wants these checked in:
25356         * po/af.po:
25357         * po/az.po:
25358         * po/cs.po:
25359         * po/en_GB.po:
25360         * po/hu.po:
25361         * po/it.po:
25362         * po/nb.po:
25363         * po/nl.po:
25364         * po/or.po:
25365         * po/sq.po:
25366         * po/sr.po:
25367         * po/sv.po:
25368         * po/uk.po:
25369         * po/vi.po:
25370
25371 2005-04-24  David Schleef  <ds@schleef.org>
25372
25373         Convert gst_main() to g_main_loop_run()
25374         * gst/playback/decodetest.c: (main):
25375         * gst/playback/test2.c: (main):
25376         * gst/playback/test3.c: (main):
25377         * gst/playback/test4.c: (main):
25378
25379         Link plugins against libraries:
25380         * ext/libvisual/Makefile.am:
25381         * sys/xvimage/Makefile.am:
25382
25383 2005-04-24  David Schleef  <ds@schleef.org>
25384
25385         * configure.ac: Remove idct and resample libs
25386         * gst-libs/gst/Makefile.am: same
25387
25388         Remove usage of gst_library_load():
25389         * ext/alsa/gstalsaplugin.c: (plugin_init):
25390         * ext/libvisual/visual.c: (plugin_init):
25391         * ext/ogg/gstogg.c: (plugin_init):
25392         * ext/theora/theora.c: (plugin_init):
25393         * ext/vorbis/vorbis.c: (plugin_init):
25394         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25395         * gst/audioscale/gstaudioscale.c:
25396         * gst/adder/gstadder.c: (plugin_init):
25397         * gst/audioconvert/plugin.c: (plugin_init):
25398         * sys/ximage/ximagesink.c: (plugin_init):
25399         * sys/xvimage/xvimagesink.c: (plugin_init):
25400         * gst/tcp/gsttcpplugin.c: (plugin_init):
25401
25402         Link plugins against libraries:
25403         * ext/ogg/Makefile.am:
25404         * ext/theora/Makefile.am:
25405         * ext/vorbis/Makefile.am:
25406         * gst/audioconvert/Makefile.am:
25407
25408         Create proper libraries:
25409         * gst-libs/gst/riff/Makefile.am:
25410         * gst-libs/gst/audio/Makefile.am:
25411         * gst-libs/gst/video/Makefile.am:
25412
25413         Move resample library to audioscale plugin directory:
25414         * gst-libs/gst/resample/Makefile.am:
25415         * gst-libs/gst/resample/README:
25416         * gst-libs/gst/resample/dtof.c:
25417         * gst-libs/gst/resample/dtos.c:
25418         * gst-libs/gst/resample/functable.c:
25419         * gst-libs/gst/resample/private.h:
25420         * gst-libs/gst/resample/resample.c:
25421         * gst-libs/gst/resample/resample.h:
25422         * gst-libs/gst/resample/resample.vcproj:
25423         * gst-libs/gst/resample/test.c:
25424         * gst/audioscale/Makefile.am:
25425         * gst/audioscale/README:
25426         * gst/audioscale/dtof.c:
25427         * gst/audioscale/dtos.c:
25428         * gst/audioscale/functable.c:
25429         * gst/audioscale/private.h:
25430         * gst/audioscale/resample.c:
25431         * gst/audioscale/resample.h:
25432         * gst/audioscale/test.c:
25433
25434         Move tagedit library to gst-libs:
25435         * gst-libs/gst/tag/Makefile.am:
25436         * gst-libs/gst/tag/gstid3tag.c:
25437         * gst-libs/gst/tag/gsttagediting.c:
25438         * gst-libs/gst/tag/gsttageditingprivate.h:
25439         * gst-libs/gst/tag/gstvorbistag.c:
25440         * gst/tags/Makefile.am:
25441         * gst/tags/gstid3tag.c:
25442         * gst/tags/gstvorbistag.c:
25443
25444         Fix for core changes:
25445         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25446         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25447         (gst_sinesrc_getrange):
25448
25449 2005-04-23  David Schleef  <ds@schleef.org>
25450
25451         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25452         in gst-plugins in a long time, and properly belongs in liboil.
25453         * gst-libs/gst/idct/Makefile.am:
25454         * gst-libs/gst/idct/README:
25455         * gst-libs/gst/idct/dct.h:
25456         * gst-libs/gst/idct/doieee:
25457         * gst-libs/gst/idct/fastintidct.c:
25458         * gst-libs/gst/idct/floatidct.c:
25459         * gst-libs/gst/idct/idct.c:
25460         * gst-libs/gst/idct/idct.h:
25461         * gst-libs/gst/idct/idtc.vcproj:
25462         * gst-libs/gst/idct/ieeetest.c:
25463         * gst-libs/gst/idct/intidct.c:
25464
25465 2005-04-20  Wim Taymans  <wim@fluendo.com>
25466
25467         * docs/design-audiosinks.txt:
25468         * gst-libs/gst/audio/Makefile.am:
25469         * gst-libs/gst/audio/TODO:
25470         * gst-libs/gst/audio/gstaudiosink.c:
25471         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25472         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25473         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25474         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25475         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25476         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25477         (gst_audiosink_class_init), (gst_audiosink_init),
25478         (gst_audiosink_create_ringbuffer):
25479         * gst-libs/gst/audio/gstaudiosink.h:
25480         * gst-libs/gst/audio/gstbaseaudiosink.c:
25481         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25482         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25483         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25484         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25485         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25486         (gst_baseaudiosink_create_ringbuffer),
25487         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25488         * gst-libs/gst/audio/gstbaseaudiosink.h:
25489         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25490         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25491         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25492         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25493         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25494         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25495         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25496         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25497         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25498         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25499         * gst-libs/gst/audio/gstringbuffer.h:
25500         An attempt at a set of audio base classes together with some
25501         design docs.
25502
25503 2005-04-20  Wim Taymans  <wim@fluendo.com>
25504
25505         * gst/audioconvert/Makefile.am:
25506         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25507         (gst_audio_convert_caps_remove_format_info),
25508         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25509         (gst_audio_convert_channels):
25510         Link against audio libs.
25511         Fix audio convert plugin.
25512
25513 2005-04-20  Wim Taymans  <wim@fluendo.com>
25514
25515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25516         (gst_ogg_demux_sink_activate):
25517         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25518         (theora_set_header_on_caps), (theora_enc_sink_event),
25519         (theora_enc_chain):
25520         Fix theora encoder.
25521
25522 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25523
25524         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25525         * gst/playback/gstdecodebin.c: (find_compatibles):
25526           Work with staticpadtemplates in elementfactories.
25527
25528 2005-04-12  Wim Taymans  <wim@fluendo.com>
25529
25530         * gst/playback/README:
25531         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25532         (compare_ranks), (print_feature), (gst_decode_bin_init),
25533         (dynamic_create), (dynamic_free), (find_compatibles),
25534         (mimetype_is_raw), (close_pad_link), (got_redirect),
25535         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25536         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25537         (gst_decode_bin_change_state):
25538         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25539         (gst_play_base_bin_init), (group_destroy), (group_commit),
25540         (check_queue), (queue_overrun), (queue_threshold_reached),
25541         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25542         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25543         (got_redirect), (setup_source), (play_base_eos),
25544         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25545         (gst_play_base_bin_remove_element):
25546         * gst/playback/gstplaybasebin.h:
25547         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25548         (gst_play_bin_init), (gst_play_bin_dispose),
25549         (gst_play_bin_set_property), (gen_video_element),
25550         (gen_text_element), (gen_audio_element), (remove_sinks),
25551         (gst_play_bin_send_event):
25552         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25553         (stream_info_change_state), (gst_stream_info_set_mute):
25554         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25555         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25556         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25557         (gst_stream_selector_chain):
25558         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25559         (main):
25560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25561         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25562         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25563         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25564         Raw and crude port of decodebin. 
25565         Make playbin compile.
25566
25567 2005-04-06  Wim Taymans  <wim@fluendo.com>
25568
25569         * ext/gnomevfs/Makefile.am:
25570         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25571         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25572         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25573         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25574         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25575         (gst_gnomevfssrc_stop):
25576         * ext/ogg/Makefile.am:
25577         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25578         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25579         * ext/theora/Makefile.am:
25580         * ext/theora/theoradec.c: (_inc_granulepos),
25581         (theora_dec_sink_event), (theora_dec_chain):
25582         * ext/vorbis/Makefile.am:
25583         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25584         (vorbis_dec_sink_event), (vorbis_dec_chain):
25585         * gst-libs/gst/audio/Makefile.am:
25586         * sys/xvimage/Makefile.am:
25587         Make gnomevfssrc extend the source base class.
25588         Fix linking against libs in various plugins.
25589
25590 2005-04-06  Andy Wingo  <wingo@pobox.com>
25591
25592         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25593         GST_BASE_LIBS.
25594
25595         * configure.ac: Add check and AC_SUBST for libgstbase.
25596
25597 2005-03-31  Wim Taymans  <wim@fluendo.com>
25598
25599         * examples/seeking/Makefile.am:
25600         * examples/seeking/cdparanoia.c: (main):
25601         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25602         (play_cb), (pause_cb), (stop_cb), (main):
25603         * examples/seeking/playbin.c:
25604         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25605         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25606         (make_sid_pipeline), (make_vorbis_pipeline),
25607         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25608         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25609         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25610         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25611         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25612         (stop_cb), (main):
25613         * examples/seeking/spider_seek.c:
25614         * examples/seeking/vorbisfile.c:
25615         * ext/gnomevfs/Makefile.am:
25616         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25617         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25618         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25619         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25620         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25621         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25622         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25623         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25624         * ext/ogg/README:
25625         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25626         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25627         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25628         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25629         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25630         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25631         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25632         (gst_ogg_demux_factory_filter), (compare_ranks),
25633         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25634         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25635         (gst_ogg_chain_new), (gst_ogg_chain_free),
25636         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25637         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25638         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25639         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25640         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25641         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25642         (gst_ogg_demux_get_prev_page),
25643         (gst_ogg_demux_deactivate_current_chain),
25644         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25645         (gst_ogg_demux_bisect_forward_serialno),
25646         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25647         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25648         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25649         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25650         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25651         (gst_ogg_demux_change_state), (gst_ogg_print):
25652         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25653         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25654         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25655         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25656         (gst_ogg_mux_loop):
25657         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25658         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25659         (theora_dec_src_convert), (theora_dec_sink_convert),
25660         (theora_dec_src_query), (theora_dec_src_event),
25661         (theora_dec_sink_event), (theora_dec_chain),
25662         (theora_dec_change_state):
25663         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25664         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25665         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25666         (theora_enc_change_state):
25667         * ext/vorbis/Makefile.am:
25668         * ext/vorbis/oggvorbisenc.c:
25669         * ext/vorbis/oggvorbisenc.h:
25670         * ext/vorbis/vorbis.c: (plugin_init):
25671         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25672         (vorbis_dec_src_query), (vorbis_dec_src_event),
25673         (vorbis_dec_sink_event), (vorbis_dec_chain),
25674         (vorbis_dec_change_state):
25675         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25676         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25677         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25678         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25679         (gst_vorbisenc_change_state):
25680         * ext/vorbis/vorbisenc.h:
25681         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25682         * gst-libs/gst/audio/audioclock.c:
25683         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25684         (gst_audiofilter_init), (gst_audiofilter_chain):
25685         * gst-libs/gst/audio/testchannels.c: (main):
25686         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25687         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25688         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25689         (gmip_find_track_streaminfo), (gmip_find_track_format):
25690         * gst-libs/gst/media-info/media-info.c:
25691         (gst_media_info_read_idler):
25692         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25693         (gst_play_get_all_by_interface):
25694         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25695         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25696         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25697         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25698         (gst_riff_parse_info):
25699         * gst-libs/gst/riff/riff-read.h:
25700         * gst-libs/gst/riff/riff.c: (plugin_init):
25701         * gst-libs/gst/video/Makefile.am:
25702         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25703         (gst_videosink_class_init), (gst_videosink_get_type):
25704         * gst-libs/gst/video/videosink.h:
25705         * gst/audioconvert/bufferframesconvert.c:
25706         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25707         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25708         * gst/audioconvert/channelmixtest.c: (main):
25709         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25710         (gst_audio_convert_chain),
25711         (gst_audio_convert_caps_remove_format_info),
25712         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25713         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25714         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25715         (gst_audio_convert_buffer_to_default_format),
25716         (gst_audio_convert_buffer_from_default_format),
25717         (gst_audio_convert_channels):
25718         * gst/audioconvert/gstchannelmix.h:
25719         * gst/ffmpegcolorspace/avcodec.h:
25720         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25721         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25722         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25723         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25724         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25725         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25726         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25727         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25728         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25729         (dv_type_find):
25730         * gst/videotestsrc/gstvideotestsrc.c:
25731         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25732         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25733         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25734         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25735         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25736         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25737         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25739         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25740         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25741         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25742         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25743         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25744         (gst_xvimagesink_navigation_send_event),
25745         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25746         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25747         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25748         * sys/xvimage/xvimagesink.h:
25749         Plugin port to 0.9, ogg/theora playback should work in the seek
25750         example now.
25751         Removed old examples.
25752         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25753         explained in 0.9 TODO doc.
25754
25755
25756 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25757
25758         * autogen.sh:
25759         * configure.ac:
25760         * ext/Makefile.am:
25761         * gst/Makefile.am:
25762         * po/POTFILES.in:
25763         * po/af.po:
25764         * po/az.po:
25765         * po/cs.po:
25766         * po/en_GB.po:
25767         * po/hu.po:
25768         * po/it.po:
25769         * po/nb.po:
25770         * po/nl.po:
25771         * po/or.po:
25772         * po/sq.po:
25773         * po/sr.po:
25774         * po/sv.po:
25775         * po/uk.po:
25776         * po/vi.po:
25777         * sys/Makefile.am:
25778         * testsuite/Makefile.am:
25779           remove a whole bunch of plugins.  This module now contains a set
25780           of free reference plugins/elements as agreed.
25781
25782 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25783
25784         * configure.ac:
25785           hunting season on 0.9 is now OPEN
25786
25787 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25788
25789         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25790           Kick the hell out of gcc for not warning me about a symbol conflict.
25791
25792 2005-02-22  Luca Ognibene  <luogni@tin.it>
25793
25794         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25795
25796         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25797           Don't leak caps string (fixes #168134)
25798
25799         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25800         (gst_jpegenc_init), (gst_jpegenc_finalize),
25801         (gst_jpegenc_change_state):
25802           Don't leak line buffers and context struct (fixes #168133).
25803
25804 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25805
25806         * configure.ac:
25807         * ext/dirac/gstdiracdec.cc:
25808         (gst_diracdec_chain):
25809           Since dirac 0.5.0 the framerate in dirac is expressed as a
25810           rational number. Fix build and up requirement to 0.5.0, and
25811           also pass parameters to gst_diracdec_link in the right order
25812           (fixes #167959).
25813
25814 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25815
25816         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25817         * ext/faad/gstfaad.h:
25818         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25819         certain invalid muxed streams, where some packets will contain 
25820         junk after decoder data. Partially fixes #149158.
25821
25822 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25823         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25824           Make sure we only write to writable buffers
25825
25826 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25827
25828         * gst-libs/gst/riff/riff-media.c:
25829         (gst_riff_create_audio_caps_with_data):
25830           Do actually fix invalid RIFF fmt header values for alaw
25831           and mulaw audio instead of just saying so.
25832
25833         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25834           Give gst_riff_create_audio_caps_with_data() a chance to
25835           fix up broken format header fields before extracting any
25836           parameters from the header. (fixes #167633)
25837
25838 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25839
25840         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25841
25842         * gst/audioconvert/bufferframesconvert.c:
25843         (buffer_frames_convert_link):
25844           Don't leak othercaps. (fixes #167878)
25845
25846 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25847
25848         * configure.ac:
25849         * ext/libvisual/visual.c: (gst_visual_srclink),
25850         (gst_visual_change_state):
25851           Support libvisual 0.2.0.
25852
25853 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25854
25855         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25856         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25857           Use same rowstrides for I420 as used everywhere else.
25858
25859 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25860
25861         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25862           Declare variables at beginning of block and make gcc-2.95 happy
25863           (fixes # 167482, patch by Gergely Nagy).
25864           
25865         * gst/tcp/gsttcpclientsrc.c:
25866         * gst/tcp/gsttcpclientsrc.h:
25867           Move some includes into the header, so that struct sockaddr_in is
25868           defined when it should be defined on FreeBSD as well (fixes
25869           #167483).
25870           
25871         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25872           Don't pass uninitialised values to setsockopt() here either.
25873
25874 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25875
25876         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25877
25878         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25879           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25880
25881 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25882
25883         * gst/playback/gstplaybin.c: (add_sink):
25884           Invert bin_add/link order to workaround deadlock in opt.
25885
25886 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25887
25888         * gst/modplug/gstmodplug.cc:
25889           Add missing break causing position queries to fail.
25890
25891 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25892
25893         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25894           Granpos can apparently be -1, which screws up calculations...
25895
25896 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25897
25898         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25899         (gst_ximagesink_send_pending_navigation),
25900         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25901         (gst_ximagesink_init):
25902         * sys/ximage/ximagesink.h:
25903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25904         (gst_xvimagesink_send_pending_navigation),
25905         (gst_xvimagesink_navigation_send_event),
25906         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25907         * sys/xvimage/xvimagesink.h:
25908           Use a mutex protected list to marshal navigation
25909           events into the stream thread from whichever thread
25910           sends them.
25911
25912 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25913
25914         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25915           Display current position and track length; misc. clean-ups.
25916           
25917         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25918         (speed_init), (speed_chain):
25919           Add query function, so that the stream length and current position
25920           get adjusted when queried (note that current position queries may
25921           still be wrong if the audio sink returns values based on buffer
25922           timestamps instead of passing on the query).
25923
25924 2005-02-13  Benjamin Otte  <otte@gnome.org>
25925
25926         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25927         (gst_audio_convert_channels):
25928           create channel conversion matrix when linking
25929         * gst/audioconvert/.cvsignore:
25930         * gst/audioconvert/Makefile.am:
25931         * gst/audioconvert/channelmixtest.c: (main):
25932           add (ugly) test that ensures stereo <=> mono conversion works
25933           correctly
25934
25935 2005-02-13  Benjamin Otte  <otte@gnome.org>
25936
25937         * gst/audioconvert/gstchannelmix.h:
25938           include missing header file
25939         * gst/audioconvert/gstchannelmix.c:
25940         (gst_audio_convert_fill_compatible):
25941           use same sign for both channels when converting to/from compatible
25942           channel. Previously used different signs made the signals cancel
25943           each other out and appear like silence. (fixes #167269)
25944
25945 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25946
25947         * gst/ffmpegcolorspace/avcodec.h:
25948         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25949         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25950         (gst_ffmpegcsp_avpicture_fill):
25951         * gst/ffmpegcolorspace/imgconvert.c:
25952           Convert to and from YV12 (fixes #156379).
25953
25954 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25955
25956         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25957         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25958         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25959         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25960         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25961         methods from chain and negotiation and vice versa (Fixes #166142).
25962         * sys/ximage/ximagesink.h: Add stream_lock.
25963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25964         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25965         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25966         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25967
25968 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25969
25970         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25971           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25972           error message when we can't open the DVD device (when dvdnav_open()
25973           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25974           the above). Send something more useful instead (fixes #167117).
25975
25976 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25977
25978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25979         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25980         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25981         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25982         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25983         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25984         methods from chain and negotiation and vice versa (Fixes #166142).
25985         Fix a possible bug of images in the buffer pool being discarded because
25986         we are looking at the wrong geometry.
25987         * sys/xvimage/xvimagesink.h: Add stream_lock.
25988
25989 2005-02-11  David Schleef  <ds@schleef.org>
25990
25991         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25992         unsigned int. (fixes #167128)
25993
25994 2005-02-11  David Schleef  <ds@schleef.org>
25995
25996         * gst/librfb/Makefile.am: Testing stuff before committing is
25997           for wimps... and people with fast machines.  Fix stupid
25998           mistake.
25999
26000 2005-02-11  David Schleef  <ds@schleef.org>
26001
26002         * configure.ac: Pull in librfb from my CVS tree, because it is
26003           too small and annoying to be separate.  Move rfbsrc plugin
26004           to gst/.
26005         * ext/Makefile.am:
26006         * ext/librfb/Makefile.am:
26007         * ext/librfb/gstrfbsrc.c:
26008         * gst/librfb/Makefile.am:
26009         * gst/librfb/gstrfbsrc.c:
26010         * gst/librfb/rfb.c:
26011         * gst/librfb/rfb.h:
26012         * gst/librfb/rfbbuffer.c:
26013         * gst/librfb/rfbbuffer.h:
26014         * gst/librfb/rfbbytestream.c:
26015         * gst/librfb/rfbbytestream.h:
26016         * gst/librfb/rfbcontext.h:
26017         * gst/librfb/rfbdecoder.c:
26018         * gst/librfb/rfbdecoder.h:
26019         * gst/librfb/rfbutil.h:
26020
26021 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26022
26023         * gst/speed/Makefile.am:
26024         * gst/speed/demo-mp3.c: (main):
26025         * gst/speed/filter.func:
26026         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26027         (speed_class_init), (speed_init), (speed_chain_int16),
26028         (speed_chain_float32), (speed_chain), (speed_set_property),
26029         (speed_get_property), (speed_change_state):
26030         * gst/speed/gstspeed.h:
26031           Fix speed element and make it chain-based (fixes #156467),
26032           and make it handle more than one channel.
26033
26034 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26035
26036         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26037         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26038         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26039         * ext/dts/gstdtsdec.h:
26040           Don't clobber the stack constructing the channels array.
26041           Make the element chain-based. DTS tracks can now be played.
26042           
26043 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26044
26045         * gst-libs/gst/audio/multichannel.h:
26046         * gst-libs/gst/gconf/gconf.h:
26047         * gst-libs/gst/idct/idct.h:
26048         * gst-libs/gst/media-info/media-info-priv.h:
26049         * gst-libs/gst/play/play.h:
26050         * gst-libs/gst/resample/private.h:
26051         * gst-libs/gst/resample/resample.h:
26052         * gst-libs/gst/riff/riff-ids.h:
26053         * gst-libs/gst/video/video.h:
26054         * gst-libs/gst/video/videosink.h:
26055           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26056           missing, so that they work when included from C++ code.
26057
26058 2005-02-09  David Schleef  <ds@schleef.org>
26059
26060         * testsuite/gst-lint: Check for non-statically scoped
26061           parent_class variables.  This won't be a problem once
26062           plugins are loaded with RTLD_LOCAL.
26063
26064 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26065
26066         * ext/mplex/gstmplexibitstream.cc:
26067           gcc madness.
26068
26069 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26070
26071         * ext/ogg/gstogmparse.c:
26072         * gst/debug/gstnavigationtest.c:
26073           Die, thou faulty symbol pollutors (non-static parent_class).
26074
26075 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26076
26077         * ext/mplex/gstmplexibitstream.cc:
26078           Fix event handling (#165525).
26079
26080 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26081
26082         * ext/mikmod/gstmikmod.c:
26083         * gst/modplug/gstmodplug.cc:
26084           Add missing endianness to template (fixes #165509).
26085
26086 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26087
26088         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26089           Fix wrong order of reading of optional bytes (#165290).
26090
26091 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26092
26093         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26094           Implement FILLER event awareness.
26095
26096 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26097
26098         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26099           Fix track calculations (#166208).
26100
26101 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26102
26103         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26104
26105         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26106         * ext/libpng/gstpngenc.c:
26107           Fix byte-order, use proper fixed caps. Fixes #164197.
26108
26109 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26110
26111         * configure.ac:
26112           Add dvdlpcmdec 
26113
26114         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26115         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26116           Don't push buffers if the src pad isn't negotiated yet.
26117           
26118         * gst/audioconvert/gstaudioconvert.c:
26119         (gst_audio_convert_buffer_to_default_format),
26120         (gst_audio_convert_buffer_from_default_format):
26121           Add support for 24-bit width.
26122
26123         * gst/dvdlpcmdec/.cvsignore:
26124         * gst/dvdlpcmdec/Makefile.am:
26125         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26126         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26127         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26128         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26129         (plugin_init):
26130         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26131           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26132           format. Needs support for the channels maps if someone can find 
26133           a DVD LPCM track with > 2 channels.
26134
26135         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26136         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26137         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26138         * gst/mpegstream/gstdvddemux.h:
26139         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26140         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26141         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26142         * gst/mpegstream/gstmpegdemux.h:
26143         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26144         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26145         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26146         (gst_mpeg_parse_handle_src_query),
26147         (gst_mpeg_parse_handle_src_event):
26148           Use audio/x-dvd-lpcm for LPCM output.
26149           Add DTS output.
26150
26151 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26152
26153         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26154
26155         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26156         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26157           Add BGRA handling (#165736).
26158
26159 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26160
26161         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26162
26163         * gst/law/alaw-decode.c: (alawdec_link):
26164         * gst/law/alaw-encode.c: (alawenc_link):
26165         * gst/law/mulaw-decode.c: (mulawdec_link):
26166         * gst/law/mulaw-encode.c: (mulawenc_link):
26167           Fix caps memleaks (#166600).
26168
26169 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26170
26171         * ext/tarkin/mem.h:
26172         * ext/tarkin/wavelet.h:
26173         * ext/tarkin/yuv.h:
26174         * gst/ffmpegcolorspace/avcodec.h:
26175           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26176           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26177
26178 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26179
26180         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26182         (gst_xvimagesink_change_state):
26183           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26184           Xv video (and thereby regenerate Xv colourkey) in clear() so
26185           that PLAY -> READY -> PLAY works (fixes #162504).
26186
26187 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26188
26189         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26190           Switch to list instead of range, since MJPEG-devices really just
26191           support decimations, not any size.
26192
26193 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26194         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26195         (gst_mpeg2dec_reset), (free_all_buffers),
26196         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26197         * ext/mpeg2dec/gstmpeg2dec.h:
26198           The libmpeg2 user-allocated buffer management is awkward, 
26199           to say the least. Hopefully this fixes things.
26200
26201 2005-02-04  Andy Wingo  <wingo@pobox.com>
26202
26203         * gst/audioconvert/bufferframesconvert.c
26204         (buffer_frames_convert_fixate): New function, fixates to 256
26205         frames per buffer by default. (Much better than 1.)
26206         (buffer_frames_convert_init): Set the fixate function for both src
26207         and sink pad.
26208         (buffer_frames_convert_link): After success setting nonfixed caps,
26209         get the negotiated caps so we can know how many buffer-frames it
26210         will be. No idea how this worked at all before.
26211
26212 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26213
26214         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26215         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26216         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26217         (handle_sequence), (handle_picture):
26218         * ext/mpeg2dec/gstmpeg2dec.h:
26219           Rearrange buffer tracking and refcounting and refactor
26220           a little for readability. 
26221
26222 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26223         * sys/v4l/gstv4l.c: (plugin_init):
26224         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26225         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26226         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26227         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26228         * sys/v4l/gstv4ljpegsrc.h:
26229         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26230         * sys/v4l/v4l_calls.h:
26231         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26232         (gst_v4lsrc_get_fps):
26233         * sys/v4l/v4lsrc_calls.h:
26234           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26235           you jpeg inside rgb frames" driver.
26236           Don't error in the v4lsrc link function, just return 
26237           REFUSED.
26238
26239 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26240
26241         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26242         (gst_qcamsrc_open):
26243           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26244
26245 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26246
26247         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26248           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26249
26250 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26251
26252         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26253           Reset negotiated state on PAUSED->READY.
26254
26255 2005-02-02  David Schleef  <ds@schleef.org>
26256
26257         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26258         whereever possible.  (Fixes #165997)
26259         * examples/capsfilter/capsfilter1.c: (main):
26260         * examples/dynparams/filter.c: (create_ui):
26261         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26262         * examples/seeking/chained.c: (main):
26263         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26264         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26265         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26266         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26267         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26268         * examples/switch/switcher.c: (main):
26269         * ext/dv/demo-play.c: (main):
26270         * ext/faad/gstfaad.c: (gst_faad_change_state):
26271         * ext/mad/gstmad.c: (gst_mad_chain):
26272         * ext/smoothwave/demo-osssrc.c: (main):
26273         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26274         (gst_gconf_render_bin_from_description),
26275         (gst_gconf_get_default_audio_sink),
26276         (gst_gconf_get_default_video_sink),
26277         (gst_gconf_get_default_audio_src),
26278         (gst_gconf_get_default_video_src),
26279         (gst_gconf_get_default_visualization_element):
26280         * gst/level/demo.c: (main):
26281         * gst/level/plot.c: (main):
26282         * gst/playback/gstplaybin.c: (gen_video_element),
26283         (gen_audio_element):
26284         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26285         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26286         * gst/sine/demo-dparams.c: (main):
26287         * gst/spectrum/demo-osssrc.c: (main):
26288         * gst/speed/demo-mp3.c: (main):
26289         * gst/volume/demo.c: (main):
26290         * testsuite/embed/embed.c: (main):
26291
26292 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26293
26294         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26295         (gst_tcpclientsink_finalize):
26296         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26297         (gst_tcpclientsrc_finalize):
26298         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26299         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26300         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26301         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26302           Don't leak the hostname when shutting down.
26303           In tcpserversrc, take a copy of the default hostname.
26304
26305 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26306
26307         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26308           Set caps to systemstream=TRUE.
26309
26310 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26311
26312         * testsuite/Makefile.am:
26313           Fix more OSX buildbots.
26314
26315 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26316
26317         * ext/mpeg2dec/gstmpeg2dec.c:
26318           Don't send things to NULL PAD_PEERs
26319
26320         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26321           Copy-on-write the incoming buffer.
26322
26323         * gst/mpegstream/gstdvddemux.h:
26324         * gst/mpegstream/gstmpegclock.h:
26325         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26326         (normal_seek), (gst_mpeg_demux_handle_src_event):
26327         * gst/mpegstream/gstmpegdemux.h:
26328         * gst/mpegstream/gstmpegpacketize.h:
26329         * gst/mpegstream/gstmpegparse.c:
26330         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26331         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26332         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26333         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26334         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26335         * gst/mpegstream/gstmpegparse.h:
26336         * gst/mpegstream/gstrfc2250enc.h:
26337           Various changes to the way time is computed that make seeking and
26338           total time estimation much better here.
26339           Use G_BEGIN/END_DECLS instead of __cplusplus
26340
26341         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26342           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26343
26344 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26345
26346         * gst/subparse/gstsubparse.c:
26347           Fix OSX buildbot.
26348
26349 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26350
26351         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26352         (theora_enc_chain), (theora_enc_change_state):
26353         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26354         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26355         (gst_vorbisenc_change_state):
26356         * ext/vorbis/vorbisenc.h:
26357           Set granulepos and timestamp correctly for streams not
26358           starting at 0, taking into account the initial delay.
26359
26360 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26361
26362         * gst/mpegstream/gstdvddemux.c:
26363           Add audio/x-dts to audio pad template caps
26364
26365 2005-01-30  David Schleef  <ds@schleef.org>
26366
26367         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26368         (create_context), (gst_polypsink_link): Fix silly endianness
26369         bug.  Add some debugging.  Remove float from caps; it doesn't
26370         work.  Attempt to get remote audio working.
26371
26372 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26373
26374         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26375           Add 3IV2 fourcc.
26376
26377 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26378
26379         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26380         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26381         (gst_avi_demux_stream_data):
26382         * gst/avi/gstavidemux.h:
26383           Invert DIB images. Fixes #132341.
26384
26385 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26386
26387         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26388         (gst_ffmpegcsp_chain):
26389           D'oh, reference the palette data, not the palette structure.
26390           Fixes color distortion in #132341.
26391
26392 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26393
26394         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26395           PAR can be non-fixed when not provided as argument (#162626).
26396
26397 2005-01-29  David Moore  <dcm@acm.org>
26398
26399         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26400
26401         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26402         (gst_qtdemux_loop_header):
26403           Re-apply patch from #142272 that allows non-seekable sources,
26404           re-proposed by Daniel Drake <dsd@gentoo.org>.
26405
26406 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26407
26408         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26409           Use the src template for creating the src pad (#162330).
26410
26411 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26412
26413         * configure.ac:
26414         * ext/musepack/Makefile.am:
26415         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26416         (gst_musepackdec_init), (gst_musepackdec_dispose),
26417         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26418         (gst_musepack_stream_init), (gst_musepackdec_loop),
26419         (gst_musepackdec_change_state):
26420         * ext/musepack/gstmusepackdec.cpp:
26421         * ext/musepack/gstmusepackdec.h:
26422         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26423         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26424         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26425         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26426         * ext/musepack/gstmusepackreader.cpp:
26427         * ext/musepack/gstmusepackreader.h:
26428           Update to 1.1 API (#165446).
26429
26430 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26431
26432         * ext/Makefile.am:
26433           Unbreak buildbot.
26434
26435 2005-01-28  Andy Wingo  <wingo@pobox.com>
26436
26437         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26438         to reflect a different dubious internet source. Add a reference
26439         and some commentary.
26440
26441 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26442
26443         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26444         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26445         * gst/playback/gststreamselector.h:
26446           Be more selective when we're redoing caps negotiation from
26447           within the chain function on a stream change.
26448
26449 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26450
26451         * configure.ac:
26452         * ext/Makefile.am:
26453         * ext/amrnb/Makefile.am:
26454         * ext/amrnb/amrnb.c: (plugin_init):
26455         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26456         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26457         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26458         (gst_amrnbdec_state_change):
26459         * ext/amrnb/amrnbdec.h:
26460         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26461         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26462         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26463         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26464         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26465         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26466         * ext/amrnb/amrnbparse.h:
26467           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26468         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26469           Add AMR-NB/-WB raw formats.
26470         * ext/alsa/gstalsa.c: (gst_alsa_link):
26471           Keep valid time when changing format.
26472         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26473         (qtdemux_parse_trak):
26474           Add some more format-specific options (#140141, #143555, #155163).
26475
26476 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26477
26478         * gst/matroska/matroska-demux.c:
26479         (gst_matroska_demux_parse_blockgroup):
26480           Fix logic error in timing of subtitle stream synchronization.
26481         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26482           Add skip-chunk, which is found in kodak-camera streams.
26483
26484 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26485
26486         * po/LINGUAS:
26487         * po/vi.po:
26488           Adding Vietnamese translation (submitted by Clytie Siddall)
26489
26490 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26491
26492         * gst/playback/gstdecodebin.c: (try_to_link_1):
26493           Use realpad for signal.
26494
26495 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26496
26497         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26498           Fix category so decodebin picks it up.
26499
26500 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26501
26502         * ext/mad/Makefile.am:
26503         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26504         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26505         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26506         (found_type), (gst_id3demux_bin_change_state):
26507         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26508         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26509         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26510         (gst_id3_tag_change_state), (plugin_init):
26511         * ext/mad/gstmad.h:
26512           Add id3demuxbin (which is a simple bin consisting of id3demux
26513           and typefind), take over rank from id3demux, remove typefind
26514           code from id3demux. Makes all broken mp3s that I know of work,
26515           and thereby fixes #152688.
26516
26517 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26518
26519         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26520
26521         * ext/mad/gstmad.c: (gst_mad_src_event):
26522         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26523           Allow seeks on audio pad, make mad forward those (#164826).
26524         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26525           Set duration (#165335).
26526
26527 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26528
26529         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26530         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26531         (gst_asf_demux_process_ext_content_desc),
26532         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26533         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26534         * gst/asfdemux/gstasfdemux.h:
26535           Improve metadata display, e.g. if the metadata comes before the
26536           streams are loaded (which is perfectly valid).
26537
26538 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26539
26540         * tools/gst-launch-ext-m.m:
26541           Fix AVI/ASF pipelines (#165340).
26542
26543 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26544         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26545         build failure on amd64
26546
26547 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26548
26549         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26550         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26551           Check environment variables GST_ID3V2_TAG_ENCODING,
26552           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26553           list of character encodings to force interpretation of non-unicode
26554           strings stored in an ID3v2 tag to a particular encoding. If none
26555           is specified, try to use current locale's encoding, then fall back
26556           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26557         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26558         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26559           Check environment variables GST_ID3V1_TAG_ENCODING,
26560           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26561           list of character encodings to use in case a string encountered
26562           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26563           specified, try to use the current locale's encoding, then fall
26564           back to ISO-8859-1 (which will always succeed).
26565
26566 2005-01-25  Benjamin Otte  <otte@gnome.org>
26567
26568         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26569           - on half framerate, compute the rate in advance so the comparisons
26570             don't compare wrong values
26571           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26572             behaviour
26573           - don't use mad_header_decode anymore, mad_frame_decode does that
26574             automatically
26575           - when getting rid of consumed bytes, reset the stream's skiplen
26576           (fixes #163867)
26577
26578 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26579
26580         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26581           Use 1/2 a second for default max_discont, as PES streams from DVB
26582           seem to have larger spacings in the SCR. 
26583           Fix a typo.
26584
26585 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26586
26587         * gst/playback/gstplaybasebin.c: (group_commit):
26588           Notify delayed stream-info availability.
26589
26590 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26591         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26592         (gst_a52dec_handle_event), (gst_a52dec_chain):
26593         Add some debug output. Check that a discont has a valid
26594         time associated.
26595         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26596         (gst_alsa_sink_loop):
26597         Ignore TAG events. A little extra debug for broken timestamps.
26598         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26599         (dvdnavsrc_change_state):
26600         Ensure we send a discont to engage the link before we send any
26601         other events.
26602         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26603         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26604         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26605         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26606         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26607         dvd://title works in totem because typefinding sends a seek that ends
26608         up going back to chapter 1 regardless.
26609         * ext/mpeg2dec/gstmpeg2dec.c:
26610         * ext/mpeg2dec/gstmpeg2dec.h:
26611         Output correct timestamps and handle disconts.
26612         * ext/ogg/gstoggdemux.c: (get_relative):
26613         Small guard against a null dereference.
26614         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26615         (gst_textoverlay_set_property):
26616         Free memory when done. Don't call gst_event_filler_get_duration on
26617         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26618         g_warning.
26619         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26620         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26621         (gst_sw_srclink), (gst_smoothwave_chain):
26622         Draw solid lines, prettier colours.
26623         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26624         Add a default palette that'll work for some movies.
26625         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26626         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26627         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26628         * gst/mpegstream/gstdvddemux.h:
26629         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26630         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26631         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26632         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26633         * gst/mpegstream/gstmpegparse.h:
26634         Use PTM/NAV events when for timestamp adjustment when connected to 
26635         dvdnavsrc. Don't use many discont events where one suffices.
26636         * gst/playback/gstplaybasebin.c: (group_destroy),
26637         (gen_preroll_element), (gst_play_base_bin_add_element):
26638         * gst/playback/gstplaybasebin.h:
26639         Make sure we remove subtitles from the same bin we put them in.
26640         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26641         (gst_subparse_buffer_format_autodetect),
26642         (gst_subparse_change_state):
26643         Fix some memleaks and invalid accesses.
26644         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26645         (oggskel_type_find), (cmml_type_find), (plugin_init):
26646         Some typefind functions for Annodex v3.0 files
26647         * gst/wavparse/gstwavparse.h:
26648         GstRiffReadClass is the correct parent class.
26649
26650 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26651
26652         * gst-libs/gst/riff/riff-media.c:
26653         (gst_riff_create_video_caps_with_data):
26654           Add extradata to huffyuv (fixes #165013).
26655         * gst-libs/gst/riff/riff-read.c:
26656         (gst_riff_read_strf_vids_with_data):
26657           Fix extradata extraction if it is in the chunk size.
26658
26659 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26660
26661         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26662
26663         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26664         (gst_quarktv_change_state), (gst_quarktv_dispose):
26665           Memory free'ing location fix (#164708).
26666
26667 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26668
26669         * gst/playback/gstplaybasebin.c: (group_commit),
26670         (gen_preroll_element), (probe_triggered), (gen_source_element),
26671         (setup_source), (gst_play_base_bin_change_state),
26672         (gst_play_base_bin_add_element):
26673           Don't block for streams.
26674         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26675         (gst_stream_info_set_mute):
26676           Use gst_pad_set_active_recursive.
26677
26678 2005-01-25  Andy Wingo  <wingo@pobox.com>
26679
26680         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26681         for #ifndef HAVE_XVIDEO.
26682
26683 2005-01-24  Jeffrey C. Ollie
26684
26685         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26686
26687         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26688         * ext/gsm/gstgsmdec.h:
26689         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26690         * ext/gsm/gstgsmenc.h:
26691         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26692         was given by property. Add proper buffer timestamps and offsets.
26693
26694 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26695
26696         * gst-libs/gst/riff/riff-media.c:
26697         (gst_riff_create_audio_caps_with_data):
26698           Audio can be <8000Hz.
26699
26700 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26701
26702         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26703           Explicit state change to workaround refcount bugs.
26704
26705 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26706
26707         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26708         (gst_avimux_riff_get_avi_header):
26709           Fix...
26710
26711 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26712
26713         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26714         (gst_riff_read_element_data):
26715         * gst-libs/gst/riff/riff-read.h:
26716           Add _peek version (req'ed in CDXA).
26717         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26718         (gst_cdxaparse_loop):
26719           Fix parsing in playbin.
26720         * gst/playback/gstdecodebin.c: (close_pad_link):
26721           Ignore current_ pads, they cause major annoyance.
26722
26723 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26724
26725         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26726           Safety guard.
26727
26728 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26729
26730         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26731           Fix padding...
26732
26733 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26734
26735         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26736           Allow for 0-sized buffers. Fixes length query problems in
26737           starwars.mkv from the testsuite.
26738
26739 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26740
26741         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26742         (gst_video_box_i420), (gst_video_box_chain):
26743           Fix row strides for I420 (fixes #163159)
26744           
26745 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26746
26747         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26748           MPEG2 has a useful rate property, so we can actually use that.
26749           For MPEG-1, continue using the bytes/time properties.
26750
26751 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26752
26753         * gst-libs/gst/riff/riff-media.c:
26754         (gst_riff_create_video_caps_with_data),
26755         (gst_riff_create_video_template_caps):
26756           Add intel-h263.
26757
26758 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26759
26760         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26761           Fail if caps negotiation fails. Should fix #162184, and should
26762           definately be in there regardless of it fixing the actual bug.
26763         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26764         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26765         (gst_avimux_riff_get_avix_header),
26766         (gst_avimux_riff_get_video_header),
26767         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26768         (gst_avimux_start_file), (gst_avimux_handle_event),
26769         (gst_avimux_change_state):
26770         * gst/avi/gstavimux.h:
26771           Refactor structure writing to use GST_WRITE_UINT macros, add
26772           metadata writing support.
26773
26774 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26775
26776         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26777           Elements may already be destroyed when this function is called.
26778
26779 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26780
26781         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26782         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26783           More memory leak fixes (#149162).
26784
26785 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26786
26787         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26788         (gst_qtdemux_add_stream):
26789           Fix two memleaks.
26790
26791 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26792
26793         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26794           Argh...
26795
26796 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26797
26798         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26799           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26800           when fixating to six channels in Totem.
26801
26802 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26803
26804         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26805           Fix compile warnings on Solaris 10 buildbot
26806
26807 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26808
26809         * ext/dvdread/dvdreadsrc.c: (_read):
26810           Don't read beyond the last cell in a chapter (fixes 
26811           invalid memory access)
26812
26813 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26814
26815         * ext/dvdread/stream_labels.c:
26816         (dvdreadsrc_get_audio_stream_labels):
26817           Use NULL for an empty GList instead of g_list_alloc(); fix 
26818           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26819           of GString (easier to bulk free later)
26820
26821 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26822
26823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26824
26825         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26826         (gst_ffmpeg_pixfmt_to_caps):
26827           Fix BGRA32 caps (#164209).
26828
26829 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26830
26831         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26832
26833         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26834         (gst_ffmpeg_caps_to_pixfmt):
26835           alpha_mask can be RGBA/ABGR. Fixes #164265.
26836
26837 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26838
26839         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26840
26841         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26842         (gst_mpeg2dec_alloc_buffer):
26843         * ext/mpeg2dec/gstmpeg2dec.h:
26844           Crop if decoding size is not the actual image size (#163676).
26845
26846 2005-01-17  Steve Baker  <steve@stevebaker.org>
26847
26848         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26849
26850         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26851         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26852           Add libsndfile typefind functions (#163309).
26853
26854 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26855
26856         * tools/gst-launch-ext-m.m:
26857           Add .aac, fix .m1v/.m2v (#163891).
26858
26859 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26860
26861         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26862           Sanity check, don't wait endlessly since the clock might not
26863           actually run at this point (which is a deadlock). Fixes #164069.
26864
26865 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26866
26867         * gst/playback/gstplaybasebin.c: (probe_triggered):
26868           Of course, only pause if group is done...
26869
26870 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26871
26872         * gst/playback/gstplaybasebin.c: (probe_triggered):
26873           Thread safety.
26874
26875 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26876
26877         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26878           Don't return state change success when the parent
26879           failed.
26880
26881 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26882
26883         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26884           Free events (fix memleak in #162905).
26885
26886 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26887
26888         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26889
26890         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26891         (gst_ffmpeg_caps_to_pixfmt):
26892           Fix for depth = 15. Fixes #161675.
26893
26894 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26895
26896         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26897           Set FPS correctly, even for webcams and the like.
26898         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26899           Don error on setting while capturing.
26900
26901 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26902
26903         * ext/dv/gstdvdec.c:
26904         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26905         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26906           I'm a bad boy. using /1001. to force C to do float division
26907           and not integer division (as it did in my last commit)
26908           Thanks to David I. Lehn for pointing this mistake.
26909
26910 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26911
26912         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26913           Revert Johan's 1.35->1.36 since it breaks compat.
26914
26915 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26916
26917         * ext/dv/gstdvdec.c:
26918         * ext/libfame/gstlibfame.c:
26919         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26920         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26921           replace framerate aproximations by their real value
26922           (24000/1001, 30000/1001, 60000/1001)
26923           Finish fixing bug #164049
26924
26925 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26926
26927         * ext/ogg/gstoggmux.c:
26928           eos/bos debugging
26929         * gst/tcp/gstmultifdsink.c:
26930         * gst/tcp/gstmultifdsink.h:
26931         * gst/tcp/gsttcp.c:
26932         * gst/tcp/gsttcp.h:
26933         * gst/tcp/gsttcpclientsink.c:
26934         * gst/tcp/gsttcpclientsrc.c:
26935         * gst/tcp/gsttcpserversink.c:
26936         * gst/tcp/gsttcpserversrc.c:
26937           improve reusability of elements after state changes and errors
26938           make multifdsink throw away streamheaders when receiving new ones
26939
26940 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26941
26942         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26943           Fix for if items are already in list...
26944
26945 2005-01-12  Benjamin Otte  <otte@gnome.org>
26946
26947         * gst/adder/gstadder.c: (gst_adder_loop):
26948           fix adder a bit so it doesn't screw up with events as much anymore
26949
26950 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26951
26952         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26953         (pixbufscale_scale), (gst_pixbufscale_chain):
26954         * ext/gdk_pixbuf/pixbufscale.h:
26955           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26956           to ensure rowstrides are calculated the same way as 
26957           ffmpegcolorspace
26958           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26959           that we pick up duration and offset also.
26960
26961 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26962
26963         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26964         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26965           Reusability fixes.
26966
26967 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26968
26969         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26970         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26971         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26972         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26973           Update flags when requested.
26974
26975 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26976
26977         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26978           Fix dmix.
26979
26980 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26981
26982         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26983         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26984         (probe_triggered), (new_decoded_pad), (gen_source_element),
26985         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26986         * gst/playback/gstplaybasebin.h:
26987         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26988         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26989         (gst_play_bin_change_state):
26990           Implement group-switch signal for use in apps to clear metadata
26991           cache, clean up subtitle, add suburi property instead of # hack,
26992           some error-out fixes.
26993
26994 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26995
26996         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26997           Debug.
26998         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26999           If we got a state change in the _get handler, don't return success.
27000
27001 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27002
27003         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27004         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27005           Make jpegdec quiet on MJPEG decoding
27006         * gst/asfdemux/README:
27007           Fix mimetypes for MJPEG and H263
27008
27009 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27010
27011         * ext/theora/theoradec.c: (theora_dec_chain):
27012           Fix broken code generation by gcc by swapping arguments.
27013         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27014           Fix \n in debug.
27015
27016 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27017
27018         * TODO:
27019           delete this file, it is by far outdated
27020         * ext/alsa/gstalsa.1: remove
27021         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27022         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27023         (gst_alsa_get_caps):
27024           Add HW probing for supported sample rates. Fixes #161704
27025
27026 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27027
27028         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27029           Don't crash, biatch! :).
27030
27031 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27032
27033         * ext/musepack/gstmusepackreader.cpp:
27034         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27035           Some work on tags - still doesn't work in playbin...
27036         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27037           Handle events...
27038
27039 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27040
27041         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27042           Also shove tags on kid pads.
27043
27044 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27045
27046         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27047           Don't bail on unknown events.
27048         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27049           Don't crash on events before negotiation.
27050         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27051           Send tags on pads, too.
27052         * gst/playback/gststreamselector.c:
27053         (gst_stream_selector_request_new_pad):
27054           Forward events on first pad if no input was selected yet.
27055
27056 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27057
27058         * gst/playback/gstplaybasebin.c: (setup_substreams):
27059           Don't disable streamtype if the stream doesn't exist, since
27060           then playing a video after audio will disable both and nothing
27061           will happen. Fixes the testsuite.
27062
27063 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27064
27065         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27066         (gst_v4l_xoverlay_set_xwindow_id):
27067         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27068         (gst_v4l2_xoverlay_set_xwindow_id):
27069           Add debug categories, fix overlay disabling.
27070
27071 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27072
27073         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27074         * ext/alsa/gstalsa.h:
27075           Add HW probing for period_count/size and buffer_size MIX/MAX
27076           Adjust default/user defined value if out of bounds
27077           Should fix bug #162024
27078
27079 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27080
27081         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27082           Fix warning (#161191).
27083
27084 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27085
27086         * ext/dvdread/stream_labels.c:
27087         (dvdreadsrc_get_audio_stream_labels):
27088           Fix warning (init the good variable in switch default)
27089
27090 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27091
27092         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27093
27094         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27095           Fix gcc-2.95 compile (#163485).
27096
27097 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27098
27099         * configure.ac:
27100         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27101         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27102         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27103         (gst_flacenc_change_state):
27104         * ext/flac/gstflacenc.h:
27105           Update for API change in flac-1.1.1. Update requirement in
27106           configure.ac. Fixes #162974.
27107
27108 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27109
27110         * gst/playback/gstplaybasebin.c: (group_destroy):
27111           Remove hack to get rid of assert and get rid of unlinked
27112           signals properly.
27113
27114 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27115
27116         * gst/playback/gstplaybasebin.c: (setup_source):
27117           Set source to NULL so that resources are free'ed. Fixes issues
27118           with playback of CDDA and similar device-accessing things.
27119
27120 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27121
27122         * testsuite/embed/Makefile.am:
27123           test->noinst, fix make test in buildbot.
27124
27125 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27126
27127         * ext/dvdread/stream_labels.c: new file
27128         * ext/dvdread/stream_labels.h: new file
27129         * ext/dvdread/Makefile.am:
27130         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27131           Extract audio stream label from DVD IFO files.
27132           It only dump them on the console for now, still have to
27133           make playbin aware of them.
27134
27135 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27136
27137         * gst/playback/gstplaybasebin.c: (setup_source):
27138           Fix hanging subs.
27139
27140 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27141
27142         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27143         (gen_preroll_element), (remove_groups), (setup_subtitle),
27144         (gen_source_element), (setup_source):
27145         * gst/playback/gstplaybasebin.h:
27146           Multiple .sub files is just a stupid idea... Fix some threading
27147           mistakes. Interestingly, external .sub files cause playbin to
27148           hang, I don't know why... Parsing fixes contributed by Fran??ois
27149           Kooman <fkooman@tuxed.net>.
27150
27151 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27152
27153         * testsuite/embed/Makefile.am:
27154           Fix buildbot.
27155
27156 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27157
27158         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27159
27160         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27161         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27162         (gst_pngenc_set_property):
27163         * ext/libpng/gstpngenc.h:
27164           Add compression level property (#163323).
27165
27166 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27167
27168         * configure.ac:
27169         * examples/capsfilter/capsfilter1.c: (main):
27170         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27171         * ext/dvdread/Makefile.am:
27172         * ext/dvdread/demo-play:
27173         * ext/dvdread/demo-play.c:
27174         * gconf/gstreamer.schemas.in:
27175         * gst-libs/gst/gconf/gconf.c:
27176         * sys/v4l/TODO:
27177         * testsuite/Makefile.am:
27178         * testsuite/embed/Makefile.am:
27179         * testsuite/embed/embed.c: (cb_expose), (main):
27180           Remove all references to xvideosink, fix examples (#140845).
27181         * gst/playback/gstplaybasebin.c: (group_destroy):
27182           Apparently, disposal does not unlink - so do explicitely.
27183         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27184           Add debug.
27185
27186 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27187
27188         * README: fix PKG_CONFIG_PATH instructions, what was there
27189         previously was breaking default search path, not nice. 
27190         Fixes #163358
27191
27192 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27193
27194         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27195         (gst_audioscale_chain):
27196           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27197           when resampling - how the ^@$^!@^! is this possible?!?
27198
27199 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27200
27201         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27202           Reset variables on READY.
27203         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27204         (gst_matroska_mux_loop):
27205           Require data before writing header.
27206
27207 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27208
27209         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27210
27211         * ext/mad/gstmad.c: (gst_mad_chain):
27212           Don't call mad_stream_sync() directly after recovering sync.
27213           Fixes #151661.
27214
27215 2005-01-09  Martin Eikermann  <meiker@upb.de>
27216
27217         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27218
27219         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27220         (snapshot_handler), (gst_snapshot_sinkconnect),
27221         (gst_snapshot_chain):
27222           Allocate resources when required, fix recursive signal emission
27223           and fix caps. Fixes #161667.
27224
27225 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27226
27227         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27228
27229         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27230         (gst_pngdec_chain):
27231           Handle only 8-bppc (bits-per-pixel-component) images, better
27232           error handling and correct strides. Fixes #163177.
27233         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27234         (gst_pngenc_chain):
27235           Better error handling. Fixes #163348.
27236
27237 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27238
27239         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27240         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27241         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27242         (dvdnavsrc_uri_handler_init):
27243           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27244         * gst/playback/gstplaybasebin.c: (gen_source_element):
27245           Add MMS to streaming URIs.
27246
27247 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27248
27249         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27250         * sys/xvimage/xvimagesink.c:
27251         (gst_xvimagesink_navigation_send_event):
27252           Check for pad availability before sending event.
27253
27254 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27255
27256         * gst-plugins.spec.in:
27257           Add subparse.
27258
27259 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27260
27261         * configure.ac:
27262           Since we use functions from CVS, up requirement.
27263
27264 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27265
27266         * gst/playback/Makefile.am:
27267         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27268         (group_destroy), (group_commit), (group_is_muted),
27269         (gen_preroll_element), (add_stream), (unknown_type),
27270         (probe_triggered), (preroll_unlinked), (mute_stream),
27271         (silence_stream), (new_decoded_pad), (setup_substreams),
27272         (setup_source), (get_active_source), (mute_group_type),
27273         (muted_group_change_state), (set_active_source),
27274         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27275         (play_base_eos), (gst_play_base_bin_change_state):
27276         * gst/playback/gstplaybasebin.h:
27277         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27278         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27279         (gst_stream_info_dispose), (stream_info_mute_pad),
27280         (stream_info_change_state), (gst_stream_info_set_mute):
27281         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27282         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27283         (gst_stream_selector_init), (gst_stream_selector_dispose),
27284         (gst_stream_selector_get_linked_pad),
27285         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27286         (gst_stream_selector_get_linked_pads),
27287         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27288         * gst/playback/gststreamselector.h:
27289           Adding stream selection support plus required properties for
27290           applications to use this. Fully fixes #100931.
27291
27292 2005-01-08  Benjamin Otte  <otte@gnome.org>
27293
27294         * gst/games/gstpuzzle.c: (nav_event_handler):
27295           - handle nav events differently: forward every event no matter if it
27296             was handled or not.
27297           - translate events
27298           You can now cheat by using navigationtest ! puzzle and moving the
27299           mouse close to the edge of a tile. ;)
27300
27301 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27302
27303         * configure.ac:
27304         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27305         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27306         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27307         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27308         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27309         (gst_ogm_parse_plugin_init):
27310         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27311         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27312         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27313         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27314         * ext/pango/gsttextoverlay.h:
27315         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27316         (gst_matroska_demux_handle_seek_event),
27317         (gst_matroska_demux_sync_streams),
27318         (gst_matroska_demux_parse_blockgroup),
27319         (gst_matroska_demux_subtitle_caps),
27320         (gst_matroska_demux_plugin_init):
27321         * gst/matroska/matroska-ids.h:
27322         * gst/playback/gstdecodebin.c: (close_pad_link):
27323         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27324         (gen_preroll_element), (remove_groups), (add_stream),
27325         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27326         (setup_source):
27327         * gst/playback/gstplaybasebin.h:
27328         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27329         * gst/subparse/Makefile.am:
27330         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27331         (gst_subparse_base_init), (gst_subparse_class_init),
27332         (gst_subparse_init), (gst_subparse_formats),
27333         (gst_subparse_eventmask), (gst_subparse_event),
27334         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27335         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27336         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27337         (parse_mpsub_deinit), (parse_mpsub_init),
27338         (gst_subparse_buffer_format_autodetect),
27339         (gst_subparse_format_autodetect), (gst_subparse_loop),
27340         (gst_subparse_change_state), (gst_subparse_type_find),
27341         (plugin_init):
27342         * gst/subparse/gstsubparse.h:
27343         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27344         (plugin_init):
27345           Add subtitle support, .sub parser (supports SRT and MPsub),
27346           OGM text support, Matroska UTF-8 text support, deadlock fixes
27347           all over the place, subtitle awareness in decodebin/playbin
27348           and some fixes to textoverlay to handle subtitles in a stream
27349           correctly. Fixes #100931.
27350
27351 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27352
27353         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27354           Check for pad availability before doing a query on it.
27355
27356 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27357
27358         * ext/dv/gstdvdec.c:
27359           really fix bpp24/32 dvdec caps (classic rgba indeed)
27360         * gst/asfdemux/gstasfdemux.c:
27361         (gst_asf_demux_process_ext_content_desc):
27362           don't send text tags if they are empty (bis repetita)
27363
27364 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27365
27366         * ext/dv/gstdvdec.c:
27367          remove unneeded comment from dvdec
27368           (related to DV 4CC codes in AVI files)
27369           moved them in gstreamer/docs/random/mimetypes
27370         * gst/asfdemux/gstasfdemux.c:
27371         (gst_asf_demux_process_ext_content_desc):
27372          don't send text tags if they are empty
27373          fix mem leak on error path
27374         * gst/ffmpegcolorspace/avcodec.h:
27375         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27376         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27377         (gst_ffmpegcsp_avpicture_fill):
27378         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27379         * gst/ffmpegcolorspace/imgconvert_template.h:
27380          adds BGR32 and BGRA32 to ffmpegcolorspace
27381           (still bad colors, fixing it on next commit)
27382           helps with dvdec outputing BGR32
27383
27384 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27385
27386         * ext/dv/gstdvdec.c:
27387          Fix audio caps i just broke (missing ',')
27388         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27389         (gst_matroska_mux_reset):
27390          Fix typo + add FIXME about old "x-gst-metadata" crap
27391
27392 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27393
27394         * ext/dv/demo-play.c: (main):
27395          xvideosink -> xvimagesink
27396         * ext/dv/gstdvdec.c:
27397          change rgb 32/32 caps to 24/32 (no alpha)
27398          change nb of channels to be a list (2 or 4, not 2)
27399          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27400         * gst/asfdemux/gstasfdemux.c:
27401         (gst_asf_demux_process_ext_content_desc):
27402          Add 'date/year' to extracted metadata list
27403
27404 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27405
27406         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27407           The return value of fixate_to does not imply that the requested
27408           value was set, so don't assume.
27409
27410 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27411
27412         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27413
27414         * ext/libpng/gstpngdec.c:
27415         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27416         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27417         * ext/libpng/gstpngenc.h:
27418           Alpha support (encoder; #163161), mime fixage.
27419
27420 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27421
27422         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27423
27424         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27425         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27426         (gst_faac_set_property), (gst_faac_get_property):
27427         * ext/faac/gstfaac.h:
27428           Allow for ADTS output (#153434).
27429
27430 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27431
27432         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27433           Fix against template (#150576).
27434
27435 2005-01-06  Benjamin Otte  <otte@gnome.org>
27436
27437         * gst/games/gstpuzzle.c: (draw_puzzle):
27438           don't draw a puzzle if either width or height of tiles would be 0.
27439
27440 2005-01-06  Benjamin Otte  <otte@gnome.org>
27441
27442         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27443         (gst_puzzle_class_init), (gst_puzzle_finalize):
27444           no memleaks, please
27445         (gst_puzzle_create), (gst_puzzle_init),
27446         (gst_puzzle_set_property), (gst_puzzle_setup):
27447           change initialization code around so we don't reshuffle on resize
27448         (draw_puzzle):
27449           fix another stupid typo
27450
27451 2005-01-06  Benjamin Otte  <otte@gnome.org>
27452
27453         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27454           fix stupid typo that borked copying on YUY2
27455
27456 2005-01-06  Benjamin Otte  <otte@gnome.org>
27457
27458         * gst/games/gstpuzzle.c: (draw_puzzle):
27459           fix edges when image sizes aren't multiples of tile sizes
27460
27461 2005-01-06  Benjamin Otte  <otte@gnome.org>
27462
27463         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27464           make RGB endianness work correctly
27465         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27466           refactor and fix race with initial shuffling
27467         (nav_event_handler):
27468           allow using the mouse to puzzle
27469         (draw_puzzle):
27470           insist on tiles having width and height as multiples of 4 to get
27471           clean YUV image handling
27472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27473         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27474           s/DEBUG/LOG/ for common messages
27475         (gst_xvimagesink_navigation_send_event):
27476           fix mouse event translation to not include screen PAR
27477         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27478           fix mouse event translation to actually work
27479
27480 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27481
27482         * gst/asfdemux/gstasfdemux.c:
27483         (gst_asf_demux_process_ext_content_desc):
27484          Extract TrackNumber metadata + clean up code
27485         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27486          Hope this is the good fix (var used unitialised)
27487
27488 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27489
27490         * ext/faad/gstfaad.c: (gst_faad_chain):
27491           Only increment timestamp if it's valid. Fixes raw AAC streams.
27492
27493 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27494
27495         * configure.ac:
27496         * gst/games/Makefile.am:
27497         * gst/games/gstpuzzle.c:
27498           add a puzzle game with...
27499         * gst/games/gstvideoimage.c:
27500         * gst/games/gstvideoimage.h:
27501           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27502           from videotestsrc and made into something that would be a nice
27503           library for a lot of other plugins.
27504
27505 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27506
27507         * configure.ac:
27508          don't compile faad plugin if a RC of 2.0 is found
27509          Fixes #155346 (and FC1 buildbot)
27510         * gst/asfdemux/gstasfdemux.c:
27511         (gst_asf_demux_process_ext_content_desc):
27512          try to make Solaris compiler happier
27513
27514 2005-01-06  Paul Jack  <pjack@sfaf.org>
27515
27516         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27517
27518         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27519           Fix segfault (#161667).
27520
27521 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27522
27523         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27524           Fix framerate reporting.
27525
27526 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27527
27528         * gst-libs/gst/riff/riff-ids.h:
27529         * gst/wavenc/riff.h:
27530          Add AMR (VBR and CBR) ids to riff.h audio codec list
27531         * gst/asfdemux/gstasfdemux.c:
27532         (gst_asf_demux_process_ext_content_desc),
27533         (gst_asf_demux_process_object):
27534           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27535
27536 2005-01-05  Martin Eikermann  <meiker@upb.de>
27537
27538         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27539
27540         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27541         (gst_dvd_demux_handle_discont):
27542         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27543         (gst_mpeg_demux_handle_discont):
27544           Recreate pads on new-media (#160730).
27545         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27546           Send discont even if manager changes timestamps (#161929).
27547
27548 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27549
27550         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27551
27552         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27553           Fix invalid memory access (#159211).
27554
27555 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27556
27557         * examples/gstplay/player.c: (main):
27558           Don't iterate.
27559         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27560           Add visualizations.
27561         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27562         (gst_a52dec_handle_frame):
27563           Set duration.
27564         * ext/dvdnav/gst-dvd:
27565           Add audioconvert. Fixes #161325.
27566         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27567           Explicitely case to gint64. Possible valgrind error.
27568         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27569         (gst_play_tick_callback), (gst_play_change_state),
27570         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27571         (gst_play_set_location), (gst_play_get_location),
27572         (gst_play_seek_to_time), (gst_play_set_data_src),
27573         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27574         (gst_play_set_visualization), (gst_play_connect_visualization),
27575         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27576         (gst_play_new):
27577           Use playbin. Fixes #139749 and #147744.
27578         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27579           Add genre tag.
27580         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27581         (audioscale_get_type), (gst_audioscale_base_init),
27582         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27583         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27584         (gst_audioscale_link), (gst_audioscale_get_buffer),
27585         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27586         (gst_audioscale_init), (gst_audioscale_dispose),
27587         (gst_audioscale_chain), (gst_audioscale_set_property),
27588         (gst_audioscale_get_property), (plugin_init):
27589           Indent properly.
27590         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27591           Fix LPCM.
27592         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27593         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27594         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27595           Add more metadata (fixes #162656).
27596
27597 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27598
27599         * configure.ac:
27600           back to cvs
27601
27602 === release 0.8.7 ===
27603
27604 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27605
27606         * NEWS:
27607         * RELEASE:
27608         * configure.ac:
27609           releasing 0.8.7, "Hyperspace"
27610
27611 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27612
27613         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27614
27615         * gst/playback/gstplaybasebin.c:
27616          Fix for #162924 - free caps after use, not before
27617
27618 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27619
27620         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27621
27622         * gst/playback/gstplaybasebin.c:
27623         * gst/wavparse/gstwavparse.c:
27624           Fix for #154773 - fixes playback of small .wav files
27625
27626 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27627
27628         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27629
27630         * gst/audioscale/gstaudioscale.c:
27631           Fix for #162819 - make audioscale reusable
27632           Fixes playback of more than one file with playbin/totem
27633
27634 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27635
27636         * gst/ffmpegcolorspace/avcodec.h:
27637         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27638         * gst/ffmpegcolorspace/imgconvert.c:
27639           clean up the mess that made me cry and avoid needless duplication
27640
27641 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27642
27643         * gst/ffmpegcolorspace/imgconvert.c:
27644           give some indication of why we're segfaulting
27645
27646 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27647
27648         * configure.ac:
27649           Fix indentation, fix v4l2 plugin detection.
27650         * ext/Makefile.am:
27651           Fix libmms location (Maciej, use diff -u!).
27652         * ext/alsa/gstalsa.c: (gst_alsa_init):
27653           Initialize caps cache to NULL.
27654         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27655           Only change state on audiosink if it exists.
27656
27657 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27658
27659         * gst/matroska/matroska-demux.c:
27660         * gst/matroska/matroska-ids.h:
27661         * gst/matroska/matroska-demux.h:
27662         Fix Vorbis streams failing to decode in some files, where cluster_time
27663         isn't 0, because then it doesn't send codec_priv before actual data.
27664         Remove time-based test and replace it with marker set on beginning of
27665         new stream
27666
27667 2004-12-28  David Schleef  <ds@schleef.org>
27668
27669         Merge patch from Ronald fixing problems with streaming
27670         text.
27671         * ext/cairo/gstcairo.c: (plugin_init):
27672         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27673         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27674         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27675         (gst_textoverlay_font_init), (gst_textoverlay_init),
27676         (gst_textoverlay_set_property):
27677         * ext/cairo/gsttextoverlay.h:
27678
27679 2004-12-27  David Schleef  <ds@schleef.org>
27680
27681         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27682         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27683         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27684         (gst_textoverlay_font_init), (gst_textoverlay_init),
27685         (gst_textoverlay_set_property): Improvements to actually
27686         render text as white on black outline on video, including
27687         font selection and horizontal/vertical alignment.  (Ronald's
27688         christmas present)
27689         * ext/cairo/gsttextoverlay.h:
27690
27691 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27692
27693         * ext/ogg/gstogg.c:
27694         * ext/ogg/gstogmparse.c:
27695           fix ogm[audio/video]parse plugin registration
27696           (riff won't load if bytestream is already loaded)
27697
27698 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27699
27700         * gst/audioconvert/gstchannelmix.c:
27701           fix for GLIB < 2.4
27702
27703 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27704
27705         * Makefile.am:
27706         * configure.ac:
27707           disable docs again until it actually passes make distcheck.
27708
27709 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27710
27711         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27712         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27713         (plugin_init):
27714           Add 3GP (variables name Q3GP because they can't start with a
27715           number). Add samr audio fourcc (used in .3gp files), decoder
27716           is work in progress. Also do a GST_WARNING instead of ERROR
27717           in case of unknown nodes, to decrease output.
27718
27719 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27720
27721         * Makefile.am:
27722           really fix dist
27723
27724 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27725
27726         * configure.ac:
27727         * ext/speex/gstspeexdec.h:
27728         * ext/speex/gstspeexenc.h:
27729           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27730           Fix detection code in configure.ac
27731
27732 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27733
27734         * gst/matroska/matroska-demux.c:
27735         (gst_matroska_demux_parse_blockgroup):
27736           Save position, so that queries give proper return values. Don't
27737           know how this could ever have worked before...
27738
27739 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27740
27741         * configure.ac:
27742           Put additional LAME check inside the conditional.  Fixes #152339
27743
27744 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27745
27746         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27747         (gst_avi_demux_stream_scan):
27748           Add some more debug. Fix logic error when setting movi offset
27749           while reading index.
27750
27751 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27752
27753         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27754         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27755         (gst_avi_demux_process_next_entry):
27756           Add some debugging. Better detection of broken indexes and the
27757           accompanying index recovery. No infinite loops on state changes
27758           when we're still in our loopfunction.
27759
27760 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27761
27762         * configure.ac:
27763           Fix up.
27764
27765 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27766
27767         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27768
27769         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27770           Normalizing the value before setting
27771         (gst_sunaudiomixer_get_volume):
27772           Normalizing the value after getting. Fixes bug# 161980
27773
27774 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27775
27776         * Makefile.am: Make sure docs gets disted
27777         * docs/Makefile.am: Make sure all needed files get disted
27778         * gst-plugins.spec.in: latest updates
27779
27780 2004-12-22  Wim Taymans  <wim@fluendo.com>
27781
27782         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27783         Revert patch 1.38 as clock distribution over schedulers does
27784         not work correcly in the core yet.
27785
27786 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27787
27788         * sys/oss/README: remove this file, which predates my birth
27789           (and which content is by far outdated)
27790
27791 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27792
27793         * Makefile.am:
27794         * configure.ac:
27795         * docs/Makefile.am:
27796         * docs/libs/Makefile.am:
27797         * docs/libs/gst-plugins-libs-docs.sgml:
27798         * docs/libs/gst-plugins-libs-sections.txt:
27799         * docs/libs/tmpl/gstgconf.sgml:
27800         * docs/upload.mak:
27801         * docs/version.entities.in:
27802           Added boilerplate gtk-doc files for plugin-libs documentation.
27803
27804 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27805
27806         * gst/auparse/gstauparse.c: fix int and float audio caps
27807
27808 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27809
27810         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27811         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27812           g_assert() can be a macro, don't use #ifdef inside it.
27813
27814 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27815
27816         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27817
27818         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27819         (gst_videorate_init), (gst_videorate_chain),
27820         (gst_videorate_change_state):
27821           Event handling (fixes #159986).
27822
27823 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27824
27825         * gst-libs/gst/riff/riff-media.c:
27826         (gst_riff_create_video_caps_with_data):
27827           Add BLZ0 (Blizzard's version of DivX) fourcc.
27828
27829 2004-12-18  David Schleef  <ds@schleef.org>
27830
27831         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27832         portability fix.
27833
27834 2004-12-18  David Schleef  <ds@schleef.org>
27835
27836         * gst/tta/ttadec.h: Disable some header code that isn't used
27837         and clearly isn't portable.
27838
27839 2004-12-18  David Schleef  <ds@schleef.org>
27840
27841         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27842         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27843         (avcodec_get_pix_fmt), (avpicture_layout),
27844         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27845         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27846         Fix code to not use GCC extensions (and c99 extensions that
27847         Forte does not like.)
27848
27849 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27850
27851         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27852
27853         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27854         (gst_deinterlace_chain):
27855           Rowstride fixes. Fixes #161039.
27856         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27857         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27858         (gst_video_crop_getcaps), (gst_video_crop_link),
27859         (gst_video_crop_i420), (gst_video_crop_chain),
27860         (gst_video_crop_change_state):
27861           Rework of negotiation. Actually works now. Fixes #158650.
27862
27863 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27864
27865         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27866           That was very stupid.
27867
27868 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27869
27870         * gst/matroska/matroska-demux.c:
27871         (gst_matroska_demux_parse_blockgroup):
27872           Fix possible crasher.
27873
27874 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27875
27876         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27877         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27878           Lace sizes can be zero.
27879
27880 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27881
27882         * ext/musepack/gstmusepackdec.cpp:
27883           Fetch error return values. Fixes #161624.
27884         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27885           Really EOS.
27886
27887 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27888
27889         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27890           Work for truncated (unfinished download etc.) files. Fixes #160514.
27891
27892 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27893
27894         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27895           Fix for integer overflow. Makes #156001 not crash. Probably masks
27896           the real bug.
27897
27898 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27899
27900         * gst/ac3parse/gstac3parse.c: (plugin_init):
27901           Parsers never have ranks. Fixes #159651.
27902
27903 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27904
27905         * gst/playback/gstdecodebin.c: (compare_ranks):
27906           make sure the facotries are ordered the same every time even if they
27907           have the same rank by using the name
27908         * gst/playback/gstdecodebin.c: (find_compatibles):
27909           make sure we don't add factories to the list twice
27910
27911 2004-12-16  David Schleef  <ds@schleef.org>
27912
27913         * configure.ac: look for musepack headers as musepack/*.h
27914         (fixes #159847)
27915         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27916         * ext/musepack/gstmusepackreader.h: same
27917
27918 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27919
27920         * gst-libs/gst/riff/riff-read.c:
27921         (gst_riff_read_strf_auds_with_data):
27922           Read extradata correctly (fixes #155879).
27923
27924 2004-12-16  David Schleef  <ds@schleef.org>
27925
27926         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27927         audio.  does _not_ attempt or allow conversion unless channels
27928         is 1 or 2.
27929
27930 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27931
27932         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27933
27934 2004-12-16  David Schleef  <ds@schleef.org>
27935
27936         * gst/audioscale/gstaudioscale.c: the resample library only
27937         handles 1 or 2 channels.  Change caps to compensate.
27938
27939 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27940
27941         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27942         (gst_matroska_demux_audio_caps):
27943           Some MPEG-AAC hacks, because else it doesn't work...
27944
27945 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27946
27947         * gst-libs/gst/riff/riff-media.c:
27948         (gst_riff_create_video_caps_with_data),
27949         (gst_riff_create_video_template_caps):
27950           Add h264.
27951
27952 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27953
27954         * gst-libs/gst/audio/Makefile.am:
27955           Try to fix buildbot.
27956
27957 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27958
27959         * gst/tcp/gstmultifdsink.c:
27960           Clean up and uniformize debugging.
27961
27962 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27963
27964         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27965
27966         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27967         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27968         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27969         (gst_mpeg_demux_change_state):
27970           Reset on ready. Fixes 160276.
27971
27972 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27973
27974         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27975
27976         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27977         (gst_ffmpegcsp_pad_link):
27978           Fix memleak (#154815).
27979
27980 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27981
27982         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27983
27984         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27985         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27986         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27987         * ext/musicbrainz/gsttrm.h:
27988           Add support for using a proxy server when getting a trm id from
27989           the MusicBrainz database (#149613).
27990
27991 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27992
27993         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27994
27995         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27996         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27997           Fix memleaks (#157233).
27998
27999 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28000
28001         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28002
28003         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28004         * gst-libs/gst/resample/resample.h:
28005         * gst/audioscale/gstaudioscale.c:
28006           Fix memleak (#159215).
28007
28008 2004-12-16  Toni Willberg  <toniw@iki.fi>
28009
28010         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28011
28012         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28013         * sys/oss/oss_probe.c: (main):
28014           Check for mono/stereo support (similar to samplerate probing),
28015           fixes #159433. Also add missing copyright header to oss_probe.c.
28016
28017 2004-12-15  David Schleef  <ds@schleef.org>
28018
28019         * configure.ac: add audioresample and cairo plugins.  Remove
28020         HAVE_MMX stuff, because it's not used.
28021         * ext/Makefile.am: same
28022         * ext/audioresample/Makefile.am: You are not ready for an
28023         audio resampling element based on audioresample.
28024         * ext/audioresample/gstaudioresample.c:
28025         * ext/audioresample/gstaudioresample.h:
28026         * ext/cairo/Makefile.am: You are not ready for overlay elements
28027         based on cairo.  Don't look too closely, these elements kinda
28028         suck right now.
28029         * ext/cairo/gstcairo.c: new
28030         * ext/cairo/gsttextoverlay.c: new
28031         * ext/cairo/gsttextoverlay.h: new
28032         * ext/cairo/gsttimeoverlay.c: new
28033         * ext/cairo/gsttimeoverlay.h: new
28034         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28035         problem with compilers that don't support variadic macros.
28036
28037 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28038
28039         Reviewed by:  David Schleef  <ds@schleef.org>
28040
28041         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28042         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28043         bit.  Also ran indent-gst.
28044         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28045         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28046         (gst_sunaudiosrc_setparams):
28047
28048 2004-12-14  David Schleef  <ds@schleef.org>
28049
28050         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28051         output rate to 16000.  Should fix #160235.
28052
28053 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28054
28055         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28056         Add typefinding for mpeg2 pes streams
28057
28058 2004-12-13  David Schleef  <ds@schleef.org>
28059
28060         * configure.ac:  Applied patch from bug #143659, making default
28061         sources and sinks OS-dependent (for Solaris), and added code
28062         for OS/X.
28063         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28064
28065 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28066
28067         * gst-libs/gst/riff/riff-media.c:
28068           forgot to add h2.64 to avidemux template caps
28069
28070 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28071
28072         * gst/wavenc/riff.h:
28073         * gst-libs/gst/riff/riff-media.c:
28074         * gst-libs/gst/riff/riff-ids.h:
28075         * gst/avi/gstavimux.c
28076         add 4CC code for VideoSoft h264 in AVI (VSSH)
28077           fixes bug #160655
28078         remove s323 from riff, it's quicktime specific :(
28079
28080 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28081
28082         * gst/asfdemux/README
28083         * gst/wavenc/riff.h
28084         * gst-libs/gst/riff/riff-ids.h
28085         * gst-libs/gst/riff/riff-media.c
28086         * gst/qtdemux/qtdemux.c:
28087           add new 4CC codes for h263 related codecs
28088           fixes partially bug #155163
28089
28090 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28091
28092         * configure.ac: Update polyaudio requirement to 0.7
28093         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28094
28095 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28096
28097         * gst/interleave/deinterleave.c:
28098         fix my name's spelling! :)
28099
28100 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28101
28102         * AUTHORS ChangeLog
28103         * gst/auparse/gstauparse.c
28104         * gst/interleave/deinterleave.c
28105         * gst/law/:
28106                 alaw-decode.c alaw-encode.c
28107                 mulaw-decode.c mulaw-encode.c
28108         * gst/oneton/gstoneton.c
28109         * sys/osxaudio/:
28110                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28111         * sys/osxvideo/:
28112                 cocoawindow.h cocoawindow.m
28113                 osxvideosink.h osxvideosink.m
28114
28115         put the same mail address for Zaheer Abbas Merali everywhere
28116
28117 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28118
28119         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28120           Align by packetsize, and assert that we a packet available before
28121           playing. The first makes webstreams work (they often include
28122           trailing padding data in a packet), the second allows pausing a
28123           ASF stream in totem without getting demux errors afterwards.
28124
28125 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28126
28127         * ext/ogg/gstoggdemux.c: (get_relative):
28128           Check for non-NULL before accessing member (end-of-chain).
28129
28130 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28131
28132         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28133         (cdparanoia_set_property), (cdparanoia_get_property):
28134         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28135         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28136         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28137         (dvdreadsrc_init), (dvdreadsrc_set_property),
28138         (dvdreadsrc_get_property):
28139         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28140         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28141           Synchronize property names where not yet the case. Devices are
28142           now device=X, other versions are deprecated (but still exist).
28143           Also use g_free() unconditionally.
28144         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28145         (setup_source), (gst_play_base_bin_get_property):
28146           Expose source.
28147
28148 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28149
28150         * configure.ac: move GCONF macro outside conditional for the am
28151           conditional. Fixes #160439
28152
28153 2004-12-08  David Schleef  <ds@schleef.org>
28154
28155         * tools/gst-visualise-m.m: Switch to elements that currently
28156         exist.
28157
28158 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28159
28160         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28161           We love wrong commas.
28162
28163 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28164
28165         * gst/matroska/matroska-demux.c:
28166         (gst_matroska_demux_handle_src_query):
28167           Don't set DEFAULT, unsupported - makes length display incorrectly
28168           in some cases.
28169
28170 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28171
28172         * gst/monoscope/README: remove blurb about files being GPL
28173         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28174         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28175           monoscope is now effectively LGPL licensed
28176
28177 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28178
28179         * gst/monoscope/README: Update information to be more correct
28180         * gst/monoscope/convolve.c: Relicense to LGPL
28181         * gst/monoscope/convolve.h: Relicense to LGPL
28182
28183 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28184
28185         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28186           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28187         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28188           set default_duration for mpeg1 audio
28189
28190 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28191
28192         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28193         * ext/alsa/gstalsa.h:
28194           refactor big chunks of the core caps negotiation code to make it
28195           a lot faster, because people claim it's really slow
28196           (actually, just cache the getcaps when the device is opened)
28197
28198 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28199
28200         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28201         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28202         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28203         (gst_a52dec_change_state), (plugin_init):
28204         * ext/a52dec/gsta52dec.h:
28205           Do something useful with timestamps. Make chain-based (since
28206           there's really no reason to be loopbased).
28207         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28208           Update current_byte/frame correctly.
28209
28210 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28211
28212         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28213         (gst_ape_demux_stream_init):
28214           Forward tags, too.
28215
28216 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28217
28218         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28219           Let's make sure we're done typefinding when detecting tags.
28220
28221 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28222
28223         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28224         (gst_ebml_read_init), (gst_ebml_read_use_event),
28225         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28226         (gst_ebml_read_seek), (gst_ebml_read_skip),
28227         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28228         (gst_ebml_read_master):
28229         * gst/matroska/ebml-read.h:
28230         * gst/matroska/matroska-demux.c:
28231         (gst_matroska_demux_parse_contents),
28232         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28233           Disgustingly evil hack for working around INTERRUPT events and
28234           their extremely annoying habit of being a pain in the ass. We
28235           simply peek a cluster before reading any of it.
28236
28237 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28238
28239         * ext/musepack/gstmusepackdec.cpp:
28240           There's also floating point libmusepacks.
28241
28242 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28243
28244         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28245         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28246           Set DURATION even if source buffer didn't. Also use increasing
28247           timestamps.
28248         * gst-libs/gst/riff/riff-media.c:
28249         (gst_riff_create_audio_caps_with_data):
28250           Block_align can have larger values than 8192.
28251
28252 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28253
28254         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28255         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28256         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28257         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28258           Fix caps.
28259
28260 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28261
28262         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28263           Fix logic bug.
28264
28265 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28266
28267         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28268           Yay, another one.
28269
28270 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28271
28272         * ext/esd/esdsink.c: (gst_esdsink_chain):
28273           Make error actually say something useful (fixes #156798).
28274         * gst-libs/gst/riff/riff-media.c:
28275         (gst_riff_create_video_caps_with_data),
28276         (gst_riff_create_video_template_caps):
28277           Add Intel Video 5.0 fourcc (IV50).
28278
28279 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28280
28281         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28282         detection on mono and stereo mp3 files.
28283
28284 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28285
28286         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28287           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28288           the contained stream).
28289
28290 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28291
28292         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28293           Oops, remove debug.
28294
28295 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28296
28297         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28298
28299         * gst/law/alaw-decode.c: (alawdec_getcaps):
28300         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28301           Prevent warnings when negotiating caps (fixes #159338).
28302
28303 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28304
28305         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28306         (gst_ffmpegcsp_chain):
28307           Remove old leftover that shouldn't be there...
28308
28309 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28310
28311         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28312
28313         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28314           Don't forward DISCONT events (fixes #159684).
28315
28316 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28317
28318         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28319           Unlink manually since sometimes bin disposal (and therefore
28320           pad unlinking) is delayed, which will cause a new media file
28321           to not be able to start playing instantly.
28322
28323 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28324
28325         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28326           On mute of an unlinked stream, check for pad availability so
28327           we don't crash on unlinked pad.
28328
28329 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28330
28331         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28332         (gst_avi_demux_massage_index):
28333           Fix quite humiliating bug in omitting 0-sized index chunks but
28334           forgetting to count them for timestamps.
28335
28336 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28337
28338         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28339           Actually leave the loop if we failed to sync. Don't crash.
28340
28341 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28342
28343         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28344         (gst_dvd_demux_process_private):
28345         * gst/mpegstream/gstdvddemux.h:
28346           Fix crash (#159759). Doesn't work, though. :-(.
28347
28348 2004-11-28  Benjamin Otte  <otte@gnome.org>
28349
28350         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28351           more overwriting protection due to modifying channels one by one
28352           instead of all at once
28353
28354 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28355
28356         * gst/audioconvert/gstchannelmix.c:
28357         (gst_audio_convert_fill_normalize):
28358           Normalize using absolute values.
28359
28360 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28361
28362         * configure.ac:
28363         * ext/Makefile.am:
28364         * ext/directfb/Makefile.am:
28365         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28366         (gst_directfbvideosink_get_pixel_format),
28367         (gst_directfbvideosink_get_format_from_fourcc),
28368         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28369         (gst_directfbvideosink_sink_link),
28370         (gst_directfbvideosink_change_state),
28371         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28372         (gst_directfbvideosink_buffer_alloc),
28373         (gst_directfbvideosink_interface_supported),
28374         (gst_directfbvideosink_interface_init),
28375         (gst_directfbvideosink_navigation_send_event),
28376         (gst_directfbvideosink_navigation_init),
28377         (gst_directfbvideosink_set_property),
28378         (gst_directfbvideosink_get_property),
28379         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28380         (gst_directfbvideosink_base_init),
28381         (gst_directfbvideosink_class_init),
28382         (gst_directfbvideosink_get_type), (plugin_init):
28383         * ext/directfb/directfbvideosink.h: Adding a first version of
28384         directfbvideosink.
28385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28386         more.
28387
28388 2004-11-28  Benjamin Otte  <otte@gnome.org>
28389
28390         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28391           walk the samples backwards if out_channels > in_channels so we don't
28392           overwrite data
28393
28394 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28395
28396         * gst/audioconvert/Makefile.am:
28397         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28398         (gst_audio_convert_link), (gst_audio_convert_change_state),
28399         (gst_audio_convert_channels):
28400         * gst/audioconvert/gstchannelmix.c:
28401         (gst_audio_convert_unset_matrix),
28402         (gst_audio_convert_fill_identical),
28403         (gst_audio_convert_fill_compatible),
28404         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28405         (gst_audio_convert_fill_others),
28406         (gst_audio_convert_fill_normalize),
28407         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28408         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28409         * gst/audioconvert/gstchannelmix.h:
28410           Implement a channel mixer.
28411
28412 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28413
28414         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28415         * ext/alsa/gstalsa.h:
28416         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28417         Make alsasink actually honor gst_element_set_clock and use that
28418         clock instead of its internal one.
28419
28420 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28421
28422         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28423         (gst_play_base_bin_change_state): nullify source and decoder when
28424         going from READY to NULL so that we don't try to do weird stuff with
28425         them when going from NULL to READY
28426         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28427         instead of g_object_unref
28428         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28429         it should be correct
28430         (gst_play_bin_change_state): don't call remove_sinks if we are
28431         currently disposing the object
28432
28433 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28434
28435         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28436           Don't forget bass if it's there. Else left channel is silent...
28437
28438 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28439
28440         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28441         (gst_a52dec_change_state):
28442           Don't do sample adjusting anymore, we use float audio now.
28443         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28444           Don't fixate to non-existing properties.
28445
28446 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28447
28448         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28449         (gst_a52dec_change_state):
28450           Advertise that we can do surround sound.
28451
28452 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28453
28454         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28455           Add buffer-frames=0.
28456         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28457         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28458         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28459         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28460         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28461         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28462         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28463         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28464         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28465         * ext/dvdread/dvdreadsrc.h:
28466           Add seeking, querying for bytes, sectors, title, angle and
28467           chapter. Handle multiple chapters. Relicense to LGPL because
28468           Billy agreed on that (thanks Billy!).
28469
28470 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28471
28472         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28473         call parent dispose method
28474
28475 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28476
28477         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28478         (gst_audio_clock_get_internal_time):
28479         Fix active <-> inactive transitions: ensure time value always
28480         grows and avoid abrupt value changes.
28481
28482 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28483
28484         * configure.ac:
28485         * gst/tta/Makefile.am:
28486         * gst/tta/crc32.h:
28487         * gst/tta/filters.h:
28488         * gst/tta/gsttta.c:
28489         * gst/tta/gstttadec.c:
28490         * gst/tta/gstttadec.h:
28491         * gst/tta/gstttaparse.c:
28492         * gst/tta/gstttaparse.h:
28493         * gst/tta/ttadec.h:
28494           added TTA parser and decoder
28495
28496 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28497
28498         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28499         (probe_triggered), (check_queue), (buffer_underrun),
28500         (buffer_running), (buffer_overrun), (gen_source_element),
28501         (setup_source):
28502         * gst/playback/gstplaybasebin.h:
28503           Implement buffering. Needs some more work.
28504
28505 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28506
28507         * ext/theora/theoradec.c: (theora_dec_chain):
28508           Fix ilog mask range overflow.
28509
28510 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28511
28512         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28513           Don't omit the last (which in case of dmix is the only :) )
28514           channel count. Don't set channels if <= 2.
28515
28516 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28517
28518         * gst/playback/gstplaybin.c: (gen_video_element),
28519         (gen_audio_element): Removed 2 obsolete comments
28520
28521 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28522
28523         * ext/vorbis/oggvorbisenc.c
28524         * ext/vorbis/vorbisenc.c :
28525           change description fields of those plugins to differentiate them
28526           (pitivi show Encoders by description, they had the same one)
28527
28528 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28529
28530         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28531
28532         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28533         (gst_play_bin_set_property), (gen_video_element),
28534         (gen_audio_element):
28535           Refcounting fixes for provided audio-/videosinks.
28536
28537 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28538
28539         * gst/playback/gstplaybin.c: (gen_video_element),
28540         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28541           Don't reference all sinks, but only the video- and audiosinks.
28542           The vis. element should be disposed when we're done with it.
28543           We don't have any reason to keep it around. This fixes warnings
28544           when reusing playbin for playing multiple audio files with
28545           vis. enabled. Also release audio device on pause - idea stolen
28546           from Rhythmbox.
28547
28548 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28549
28550         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28551         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28552         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28553         * ext/alsa/gstalsaplugin.c: (plugin_init):
28554         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28555         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28556         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28557         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28558         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28559         (gst_faad_change_state), (plugin_init):
28560         * ext/faad/gstfaad.h:
28561         * ext/vorbis/vorbis.c: (plugin_init):
28562         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28563         * gst-libs/gst/audio/Makefile.am:
28564         * gst-libs/gst/audio/audio.c: (plugin_init):
28565         * gst-libs/gst/audio/multichannel.c:
28566         (gst_audio_check_channel_positions),
28567         (gst_audio_get_channel_positions),
28568         (gst_audio_set_channel_positions),
28569         (gst_audio_set_structure_channel_positions_list),
28570         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28571         (gst_audio_fixate_channel_positions):
28572         * gst-libs/gst/audio/multichannel.h:
28573         * gst-libs/gst/audio/testchannels.c: (main):
28574         * gst/audioconvert/gstaudioconvert.c:
28575         (gst_audio_convert_class_init), (gst_audio_convert_init),
28576         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28577         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28578         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28579         * gst/audioconvert/plugin.c: (plugin_init):
28580           Surround sound support.
28581
28582 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28583
28584         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28585           Fix position for discont if we're close as well. Nitpicking, but
28586           saves a few milliseconds of extra waiting or skipping.
28587
28588 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28589
28590         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28591           We sometimes need parsers for playback, so add those too.
28592
28593 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28594
28595         * configure.ac:
28596         * gst/apetag/Makefile.am:
28597         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28598         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28599         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28600         (gst_ape_demux_get_src_query_types),
28601         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28602         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28603         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28604         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28605         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28606         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28607         (gst_ape_demux_change_state):
28608         * gst/apetag/apedemux.h:
28609         * gst/apetag/apetag.c: (plugin_init):
28610         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28611         (plugin_init):
28612           APE v1/2 tag reader plus typefind function.
28613
28614 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28615
28616         * configure.ac:
28617         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28618         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28619           Remove hacks for older core. Require newer core version
28620           accordingly.
28621
28622 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28623
28624         * gst/cdxaparse/Makefile.am:
28625         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28626         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28627         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28628         * gst/cdxaparse/gstcdxaparse.h:
28629         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28630         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28631         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28632         (gst_cdxastrip_get_src_query_types),
28633         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28634         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28635         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28636         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28637         * gst/cdxaparse/gstcdxastrip.h:
28638           SVCD/VCD header stripping separated from CDXA image parsing.
28639         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28640         (plugin_init):
28641           Add VCD/SVCD header typefinding for VCD/SVCD.
28642         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28643         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28644         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28645         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28646         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28647         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28648         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28649         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28650         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28651         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28652         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28653         * sys/vcd/vcdsrc.h:
28654           Fix up, add seeking, querying, URI interface. Works in totem now.
28655
28656 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28657
28658         * configure.ac:
28659           back to CVS
28660
28661 === release 0.8.6 ===
28662
28663 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28664
28665         * NEWS:
28666         * RELEASE:
28667         * configure.ac:
28668         * po/af.po:
28669         * po/az.po:
28670         * po/cs.po:
28671         * po/en_GB.po:
28672         * po/hu.po:
28673         * po/it.po:
28674         * po/nb.po:
28675         * po/nl.po:
28676         * po/or.po:
28677         * po/sq.po:
28678         * po/sr.po:
28679         * po/sv.po:
28680         * po/uk.po:
28681           releasing 0.8.6, "IOU Love"
28682
28683 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28684
28685         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28686
28687         * gst/playback/gstplaybasebin.c:
28688           Fix unplayable files error handling.  Fixes #158365
28689
28690 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28691
28692         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28693
28694         * gst/typefind/gsttypefindfunctions.c:
28695           Fix broken mp3 typefinding.  Fixes #158375
28696
28697 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28698
28699         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28700
28701         * ext/ogg/gstoggdemux.c:
28702           Fix sync on broken files.  Fixes #158976
28703
28704 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28705
28706         patch by: Edward Hervey <bilboed@bilboed.com>
28707
28708         * ext/libpng/gstpngenc.c:
28709           Copy over buffer properties.  Fixes #158832
28710
28711 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28712
28713         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28714
28715         * ext/dvdread/dvdreadsrc.c:
28716           Fixes invalid reads (#158462)
28717
28718 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28719
28720         * sys/v4l/gstv4lsrc.c:
28721         * sys/v4l/gstv4lsrc.h:
28722         * sys/v4l/v4lsrc_calls.c:
28723           Probe less and cache it.  Fixes #159187.
28724
28725 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28726
28727         * gst/videorate/gstvideorate.c:
28728           Handle all video formats. Fixes #159186.
28729
28730 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28731         * gst/synaesthesia/gstsynaesthesia.c:
28732         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28733         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28734         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28735         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28736         (gst_synaesthesia_change_state), (plugin_init):
28737         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28738         Force 320x200 output, as that's the only thing the underlying
28739         synaesthesia implementation supports. Still needs to be made
28740         re-entrant.
28741
28742 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28743
28744         * configure.ac:
28745           Fix mpeg2enc configure check (similar to mplex check below).
28746
28747 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28748
28749         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28750
28751         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28752           Fix for gcc-2.95 (fixes #158221).
28753
28754 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28755
28756         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28757           Re-add clock distribution hack (until new core is released).
28758           Fixes #158125.
28759
28760 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28761         * configure.ac:
28762           fix mplex configure check segfaulting on some systems (bug #140994)
28763
28764 2004-11-13  Benjamin Otte  <otte@gnome.org>
28765
28766         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28767           add debugging
28768         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28769           do a wait when we enter the loop func with no data available to
28770           write instead of getting into an 100% CPU loop by just returning and
28771           being called again by the scheduler
28772
28773 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28774
28775         * configure.ac:
28776         * ext/libvisual/visual.c: (gst_visual_get_type),
28777         (libvisual_log_handler), (gst_visual_getcaps),
28778         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28779         (plugin_init):
28780           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28781         * ext/smoothwave/Makefile.am:
28782         * ext/smoothwave/demo-osssrc.c: (main):
28783         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28784         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28785         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28786         (plugin_init):
28787         * ext/smoothwave/gstsmoothwave.h:
28788           Make gstsmoothwave a working element in the 20th century.
28789
28790         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28791           Fix incorrect link function
28792
28793 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28794
28795         * gst/volume/gstvolume.c:
28796           Allow buffer-frames=0.
28797
28798 2004-11-12 Iain <iaingnome@gmail.com>
28799
28800         * configure.ac: Check for polypaudio
28801
28802         * ext/Makefile.am: Build the polyp dir
28803
28804         * ext/polyp: The polypsink sources.
28805
28806 2004-10-30 Iain <iaingnome@gmail.com>
28807
28808         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28809         caps to reflect the new number of channels.
28810
28811 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28812
28813         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28814           Fix for negotiation order problem. This would show when the
28815           ALSA loopfuction was called before any other function. ALSA
28816           wouldn't do anything because we're not negotiated yet, leading
28817           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28818
28819 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28820
28821         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28822
28823         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28824           No warnings (#157986).
28825
28826 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28827
28828         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28829           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28830
28831 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28832
28833         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28834           Signal no-more-pads (so it works in playbin).
28835
28836 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28837
28838         * ext/musepack/gstmusepackreader.cpp:
28839           Workaround for older core.
28840
28841 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28842
28843         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28844           Actually test for odd width/height rather than testing whether
28845           a temporary variable that was 0 before we subtracted 1 is now
28846           not equal to zero (which it always is).
28847
28848 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28849
28850         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28851         Fix compilation if HAVE_XVIDEO is not defined
28852
28853 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28854
28855         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28856         Fix compilation if HAVE_XVIDEO is not defined
28857
28858 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28859
28860         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28861         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28862         (gst_goom_change_state), (plugin_init):
28863         Use the bytestream adapter so goom doesn't depend on the input
28864         buffer size.
28865         Add a debug category
28866
28867 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28868
28869         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28870           Only set hardware parameters *after* negotiation. Before
28871           negotiation, it will set ANY and that seems to cause crashes
28872           (see e.g. #151288, #153227).
28873
28874 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28875
28876         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28877           This seems to be antique leftover. It needs to pass error
28878           checking.
28879         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28880         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28881         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28882         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28883           Fix GstXOverlay implementation (#151059).
28884
28885 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28886
28887         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28888           Don't assert (#157853).
28889
28890 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28891
28892         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28893           Fix bytes/samples confustion.
28894         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28895           Fix for underrun (#144389).
28896
28897 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28898
28899         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28900           Disable halfway-seek for pending release (since it needs a new
28901           core release).
28902
28903 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28904
28905         * sys/v4l/gstv4lsrc.c:
28906         * sys/v4l/gstv4lsrc.h:
28907         * sys/v4l/v4lsrc_calls.c:
28908           add autoprobe-fps property so we can separate autoprobing parts
28909
28910 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28911
28912         * sys/v4l/gstv4lsrc.c:
28913         * sys/v4l/v4lsrc_calls.c:
28914         initialise fourcc to catch unset fourcc's, and debug
28915
28916 2004-11-09  Wim Taymans  <wim@fluendo.com>
28917
28918         * gst/playback/README:
28919         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28920         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28921         (gst_play_bin_dispose), (gst_play_bin_set_property),
28922         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28923         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28924         (gst_play_bin_get_formats), (gst_play_bin_convert),
28925         (gst_play_bin_get_query_types), (gst_play_bin_query):
28926         Cleanups and some more documentation.
28927
28928 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28929
28930         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28931         (gst_cacasink_init), (gst_cacasink_chain):
28932         * ext/libcaca/gstcacasink.h:
28933         Cacasink inherits from VideoSink, so let that store the clock.
28934
28935 2004-11-09  Wim Taymans  <wim@fluendo.com>
28936
28937         * gst/playback/README:
28938         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28939         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28940         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28941         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28942         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28943         (setup_sinks):
28944         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28945         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28946         * gst/playback/gststreaminfo.h:
28947         Updated README.
28948         Only switch groups if all streams have muted (EOSed).
28949         Send Tags in sync with the stream playback instead of in
28950         the playback/preroll phase.
28951         Some cleanups, free the fakesrc elements.
28952
28953 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28954
28955         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28956           buffer-frames property was missing
28957         * ext/arts/gst_arts.c:
28958           rate missing from sinkcaps
28959         * ext/audiofile/gstafparse.c:
28960         * ext/audiofile/gstafsink.c:
28961         * ext/audiofile/gstafsrc.c:
28962         * ext/swfdec/gstswfdec.c:
28963           int audio doesn't know buffer-frames
28964         * ext/cdparanoia/gstcdparanoia.c:
28965           int audio doesn't know chunksize either
28966         * ext/nas/nassink.c:
28967           it's endianness, not endianess
28968         * gst-libs/gst/audio/audio.h:
28969           make float standard pad template caps really describe float
28970         * gst/law/mulaw.c: (linear_factory):
28971           signed only, please
28972         * gst/mpegstream/gstdvddemux.c:
28973           widths of 20 are not valid
28974
28975 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28976
28977         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28978
28979         * po/LINGUAS:
28980         * po/it.po:
28981           Add Italian
28982
28983 2004-11-08  Wim Taymans  <wim@fluendo.com>
28984
28985         * gst/playback/README:
28986         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28987         * gst/playback/gstplaybasebin.c: (probe_triggered),
28988         (gst_play_base_bin_change_state):
28989         Updated README, added more comments for fixmes etc..
28990
28991 2004-11-08  Wim Taymans  <wim@fluendo.com>
28992
28993         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28994         We can remove this hack now.
28995
28996 2004-11-08  Wim Taymans  <wim@fluendo.com>
28997
28998         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28999         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29000         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29001         Only mix AYUV for maximum quality.
29002
29003 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29004
29005         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29006         (gst_ogg_demux_push), (gst_ogg_pad_push):
29007           Let's act as if we're synchronized now! :).
29008         * ext/theora/theoradec.c: (theora_dec_chain):
29009           Add some debug.
29010
29011 2004-11-08  Wim Taymans  <wim@fluendo.com>
29012
29013         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29014         (gst_alpha_set_property), (gst_alpha_sink_link),
29015         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29016         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29017         (gst_alpha_init_params), (gst_alpha_chain):
29018         Implement alpha functions for AYUV too, this increases
29019         accuracy quite a bit.
29020
29021 2004-11-08  Wim Taymans  <wim@fluendo.com>
29022
29023         * gst/ffmpegcolorspace/avcodec.h:
29024         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29025         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29026         (gst_ffmpegcsp_avpicture_fill):
29027         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29028         (gst_ffmpegcsp_caps_remove_format_info):
29029         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29030         (shrink12), (img_get_alpha_info), (deinterlace_line),
29031         (deinterlace_line_inplace):
29032         * gst/ffmpegcolorspace/imgconvert_template.h:
29033         Added AYUV colorspace and handle RGBA a bit more respectful.
29034
29035 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29036
29037         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29038           Actually always send a discont (cornercase when resending the
29039           same serial-tagged chain twice).
29040
29041 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29042
29043         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29044         (gst_ximagesink_finalize):
29045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29046         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29047
29048 2004-11-08  Wim Taymans  <wim@fluendo.com>
29049
29050         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29051         Don't segfault on NULL data.
29052
29053 2004-11-08  Wim Taymans  <wim@fluendo.com>
29054
29055         * gst/playback/gstdecodebin.c: (unlinked):
29056         * gst/playback/gstplay-marshal.list:
29057         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29058         (gst_play_base_bin_init), (group_create), (get_active_group),
29059         (get_building_group), (group_destroy), (group_commit),
29060         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29061         (add_element_stream), (no_more_pads), (probe_triggered),
29062         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29063         (state_change), (setup_source), (gst_play_base_bin_get_property),
29064         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29065         (gst_play_base_bin_link_stream),
29066         (gst_play_base_bin_get_streaminfo):
29067         * gst/playback/gstplaybasebin.h:
29068         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29069         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29070         Add support for chained ogg files. Prepare for playlist
29071         support. This patch introduces the concept of pad groups, which
29072         together compose one playable media file.
29073
29074 2004-11-07  David Schleef  <ds@schleef.org>
29075
29076         * testsuite/gst-lint: Check for pad templates that aren't statically
29077         scoped.
29078
29079 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29080
29081         * configure.ac:
29082         * ext/Makefile.am:
29083         * ext/musepack/Makefile.am:
29084         * ext/musepack/gstmusepackdec.cpp:
29085         * ext/musepack/gstmusepackdec.h:
29086         * ext/musepack/gstmusepackreader.cpp:
29087         * ext/musepack/gstmusepackreader.h:
29088           Add musepack decoder.
29089         * ext/faad/gstfaad.c: (gst_faad_base_init):
29090           Make pad templates static.
29091         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29092         (plugin_init):
29093           Add musepack typefinder, make mp3 typefinding work halfway stream,
29094           which doesn't actually work yet because id3demux doesn't implement
29095           _get_length().
29096
29097 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29098
29099         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29100         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29101           Fix interrupt event handling (#144436).
29102
29103 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29104
29105         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29106           Hide unused glory.
29107
29108 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29109
29110         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29111
29112         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29113           Fix weird caps (#157548).
29114
29115 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29116
29117         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29118
29119         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29120           Add missing NULL terminator (#157543).
29121
29122 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29123
29124         * gst/tcp/gsttcp.h:
29125         * gst/tcp/gsttcpclientsink.c:
29126         * gst/tcp/gsttcpclientsrc.c:
29127         * gst/tcp/gsttcpserversink.c:
29128         * gst/tcp/gsttcpserversrc.c:
29129           ports can go up to 65535.  Move common defines to gsttcp.h
29130
29131 2004-11-05  Wim Taymans  <wim@fluendo.com>
29132
29133         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29134         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29135         Added two more colorspaces.
29136
29137 2004-11-05  Wim Taymans  <wim@fluendo.com>
29138
29139         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29140         (gst_ffmpegcsp_avpicture_fill):
29141         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29142         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29143         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29144         More stride fixes.
29145
29146 2004-11-05  Wim Taymans  <wim@fluendo.com>
29147
29148         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29149         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29150         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29151         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29152         (gst_videomixer_loop):
29153         More stride fixes.
29154
29155 2004-11-05  Benjamin Otte  <otte@gnome.org>
29156
29157         * ext/mad/gstmad.c: (gst_mad_chain):
29158           don't overflow data buffer. Flush not needed sync data when syncing
29159           failed.
29160
29161 2004-11-04  Wim Taymans  <wim@fluendo.com>
29162
29163         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29164         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29165         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29166         (gst_alpha_init_params), (gst_alpha_chain),
29167         (gst_alpha_change_state):
29168         Updated the chroma keying algorithm with something more
29169         sophisticated.
29170
29171 2004-11-03  Wim Taymans  <wim@fluendo.com>
29172
29173         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29174         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29175         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29176         Fix stride issues. Does not completely work for odd
29177         heights.
29178
29179 2004-11-03  Wim Taymans  <wim@fluendo.com>
29180
29181         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29182         (gst_alpha_chroma_key), (gst_alpha_chain):
29183         Fix stride issues. Does not completely work for odd
29184         heights.
29185
29186 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29187
29188         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29189         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29190         leak fixes
29191
29192 2004-11-03  Wim Taymans  <wim@fluendo.com>
29193
29194         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29195         (gst_ffmpegcsp_avpicture_fill):
29196         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29197         (avpicture_alloc):
29198         * gst/ffmpegcolorspace/imgconvert_template.h:
29199         Use correct _fill function to get correct strides.
29200
29201 2004-11-02  David Schleef  <ds@schleef.org>
29202
29203         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29204         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29205         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29206         Change all g_print()s to debugging.  Add a bunch of consistency
29207         checks.
29208
29209 2004-11-02  Wim Taymans  <wim@fluendo.com>
29210
29211         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29212         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29213         (unlinked), (no_more_pads), (close_link):
29214         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29215         (unknown_type), (add_element_stream), (new_decoded_pad),
29216         (removed_decoded_pad), (setup_source):
29217         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29218         (gst_stream_info_class_init), (gst_stream_info_init),
29219         (gst_stream_info_new), (gst_stream_info_dispose),
29220         (stream_info_mute_pad), (gst_stream_info_set_property),
29221         (gst_stream_info_get_property):
29222         * gst/playback/gststreaminfo.h:
29223         Fix playback of multiple files.
29224         a slightly different approach to handling dynamic pad removals.
29225         This one only looks at pads that we have linked.
29226
29227 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29228
29229         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29230         free" warning from libc.
29231
29232 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29233
29234         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29235         (get_unconnected_element), (remove_starting_from), (pad_removed),
29236         (close_link):
29237           Implement support for dynamic pad changing. We listen to "live"
29238           pad removals (i.e. while playing) and re-setup autoplugging
29239           after that. Playbasebin/playbin need some more work for this
29240           to finally work, but decodebin supports (and replugs) chained
29241           ogg now.
29242
29243 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29244
29245         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29246         (gst_alsa_finalize):
29247         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29248         (gst_cdaudio_finalize):
29249         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29250         (cdparanoia_finalize):
29251         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29252         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29253         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29254         (dvdreadsrc_finalize):
29255         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29256         (gst_flacdec_finalize):
29257         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29258         (gst_flacenc_finalize):
29259         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29260         (gst_gnomevfssink_finalize):
29261         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29262         (gst_gnomevfssrc_finalize):
29263         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29264         (gst_fameenc_finalize):
29265         * ext/nas/nassink.c: (gst_nassink_class_init),
29266         (gst_nassink_finalize):
29267         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29268         (gst_sdlvideosink_class_init):
29269         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29270         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29271         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29272         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29273         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29274         (gst_x_window_listener_dispose):
29275         * gst/audioscale/gstaudioscale.c:
29276         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29277         (play_on_demand_finalize):
29278         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29279         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29280         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29281         (cdplayer_finalize):
29282         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29283         (gst_glimagesink_class_init):
29284         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29285         (gst_osselement_finalize):
29286         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29287         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29288         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29289           Fixes a bunch of problems with finalize and dispose functions,
29290           either assumptions that dispose is only called once, or not calling
29291           the parent class dispose/finalize function
29292
29293 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29294
29295         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29296           added two api precondition guards
29297           use g_strdup with getenv to fix crash when using ENVVAR
29298
29299 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29300         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29301         (gst_esdsink_finalize):
29302         Use a finalize function, not dispose, and more importantly,
29303         call the parent class finalize function too
29304
29305 2004-11-01  Johan Dahlin  <johan@gnome.org>
29306
29307         * ext/ogg/gstoggdemux.c:
29308         * gst/tags/gstvorbistag.c:
29309         Plug leaks.
29310
29311 2004-10-31  Benjamin Otte  <otte@gnome.org>
29312
29313         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29314           lotsa memleaks today. But they're all small...
29315
29316 2004-10-31  Benjamin Otte  <otte@gnome.org>
29317
29318         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29319           another memleak crushed
29320
29321 2004-10-31  Benjamin Otte  <otte@gnome.org>
29322
29323         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29324           fix memleak
29325
29326 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29327
29328         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29329           Hack to prevent crash when going to READY inside signal handler
29330           while this function is active.
29331
29332 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29333
29334         * gst/ffmpegcolorspace/Makefile.am:
29335         * gst/ffmpegcolorspace/avcodec.h:
29336         * gst/ffmpegcolorspace/common.h:
29337         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29338         * gst/ffmpegcolorspace/dsputil.h:
29339         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29340         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29341         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29342         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29343         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29344         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29345         (gst_ffmpegcsp_avpicture_fill):
29346         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29347         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29348         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29349         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29350         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29351         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29352         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29353         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29354         * gst/ffmpegcolorspace/imgconvert.c:
29355         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29356         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29357         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29358         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29359         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29360         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29361         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29362         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29363         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29364         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29365         (grow21), (grow22), (grow41), (grow44), (conv411),
29366         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29367         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29368         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29369         (avpicture_free), (is_yuv_planar), (img_convert),
29370         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29371         (deinterlace_line_inplace), (deinterlace_bottom_field),
29372         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29373         * gst/ffmpegcolorspace/imgconvert_template.h:
29374         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29375         * gst/ffmpegcolorspace/mmx.h:
29376         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29377         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29378         (av_freep), (avcodec_get_context_defaults),
29379         (avcodec_alloc_context), (avcodec_init):
29380           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29381           handling plus update from ffmpeg CVS. Large clean-up.
29382
29383 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29384
29385         * gst/playback/Makefile.am:
29386           We need the marshallers for decodebin, too.
29387
29388 2004-10-30  David Schleef  <ds@schleef.org>
29389
29390         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29391           quicktime typefinding work with 64-bit offsets.
29392
29393 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29394
29395         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29396           Set EOS on the element when processing an EOS event.
29397         * ext/speex/gstspeexdec.h:
29398         * ext/speex/gstspeexenc.h:
29399           Only keep a const ptr to the mode
29400         * gst-libs/gst/riff/riff-media.c:
29401         (gst_riff_create_audio_caps_with_data),
29402         (gst_riff_create_audio_template_caps):
29403           Allow WMAV3, with up to 6 channels.
29404         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29405           Don't call gst_pad_set_event_function on a sink pad.
29406         * gst/mpegstream/gstdvddemux.c:
29407         (gst_dvd_demux_get_subpicture_stream),
29408         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29409           Copy the explicit caps that were set across to the cur_* pads,
29410           instead of trying to use a possibly non-existent negotiated caps.
29411           Reset the type of subpicture pads to UNKNOWN after calling
29412           init_stream, so that the caps get set.
29413
29414 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29415
29416         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29417
29418         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29419           Don't touch buffer if it is of size 0 (fixes #151064).
29420
29421 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29422
29423         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29424           Synchronized discont handling.
29425
29426 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29427
29428         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29429         (gst_ogg_demux_push):
29430           Make seeking sort-of exact again (fixes #156387).
29431
29432 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29433
29434         * gst/playback/gstplaybasebin.c: (unknown_type),
29435         (add_element_stream), (new_decoded_pad),
29436         (gst_play_base_bin_change_state):
29437         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29438         (gst_stream_info_init), (gst_stream_info_new),
29439         (gst_stream_info_dispose), (gst_stream_info_get_property):
29440         * gst/playback/gststreaminfo.h:
29441           Make caps explicitely available. Makes testing for unsupported
29442           types possible. Improves error reporting.
29443
29444 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29445
29446         * gst/audioconvert/gstaudioconvert.c:
29447         (gst_audio_convert_buffer_to_default_format):
29448           Really don't touch read-only buffers (#156563).
29449
29450 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29451
29452         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29453
29454         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29455           Fix memleak (#155223).
29456
29457 2004-10-29  Wim Taymans  <wim@fluendo.com>
29458
29459         * gst/tcp/.cvsignore:
29460         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29461         (gst_multifdsink_class_init), (gst_multifdsink_init),
29462         (gst_multifdsink_add), (gst_multifdsink_remove),
29463         (gst_multifdsink_remove_client_link), (is_sync_frame),
29464         (gst_multifdsink_new_client),
29465         (gst_multifdsink_handle_client_write),
29466         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29467         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29468         (gst_multifdsink_get_property):
29469         * gst/tcp/gstmultifdsink.h:
29470         Added burst on connect sync_method, deprecated sync_clients,
29471         streamlined the sync code some more.
29472
29473 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29474
29475         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29476         (gst_play_base_bin_change_state):
29477           Improve error reporting.
29478
29479 2004-10-28  Wim Taymans  <wim@fluendo.com>
29480
29481         * gst/tcp/Makefile.am:
29482         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29483         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29484         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29485         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29486         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29487         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29488         (gst_fdset_wait):
29489         Added more locks around fdset structures. Fixed/reworked
29490         the poll array resizing code.
29491         Added stress test for fdset.
29492
29493 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29494
29495         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29496         fix build
29497
29498 2004-10-28  Benjamin Otte  <otte@gnome.org>
29499
29500         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29501           fix link function to always query channels and query width for
29502           floats
29503         * configure.ac:
29504           add equalizer dir
29505         * gst/equalizer/Makefile.am:
29506         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29507         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29508         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29509         (arg_to_scale), (setup_filter),
29510         (gst_iir_equalizer_compute_frequencies),
29511         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29512         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29513         (plugin_init):
29514           add an equalizer
29515
29516 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29517
29518         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29519
29520         * po/LINGUAS:
29521         * po/nb.po:
29522           Added Norwegian Bokmaal translation
29523
29524 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29525
29526         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29527           Don't break on options (fixes #156488).
29528
29529 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29530
29531         * configure.ac:
29532         * ext/cdaudio/Makefile.am:
29533         * sys/Makefile.am:
29534           fix build on older automake
29535
29536 2004-10-26  Wim Taymans  <wim@fluendo.com>
29537
29538         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29539         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29540         Allow a little margin when negotiating the framerate.
29541
29542 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29543
29544         * gst/level/gstlevel.c:
29545           synchonised naming of pads and pad-templates
29546
29547 2004-10-26  Wim Taymans  <wim@fluendo.com>
29548
29549         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29550         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29551         (_find_streams_check), (gst_ogg_demux_push):
29552         Fix EOS again. Needs to be done in a better way. We should not
29553         remove the pad if there is no new chained stream.
29554
29555 2004-10-26 Iain <iaingnome@gmail.com>
29556
29557         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29558         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29559         of the caps.
29560         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29561         pad.
29562         (interleave_release_pad): Remove the pad.
29563         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29564         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29565         the set device.
29566         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29567         attrs
29568         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29569         (gst_xvimagesink_finalize): Free the par.
29570
29571 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29572
29573         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29574         (gst_avimux_stop_file):
29575           First calculate the rate, and only then use it. Hdr.rate is a
29576           multiple and not a derivative of hdr.scale. Scale is not the
29577           same as blockalign but is solely related to rate.
29578
29579 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29580
29581         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29582         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29583           Implement seeking.
29584
29585 2004-10-25  James Henstridge  <james@jamesh.id.au>
29586
29587         Reviewed by:  David Schleef  <ds@schleef.org>
29588
29589         * examples/gstplay/player.c: (got_stream_length), (main):
29590         * examples/seeking/cdplayer.c: (update_scale):
29591         * examples/seeking/seek.c: (format_value), (update_scale):
29592         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29593         (stop_seek):
29594         Build fixes on AMD64.
29595
29596 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29597
29598         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29599
29600         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29601         Fix for some v4l cards which hang in v4lsrc
29602
29603 2004-10-25  Wim Taymans  <wim@fluendo.com>
29604
29605         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29606         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29607         Make sure to remove the pad when a new chain is
29608         encountered. Set some vars to NULL so we don't try
29609         to reference freed memory.
29610
29611 2004-10-25  Wim Taymans  <wim@fluendo.com>
29612
29613         * examples/seeking/Makefile.am:
29614         * examples/seeking/cdplayer.c: (update_scale):
29615         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29616         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29617         (format_value), (update_scale), (iterate), (start_seek),
29618         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29619         (print_usage), (main):
29620         Added some more examples, update others.
29621
29622 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29623
29624         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29625         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29626         * ext/theora/theoradec.c: (theora_dec_chain):
29627         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29628           Add codec-name metadata.
29629
29630 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29631
29632         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29633
29634         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29635         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29636         * ext/alsa/gstalsamixertrack.h:
29637         * po/POTFILES.in:
29638           ALSA mixer track label internationalization (#154054).
29639
29640 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29641
29642         * ext/theora/theoradec.c: (theora_dec_chain):
29643           Export bitrate as metadata.
29644
29645 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29646
29647         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29648         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29649         * ext/alsa/gstalsamixertrack.h:
29650           Fix names, fix loop.
29651
29652 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29653
29654         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29655         (speex_dec_convert):
29656           sinkconvert function so oggdemux can get the file length (totem).
29657
29658 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29659
29660         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29661
29662         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29663           Don't push incomplete packets.
29664         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29665           Fix MPEG-4 audio typefinding.
29666
29667 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29668
29669         * sys/v4l/Makefile.am:
29670         * sys/v4l/gstv4l.c: (plugin_init):
29671         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29672         (gst_v4lelement_init), (gst_v4lelement_dispose),
29673         (gst_v4lelement_change_state):
29674         * sys/v4l/gstv4lelement.h:
29675         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29676         (gst_v4l_xoverlay_close), (idle_refresh),
29677         (gst_v4l_xoverlay_set_xwindow_id):
29678         * sys/v4l/gstv4lxoverlay.h:
29679         * sys/v4l/v4l-overlay_calls.c:
29680         * sys/v4l/v4l_calls.h:
29681         * sys/v4l2/Makefile.am:
29682         * sys/v4l2/gstv4l2.c: (plugin_init):
29683         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29684         (gst_v4l2element_init), (gst_v4l2element_dispose),
29685         (gst_v4l2element_change_state):
29686         * sys/v4l2/gstv4l2element.h:
29687         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29688         (gst_v4l2_xoverlay_close), (idle_refresh),
29689         (gst_v4l2_xoverlay_set_xwindow_id):
29690         * sys/v4l2/gstv4l2xoverlay.h:
29691         * sys/v4l2/v4l2-overlay_calls.c:
29692         * sys/v4l2/v4l2_calls.h:
29693           Remove client-side overlay handling, use the X-server v4l plugin
29694           for that. Nicer overlay, less code. Also make the plugin
29695           compileable without X (but then without overlay, obviously).
29696           Makes xwindowlistener obsolete, should we remove that?
29697
29698 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29699
29700         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29701         (gst_osssrc_src_query):
29702         * sys/oss/gstosssrc.h:
29703           OK, so people want offset in DEFAULT. This time, actually fix all
29704           cases.
29705         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29706           Add FPS properly.
29707
29708 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29709
29710         * gst/asfdemux/gstasfmux.c:
29711         * gst/avi/gstavimux.c:
29712           Framerate.
29713
29714 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29715
29716         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29717           Fix properties (channel, norm, frequency).
29718
29719 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29720
29721         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29722           Flag typo.
29723         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29724           No warnings.
29725
29726 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29727
29728         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29729           Fix hang.
29730
29731 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29732
29733         * sys/v4l2/gstv4l2element.h:
29734           Yet Another Hack (tm) for kernel header borkedness.
29735         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29736         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29737         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29738         (gst_v4l2src_change_state):
29739         * sys/v4l2/gstv4l2src.h:
29740         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29741         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29742           Fix caps, keep track of state, work.
29743
29744 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29745
29746         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29747           Quiet.
29748
29749 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29750
29751         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29752           Don't mix bytes and samples.
29753
29754 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29755
29756         * ext/ogg/gstoggmux.c:
29757           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29758           and theora. Any is incorrect.
29759         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29760           Fix caps.
29761         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29762         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29763         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29764         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29765         * sys/v4l/gstv4lmjpegsrc.h:
29766         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29767         (gst_v4lsrc_change_state):
29768         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29769         (gst_v4lmjpegsrc_capture_stop):
29770           Fix caps. Keep track of internal state. Work.
29771
29772 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29773
29774         * ext/Makefile.am:
29775           Fix the build fixes.
29776
29777 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29778
29779         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29780         (gst_ogg_demux_src_event), (_find_chain_seek),
29781         (gst_ogg_pad_push):
29782           Check for pad availability before using it.
29783         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29784           Fix parsing of chained ogg. Needs more work on the decoder side.
29785
29786 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29787
29788         * gst/spectrum/Makefile.am:
29789         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29790         (idle_func):
29791           Fix demo and reenable it. Yes, I'm currently playing with audio
29792           analysis tools
29793
29794 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29795
29796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29797           We love it if files that start at zero work too...
29798
29799 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29800
29801         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29802           Handle files with missing EOS headers.
29803
29804 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29805
29806         * gst/tcp/gsttcpserversink.c:
29807         (gst_tcpserversink_handle_server_read),
29808         (gst_tcpserversink_init_send):
29809         Zero some variables first (need for accept not to return EINVAL)
29810
29811 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29812
29813         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29814         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29815         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29816         (theora_dec_chain):
29817         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29818         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29819           Seeking and querying finetune.
29820
29821 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29822
29823         * configure.ac:
29824         * ext/Makefile.am:
29825         * ext/raw1394/Makefile.am:
29826           fix the build
29827
29828 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29829
29830         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29831           Wrong return.
29832         * gst/playback/Makefile.am:
29833         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29834         * gst/playback/gstplay-marshal.list:
29835         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29836           Fix marshallers.
29837
29838 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29839
29840         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29841           Silence.
29842
29843 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29844
29845         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29846         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29847         (gst_ogg_pad_push):
29848           Yay for non-lineair granulepos in theora.
29849
29850 2004-10-18  Wim Taymans  <wim@fluendo.com>
29851
29852         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29853         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29854         * ext/dv/gstdvdec.h:
29855         Make sure we renegotiate aspect ratio when the camera switches.
29856
29857 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29858
29859         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29860         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29861           Start at zero.
29862         * ext/theora/theoradec.c: (theora_dec_chain):
29863           Skip headers. Bad idea for chained ogg, but fixes seeking.
29864
29865 2004-10-18  Wim Taymans  <wim@fluendo.com>
29866
29867         * configure.ac:
29868         I swear, this is the last time I touch this.
29869
29870 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29871
29872         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29873         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29874         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29875           Faster seeking.
29876         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29877           Time-to-default conversion.
29878         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29879           Don't error on unknown packets, just skip. We should probably
29880           read them if we want to support chained ogg.
29881
29882 2004-10-18  Wim Taymans  <wim@fluendo.com>
29883
29884         * configure.ac:
29885         Added cdaudio to wrong list.
29886
29887 2004-10-18  Wim Taymans  <wim@fluendo.com>
29888
29889         * configure.ac:
29890         Revive cdaudio.
29891
29892 2004-10-18  Wim Taymans  <wim@fluendo.com>
29893
29894         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29895         (gst_dvdec_video_link), (gst_dvdec_push):
29896         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29897         (gst_smokeenc_resync), (gst_smokeenc_chain):
29898         Fix mimetype on smoke encoder.
29899         Add aspect ratio to dvdec. Not sure if these
29900         values are correct though....
29901
29902 2004-10-18  Wim Taymans  <wim@fluendo.com>
29903
29904         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29905         Fix vorbis property descriptions and ranges.
29906
29907 2004-10-18  Wim Taymans  <wim@fluendo.com>
29908
29909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29910         Really do nothing when no data is available.
29911         Go to the playing state when the stream is not seekable
29912         instead of failing.
29913
29914 2004-10-18  Wim Taymans  <wim@fluendo.com>
29915
29916         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29917         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29918         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29919         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29920         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29921         Added uri handler for cd://
29922         Port to new API.
29923
29924 2004-10-18  Wim Taymans  <wim@fluendo.com>
29925
29926         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29927         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29928         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29929         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29930         (remove_prerolls), (unknown_type), (add_element_stream),
29931         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29932         (gst_play_base_bin_remove_element),
29933         (gst_play_base_bin_link_stream):
29934         * gst/playback/gstplaybin.c: (gen_video_element),
29935         (gen_vis_element), (remove_sinks), (setup_sinks):
29936         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29937         (gst_stream_info_get_type), (gst_stream_info_class_init),
29938         (gst_stream_info_init), (gst_stream_info_new),
29939         (gst_stream_info_dispose), (stream_info_mute_pad),
29940         (gst_stream_info_set_property), (gst_stream_info_get_property):
29941         * gst/playback/gststreaminfo.h:
29942         Add sink padtemplate to decodebin.
29943         Added some more comments.
29944         Make queue size configurable in playbasebin.
29945         Added possibility to use elements as sinks (ex cdaudio).
29946
29947 2004-10-15  Wim Taymans  <wim@fluendo.com>
29948
29949         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29950         (gst_speexenc_chain):
29951         Fix speex timestamps so that it gets muxed properly.
29952
29953 2004-10-15  Wim Taymans  <wim@fluendo.com>
29954
29955         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29956         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29957         (gst_dv1394src_init), (gst_dv1394src_dispose),
29958         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29959         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29960         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29961         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29962         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29963         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29964         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29965         * ext/raw1394/gstdv1394src.h:
29966         Added conversion/query functions.
29967         Update buffer timestamps,
29968         Added signals.
29969         Added uri dv:// so it might play from the firewire in playbin.
29970         Fix a possible leak.
29971         Added debugging.
29972
29973 2004-10-15  Wim Taymans  <wim@fluendo.com>
29974
29975         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29976         (gst_dv1394src_init), (gst_dv1394src_set_property),
29977         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29978         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29979         * ext/raw1394/gstdv1394src.h:
29980         Added AV/C VTR control support needed for some cameras.
29981         Added automatic port detection.
29982         Added properties for selecting the channel.
29983         The configure.ac script is not yet updated to reflect the
29984         new libavc1394 and librom1394 dependencies.
29985
29986 2004-10-15  Wim Taymans  <wim@fluendo.com>
29987
29988         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29989         (qtdemux_parse), (gst_qtdemux_handle_esds):
29990         An esds box is not a container.
29991         Fix parsing of mp4v boxes.
29992         Do not try to renegotiate fps for each frame. Need to
29993         find a better method. This should fix mp4 playback.
29994
29995 2004-10-14  David Schleef  <ds@schleef.org>
29996
29997         * configure.ac: update for swfdec-0.3 and liboil-0.2
29998         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29999         * ext/swfdec/gstswfdec.h: same
30000         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30001         * gst/videotestsrc/videotestsrc.c: same
30002
30003 2004-10-14  Wim Taymans  <wim@fluendo.com>
30004
30005         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30006         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30007         (is_sync_frame), (gst_multifdsink_new_client),
30008         (gst_multifdsink_handle_client_write),
30009         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30010         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30011         Turn warnings into info.
30012         Don't allow a state change in the streaming thread.
30013
30014 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30015
30016         * ext/vorbis/oggvorbisenc.c:
30017         * ext/vorbis/vorbisdec.c:
30018           fix template sample rate
30019
30020 2004-10-13  Wim Taymans  <wim@fluendo.com>
30021
30022         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30023         Decoding the header first fixes some problems in resyncing
30024         in more mp3s.
30025
30026 2004-10-12  Wim Taymans  <wim@fluendo.com>
30027
30028         * gst/playback/gstplaybin.c: (gen_video_element),
30029         (gen_vis_element), (remove_sinks), (setup_sinks):
30030         Added vis plugin support, need to configure the vis
30031         element to activate it.
30032
30033 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30034
30035         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30036         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30037           Some debug.
30038         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30039         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30040         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30041         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30042         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30043         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30044         * gst/avi/gstavidemux.h:
30045           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30046           recovery (where, if part of the index is broken, we will still read
30047           the rest of the index and recover the broken part by stream
30048           scanning). More broken media support. EOS workarounds. General AVI
30049           braindamage headache recovery. Aspirin included.
30050
30051 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30052
30053         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30054         (cdparanoia_event), (cdparanoia_query):
30055           Get rid of hideous lead-in.
30056
30057 2004-10-11  Wim Taymans  <wim@fluendo.com>
30058
30059         * gst/playback/gstplaybasebin.c: (setup_source):
30060         Wrong var used to get g_list_next.
30061
30062 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30063
30064         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30065         (cdparanoia_get), (cdparanoia_open):
30066           Report discid as metadata, add duration.
30067
30068 2004-10-11  Wim Taymans  <wim@fluendo.com>
30069
30070         * gst/playback/gstplaybasebin.c: (setup_source):
30071         Cleanup the previous pipeline a little earlier for the
30072         case that a source element provides raw data.
30073
30074 2004-10-11  Benjamin Otte  <otte@gnome.org>
30075
30076         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30077           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30078           consuming the last 128 bytes, even though it was valid mp3 data.
30079
30080 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30081
30082         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30083         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30084         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30085         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30086
30087 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30088
30089         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30090         Fix for webcams that support only specific width or height
30091
30092 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30093
30094         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30095
30096         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30097           Fix wrong discont event setup (fixes #154967).
30098
30099 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30100
30101         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30102
30103         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30104           Error out on invalid data (fixes #154807).
30105
30106 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30107
30108         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30109
30110         * ext/dvdread/dvdreadsrc.c: (_read):
30111           Make titles > 0 work again (fixes #154834).
30112
30113 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30114
30115         * gst-libs/gst/riff/riff-media.c:
30116         (gst_riff_create_video_template_caps):
30117           WMV3 missing in template caps.
30118
30119 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30120
30121         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30122           OK, so the original code was too strict. It makes random AVI files
30123           hang for seconds upon opening, which is unacceptable and is far
30124           beyond the original goal of getting multiple chunks for one-chunk
30125           sounc stream files. So now do just that.
30126
30127 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30128
30129         * gst/playback/gstplaybasebin.c: (setup_source),
30130         (gst_play_base_bin_change_state):
30131           Actually clean up streaminfo if output fails. This would trigger
30132           if, for example, there was no CD in the drive. No preroll, so
30133           a streaminfo structure is created, but the subsequent state change
30134           of the thread fails.
30135         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30136           Don't change state if parent failed.
30137
30138 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30139
30140         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30141         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30142         (gen_video_element), (remove_sinks):
30143           Add small bits of code for screenshot handling.
30144
30145 2004-10-08  Wim Taymans  <wim@fluendo.com>
30146
30147         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30148         (gen_video_element), (gen_audio_element), (setup_sinks):
30149         Don't assume the user provided sinks are named "sink"...
30150
30151 2004-10-08  Wim Taymans  <wim@fluendo.com>
30152
30153         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30154         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30155         (gst_play_base_bin_link_stream):
30156         Do not try to autoplug sources that generate raw streams like
30157         cdparanoia.
30158         disconnect the preroll overrun signal when we don't need it anymore.
30159
30160 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30161
30162         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30163         Added reworked patch from #154903 from milosz derezynski (deadchip).
30164
30165 2004-10-08  Wim Taymans  <wim@fluendo.com>
30166
30167         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30168         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30169         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30170         (cdparanoia_convert), (cdparanoia_uri_get_type),
30171         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30172         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30173         * ext/cdparanoia/gstcdparanoia.h:
30174         This adds the cdda://<tracknum> uri.
30175
30176 2004-10-08  Wim Taymans  <wim@fluendo.com>
30177
30178         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30179         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30180         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30181         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30182         (unknown_type), (gst_play_base_bin_remove_element),
30183         (gst_play_base_bin_link_stream):
30184         * gst/playback/gstplaybasebin.h:
30185         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30186         (gst_play_bin_set_property), (gen_video_element),
30187         (gen_audio_element), (setup_sinks):
30188         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30189         (gst_stream_info_get_type), (gst_stream_info_class_init),
30190         (gst_stream_info_init), (gst_stream_info_new),
30191         (gst_stream_info_dispose), (stream_info_mute_pad),
30192         (gst_stream_info_set_property), (gst_stream_info_get_property):
30193         * gst/playback/gststreaminfo.h:
30194         Reuse the audio and video bins.
30195         Some internal cleanups in the stream selection code.
30196
30197 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30198
30199         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30200         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30201         * sys/ximage/ximagesink.h:
30202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30203         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30204         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30205         not coming from those elements. Moreover these elements should not keep
30206         the xid they have been given when in NULL state.
30207
30208 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30209
30210         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30211         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30212         * sys/ximage/ximagesink.h:
30213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30214         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30215         * sys/xvimage/xvimagesink.h:
30216           Actually only create a new toplevel window if we're not gonna
30217           embed it right after.
30218
30219 2004-10-07  Wim Taymans  <wim@fluendo.com>
30220
30221         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30222         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30223         * gst/playback/gstplaybin.c: (setup_sinks):
30224         Implement muting/unmuting of streams, mute streams that are not
30225         used.
30226
30227 2004-10-07  Wim Taymans  <wim@fluendo.com>
30228
30229         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30230         (plugin_init):
30231         Added lame audio/x-ac3 typefind function.
30232
30233 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30234
30235         * configure.ac:
30236           bump nano to cvs
30237
30238 === release 0.8.5 ===
30239
30240 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30241
30242         * NEWS:
30243         * RELEASE:
30244         * configure.ac:
30245           releasing 0.8.5, "Take You On"
30246
30247 2004-10-06  Wim Taymans  <wim@fluendo.com>
30248
30249         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30250         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30251         (no_more_pads), (close_link), (type_found):
30252         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30253         * gst/playback/gstplaybin.c: (gen_video_element):
30254         Do not signal the no_more_pads after the first pad when
30255         we are plugging a non dynamic element with multiple
30256         output pads (like swfdec, dvdec, ...).
30257
30258 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30259
30260         * configure.ac:
30261           bump for prerelease
30262
30263 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30264
30265         * gst/wavparse/gstwavparse.c:
30266           add ATRAC3 to STATIC CAPS to fix a warning
30267
30268         * gst/matroska/ebml-read.c:
30269         * gst-libs/gst/riff/riff-read.c:
30270           fix typos
30271
30272 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30273
30274         * gst-libs/gst/riff/riff-media.c:
30275           generate caps for ATRAC3 audio streams
30276
30277         * gst/realmedia/rmdemux.c:
30278           generate caps for ATRAC3 audio streams
30279
30280 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30281
30282         * gst/wavparse/Makefile.am
30283         * gst/wavparse/riff.h
30284         * gst/wavparse/wavparse.vcproj
30285           riff.h removal (unused and duplication with riff-ids.h)
30286
30287 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30288
30289         * gst/wavparse/gstwavparse.h
30290           remove duplicated defines for audio codec codes
30291
30292         * gst-libs/gst/riff/riff-ids.h
30293         * gst/wavenc/riff.h:
30294           add "4CC" code for ATRAC3 audio streams
30295           add "4CC" code for ITU_G721_ADPCM (unused for now)
30296
30297 2004-10-06  Wim Taymans  <wim@fluendo.com>
30298
30299         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30300         Actually _do_ negotiation. Pass gdouble as arg instead
30301         of guint64 for the framerate.
30302
30303 2004-10-06  Wim Taymans  <wim@fluendo.com>
30304
30305         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30306         (find_compatibles), (close_pad_link), (try_to_link_1),
30307         (no_more_pads), (close_link), (type_found):
30308         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30309         * gst/playback/gstplaybin.c: (gen_video_element),
30310         (gen_audio_element):
30311         Set state on newly added element to READY so that negotiation
30312         can happen ASAP.
30313         Addes some more debug info.
30314         Do not try to plug pads with multiple caps structures or ANY
30315         because it is too dangerous since we do not do dynamic
30316         replugging.
30317
30318 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30319
30320         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30321
30322         * po/LINGUAS:
30323         * po/or.po:
30324           add Oriya translation
30325
30326 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30327
30328         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30329           Prevent overwrite of size member. Makes audio sound crappy.
30330
30331 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30332
30333         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30334         Add rmvb to the list of known RealMedia extensions
30335
30336 2004-10-05  Wim Taymans  <wim@fluendo.com>
30337
30338         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30339         (mngdec_openstream), (mngdec_closestream),
30340         (mngdec_handle_sink_event), (mngdec_readdata),
30341         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30342         (mngdec_getcanvasline), (mngdec_refresh),
30343         (gst_mngdec_change_state):
30344         Set the framerate correctly.
30345
30346 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30347
30348         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30349           There was something wrong with the index massaging.
30350
30351 2004-10-04  Wim Taymans  <wim@fluendo.com>
30352
30353         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30354         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30355         (gst_smokedec_chain):
30356         * ext/jpeg/gstsmokedec.h:
30357         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30358         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30359         * ext/jpeg/gstsmokeenc.h:
30360         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30361         (smokecodec_decode_new), (smokecodec_info_free),
30362         (smokecodec_set_quality), (smokecodec_get_quality),
30363         (smokecodec_set_threshold), (smokecodec_get_threshold),
30364         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30365         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30366         (smokecodec_encode), (smokecodec_parse_id),
30367         (smokecodec_parse_header), (smokecodec_decode):
30368         * ext/jpeg/smokecodec.h:
30369         * ext/jpeg/smokeformat.h:
30370         Updated smoke, new bitstream, allows embedding in ogg.
30371
30372 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30373
30374         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30375           Fix seeking in some files. All this code is no longer needed (and
30376           actually breaks stuff) because we now synchronize the full index
30377           right when reading the header.
30378
30379 2004-10-04  Wim Taymans  <wim@fluendo.com>
30380
30381         * configure.ac:
30382         configure update for libmng.
30383
30384 2004-10-04  Wim Taymans  <wim@fluendo.com>
30385
30386         * ext/libmng/Makefile.am:
30387         * ext/libmng/gstmng.c: (plugin_init):
30388         * ext/libmng/gstmng.h:
30389         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30390         (gst_mngdec_base_init), (gst_mngdec_class_init),
30391         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30392         (gst_mngdec_loop), (gst_mngdec_get_property),
30393         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30394         (mngdec_closestream), (mngdec_handle_sink_event),
30395         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30396         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30397         (gst_mngdec_change_state):
30398         * ext/libmng/gstmngdec.h:
30399         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30400         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30401         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30402         (gst_mngenc_chain), (gst_mngenc_get_property),
30403         (gst_mngenc_set_property):
30404         * ext/libmng/gstmngenc.h:
30405         Added basic MNG decoder. Needs more work. The encoder does
30406         not work yet.
30407
30408 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30409
30410         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30411         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30412         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30413           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30414           no-more-pads.
30415
30416 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30417
30418         * configure.ac:
30419           you need at least 1.0.4 of speex
30420
30421 2004-10-04 Iain <iaingnome@gmail.com>
30422
30423         * ext/speex/gstspeexdec.h: Revert the includes changes.
30424
30425         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30426
30427 2004-09-30 Iain <iaingnome@gmail.com>
30428
30429         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30430         found during init or set as a property instead of hardcoding /dev/audio
30431
30432 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30433
30434         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30435         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30436         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30437         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30438         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30439         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30440         (gst_rmdemux_dump_data):
30441           Use debug category, fix EOS handling. filesrc ! rmdemux now
30442           works.
30443
30444 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30445
30446         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30447         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30448         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30449           Improve allocation, cutting and sorting of the index. How takes a
30450           few seconds instead of minutes.
30451
30452 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30453
30454         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30455           fixed compilation
30456
30457 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30458
30459         * gst-libs/gst/riff/riff-media.c:
30460         (gst_riff_create_video_caps_with_data),
30461         (gst_riff_create_video_template_caps):
30462           Add wing commander format mimetype/fourccs.
30463         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30464           Don't crash if some value is 0.
30465
30466 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30467
30468         * gst-libs/gst/riff/riff-media.c:
30469         (gst_riff_create_video_caps_with_data),
30470         (gst_riff_create_video_template_caps):
30471           Add DIB fourcc (raw, palettized 8-bit RGB).
30472         * gst-libs/gst/riff/riff-read.c:
30473         (gst_riff_read_strf_vids_with_data):
30474           Oops, fix strf_data reading bug.
30475         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30476           Use a non-NULL tag.
30477         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30478           Time for hacks. Sorry Dave. At least one quicktime movie (a
30479           trailer) that I've encountered contains multiple video tracks.
30480           One of those is the actual video track, the other are one-frame
30481           tracks (images). Unfortunately, the number of frames according
30482           to the trak header is 1 for each, so that doesn't help. So
30483           instead, I look at the duration and discard tracks with a
30484           duration shorter than 20% of the length of the stream. Better
30485           than nothing.
30486
30487 2004-10-01  Christian Schaller <christian@fluendo.com>
30488
30489         * ext/ivorbis/vorbis.c:
30490           Patch from Phil Blundell (Bug 152341)
30491
30492 2004-10-01  Wim Taymans  <wim@fluendo.com>
30493
30494         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30495         (speex_dec_get_formats), (speex_dec_convert),
30496         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30497         (speex_dec_chain), (gst_speexdec_get_property),
30498         (gst_speexdec_set_property):
30499         Small cleanups.
30500
30501 2004-10-01  Wim Taymans  <wim@fluendo.com>
30502
30503         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30504         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30505         (gst_wavparse_other), (gst_wavparse_loop),
30506         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30507         (gst_wavparse_srcpad_event):
30508         * gst/wavparse/gstwavparse.h:
30509         Added some more debugging info.
30510         Fix the case where the length of the file is 0.
30511         Make sure we seek to sample borders.
30512
30513 2004-10-01  Wim Taymans  <wim@fluendo.com>
30514
30515         * gst/playback/README:
30516         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30517         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30518         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30519         Add some debug info to decodebin, update README
30520
30521 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30522
30523         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30524           Don't use g_print(); use GST_DEBUG().
30525
30526 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30527
30528         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30529         (gst_ogg_mux_queue_pads):
30530           Handle EOS properly.
30531
30532 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30533
30534         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30535
30536         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30537         (gst_faad_chain), (gst_faad_change_state):
30538         * ext/faad/gstfaad.h:
30539           Allow playback of raw (unframed) MPEG AAC files (#148993).
30540
30541 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30542
30543         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30544
30545         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30546           Throw error if we didn't recognize the stream. Fixes #152289.
30547
30548 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30549
30550         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30551           Fix negotiation.
30552
30553 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30554
30555         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30556
30557         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30558           Fix memleak.
30559
30560 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30561
30562         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30563
30564         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30565           Solve #152805.
30566         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30567           Solve 152806.
30568
30569 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30570
30571         * gst-libs/gst/riff/riff-media.c:
30572         (gst_riff_create_video_caps_with_data),
30573         (gst_riff_create_audio_caps_with_data):
30574           Add codec_data handling (like asfdemux used to do).
30575         * gst/asfdemux/gstasf.c: (plugin_init):
30576         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30577         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30578           Use riff-media for caps creation instead of our own (mostly
30579           broken) copy of its functions.
30580
30581 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30582
30583         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30584           Don't actually error out if we get another return value than
30585           -EINVAL. Opposite to what I first thought, drivers have random
30586           return values for this, although -EINVAL is the expected return
30587           value. Since this is not fatal, we shouldn't use
30588           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30589
30590 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30591
30592         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30593         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30594         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30595         (dvdreadsrc_get), (dvdreadsrc_open_file),
30596         (dvdreadsrc_change_state):
30597           Fix. Don't do one big huge loop around the whole DVD, that will
30598           cache all data and thus eat sizeof(dvd) (several GB) before we
30599           see something.
30600         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30601           Actually NULL'ify event after using it.
30602         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30603         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30604         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30605         (gst_ebml_read_seek), (gst_ebml_read_skip):
30606           Handle events.
30607         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30608         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30609         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30610           Fix timing (this will probably break if I seek using menus, but
30611           I didn't get there yet). VOBs and normal DVDs should now work.
30612           Add a mpeg2-only pad with high rank so this get autoplugged for
30613           MPEG-2 movies.
30614         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30615         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30616         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30617         (gst_mpeg_demux_get_audio_stream),
30618         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30619         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30620           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30621           MPEG-1 but use dvddemux for MPEG-2.
30622         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30623         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30624         (gst_mpeg_parse_parse_packhead):
30625           Timing. Only add pad template if it exists. Add sink template from
30626           class and not from ourselves. This means we will always use the
30627           correct sink template even if it is not the one defined in this
30628           file.
30629
30630 2004-09-29  Wim Taymans  <wim@fluendo.com>
30631
30632         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30633         (gst_mpeg_demux_parse_pes):
30634         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30635         Fix playback of mpeg again, timestamps where screwed up by
30636         patch 1.61.
30637
30638 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30639
30640         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30641           Only return true if we actually filled something in. Prevents
30642           player applications from showing a random length for flac files.
30643         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30644         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30645         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30646         (gst_riff_read_strf_vids_with_data),
30647         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30648           OK, ok, so I implemented event handling. Apparently it's normal
30649           that we receive random events at random points without asking
30650           for it.
30651         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30652         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30653         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30654         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30655         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30656         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30657         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30658         * gst/avi/gstavidemux.h:
30659           Implement non-lineair chunk handling and subchunk processing.
30660           The first solves playback of AVI files where the audio and video
30661           data of individual buffers that we read are not synchronized.
30662           This should not happen according to the wonderful AVI specs, but
30663           of course it does happen in reality. It is also a prerequisite for
30664           the second. Subchunk processing allows us to cut chunks in small
30665           pieces and process each of these pieces separately. This is
30666           required because I've seen several AVI files with incredibly large
30667           audio chunks, even some files with only one audio chunk for the
30668           whole file. This allows for proper playback including seeking.
30669           This patch is supposed to fix all AVI A/V sync issues.
30670         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30671         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30672           Work.
30673         * gst/modplug/gstmodplug.cc:
30674           Proper return value setting for the query() function.
30675         * gst/playback/gstplaybasebin.c: (setup_source):
30676           Being in non-playing state (after, e.g., EOS) is not necessarily
30677           a bad thing. Allow for that. This fixes playback of short files.
30678           They don't actually playback fully now, because the clock already
30679           runs. This means that small files (<500kB) with a small length
30680           (<2sec) will still not or barely play. Other files, such as mod
30681           or flx, will work correctly, however.
30682
30683 2004-09-28  Wim Taymans  <wim@fluendo.com>
30684
30685         * ext/speex/gstspeex.c: (plugin_init):
30686         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30687         (gst_speex_dec_class_init), (speex_dec_get_formats),
30688         (speex_get_event_masks), (speex_get_query_types),
30689         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30690         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30691         (gst_speexdec_get_property), (gst_speexdec_set_property),
30692         (speex_dec_change_state):
30693         * ext/speex/gstspeexdec.h:
30694         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30695         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30696         (gst_speexenc_base_init), (gst_speexenc_class_init),
30697         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30698         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30699         (gst_speexenc_src_query), (gst_speexenc_init),
30700         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30701         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30702         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30703         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30704         (gst_speexenc_chain), (gst_speexenc_get_property),
30705         (gst_speexenc_set_property), (gst_speexenc_change_state):
30706         * ext/speex/gstspeexenc.h:
30707         Rewrote speex encoder, make sure it can be embedded in ogg.
30708         Implemented speex decoder.
30709
30710 2004-09-28  Christian Schaller <christian@fluendo.com>
30711
30712         * configure.ac:
30713         Remove kioslave plugin. Markey is brewing a new working one
30714         * ext/Makefile.am: Remove kioslave plugin
30715         * ext/kio: remove
30716         * gst-plugins.spec.in: remove kio plugin from spec
30717
30718 2004-09-27  Wim Taymans  <wim@fluendo.com>
30719
30720         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30721         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30722         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30723         (gst_multifdsink_new_client),
30724         (gst_multifdsink_handle_client_write),
30725         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30726         (gst_multifdsink_handle_clients):
30727         * gst/tcp/gstmultifdsink.h:
30728         Make syncing to keyframes actually work for new clients and lagging
30729         clients.
30730
30731 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30732
30733         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30734         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30735         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30736         * gst/debug/gstnavigationtest.h:
30737           make navigationtest display button-press and button-release events
30738
30739 2004-09-26 Iain <iaingnome@gmail.com>
30740
30741         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30742         the channels have received a new media event.
30743         (interleave_buffered_loop): Compresses a new media event on all
30744         channels into one.
30745
30746 2004-09-26 Iain <iaingnome@gmail.com>
30747
30748         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30749         call the sinkpad's default event handler and not the srcpads. He also
30750         says this is confusing :)
30751         (gst_wavenc_stop_file): Company says that seek events only go upstream
30752         we should send a discontinuous downstream instead.
30753
30754 2004-09-25  Christian Schaller <christian@fluendo.com>
30755
30756         * Update SPEC file to be usable in conjunction with Fedora Core,
30757           Fedora.us and freshrpms packages
30758         * Fix typo in multifilesrc test Makefile
30759
30760 2004-09-24  Wim Taymans  <wim@fluendo.com>
30761
30762         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30763         Only signal the no_more_pads signal when we have
30764         added the stream to our list.
30765
30766 2004-09-24  Wim Taymans  <wim@fluendo.com>
30767
30768         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30769         (new_decoded_pad):
30770         * gst/playback/gstplaybasebin.h:
30771         * gst/playback/gstplaybin.c: (setup_sinks):
30772         Don't try to preroll or decode more than one audio/video
30773         track.
30774
30775 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30776
30777         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30778           Throw error if we failed to find a suitable output. This should
30779           throw an error if we successfully set up a pipeline (e.g. because
30780           we recognized a media file) but found no decodable streams in it
30781           (e.g. because it contains only media stream types for which we
30782           have no decoders, or because it's not a media type).
30783
30784 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30785
30786         * ext/dirac/Makefile.am:
30787         * ext/dirac/gstdirac.cc:
30788         * ext/dirac/gstdiracdec.cc:
30789         * ext/dirac/gstdiracdec.h:
30790           Do something. Don't actually know if this works because I don't
30791           have a demuxer yet.
30792         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30793           Add channels=1 to caps returned from _getcaps().
30794         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30795         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30796         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30797         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30798         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30799         (gst_ogm_parse_change_state):
30800           Separate between audio/video so ogmaudioparse actually uses the
30801           audio pad templates. Both audio and video work now, including
30802           autoplugging. Also use sometimes-srcpad hack.
30803         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30804           Handle events better. Don't hang on infinite loops.
30805         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30806         (gst_avi_demux_init), (gst_avi_demux_reset),
30807         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30808         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30809         (gst_avi_demux_change_state):
30810         * gst/avi/gstavidemux.h:
30811           Improve A/V sync. Still not perfect.
30812         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30813         (gst_ebml_read_skip):
30814           Handle events better.
30815         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30816         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30817         (qtdemux_audio_caps):
30818           Add IMA4. Improve event handling. Save offset after a seek when
30819           the headers are at the end of the file so that we don't end up in
30820           an infinite loop.
30821         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30822           Add low-priority typefind support for files with no length.
30823
30824 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30825
30826         * testsuite/multifilesink/Makefile.am:
30827         fix typo
30828
30829 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30830
30831         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30833         mistakes from thaytan's patches.
30834
30835 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30836
30837         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30838           For completeness, XSync in the destroy function as xvimage does.
30839
30840 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30841
30842         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30843            Correct caps negotiation
30844         * gst/volume/gstvolume.c: (volume_chain_float),
30845         (volume_chain_int16):
30846            Modify debug output to be little more informative
30847         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30849         (gst_xvimagesink_xvimage_destroy):
30850           Add XSync calls after detaching from the shared memory segment to
30851           avoid a crash.
30852
30853 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30854
30855         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30856         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30857         * ext/vorbis/vorbis.c: (plugin_init):
30858         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30859         (gst_vorbisenc_chain):
30860         * ext/vorbis/vorbisenc.h:
30861         remove explicit newmedia support from oggmux and vorbisenc
30862         add debug category to vorbisenc
30863         * gst/multifilesink/gstmultifilesink.c:
30864         (gst_multifilesink_class_init), (gst_multifilesink_init),
30865         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30866         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30867         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30868         (plugin_init):
30869         * gst/multifilesink/gstmultifilesink.h:
30870         add support for streamheader in multifilesink
30871
30872 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30873
30874         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30875         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30876         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30877           Prevent infinite loops. More correct error reporting.
30878         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30879           Error out if negotiation fails.
30880         * gst/playback/gstplaybasebin.c: (setup_source),
30881         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30882         (gst_play_base_bin_found_tag):
30883           Error/tag forwarding. Pre-roll fixes for source errors on state
30884           changes (e.g. "file does not exist") to prevent hangs.
30885
30886 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30887
30888         * testsuite/multifilesink/Makefile.am:
30889         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30890         (gst_newmedia_class_init), (gst_newmedia_init),
30891         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30892         (newfile_signal), (test_signal), (main):
30893         * testsuite/multifilesink/multifilesrc_test.c: (main):
30894         * testsuite/multifilesink/oggtheora_test.c:
30895         (gst_newmedia_base_init), (gst_newmedia_class_init),
30896         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30897         (test_format), (newfile_signal), (test_signal), (main):
30898         * testsuite/multifilesink/oggvorbis_test.c:
30899         (gst_newmedia_base_init), (gst_newmedia_class_init),
30900         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30901         (test_format), (newfile_signal), (test_signal), (main):
30902         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30903         (gst_newmedia_class_init), (gst_newmedia_init),
30904         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30905         (newfile_signal), (test_signal), (main):
30906         New media tests
30907
30908 2004-09-20  Christian Schaller <christian@fluendo.com>
30909
30910         * Fix mikmod license to LGPL as they have relicensed
30911         * Move Dirac and Effectv into LGPL section of README_license
30912
30913 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30914
30915         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30916         (gst_mad_change_state):
30917           Allow for mp3 rate/channels changes. However, only very
30918           conservatively. Reason that we *have* to enable this is smiply
30919           because the mad find_sync() function is not good enough, it will
30920           regularly sync on random data as valid frames and therefore make
30921           us provide random caps as *final* caps of the stream. The best fix
30922           I could think of is to simply require several of the same stream
30923           changes in a row before we change caps.
30924           The actual testcase that works now is #
30925         * ext/ogg/Makefile.am:
30926         * ext/ogg/gstogg.c: (plugin_init):
30927         * ext/ogg/gstogmparse.c:
30928           OGM support (video only for now; I need an audio sample file).
30929         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30930         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30931         (gst_asf_demux_add_video_stream):
30932           WMV extradata.
30933         * gst/playback/gstplaybasebin.c: (unknown_type):
30934           Don't error out on single unknown-types after all. It's wrong.
30935           If we found type of video and audio but not of a subtitle stream,
30936           it will still error out (which is unwanted). Will find a better fix
30937           later on.
30938         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30939         (ogmaudio_type_find), (plugin_init):
30940           OGM support.
30941
30942 2004-09-20  Johan Dahlin  <johan@gnome.org>
30943
30944         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30945         after setting caps.
30946
30947 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30948
30949         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30950         * gst/wavenc/gstwavenc.h:
30951         Added newmedia support to wavenc
30952
30953 2004-09-17  Wim Taymans  <wim@fluendo.com>
30954
30955         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30956         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30957         (gst_fdset_fd_can_write), (gst_fdset_wait):
30958         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30959         (gst_multifdsink_init), (gst_multifdsink_add),
30960         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30961         (gst_multifdsink_remove_client_link),
30962         (gst_multifdsink_client_queue_buffer),
30963         (gst_multifdsink_handle_client_write),
30964         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30965         (gst_multifdsink_close), (gst_multifdsink_change_state):
30966         * gst/tcp/gstmultifdsink.h:
30967         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30968         (gst_tcpserversink_removed):
30969         Small cleanups in fdset.c
30970         Use a hastable to map fd to the client structure for faster
30971         lookup in _remove and get_stats.
30972         Added virtual function to close the fds.
30973         Handle clients even when the select/poll call was unblocked because
30974         of a command.
30975         Implement syncing to keyframe in the recovery procedure.
30976
30977 2004-09-16 Iain <iaingnome@gmail.com>
30978
30979         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30980         try caps.
30981
30982 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30983
30984         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30985           Caps are only set if the type of the stream is unknown, but this
30986           is initialized in ->init_stream(), so set to UNKNOWN after calling
30987           ->init_stream() so that capsnego starts.
30988
30989 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30990
30991         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30992         (gst_avi_demux_stream_data):
30993           Just hardcode for raw audio then. AVI audio sucks.
30994
30995 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30996
30997         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30998         * gst/matroska/matroska-mux.c: (audiosink_templ),
30999         (gst_matroska_mux_audio_pad_link):
31000         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31001         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31002
31003 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31004
31005         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31006         (gst_avi_demux_stream_data):
31007           Try to fix a/v sync issues.
31008
31009 2004-09-15  David Schleef  <ds@schleef.org>
31010
31011         * configure.ac: remove NASM check, since we don't use it.  Update
31012         dirac check to 0.4
31013         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31014         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31015         Initialized variables.
31016         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31017         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31018         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31019         SVQ3 format
31020
31021 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31022
31023         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31024         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31025         * gst/avi/gstavidemux.h:
31026           Fix for compressed audio (mp3) timestamp generation. How did this
31027           ever work?
31028
31029 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31030
31031         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31032           Volume is a double not a float.
31033
31034 2004-09-15  Wim Taymans  <wim@fluendo.com>
31035
31036         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31037         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31038         Don't close the fd in multifdsink as we didn't open it in the
31039         first place. Some cleanups.
31040
31041 2004-09-15  Wim Taymans  <wim@fluendo.com>
31042
31043         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31044         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31045         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31046         Fix the case where the muxer would mark pages as delta
31047         frames when they are not (vorbis only ogg).
31048
31049 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31050
31051         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31052         (gst_play_base_bin_change_state):
31053           Handle the case where we failed to setup a clear pipeline. This
31054           will throw an error (or EOS, another nice case) and if you don't
31055           catch that, the app will wait for the signal forever (and thus
31056           hang).
31057
31058 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31059
31060         * ext/gnomevfs/gstgnomevfssink.c:
31061         (gst_gnomevfssink_uri_get_protocols):
31062         * ext/gnomevfs/gstgnomevfssrc.c:
31063         (gst_gnomevfssrc_uri_get_protocols):
31064         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31065         * ext/gnomevfs/gstgnomevfsuri.h:
31066           Use _uri_new() instead of _open(), so it doesn't take as long and
31067           Christophe's computer won't hang.
31068         * gst/playback/gstplaybasebin.c: (unknown_type):
31069           Throw error on unknown media type, so apps actually display it.
31070
31071 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31072
31073         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31074           this script to work on Solaris since bash shell handles echo
31075           differenly than bash.
31076
31077 2004-09-17  Wim Taymans  <wim@fluendo.com>
31078
31079         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31080         (setup_source), (gst_play_base_bin_set_property),
31081         (gst_play_base_bin_add_element):
31082         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31083         Some more work on making sure seeking pauses the pipeline and
31084         that changing the uri actually does something.
31085
31086 2004-09-17  Wim Taymans  <wim@fluendo.com>
31087
31088         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31089         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31090         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31091         (gst_tcpserversink_close):
31092         Be a bit more paranoid when freeing memory.
31093
31094 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31095
31096         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31097         (qtdemux_parse_trak):
31098           Don't crash by dividing by zero (see sample movie in #126922).
31099
31100 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31101
31102         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31103           Don't touch non-existing data (fixes crash on file in #140147).
31104
31105 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31106
31107         * gst/playback/gstplaybasebin.c:
31108         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31109           Handle double disposals, and proper change of URIs.
31110
31111 2004-09-13  Martin Eikermann <meiker@upb.de>
31112
31113         * gst/mpegstream/gstmpegparse.c:
31114           fix synchronistation for streams recorded from digital PCR
31115           fixes bug #119376
31116
31117 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31118
31119         * ext/gnomevfs/Makefile.am:
31120         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31121         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31122         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31123         (gst_gnomevfssink_uri_get_type),
31124         (gst_gnomevfssink_uri_get_protocols),
31125         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31126         (gst_gnomevfssink_uri_handler_init),
31127         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31128         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31129         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31130         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31131         (gst_gnomevfssrc_uri_get_type),
31132         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31133         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31134         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31135         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31136         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31137         * ext/gnomevfs/gstgnomevfsuri.h:
31138           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31139           of fake URIs to see which this version of Gnome-VFS likes, and
31140           uses that for the Gst-URI interface. Makes playbin support http://
31141           streams. Also fix up some stupid behaviour in gnomevfssrc.
31142
31143 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31144
31145         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31146         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31147         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31148         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31149           Update mixer (to sync with other sessions) if we try to obtain
31150           a new value. This makes alsamixer work accross applications.
31151         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31152           Only call sync functions if we're running, else alsalib asserts.
31153         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31154           Sometimes fails to compile. Possibly a gcc bug.
31155         * gst/playback/gstplaybin.c: (gen_video_element),
31156         (gen_audio_element):
31157           Add a reference to an application-provided object, because we lose
31158           this same reference if we add it to the bin. If we don't do this,
31159           we can only use this object once and thus crash if we go from
31160           ready to playing, back to ready and back to playing again.
31161           Also add an audioscale element because several cheap soundcards -
31162           like mine - don't support all samplerates.
31163         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31164         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31165           Fix wrong order or PAR calls. Makes automatically obtained PAR
31166           from the X server atually being used.
31167
31168 2004-09-12  David Schleef  <ds@schleef.org>
31169
31170         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31171         #151887, #152102, #152247.
31172         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31173         * examples/seeking/cdparanoia.c: same
31174         * examples/seeking/cdplayer.c: same
31175         * examples/seeking/seek.c: same
31176         * examples/seeking/spider_seek.c: same
31177         * examples/seeking/vorbisfile.c: same
31178         * examples/stats/mp2ogg.c: same
31179         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31180         (gst_esdsink_dispose): Dispose of element properly.
31181         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31182         fixes.
31183         * ext/nas/nassink.c: (gst_nassink_class_init),
31184         (gst_nassink_dispose): Dispose of element correctly.
31185         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31186         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31187         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31188         Fix 64-bit warning.
31189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31190         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31191         Fix 64-bit warning.
31192
31193 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31194
31195         * configure.ac : change speex detection as 1.1.6 now uses
31196           .pc/pkg-config and they changed their headers location.
31197
31198 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31199
31200         * gst/matroska/matroska-mux.h:
31201         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31202         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31203         (gst_matroska_mux_write_data):
31204           Write multiple blocks/frames per cluster.
31205                 Write meta-seek information (seek heads).
31206
31207 2004-09-09  Scott Wheeler <wheeler@kde.org>
31208
31209         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31210         (gst_play_bin_set_property), (gst_play_bin_get_property),
31211         (gen_audio_element), (gen_audio_element):
31212           Add a volume element / property to the pipeline.
31213
31214 2004-09-07  Wim Taymans  <wim@fluendo.com>
31215
31216         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31217         Copy timestamps from the master pad to the output buffers.
31218
31219 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31220
31221         * ext/raw1394/gstdv1394src.c:
31222           throw errors when applicable
31223
31224 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31225
31226         * gst/matroska/ebml-ids.h:
31227         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31228         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31229         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31230           automatically convert unix time <-> ebml time when reading/writing
31231           a date, use gst_ebml_write_uint to write CUETIME,
31232           not gst_ebml_write_date.
31233         * gst/matroska/matroska-ids.h:
31234         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31235         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31236         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31237         (gst_matroska_mux_write_data):
31238           Write track and segment UIDs, write muxing date, write
31239           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31240           Create cues for audio only files.
31241
31242 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31243
31244         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31245         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31246           Re-commit ALSA switches.
31247         * gst/adder/gstadder.c: (gst_adder_loop):
31248           64-bit fix (#151416).
31249         * gst/debug/progressreport.c: (gst_progressreport_report):
31250           64-bit fix (#151419).
31251         * gst/matroska/matroska-demux.c:
31252         (gst_matroska_demux_parse_contents):
31253           64-bit fix (#151420).
31254         * gst/playback/test3.c: (update_scale):
31255           64-bit fix (#151421).
31256
31257 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31258
31259         * configure.ac:
31260           bump nano to cvs
31261
31262 === release 0.8.4 ===
31263
31264 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31265
31266         * configure.ac: releasing 0.8.4, "Alias"
31267
31268 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31269
31270         * ext/theora/Makefile.am:
31271           fix makefile.  Fixes #151462.
31272
31273 2004-08-30  Wim Taymans  <wim@fluendo.com>
31274
31275         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31276         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31277         (gst_multifdsink_remove_client_link),
31278         (gst_multifdsink_client_queue_buffer),
31279         (gst_multifdsink_handle_client_write):
31280         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31281         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31282         Fix some memory leaks.
31283
31284 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31285
31286         Patch by: David Schleef
31287
31288         * configure.ac:
31289         * sys/Makefile.am:
31290           rename our detection macro for V4L2.  Fixes #151236.
31291
31292 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31293
31294         Patch by: David Schleef
31295
31296         * configure.ac:
31297           check to define LAMEPRESET.  Fixes #151232.
31298
31299 2004-08-27  David Schleef  <ds@schleef.org>
31300
31301         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31302         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31303         (gst_glimagesink_fixate):  Move local variable declarations to
31304         make gcc-2.95 happy.
31305
31306 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31307
31308         * configure.ac:
31309           bump nano for prerelease
31310
31311 2004-08-27  David Schleef  <ds@schleef.org>
31312
31313         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31314         * sys/sunaudio/gstsunaudiosrc.c:
31315         * sys/sunaudio/gstsunaudiosrc.h:
31316
31317 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31318
31319         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31320         handle EOS correctly
31321         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31322         * gst/matroska/matroska-mux.h:
31323         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31324         VFW compatibility mode
31325
31326 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31327
31328         patch by: Zaheer Abbas Merali
31329
31330         * ext/ogg/gstoggmux.c:
31331         * ext/vorbis/vorbisenc.c:
31332         * ext/vorbis/vorbisenc.h:
31333           handle NEWMEDIA
31334
31335 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31336
31337         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31338         fix byte order reversion on little endian machines.
31339         * gst/matroska/matroska-mux.c: (audiosink_templ),
31340         (gst_matroska_mux_audio_pad_link):
31341         add TTA codec to the list of supported codecs.
31342         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31343         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31344         (gst_matroska_mux_write_data):
31345         * gst/matroska/matroska-mux.h:
31346         write segment duration correctly, write muxing app string, fixes bugs
31347         #140897 and #140898.
31348         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31349         wait for all pads to be negotiated before starting to mux.
31350
31351 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31352
31353         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31354         * ext/lame/gstlame.h:
31355         Added new media support to lame
31356
31357 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31358
31359         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31360         send vorbis headers at the beginning of a stream, fixes bug #141554.
31361         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31362         bug #148950.
31363         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31364         (gst_matroska_demux_plugin_init):
31365         * gst/matroska/matroska-ids.h:
31366         enable demuxing of TTA audio streams, fixes bug #148951.
31367         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31368         enable typefinding for TTA audio files, fixes bug #148711.
31369         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31370         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31371         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31372
31373 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31374
31375         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31376         (gst_riff_read_element_data), (gst_riff_read_seek),
31377         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31378         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31379         <teuf@gnome.org>
31380
31381 2004-08-23 Iain <iaingnome@gmail.com>
31382
31383         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31384         tags. They appear to be handled differently to normal.
31385         (tag_list_to_id3_tag_foreach): Ditto.
31386
31387 2004-08-22  Wim Taymans  <wim@fluendo.com>
31388
31389         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31390         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31391         Make sure we never send -1 granulepos.
31392
31393 2004-08-20  Wim Taymans  <wim@fluendo.com>
31394
31395         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31396         (gst_ogg_mux_loop):
31397         I will accept bitchslappings with non sharp objects.
31398
31399 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31400
31401         * configure.ac:
31402         Clean up the test for lame presets
31403
31404 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31405
31406         * configure.ac:
31407         * ext/lame/Makefile.am:
31408         * ext/lame/gstlame.c: (gst_lame_class_init),
31409         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31410         Only enable lame presets if version of lame has presets in API
31411
31412 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31413         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31414         * gst/udp/gstudpsrc.h:
31415           Don't call gst_pad_push in a get function. Fixes #150449
31416
31417 2004-08-18  Wim Taymans  <wim@fluendo.com>
31418
31419         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31420         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31421         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31422         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31423         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31424         (gst_fdset_wait):
31425         * gst/tcp/gstfdset.h:
31426         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31427         (gst_multifdsink_client_queue_buffer),
31428         (gst_multifdsink_handle_client_write):
31429         * gst/tcp/gstmultifdsink.h:
31430         Some extra checks in gstfdset.
31431         Only use send() when the fd is a socket. Don't try to
31432         read from write only fds.
31433
31434 2004-08-18  Wim Taymans  <wim@fluendo.com>
31435
31436         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31437         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31438         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31439         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31440         (gst_fdset_wait):
31441         Add more locking and bounds checking.
31442
31443 2004-08-18  Wim Taymans  <wim@fluendo.com>
31444
31445         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31446         Realloc test fdset in the lock and right before starting
31447         the poll call. Bump the limit to 4096.
31448
31449 2004-08-17  David Schleef  <ds@schleef.org>
31450
31451         * sys/sunaudio/Makefile.am:
31452         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31453         of rates and channels.  Make debugging less obnoxious.
31454
31455         Patch from Balamurali Viswanathan implementing a mixer for
31456         Sun audio.  (bug #144091):
31457         * sys/sunaudio/gstsunelement.c:
31458         * sys/sunaudio/gstsunelement.h:
31459         * sys/sunaudio/gstsunmixer.c:
31460         * sys/sunaudio/gstsunmixer.h:
31461
31462 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31463
31464         * gst/audioscale/gstaudioscale.c:
31465         * gst/audioscale/gstaudioscale.h:
31466         made audioscale resample from any sample rate to any sample rate
31467
31468 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31469
31470         * ext/libpng/gstpngdec.c:
31471           error out on unsupported types
31472
31473 2004-08-17  Iain <iaingnome@gmail.com>
31474
31475         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31476         mid_side and loose_mid_side properties if its a stereo stream.
31477
31478 2004-08-17  Wim Taymans  <wim@fluendo.com>
31479
31480         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31481         (theora_get_formats), (theora_dec_src_convert),
31482         (theora_dec_sink_convert), (theora_dec_src_query),
31483         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31484         Add a debug line.
31485
31486 2004-08-17  Wim Taymans  <wim@fluendo.com>
31487
31488         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31489         (gst_ogg_pad_push):
31490         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31491         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31492         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31493         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31494         Mark delta units in the muxer.
31495         Try to decode the packet after an out-of-sync error from
31496         libogg.
31497
31498 2004-08-17  Wim Taymans  <wim@fluendo.com>
31499
31500         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31501         (gst_multifdsink_init), (gst_multifdsink_add),
31502         (gst_multifdsink_client_queue_buffer),
31503         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31504         * gst/tcp/gstmultifdsink.h:
31505         Added option to send a keyframe to clients as the first buffer.
31506         Make timeout property writable.
31507
31508 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31509
31510         patch by: Wim Taymans
31511
31512         * gst/tcp/gstfdset.c:
31513         * gst/tcp/gstmultifdsink.c:
31514           fix index comparison, should include 0
31515
31516 2004-08-16  Wim Taymans  <wim@fluendo.com>
31517
31518         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31519         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31520         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31521         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31522         (gst_fdset_wait):
31523           copy when reallocing for poll so the select arguments don't get
31524           changed during the call
31525
31526 2004-08-16  Wim Taymans  <wim@fluendo.com>
31527
31528         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31529         (gst_theora_enc_class_init), (theora_enc_sink_link),
31530         (theora_buffer_from_packet), (theora_enc_chain):
31531         Fix bug where buffers were not marked as keyframes
31532         correctly.
31533
31534 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31535
31536         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31537         (gst_lame_preset_get_type), (gst_lame_class_init):
31538         describe the enum values for vbr mode and presets more verbosely
31539
31540 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31541
31542         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31543         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31544         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31545         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31546         * ext/lame/gstlame.h:
31547         add preset property to lame so it can use lame presets
31548
31549 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31550
31551         * ext/lame/gstlame.c: (gst_lame_get_property):
31552         whoops forgot break, thanks teuf
31553
31554 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31555
31556         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31557         (gst_lame_class_init), (gst_lame_src_getcaps),
31558         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31559         (gst_lame_get_property), (gst_lame_setup):
31560         * ext/lame/gstlame.h:
31561         fix lame's broken vbr stuff, allow it to resample if need be, and also
31562         make xing header optional
31563
31564 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31565
31566         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31567         added getcaps function so samplerate doesnt get fixated to silly values
31568
31569 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31570
31571         * ext/lame/gstlame.c: (gst_lame_src_link):
31572         revert previous fix
31573
31574 2004-08-12  Johan Dahlin  <johan@gnome.org>
31575
31576         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31577         checks. Doesn't matter what state we are in. Interfaces are a
31578         compile time thing, not runtime. It also broke the python bindings.
31579
31580 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31581
31582         * ext/lame/gstlame.c: (gst_lame_src_link):
31583         made source pad link function check if sinkpad is ok..fixes the problem
31584         where core fixates the output rate of lame stupidly
31585
31586 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31587
31588         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31589         * sys/v4l/v4l_calls.c:
31590         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31591           fix fixate function to handle nonsimple caps.
31592           remove bogus check in _link
31593           cleanups
31594
31595 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31596
31597         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31598         set default compression ratio parameter to 0.0 so bitrate parameter
31599         works :)
31600
31601 2004-08-11  David Schleef  <ds@schleef.org>
31602
31603         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31604
31605 2004-08-11  David Schleef  <ds@schleef.org>
31606
31607         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31608         before.
31609
31610 2004-08-11  David Schleef  <ds@schleef.org>
31611
31612         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31613
31614 2004-08-11  David Schleef  <ds@schleef.org>
31615
31616         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31617           license field
31618         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31619         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31620           LGPL.
31621         * gst/auparse/gstauparse.c: Fix plugin license field.
31622         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31623         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31624         * gst/rtp/gstrtp.c: Fix plugin license field.
31625
31626 2004-08-11  Wim Taymans  <wim@fluendo.com>
31627
31628         * gst/tcp/Makefile.am:
31629         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31630         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31631         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31632         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31633         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31634         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31635         (gst_fdset_fd_can_write), (gst_fdset_wait):
31636         * gst/tcp/gstfdset.h:
31637         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31638         (gst_multifdsink_class_init), (gst_multifdsink_init),
31639         (gst_multifdsink_add), (gst_multifdsink_remove),
31640         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31641         (gst_multifdsink_remove_client_link),
31642         (gst_multifdsink_handle_client_read),
31643         (gst_multifdsink_client_queue_data),
31644         (gst_multifdsink_client_queue_caps),
31645         (gst_multifdsink_client_queue_buffer),
31646         (gst_multifdsink_handle_client_write),
31647         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31648         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31649         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31650         (gst_multifdsink_close):
31651         * gst/tcp/gstmultifdsink.h:
31652         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31653         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31654         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31655         (gst_tcpserversink_close):
31656         * gst/tcp/gsttcpserversink.h:
31657         Abstracted away the select call, implemented poll (yes we ran into
31658         the 1024 limit in production).
31659
31660 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31661
31662         * gst/tcp/gsttcp.c:
31663         * gst/tcp/gsttcpplugin.c:
31664           improve debuggging, remove assert
31665
31666 2004-08-10  Wim Taymans  <wim@fluendo.com>
31667
31668         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31669         (gst_client_status_get_type), (gst_multifdsink_class_init),
31670         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31671         (gst_multifdsink_handle_client_read),
31672         (gst_multifdsink_handle_client_write),
31673         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31674         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31675         (gst_multifdsink_get_property):
31676         * gst/tcp/gstmultifdsink.h:
31677         * gst/tcp/gsttcp-marshal.list:
31678         Starting to prepare for specifying buffer time in other units
31679         than buffers. Expose remove reason in signal.
31680
31681 2004-08-10  Wim Taymans  <wim@fluendo.com>
31682
31683         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31684         (gst_multifdsink_remove), (gst_multifdsink_clear),
31685         (gst_multifdsink_remove_client_link),
31686         (gst_multifdsink_handle_client_read),
31687         (gst_multifdsink_client_queue_data),
31688         (gst_multifdsink_client_queue_buffer),
31689         (gst_multifdsink_handle_client_write),
31690         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31691         (gst_multifdsink_chain), (gst_multifdsink_close):
31692         * gst/tcp/gstmultifdsink.h:
31693         Added more debugging info. Changed the way clients are
31694         removed from the lists. Fixed a bug where a bad file descriptor
31695         could cause many clients to be removed.
31696
31697 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31698
31699         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31700           allow all pixel-aspect-ratios, not just 1:1
31701
31702 2004-08-09  David Schleef  <ds@schleef.org>
31703
31704         * sys/glsink/ARB_multitexture.h:  Remove old files.
31705         * sys/glsink/EXT_paletted_texture.h:
31706         * sys/glsink/NV_register_combiners.h:
31707         * sys/glsink/gstgl_nvimage.c:
31708         * sys/glsink/gstgl_pdrimage.c:
31709         * sys/glsink/gstgl_rgbimage.c:
31710         * sys/glsink/gstglsink.c:
31711         * sys/glsink/gstglsink.h:
31712         * sys/glsink/gstglxwindow.c:
31713         * sys/glsink/regcomb_yuvrgb.c:
31714
31715 2004-08-09  David Schleef  <ds@schleef.org>
31716
31717         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31718         GL sink plugin.  (Bug #147302)
31719
31720         * configure.ac: Test for OpenGL
31721         * sys/Makefile.am: Use test for OpenGL
31722         * sys/glsink/Makefile.am:
31723         * sys/glsink/glimagesink.c: rewrite
31724         * sys/glsink/glimagesink.h: rewrite
31725
31726 2004-08-09  David Schleef  <ds@schleef.org>
31727
31728         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31729         sane framerates.
31730         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31732         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31733
31734 2004-08-09  Wim Taymans  <wim@fluendo.com>
31735
31736         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31737         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31738         (gst_multifdsink_client_remove),
31739         (gst_multifdsink_handle_client_read),
31740         (gst_multifdsink_handle_client_write),
31741         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31742         Do a bit more logging, make the client_read code more robust.
31743
31744 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31745
31746         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31747         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31748         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31749         (gst_jpegdec_init), (gst_jpegdec_chain):
31750         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31751         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31752           cleanups, debugging fixes and memleak plugging
31753
31754 2004-08-09  Wim Taymans  <wim@fluendo.com>
31755
31756         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31757         (theora_get_formats), (theora_dec_src_convert),
31758         (theora_dec_sink_convert), (theora_dec_src_query),
31759         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31760         (theora_dec_change_state):
31761         Don't crash on missing header packets.
31762
31763 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31764
31765         * po/LINGUAS:
31766         * po/sq.po:
31767           Added Albanian translation (Laurent Dhima)
31768         * po/cs.po:
31769           updated
31770
31771 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31772
31773         * ext/lame/gstlame.c:
31774           fix/add debugging
31775
31776 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31777
31778         * sys/ximage/ximagesink.c:
31779         * sys/xvimage/xvimagesink.c:
31780           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31781
31782 2004-08-06  Wim Taymans  <wim@fluendo.com>
31783
31784         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31785         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31786         (gst_multifdsink_client_remove),
31787         (gst_multifdsink_handle_client_read),
31788         (gst_multifdsink_handle_client_write),
31789         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31790         Make sure we don't try to read more from a client that what
31791         ioctl says us or we deadlock.
31792
31793 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31794
31795         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31796         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31797         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31798           decouple running_time and n_frames so it can handle changing
31799           framerate while running
31800
31801 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31802
31803         * po/nl.po:
31804         * po/sv.po:
31805           updated translations
31806
31807 2004-08-04  Benjamin Otte  <otte@gnome.org>
31808
31809         * gst/videotestsrc/gstvideotestsrc.c:
31810         (gst_videotestsrc_get_capslist), (generate_capslist),
31811         (plugin_init):
31812           generate the list of supported caps at startup and reuse it instead
31813           of always generating it
31814
31815 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31816
31817         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31818           whoops, last checkin broke normal build
31819
31820 2004-08-03  Benjamin Otte  <otte@gnome.org>
31821
31822         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31823         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31824         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31825         (gst_alsa_mixer_get_option):
31826         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31827         (dvdnavsrc_print_event):
31828         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31829         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31830         (gst_ogg_mux_pad_unlink):
31831         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31832         (gst_multipart_mux_pad_unlink):
31833         * gst/videofilter/gstvideobalance.c:
31834         (gst_videobalance_colorbalance_set_value):
31835         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31836         (gst_videomixer_pad_unlink):
31837         * po/uk.po:
31838         * sys/oss/gstossmixer.c:
31839         * sys/v4l/gstv4lcolorbalance.c:
31840         * sys/v4l/gstv4ltuner.c:
31841         * sys/v4l/v4lsrc_calls.c:
31842         * sys/v4l2/gstv4l2colorbalance.c:
31843         * sys/v4l2/gstv4l2tuner.c:
31844           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31845
31846 2004-08-03  Benjamin Otte  <otte@gnome.org>
31847
31848         * examples/dynparams/filter.c: (ui_control_create):
31849         * examples/gstplay/player.c: (print_tag):
31850         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31851         * ext/gdk_pixbuf/gstgdkanimation.c:
31852         (gst_gdk_animation_iter_may_advance):
31853         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31854         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31855         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31856         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31857         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31858         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31859         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31860         * gst/sine/demo-dparams.c: (main):
31861         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31862         * testsuite/alsa/formats.c: (create_pipeline):
31863         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31864           fixes for G_DISABLE_ASSERT and friends
31865         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31866         (mp3_type_frame_length_from_header), (mp3_type_find),
31867         (plugin_init):
31868           require mp3 typefinding to have at least MIN_HEADERS valid headers
31869           add typefinding for AAC adts files
31870
31871 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31872
31873         * sys/ximage/ximagesink.c:
31874         (gst_ximagesink_calculate_pixel_aspect_ratio):
31875         * sys/xvimage/xvimagesink.c:
31876         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31877         Make sure we calculate pixel-aspect-ratio using floating point maths
31878
31879 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31880
31881         * po/uk.po:
31882           updated translation
31883
31884 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31885
31886         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31888           add debugging for display PAR calculation
31889
31890 2004-08-02  David Schleef  <ds@schleef.org>
31891
31892         * configure.ac: Fix mikmod CFLAGS.
31893
31894 2004-07-27  Benjamin Otte  <otte@gnome.org>
31895
31896         * gst/audioscale/gstaudioscale.c:
31897         - fix templates to only support S16, it's the only format that works
31898         - make caps nego code use try_set_caps_nonfixed and fixation instead
31899         of try_set_caps twice, which is not nice for autopluggers
31900         - change rank to secondary, so autopluggers can pick it up after
31901         audioconvert
31902
31903 2004-08-02  Iain <iain@prettypeople.org>
31904
31905         * gst/interleave/interleave.c (interleave_init),
31906         (interleave_request_new_pad),
31907         (interleave_pad_removed),
31908         (interleave_buffered_loop): Use the real pad count, not the artificial
31909         one.
31910
31911 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31912
31913         * configure.ac: bump nano back to development
31914
31915 === release 0.8.3 ===
31916
31917 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31918
31919         * configure.ac: releasing 0.8.3, "Water"
31920
31921 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31922
31923         * sys/xvimage/xvimagesink.c:
31924         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31925         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31926         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31927         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31928         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31929         * sys/xvimage/xvimagesink.h:
31930           apply similar PAR fixes as to ximagesink
31931
31932 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31933
31934         patch from: Benjamin Otte
31935
31936         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31937           add link function to lame.  Fixes #148986.
31938
31939 2004-08-02  Johan Dahlin  <johan@gnome.org>
31940
31941         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31942         fix debugging log
31943
31944 2004-07-30  David Schleef  <ds@schleef.org>
31945
31946         * gst/videomixer/Makefile.am: Fix things that should have been
31947         fixed in the last checkin.
31948
31949 2004-07-30  David Schleef  <ds@schleef.org>
31950
31951         * gst/multipart/Makefile.am: Fix things that should have been
31952         fixed in the last checkin.
31953
31954 2004-07-30  David Schleef  <ds@schleef.org>
31955
31956         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31957
31958 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31959
31960         * configure.ac:
31961           bump nano for prerelease
31962         * po/af.po:
31963         * po/az.po:
31964         * po/cs.po:
31965         * po/en_GB.po:
31966         * po/hu.po:
31967         * po/nl.po:
31968         * po/sr.po:
31969         * po/sv.po:
31970         * po/uk.po:
31971           updates
31972
31973 2004-07-30  Wim Taymans  <wim@fluendo.com>
31974
31975         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31976         (gst_multifdsink_add), (gst_multifdsink_remove),
31977         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31978         (gst_multifdsink_client_remove),
31979         (gst_multifdsink_handle_client_write),
31980         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31981         * gst/tcp/gstmultifdsink.h:
31982         Recover from a select with a bad file descriptor by removing
31983         the client.
31984
31985 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31986
31987         * configure.ac:
31988           fix requirement of core
31989         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31990         (gst_play_pipeline_setup):
31991           don't use colorspace element.  do use hermescolorspace element.
31992           make macro to get a colorspace element.
31993           mark strings for translation.
31994         * po/POTFILES.in:
31995           add play.c
31996         * po/af.po:
31997         * po/az.po:
31998         * po/cs.po:
31999         * po/en_GB.po:
32000         * po/hu.po:
32001         * po/nl.po:
32002         * po/sr.po:
32003         * po/sv.po:
32004         * po/uk.po:
32005           update translations
32006
32007 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32008
32009         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32010         fix default for newmedia flag
32011
32012 2004-07-30  Wim Taymans  <wim@fluendo.com>
32013
32014         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32015         (gst_theora_dec_init), (theora_get_formats),
32016         (theora_dec_src_convert), (theora_dec_sink_convert),
32017         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32018         (theora_dec_chain), (theora_dec_set_property),
32019         (theora_dec_get_property):
32020         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32021         (gst_theora_enc_class_init), (gst_theora_enc_init),
32022         (theora_enc_sink_link), (theora_enc_chain),
32023         (theora_enc_set_property), (theora_enc_get_property):
32024         Added cropping option to theora decoder.
32025         Added border option to theora encoder.
32026
32027 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32028
32029         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32030         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32031         (gst_pngenc_set_property):
32032         * ext/libpng/gstpngenc.h:
32033         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
32034
32035 2004-07-30  Wim Taymans  <wim@fluendo.com>
32036
32037         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32038         (theora_enc_sink_link), (theora_enc_chain),
32039         (theora_enc_set_property), (theora_enc_get_property):
32040         Fix encoding of non-multiple-of-16 video.
32041
32042 2004-07-29  David Schleef  <ds@schleef.org>
32043
32044         * configure.ac: make test for audiofile more strict
32045
32046 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32047
32048         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32049           give different names to typefind functions
32050
32051 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32052
32053         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32054         (gst_ximagesink_calculate_pixel_aspect_ratio),
32055         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32056         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32057         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32058         (gst_ximagesink_get_property), (gst_ximagesink_init):
32059         * sys/ximage/ximagesink.h:
32060           allocate PAR's dynamically.
32061           use autodetected PAR if no object-set PAR is given.
32062           add workaround for directfb's X not setting physical size.
32063           fix to xvimagesink will follow tomorrow.
32064
32065 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32066
32067         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32068         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32069         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32070         (gst_shout2send_class_init), (gst_shout2send_init),
32071         (set_shout_metadata), (gst_shout2send_set_metadata),
32072         (gst_shout2send_chain), (gst_shout2send_set_property),
32073         (gst_shout2send_get_property), (gst_shout2send_connect),
32074         (gst_shout2send_change_state):
32075         * ext/shout2/gstshout2.h:
32076         - fix for sending mp3 audio to icecast2 server, if pad link function not
32077         called before PAUSED state
32078         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32079         - added tagging support for mp3 audio broadcasted
32080         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32081         debug info
32082
32083 2004-07-28  Wim Taymans  <wim@fluendo.com>
32084
32085         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32086         (gst_ogg_demux_push):
32087         Return query failure when we don't know the length of
32088         an ogg stream insteda of returning TRUE with a bogus value.
32089
32090 2004-07-28  Wim Taymans  <wim@fluendo.com>
32091
32092         * ext/theora/theoradec.c: (theora_get_formats),
32093         (theora_dec_src_convert), (theora_dec_sink_convert),
32094         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32095         (theora_dec_chain):
32096         Don't screw up the 1 Chroma for 1 luma sample situation when we
32097         have an odd offset/width by adding a black border in those cases.
32098
32099 2004-07-28  Wim Taymans  <wim@fluendo.com>
32100
32101         * ext/theora/theoradec.c: (theora_get_formats),
32102         (theora_dec_src_convert), (theora_dec_sink_convert),
32103         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32104         (theora_dec_chain):
32105         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32106         Added first attempt at cropping of the image as required by the
32107         theora spec. We need more properties in the caps (offset_x,
32108         offset_y,stride) to implement this correctly.
32109
32110 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32111
32112         * ext/dvdnav/README:
32113           Update the README to use dvddemux
32114         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32115           Ensure getcaps returns a subset of the template caps
32116         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32117         (gst_mpeg2subt_init):
32118           Ensure getcaps returns a subset of the template caps
32119         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32120         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32121         (gst_dvd_demux_get_subpicture_stream),
32122         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32123         * gst/mpegstream/gstdvddemux.h:
32124           Set the explicit caps on the current_video pad before pushing
32125           anything
32126         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32127         (gst_mpeg_demux_get_audio_stream):
32128           Free caps used to gst_pad_set_explicit_caps, which takes a const
32129           GstCaps *
32130
32131 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32132
32133         * configure.ac: update GStreamer requirement to 0.8.4 because of
32134           GstFraction.
32135
32136 2004-07-28  Wim Taymans  <wim@fluendo.com>
32137
32138         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32139         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32140         Add the pad to the element after setting up the caps. This
32141         makes it a lot easier to autoplug.
32142
32143 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32144
32145         * gst/median/gstmedian.c:
32146         * gst/mpeg2subt/gstmpeg2subt.c:
32147         * gst/mpegaudioparse/gstmpegaudioparse.c:
32148         * gst/mpegstream/gstdvddemux.c:
32149         * gst/mpegstream/gstmpegdemux.c:
32150         * gst/mpegstream/gstmpegpacketize.c:
32151         * gst/rtjpeg/gstrtjpeg.c:
32152         * gst/rtjpeg/gstrtjpegdec.c:
32153         * gst/rtjpeg/gstrtjpegenc.c:
32154         * gst/sine/gstsinesrc.c:
32155         * gst/smooth/gstsmooth.c:
32156         * gst/smpte/gstsmpte.c:
32157         * gst/smpte/gstsmpte.h:
32158         * gst/stereo/gststereo.c:
32159         * gst/videofilter/gstgamma.c:
32160         * gst/videofilter/gstvideobalance.c:
32161         * gst/videofilter/gstvideofilter.c:
32162         * gst/videofilter/gstvideoflip.c:
32163         * gst/videoscale/gstvideoscale.c:
32164         * gst/videoscale/videoscale.c:
32165         * gst/videotestsrc/gstvideotestsrc.c:
32166         * gst/videotestsrc/videotestsrc.c:
32167         * gst/wavenc/gstwavenc.c:
32168         * gst/wavparse/gstwavparse.c:
32169           fix local includes and 64 bits constants
32170
32171 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32172
32173         * win32/gst.sln:
32174         * gst-libs/gst/*/*.vcproj:
32175         * gst/*/*.vcproj:
32176           more working plugins
32177
32178 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32179
32180         * testsuite/alsa/Makefile.am:
32181         * testsuite/alsa/srcstate.c:
32182         add test for alsasrc changing state
32183
32184 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32185
32186         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32187         (gst_silence_get):
32188         * gst/silence/gstsilence.h:
32189         fix silence generation for 16bit raw audio
32190
32191 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32192
32193         * gst/matroska/matroska-demux.c:
32194         (gst_matroska_demux_parse_metadata),
32195         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32196         * gst/mpegaudio/common.c:
32197         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32198         (gst_videoscale_getcaps), (gst_videoscale_link),
32199         (gst_videoscale_src_fixate), (gst_videoscale_init),
32200         (gst_videoscale_finalize):
32201         * gst/videoscale/gstvideoscale.h:
32202         * gst/videotestsrc/gstvideotestsrc.c:
32203         (gst_videotestsrc_get_capslist):
32204         * gst/wavenc/gstwavenc.c:
32205         * sys/oss/gstossmixer.c: (fill_labels):
32206         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32207         (gst_ximagesink_handle_xevents),
32208         (gst_ximagesink_calculate_pixel_aspect_ratio),
32209         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32210         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32211         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32212         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32213         (gst_ximagesink_init), (gst_ximagesink_class_init):
32214         * sys/ximage/ximagesink.h:
32215         * sys/xvimage/xvimagesink.c:
32216         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32217         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32218         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32219         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32220         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32221         * sys/xvimage/xvimagesink.h:
32222           first batch of pixel aspect ratio commits.
32223
32224 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32225
32226         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32227         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32228         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32229           handle stride, needs work if we want to move stride handling
32230           upstream, but works correctly for our purposes.
32231
32232 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32233
32234         * gst/videoscale/README:
32235           add testing examples
32236         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32237         (gst_videoscale_chain):
32238         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32239         (gst_videoscale_get_size):
32240           add get_size function that handles stride like videotestsrc.
32241           fixes conversion for YUV formats for as much as I can test them.
32242
32243 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32244
32245         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32246         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32248         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32249         (gst_xvimagesink_xvimage_put):
32250           further cleanups, logging, error handling and synchronizing
32251
32252 2004-07-27  Wim Taymans  <wim@fluendo.com>
32253
32254         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32255         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32256         (gst_videomixer_pad_set_property),
32257         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32258         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32259         (gst_videomixer_class_init), (gst_videomixer_init),
32260         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32261         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32262         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32263         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32264         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32265         (gst_videomixer_loop), (plugin_init):
32266         Be a nicer negotiation citizen and provide a getcaps function on
32267         the srcpad. This also fixes a crash when resizing.
32268
32269 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32270
32271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32272         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32273
32274 2004-07-27  Wim Taymans  <wim@fluendo.com>
32275
32276         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32277         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32278         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32279         (gst_pngenc_set_property):
32280         * ext/libpng/gstpngenc.h:
32281         Added snapshot property to pngenc.
32282         removed g_print from pngdec
32283
32284 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32285
32286         * gst/ac3parse/ac3parse.vcproj
32287         * gst/adder/adder.vcproj
32288         * gst/alpha/alpha.vcproj
32289         * gst/alpha/alphacolor.vcproj
32290         * gst/asfdemux/asf.vcproj
32291         * gst/audioconvert/audioconvert.vcproj
32292         * gst/audiorate/audiorate.vcproj
32293         * gst/audioscale/audioscale.vcproj
32294         * gst/auparse/auparse.vcproj
32295         * gst/avi/avi.vcproj
32296         * gst/cdxaparse/cdxaparse.vcproj
32297         * gst/chart/chart.vcproj
32298         * gst/colorspace/colorspace.vcproj
32299         * gst/cutter/cutter.vcproj
32300         * gst/debug/debug.vcproj
32301         * gst/debug/efence.vcproj
32302         * gst/debug/navigationtest.vcproj
32303         * gst/deinterlace/deinterlace.vcproj
32304         * gst/effectv/effectv.vcproj
32305         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32306         * gst/filter/filter.vcproj
32307         * gst/flx/flxdec.vcproj
32308         * gst/goom/goom.vcproj
32309         * gst/interleave/interleave.vcproj
32310         * gst/law/alaw.vcproj
32311         * gst/law/mulaw.vcproj
32312         * gst/matroska/matroska.vcproj
32313         * gst/median/median.vcproj
32314         * gst/mixmatrix/mixmatrix.vcproj
32315         * gst/mpeg1sys/mpeg1systemencode.vcproj
32316         * gst/mpeg1videoparse/mp1videoparse.vcproj
32317         * gst/mpeg2sub/mpeg2subt.vcproj
32318         * gst/mpegaudio/mpegaudio.vcproj
32319         * gst/mpegaudioparse/mpegaudioparse.vcproj
32320         * gst/mpegstream/mpegstream.vcproj
32321         * gst/multifilesink/multifilesink.vcproj
32322         * gst/multipart/multipart.vcproj
32323         * gst/oneton/oneton.vcproj
32324         * gst/overlay/overlay.vcproj
32325         * gst/passthrough/passthrough.vcproj
32326         * gst/qtdemux/qtdemux.vcproj
32327         * gst/realmedia/rmdemux.vcproj
32328         * gst/rtjpeg/rtjpeg.vcproj
32329         * gst/rtp/rtp.vcproj
32330         * gst/silence/silence.vcproj
32331         * gst/sine/sinesrc.vcproj
32332         * gst/smooth/smooth.vcproj
32333         * gst/smpte/smpte.vcproj
32334         * gst/spectrum/spectrum.vcproj
32335         * gst/speed/speed.vcproj
32336         * gst/stereo/stereo.vcproj
32337         * gst/switch/switch.vcproj
32338         * gst/tags/tagedit.vcproj
32339         * gst/tcp/tcp.vcproj
32340         * gst/typefind/typefindfunctions.vcproj
32341         * gst/udp/udp.vcproj
32342         * gst/videobox/videobox.vcproj
32343         * gst/videocrop/videocrop.vcproj
32344         * gst/videodrop/videodrop.vcproj
32345         * gst/videofilter/gamma.vcproj
32346         * gst/videofilter/videobalance.vcproj
32347         * gst/videofilter/videofilter.vcproj
32348         * gst/videofilter/videoflip.vcproj
32349         * gst/videoflip/videoflip.vcproj
32350         * gst/videomixer/videomixer.vcproj
32351         * gst/videorate/videorate.vcproj
32352         * gst/videoscale/videoscale.vcproj
32353         * gst/videotestsrc/videotestsrc.vcproj
32354         * gst/virtualdub/virtualdub.vcproj
32355         * gst/volenv/volenv.vcproj
32356         * gst/volume/volume.vcproj
32357         * gst/wavenc/wavenc.vcproj
32358         * gst/wavparse/wavparse.vcproj
32359         * gst/y4m/y4menc.vcproj
32360         * gst-libs/gst/audio/audio.vcproj
32361         * gst-libs/gst/audio/audiofilter.vcproj
32362         * gst-libs/gst/colorbalance/colorbalance.vcproj
32363         * gst-libs/gst/idct/idtc.vcproj
32364         * gst-libs/gst/media-info/media-info.vcproj
32365         * gst-libs/gst/mixer/mixer.vcproj
32366         * gst-libs/gst/navigation/navigation.vcproj
32367         * gst-libs/gst/play/play.vcproj
32368         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32369         * gst-libs/gst/resample/resample.vcproj
32370         * gst-libs/gst/riff/riff.vcproj
32371         * gst-libs/gst/tuner/tuner.vcproj
32372         * gst-libs/gst/video/video.vcproj
32373         * gst-libs/gst/xoverlay/xoverlay.vcproj
32374           avoid problems with math.h, fix release dependancy
32375           rename GStreamer-0.8.lib to libgstreamer.lib
32376
32377 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32378
32379         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32381         the atom is not available we have to unlock the mutex. Fixes #148023
32382
32383 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32384
32385         * gst-libs/gst/media-info/media-info.h:
32386           issue for a vararg macro with MSVC
32387
32388 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32389
32390         * gst/effectv/effectv.vcproj
32391         * gst-libs/gst/idct/idct.vcproj:
32392         * gst-libs/gst/media-info/media-info.vcproj:
32393         * gst-libs/gst/navigation/navigation.vcproj:
32394         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32395         * gst-libs/gst/video/video.vcproj:
32396         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32397           fixes for build problems
32398
32399 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32400
32401         * gst-libs/gst/audio/audio.def:
32402         * gst-libs/gst/audio/riff.def:
32403           add some definitions needed by plugins
32404
32405 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32406
32407         * gst/asfdemux/gstasfmux.c
32408           Fix some 64 bits constants to be glib friendly
32409
32410 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32411
32412         * gst/ac3parse/gstac3parse.c
32413         * gst/audioscale/gstaudioscale.c
32414         * gst/auparse/gstauparse.c
32415         * gst/colorspace/gstcolorspace.c
32416         * gst/colorspace/yuv2rgb.h
32417           local include fixes
32418
32419 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32420
32421         * win32/gst.sln
32422           add more plugins to the build
32423
32424 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32425
32426         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32427         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32428
32429 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32430
32431         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32432         (gst_level_set_property), (gst_level_get_property),
32433         (gst_level_base_init), (gst_level_class_init):
32434           add debugging categories.  cleanups.
32435
32436 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32437
32438         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32439         (gst_videoscale_planar411), (gst_videoscale_planar400),
32440         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32441         (gst_videoscale_scale_nearest_str1),
32442         (gst_videoscale_scale_nearest_str2),
32443         (gst_videoscale_scale_nearest_str4),
32444         (gst_videoscale_scale_nearest_16bit),
32445         (gst_videoscale_scale_nearest_24bit):
32446           fixed stride issues
32447           tested with 320x240 -> 321, 322, 324 x240
32448           tested with YV12, I420, YUY2, UYVY
32449           fixed packed422rev (don't think it could have worked before)
32450           by testing with UYVY
32451
32452 2004-07-26  Benjamin Otte  <otte@gnome.org>
32453
32454         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32455         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32456         (plugin_init):
32457           add debugging category, add error checks like checking return values
32458           of setup calls, make sure it still works after
32459           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32460
32461 2004-07-26  Wim Taymans  <wim@fluendo.com>
32462
32463         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32464         (gst_mpeg_demux_get_audio_stream),
32465         (gst_mpeg_demux_process_private):
32466         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32467         Check for error codes from the negotiation functions. Make sure
32468         we really set the pad caps when a new pad is created.
32469
32470 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32471
32472         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32473         (gst_ffmpeg_caps_to_pix_fmt):
32474         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32475         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32476         (gst_ffmpegcolorspace_pad_link):
32477           don't make function do two things at the same time without reason.
32478
32479 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32480
32481         * gst/ac3parse/ac3parse.vcproj
32482         * gst/adder/adder.vcproj
32483         * gst/alpha/alpha.vcproj
32484         * gst/alpha/alphacolor.vcproj
32485         * gst/asfdemux/asf.vcproj
32486         * gst/audioconvert/audioconvert.vcproj
32487         * gst/audiorate/audiorate.vcproj
32488         * gst/audioscale/audioscale.vcproj
32489         * gst/auparse/auparse.vcproj
32490         * gst/avi/avi.vcproj
32491         * gst/cdxaparse/cdxaparse.vcproj
32492         * gst/chart/chart.vcproj
32493         * gst/colorspace/colorspace.vcproj
32494         * gst/cutter/cutter.vcproj
32495         * gst/debug/debug.vcproj
32496         * gst/debug/efence.vcproj
32497         * gst/debug/navigationtest.vcproj
32498         * gst/deinterlace/deinterlace.vcproj
32499         * gst/effectv/effectv.vcproj
32500         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32501         * gst/filter/filter.vcproj
32502         * gst/flx/flxdec.vcproj
32503         * gst/goom/goom.vcproj
32504         * gst/interleave/interleave.vcproj
32505         * gst/law/alaw.vcproj
32506         * gst/law/mulaw.vcproj
32507         * gst/matroska/matroska.vcproj
32508         * gst/median/median.vcproj
32509         * gst/mixmatrix/mixmatrix.vcproj
32510         * gst/mpeg1sys/mpeg1systemencode.vcproj
32511         * gst/mpeg1videoparse/mp1videoparse.vcproj
32512         * gst/mpeg2sub/mpeg2subt.vcproj
32513         * gst/mpegaudio/mpegaudio.vcproj
32514         * gst/mpegaudioparse/mpegaudioparse.vcproj
32515         * gst/mpegstream/mpegstream.vcproj
32516         * gst/multifilesink/multifilesink.vcproj
32517         * gst/multipart/multipart.vcproj
32518         * gst/oneton/oneton.vcproj
32519         * gst/overlay/overlay.vcproj
32520         * gst/passthrough/passthrough.vcproj
32521         * gst/qtdemux/qtdemux.vcproj
32522         * gst/realmedia/rmdemux.vcproj
32523         * gst/rtjpeg/rtjpeg.vcproj
32524         * gst/rtp/rtp.vcproj
32525         * gst/silence/silence.vcproj
32526         * gst/sine/sinesrc.vcproj
32527         * gst/smooth/smooth.vcproj
32528         * gst/smpte/smpte.vcproj
32529         * gst/spectrum/spectrum.vcproj
32530         * gst/speed/speed.vcproj
32531         * gst/stereo/stereo.vcproj
32532         * gst/switch/switch.vcproj
32533         * gst/tags/tagedit.vcproj
32534         * gst/tcp/tcp.vcproj
32535         * gst/typefind/typefindfunctions.vcproj
32536         * gst/udp/udp.vcproj
32537         * gst/videobox/videobox.vcproj
32538         * gst/videocrop/videocrop.vcproj
32539         * gst/videodrop/videodrop.vcproj
32540         * gst/videofilter/gamma.vcproj
32541         * gst/videofilter/videobalance.vcproj
32542         * gst/videofilter/videofilter.vcproj
32543         * gst/videofilter/videoflip.vcproj
32544         * gst/videoflip/videoflip.vcproj
32545         * gst/videomixer/videomixer.vcproj
32546         * gst/videorate/videorate.vcproj
32547         * gst/videoscale/videoscale.vcproj
32548         * gst/videotestsrc/videotestsrc.vcproj
32549         * gst/virtualdub/virtualdub.vcproj
32550         * gst/volenv/volenv.vcproj
32551         * gst/volume/volume.vcproj
32552         * gst/wavenc/wavenc.vcproj
32553         * gst/wavparse/wavparse.vcproj
32554         * gst/y4m/y4menc.vcproj
32555           more plugins supported under windows
32556
32557 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32558
32559         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32560         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32561         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32563         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32564           Add debugging statements.  Use the sizes as returned by the
32565           *CreateImage calls.
32566
32567 2004-07-26  Johan Dahlin  <johan@gnome.org>
32568
32569         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32570         the pad is negotiated.
32571
32572         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32573
32574 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32575
32576         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32577         * gst-libs/gst/idct/idct.vcproj:
32578         * gst-libs/gst/media-info/media-info.vcproj:
32579         * gst-libs/gst/mixer/mixer.vcproj:
32580         * gst-libs/gst/navigation/navigation.vcproj:
32581         * gst-libs/gst/play/play.vcproj:
32582         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32583         * gst-libs/gst/resample/resample.vcproj:
32584         * gst-libs/gst/tuner/tuner.vcproj:
32585         * gst-libs/gst/video/video.vcproj:
32586         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32587           more plugins supported under windows
32588
32589 2004-07-25 Iain <iain@prettypeople.org>
32590
32591         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32592         pad now rather than when the pad is created because state changes wipe
32593         explicit caps (fixes #148043).
32594
32595 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32596
32597         reviewed by Benjamin Otte  <otte@gnome.org>
32598
32599         * ext/mad/gstmad.c:
32600           fix mad plugin crashing on Sun (fixes #148289)
32601
32602 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32603
32604         * gst/avi/avi.def:
32605         * gst/avi/avi.vcproj:
32606         * gst/matroska/matroska.def:
32607         * gst/matroska/matroska.vcproj:
32608           remove unused .def files
32609
32610 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32611
32612         * gst-libs/gst/audio/gstaudiofilter.c:
32613           Clean the local include
32614
32615 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32616
32617         * win32/gst.sln:
32618         * gst-libs/gst/audio/audio.def:
32619         * gst-libs/gst/audio/audio.vcproj:
32620         * gst-libs/gst/audio/audiofilter.vcproj:
32621         * gst-libs/gst/audio/riff.def:
32622         * gst-libs/gst/audio/riff.vcproj:
32623         * gst-libs/gst/gst-libs.def:
32624         * gst-libs/gst/gst-libs.vcproj:
32625         * gst/avi/avi.vcproj:
32626         * gst/avi/avi.vcproj:
32627           Copy the files where needed after building, cleaner projects
32628
32629 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32630
32631         * gst/matroska/ebml-write.c:
32632           Fix some 64 bits constants to be glib friendly
32633
32634 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32635
32636         * win32/gst.sln:
32637         * gst-libs/gst/gst-libs.def:
32638         * gst-libs/gst/gst-libs.vcproj:
32639         * gst/matroska/matroska.def:
32640         * gst/matroska/matroska.vcproj:
32641           Add the preliminary canvas to build plugins on Win32
32642
32643 2004-07-23  Benjamin Otte  <otte@gnome.org>
32644
32645         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32646           don't enfore negotiation from source side, it breaks
32647           sinesrc ! audioconvert ! osssink
32648
32649 2004-07-22  David Schleef  <ds@schleef.org>
32650
32651         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32652         for ELF files, since they can easily be recognized as audio/mpeg.
32653         (bug #147441)
32654
32655 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32656
32657         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32658         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32659         (gst_videoscale_scale_nearest_24bit),
32660         (gst_videoscale_scale_nearest_16bit):
32661           fix 16bit and 24bit for stride (24bit might need testing)
32662           don't pretend we do more than one algorithm
32663
32664 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32665
32666         * configure.ac:
32667         * gst/Makefile.am:
32668         * gst/multifilesink/Makefile.am:
32669         * gst/multifilesink/gstmultifilesink.c:
32670         (gst_multifilesink_get_formats),
32671         (gst_multifilesink_get_query_types), (_do_init),
32672         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32673         (gst_multifilesink_init), (gst_multifilesink_dispose),
32674         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32675         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32676         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32677         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32678         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32679         (gst_multifilesink_uri_get_type),
32680         (gst_multifilesink_uri_get_protocols),
32681         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32682         (gst_multifilesink_uri_handler_init), (plugin_init):
32683         * gst/multifilesink/gstmultifilesink.h:
32684         * testsuite/Makefile.am:
32685         * testsuite/multifilesink/Makefile.am:
32686         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32687         (gst_newmedia_class_init), (gst_newmedia_init),
32688         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32689         (newfile_signal), (test_signal), (main):
32690         multifilesink plugin for creating new files every time a new media
32691         discontinuity event occurs
32692
32693 2004-07-22  Wim Taymans  <wim@fluendo.com>
32694
32695         * gst/alpha/Makefile.am:
32696         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32697         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32698         (gst_alpha_color_init), (gst_alpha_color_set_property),
32699         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32700         (transform), (gst_alpha_color_chain),
32701         (gst_alpha_color_change_state), (plugin_init):
32702         Stupid plugin to to RGBA to AYUV conversion because none of
32703         the colorspace plugins can handle that yet.
32704
32705 2004-07-22  Wim Taymans  <wim@fluendo.com>
32706
32707         * examples/seeking/seek.c: (update_scale), (main):
32708         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32709         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32710         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32711         (gst_decode_bin_init), (gst_decode_bin_dispose),
32712         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32713         (no_more_pads), (close_link), (type_found),
32714         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32715         (plugin_init):
32716         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32717         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32718         (gst_play_base_bin_dispose), (queue_overrun),
32719         (gen_preroll_element), (remove_prerolls), (unknown_type),
32720         (no_more_pads), (new_stream), (setup_source),
32721         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32722         (play_base_eos), (gst_play_base_bin_change_state),
32723         (gst_play_base_bin_add_element),
32724         (gst_play_base_bin_remove_element),
32725         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32726         (gst_play_base_bin_unlink_stream),
32727         (gst_play_base_bin_get_streaminfo):
32728         * gst/playback/gstplaybin.c: (gen_video_element),
32729         (gen_audio_element):
32730         * gst/playback/gststreaminfo.h:
32731         More playback updates, attempt to fix things after the state change
32732         breakage.
32733
32734 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32735
32736         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32737         (gst_videoscale_scale_nearest_16bit):
32738           comment algorithm
32739
32740 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32741
32742         * gst/videotestsrc/gstvideotestsrc.c:
32743         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32744         (gst_videotestsrc_init), (gst_videotestsrc_get),
32745         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32746         (gst_videotestsrc_get_property):
32747         * gst/videotestsrc/gstvideotestsrc.h:
32748         * gst/videotestsrc/videotestsrc.c:
32749         * gst/videotestsrc/videotestsrc.h:
32750           cleanup and commenting
32751
32752 2004-07-21  Wim Taymans  <wim@fluendo.com>
32753
32754         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32755         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32756         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32757         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32758         (_find_chain_get_unknown_part), (_find_streams_check),
32759         (gst_ogg_demux_push), (gst_ogg_pad_push):
32760         * ext/theora/theoradec.c: (theora_get_formats),
32761         (theora_dec_src_convert), (theora_dec_sink_convert),
32762         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32763         (theora_dec_chain):
32764         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32765         (vorbis_dec_convert), (vorbis_dec_src_query),
32766         (vorbis_dec_src_event), (vorbis_dec_event):
32767         More seeking fixes, oggdemux now supports seeking to time and
32768         uses the downstream element to convert granulepos to time.
32769         Seeking in theora-only ogg files now works.
32770
32771 2004-07-21  Wim Taymans  <wim@fluendo.com>
32772
32773         * ext/theora/theoradec.c: (gst_theora_dec_init),
32774         (theora_get_formats), (theora_get_event_masks),
32775         (theora_get_query_types), (theora_dec_src_convert),
32776         (theora_dec_sink_convert), (theora_dec_src_query),
32777         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32778         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32779         (vorbis_get_event_masks), (vorbis_get_query_types),
32780         (gst_vorbis_dec_init), (vorbis_dec_convert),
32781         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32782         Added query/convert/formats functions to vorbis and theora decoders
32783         so that the outside world can use them too. Fixed seeking on an
32784         ogg/theora/vorbis file by disabling the seeking seeking on the
32785         theora srcpad.
32786
32787 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32788
32789         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32790         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32791         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32792         images creation for both elements. We don't create the image on caps
32793         nego or renego, we just destroy the internal one if present if it does
32794         not match the needs. The chain function takes care of creating a new
32795         image when needed.
32796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32797         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32798         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32799         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32800         the image format information. The buffer pool checks for the context
32801         image format and discard images with different formats.
32802         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32803
32804 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32805
32806         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32807         (gst_ffmpegcolorspace_chain):
32808           no point in doing any chaining if the pad we want to push from
32809           isn't usable.
32810
32811 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32812
32813         * gst-libs/gst/riff/riff-media.c:
32814         (gst_riff_create_audio_caps_with_data):
32815           Fix double end-to-native symbol conversion (#148021).
32816
32817 2004-07-20  David Schleef  <ds@schleef.org>
32818
32819         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32820         Don't use an Atom that doesn't exist.
32821
32822 2004-07-20  Wim Taymans  <wim@fluendo.com>
32823
32824         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32825         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32826         (gst_multifdsink_client_remove),
32827         (gst_multifdsink_handle_client_write),
32828         (gst_multifdsink_queue_buffer):
32829         * gst/tcp/gstmultifdsink.h:
32830         More multifdsink stats. Avoid deadlock by releasing locks
32831         before sending out a signal.
32832
32833 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32834
32835         * po/LINGUAS:
32836         * po/hu.po:
32837           added Hungarian translation (Laszlo Dvornik)
32838
32839 2004-07-20  Wim Taymans  <wim@fluendo.com>
32840
32841         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32842         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32843         (gst_multifdsink_handle_client_write),
32844         (gst_multifdsink_queue_buffer):
32845         * gst/tcp/gsttcp-marshal.list:
32846         Fixed the stupid marshal definition.
32847
32848 2004-07-20  Wim Taymans  <wim@fluendo.com>
32849
32850         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32851         (gst_multifdsink_init), (gst_multifdsink_add),
32852         (gst_multifdsink_client_remove),
32853         (gst_multifdsink_handle_client_write),
32854         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32855         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32856         (gst_multifdsink_init_send):
32857         * gst/tcp/gstmultifdsink.h:
32858         Added more stats, added timeout for a client, fixed some typos
32859         and added some comments.
32860
32861 2004-07-20  Wim Taymans  <wim@fluendo.com>
32862
32863         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32864         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32865         (gst_multifdsink_client_remove),
32866         (gst_multifdsink_handle_client_write):
32867         * gst/tcp/gstmultifdsink.h:
32868         * gst/tcp/gsttcp-marshal.list:
32869         Added get_stats method that returns a GValueArray of
32870         stats values.
32871
32872 2004-07-19  Benjamin Otte  <otte@gnome.org>
32873
32874         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32875           make sure longname, description and author are valid UTF-8
32876
32877 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32878
32879         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32880         (gst_ximagesink_set_property):
32881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32882         (gst_xvimagesink_set_property):
32883           make sure SYNCHRONOUS is respected after getting the X context
32884
32885 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32886
32887         * gst/matroska/matroska-demux.c:
32888         (gst_matroska_demux_handle_src_event),
32889         (gst_matroska_demux_parse_blockgroup):
32890         * gst/matroska/matroska-ids.h:
32891           add BlockReference tag and ignore it to clear out log.
32892           ignore NAVIGATION events to clear out log.
32893
32894 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32895
32896         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32897         (gst_matroska_demux_add_stream):
32898         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32899           add debug categories
32900
32901 2004-07-16  Wim Taymans  <wim@fluendo.com>
32902
32903         * ext/libpng/Makefile.am:
32904         * ext/libpng/gstpng.c: (plugin_init):
32905         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32906         (gst_pngdec_get_type), (gst_pngdec_base_init),
32907         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32908         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32909         * ext/libpng/gstpngdec.h:
32910         Added png decoder.
32911
32912 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32913
32914         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32915         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32916         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32917         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32918         (gst_ximagesink_buffer_alloc):
32919         * sys/ximage/ximagesink.h:
32920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32921         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32922         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32923         (gst_xvimagesink_buffer_alloc):
32924         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32925         again. Using internal data pointer of the x(v)image to store image's
32926         data to be coherent with the buffer alloc mechanism. Investigated the
32927         image destruction code to be sure that everything gets freed correctly.
32928
32929 2004-07-16  Wim Taymans  <wim@fluendo.com>
32930
32931         * gst-libs/gst/riff/riff-read.c:
32932         (gst_riff_read_strf_vids_with_data),
32933         (gst_riff_read_strf_auds_with_data):
32934         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32935         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32936         Make sure we don't create 0 sized subbuffers in riff-read.
32937         Signal the no more pads signal after reading the avi header.
32938
32939 2004-07-16  Wim Taymans  <wim@fluendo.com>
32940
32941         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32942         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32943         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32944         (gst_decode_bin_init), (gst_decode_bin_dispose),
32945         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32946         (no_more_pads), (close_link), (type_found),
32947         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32948         (gst_decode_bin_change_state), (plugin_init):
32949         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32950         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32951         (gst_play_base_bin_dispose), (queue_overrun),
32952         (gen_preroll_element), (remove_prerolls), (unknown_type),
32953         (no_more_pads), (new_stream), (setup_source),
32954         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32955         (play_base_eos), (gst_play_base_bin_change_state),
32956         (gst_play_base_bin_add_element),
32957         (gst_play_base_bin_remove_element),
32958         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32959         (gst_play_base_bin_unlink_stream),
32960         (gst_play_base_bin_get_streaminfo):
32961         * gst/playback/gstplaybasebin.h:
32962         Better error recovery. Added configurable preroll queue size. Faster
32963         detection of no-more-pads.
32964
32965 2004-07-16  Wim Taymans  <wim@fluendo.com>
32966
32967         * gst-libs/gst/video/video.h:
32968         Added 32 bits RGBA. Not sure if we should use another mime-type
32969         for alpha rgb. Currently the presence of the alpha_mask property
32970         signals an alpha channel.
32971
32972 2004-07-16  Wim Taymans  <wim@fluendo.com>
32973
32974         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32976         FPS seems to be 0.0 to MAX everywhere else.
32977
32978 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32979
32980         * gst-libs/gst/riff/riff-media.c:
32981         (gst_riff_create_video_caps_with_data):
32982           mp42/mp43 (no caps) exist too.
32983         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32984           Set pixel_width/height; we've got them in-caps.
32985         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32986         * gst/wavparse/gstwavparse.c: (plugin_init):
32987           Both are valid primary.
32988         * sys/oss/gstossmixer.c:
32989           Remove i18n hack and enable translations.
32990
32991 2004-07-15  Benjamin Otte  <otte@gnome.org>
32992
32993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32994         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32995           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32996
32997 2004-07-15  Benjamin Otte  <otte@gnome.org>
32998
32999         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33000         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33001         (gst_alsa_close_audio):
33002           disable some of the debugging code for now. Writing debugging to a
33003           buffer is broken in current alsalib releases.
33004
33005 2004-07-12  Benjamin Otte  <otte@gnome.org>
33006
33007         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33008           use bufferpools
33009
33010 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33011
33012         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33013         (theora_dec_src_query), (theora_dec_event):
33014         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33015           add debugging categories.  Remove \n's.
33016
33017 2004-07-13  Johan Dahlin  <johan@gnome.org>
33018
33019         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33020         (gst_play_bin_get_property): Impl.
33021
33022 2004-07-13  Wim Taymans  <wim@fluendo.com>
33023
33024         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33025         When trying to find the stream length, seek back N pages
33026         instead of just one, where N is the number of streams in
33027         the current chain.
33028
33029 2004-07-13  Wim Taymans  <wim@fluendo.com>
33030
33031         * gst-libs/gst/riff/riff-media.c:
33032         (gst_riff_create_audio_caps_with_data),
33033         (gst_riff_create_audio_caps),
33034         (gst_riff_create_audio_template_caps):
33035         * gst-libs/gst/riff/riff-media.h:
33036         * gst-libs/gst/riff/riff-read.c:
33037         (gst_riff_read_strf_vids_with_data),
33038         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33039         * gst-libs/gst/riff/riff-read.h:
33040         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33041         (gst_avi_demux_add_stream):
33042         Set codec_data on caps for avidemuxer.
33043
33044 2004-07-12  David Schleef  <ds@schleef.org>
33045
33046         * configure.ac: Fix test for Objective C
33047
33048 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33049         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33050         (gst_gdk_pixbuf_chain):
33051           Add svg and pcx to template caps, and ensure that getcaps returns a
33052           subset of the template caps.
33053           Copy each row manually for output, as gdkpixbuf may pad the
33054           rowstride to a 32-bit word boundary.
33055
33056 2004-07-12  Wim Taymans  <wim@fluendo.com>
33057
33058         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33059         (gst_riff_create_video_template_caps):
33060         Fix the template caps to include some more media types.
33061
33062 2004-07-12  Wim Taymans  <wim@fluendo.com>
33063
33064         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33065         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33066         (compare_ranks), (print_feature), (gst_decode_bin_init),
33067         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33068         (try_to_link_1), (new_pad), (close_link), (type_found),
33069         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33070         (gst_decode_bin_change_state), (plugin_init):
33071         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33072         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33073         (gst_play_base_bin_dispose), (queue_overrun),
33074         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33075         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33076         (gst_play_base_bin_get_property), (play_base_eos),
33077         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33078         (gst_play_base_bin_remove_element),
33079         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33080         (gst_play_base_bin_unlink_stream),
33081         (gst_play_base_bin_get_streaminfo):
33082         * gst/playback/gstplaybasebin.h:
33083         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33084         (gst_play_bin_class_init), (gst_play_bin_init),
33085         (gst_play_bin_dispose), (gst_play_bin_set_property),
33086         (gst_play_bin_get_property), (gen_video_element),
33087         (gen_audio_element), (remove_sinks), (setup_sinks),
33088         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33089         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33090         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33091         (gst_play_bin_query), (plugin_init):
33092         * gst/playback/test4.c: (main):
33093         More fixes on reusing of the element.
33094
33095 2004-07-11  Benjamin Otte  <otte@gnome.org>
33096
33097         * ext/mad/gstmad.c: (normal_seek):
33098           allow seeking for other methods than just SET
33099
33100 2004-07-11  Andy Wingo  <wingo@pobox.com>
33101
33102         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33103         float, "any" caps -> buffer_frames=[0,MAX].
33104
33105         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33106         doesn't intersect our caps with the template any more. Do it
33107         ourselves.
33108         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33109
33110 2004-07-09  Wim Taymans  <wim@fluendo.com>
33111
33112         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33113         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33114         (compare_ranks), (print_feature), (gst_decode_bin_init),
33115         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33116         (try_to_link_1), (new_pad), (close_link), (type_found),
33117         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33118         (gst_decode_bin_change_state), (plugin_init):
33119         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33120         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33121         (gst_play_base_bin_dispose), (queue_overrun),
33122         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33123         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33124         (gst_play_base_bin_get_property), (play_base_eos),
33125         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33126         (gst_play_base_bin_remove_element),
33127         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33128         (gst_play_base_bin_unlink_stream),
33129         (gst_play_base_bin_get_streaminfo):
33130         * gst/playback/gstplaybasebin.h:
33131         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33132         (gst_play_bin_class_init), (gst_play_bin_init),
33133         (gst_play_bin_dispose), (gst_play_bin_set_property),
33134         (gst_play_bin_get_property), (gen_video_element),
33135         (gen_audio_element), (remove_sinks), (setup_sinks),
33136         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33137         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33138         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33139         (gst_play_bin_query), (plugin_init):
33140         * gst/playback/test4.c: (main):
33141         Work on object reuse and seeking.
33142
33143 2004-07-09  Wim Taymans  <wim@fluendo.com>
33144
33145         * examples/seeking/seek.c: (iterate):
33146         Don't consume all CPU in the idle loop.
33147
33148 2004-07-09  Wim Taymans  <wim@fluendo.com>
33149
33150         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33151         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33152         Add pad to element *after* setting the pad functions so that
33153         the scheduler can use the correct ones.
33154
33155 2004-07-09  Wim Taymans  <wim@fluendo.com>
33156
33157         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33158         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33159         Sync to keyframe after seek
33160
33161 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33162
33163         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33164         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33165         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33166         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33167         * ext/libvisual/visual.c: (gst_visual_change_state):
33168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33169         * ext/theora/theoradec.c: (theora_dec_change_state):
33170         * ext/theora/theoraenc.c: (theora_enc_change_state):
33171         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33172         * gst-libs/gst/navigation/navigation.c:
33173         * gst/adder/gstadder.c: (gst_adder_change_state):
33174         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33175         (gst_audio_convert_get_buffer):
33176         * gst/multipart/multipartdemux.c:
33177         (gst_multipart_demux_change_state):
33178         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33179         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33180         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33181         * gst/videoscale/gstvideoscale.c:
33182         (gst_videoscale_handle_src_event):
33183         * gst/volume/gstvolume.c: (volume_chain_int16):
33184           don't assert in state change, this should be done by the base
33185           GstElement class.
33186           various debugging fixes.
33187
33188 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33189
33190         * configure.ac:
33191         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33192         (gst_play_dispose), (gst_play_set_location),
33193         (gst_play_set_data_src), (gst_play_set_video_sink),
33194         (gst_play_set_audio_sink), (gst_play_set_visualization),
33195         (gst_play_connect_visualization), (gst_play_get_sink_element),
33196         (gst_play_get_all_by_interface):
33197         * gst-libs/gst/play/play.h:
33198           add new method to get elements implementing an interface.
33199           add various error logging
33200
33201 2004-07-08  Wim Taymans  <wim@fluendo.com>
33202
33203         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33204         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33205         (make_playerbin_pipeline), (query_durations_elems),
33206         (query_durations_pads), (query_positions_elems),
33207         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33208         (main):
33209         Added playbin seeking example.
33210
33211 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33212
33213         * gst-libs/gst/play/play.c: (gst_play_set_location),
33214         (gst_play_set_data_src), (gst_play_set_video_sink),
33215         (gst_play_set_audio_sink), (gst_play_set_visualization),
33216         (gst_play_connect_visualization), (gst_play_get_framerate):
33217           use a macro to look up elements from hash table
33218
33219 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33220
33221         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33222         (gst_play_get_length_callback), (gst_play_set_location),
33223         (gst_play_seek_to_time), (gst_play_set_data_src),
33224         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33225         (gst_play_set_visualization), (gst_play_connect_visualization),
33226         (gst_play_get_sink_element):
33227         - add debugging info
33228         - fix looking up sink elements by iterating over complete caps
33229         - put everything except for source and autoplugger in a complete bin
33230
33231 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33232
33233         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33234         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33235         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33236         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33237         * ext/alsa/gstalsasink.h:
33238         - add debugging info
33239         - clean up schizophrenia of data/buffer/event
33240         - fix double event unref error
33241
33242 2004-07-08  Wim Taymans  <wim@fluendo.com>
33243
33244         * gst/playback/Makefile.am:
33245         Add headers to noinst
33246
33247 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33248
33249         * tools/gst-launch-ext-m.m:
33250         * tools/gst-launch-ext.1.in:
33251           convert to the third millenium
33252
33253 2004-07-07  David Schleef  <ds@schleef.org>
33254
33255         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33256
33257 2004-07-07  Wim Taymans  <wim@fluendo.com>
33258
33259         * gst/playback/Makefile.am:
33260         * gst/playback/README:
33261         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33262         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33263         (compare_ranks), (print_feature), (gst_decode_bin_init),
33264         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33265         (try_to_link_1), (new_pad), (close_link), (type_found),
33266         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33267         (plugin_init):
33268         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33269         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33270         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33271         (gen_preroll_element), (no_more_pads), (new_stream),
33272         (setup_source), (gst_play_base_bin_set_property),
33273         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33274         (gst_play_base_bin_add_element),
33275         (gst_play_base_bin_remove_element),
33276         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33277         (gst_play_base_bin_unlink_stream),
33278         (gst_play_base_bin_get_streaminfo):
33279         * gst/playback/gstplaybasebin.h:
33280         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33281         (gst_play_bin_class_init), (gst_play_bin_init),
33282         (gst_play_bin_dispose), (gst_play_bin_set_property),
33283         (gst_play_bin_get_property), (gen_video_element),
33284         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33285         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33286         (gst_play_bin_get_formats), (gst_play_bin_convert),
33287         (gst_play_bin_get_query_types), (gst_play_bin_query),
33288         (plugin_init):
33289         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33290         (gst_stream_info_get_type), (gst_stream_info_class_init),
33291         (gst_stream_info_init), (gst_stream_info_new),
33292         (gst_stream_info_dispose), (gst_stream_info_set_property),
33293         (gst_stream_info_get_property):
33294         * gst/playback/gststreaminfo.h:
33295         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33296         (main):
33297         * gst/playback/test2.c: (main):
33298         * gst/playback/test3.c: (update_scale), (main):
33299         More playbin fixes. Added README. Do better element filtering.
33300         Added base class to preroll media. Added test apps.
33301
33302 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33303
33304         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33305         * ext/mpeg2dec/gstmpeg2dec.h:
33306           various debugging improvements.  Reset stream to next picture
33307           instead of sequence header, otherwise seeks cannot work.
33308
33309 2004-07-07  Wim Taymans  <wim@fluendo.com>
33310
33311         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33312         (gst_video_box_class_init), (gst_video_box_set_property),
33313         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33314         Use pad_alloc where possible.
33315
33316 2004-07-07  Wim Taymans  <wim@fluendo.com>
33317
33318         * sys/oss/gstosselement.c: (gst_osselement_reset),
33319         (gst_osselement_parse_caps):
33320         * sys/oss/gstosselement.h:
33321         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33322         Fix offset on osssrc.
33323
33324 2004-07-07  Wim Taymans  <wim@fluendo.com>
33325
33326         * ext/theora/theora.c: (plugin_init):
33327         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33328         (theora_dec_src_query), (theora_dec_chain):
33329         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33330         (theora_enc_sink_link), (theora_buffer_from_packet),
33331         (theora_push_packet), (theora_enc_chain):
33332         Fix theora granulepos calculation.
33333         Fix overflow in duration/position calculation.
33334         Bump rank to PRIMARY for theoradec.
33335         Use granulepos of last packet to calculate position.
33336         Set keyframe flag on buffers when needed.
33337
33338 2004-07-06  David Schleef  <ds@schleef.org>
33339
33340         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33341         serious?  (Fixed, obviously.)
33342
33343 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33344
33345         * po/LINGUAS:
33346         * po/cs.po:
33347           added Czech translation (Miloslav Trmac)
33348
33349 2004-07-05  Wim Taymans  <wim@fluendo.com>
33350
33351         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33352         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33353         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33354         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33355         (close_link), (type_found), (gst_decode_bin_set_property),
33356         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33357         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33358         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33359         (gst_decode_bin_query), (plugin_init):
33360         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33361         (gst_play_bin_class_init), (gst_play_bin_init),
33362         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33363         (get_video_element), (new_pad), (setup_source),
33364         (gst_play_bin_set_property), (gst_play_bin_get_property),
33365         (gst_play_bin_change_state), (gst_play_bin_add_element),
33366         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33367         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33368         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33369         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33370         * gst/playback/test.c: (main):
33371         More fixes, cleaned up playbin, make it use decodebin. Added
33372         threaded property to playbin.
33373
33374 2004-07-05  Wim Taymans  <wim@fluendo.com>
33375
33376         * configure.ac:
33377         * gst/playback/Makefile.am:
33378         * gst/playback/decodetest.c: (main):
33379         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33380         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33381         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33382         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33383         (close_link), (type_found), (gst_decode_bin_set_property),
33384         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33385         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33386         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33387         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33388         (plugin_init):
33389         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33390         (gst_play_bin_class_init), (gst_play_bin_init),
33391         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33392         (collect_sink_pads), (find_compatibles), (close_pad_link),
33393         (try_to_link_1), (new_pad), (close_link), (type_found),
33394         (setup_source), (gst_play_bin_set_property),
33395         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33396         (compare_ranks), (gst_play_bin_collect_factories),
33397         (gst_play_bin_change_state), (gst_play_bin_add_element),
33398         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33399         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33400         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33401         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33402         * gst/playback/test.c: (main):
33403         Added some playback helper elements and some test apps, very alpha
33404         still.
33405
33406 2004-07-04  Benjamin Otte  <otte@gnome.org>
33407
33408         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33409           only restart audio when we indeed have an xrun to fix repeated
33410           xruns. Fix suggested by Giuliano Pochini.
33411
33412 2004-07-03  David Schleef  <ds@schleef.org>
33413
33414         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33415         call to gst_debug_log() if debugging is disabled (bug #145118)
33416
33417 2004-07-03  Benjamin Otte  <otte@gnome.org>
33418
33419         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33420           use our own functions for restarting the alsa device.
33421         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33422           I should apply patches myself - use MIN for the third argument, not
33423           the second, this fixes seeking
33424
33425 2004-07-02  David Schleef  <ds@schleef.org>
33426
33427         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33428         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33429         do with the logic.
33430
33431 2004-07-02  David Schleef  <ds@schleef.org>
33432
33433         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33434         output buffers.  Fix logic mistake.  (bug #144866)
33435
33436 2004-07-02  David Schleef  <ds@schleef.org>
33437
33438         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33439         on X.  (bug #144753)
33440
33441 2004-07-02  David Schleef  <ds@schleef.org>
33442
33443         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33444         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33445         (bug #144624)
33446         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33447         (gst_osselement_rate_probe_check): Add another workaround for
33448         buggy drivers (bug #145336)
33449
33450 2004-07-02  David Schleef  <ds@schleef.org>
33451
33452         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33453         Most systems don't have MSG_NOSIGNAL.
33454
33455 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33456
33457         * Makefile.am:
33458         * gst-libs/gst/colorbalance/Makefile.am:
33459         * gst-libs/gst/mixer/Makefile.am:
33460         * gst-libs/gst/play/Makefile.am:
33461         * gst-libs/gst/tuner/Makefile.am:
33462           (hopefully) fix both install and dist and make error message useful.
33463           needs testing across automakes.
33464
33465 2004-07-02  Benjamin Otte  <otte@gnome.org>
33466
33467         * ext/ogg/gstogg.c: (plugin_init):
33468           we require bytestream now
33469         * ext/ogg/gstoggdemux.c:
33470           huge diff to implement chain setup in a fast and generic way. This
33471           improves tag reading and startup of huge files (read: Theora videos)
33472           quite a bit. It probably contains bugs, too, so please test.
33473           Seeking is not improved to the fast method.
33474
33475 2004-06-29  Wim Taymans  <wim@fluendo.com>
33476
33477         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33478         * ext/ogg/gstoggmux.c:
33479         Fix memleak in oggdemux when running unconnected pads.
33480         doc update in mux, start working on keyframe mode.
33481
33482 2004-06-29  Benjamin Otte  <otte@gnome.org>
33483
33484         * sys/oss/gstosssink.c:
33485         * sys/oss/gstosssrc.c:
33486           advertise correct template caps - we indeed do non-native endianness
33487           and 8bit audio has no endianness
33488         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33490           avoid (wrong) duplications in getcaps function and return
33491           template caps
33492
33493 2004-06-29  Wim Taymans  <wim@fluendo.com>
33494
33495         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33496         (gst_multifdsink_class_init), (gst_multifdsink_add),
33497         (gst_multifdsink_remove), (gst_multifdsink_clear),
33498         (gst_multifdsink_client_remove),
33499         (gst_multifdsink_handle_client_read),
33500         (gst_multifdsink_client_queue_data),
33501         (gst_multifdsink_client_queue_caps),
33502         (gst_multifdsink_client_queue_buffer),
33503         (gst_multifdsink_handle_client_write),
33504         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33505         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33506         (gst_multifdsink_init_send), (gst_multifdsink_close):
33507         Fix wrong GList iteration that could crash the server when
33508         more then 2 clients disconnect at the same time. Read all the
33509         pending commands in one batch to recover from command storms under
33510         very heavy load.
33511
33512 2004-06-28  Wim Taymans  <wim@fluendo.com>
33513
33514         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33515         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33516         (gst_videomixer_pad_set_property),
33517         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33518         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33519         (gst_videomixer_class_init), (gst_videomixer_init),
33520         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33521         (pad_zorder_compare), (gst_videomixer_sort_pads),
33522         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33523         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33524         (gst_videomixer_update_queues), (gst_videomixer_loop),
33525         (plugin_init):
33526         Avoid divide by zero, choose masterpad as the pad with the highest
33527         framerate.
33528
33529 2004-06-27  Julien Moutte  <julien@moutte.net>
33530
33531         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33532         (gst_ximagesink_xwindow_new):
33533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33534         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33535         function directly. We might want to call it from somewhere else one day.
33536
33537 2004-06-27  Julien Moutte  <julien@moutte.net>
33538
33539         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33540         (gst_ximagesink_xwindow_new):
33541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33542         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33543         window decorations.
33544
33545 2004-06-27  Wim Taymans  <wim@fluendo.com>
33546
33547         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33548         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33549         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33550         (gst_dvdec_set_property), (gst_dvdec_get_property):
33551         * ext/dv/gstdvdec.h:
33552         Implement drop_factor property to lower the framerate with
33553         a factor.
33554
33555 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33556
33557         * gst-libs/gst/colorbalance/Makefile.am:
33558         * gst-libs/gst/mixer/Makefile.am:
33559         * gst-libs/gst/play/Makefile.am:
33560         * gst-libs/gst/tuner/Makefile.am:
33561           unbreak Company's fix that didn't install the -enum.h files
33562
33563 2004-06-27  Wim Taymans  <wim@fluendo.com>
33564
33565         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33566         (gst_dvdec_change_state):
33567         * ext/dv/gstdvdec.h:
33568         Fix timestamp, duration and offset of the buffers.
33569
33570 2004-06-27  Wim Taymans  <wim@fluendo.com>
33571
33572         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33573         (gst_multifdsink_class_init), (gst_multifdsink_add),
33574         (gst_multifdsink_remove), (gst_multifdsink_clear),
33575         (gst_multifdsink_client_remove),
33576         (gst_multifdsink_handle_client_read),
33577         (gst_multifdsink_client_queue_data),
33578         (gst_multifdsink_client_queue_caps),
33579         (gst_multifdsink_client_queue_buffer),
33580         (gst_multifdsink_handle_client_write),
33581         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33582         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33583         (gst_multifdsink_init_send), (gst_multifdsink_close):
33584         * gst/tcp/gstmultifdsink.h:
33585         * gst/tcp/gsttcpserversink.c:
33586         (gst_tcpserversink_handle_server_read),
33587         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33588         More multifdsink fixes, more recovery policy fixes.
33589         Removed stupid g_print
33590
33591 2004-06-26  Wim Taymans  <wim@fluendo.com>
33592
33593         * gst/tcp/Makefile.am:
33594         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33595         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33596         (gst_multifdsink_class_init), (gst_multifdsink_init),
33597         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33598         (gst_multifdsink_handle_client_read),
33599         (gst_multifdsink_client_queue_data),
33600         (gst_multifdsink_client_queue_caps),
33601         (gst_multifdsink_client_queue_buffer),
33602         (gst_multifdsink_handle_client_write),
33603         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33604         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33605         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33606         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33607         (gst_multifdsink_close), (gst_multifdsink_change_state):
33608         * gst/tcp/gstmultifdsink.h:
33609         * gst/tcp/gsttcpplugin.c: (plugin_init):
33610         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33611         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33612         (gst_tcpserversink_handle_server_read),
33613         (gst_tcpserversink_handle_select),
33614         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33615         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33616         * gst/tcp/gsttcpserversink.h:
33617         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33618         one of the locks, added recovery policy to multifdsink.
33619
33620 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33621
33622         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33623           fix decision for when getting frames with same timestamp
33624         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33625         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33626         (gst_v4lsrc_get_property):
33627         * sys/v4l/gstv4lsrc.h:
33628           add latency offset property
33629
33630 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33631
33632         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33633         (plugin_init):
33634           fix debugging. add category.
33635
33636 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33637
33638         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33639           fix wrong offsets
33640
33641 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33642
33643         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33644         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33645         (gst_alsa_src_change_state):
33646           return a time that is in sync with the element's processing
33647
33648 2004-06-25  Wim Taymans  <wim@fluendo.com>
33649
33650         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33651         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33652         (gst_tcpserversink_client_remove),
33653         (gst_tcpserversink_handle_client_read),
33654         (gst_tcpserversink_client_queue_data),
33655         (gst_tcpserversink_client_queue_caps),
33656         (gst_tcpserversink_client_queue_buffer),
33657         (gst_tcpserversink_handle_client_write),
33658         (gst_tcpserversink_queue_buffer),
33659         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33660         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33661         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33662         (gst_tcpserversink_close):
33663         * gst/tcp/gsttcpserversink.h:
33664         Serversink rewrite. Really do non blocking writes to clients and
33665         maintain an internal queue to handle slower clients while not
33666         disturbing fast clients.
33667
33668 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33669
33670         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33671           better debug, don't override OFFSET and OFFSET_END
33672
33673 2004-06-25  Iain <iain@prettypeople.org>
33674
33675         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33676         name=source for the wavparse pipeline.
33677
33678 2004-06-24  Johan Dahlin  <johan@gnome.org>
33679
33680         * ext/theora/theoraenc.c (theora_enc_chain): Call
33681         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33682         streamheader caps are set correctly.
33683
33684 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33685
33686         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33687         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33688           respect minimum bitrate; same could be done for max bitrate
33689
33690 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33691
33692         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33693         (gst_vorbisenc_setup):
33694           fix sample rate range
33695
33696 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33697
33698         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33699         (gst_oggvorbisenc_setup):
33700         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33701         (gst_vorbisenc_setup):
33702           resolve ambiguities in code and description
33703
33704 2004-06-24  Wim Taymans  <wim@fluendo.com>
33705
33706         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33707         * ext/alsa/gstalsa.h:
33708         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33709         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33710         Use alsa trigger_tstamp to get the timestamp of the first
33711         sample in the buffer for more precise sync. Some cleanups.
33712
33713 2004-06-24  Wim Taymans  <wim@fluendo.com>
33714
33715         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33716         (gst_audiorate_init), (gst_audiorate_chain),
33717         (gst_audiorate_set_property), (gst_audiorate_get_property):
33718         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33719         (gst_videorate_chain):
33720         Added some logging, fixed an overflow bug in videorate.
33721
33722 2004-06-24  Benjamin Otte  <otte@gnome.org>
33723
33724         * ext/kio/Makefile.am:
33725           fix for builddir != srcdir and distcheck
33726
33727 2004-06-24  Benjamin Otte  <otte@gnome.org>
33728
33729         * gst-libs/gst/colorbalance/Makefile.am:
33730         * gst-libs/gst/mixer/Makefile.am:
33731         * gst-libs/gst/play/Makefile.am:
33732         * gst-libs/gst/tuner/Makefile.am:
33733         * gst/tcp/Makefile.am:
33734         * sys/dxr3/Makefile.am:
33735           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33736           tarball.
33737           Also add all *.list files that were missing.
33738         * Makefile.am:
33739           add a distcheck hook to ensure the above doesn't happen again.
33740
33741 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33742
33743         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33744
33745 2004-06-23  Colin Walters  <walters@redhat.com>
33746
33747         * m4/Makefile.am: Distribute gst-fionread.m4.
33748
33749 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33750
33751         * configure.ac: back to dev
33752
33753 2004-06-23  Wim Taymans  <wim@fluendo.com>
33754
33755         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33756         (gst_alsa_xrun_recovery):
33757         * ext/alsa/gstalsa.h:
33758         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33759         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33760         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33761         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33762         (gst_alsa_src_loop):
33763         Add clock to alsasrc. Take new capture timestamp when
33764         restarting after an overrun. Split up some functions between
33765         alsasrc and alsasink.
33766
33767 === release 0.8.2 ===
33768
33769 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33770
33771         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33772         (gst_alsa_change_state), (gst_alsa_update_avail),
33773         (gst_alsa_xrun_recovery):
33774         * ext/alsa/gstalsa.h:
33775         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33776           merge back changes from release
33777
33778 2004-06-23  Wim Taymans  <wim@fluendo.com>
33779
33780         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33781         (gst_audiorate_init), (gst_audiorate_chain),
33782         (gst_audiorate_set_property), (gst_audiorate_get_property):
33783         Implement sample dropping and notify
33784
33785 2004-06-22  Wim Taymans  <wim@fluendo.com>
33786
33787         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33788         (theora_enc_sink_link), (theora_buffer_from_packet),
33789         (theora_push_packet), (theora_enc_chain):
33790         Some cleanups, make sure the timestamps are correct.
33791
33792 2004-06-22  Wim Taymans  <wim@fluendo.com>
33793
33794         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33795         (gst_alsa_change_state), (gst_alsa_update_avail),
33796         (gst_alsa_xrun_recovery):
33797         * ext/alsa/gstalsa.h:
33798         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33799         Cleanups, take queued samples into account when reporting
33800         the time.
33801
33802 2004-06-22  Wim Taymans  <wim@fluendo.com>
33803
33804         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33805         (gst_videorate_init):
33806         Initialize the property as well.
33807
33808 2004-06-22  Wim Taymans  <wim@fluendo.com>
33809
33810         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33811         (gst_videorate_init), (gst_videorate_chain),
33812         (gst_videorate_set_property), (gst_videorate_get_property):
33813         Add property to make videorate silent.
33814         Add property to prefer new frames over old ones.
33815
33816 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33817
33818         * sys/osxvideo/Makefile.am:
33819         Workaround so that the osxvideo .so file gets linked with the
33820         Cocoa, OpenGL and QuickTime frameworks
33821
33822 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33823
33824         * sys/osxaudio/Makefile.am:
33825         Workaround so that the osxaudio .so file gets linked with the
33826         CoreAudio framework
33827
33828 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33829
33830         * configure.ac:
33831         Whoops, my fault...fixed build issues
33832
33833 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33834
33835         * configure.ac:
33836         Add objective-c support if running in Darwin/Mac OS X
33837         * sys/Makefile.am:
33838         * sys/osxvideo:
33839         * sys/osxvideo/Makefile.am:
33840         * sys/osxvideo/osxvideosink.h:
33841         * sys/osxvideo/osxvideosink.m:
33842         * sys/osxvideo/cocoawindow.h:
33843         * sys/osxvideo/cocoawindow.m:
33844         Add osxvideosink, a cocoa-based osx video sink
33845
33846
33847 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33848         * ext/dvdnav/gst-dvd:
33849         Grab the gconf key from the right spot
33850         * gst/debug/gstnavseek.c: (gst_navseek_init),
33851         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33852         (gst_navseek_chain):
33853         * gst/debug/gstnavseek.h:
33854           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33855           and loop parameters of a segment seek.
33856         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33857         (gst_videotestsrc_get_event_masks),
33858         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33859         * gst/videotestsrc/gstvideotestsrc.h:
33860           Add seeking support to videotestsrc
33861           Initialise the timestamp_offset variable.
33862
33863 2004-06-18  Wim Taymans  <wim@fluendo.com>
33864
33865         * ext/sidplay/gstsiddec.cc:
33866         Fix negotiation and set correct end offset.
33867
33868 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33869
33870         * configure.ac: branch and prerelease
33871
33872 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33873
33874         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33875         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33876         (gst_tcpclientsrc_init_receive):
33877         * gst/tcp/gsttcpclientsrc.h:
33878           read caps when connecting to server for GDP so we set them correctly
33879
33880 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33881
33882         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33883           notify drops and duplicates
33884         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33885           no good reason to limit ourselves to 100x100
33886
33887 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33888
33889         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33890         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33891         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33892         (gst_v4lsrc_get_property):
33893         * sys/v4l/gstv4lsrc.h:
33894         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33895         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33896         (gst_v4l_set_audio):
33897         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33898         (gst_v4lsrc_try_capture):
33899         * sys/v4l/v4lsrc_calls.h:
33900           change try_palette to more general try_capture
33901           add autoprobe option so we can turn off autoprobing
33902           various fixes
33903
33904 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33905
33906         * configure.ac:
33907           add videorate
33908         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33909         (gst_ximagesink_class_init):
33910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33911         (gst_xvimagesink_class_init):
33912           run them as finalize, not dispose, since dispose can be invoked
33913           multiple times
33914
33915 2004-06-17  Wim Taymans  <wim@fluendo.com>
33916
33917         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33918         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33919         * ext/alsa/gstalsa.h:
33920         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33921         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33922         (gst_alsa_src_change_state):
33923         * ext/alsa/gstalsasrc.h:
33924         Make the xrun code timestamp and offset the buffers correctly.
33925         moved the clock to the base class, use alsa methods to get time.
33926         Do correct timestamping on outgoing buffers.
33927
33928 2004-06-17  Wim Taymans  <wim@fluendo.com>
33929
33930         * gst/audiorate/Makefile.am:
33931         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33932         (gst_audiorate_base_init), (gst_audiorate_class_init),
33933         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33934         (gst_audiorate_set_property), (gst_audiorate_get_property),
33935         (gst_audiorate_change_state), (plugin_init):
33936         Added an audiorate converter that fills in gaps.
33937
33938 2004-06-17  Johan Dahlin  <johan@gnome.org>
33939
33940         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33941
33942 2004-06-16  Wim Taymans  <wim@fluendo.com>
33943
33944         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33945         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33946         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33947         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33948         (gst_v4lsrc_get_property):
33949         * sys/v4l/gstv4lsrc.h:
33950         Added a copy mode to v4lsrc where it will output a copied version
33951         of its internal hardware buffer.
33952         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33953         can't | them.
33954
33955 2004-06-16  Wim Taymans  <wim@fluendo.com>
33956
33957         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33958         Timestamp fixes.
33959
33960 2004-06-16  Wim Taymans  <wim@fluendo.com>
33961
33962         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33963         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33964         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33965         (gst_v4lsrc_get_property):
33966         * sys/v4l/gstv4lsrc.h:
33967         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33968         Added a sync mode enum property to control v4lsrc timestamp method
33969         Removed the use-fixed-fps property and moved functionality in
33970         the enum.
33971         Don't error on an error value from v4l-conf, it might not always
33972         be a real error.
33973
33974 2004-06-16  Wim Taymans  <wim@fluendo.com>
33975
33976         * gst/videorate/Makefile.am:
33977         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33978         (gst_videorate_base_init), (gst_videorate_class_init),
33979         (gst_videorate_getcaps), (gst_videorate_link),
33980         (gst_videorate_init), (gst_videorate_chain),
33981         (gst_videorate_set_property), (gst_videorate_get_property),
33982         (gst_videorate_change_state), (plugin_init):
33983         Added a video timestamp corrector.
33984
33985 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33986
33987         fixed a potential leak with previous commit
33988
33989         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33990
33991 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33992
33993         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33994         Added missing refcount, fixes bug #144425
33995         Cheers Tim for finding the bug
33996
33997 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33998
33999         * sys/v4l/gstv4l.c: (plugin_init):
34000         * sys/v4l/gstv4lcolorbalance.c:
34001         * sys/v4l/gstv4lcolorbalance.h:
34002         * sys/v4l/gstv4lelement.c:
34003         * sys/v4l/gstv4lelement.h:
34004         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34005         * sys/v4l/gstv4lmjpegsink.h:
34006         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34007         * sys/v4l/gstv4lmjpegsrc.h:
34008         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34009         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34010         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34011         * sys/v4l/gstv4lsrc.h:
34012         * sys/v4l/gstv4ltuner.c:
34013         * sys/v4l/gstv4ltuner.h:
34014         * sys/v4l/gstv4lxoverlay.c:
34015         * sys/v4l/gstv4lxoverlay.h:
34016         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34017         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34018         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34019         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34020         (gst_v4l_set_audio):
34021         * sys/v4l/v4l_calls.h:
34022         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34023         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34024         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34025         (gst_v4lmjpegsink_playback_init),
34026         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34027         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34028         (gst_v4lmjpegsink_playback_stop),
34029         (gst_v4lmjpegsink_playback_deinit):
34030         * sys/v4l/v4lmjpegsink_calls.h:
34031         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34032         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34033         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34034         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34035         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34036         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34037         * sys/v4l/v4lmjpegsrc_calls.h:
34038         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34039         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34040         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34041         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34042         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34043         (gst_v4lsrc_try_palette):
34044         * sys/v4l/v4lsrc_calls.h:
34045           bunch of paranoia cleanups
34046
34047 2004-06-14  David Schleef  <ds@schleef.org>
34048
34049         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34050         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34051         Send discont events and change timestamps appropriately when
34052         we get a seek event.  (bug #144240)
34053         * ext/cdparanoia/gstcdparanoia.h:
34054
34055 2004-06-14  Benjamin Otte  <otte@gnome.org>
34056
34057         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34058           snd_pcm_hw_params_set_rate  since the latter fails for no good
34059           reason on some setups.
34060
34061 2004-06-14  David Schleef  <ds@schleef.org>
34062
34063         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34064         standard.  Thank you for playing.
34065
34066 2004-06-14  Wim Taymans  <wim@fluendo.com>
34067
34068         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34069         Patch 1.3 broke the ordering of the colorspace info and
34070         made the plugin basically work by coincidence, reordered
34071         the info.
34072
34073 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34074
34075         * ext/lame/gstlame.c:
34076         * ext/mad/gstmad.c:
34077           sync caps.  Make sure mad can only output a list of rates, not
34078           a full range.  In the future, have three caps lists for each of the
34079           mpeg versions.  Change mpegversion to a double as well.
34080
34081 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34082
34083         * gst/volume/.cvsignore:
34084         * gst/volume/Makefile.am:
34085         * gst/volume/demo.c: (value_changed_callback), (idler),
34086         (setup_gui), (main):
34087           added small demo app
34088
34089 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34090         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34091         * ext/esd/esdsink.h:
34092         Close the esd connection on pause, because esd will just wait -
34093         blocking all other esd clients indefinitely.
34094
34095 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34096
34097         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34098           previous commit with GST_DEBUG
34099
34100 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34101
34102         * configure.ac:
34103           add a header check for a dvdread header in dvdnav.  Fixes #133002
34104
34105 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34106
34107         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34108         * gst/tcp/gsttcpclientsink.h:
34109         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34110         * gst/tcp/gsttcpclientsrc.h:
34111         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34112         (gst_tcpserversink_handle_server_read),
34113         (gst_tcpserversink_init_send):
34114         * gst/tcp/gsttcpserversink.h:
34115         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34116         * gst/tcp/gsttcpserversrc.h:
34117         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34118         version of IP)
34119
34120 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34121
34122         * configure.ac:
34123         Added ogg library so that OSX detects libtheora properly
34124
34125 2004-06-11  Wim Taymans  <wim@fluendo.com>
34126
34127         * ext/theora/theoradec.c: (theora_dec_chain),
34128         (theora_dec_change_state):
34129         Don't try to decode frames before we received a keyframe.
34130
34131 2004-06-11  Wim Taymans  <wim@fluendo.com>
34132
34133         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34134         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34135         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34136         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34137         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34138         Added property to set the maximum delay of a page.
34139
34140 2004-06-10  Wim Taymans  <wim@fluendo.com>
34141
34142         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34143         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34144         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34145         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34146         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34147         Added max-delay property to control the maximum amount
34148         of data to put in one page.
34149
34150 2004-06-10  Wim Taymans  <wim@fluendo.com>
34151
34152         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34153         (gst_theora_enc_init), (theora_enc_sink_link),
34154         (theora_buffer_from_packet), (theora_enc_set_property),
34155         (theora_enc_get_property):
34156         Set duration on encoded buffer, added some more properties
34157
34158 2004-06-10  Wim Taymans  <wim@fluendo.com>
34159
34160         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34161         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34162         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34163         * ext/theora/theoraenc.c: (theora_enc_chain):
34164         Fix refcounting bugs
34165
34166 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34167
34168         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34169         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34170         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34171         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34172         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34173         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34174         (gst_asf_demux_change_state):
34175         * gst/asfdemux/gstasfdemux.h:
34176           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34177           feels like. I think we should set a new requirement for demuxers
34178           from now on to implement sane loop functions, data loops, query
34179           and seek functions before first commit into CVS. And this commit
34180           fixes all of the above.
34181
34182 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34183
34184         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34185           vorbis comments are properly encoded in UTF-8 before adding them
34186           to a GstTagList
34187
34188 2004-06-09  Benjamin Otte  <otte@gnome.org>
34189
34190         * ext/alsa/gstalsa.c: (add_channels):
34191           handle min <= max correctly
34192         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34193         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34194           add fixation functions so we fixate correctly. No preferring of alaw
34195           anymore because it's the first structure.
34196         * ext/alsa/gstalsa.h:
34197         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34198         (gst_alsa_hw_params_dump):
34199           add functions to ease debugging in alsalib
34200         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34201         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34202         (gst_alsa_start_audio):
34203           only specify hw params if we really setup a format (fixes #134007 -
34204           or at least works around it)
34205
34206 2004-06-09  Wim Taymans  <wim@fluendo.com>
34207
34208         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34209         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34210         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34211         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34212         (gst_ogg_mux_loop):
34213         Use stream caps to setup the initial pages in the ogg stream.
34214         Correctly set the streamheader caps on the srcpad.
34215
34216 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34217
34218         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34219         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34220         (gst_v4lsrc_getcaps):
34221         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34222         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34223           add querying of fps lists for webcams.  Negotiating to a framerate
34224           now works.
34225
34226 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34227
34228         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34229         (theora_push_buffer), (theora_push_packet),
34230         (theora_set_header_on_caps), (theora_enc_chain):
34231           mark buffers and put on streamheader, raw theora streaming
34232           now works too, whee
34233
34234 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34235
34236         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34237         (gst_tcp_gdp_read_caps):
34238           do a looping read for caps and GDP headers too
34239
34240 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34241
34242         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34243         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34244           return EOS instead of NULL in _get
34245
34246 2004-06-08  Wim Taymans  <wim@fluendo.com>
34247
34248         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34249         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34250         (gst_tcp_gdp_write_caps):
34251         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34252         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34253         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34254         Memory leak fixes
34255
34256 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34257
34258         * ext/vorbis/Makefile.am:
34259         * ext/vorbis/vorbis.c: (plugin_init):
34260         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34261         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34262         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34263         (vorbis_parse_change_state):
34264         * ext/vorbis/vorbisparse.h:
34265           adding a vorbisparse element that marks the buffers, streaming
34266           raw vorbis using GDP now works, whee
34267
34268 2004-06-08  Wim Taymans  <wim@fluendo.com>
34269
34270         * ext/jpeg/Makefile.am:
34271         * ext/jpeg/README:
34272         * ext/jpeg/gstjpeg.c: (plugin_init):
34273         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34274         (gst_smokedec_base_init), (gst_smokedec_class_init),
34275         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34276         * ext/jpeg/gstsmokedec.h:
34277         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34278         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34279         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34280         (gst_smokeenc_resync), (gst_smokeenc_chain),
34281         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34282         * ext/jpeg/gstsmokeenc.h:
34283         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34284         (smokecodec_flush_destination), (smokecodec_term_destination),
34285         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34286         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34287         (smokecodec_term_source), (smokecodec_encode_new),
34288         (smokecodec_decode_new), (smokecodec_info_free),
34289         (smokecodec_set_quality), (smokecodec_get_quality),
34290         (smokecodec_set_threshold), (smokecodec_get_threshold),
34291         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34292         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34293         (smokecodec_parse_header), (smokecodec_decode):
34294         * ext/jpeg/smokecodec.h:
34295         Added a new simple jpeg based codec
34296
34297 2004-06-08  Wim Taymans  <wim@fluendo.com>
34298
34299         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34300         (gst_multipart_mux_loop):
34301         Fix memory leak
34302
34303 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34304
34305         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34306         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34307         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34308         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34309         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34310         * gst/tcp/gsttcpserversink.h:
34311           take streamheader into account
34312
34313 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34314
34315         * gst/level/Makefile.am:
34316         * gst/level/gstlevel.c: (gst_level_class_init):
34317           clean up marshal generation
34318
34319 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34320
34321         * gst/tcp/Makefile.am:
34322         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34323         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34324         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34325         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34326         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34327         (gst_tcpclientsrc_get_property):
34328         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34329         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34330         (gst_tcpserversink_handle_client_read),
34331         (gst_tcpserversink_handle_client_write),
34332         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34333         * gst/tcp/gsttcpserversink.h:
34334           add signals client-added and client-removed
34335         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34336         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34337         (gst_tcpserversrc_get_property):
34338         uniformized, change default protocol to NONE
34339         * gst/tcp/gsttcp-marshal.list: added
34340 2004-06-07  Benjamin Otte  <otte@gnome.org>
34341
34342         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34343           handle discont events if they happen before caps nego
34344
34345 2004-06-07  Wim Taymans  <wim@fluendo.com>
34346
34347         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34348         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34349         (gst_multipart_demux_plugin_init):
34350         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34351         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34352         (gst_multipart_mux_change_state):
34353         Small updates, fix a memleak
34354
34355 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34356
34357         * configure.ac: OSS portability
34358         * ext/arts/gst_arts.c: idem
34359         * sys/oss/gstosselement.c: idem
34360         * sys/oss/gstossmixer.c: idem
34361         * sys/oss/gstosssink.c: idem
34362         * sys/oss/gstosssrc.c: idem
34363         * sys/oss/oss_probe.c: idem
34364           - check for soundcard.h in different places for some BSD
34365
34366 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34367
34368         * AUTHORS:
34369         Add me to the authors file
34370         * configure.ac:
34371         Increase the libdv requirement to >= version 0.100
34372         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34373         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34374         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34375         * ext/dv/gstdvdec.h:
34376         Add support for the new_media flag when sending DISCONT events
34377         Make the querying work when video pad is not linked
34378
34379 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34380
34381         reviewed by Benjamin Otte  <otte@gnome.org>
34382
34383         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34384           create a NULL-initialized array of pads, so we don't think they
34385           exist already. (fixes #143130)
34386
34387 2004-06-07  Benjamin Otte  <otte@gnome.org>
34388
34389         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34390         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34391         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34392           don't use // coments
34393
34394 2004-06-07  Benjamin Otte  <otte@gnome.org>
34395
34396         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34397           cast to GstClockTime to get higher granularity
34398         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34399           use gst_element_set_time_delay to get the exact time
34400         * ext/mad/gstmad.c: (gst_mad_chain):
34401           use the negotiated rate instead of the current frame's rate which
34402           might be wrong because of bit errors. This avoids emitting totally
34403           bogus timestamps and screwing sync.
34404         (fixes #143454)
34405
34406 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34407
34408         reviewed by Benjamin Otte  <otte@gnome.org>
34409
34410         * gst/adder/gstadder.c: (gst_adder_loop):
34411           properly error out when no negotiation has happened yet. (fixes
34412           #143032)
34413
34414 2004-06-06  Benjamin Otte  <otte@gnome.org>
34415
34416         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34417           forward correctly transformed offset in discont events. Based on
34418           patch by Arwed v. Merkatz. (fixes #142851)
34419
34420 2004-06-06  David Schleef  <ds@schleef.org>
34421
34422         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34423         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34424         problems on several systems.
34425
34426 2004-06-06  Benjamin Otte  <otte@gnome.org>
34427
34428         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34429           use explicit caps on the srcpad
34430         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34431           properly error out if caps couldn't be set (fixes #142764)
34432
34433 2004-06-06  Benjamin Otte  <otte@gnome.org>
34434
34435         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34436         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34437         (gst_alsa_start_audio):
34438           - don't call set_periods_integer anymore, it breaks the
34439           configuration randomly
34440           - call snd_pcm_hw_params_set_access directly instead of using masks
34441           - don't fail if the sw_params can't be set, just use the default
34442           params and hope it works. Alsalib has weird issues when you touch
34443           sw_params and does no proper error reporting about what failed.
34444         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34445         (gst_alsa_close_audio):
34446           make our alsa debugging go via gst debugging and not conditionally
34447           defined
34448         * ext/alsa/gstalsa.h:
34449           add ALSA_DEBUG_FLUSH macro
34450         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34451         (plugin_init):
34452           wrap alsa errors to be printed via the gst debugging system and not
34453           spammed to stderr
34454
34455 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34456
34457         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34458         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34459         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34460         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34461         (qtdemux_parse_trak):
34462         * gst/qtdemux/qtdemux.h:
34463           Bitch. Also known as seeking, querying & co.
34464         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34465         (gst_osssink_change_state):
34466         * sys/oss/gstosssink.h:
34467           Resyncing is for weenies, this hack is no longer needed and was
34468           broken anyway (since it - unintendedly - always leaves resync to
34469           TRUE).
34470
34471 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34472
34473         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34474         * gst/tcp/gsttcpclientsrc.h: idem
34475           - define MSG_NOSIGNAL if not done
34476           - include unistd.h for off_t
34477           (fixes #143749)
34478
34479 2004-06-05  Benjamin Otte  <otte@gnome.org>
34480
34481         * configure.ac:
34482         * ext/kio/Makefile.am:
34483           check for qt's moc preprocessor explicitly and use it
34484
34485 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34486
34487         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34488           don't get a signal for EPIPE on socket writes
34489           (somebody check if this works on other platforms)
34490
34491 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34492
34493         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34494         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34495           check error condition on available samples correctly
34496
34497 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34498
34499         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34500           avoid a segfault
34501         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34502         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34503         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34504         (gst_tcpserversrc_gdp_read_header):
34505          use ssize_t over size_t since the former is signed and thus the
34506          check for error codes can work
34507
34508 2004-06-02  Wim Taymans  <wim@fluendo.com>
34509
34510         reviewed by: Johan
34511
34512         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34513         (gst_multipart_mux_loop):
34514         Oops
34515
34516 2004-06-02  Wim Taymans  <wim@fluendo.com>
34517
34518         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34519         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34520         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34521         (gst_multipart_mux_change_state):
34522         Added configurable boundary specifier, added the value as a
34523         caps field as well.
34524
34525 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34526
34527         * gst/tcp/gsttcp.c:
34528         * gst/tcp/gsttcpclientsrc.c:
34529         * gst/tcp/gsttcpclientsrc.h:
34530         * gst/tcp/gsttcpserversrc.c:
34531           - portability fix, to compile on OSX
34532             (fixes #143146)
34533
34534         * sys/osxaudio/gstosxaudioelement.c:
34535         * sys/osxaudio/gstosxaudiosink.c:
34536         * sys/osxaudio/gstosxaudiosrc.c:
34537           - compilation warnings on OSX
34538             (fixes #143153)
34539
34540 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34541
34542         * ext/vorbis/vorbisdec.c : sign warning fixes
34543
34544         * gst-libs/gst/mixer/mixertrack.c :
34545           do no use defines which are glib 2.4 specific
34546
34547 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34548
34549         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34550           buffer since libflac doesn't expect it (reports a sync error when
34551           it encounters that)
34552
34553
34554 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34555
34556         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34557         * gst-libs/gst/mixer/mixertrack.c:
34558         (gst_mixer_track_get_property), (get_mixer_track_init),
34559         (get_mixer_track_get_property): Added property accessors
34560         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34561         * gst-libs/gst/mixer/mixeroptions.c:
34562         (gst_mixer_options_get_values): Added
34563         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34564         * gst-libs/gst/mixer/mixer.c: Fixed comment
34565
34566
34567 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34568
34569         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34570           improve error messages on open
34571
34572
34573 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34574
34575         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34576           check if v4l-conf is in path
34577
34578 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34579
34580         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34581           change assert to a more readable error message
34582
34583 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34584
34585         * gst-libs/gst/tuner/tunerchannel.h:
34586           - add a freq_multiplicator field to make the conversion
34587             between internal frequency unit and Hz
34588         * sys/v4l/gstv4lelement.c:
34589         * sys/v4l2/gstv4l2element.c:
34590           - change default video device to /dev/video0
34591         * sys/v4l/v4l_calls.c:
34592         * sys/v4l2/v4l2_calls.c:
34593           - we only expose frequency to the user in Hz instead of
34594             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34595
34596 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34597         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34598           Initialise b_o_s and e_o_s variables
34599         * gst-libs/gst/riff/riff-media.c:
34600         (gst_riff_create_video_caps_with_data):
34601           Add some unusual fourcc's from mplayer avi's
34602         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34603           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34604           autoplugging.
34605
34606 2004-05-28  Wim Taymans  <wim@fluendo.com>
34607
34608         * configure.ac:
34609         * gst/alpha/Makefile.am:
34610         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34611         (gst_alpha_get_type), (gst_alpha_base_init),
34612         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34613         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34614         (gst_alpha_chroma_key), (gst_alpha_chain),
34615         (gst_alpha_change_state), (plugin_init):
34616         A plugin to add an alpha channel to I420 video. Can optionally do
34617         chroma keying.
34618         * gst/multipart/Makefile.am:
34619         * gst/multipart/multipart.c: (plugin_init):
34620         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34621         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34622         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34623         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34624         (gst_multipart_demux_change_state),
34625         (gst_multipart_demux_plugin_init):
34626         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34627         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34628         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34629         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34630         (gst_multipart_mux_pad_unlink),
34631         (gst_multipart_mux_request_new_pad),
34632         (gst_multipart_mux_handle_src_event),
34633         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34634         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34635         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34636         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34637         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34638         send multipart jpeg images to a browser.
34639         * gst/videobox/Makefile.am:
34640         * gst/videobox/README:
34641         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34642         (gst_video_box_get_type), (gst_video_box_base_init),
34643         (gst_video_box_class_init), (gst_video_box_init),
34644         (gst_video_box_set_property), (gst_video_box_get_property),
34645         (gst_video_box_sink_link), (gst_video_box_i420),
34646         (gst_video_box_ayuv), (gst_video_box_chain),
34647         (gst_video_box_change_state), (plugin_init):
34648         Crops or adds borders around an image. can do alpha channel
34649         borders as well.
34650         * gst/videomixer/Makefile.am:
34651         * gst/videomixer/README:
34652         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34653         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34654         (gst_videomixer_pad_get_sink_event_masks),
34655         (gst_videomixer_pad_get_property),
34656         (gst_videomixer_pad_set_property),
34657         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34658         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34659         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34660         (gst_videomixer_base_init), (gst_videomixer_class_init),
34661         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34662         (gst_videomixer_handle_src_event),
34663         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34664         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34665         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34666         (gst_videomixer_loop), (gst_videomixer_get_property),
34667         (gst_videomixer_set_property), (gst_videomixer_change_state),
34668         (plugin_init):
34669         Generic video mixer plugin, can handle multiple inputs all with
34670         different framerates and video sizes. Is fully alpha channel
34671         aware.
34672
34673 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34674
34675         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34676           Select first track as master track. Not sure how else to handle
34677           that...
34678         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34679           Discard discont events. Should fix #142962.
34680
34681 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34682
34683         * ext/alsa/Makefile.am:
34684         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34685         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34686         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34687         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34688         (gst_alsa_mixer_get_option):
34689         * ext/alsa/gstalsamixer.h:
34690         * ext/alsa/gstalsamixeroptions.c:
34691         (gst_alsa_mixer_options_get_type),
34692         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34693         (gst_alsa_mixer_options_new):
34694         * ext/alsa/gstalsamixeroptions.h:
34695         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34696         * ext/alsa/gstalsamixertrack.h:
34697           Add enumerations (as GstMixerOptions). Make correct distinction
34698           between input/output tracks. Add capture/playback private flag.
34699           Use flag to decide on whether to set capture or playback volumes
34700           or switches. Use playback and record switches.
34701         * gst-libs/gst/mixer/Makefile.am:
34702         * gst-libs/gst/mixer/mixer-marshal.list:
34703         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34704         (gst_mixer_set_option), (gst_mixer_get_option),
34705         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34706         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34707         * gst-libs/gst/mixer/mixer.h:
34708         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34709         (gst_mixer_options_class_init), (gst_mixer_options_init),
34710         (gst_mixer_options_dispose):
34711         * gst-libs/gst/mixer/mixeroptions.h:
34712           Add GstMixerOptions.
34713         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34714           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34715           broken device detection on computers with multiple OSS sound
34716           cards.
34717
34718 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34719
34720         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34721           fixate nicely even when the peer is not negotiating
34722
34723 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34724
34725         * gst/audioconvert/gstaudioconvert.c:
34726         (gst_audio_convert_parse_caps):
34727           make sure we don't allow depth > width
34728         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34729           fixate endianness to G_BYTE_ORDER as default
34730         * gst/audioscale/gstaudioscale.c:
34731           we don't handle another endianness as host-endianness
34732
34733 2004-05-25  David Schleef  <ds@schleef.org>
34734
34735         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34736
34737 2004-05-24  Benjamin Otte  <otte@gnome.org>
34738
34739         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34740         (gst_oggvorbisenc_setup):
34741           properly fail when we can't setup the vorbis encoder due to
34742           unsupported settings
34743         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34744         (gst_vorbisenc_setup):
34745           same
34746         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34747           fix case where warnings occured when one pad was unlinked while the
34748           other's link function was called
34749
34750 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34751
34752         * gst/tcp/Makefile.am:
34753           use GST_ENABLE_NEW
34754
34755 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34756
34757         * gst-libs/gst/resample/private.h:
34758           don't use optimizations that are #if 0'ed
34759
34760 2004-05-24  Wim Taymans  <wim@fluendo.com>
34761
34762         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34763         Fix potential division by zero error and hopefully get
34764         the position query right to get correct timestamps on avi
34765         audio.
34766
34767 2004-05-24  Wim Taymans  <wim@fluendo.com>
34768
34769         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34770         (gst_videoscale_scale_nearest_str2),
34771         (gst_videoscale_scale_nearest_str4),
34772         (gst_videoscale_scale_nearest_32bit),
34773         (gst_videoscale_scale_nearest_24bit),
34774         (gst_videoscale_scale_nearest_16bit):
34775         Fix the scaling algorithm and avoid a buffer overflow.
34776         removed the while loop in the scaling function as it
34777         was used for point sampling only.
34778
34779 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34780
34781         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34782         (gst_id3_tag_class_init), (gst_id3_tag_init),
34783         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34784         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34785         (gst_id3_tag_send_tag_event):
34786           lots of fixes to make id3mux work and id3demux work correctly
34787
34788 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34789
34790         * ext/Makefile.am:
34791           add rules to build shout2send (was removed by accident
34792           when this module was no more marked experimental/broken)
34793
34794 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34795
34796         * ext/shout2/gstshout2.c:
34797         * ext/shout2/gstshout2.h:
34798           adding a "connection problem" signal to shout2send
34799           (fixes #142954)
34800
34801 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34802
34803         * ext/kio/kioreceiver.cpp:
34804         * ext/kio/kioreceiver.h:
34805           fix sign comparison issues
34806
34807 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34808
34809         * gst/cdxaparse/gstcdxaparse.c:
34810         * gst/cdxaparse/gstcdxaparse.h:
34811           some renaming
34812           add some checks/sanity
34813           prepare for seek addition
34814
34815         * sys/sunaudio/gstsunaudio.c:
34816           remove exported dupe init function
34817
34818 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34819
34820         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34821         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34822           Fix format conversion and position querying.
34823         * gst/debug/progressreport.c: (gst_progressreport_report):
34824           Don't output a bogus total value that we didn't query.
34825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34826           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34827           only a blank window after xine has been used.
34828
34829 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34830
34831         * m4/as-arts.m4:
34832           sync with upstream version to fix test on FC2
34833           readd with -ko to preserve Id header
34834
34835 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34836
34837         * configure.ac:
34838           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34839         * gst/tcp/gsttcpclientsrc.c: idem
34840         * gst/tcp/gsttcpserversink.c: idem
34841         * gst/tcp/gsttcpserversrc.c: idem
34842         * m4/gst-fionread.m4: idem
34843
34844         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34845
34846         * configure.ac: enable speex plugin for speex 1.1.5+
34847         * ext/speex/gstspeexenc.c: fix cast warning
34848
34849         * ext/esd/README: fix typo
34850
34851 2004-05-20  David Schleef  <ds@schleef.org>
34852
34853         * configure.ac: Minor cosmetic change to convince the buildbot to
34854         reautogen.
34855         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34856         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34857         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34858         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34859         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34860         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34861         More hacking.  Plays audio now.
34862
34863 2004-05-20  David Schleef  <ds@schleef.org>
34864
34865         * configure.ac:
34866         * sys/Makefile.am:
34867
34868 2004-05-20  David Schleef  <ds@schleef.org>
34869
34870         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34871         * sys/osxaudio/gstosxaudio.c:
34872         * sys/osxaudio/gstosxaudioelement.c:
34873         * sys/osxaudio/gstosxaudioelement.h:
34874         * sys/osxaudio/gstosxaudiosink.c:
34875         * sys/osxaudio/gstosxaudiosink.h:
34876         * sys/osxaudio/gstosxaudiosrc.c:
34877         * sys/osxaudio/gstosxaudiosrc.h:
34878
34879 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34880
34881         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34882         (gst_vorbisenc_chain):
34883           put the codec headers on the caps as streamheader as well as
34884           pushing them out
34885
34886 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34887
34888         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34889         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34890         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34891         split up push_packet into two functions
34892
34893 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34894
34895         * gst/tcp/.cvsignore:
34896           ignore enums
34897         * gst/tcp/Makefile.am:
34898         * gst/tcp/README:
34899         * gst/tcp/gsttcp.c:
34900         * gst/tcp/gsttcp.h:
34901         * gst/tcp/gsttcpclientsink.c:
34902         * gst/tcp/gsttcpclientsink.h:
34903         * gst/tcp/gsttcpclientsrc.c:
34904         * gst/tcp/gsttcpclientsrc.h:
34905         * gst/tcp/gsttcpplugin.c:
34906         * gst/tcp/gsttcpserversink.c:
34907         * gst/tcp/gsttcpserversink.h:
34908         * gst/tcp/gsttcpserversrc.c:
34909         * gst/tcp/gsttcpserversrc.h:
34910           add new tcp elements
34911
34912 2004-05-19  Wim Taymans  <wim@fluendo.com>
34913
34914         * gst/law/mulaw-conversion.c: (mulaw_encode):
34915         Fix overflow bug in ulaw encoding.
34916
34917 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34918
34919         * ext/mad/gstmad.c: (gst_mad_handle_event):
34920           don't unref the event twice
34921
34922 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34923
34924         * configure.ac:
34925           remove -Wno-sign-compare
34926
34927 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34928
34929         * configure.ac:
34930           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34931           if you want to work against glib 2.2 and 2.4
34932
34933 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34934
34935         * gst/tcp/Makefile.am:
34936         * gst/tcp/gsttcp.c:
34937         * gst/tcp/gsttcp.h:
34938         * gst/tcp/gsttcpsink.h:
34939         * gst/tcp/gsttcpsrc.h:
34940           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34941
34942 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34943
34944         * gst/debug/tests.c: (md5_get_value):
34945           fix segfault on gst-inspect
34946
34947 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34948
34949         * gst/debug/testplugin.c:
34950         * gst/debug/tests.c:
34951         * gst/debug/tests.h:
34952           add new extensible and configurable testing element. Current tests
34953           include buffer count, stream length, timestamp/duration matching and
34954           md5.
34955         * gst/debug/Makefile.am:
34956         * gst/debug/gstdebug.c: (plugin_init):
34957           add infrastructure for new element
34958
34959 2004-05-19  Johan Dahlin  <johan@gnome.org>
34960
34961         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34962         ending of the array. Fixes gst-inspect segfault on ppc.
34963
34964 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34965
34966         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34967
34968         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34969
34970 2004-05-18  David Schleef  <ds@schleef.org>
34971
34972         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34973         warnings (bugs, actually) noticed by gcc but not forte.
34974
34975 2004-05-18  David Schleef  <ds@schleef.org>
34976
34977         * sys/sunaudio/Makefile.am:
34978         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34979
34980 2004-05-18  David Schleef  <ds@schleef.org>
34981
34982         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34983         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34984         to allow qtdemux to use non-seekable streams. (bug #142272)
34985
34986 2004-05-18  David Schleef  <ds@schleef.org>
34987
34988         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34989         (gst_resample_sinc_ft_float): Remove use of static temporary
34990         buffer.  This code was obviously not supposed to last long, but
34991         it's stuck in our ABI, so it required a little hack to make it
34992         ABI-compatible.  Fixes #142585.
34993         * gst-libs/gst/resample/resample.h: same.
34994
34995 2004-05-18  David Schleef  <ds@schleef.org>
34996
34997         * configure.ac: Add sunaudio
34998         * examples/Makefile.am: make gstplay depend on gconf
34999         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35000         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35001         (convert_table_lookup), (img_convert): remove c99-isms
35002         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35003           unsigned, to fix a warning on Solaris
35004         * gst/mpeg1sys/systems.c: bcopy->memcpy
35005         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35006         * sys/Makefile.am: Add sunaudio
35007
35008 2004-05-18  Wim Taymans  <wim@fluendo.com>
35009
35010         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35011         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35012         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35013         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35014         (gst_ogg_mux_loop):
35015         Fix an ugly memleak where the muxer didn't flush enough ogg
35016         pages. This also resulted in badly muxed ogg files.
35017
35018 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35019
35020         * gst/asfdemux/asfheaders.c :
35021         * gst/asfdemux/asfheaders.h :
35022         * gst/asfdemux/gstasfdemux.c :
35023           - fix ASF_OBJ_PADDING guid
35024           - add 3 new object guids (language list, metadata,
35025             extended stream properties)
35026           - add a function to parse extended header objects
35027
35028 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35029
35030         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35031           remove leftover debugging g_print
35032
35033 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35034
35035         * ext/mad/gstmad.c: (gst_mad_handle_event):
35036           Fix for when the first format in a discont event is not a
35037           byte-based one. Should fix #137710.
35038
35039 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35040
35041         * m4/a52.m4 : fix compilation with -Wall -Werror
35042         * m4/libfame.m4 : idem
35043         * m4/libmikmod.m4 : idem
35044
35045 2004-05-17  Benjamin Otte  <otte@gnome.org>
35046
35047         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35048           signal the new tags before giving up the reference
35049
35050 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35051
35052         * ext/shout2/gstshout2.c:
35053           use application/ogg instead of application/x-ogg (patch by Patrick
35054           Guimond, fixes #142432)
35055         * sys/oss/gstosselement.c: (gst_osselement_reset),
35056         (gst_osselement_sync_parms):
35057           don't set fragment size unless specified (fixes #142493)
35058
35059 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35060
35061         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35062           fixes #142664
35063
35064 2004-05-17  Benjamin Otte  <otte@gnome.org>
35065
35066         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35067           compute offsets correctly for internal buffers so timestamps are set
35068           correctly when we can't seek. Also handle cases where there are no
35069           offsets. (based on a patch by David Moore, fixes #142507)
35070
35071 2004-05-17  Benjamin Otte  <otte@gnome.org>
35072
35073         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35074           use correct variable when determining amount of data to skip so we
35075           don't skip into the void and segfault
35076
35077 2004-05-16  Benjamin Otte  <otte@gnome.org>
35078
35079         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35080           Hi, I'm a memleak
35081
35082 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35083
35084         * gst/asfdemux/gstasfdemux.c:
35085           - fix a mem leak and always propagate tags
35086           - add WMV3 to known video codecs (but no decoder yet)
35087           - replace "surplus data" at end of audio header for what
35088             it is : codec specific data
35089           - fix a typo
35090
35091 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35092
35093         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35094
35095         * gst-libs/gst/audio/audioclock.c:
35096           Fix wrong return type (#142205).
35097
35098 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35099
35100         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35101           Ignore CRCs by default (fixes #142566).
35102
35103 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35104
35105         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35106         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35107         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35108         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35109         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35110         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35111           Fix for cases where we fail to attach to a mixer.
35112
35113 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35114
35115         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35116           Don't touch events after not owning them anymore.
35117         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35118         (gst_wavparse_fmt), (gst_wavparse_other),
35119         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35120         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35121         (gst_wavparse_srcpad_event):
35122         * gst/wavparse/gstwavparse.h:
35123           Add seeking, fix querying.
35124
35125 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35126
35127         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35128           - process comments even if they don't end with \0\0
35129             g_convert would ignore them if present and works well without them
35130
35131 2004-05-16  Benjamin Otte  <otte@gnome.org>
35132
35133         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35134           simplify caps
35135
35136 2004-05-16  Benjamin Otte  <otte@gnome.org>
35137
35138         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35139           don't write to memory we might not write to - g_convert does that
35140           for us anyway (fixes #142613)
35141         (gst_asf_demux_audio_caps):
35142           comment out gst_util_dump_mem
35143
35144 2004-05-16  Benjamin Otte  <otte@gnome.org>
35145
35146         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35147           compute correct expected timestamps after seek (broken since
35148           last commit)
35149         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35150           rename element and debugging category to gdkpixbufscale
35151
35152 2004-05-16  Benjamin Otte  <otte@gnome.org>
35153
35154         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35155           add error checking to snd_pcm_delay and remove duplicate call to
35156           snd_pcm_delay that caused issues (see inline code comments)
35157         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35158           make more readable and fix return value when snd_pcm_delay fails
35159         (fixes #142586)
35160
35161 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35162         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35163         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35164         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35165         (gst_pixbufscale_link), (gst_pixbufscale_init),
35166         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35167         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35168         (gst_pixbufscale_get_property), (pixbufscale_init):
35169         * ext/gdk_pixbuf/pixbufscale.h:
35170         Add these files I forgot earlier
35171
35172 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35173         * ext/gdk_pixbuf/Makefile.am:
35174         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35175         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35176         Add new pixbufscale element to scale RGB video
35177         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35178         and HYPER interpolation correctly.
35179         * ext/theora/theoraenc.c: (theora_enc_chain),
35180         Discard buffer and return if explicit caps could not be set
35181         (theora_enc_get_property):
35182         Make _get return kbps for the bitrate consistent with
35183         the _set function.
35184
35185
35186 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35187
35188         * ext/libvisual/visual.c: (gst_visual_chain):
35189           add missing visual_audio_analyze
35190
35191 2004-05-14  David Schleef  <ds@schleef.org>
35192
35193         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35194         is killed while we're playing.
35195         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35196         gst_element_no_more_pads().
35197
35198 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35199
35200         * gst-libs/gst/riff/riff-read.c :
35201           - fix INFO tag extraction in RIFF/AVI files
35202             because gst_event_unref (event) also freed taglist
35203           - avoid a mem leak
35204
35205 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35206
35207         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35208         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35209
35210         * gst/auparse/gstauparse.c :
35211           - add code (commented for now) to support audio/x-adpcm on src pad
35212             (we have no decoder for those layout yet)
35213
35214         * gst/cdxaparse/gstcdxaparse.c :
35215         * gst/cdxaparse/gstcdxaparse.h :
35216           - partial rewrite using RiffRead (ripped iain's wavparse code)
35217
35218         * gst/rtp/gstrtpL16enc.c : typo
35219         * gst/rtp/gstrtpgsmenc.c : typo
35220
35221 2004-05-13  Benjamin Otte  <otte@gnome.org>
35222
35223         * configure.ac:
35224           check for exact version of libvisual, it's not supposed to be
35225           API/ABI stable yet
35226
35227 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35228
35229         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35230           signal no-more-pads
35231
35232 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35233
35234         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35235         Report which format was used for GST_FORMAT_DEFAULT
35236         * gst/debug/Makefile.am:
35237         * gst/debug/gstdebug.c: (plugin_init):
35238         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35239         (gst_progressreport_class_init), (gst_progressreport_init),
35240         (gst_progressreport_report), (gst_progressreport_set_property),
35241         (gst_progressreport_get_property), (gst_progressreport_chain),
35242         (gst_progressreport_plugin_init):
35243         Add progressreport element for testing.
35244
35245 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35246
35247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35248         * sys/v4l/gstv4lsrc.h:
35249         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35250         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35251         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35252         (gst_v4lsrc_grab_frame):
35253           add more debugging
35254           send a discont at start
35255
35256 2004-05-12  Colin Walters  <walters@redhat.com>
35257
35258         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35259         inflooping if we can't find a chunk.  Or in other words, don't blow
35260         chunks if we don't have a chunk to blow.
35261
35262 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35263         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35264         Remove old debug output
35265         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35266         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35267         (gst_dvdec_set_property), (gst_dvdec_get_property):
35268         Change the quality setting to an enum, so it works from gst-launch
35269         Don't renegotiate a non-linked pad. Allows audio only decoding.
35270         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35271         (gst_deinterlace_link), (gst_deinterlace_init):
35272         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35273         (gst_videodrop_link):
35274         Some caps negotiation fixes
35275
35276 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35277
35278         * ext/tarkin/gsttarkin.c :
35279           - Change RANK from NONE to PRIMARY
35280         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35281           - Change RANK from NONE to MARGINAL
35282         * ext/divx/gstdivxenc.c :
35283           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35284
35285 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35286
35287         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35288         (gst_vorbisenc_push_packet):
35289           copy a function that was added between 1.0 and 1.0.1 until we
35290           depend on worthwhile features of post-1.0
35291
35292 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35293
35294         * configure.ac:
35295           enable shout2 by default
35296         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35297         (gst_shout2send_base_init), (gst_shout2send_init),
35298         (gst_shout2send_connect), (gst_shout2send_change_state):
35299         * ext/shout2/gstshout2.h:
35300           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35301           #142262)
35302         * ext/theora/theora.c: (plugin_init):
35303           don't set rank on encoders
35304
35305 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35306
35307         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35308           Use codec_data property instead of flag1 and flag2 for wma
35309
35310 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35311
35312         * gst/cdxaparse/gstcdxaparse.c :
35313           - Add mpegversion to CAPS to make it link
35314           - Rank is as GST_RANK_SECONDARY instead of NONE
35315         * gst/auparse/gstauparse.c :
35316           - Document all audio encoding we can encounter from Solaris 9
35317             headers and libsndfile information.
35318           - Increase max. rate from 48000 to 192000 (to match other elements)
35319           - Don't try to play junk data between header and samples
35320
35321 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35322
35323         * ext/libvisual/visual.c: (gst_visual_getcaps):
35324           use the right caps depending on endianness (I hope)
35325         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35326           use GST_RANK_NONE for all non-decoding elements or spider gets
35327           mighty confused
35328
35329 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35330
35331         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35332           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35333
35334 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35335
35336         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35337         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35338         (gst_switch_loop), (gst_switch_get_type):
35339           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35340           HEADERS. Had to be said.
35341
35342 2004-05-10  David Schleef  <ds@schleef.org>
35343
35344         * configure.ac: Add prototype Dirac support.
35345         * ext/Makefile.am:
35346         * ext/dirac/Makefile.am:
35347         * ext/dirac/gstdirac.cc:
35348         * ext/dirac/gstdiracdec.cc:
35349
35350 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35351
35352         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35353         (gst_auparse_init), (gst_auparse_chain),
35354         (gst_auparse_change_state):
35355           Hack around spider. Remove me some day please.
35356
35357 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35358
35359         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35360           Fix for some uninitialized variables in previous patch, also
35361           makes it work. Fixes #142286 while we're at it.
35362
35363 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35364
35365         * gst/auparse/gstauparse.c:
35366                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35367                 only unsupported formats are ADPCM/CCITT G.72x
35368                 reviewed by Ronald
35369         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35370
35371 2004-05-10  Wim Taymans  <wim@fluendo.com>
35372
35373         * ext/vorbis/Makefile.am:
35374         * ext/vorbis/README:
35375         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35376         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35377         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35378         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35379         (gst_oggvorbisenc_convert_sink),
35380         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35381         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35382         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35383         (get_constraints_string), (update_start_message),
35384         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35385         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35386         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35387         * ext/vorbis/oggvorbisenc.h:
35388         * ext/vorbis/vorbis.c: (plugin_init):
35389         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35390         (raw_caps_factory), (gst_vorbisenc_class_init),
35391         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35392         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35393         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35394         * ext/vorbis/vorbisenc.h:
35395         Added a raw vorbis encoder to be used with the oggmuxer.
35396         We still need the old encoder for some gnome applications,
35397         read the README to find out how that works.
35398         The raw encoder is called "rawvorbisenc" until 0.9.
35399
35400 2004-05-10  Wim Taymans  <wim@fluendo.com>
35401
35402         * ext/ogg/gstogg.c: (plugin_init):
35403         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35404         (gst_ogg_print):
35405         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35406         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35407         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35408         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35409         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35410         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35411         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35412         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35413         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35414         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35415         Added an ogg muxer.
35416         Small typo fixes in the demuxer.
35417
35418 2004-05-10  Wim Taymans  <wim@fluendo.com>
35419
35420         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35421         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35422         (theora_enc_change_state), (theora_enc_set_property),
35423         (theora_enc_get_property):
35424         Mark the last packet with an EOS flag which is not really needed
35425         in gstreamer.
35426         Do some better video framerate initialisation.
35427         Update the buffer timestamp.
35428
35429 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35430
35431         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35432         Return the result of the parent state change call
35433
35434 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35435
35436         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35437         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35438         * gst/law/alaw-encode.c : (idem)
35439         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35440         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35441         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35442
35443 2004-05-09  Benjamin Otte  <otte@gnome.org>
35444
35445         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35446           don't use a fixed buffer size when writing variable length data to
35447           it. Fixes memory corruption and makes alsasrc work
35448
35449 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35450
35451         * ext/gnomevfs/gstgnomevfssink.c:
35452         (_gst_boolean_allow_overwrite_accumulator),
35453         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35454           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35455           RUN_LAST, and don't use that to set the accumulator value because
35456           then it's always FALSE.
35457
35458 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35459
35460         * gst-libs/gst/riff/riff-media.c:
35461         (gst_riff_create_video_caps_with_data),
35462         (gst_riff_create_audio_caps),
35463         (gst_riff_create_audio_template_caps):
35464         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35465           Fix for unaligned RIFF files (i.e. where all the chunks together
35466           in a LIST chunk are not of the same size as the size given in
35467           the LIST chunk header). Fixes several odd WAVE files. Also fix
35468           ADPCM (block_align property) in audio, so that wavparse based
35469           on this works now as it used to stand-alone.
35470
35471 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35472
35473         reviewed by Benjamin Otte  <otte@gnome.org>
35474
35475         * ext/a52dec/gsta52dec.c:
35476         * ext/divx/gstdivxdec.c:
35477         * ext/divx/gstdivxenc.c:
35478         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35479         * ext/faac/gstfaac.c: (gst_faac_base_init):
35480         * ext/faad/gstfaad.c: (gst_faad_base_init):
35481         * ext/ivorbis/vorbisfile.c:
35482         * ext/lame/gstlame.c:
35483         * ext/libfame/gstlibfame.c:
35484         * ext/mpeg2enc/gstmpeg2enc.cc:
35485         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35486         * ext/sidplay/gstsiddec.cc:
35487         * ext/speex/gstspeexdec.c:
35488         * ext/speex/gstspeexenc.c:
35489         * ext/xvid/gstxviddec.c:
35490         * ext/xvid/gstxvidenc.c:
35491           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35492           (fixes #142193)
35493
35494 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35495
35496         * ext/alsa/gstalsa.c: (device_list),
35497         (gst_alsa_class_probe_devices):
35498         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35499           Fix alsa oddness in mixer after the combination of using mixer
35500           in source/sink elements and using hw:x,y instead of just hw:x.
35501
35502 2004-05-09  Benjamin Otte  <otte@gnome.org>
35503
35504         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35505         (gst_wavparse_create_sourcepad):
35506           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35507           sourcepads
35508
35509 2004-05-09  Benjamin Otte  <otte@gnome.org>
35510
35511         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35512           allow discont events before caps nego
35513
35514 2004-05-08  Benjamin Otte  <otte@gnome.org>
35515
35516         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35517           don't leak events
35518
35519 2004-05-08  Benjamin Otte  <otte@gnome.org>
35520
35521         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35522         (gst_level_change_state), (gst_level_init):
35523         * gst/level/gstlevel.h:
35524           figure out if we're initialized directly instead of keeping a
35525           variable that's wrong in 90% of cases
35526           don't initialize pads and then leak them and use a new unitialized
35527           pad. (fixes #142084)
35528           these were bugs so n00bish I didn't find them for an hour :/
35529
35530 2004-05-08 Iain <iain@prettypeople.org>
35531
35532         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35533         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35534         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35535         return the length that was read.
35536         (gst_riff_read_strf_auds): Allow fmt tags as well.
35537
35538 2004-05-07  David Schleef  <ds@schleef.org>
35539
35540         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35541         signed char assumption in faad.h.
35542
35543 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35544
35545         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35546           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35547
35548 2004-05-07  Colin Walters  <walters@redhat.com>
35549
35550         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35551         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35552         function.
35553         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35554         Add dispose function.
35555
35556 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35557         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35558           Fix caps nego and pad templates. RGB mode caps should
35559           work now.
35560         * ext/dvdnav/gst-dvd:
35561           Move mpeg2dec inside the thread because otherwise the
35562           queue rejects cap changes mid-stream
35563         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35564         (gst_mpeg2dec_flush_decoder):
35565           For mpeg2dec > 0.4.0, call the flush function instead of
35566           manually extracting all in-flight frames.
35567         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35568         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35569           Change mime type video/dv go video/x-dv to match the
35570           rest of gst-plugins
35571
35572 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35573
35574         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35575         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35576         (gst_alsa_sink_class_init):
35577         * ext/alsa/gstalsasink.h:
35578         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35579         (gst_alsa_src_class_init):
35580         * ext/alsa/gstalsasrc.h:
35581           Make alsasink/src a subclass of alsamixer so that mixer stuff
35582           shows up in gst-rec. Needs some finetuning.
35583
35584 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35585
35586         * ext/lame/gstlame.c: (gst_lame_chain):
35587           simplify
35588         * ext/mad/gstmad.c: (gst_mad_handle_event):
35589           fix event leak
35590         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35591           be able to detect mp3 files < 4096 bytes
35592
35593 2004-05-06  Wim Taymans  <wim@fluendo.com>
35594
35595         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35596         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35597         (theora_enc_set_property), (theora_enc_get_property):
35598         Also encode the first frame, cleanup some code.
35599
35600 2004-05-06  Wim Taymans  <wim@fluendo.com>
35601
35602         * ext/mpeg2enc/gstmpeg2enc.cc:
35603         Forward events first before deciding that negotiation was
35604         not performed.
35605
35606 2004-05-06  Wim Taymans  <wim@fluendo.com>
35607
35608         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35609         First process the events before deciding that negotiation
35610         was not performed.
35611
35612 2004-05-06  Wim Taymans  <wim@fluendo.com>
35613
35614         * ext/theora/Makefile.am:
35615         * ext/theora/theora.c: (plugin_init):
35616         * ext/theora/theoradec.c: (theora_dec_change_state):
35617         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35618         (gst_theora_enc_class_init), (gst_theora_enc_init),
35619         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35620         (theora_enc_chain), (theora_enc_change_state),
35621         (theora_enc_set_property), (theora_enc_get_property):
35622         Added a theora encoder, grouped the encoder and decoder into the
35623         same plugin.
35624
35625 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35626
35627         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35628         (gst_jpegenc_chain):
35629         fix DURATION on outgoing buffers
35630         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35631         debug using time formats
35632         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35634         (gst_xvimagesink_sink_link):
35635         windows with width/height 0 generate X errors, so don't allow them
35636
35637 2004-05-05  Wim Taymans  <wim@fluendo.com>
35638
35639         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35640         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35641         (gst_mpeg2dec_negotiate_format):
35642         * ext/mpeg2dec/gstmpeg2dec.h:
35643           removed the static pad template so that we can add the
35644           more accurate framerate value to the caps.
35645
35646
35647 2004-05-04  Benjamin Otte  <otte@gnome.org>
35648
35649         * configure.ac:
35650           check for kdemacros.h, too (should fix #141821)
35651         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35652           don't crash if no header was sent, but nicely error out (fixes part
35653           of #141554)
35654
35655 2004-05-04  Wim Taymans  <wim@fluendo.com>
35656
35657         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35658         parent dispose function to avoid segfault on destroy.
35659
35660 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35661
35662         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35663         (plugin_init):
35664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35665         (gst_xvimagesink_sink_link):
35666         clean up debugging caps
35667         also recreate xvimage when format has changed
35668
35669 2004-05-04  Benjamin Otte  <otte@gnome.org>
35670
35671         * ext/libvisual/Makefile.am:
35672         * ext/libvisual/visual.c: (gst_visual_class_init),
35673         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35674         (gst_visual_srclink), (gst_visual_chain),
35675         (gst_visual_change_state), (plugin_init):
35676           use a GstAdapter to correctly adapt buffer sizes - allows using a
35677           framerate
35678
35679 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35680
35681         * sys/v4l/gstv4lelement.h:
35682         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35683         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35684         (gst_v4lsrc_buffer_free):
35685         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35686         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35687         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35688         (gst_v4lsrc_requeue_frame):
35689         move some debugging categories around
35690         query for fps index and set accordingly if found
35691
35692 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35693
35694         * ext/lame/gstlame.c:
35695         correct defaults that lame_init puts out of range
35696
35697 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35698
35699         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35700         (gst_divxenc_class_init):
35701         fix range since -1 is the default
35702         * gst/mpeg1sys/gstmpeg1systemencode.c:
35703         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35704         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35705         (gst_rtjpegdec_chain):
35706         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35707         (gst_rtjpegenc_chain):
35708         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35709         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35710         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35711         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35712         * sys/v4l/gstv4lsrc.c:
35713         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35714         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35715         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35716         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35717         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35718           remove gst_info calls
35719
35720 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35721
35722         * Makefile.am:
35723         * po/af.po:
35724         * po/az.po:
35725         * po/en_GB.po:
35726         * po/nl.po:
35727         * po/sr.po:
35728         * po/sv.po:
35729           Updated translations
35730
35731 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35732
35733         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35734           refactor/comment code
35735
35736 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35737
35738         * gst/asfdemux/Makefile.am:
35739         * gst/asfdemux/asfheaders.c:
35740         * gst/asfdemux/asfheaders.h:
35741         * gst/asfdemux/gstasf.c: (plugin_init):
35742         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35743         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35744         (gst_asf_demux_setup_pad):
35745         * gst/asfdemux/gstasfdemux.h:
35746         * gst/asfdemux/gstasfmux.c:
35747         * gst/asfdemux/gstasfmux.h:
35748           Add tagging support to demuxer, split out registration in its own
35749           file instead of in demux (hacky), and prevent having some tables
35750           in our memory multiple times (in asfheaders.h).
35751
35752 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35753
35754         * gst/matroska/matroska-demux.c:
35755         (gst_matroska_demux_parse_metadata):
35756         * gst/matroska/matroska-ids.h:
35757           Basic tag reading support.
35758
35759 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35760
35761         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35762           Really detect ac-3 audio.
35763         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35764           really detect matroska files (off-by-1).
35765
35766 2004-04-30  David Schleef  <ds@schleef.org>
35767
35768         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35769         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35770         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35771         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35772         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35773         hackage -- parse a lot more atoms, extract a few tags.  One might even
35774         mistake this for tag support.  Maybe it is.
35775         * gst/qtdemux/qtdemux.h:
35776
35777 2004-04-30  Colin Walters  <walters@verbum.org>
35778
35779         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35780
35781 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35782
35783         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35784         (gst_ffmpegcolorspace_getcaps):
35785           remove broken nego fix
35786
35787 2004-04-30  Benjamin Otte  <otte@gnome.org>
35788
35789         * configure.ac:
35790         * ext/Makefile.am:
35791         * ext/libvisual/Makefile.am:
35792         * ext/libvisual/visual.c:
35793           add initial support for libvisual (http://libvisual.sourceforge.net)
35794           libvisual is still quite alpha, so expect crashes in there :)
35795
35796 2004-04-29  David Schleef  <ds@schleef.org>
35797
35798         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35799         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35800         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35801         code; you will no longer respect me.
35802
35803 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35804
35805         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35806         * ext/alsa/gstalsa.h :
35807         change alsa pcm device discovery to find more than 1 device
35808         per card. code review by Ronald.
35809
35810 2004-04-29  David Schleef  <ds@schleef.org>
35811
35812         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35813         Add a check for a driver bug on FreeBSD.  (bug #140565)
35814
35815 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35816
35817         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35818         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35819         (gst_jpegenc_getcaps):
35820           move format setting to inner loop
35821         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35822         (gst_ffmpegcolorspace_getcaps):
35823           use GST_PAD_CAPS if available so that we use already negotiated
35824           caps
35825         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35826         (qtdemux_parse_moov), (qtdemux_parse):
35827           extra debugging
35828         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35829         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35830           move hardcoded path to DEFINE
35831
35832 2004-04-28  David Schleef  <ds@schleef.org>
35833
35834         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35835         (bug #140064)
35836
35837 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35838
35839         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35840           Don't probe for playback device if we're a source element. Fixes
35841           #139658.
35842
35843 2004-04-29  Benjamin Otte  <otte@gnome.org>
35844
35845         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35846         (gst_id3_tag_chain):
35847           rewrite buffer offset
35848
35849 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35850
35851         * configure.ac:
35852         * ext/Makefile.am:
35853         * ext/dts/Makefile.am:
35854         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35855         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35856         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35857         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35858         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35859         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35860         (plugin_init):
35861         * ext/dts/gstdtsdec.h:
35862           New DTS decoder.
35863         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35864         (gst_faad_srcconnect):
35865           Add ESDS atom handling (.m4a).
35866
35867 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35868
35869         * ext/divx/gstdivxdec.c: (plugin_init):
35870           Remove comment that makes no sense.
35871         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35872           Fix for obvious typo that resulted in warnings during gst-register.
35873         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35874         (gst_xviddec_sink_link):
35875           Fix caps negotiation a bit better.
35876         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35877           We call this 'codec_data', not 'esds'.
35878
35879 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35880
35881         * gst/monoscope/gstmonoscope.c:
35882           make sure we only provide 256x128
35883         * gst/monoscope/monoscope.c: (monoscope_init):
35884           assert size of 256x128
35885
35886 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35887
35888         * Makefile.am:
35889         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35890         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35891           fixate to max width and height of device
35892
35893 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35894
35895         * Makefile.am:
35896         * sys/v4l/gstv4l.c:
35897         * sys/v4l/gstv4lsrc.c:
35898         * sys/v4l/v4l_calls.c:
35899         * sys/v4l/v4lsrc_calls.c:
35900           fix for qc-usb driver which fakes having more than one buffer
35901           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35902           buffer_free override
35903           add debugging
35904
35905 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35906
35907         * Makefile.am:
35908         * gst/videotestsrc/gstvideotestsrc.c:
35909         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35910         (gst_videotestsrc_init), (gst_videotestsrc_get),
35911         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35912         * gst/videotestsrc/gstvideotestsrc.h:
35913           add num-buffers property
35914
35915         2004-04-26  Benjamin Otte  <otte@gnome.org>
35916
35917         * ext/mad/gstid3tag.c: (plugin_init):
35918           set id3mux rank to NONE so it doesn't confuse spider
35919           require audio/mpeg,mpegversion=1 in id3mux
35920
35921 2004-04-26  Benjamin Otte  <otte@gnome.org>
35922
35923         * configure.ac:
35924           detect faad correctly as non-working if it's indeed non-working
35925
35926 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35927
35928         * Makefile.am:
35929         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35930         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35931         fix _getcaps so it only negotiates to its supported format
35932
35933 2004-04-25  Benjamin Otte  <otte@gnome.org>
35934
35935         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35936           fix memleak
35937
35938 2004-04-23  Benjamin Otte  <otte@gnome.org>
35939
35940         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35941           audio/x-raw-int with height rules! not. Now it's depth.
35942
35943 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35944
35945         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35946         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35947         (gst_wavparse_loop):
35948           Missing variable initialization. Add handling of DVI ADPCM. Fix
35949           mis-parsing of LIST chunks. This works around a bug where we mis-
35950           parse non-aligning LIST chunks (so LIST chunks where the contents
35951           don't align with the actual LIST size). The correct fix is to use
35952           rifflib, I'm not going to fix wavparse - too much work. All this
35953           fixes #104878.
35954
35955 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35956
35957         reviewed by Benjamin Otte  <otte@gnome.org>
35958
35959         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35960           fix shoutcast not working (fixes #140844)
35961
35962 2004-04-22  Benjamin Otte  <otte@gnome.org>
35963
35964         * ext/hermes/gsthermescolorspace.c:
35965         (gst_hermes_colorspace_caps_remove_format_info):
35966         * gst/colorspace/gstcolorspace.c:
35967         (gst_colorspace_caps_remove_format_info):
35968         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35969         (gst_ffmpegcolorspace_caps_remove_format_info):
35970           s/gst_caps_simplify/gst_caps_do_simplify/
35971
35972 2004-04-22  Benjamin Otte  <otte@gnome.org>
35973
35974         * gst-libs/gst/riff/riff-media.c:
35975         (gst_riff_create_video_caps_with_data):
35976           mpegversion is an int
35977         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35978           don't try to create pad templates with NULL caps, use any caps
35979           instead.
35980
35981 2004-04-20  David Schleef  <ds@schleef.org>
35982
35983         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35984         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35985         (bug #140384)
35986
35987 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35988
35989         reviewed by David Schleef
35990
35991         * ext/mad/gstid3tag.c: Add stdlib.h
35992         * gst/rtp/gstrtpgsmenc.c: same
35993         * gst/tags/gstid3tag.c: same
35994         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35995         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35996         GST_DISABLE_LOADSAVE use.
35997         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35998         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35999         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36000         atol(3)).
36001         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36002         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36003         strtoul(3)).
36004         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36005         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36006         $(ID3_CFLAGS).
36007         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36008         $(LIBFAME_CFLAGS).
36009
36010 2004-04-20  David Schleef  <ds@schleef.org>
36011
36012         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36013         last checkin.  Same idea.
36014
36015 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36016
36017         reviewed by David Schleef
36018
36019         * configure.ac: bump required gstreamer version to 0.8.1.1
36020         because of following changes [--ds]
36021
36022         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36023         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36024         (gst_riff_read_header):  Use GST_READ_UINT*
36025         macros to access possibly unaligned memory.
36026
36027         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36028         (mp3_type_find):  Use GST_READ_UINT*
36029         macros to access possibly unaligned memory.
36030         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36031         (speex_type_find): Likewise
36032
36033         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36034
36035         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36036         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36037         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36038         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36039         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36040         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36041         macros to access possibly unaligned memory.
36042
36043         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36044         Likewise.
36045
36046         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36047         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36048
36049         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36050         Likewise.
36051
36052         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36053         (gst_mpeg2subt_chain_subtitle): Likewise.
36054
36055         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36056         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36057         Likewise.
36058
36059         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36060         Likewise.
36061
36062         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36063         Likewise.
36064
36065         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36066         Likewise.
36067
36068 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36069
36070         * configure.ac:
36071           update required version of GStreamer because of GST_TIME_FORMAT
36072
36073 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36074
36075         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36076           remove leftover g_print
36077         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36078           don't try setting only a subset of the caps. We don't want to kill
36079           autoplugging on purpose
36080
36081 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36082
36083         * sys/ximage/ximagesink.c: (plugin_init):
36084         * sys/xvimage/xvimagesink.c: (plugin_init):
36085           add debugging categories
36086
36087 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36088
36089         * po/en_GB.po:
36090         * po/LINGUAS:
36091           Adding en_GB translation (Gareth Owen)
36092
36093 2004-04-20  David Schleef  <ds@schleef.org>
36094
36095         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36096         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36097         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36098         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36099         A number of new features and hacks to extract the esds atom and
36100         put it into the caps.  (bug #137724)
36101
36102 2004-04-19  David Schleef  <ds@schleef.org>
36103
36104         * gconf/Makefile.am: Fix for non-GNU make
36105         * gst-libs/gst/Makefile.am: Change directory order to handle
36106         GstPlay linking with gstinterfaces
36107         * gst-libs/gst/audio/make_filter: make use of tr portable
36108         * gst-libs/gst/play/Makefile.am: Add intended \
36109         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36110         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36111         function prototype instead of void *.
36112         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36113         macro.
36114         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36115         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36116         * gst/videofilter/make_filter: make use of tr portable
36117         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36118
36119 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36120
36121         * po/LINGUAS:
36122         * po/uk.po:
36123           Added Ukrainian translation (Maxim V. Dziumanenko)
36124
36125 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36126
36127         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36128         (gst_gsmdec_link), (gst_gsmdec_chain):
36129           Fix capsnego, simplify chain function slightly.
36130         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36131           Add GSM.
36132
36133 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36134
36135         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36136         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36137         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36138           Hack to make wavparse work with spider (always -> sometimes pad).
36139           Fixes #135862 && #140411.
36140
36141 2004-04-18  Benjamin Otte  <otte@gnome.org>
36142
36143         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36144         (gst_osselement_rate_probe_check),
36145         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36146           get rid of \n in debug output
36147
36148 2004-04-17  Iain <iain@prettypeople.org>
36149
36150         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36151         not just EOS.
36152
36153 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36154
36155         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36156         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36157         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36158         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36159         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36160         (gst_id3_tag_change_state), (plugin_init):
36161           deprecate id3tag element and replace with id3demux/id3mux.
36162           great side effect: this ugly file is now even uglier, yay!
36163         * ext/mad/gstmad.h:
36164           remove non-available function
36165           update for new get_type
36166
36167 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36168
36169         * configure.ac:
36170           require mpeg2dec >= 0.4.0
36171
36172 2004-04-17  Benjamin Otte  <otte@gnome.org>
36173
36174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36175         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36176         (gst_xvimagesink_set_xwindow_id):
36177           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36178           assorted cleanup fixes.
36179
36180 2004-04-16  David Schleef  <ds@schleef.org>
36181
36182         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36183         * sys/xvimage/xvimagesink.h: same
36184
36185 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36186
36187         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36188           Fix GST_ELEMENT_ERROR with (NULL)
36189
36190 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36191
36192         * gst-libs/gst/riff/riff-media.c:
36193         (gst_riff_create_video_caps_with_data):
36194           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36195
36196 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36197
36198         * gst-libs/gst/riff/riff-media.c:
36199         (gst_riff_create_video_caps_with_data),
36200         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36201         (gst_riff_create_video_template_caps),
36202         (gst_riff_create_audio_template_caps):
36203         * gst-libs/gst/riff/riff-media.h:
36204         * gst-libs/gst/riff/riff-read.c:
36205         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36206         * gst-libs/gst/riff/riff-read.h:
36207         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36208           Add MS RLE support. I added some functions to read out strf chunks
36209           into strf chunks and the data behind it. This is usually color
36210           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36211           caps creation. Lastly, add ADPCM (similar to wavparse - which
36212           should eventually be rifflib based).
36213         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36214         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36215         * gst/matroska/matroska-demux.h:
36216           Remove placeholders for some prehistoric tagging system. Didn't add
36217           support for any tag system really anyway.
36218         * gst/qtdemux/qtdemux.c:
36219           Add support for audio/x-m4a (MPEG-4) through spider.
36220         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36221         (gst_wavparse_loop):
36222           ADPCM support (#135862). Increase max. buffer size because we
36223           cannot split buffers for ADPCM (screws references) and I've seen
36224           files with 2048 byte chunks. 4096 seems safe for now.
36225
36226 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36227
36228         * configure.ac: bump nano to 1
36229
36230 === release 0.8.1 ===
36231
36232 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36233
36234         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36235
36236 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36237
36238         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36239           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36240           Fixes #140058
36241
36242 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36243
36244         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36245           lower rank of dvddemux so that it's not used for mpeg playback.
36246
36247 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36248
36249         * configure.ac:
36250           save libs correctly when checking mad
36251
36252 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36253
36254         * ext/mad/gstid3tag.c: (plugin_init):
36255           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36256
36257 2004-04-13  David Schleef  <ds@schleef.org>
36258
36259         * common/m4/gst-feature.m4: Call -config scripts with
36260         --plugin-libs if it is supported.
36261         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36262         JPEG images are image/jpeg.
36263         * gst/debug/Makefile.am:
36264         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36265         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36266         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36267         (gst_negotiation_plugin_init): Add a property that acts like
36268         filter caps.
36269         * testsuite/gst-lint:  Move license checking to be a standard
36270         test.
36271
36272 2004-04-13  David Schleef  <ds@schleef.org>
36273
36274         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36275         patch from Sebastien Cote (bug #139958)
36276
36277 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36278
36279         * examples/gstplay/Makefile.am:
36280         * examples/gstplay/player.c: (main):
36281           make the commandline player example use gconf settings
36282
36283 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36284
36285         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36286         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36287         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36288           init/end library during state transition, not object
36289           creation/disposal.  get rid of custom dispose handler.
36290
36291
36292 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36293
36294         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36295         be a symlink
36296
36297 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36298
36299         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36300           Handle JUNK chunks inside data section. Prevents warnings.
36301
36302 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36303
36304         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36305         (gst_riff_create_video_template_caps):
36306           Add MS video v1.
36307         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36308         (gst_avi_demux_stream_data):
36309           Add support for "rec-list" chunks.
36310
36311 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36312
36313         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36314           Fix another codecname mismatch.
36315
36316 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36317
36318         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36319           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36320           so that MJPEG plays back.
36321
36322 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36323
36324         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36325         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36326         * gst/mpeg1videoparse/gstmp1videoparse.h:
36327           Fix for some slight mis-cuts in buffer parsing, and for some
36328           potential overflows or faults-causers. Adds disconts. Also fixes
36329           #139105 while we're at it.
36330
36331 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36332
36333         * configure.ac:
36334         * sys/v4l2/gstv4l2element.h:
36335           Workaround for missing struct v4l2_buffer declaration in Suse 9
36336           and Mandrake 10 linux/videodev2.h header file (#135919).
36337
36338 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36339
36340         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36341           Bail out if no filename was given.
36342
36343 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36344
36345         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36346         (gst_v4l2_fourcc_from_structure):
36347           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36348           Y41B somewhere).
36349
36350 2004-04-09  Benjamin Otte  <otte@gnome.org>
36351
36352         * ext/gnomevfs/gstgnomevfssink.c:
36353         (_gst_boolean_allow_overwrite_accumulator),
36354         (gst_gnomevfssink_class_init):
36355           fix erase signal - if any handler returns false the file will not be
36356           overwritten. If no handler is connected, the file will not be
36357           overwritten either.
36358           renamed signal to "allow-overwrite"
36359         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36360           free string when adding it to ID3 failed
36361         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36362           unref event when done
36363         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36364           free caps
36365         * gst/typefind/gsttypefindfunctions.c:
36366         (mpeg_video_stream_type_find):
36367           fix invalid read
36368
36369 2004-04-08  David Schleef  <ds@schleef.org>
36370
36371         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36372         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36373
36374 2004-04-08  David Schleef  <ds@schleef.org>
36375
36376         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36377         we don't support (bug #139532)
36378
36379 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36380
36381         * ext/mad/gstmad.c: (gst_mad_handle_event),
36382         (gst_mad_check_caps_reset), (gst_mad_chain),
36383         (gst_mad_change_state):
36384           only set explicit caps if they haven't been set before for
36385           this stream.  MPEG-audio sample rate/channels aren't allowed
36386           to change in-stream.
36387           Fixes #139382
36388
36389 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36390
36391         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36392         (_gst_boolean_did_something_accumulator),
36393         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36394         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36395         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36396         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36397         (gst_gnomevfssink_change_state):
36398           Fix erase signal. Don't erase by default. Remove handoff signal.
36399           Remove erase property. Don't segfault. General cleanup.
36400
36401 2004-04-07  Benjamin Otte  <otte@gnome.org>
36402
36403         * gst-libs/gst/gconf/test-gconf.c: (main):
36404           add missing gst_init
36405
36406 2004-04-07  Benjamin Otte  <otte@gnome.org>
36407
36408         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36409           free the mutexes, too
36410
36411 2004-04-07  Benjamin Otte  <otte@gnome.org>
36412
36413         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36414           actually free the URI string
36415         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36416           compute offset correctly when passing discont events
36417         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36418           don't leak discont events
36419         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36420           add some missing breaks so caps aren't copied randomly
36421         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36422           if we realloc memory, we better use it
36423
36424 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36425
36426         * ext/mad/gstmad.c: (normal_seek):
36427           fix GST_FORMAT_TIME usage
36428
36429 2004-04-05  David Schleef  <ds@schleef.org>
36430
36431         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36432         a deprecated function (hack!)
36433
36434 2004-04-05  Benjamin Otte  <otte@gnome.org>
36435
36436         * ext/esd/esdmon.c: (gst_esdmon_get):
36437           fix nonterminated vararg and memleak
36438
36439 2004-04-05  Benjamin Otte  <otte@gnome.org>
36440
36441         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36442         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36443         (gst_ladspa_set_property), (gst_ladspa_get_property),
36444         (gst_ladspa_instantiate), (gst_ladspa_activate),
36445         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36446           clean up debugging
36447
36448 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36449
36450         reviewed by Benjamin Otte  <otte@gnome.org>
36451
36452         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36453           check for broken LADSPA parameters (fixes #138635)
36454
36455 2004-04-05  Benjamin Otte  <otte@gnome.org>
36456
36457         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36458           advertise buffer-frames correctly on sinkpads
36459
36460 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36461
36462         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36463         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36464         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36465         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36466         (gst_mad_check_caps_reset), (gst_mad_chain):
36467         add more debugging, only reset caps when we're not in error state
36468
36469 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36470
36471         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36472
36473 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36474
36475         reviewed by Benjamin Otte  <otte@gnome.org>
36476
36477         * configure.ac:
36478           fix == in test(1) operator
36479
36480 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36481
36482         reviewed by Benjamin Otte  <otte@gnome.org>
36483
36484         * configure.ac:
36485           fix --export-symblos-regex to a working regex.
36486
36487 2004-04-04  Benjamin Otte  <otte@gnome.org>
36488
36489         * sys/oss/.cvsignore:
36490           add for oss_probe
36491
36492 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36493
36494         reviewed by Benjamin Otte  <otte@gnome.org>
36495
36496         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36497           add missing 'new_media' argument (fixes #138168)
36498         * gst/matroska/matroska-demux.c:
36499         (gst_matroska_demux_handle_seek_event):
36500           add vararg terminator (fixes #138169)
36501
36502 2004-04-02  David Schleef  <ds@schleef.org>
36503
36504         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36505         disted (bug #138914)
36506
36507 2004-04-01  Benjamin Otte  <otte@gnome.org>
36508
36509         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36510         (gst_alsa_close_audio):
36511           handle case better where a soundcard can't pause
36512         * ext/ogg/gstoggdemux.c:
36513           don't crash when we get events but don't have pads yet
36514
36515 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36516
36517         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36518           throw an error if we couldn't probe any caps.
36519
36520 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36521
36522         * ext/dvdnav/gst-dvd:
36523         Add a really simple sample DVD player
36524
36525 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36526
36527         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36528         (gst_a52dec_push), (gst_a52dec_handle_event),
36529         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36530         (gst_a52dec_change_state):
36531         * ext/a52dec/gsta52dec.h:
36532           Use a debug category, Output timestamps correctly
36533           Emit tag info, Handle events, tell liba52dec about cpu
36534           capabilities so it can use MMX etc.
36535         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36536           Fix a crasher accessing invalid memory
36537         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36538         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36539         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36540         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36541         (dvdnavsrc_query):
36542           Some support for byte-format seeking.
36543           Small fixes for still frames and menu button overlays
36544         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36545         (gst_mpeg2dec_alloc_buffer):
36546           Use a debug category. Adjust the report level of several items to
36547           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36548           so it doesn't lose the GstBuffer pointer
36549         * gst/debug/Makefile.am:
36550         * gst/debug/gstdebug.c: (plugin_init):
36551         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36552         (gst_navseek_base_init), (gst_navseek_class_init),
36553         (gst_navseek_init), (gst_navseek_seek),
36554         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36555         (gst_navseek_get_property), (gst_navseek_chain),
36556         (gst_navseek_plugin_init):
36557         * gst/debug/gstnavseek.h:
36558           Add the navseek debug element for seeking back and forth in a
36559           video stream using arrow keys.
36560         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36561         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36562         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36563         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36564         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36565         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36566         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36567         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36568         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36569         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36570         * gst/mpeg2sub/gstmpeg2subt.h:
36571           Pretty much a complete rewrite. Now a loopbased element. May still
36572           require work to properly synchronise subtitle buffers.
36573         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36574         (gst_dvd_demux_send_subbuffer):
36575         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36576           Don't attempt to create subbuffers of size 0
36577           Reduce a couple of error outputs to warnings.
36578         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36579         (gst_y4mencode_chain):
36580         Output the y4m frame header correctly.
36581
36582 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36583
36584         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36585           throw errors instead of allowing SIGFPE
36586
36587 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36588
36589         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36590         (gst_gconf_render_bin_from_key):
36591           leak plugging and style fixing
36592
36593 2004-03-31  David Schleef  <ds@schleef.org>
36594
36595         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36596         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36597         (bug #138225)
36598         * gst/debug/Makefile.am:
36599         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36600         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36601         plugin.
36602         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36603         (gst_negotiation_base_init), (gst_negotiation_class_init),
36604         (gst_negotiation_init), (gst_negotiation_getcaps),
36605         (gst_negotiation_pad_link), (gst_negotiation_chain),
36606         (gst_negotiation_set_property), (gst_negotiation_get_property),
36607         (gst_negotiation_plugin_init):  New element to talk about random
36608         negotiation things happening in a pipeline.
36609
36610 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36611
36612         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36613           fix integer addition with help of Stefan Kost
36614
36615 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36616
36617         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36618
36619 2004-03-30  David Schleef  <ds@schleef.org>
36620
36621         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36622         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36623         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36624         (bug #137504)
36625         * ext/mpeg2dec/gstmpeg2dec.h:
36626
36627 2004-03-30  David Schleef  <ds@schleef.org>
36628
36629         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36630
36631 2004-03-30  David Schleef  <ds@schleef.org>
36632
36633         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36634         Michael Petullo) to handle .mov
36635
36636 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36637
36638         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36639         (gst_osselement_rate_check_rate):
36640           probe caps correctly for sound cards that only support one format
36641
36642 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36643
36644         * ext/kio/kiosrc.cpp: (process_events):
36645           update handling event processing if inside KDE - untested
36646
36647 2004-03-29  David Schleef  <ds@schleef.org>
36648
36649         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36650         by 2 to not interfere with other colorspaces.
36651         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36652         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36653         one to not interfere with ffmpeg_colorspace.
36654
36655 2004-03-29  David Schleef  <ds@schleef.org>
36656
36657         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36658         aren't in the caps.
36659         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36660         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36661
36662 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36663
36664         * gst-libs/gst/riff/riff-media.c:
36665           fail on error, don't try to set stuff on NULL caps
36666
36667 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36668
36669         * configure.ac:
36670         * ext/Makefile.am:
36671         * ext/kio/Makefile.am:
36672         * ext/kio/kioreceiver.cpp:
36673         * ext/kio/kioreceiver.h:
36674         * ext/kio/kiosrc.cpp:
36675         * ext/kio/kiosrc.h:
36676           add experimental kiosrc plugin
36677         * ext/alsa/gstalsaplugin.c: (plugin_init):
36678           initialize debugging category only when we're sure registering the
36679           plugins worked.
36680
36681 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36682
36683         * examples/gstplay/player.c: (main):
36684         * gst-libs/gst/play/play.c: (gst_play_class_init),
36685         (gst_play_set_location), (gst_play_set_data_src),
36686         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36687         (gst_play_set_visualization), (gst_play_connect_visualization):
36688           check return values of element_set_state and return FALSE where
36689           failed
36690
36691 2004-03-29  Benjamin Otte  <otte@gnome.org>
36692
36693         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36694           try harder to check if an event is really a discont
36695
36696 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36697
36698         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36699         * po/az.po:
36700
36701 2004-03-28  Benjamin Otte  <otte@gnome.org>
36702
36703         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36704         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36705         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36706           get rid of non-standard "..." ranges in case statements.
36707
36708 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36709
36710         * gst/mpegstream/gstmpegdemux.c:
36711         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36712         specific functionality split to the new dvddemux element.
36713         * gst/mpegstream/gstdvddemux.c:
36714         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36715         streams, derived from mpegdemux.
36716         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36717         up. SCR based timestamp rewriting can be turned off (will probably
36718         completely disappear soon).
36719         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36720         hacking. General cleanup. All printf statements replaced by
36721         debugging messages. Almost complete libdvdnav support.
36722         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36723         by events. New properties for audio and subpicture languages.
36724         (dvdnavsrc_update_highlight): Now uses events.
36725         (dvdnavsrc_user_op): Cleaned up.
36726         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36727         based). Lots of cleanup, and propper support for most libdvdnav
36728         events.
36729         (dvdnavsrc_make_dvd_event): New function.
36730         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36731         (dvdnavsrc_make_clut_change_event): New function.
36732
36733 2004-03-26  Benjamin Otte  <otte@gnome.org>
36734
36735         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36736           fix bug where typefinding would claim it's theora whenever less then
36737           7 bytes of data were available
36738
36739 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36740
36741         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36742         (gst_alawdec_base_init), (gst_alawdec_class_init),
36743         (gst_alawdec_init), (gst_alawdec_chain):
36744         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36745         (gst_alawenc_base_init), (gst_alawenc_class_init),
36746         (gst_alawenc_init), (gst_alawenc_chain):
36747         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36748         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36749         (gst_mulawdec_init), (gst_mulawdec_chain):
36750         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36751         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36752         (gst_mulawenc_init), (gst_mulawenc_chain):
36753           Fix capsnego in all four, remove the unused property functions and
36754           simplify the chain functions slightly. I guess we could use macros
36755           or something similar for those, since the code is so similar, but
36756           I'm currently too lazy...
36757
36758 2004-03-24  David Schleef  <ds@schleef.org>
36759
36760         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36761         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36762         (gst_osselement_get_format_structure),
36763         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36764         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36765         (gst_osselement_rate_int_compare): Add code to handle rate probing
36766         (bug #120883)
36767         * sys/oss/gstosselement.h: same
36768         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36769         Use rate probing provided by osselement.
36770         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36771
36772 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36773
36774         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36775         (gst_xvidenc_get_property):
36776           ulong/int mess-up.
36777
36778 2004-03-24  David Schleef  <ds@schleef.org>
36779
36780         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36781         (gst_speexdec_init):
36782         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36783         (gst_speexenc_init):  Create the pad template correctly (from
36784         the static pad template, not a NULL pointer.)
36785
36786 2004-03-25  Benjamin Otte  <otte@gnome.org>
36787
36788         * gst/debug/Makefile.am:
36789         * gst/debug/breakmydata.c:
36790           add element that quasi-randomly changes bytes in the stream.
36791           Intended use is robustness checking of demuxers and decoders in
36792           media tests.
36793
36794 2004-03-24  Benjamin Otte  <otte@gnome.org>
36795
36796         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36797         (gst_alsa_probe_hw_params):
36798         * ext/alsa/gstalsa.h:
36799           debugging output fixes
36800
36801 2004-03-24  Benjamin Otte  <otte@gnome.org>
36802
36803         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36804           don't g_return_if_fail if element is PLAYING, fail silently as every
36805           other element.
36806         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36807           only fix needed for cast lvalue issues in gst-plugins
36808         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36809           add proxy_getcaps
36810
36811 2004-03-24  Benjamin Otte  <otte@gnome.org>
36812
36813         * gst/level/gstlevel.c: (gst_level_init):
36814           add proxying getcaps function, so level doesn't advertise impossible
36815           caps
36816
36817 2004-03-24  David Schleef  <ds@schleef.org>
36818
36819         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36820         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36821         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36822         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36823         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36824         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36825         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36826         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36827         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36828         messages.  Divide the chunk size by the compression ratio
36829         (needed for MACE audio)
36830
36831 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36832
36833         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36834           Fix buffer overflow read error.
36835
36836 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36837
36838         * ext/alsa/gstalsa.h:
36839           Remove unused entry.
36840         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36841           Add cinepak.
36842         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36843         (gst_videodrop_link), (gst_videodrop_chain):
36844           Fix, sort of. Was horribly broken with new capsnego. Bah...
36845
36846 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36847
36848         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36849         (plugin_init):
36850         Add a monkeysaudio typefind function
36851
36852 2004-03-23  Johan Dahlin  <johan@gnome.org>
36853
36854         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36855         (gst_play_video_fixate): Check so the structure has the field
36856         before trying to fixate them, this makes it possible to have
36857         fakesinks for video and audio output without printing errors on
36858         the output console.
36859
36860 2004-03-22  David Schleef  <ds@schleef.org>
36861
36862         * sys/oss/Makefile.am:
36863         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36864         (check_rate), (add_rate):  Rate probing test app.
36865
36866 2004-03-21  Benjamin Otte  <otte@gnome.org>
36867
36868         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36869         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36870           add a fixation function that pretty much does the right thing (fixes
36871           #137556)
36872
36873 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36874
36875         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36876
36877 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36878
36879         reviewed by: Benjamin Otte  <otte@gnome.org>
36880
36881         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36882           terminate gst_event_new_discontinuous correctly (fixes parts of
36883           #137711)
36884
36885 2004-03-19  David Schleef  <ds@schleef.org>
36886
36887         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36888         since it doesn't depend on X, and it's part of our ABI.
36889
36890 2004-03-19  Iain <iain@prettypeople.org>
36891
36892         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36893         is_int in the structure, not the local variable.
36894
36895 2004-03-19  David Schleef  <ds@schleef.org>
36896
36897         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36898         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36899         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36900         Improvements in caps negotiation.
36901
36902 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36903
36904         * po/LINGUAS:
36905         * po/af.po:
36906           adding Afrikaans (Petri Jooste)
36907
36908 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36909
36910         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36911         (gst_ffmpegcolorspace_chain):
36912         throw error instead of g_critical (#137588)
36913
36914 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36915
36916         * Makefile.am:
36917         * configure.ac:
36918           dist common and m4 correctly
36919         * po/sv.po:
36920
36921 2004-03-17  David Schleef  <ds@schleef.org>
36922
36923         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36924         (bug #137348)
36925
36926 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36927
36928         * po/LINGUAS:
36929         * po/sv.po:
36930           adding Swedish translation (Christian Rose)
36931
36932 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36933
36934         * Makefile.am: use release.mak
36935
36936 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36937
36938         * common/ChangeLog:
36939         * common/gst-autogen.sh:
36940           add some explanation about the version detection
36941         * configure.ac:
36942           fix X check
36943
36944 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36945
36946         * configure.ac: bump nano to 1
36947
36948 === release 0.8.0 ===
36949
36950 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36951
36952         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36953
36954 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36955
36956         * configure.ac:
36957           update libtool version
36958         * gst-libs/gst/media-info/Makefile.am:
36959           actually use libtool version
36960
36961 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36962
36963         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36964
36965 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36966
36967         * configure.ac:
36968         * gst-plugins.spec.in:
36969         * pkgconfig/Makefile.am:
36970         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36971         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36972         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36973         * pkgconfig/gstreamer-libs.pc.in:
36974         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36975         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36976         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36977         * pkgconfig/gstreamer-plugins.pc.in:
36978           remove @VERSION@ from some of the pc files since core and plugins
36979           are decoupled.
36980           created gstreamer-plugins.pc as it's a better name, but keeping
36981           -libs around for now to get fixes upstream done first.
36982
36983 2004-03-15  Julien MOUTTE <julien@moutte.net>
36984
36985         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36986         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36987         * gst-libs/gst/play/play.h:
36988
36989 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36990
36991         * *.c, *.cc: don't mix tabs and spaces
36992
36993 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36994
36995         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36996           use the new ffmpegcolorspace
36997         * gst-plugins.spec.in:
36998           package new colorspace and media-info
36999         * configure.ac:
37000         * pkgconfig/Makefile.am:
37001           fix some more disting issues
37002         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37003         * pkgconfig/gstreamer-media-info.pc.in:
37004           generate media-info pc files
37005
37006 2004-03-15  Johan Dahlin  <johan@gnome.org>
37007
37008         * *.h: Revert indenting
37009
37010 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37011
37012         * configure.ac:
37013           adding ffmpegcolorspace element
37014         * gst/ffmpegcolorspace/Makefile.am:
37015         * gst/ffmpegcolorspace/avcodec.h:
37016         * gst/ffmpegcolorspace/common.h:
37017         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37018         * gst/ffmpegcolorspace/dsputil.h:
37019         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37020         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37021         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37022         (gst_ffmpeg_caps_to_pix_fmt):
37023         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37024         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37025         (gst_ffmpegcolorspace_caps_remove_format_info),
37026         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37027         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37028         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37029         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37030         (gst_ffmpegcolorspace_set_property),
37031         (gst_ffmpegcolorspace_get_property),
37032         (gst_ffmpegcolorspace_register):
37033         * gst/ffmpegcolorspace/imgconvert.c:
37034         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37035         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37036         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37037         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37038         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37039         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37040         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37041         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37042         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37043         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37044         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37045         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37046         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37047         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37048         (img_get_alpha_info), (deinterlace_line),
37049         (deinterlace_line_inplace), (deinterlace_bottom_field),
37050         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37051         * gst/ffmpegcolorspace/imgconvert_template.h:
37052         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37053         * gst/ffmpegcolorspace/mmx.h:
37054         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37055           adding ffmpegcolorspace element supplied by Ronald after cleaning
37056           up and pulling in the right bits of upstream source.
37057           I'm sure a better C/compiler wizard could do some cleaning up (for
37058           example use GLIB's malloc stuff), but as a first pass this
37059           works very well
37060
37061 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37062
37063         * ext/alsa/gstalsa.h:
37064           I assume Ronald forgot to commit the change to have cardname
37065           as a struct member.  Expect some public spanking at the next
37066           opportunity.
37067
37068 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37069
37070         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37071         (gst_alsa_open_audio), (gst_alsa_close_audio):
37072         * ext/alsa/gstalsa.c:
37073           Don't open the device if we're a mixer (= padless).
37074         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37075         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37076         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37077           Open mixer during state change rather than during object
37078           initialization. Also, get a device name. Currently in a somewhat
37079           hackish fashion, but I didn't really find something better.
37080
37081 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37082
37083         * *.c, *.h: run gst-indent
37084
37085 2004-03-14  Benjamin Otte  <otte@gnome.org>
37086
37087         * gst/modplug/gstmodplug.cc:
37088         * gst/modplug/gstmodplug.h:
37089           set correct timestamps on outgoing buffers
37090
37091 2004-03-14  Benjamin Otte  <otte@gnome.org>
37092
37093         * gst/modplug/gstmodplug.cc:
37094           handle events - don't do crap when a discont arrives that's not
37095           necessary
37096           This allows correct loading and playback of mods in Rhythmbox
37097
37098 2004-03-14  Benjamin Otte  <otte@gnome.org>
37099
37100         * configure.ac:
37101         * gst-libs/gst/gconf/Makefile.am:
37102         * pkgconfig/Makefile.am:
37103           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37104           they get rebuilt properly
37105         * configure.ac:
37106           when checking for vorbis, try pkgconfig first.
37107         * gst/modplug/gstmodplug.cc:
37108           add fixate function
37109
37110 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37111
37112         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37113           Fix for obvious mistake, where we first shift the offset and then
37114           read a samplesize element assuming the old offset. Note that this
37115           part still has something weird, i.e. my movies containing those
37116           don't actually play well, but at least there's something that looks
37117           like sound now.
37118
37119 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37120         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37121         (plugin_init):
37122         Add a typefind function for speex format
37123
37124 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37125
37126         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37127         (gst_asf_demux_setup_pad):
37128           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37129           instead of 0. Reason is simple: some elements have a fps range
37130           of 1-max instead of 0-max. So now ASF video actually works.
37131
37132 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37133
37134         * po/LINGUAS:
37135         * po/sr.po:
37136           adding serbian as a language
37137
37138 2004-03-13  Benjamin Otte  <otte@gnome.org>
37139
37140         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37141           return taglist correctly from _get function, don't gst_pad_push it.
37142           (fixes #137042)
37143
37144 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37145         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37146
37147 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37148
37149         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37150         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37151         (gst_alsa_mixer_track_new):
37152         * ext/alsa/gstalsamixertrack.h:
37153           Fix ancient leftovers... MixerTrack is a GObject.
37154
37155 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37156
37157         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37158         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37159           Don't block during probing...
37160
37161 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37162
37163         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37164         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37165         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37166         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37167         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37168         (gst_alsa_open_audio), (gst_alsa_close_audio):
37169         * ext/alsa/gstalsa.h:
37170           Add propertyprobe interface implementation, add some device-name
37171           property, all this so that it looks good in gnome-volume-control.
37172
37173 2004-03-12  David Schleef  <ds@schleef.org>
37174
37175         * configure.ac: the Hermes library controls hermescolorspace, not
37176         colorspace.
37177         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37178         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37179         not /* */
37180         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37181         * ext/sdl/sdlvideosink.h: ditto.
37182         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37183
37184 2004-03-12  Benjamin Otte  <otte@gnome.org>
37185
37186         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37187         (gst_x_overlay_got_xwindow_id):
37188         * gst-libs/gst/xoverlay/xoverlay.h:
37189           replace XID with unsigned long to get rid of the xlibs dependency in
37190           XOverlay (fixes #137004)
37191
37192 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37193         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37194         (gst_agingtv_setup):
37195         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37196         (gst_dicetv_base_init), (gst_dicetv_class_init),
37197         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37198         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37199         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37200         (gst_edgetv_setup), (gst_edgetv_rgb32):
37201         * gst/effectv/gsteffectv.c:
37202         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37203         (gst_quarktv_set_property):
37204         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37205         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37206         (gst_revtv_setup), (gst_revtv_rgb32):
37207         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37208         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37209         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37210         (gst_shagadelictv_rgb32):
37211         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37212         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37213         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37214         * gst/effectv/gstwarp.c:
37215         Port everything that can be ported to videofilter and fix up the caps.
37216         Can someone with a big-endian machine please check these?
37217
37218 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37219
37220         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37221         (gst_osssink_chain), (gst_osssink_change_state):
37222           Latest fixes for A/V sync, audio playback and such. This is about
37223           all... MPEG playback issues are mostly related to the async build-
37224           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37225
37226 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37227
37228         patch from: Stephane Loeuillet
37229
37230         * configure.ac:
37231           use pkg-config for some libraries, falling back to the old .m4 way
37232           (fixes #131270)
37233         * m4/libdv.m4:
37234           removed
37235
37236 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37237
37238         * configure.ac:
37239         * tools/Makefile.am:
37240         * tools/Makefile.in:
37241         * tools/gst-launch-ext-m.m:
37242         * tools/gst-launch-ext.1.in:
37243         * tools/gst-visualise-m.m:
37244         * tools/gst-visualise.1:
37245         * tools/gst-visualise.1.in:
37246           reorganizing generation of script tools
37247
37248 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37249
37250         * ext/divx/gstdivxdec.c:
37251           Downgrade priority. We prefer ffdec_mpeg4.
37252         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37253         (gst_faad_chain), (gst_faad_change_state):
37254           Fix capsnego. Doesn't work for some sounds because we don't have
37255           a 5:1 to stereo element.
37256         * ext/xvid/gstxvid.c: (plugin_init):
37257           Add priority.
37258         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37259         (gst_osssink_change_state):
37260           Add discont handling.
37261
37262 2004-03-09  Colin Walters  <walters@verbum.org>
37263
37264         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37265         conversion.
37266
37267 2004-03-09  Benjamin Otte  <otte@gnome.org>
37268
37269         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37270           the signals take 2 arguments
37271
37272 2004-03-09  David Schleef  <ds@schleef.org>
37273
37274         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37275         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37276         * ext/alsa/gstalsa.h:
37277         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37278
37279 2004-03-09  Benjamin Otte  <otte@gnome.org>
37280
37281         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37282         (gst_mikmod_change_state):
37283         * ext/mikmod/gstmikmod.h:
37284           make mikmod's loop function not loop infinitely and call
37285           gst_element_yield anymore
37286         * gst/modplug/gstmodplug.cc:
37287           fix pad negotiation (fixes #136590)
37288
37289 2004-03-09  David Schleef  <ds@schleef.org>
37290
37291         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37292         doesn't conflict with the internal colorspace plugin.
37293         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37294         satisfy the crappy-ass shell shipped by a certain vendor.
37295         * gst/videofilter/make_filter: same (bug #135299)
37296
37297 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37298
37299         * configure.ac: bump nano to 1
37300
37301 === release 0.7.6 ===
37302
37303 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37304
37305         * configure.in: releasing 0.7.6, "There"
37306
37307 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37308
37309         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37310         * pkgconfig/gstreamer-play.pc.in:
37311           synchronize the two
37312
37313 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37314
37315         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37316         (cdparanoia_open), (cdparanoia_event):
37317           fix/add error handling
37318         * po/POTFILES.in:
37319           add cdparanoia source
37320         * tools/Makefile.am:
37321           make scripts executable
37322
37323 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37324
37325         * configure.ac:
37326         * ext/vorbis/Makefile.am:
37327         * sys/Makefile.am:
37328           remove id3types, vorbisfile and xvideosink from the build (#133783)
37329
37330 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37331
37332         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37333           Fix metadata read crash (#136537).
37334
37335 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37336
37337         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37338         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37339           adding mime types, fixing the one-stop function
37340
37341 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37342
37343         * ext/nas/nassink.c and /ext/nas/nassink.h:
37344         More NAS love from Arwed von Merkatz
37345         So lets all sing 'Can you feel the NAS tonight'
37346
37347 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37348
37349         * tools/gst-launch-ext.in:
37350         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37351
37352 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37353
37354         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37355         (gst_mpeg2dec_init):
37356         remove the user_data pad for now, because it is being used in
37357         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37358         If someone knows how to fix this properly, please do.
37359
37360 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37361
37362         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37363         (gst_osssink_get_time):
37364         add a warning, IMO this won't get triggered anymore, remove later
37365
37366 2004-03-07  David Schleef  <ds@schleef.org>
37367
37368         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37369         format (bug #136470)
37370
37371 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37372
37373         * gst-libs/Makefile.am:
37374         * gst-libs/gst/media-info/Makefile.am:
37375         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37376         (error_callback), (gst_media_info_error_create),
37377         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37378         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37379         * gst-libs/gst/media-info/media-info-priv.h:
37380         * gst-libs/gst/media-info/media-info-test.c: (main):
37381         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37382         (gst_media_info_class_init), (gst_media_info_instance_init),
37383         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37384         (gst_media_info_read_idler), (gst_media_info_read):
37385         * gst-libs/gst/media-info/media-info.h:
37386         fixed, should work now
37387
37388 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37389
37390         * ext/nas/nassink.c:
37391         A bunch of NAS fixes from Arwed von Merkatz
37392
37393 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37394
37395         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37396         (qtdemux_parse_trak):
37397           Fix crash (j might be greater than n_samples, in which case we're
37398           writing outside the allocated space for the array) and memleak.
37399
37400 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37401
37402         * sys/oss/gstosssink.c: (gst_osssink_chain):
37403           And another caller that couldn't handle delay < 0 (unsigned
37404           integer overflow). Video now continues playing on an audio
37405           buffer underrun, and the clock continues working. Audio still
37406           stalls.
37407
37408 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37409
37410         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37411         (gst_osssink_get_time):
37412           get_delay() may return values lower than 0. In those cases, we
37413           should not actually cast to *unsigned* int64, that will break
37414           stuff horribly. In my case, it screwed up A/V sync in movies
37415           in totem rather badly.
37416
37417 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37418
37419         * ext/faac/gstfaac.c: (gst_faac_chain):
37420         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37421         * ext/libpng/gstpngenc.c: (user_write_data):
37422         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37423         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37424         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37425         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37426         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37427         of any buffer), should fix some leaks. I hope I didn't unref buffers
37428         that shouldn't be...
37429
37430 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37431
37432         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37433         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37434         (error_callback), (gmi_reset), (gmi_seek_to_track),
37435         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37436         (gmip_find_type_post), (gmip_find_stream_post),
37437         (gmip_find_track_streaminfo_post):
37438         * gst-libs/gst/media-info/media-info-priv.h:
37439         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37440         (info_print), (main):
37441         * gst-libs/gst/media-info/media-info.c:
37442         (gst_media_info_error_create), (gst_media_info_error_element),
37443         (gst_media_info_instance_init), (gst_media_info_get_property),
37444         (gst_media_info_new), (gst_media_info_set_source),
37445         (gst_media_info_read_idler), (gst_media_info_read):
37446         * gst-libs/gst/media-info/media-info.h:
37447           first pass at making this work again.  This seems to work on
37448           tagged ogg/vorbis and mp3 files.
37449
37450 2004-03-06  Benjamin Otte  <otte@gnome.org>
37451
37452         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37453           fix huge leak: gst_buffer_merge doesn't unref the first argument
37454           itself.
37455
37456 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37457
37458         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37459           report layer/mode/emphasis
37460
37461 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37462
37463         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37464
37465 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37466
37467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37468           signal serial
37469
37470 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37471
37472         * ext/vorbis/vorbis.c: (plugin_init):
37473         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37474         (gst_vorbis_dec_init), (vorbis_dec_event):
37475         add debug category
37476         make vorbisdec handle _BYTE and _TIME queries
37477
37478 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37479
37480         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37481           from the xing header
37482
37483 2004-03-06  Benjamin Otte  <otte@gnome.org>
37484
37485         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37486         (gst_audio_convert_link), (gst_audio_convert_change_state),
37487         (gst_audio_convert_buffer_from_default_format):
37488           do conversions from/to float correctly, fix some caps nego errors,
37489           export correct supported caps in template and getcaps, use correct
37490           caps in try_set_caps functions
37491
37492 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37493
37494         For some reason, I only committed a ChangeLog entry yesterday and
37495         not the corresponding code...
37496         * ext/mad/gstmad.c: Fix detection of Xing headers
37497         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37498
37499 2004-03-06  Benjamin Otte  <otte@gnome.org>
37500
37501         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37502         (gst_ogg_demux_src_query):
37503           make sure to handle the case where there's no current chain
37504           gracefully.
37505
37506 2004-03-05  David Schleef  <ds@schleef.org>
37507
37508         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37509         Add fixate function. (bug #131128)
37510         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37511         (gst_sdlvideosink_fixate):  Add fixate function.
37512         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37513         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37514         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37515         Fix missing break that was causing ulaw to be interpreted as
37516         raw int.
37517
37518 2004-03-05  David Schleef  <ds@schleef.org>
37519
37520         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37521         Fix code that ignores return value of gst_buffer_merge().
37522         (bug #114560)
37523         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37524         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37525         * testsuite/gst-lint:  Check for above.
37526
37527 2004-03-05  David Schleef  <ds@schleef.org>
37528
37529         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37530         caps and throw an element error.  (bug #136334)
37531
37532 2004-03-05  David Schleef  <ds@schleef.org>
37533
37534         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37535         (gst_faad_chain): Fix negotiation.
37536         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37537         key and button events.
37538         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37539         dung heap of code.
37540         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37541         depends on gconf
37542         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37543         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37544         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37545         function to encourage better negotiation, particularly between
37546         audioconvert and osssink.
37547         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37548         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37549         more important.
37550         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37551         typefinding.
37552         * gst/vbidec/vbiscreen.c:  Add glib header
37553         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37554
37555 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37556
37557         * ext/mad/gstmad.c: Fix detection of Xing headers
37558         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37559
37560 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37561
37562         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37563         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37564           debug updates
37565
37566 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37567
37568         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37569         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37570         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37571         files, and report the parsed length as a GST_TAG_DURATION tag.
37572         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37573
37574 2004-03-05  Benjamin Otte  <otte@gnome.org>
37575
37576         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37577           convert channels correctly. convert correctly to unsigned.
37578
37579 2004-03-05  Julien MOUTTE <julien@moutte.net>
37580
37581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37582         we have a window before clearing it.
37583
37584 2004-03-05  Julien MOUTTE <julien@moutte.net>
37585
37586         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37587         have a window before clearing it.
37588
37589 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37590
37591         * gconf/gstreamer.schemas.in:
37592         * gst-libs/gst/gconf/Makefile.am:
37593           version installation path the same way as for 0.6
37594         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37595         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37596         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37597           remove comment that was fixed
37598
37599 2004-03-05  David Schleef  <ds@schleef.org>
37600
37601         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37602         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37603         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37604         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37605         Add prototype code for handling seeking and querying.
37606
37607 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37608
37609         * examples/gstplay/player.c: (main):
37610           Initialize variables to NULL. Prevents a segfault because the
37611           (uninitialized) variable is not NULL, resulting in a crash on
37612           trying to reach error->message.
37613
37614 2004-03-05  Benjamin Otte  <otte@gnome.org>
37615
37616         * gst/audioconvert/gstaudioconvert.c:
37617         (gst_audio_convert_buffer_to_default_format):
37618         make float=>int conversion work correctly even in cornercases.
37619
37620 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37621
37622         * debian/README.Debian:
37623         * debian/build-deps:
37624         * debian/changelog:
37625         * debian/control:
37626         * debian/control.in:
37627         * debian/copyright:
37628         * debian/gstreamer-a52dec.files:
37629         * debian/gstreamer-aa.files:
37630         * debian/gstreamer-alsa.files:
37631         * debian/gstreamer-alsa.manpages:
37632         * debian/gstreamer-arts.files:
37633         * debian/gstreamer-artsd.files:
37634         * debian/gstreamer-audiofile.files:
37635         * debian/gstreamer-avifile.files:
37636         * debian/gstreamer-cdparanoia.files:
37637         * debian/gstreamer-colorspace.files:
37638         * debian/gstreamer-doc.files:
37639         * debian/gstreamer-dv.files:
37640         * debian/gstreamer-dvd.files:
37641         * debian/gstreamer-esd.files:
37642         * debian/gstreamer-festival.files:
37643         * debian/gstreamer-flac.files:
37644         * debian/gstreamer-gconf.conffiles:
37645         * debian/gstreamer-gconf.files:
37646         * debian/gstreamer-gconf.postinst:
37647         * debian/gstreamer-gnomevfs.files:
37648         * debian/gstreamer-gsm.files:
37649         * debian/gstreamer-http.files:
37650         * debian/gstreamer-jack.files:
37651         * debian/gstreamer-jpeg.files:
37652         * debian/gstreamer-mad.files:
37653         * debian/gstreamer-mikmod.files:
37654         * debian/gstreamer-misc.files:
37655         * debian/gstreamer-mpeg2dec.files:
37656         * debian/gstreamer-oss.files:
37657         * debian/gstreamer-plugin-apps.files:
37658         * debian/gstreamer-plugin-apps.manpages:
37659         * debian/gstreamer-plugin-libs-dev.files:
37660         * debian/gstreamer-plugin-libs.files:
37661         * debian/gstreamer-plugin-template.postinst:
37662         * debian/gstreamer-plugin-template.postrm:
37663         * debian/gstreamer-sdl.files:
37664         * debian/gstreamer-sid.files:
37665         * debian/gstreamer-vorbis.files:
37666         * debian/gstreamer-x.files:
37667         * debian/mk.control:
37668         * debian/rules:
37669         Debian package info not maintained here.
37670
37671 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37672
37673         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37674         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37675         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37676         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37677         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37678         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37679         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37680         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37681         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37682         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37683         * gst-libs/gst/colorbalance/colorbalance.c:
37684         (gst_color_balance_class_init):
37685         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37686         (gst_color_balance_channel_class_init):
37687         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37688         * gst-libs/gst/play/play.c: (gst_play_class_init):
37689         * gst-libs/gst/propertyprobe/propertyprobe.c:
37690         (gst_property_probe_iface_init):
37691         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37692         * gst-libs/gst/tuner/tunerchannel.c:
37693         (gst_tuner_channel_class_init):
37694         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37695         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37696         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37697         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37698         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37699         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37700         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37701         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37702         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37703           fix signals to use - instead of _
37704         * ext/libcaca/gstcacasink.h:
37705         * ext/sdl/sdlvideosink.h:
37706           fix header rename
37707
37708 2004-03-04  David Schleef  <ds@schleef.org>
37709
37710         * testsuite/gst-lint:  Add a check for bad signal names.
37711
37712 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37713
37714         reviewed by David Schleef
37715
37716         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37717         modified the alpha channel and caused a warning. (bug #136192)
37718
37719 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37720
37721         * gst-plugins.spec.in:
37722         Change names of plugins to actually be correct. Try to keep things
37723         alphabetical to avoid getting beat up by Thomas
37724
37725 2004-03-03  Julien MOUTTE <julien@moutte.net>
37726
37727         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37728         Using ximagesink as a default if no gconf key found. We should
37729         probably consider using alsasink instead of osssink for the audio
37730         part.
37731
37732 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37733
37734         * configure.ac:
37735           fix --with-plugins, don't think it ever worked before
37736         * gst-plugins.spec.in:
37737           even more updates
37738
37739 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37740
37741         * ext/sdl/sdlvideosink.h:
37742         * sys/ximage/ximagesink.h:
37743         * sys/xvideo/xvideosink.h:
37744         * sys/xvimage/xvimagesink.h:
37745           Fix for move of gstvideosink.h -> videosink.h.
37746
37747 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37748
37749         * gst-libs/gst/xwindowlistener/Makefile.am:
37750           this is a plugin library, not a library
37751
37752 2004-03-01  David Schleef  <ds@schleef.org>
37753
37754         * AUTHORS:  Added some names.  Add yourself if you're still
37755         missing.
37756
37757 2004-03-01  David Schleef  <ds@schleef.org>
37758
37759         * MAINTAINERS: Add
37760
37761 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37762
37763         * gst-plugins.spec.in: clean up spec file
37764
37765 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37766
37767         * gst-libs/gst/video/Makefile.am:
37768         * gst-libs/gst/video/gstvideosink.c:
37769         * gst-libs/gst/video/gstvideosink.h:
37770           rename gstvideosink.h to videosink.h to match other headers
37771         * gst/mixmatrix/Makefile.am:
37772           fix plugin filename
37773         * gst/tags/Makefile.am: fix plugin filename
37774
37775 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37776
37777         * gst/tags/Makefile.am: fix plugin filename
37778
37779 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37780
37781         * examples/gstplay/player.c: (got_time_tick), (main):
37782           add error handler
37783           display time_tick more readably
37784         * gst/mixmatrix/Makefile.am:
37785           fix plugin file name
37786
37787 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37788
37789         * sys/oss/gstosselement.c: (gst_osselement_probe),
37790         (device_combination_append), (gst_osselement_class_probe_devices):
37791         * sys/oss/gstosselement.h:
37792           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37793           on my system using alsa oss emulation, fixes bug #135597
37794
37795 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37796
37797         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37798         (gst_videodrop_chain), (gst_videodrop_change_state):
37799         * gst/videodrop/gstvideodrop.h:
37800           Work based on timestamp of input data, not based on the expected
37801           framerate from the input. The consequence is that this element now
37802           not only scales framerates, but also functions as a framerate
37803           corrector or framerate stabilizer/constantizer.
37804
37805 2004-02-27  David Schleef  <ds@schleef.org>
37806
37807         patches from jmmv@menta.net (Julio M. Merino Vidal)
37808
37809         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37810         GST_ELEMENT_ERROR call (bug #135634)
37811         * gst/interleave/interleave.c: (interleave_buffered_loop),
37812         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37813         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37814         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37815         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37816         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37817         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37818         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37819         Fix GST_ELEMENT_ERROR call.
37820         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37821         GST_ELEMENT_ERROR call.
37822
37823 2004-02-27  Benjamin Otte  <otte@gnome.org>
37824
37825         * gst-libs/gst/audio/audio.h:
37826           add macro to make sure header isn't included twice
37827         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37828           don't use gst_buffer_free
37829         * gst/playondemand/filter.func:
37830           don't use gst_data_free. Free data only once.
37831
37832 2004-02-26  David Schleef  <ds@schleef.org>
37833
37834         * gst-libs/gst/colorbalance/Makefile.am:
37835         * gst-libs/gst/mixer/Makefile.am:
37836         * gst-libs/gst/tuner/Makefile.am:
37837         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37838         should not be disted, -marshal.h files should not be installed,
37839         and -enum.h files _should_ be installed.  Fix to make this the
37840         case.
37841
37842 === release 0.7.5 ===
37843
37844 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37845
37846         * configure.ac: release 0.7.5, "Under The Sea"
37847
37848 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37849
37850         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37851         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37852         * gst/videoscale/gstvideoscale.c:
37853         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37854           assorted debug/warning fixes
37855
37856 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37857
37858         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37859         (gst_videoscale_init), (gst_videoscale_chain),
37860         (gst_videoscale_set_property), (plugin_init):
37861         * gst/videoscale/gstvideoscale.h:
37862         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37863         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37864         (gst_videoscale_planar400), (gst_videoscale_packed422),
37865         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37866         (gst_videoscale_24bit), (gst_videoscale_16bit),
37867         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37868         (gst_videoscale_scale_plane_slow),
37869         (gst_videoscale_scale_point_sample),
37870         (gst_videoscale_scale_nearest),
37871         (gst_videoscale_scale_nearest_str2),
37872         (gst_videoscale_scale_nearest_str4),
37873         (gst_videoscale_scale_nearest_32bit),
37874         (gst_videoscale_scale_nearest_24bit),
37875         (gst_videoscale_scale_nearest_16bit):
37876         add debugging category and use it properly
37877         fix use of GST_PTR_FORMAT
37878
37879 2004-02-25  Andy Wingo  <wingo@pobox.com>
37880
37881         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37882         push only when channel->buffer is NULL. Prevents segfaults doing
37883         the state change after a nonlocal exit, like a scheme exception.
37884
37885         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37886         Handle the case where the intersected caps is empty.
37887
37888 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37889
37890         * gst/law/mulaw-decode.c: (mulawdec_link):
37891         * gst/law/mulaw.c: (plugin_init):
37892           fix mulawdec so it actually works again
37893
37894 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37895
37896         reviewed by: David Schleef  <ds@schleef.org>
37897
37898         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37899         (gst_gamma_init), (gst_gamma_set_property),
37900         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37901         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37902         for RGB, with separate r g and b correction factors. (#131167)
37903
37904 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37905
37906         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37907           only signal tags for bitrate if they're > 0 (#134894)
37908
37909 2004-02-24  David Schleef  <ds@schleef.org>
37910
37911         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37912         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37913         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37914         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37915         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37916         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37917         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37918         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37919         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37920         category.  Attempt to fix timestamp calculation.
37921
37922 2004-02-24  Johan Dahlin  <johan@gnome.org>
37923
37924         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37925
37926 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37927
37928         * configure.ac:
37929         * gconf/Makefile.am:
37930         * gconf/gstreamer.schemas:
37931         * gst-libs/gst/gconf/Makefile.am:
37932         * gst-libs/gst/gconf/gconf.c:
37933           version gconf schemas and install locations
37934
37935 2004-02-23  Benjamin Otte  <otte@gnome.org>
37936
37937         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37938         (gst_xine_input_subclass_init):
37939           call parent dispose.
37940           change pad template for CD reader correctly
37941         * ext/xine/Makefile.am:
37942         * ext/xine/gstxine.h:
37943         * ext/xine/xine.c: (plugin_init):
37944         * ext/xine/xineaudiosink.c:
37945           wrap audio sinks, too
37946         * gst-libs/gst/resample/private.h:
37947         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37948         (gst_resample_reinit), (gst_resample_scale),
37949         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37950         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37951         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37952         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37953         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37954         * gst-libs/gst/resample/resample.h:
37955         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37956         (gst_audioscale_class_init), (gst_audioscale_link),
37957         (gst_audioscale_get_buffer), (gst_audioscale_init),
37958         (gst_audioscale_chain), (gst_audioscale_set_property),
37959         (gst_audioscale_get_property):
37960         * gst/audioscale/gstaudioscale.h:
37961           s/resample_*/gst_resample_*/i to not clobber namespaces
37962
37963 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37964
37965         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37966         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37967         (gst_riff_create_video_template_caps),
37968         (gst_riff_create_audio_template_caps),
37969         (gst_riff_create_iavs_template_caps):
37970         * gst-libs/gst/riff/riff-media.h:
37971         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37972         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37973         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37974         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37975         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37976         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37977         (gst_matroska_demux_plugin_init): First batch implementing audio and
37978         video codec tags in demuxers.
37979
37980 2004-02-22  Benjamin Otte  <otte@gnome.org>
37981
37982         * ext/xine/Makefile.am:
37983         * ext/xine/gstxine.h:
37984         * ext/xine/xine.c: (plugin_init):
37985         * ext/xine/xineinput.c:
37986           add input plugin wrapper. Playback from files, http, mms and cdda
37987           works.
37988         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37989           remove leftover G_GNUC_UNUSED
37990         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37991         (gst_asf_demux_identify_guid):
37992           improve debugging output
37993
37994 2004-02-22  Benjamin Otte  <otte@gnome.org>
37995
37996         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37997
37998         * autogen.sh:
37999           replace test -e with test -x for mkinstalldirs to be more portable.
38000           (fixes #134816)
38001
38002 2004-02-22  Benjamin Otte  <otte@gnome.org>
38003
38004         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38005
38006         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38007           set rank to PRIMARY
38008         * gst/volume/gstvolume.c: (plugin_init):
38009           set rank to NONE
38010         fixes #134960
38011
38012 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38013
38014         reviewed by Benjamin Otte  <otte@gnome.org>
38015
38016         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38017           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38018
38019 2004-02-22  Benjamin Otte  <otte@gnome.org>
38020
38021         * configure.ac:
38022           export [_]*{gst,Gst,GST}.* symbols from plugins
38023
38024 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38025
38026         reviewed by: Benjamin Otte  <otte@gnome.org>
38027
38028         * ext/lame/gstlame.c: (add_one_tag):
38029         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38030         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38031         (gst_vorbisenc_metadata_set1):
38032         * gst/tags/gstid3tag.c:
38033         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38034           apply fixes from bugs #135042 (lame can't write tags) and #133817
38035           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38036
38037 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38038
38039         * configure.ac: Export only gst_plugin_desc from plugins.
38040          Note that this change only makes any effect with Linux using libtool
38041          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38042          fine. And don't try to have several versions of libtool in different
38043          directories.
38044
38045 2004-02-20  Andy Wingo  <wingo@pobox.com>
38046
38047         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38048         interleave respectively.
38049
38050         * gst/interleave/deinterleave.c: New plugin: deinterleave
38051         (replaces on oneton).
38052         * gst/interleave/interleave.c: New plugin: interleave.
38053         * gst/interleave/plugin.h: Support file.
38054         * gst/interleave/plugin.c: Support file.
38055
38056         * configure.ac: Remove intfloat and oneton, add interleave.
38057
38058         * ext/sndfile/gstsf.c: Handle events better.
38059
38060         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38061         and float2int operation. int2float has scheduling problems as
38062         noted in in2float_chain.
38063
38064 2004-02-20  Benjamin Otte  <otte@gnome.org>
38065
38066         * ext/xine/Makefile.am:
38067         * ext/xine/gstxine.h:
38068         * ext/xine/xine.c:
38069         * ext/xine/xineaudiodec.c:
38070         * ext/xine/xinecaps.c:
38071           add first version of xine plugin wrapper. Currently only wraps the
38072           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38073         * configure.ac:
38074         * ext/Makefile.am:
38075           add xine plugin wrapper, disabled by default. Use --enable-xine to
38076           build. Note that it'll segfault on gst-register if you don't remove
38077           the goom and tvtime post plugins from xine.
38078         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38079         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38080           add extradata parsing for QDM2.
38081           change around debugging prints.
38082
38083 2004-02-19  Benjamin Otte  <otte@gnome.org>
38084
38085         * ext/lame/gstlame.c: (gst_lame_chain):
38086         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38087           use gst_tag_list_insert when you want to insert tags
38088
38089 2004-02-18  David Schleef  <ds@schleef.org>
38090
38091         * configure.ac:  Move massink to gst-rotten
38092         * ext/Makefile.am:
38093         * ext/mas/Makefile.am:
38094         * ext/mas/massink.c:
38095         * ext/mas/massink.h:
38096
38097 2004-02-18  David Schleef  <ds@schleef.org>
38098
38099         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38100         typefinding, since it seems to be worse than nothing.
38101         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38102         atom to recognize .mp4 and .m4a files as video/quicktime.
38103
38104 2004-02-18  David Schleef  <ds@schleef.org>
38105
38106         * gst/sine/demo-dparams.c: (quit_live),
38107         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38108         Use double dparams, not float.
38109         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38110         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38111         sync'd elements don't really work correctly.
38112         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38113         (volume_update_volume), (volume_get_property):  Change dparam
38114         to double.
38115
38116 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38117
38118         * sys/ximage/ximagesink.c:
38119         (gst_ximagesink_xwindow_update_geometry),
38120         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38121         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38122         (gst_ximagesink_init): Rework the way software video scaling works. So
38123         now we check on each chain call if the video frames are feeling the
38124         window. If not we try to renegotiate caps. On failure we memorize that
38125         and we won't try again for that PLAYING sessions.
38126         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38127         failure.
38128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38129         synchronous flag.
38130
38131 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38132
38133         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38134           break up _link so we can give a better debug message for errors
38135
38136 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38137
38138         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38139           set up debug category
38140
38141 2004-02-18  Julien MOUTTE <julien@moutte.net>
38142
38143         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38144         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38145         the way renegotiation work. The event handling function is not taking
38146         care of external windows and renegotiate method check for pad flags
38147         NEGOTIATING. Should fix : #133209
38148
38149 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38150
38151         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38152         pad is negotiating before trying renegotiation.
38153
38154 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38155
38156         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38157           pass on all possible mime types as typefind hints
38158
38159 2004-02-17  Julien MOUTTE <julien@moutte.net>
38160
38161         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38163         possible SHM leak if we crash. All other apps using XShm are doing
38164         that.
38165
38166 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38167
38168         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38169         (gst_ximagesink_expose): Renegotiate size on expose.
38170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38171         size on expose.
38172
38173 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38174
38175         * testsuite/alsa/sinesrc.c:
38176           cosmetic fix to fix compile issue with gcc 2.95.4
38177
38178 2004-02-16  Julien MOUTTE <julien@moutte.net>
38179
38180         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38181         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38182         failed opening the audio device.
38183         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38184         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38185         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38186         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38187         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38188         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38189         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38190         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38191         Removing some useless g_return_if_fail like wingo suggested.
38192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38193         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38194         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38195         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38196         (gst_xvimagesink_update_colorbalance),
38197         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38198         (gst_xvimagesink_xcontext_clear),
38199         (gst_xvimagesink_get_fourcc_from_caps),
38200         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38201         (gst_xvimagesink_set_xwindow_id),
38202         (gst_xvimagesink_colorbalance_list_channels),
38203         (gst_xvimagesink_colorbalance_set_value),
38204         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38205         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38206
38207 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38208
38209         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38210           throw error when not negotiated instead of asserting
38211
38212 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38213
38214         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38215         correct data refcounting.
38216
38217 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38218
38219         * gst/switch/gstswitch.c: (gst_switch_change_state),
38220         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38221         change, mostly the EOS flag.
38222
38223 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38224
38225         * examples/gstplay/player.c: (got_eos), (main): Adding some
38226         output for debugging.
38227         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38228         timeouts if we go to any state different from PLAYING.
38229         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38230         more EOS bugs in riff lib.
38231
38232 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38233
38234         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38235         visualization until i find a way to fix switch correctly.
38236         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38237         EOS arrives.
38238         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38239         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38240         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38241         Reworked switch to get a more correct behaviour with events and refing
38242         of data stored in sinkpads.
38243         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38244         we don't pull from a pad in EOS.
38245
38246 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38247
38248         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38249           remove v1 tag even if we can't read it (makes sure we don't detect
38250           it again)
38251
38252 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38253
38254         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38255         (gst_alsa_xrun_recovery):
38256         * ext/alsa/gstalsa.h:
38257           try xrun recovery when wait failed. Make xrun recovery function
38258           return TRUE/FALSE to indicate success. (might fix #134354)
38259
38260 2004-02-13  David Schleef  <ds@schleef.org>
38261
38262         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38263         (dynparm_value_changed), (main): Convert from float to double.
38264         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38265
38266 2004-02-13  David Schleef  <ds@schleef.org>
38267
38268         * gst/silence/gstsilence.c: (gst_silence_class_init),
38269         (gst_silence_set_clock), (gst_silence_get),
38270         (gst_silence_set_property), (gst_silence_get_property):
38271         * gst/silence/gstsilence.h: Add sync property.
38272         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38273         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38274         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38275         * gst/sine/gstsinesrc.h: Add sync property.
38276
38277 2004-02-13  David Schleef  <ds@schleef.org>
38278
38279         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38280         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38281
38282 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38283
38284         * configure.ac:
38285         * ext/Makefile.am:
38286         * gst-libs/ext/Makefile.am:
38287           move ffmpeg plugin to gst-ffmpeg module
38288
38289 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38290
38291         * configure.ac: use GST_ARCH to detect architecture
38292
38293 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38294
38295         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38296
38297 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38298
38299         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38300           classify LADSPA plugins based on number of src/sink pads
38301           (#133663, Stefan Kost)
38302         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38303           fix dparams registration
38304           (#133528, Stefan Kost)
38305         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38306           fix use of isprint and use g_ascii_isprint instead
38307           (#133316, Stefan Kost)
38308
38309 2004-02-11  David Schleef  <ds@schleef.org>
38310
38311         Convert a few inner loops to use liboil.  This is currently
38312         optional, and is only enabled if liboil is present (duh!).
38313         * configure.ac: Check for liboil-0.1
38314         * gst/intfloat/Makefile.am:
38315         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38316         (gst_int2float_chain_gint16):
38317         * gst/videofilter/Makefile.am:
38318         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38319         (tablelookup_u8), (gst_videobalance_planar411):
38320         * gst/videotestsrc/Makefile.am:
38321         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38322         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38323         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38324         (paint_hline_RGB565), (paint_hline_xRGB1555):
38325
38326 2004-02-11  David Schleef  <ds@schleef.org>
38327
38328         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38329         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38330         (gst_colorspace_getcaps), (gst_colorspace_link),
38331         (gst_colorspace_base_init), (gst_colorspace_init),
38332         (gst_colorspace_chain), (gst_colorspace_change_state),
38333         (plugin_init): Merge Ronald's patch (bug #117897) and update
38334         for new caps and negotiation.  Seems to work, although it
38335         shows off bugs in lcs.
38336
38337 2004-02-11  David Schleef  <ds@schleef.org>
38338
38339         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38340         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38341
38342 2004-02-11  David Schleef  <ds@schleef.org>
38343
38344         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38345         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38346         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38347         Add server and port properties
38348
38349 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38350
38351         * m4/a52.m4:
38352         * m4/aalib.m4:
38353         * m4/as-ffmpeg.m4:
38354         * m4/as-liblame.m4:
38355         * m4/as-slurp-ffmpeg.m4:
38356         * m4/check-libheader.m4:
38357         * m4/esd.m4:
38358         * m4/freetype2.m4:
38359         * m4/gconf-2.m4:
38360         * m4/glib.m4:
38361         * m4/gst-alsa.m4:
38362         * m4/gst-artsc.m4:
38363         * m4/gst-ivorbis.m4:
38364         * m4/gst-matroska.m4:
38365         * m4/gst-sdl.m4:
38366         * m4/gst-shout2.m4:
38367         * m4/gst-sid.m4:
38368         * m4/gtk.m4:
38369         * m4/libdv.m4:
38370         * m4/libfame.m4:
38371         * m4/libmikmod.m4:
38372         * m4/ogg.m4:
38373         * m4/vorbis.m4:
38374           fix underquotedness of macros (#133800)
38375         * m4/as-avifile.m4:
38376         * m4/xmms.m4:
38377           removed because no longer used
38378
38379 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38380
38381         * configure.ac:
38382           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38383           by autopoint (fixes #132996)
38384
38385 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38386
38387         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38388         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38389         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38390         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38391           fix memleaks
38392
38393 2004-02-11  David Schleef  <ds@schleef.org>
38394
38395         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38396         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38397         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38398         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38399         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38400         (gst_jpegenc_class_init), (gst_jpegenc_init),
38401         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38402         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38403         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38404         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38405
38406 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38407
38408         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38409         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38410         * ext/mikmod/gstmikmod.h:
38411           fix caps negotiation in mikmod
38412         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38413           output debug information
38414
38415 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38416
38417         * gst-libs/gst/colorbalance/Makefile.am:
38418         * gst-libs/gst/navigation/Makefile.am:
38419         * gst-libs/gst/xoverlay/Makefile.am:
38420           remove unused GST_OPT_CFLAGS from Makefiles
38421           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38422
38423 2004-02-07  David Schleef  <ds@schleef.org>
38424
38425         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38426         push events to pads that haven't been created (#133508)
38427
38428 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38429
38430         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38431         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38432         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38433         (gst_dvdec_loop), (gst_dvdec_change_state):
38434         Second attempt at committing a working dvdec element.
38435
38436 2004-02-06  David Schleef  <ds@schleef.org>
38437
38438         Build fixes for OS X: (see #129600)
38439         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38440         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38441         (gst_riff_read_strf_iavs):
38442         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38443         (gst_avi_demux_stream_odml):
38444         * gst/playondemand/Makefile.am:
38445         * gst/rtp/rtp-packet.c:
38446
38447 2004-02-05  David Schleef  <ds@schleef.org>
38448
38449         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38450         last change, because it Just Doesn't Compile.
38451
38452 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38453
38454         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38455           skip undecodable id3v2 tag instead of keeping it
38456
38457 2004-02-05  David Schleef  <ds@schleef.org>
38458
38459         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38460         Unref leaked buffer.  (Noticed by Ronald)
38461
38462 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38463
38464         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38465         Sync requires with other checks.  >= vs =.
38466
38467 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38468
38469         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38470         (gst_dvdec_video_link), (gst_dvdec_loop):
38471         * ext/dv/gstdvdec.h:
38472           rework the caps negotiation so that dvdec works again instead
38473           of just segfaulting.
38474
38475 === release 0.7.4 ===
38476
38477 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38478
38479         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38480         * configure.ac: changed for release
38481
38482 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38483
38484         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38485         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38486         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38487         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38488           reworked patch by David Lehn to fix libdir and includedir for
38489           uninstalled libraries
38490           removed play and gconf from gstreamer-libs since they have their
38491           own pkgconfig files
38492
38493 2004-02-04  David Schleef  <ds@schleef.org>
38494
38495         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38496         memleak.
38497
38498 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38499
38500         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38501           use correct GST_TAG_ENCODER tag
38502
38503 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38504
38505         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38506           be sure to stop the clock when going to paused
38507         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38508           reset number of transmitted when going to ready.
38509         fixes #132935
38510
38511 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38512
38513         reviewed by Benjamin Otte
38514
38515         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38516           extract track count (fixes #133410)
38517
38518 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38519
38520         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38521           that should be !=, not == (fixes #132519)
38522
38523 2004-02-04  David Schleef  <ds@schleef.org>
38524
38525         Make sure set_explicit_caps() is called before adding pad.
38526         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38527         * gst/id3/gstid3types.c: (gst_id3types_loop):
38528         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38529         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38530
38531 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38532
38533         * configure.ac:
38534           bump nano to 2, first prerelease
38535           put back AM_PROG_LIBTOOL
38536
38537 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38538
38539         * testsuite/alsa/Makefile.am:
38540           these are user test apps, not automatic testsuite tests
38541
38542 2004-02-04  David Schleef  <ds@schleef.org>
38543
38544         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38545         * gst/mpeg1videoparse/gstmp1videoparse.c:
38546         (mp1videoparse_parse_seq):
38547         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38548         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38549         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38550         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38551         (gst_xvideosink_getcaps):
38552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38553         * testsuite/gst-lint: more tests
38554
38555 2004-02-04  David Schleef  <ds@schleef.org>
38556
38557         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38558         with the code that they would expand to.
38559         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38560         (gst_flacdec_get_src_query_types),
38561         (gst_flacdec_get_src_event_masks):
38562         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38563         (gst_gnomevfssrc_get_query_types),
38564         (gst_gnomevfssrc_get_event_mask):
38565
38566 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38567
38568         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38569         (gst_sinesrc_dispose):
38570           fix memleak by properly disposing sinesrc
38571
38572 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38573
38574         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38575         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38576         an overlay to redraw the image because it has been exposed.
38577         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38578         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38579         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38580         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38581         interface
38582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38583         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38584         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38585         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38586         interface
38587
38588 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38589
38590         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38591           more memleak fixage
38592
38593 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38594
38595         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38596         * gst/typefind/gsttypefindfunctions.c:
38597           fix memleaks shown by gst-typefind
38598
38599 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38600
38601         * common/glib-gen.mak:
38602           add hack rule to touch .Plo files
38603         * gst-libs/gst/colorbalance/Makefile.am:
38604         * gst-libs/gst/mixer/Makefile.am:
38605         * gst-libs/gst/play/Makefile.am:
38606         * gst-libs/gst/tuner/Makefile.am:
38607           remove glib_root variable
38608
38609 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38610
38611         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38612           set explicit caps before adding the element, so the autopluggers can
38613           plug correctly.
38614         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38615         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38616         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38617         (dv_type_find):
38618           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38619           argument.
38620
38621 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38622
38623         * gst-libs/gst/colorbalance/Makefile.am:
38624         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38625         * gst-libs/gst/colorbalance/colorbalance.c:
38626         * gst-libs/gst/colorbalance/colorbalance.h:
38627         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38628         * gst-libs/gst/mixer/Makefile.am:
38629         * gst-libs/gst/mixer/mixer-marshal.list:
38630         * gst-libs/gst/mixer/mixer.c:
38631         * gst-libs/gst/mixer/mixer.h:
38632         * gst-libs/gst/mixer/mixermarshal.list:
38633         * gst-libs/gst/play/Makefile.am:
38634         * gst-libs/gst/play/play.h:
38635         * gst-libs/gst/tuner/Makefile.am:
38636         * gst-libs/gst/tuner/tuner-marshal.list:
38637         * gst-libs/gst/tuner/tuner.c:
38638         * gst-libs/gst/tuner/tuner.h:
38639         * gst-libs/gst/tuner/tunermarshal.list:
38640           use new glib-gen.mak snippet to clean up Makefile.am
38641           fix various bugs in Makefile.am's
38642
38643 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38644
38645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38646           handle chain parsing correctly in the multichain case
38647         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38648         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38649         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38650         (theora_dec_chain):
38651           handle events and queries correctly
38652
38653 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38654
38655         * .cvsignore:
38656         Ignore generated file _stdint.h.
38657
38658 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38659
38660         * gst-libs/gst/colorbalance/Makefile.am:
38661         * gst-libs/gst/colorbalance/colorbalance.h:
38662         * gst-libs/gst/mixer/Makefile.am:
38663         * gst-libs/gst/mixer/mixer.h:
38664         * gst-libs/gst/play/Makefile.am:
38665         * gst-libs/gst/play/play.h:
38666         * gst-libs/gst/tuner/Makefile.am:
38667         * gst-libs/gst/tuner/tuner.h:
38668         Generate enum type code with glib-mkenums.
38669         * gst-libs/gst/colorbalance/.cvsignore:
38670         * gst-libs/gst/mixer/.cvsignore:
38671         * gst-libs/gst/play/.cvsignore:
38672         * gst-libs/gst/tuner/.cvsignore:
38673         Ignore generated files.
38674
38675 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38676
38677         * gst-libs/gst/audio/.cvsignore:
38678         Ignore generated file.
38679         * gst-libs/gst/audio/Makefile.am:
38680         Do not install example filter.
38681
38682 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38683
38684         * examples/switch/.cvsignore:
38685         Ignore generated file.
38686
38687 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38688
38689         * common/m4/ax_create_stdint_h.m4:
38690         * configure.ac:
38691           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38692           _stdint.h.
38693         * Makefile.am:
38694           remove generated _stdint.h in DISTCLEANFILES
38695         * ext/a52dec/gsta52dec.c:
38696           include _stdint.h for a52dec. (should fix #133064)
38697
38698 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38699
38700         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38701         (gst_tag_to_vorbis_comments):
38702         Add replaygain support to vorbistag
38703
38704 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38705         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38706         (gst_ffmpeg_caps_to_extradata):
38707           Fix SVQ3 caps flag properties
38708           Use glib macro for bytes swap
38709
38710 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38711
38712         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38713         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38714         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38715         * ext/sndfile/gstsf.c: (plugin_init):
38716         * gst/avi/gstavi.c: (plugin_init):
38717         * sys/dxr3/dxr3init.c: (plugin_init):
38718         * sys/oss/gstossaudio.c: (plugin_init):
38719         * sys/v4l/gstv4l.c: (plugin_init):
38720         * sys/v4l2/gstv4l2.c: (plugin_init):
38721           remove textdomain calls
38722         * po/nl.po:
38723           update Dutch translation
38724
38725 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38726
38727         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38728         (gst_play_set_audio_sink): Moving volume in the audio thread for
38729         instantaneous volume change. Maybe i will add another volume in front
38730         of visualization later, not sure yet though.
38731
38732 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38733
38734         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38735         (gst_ximagesink_handle_xevents): Better X events handling, only take
38736         the latest events for configure and motion.
38737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38738
38739 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38740
38741         reviewed by: David Schleef  <ds@schleef.org>
38742
38743         Fix memory leaks:
38744         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38745         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38746
38747 2004-02-02  David Schleef  <ds@schleef.org>
38748
38749         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38750         of lines.
38751         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38752         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38753         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38754         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38755         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38756         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38757         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38758         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38759         (gst_float2_2_int_link):
38760         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38761         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38762         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38763         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38764         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38765         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38766         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38767         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38768         * testsuite/gst-lint: Add tests for bzero and ;;
38769
38770 2004-02-02  David Schleef  <ds@schleef.org>
38771
38772         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38773
38774 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38775
38776         * ext/aalib/gstaasink.c: (gst_aasink_open):
38777         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38778         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38779         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38780         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38781         (gst_afsink_close_file):
38782         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38783         (gst_afsrc_close_file):
38784         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38785         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38786         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38787         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38788         * ext/esd/esdmon.c: (gst_esdmon_get):
38789         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38790         * ext/faac/gstfaac.c: (gst_faac_chain):
38791         * ext/faad/gstfaad.c: (gst_faad_chain):
38792         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38793         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38794         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38795         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38796         (gst_flacdec_loop):
38797         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38798         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38799         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38800         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38801         (gst_gnomevfssink_close_file):
38802         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38803         (gst_gnomevfssrc_open_file):
38804         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38805         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38806         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38807         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38808         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38809         * ext/mad/gstmad.c: (gst_mad_chain):
38810         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38811         * ext/mpeg2dec/gstmpeg2dec.c:
38812         * ext/mpeg2enc/gstmpeg2enc.cc:
38813         * ext/mplex/gstmplex.cc:
38814         * ext/mplex/gstmplexibitstream.cc:
38815         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38816         (gst_ogg_demux_push):
38817         * ext/raw1394/gstdv1394src.c:
38818         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38819         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38820         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38821         (gst_sf_loop):
38822         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38823         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38824         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38825         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38826         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38827         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38828         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38829         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38830         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38831         (gst_riff_read_element_data), (gst_riff_read_seek),
38832         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38833         * gst/adder/gstadder.c: (gst_adder_loop):
38834         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38835         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38836         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38837         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38838         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38839         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38840         * gst/goom/gstgoom.c: (gst_goom_chain):
38841         * gst/id3/gstid3types.c: (gst_id3types_loop):
38842         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38843         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38844         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38845         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38846         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38847         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38848         (gst_ebml_read_float), (gst_ebml_read_header):
38849         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38850         (gst_matroska_demux_parse_blockgroup):
38851         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38852         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38853         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38854         * gst/silence/gstsilence.c: (gst_silence_get):
38855         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38856         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38857         * gst/speed/gstspeed.c: (speed_loop):
38858         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38859         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38860         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38861         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38862         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38863         (gst_wavparse_loop):
38864         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38865         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38866         (dxr3audiosink_close):
38867         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38868         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38869         (dxr3videosink_close), (dxr3videosink_write_data):
38870         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38871         * sys/oss/gstosssink.c: (gst_osssink_chain):
38872         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38873         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38874         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38875         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38876         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38877         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38878         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38879         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38880         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38881         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38882         (gst_v4l_set_audio):
38883         * sys/v4l/v4l_calls.h:
38884         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38885         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38886         (gst_v4lmjpegsink_playback_init),
38887         (gst_v4lmjpegsink_playback_start):
38888         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38889         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38890         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38891         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38892         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38893         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38894         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38895         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38896         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38897         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38898         (gst_v4l2_get_output), (gst_v4l2_set_output),
38899         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38900         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38901         (gst_v4l2_set_attribute):
38902         * sys/v4l2/v4l2_calls.h:
38903         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38904         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38905         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38906         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38907         (gst_v4l2src_capture_stop):
38908         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38909         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38910         (gst_ximagesink_chain):
38911         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38912         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38913         (gst_xvideosink_xwindow_new):
38914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38915         (gst_xvimagesink_chain):
38916
38917 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38918
38919         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38920         (gst_volume_get_volume), (volume_class_init), (volume_init),
38921         (volume_chain_int16), (volume_update_volume):
38922         * gst/volume/gstvolume.h:
38923           make code more readable by removing magic numbers
38924           make mixer interface export 0-100 range
38925           make it internally map to 0.0-1.0 range so users don't distort
38926           output by putting the sliders at full volume
38927
38928 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38929
38930         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38931         (gst_play_state_change), (gst_play_seek_to_time):
38932         block the tick callback for 0.5 secs after doing a seek
38933
38934 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38935
38936         * gst-libs/gst/play/play.c: (gst_play_new):
38937           check for GError
38938
38939 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38940
38941         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38942         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38943         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38944         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38946         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38947
38948 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38949
38950         * configure.ac:
38951         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38952           check for a function added in vorbis 1.1
38953
38954 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38955
38956         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38957         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38958           really start/stop clock only on PLAYING <=> PAUSED
38959         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38960           remove \n from debugging lines
38961         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38962           make it work when seeking does not
38963         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38964           reset on DISCONT
38965
38966 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38967
38968         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38969           start clock on PAUSED=>PLAYING, not later
38970         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38971           extract correct time for different discont formats
38972         (gst_alsa_sink_get_time):
38973           don't segfault when no format is negotiated yet, just return 0
38974         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38975         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38976         (gst_ogg_pad_push):
38977           handle flush and discont events correctly
38978         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38979           handle discont events correctly
38980
38981 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38982
38983         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38984         (gst_play_error_create), (gst_play_error_plugin),
38985         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38986         * gst-libs/gst/play/play.h:
38987           add error handling during creation
38988         * examples/gstplay/player.c: (main):
38989           use new gst_play_new
38990
38991
38992 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38993
38994         * ext/theora/theoradec.c: (theora_dec_chain):
38995           make comments work
38996         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38997         (vorbis_dec_src_event), (vorbis_dec_chain):
38998           add encoder tag, fix tag reading to be more error tolerant, change
38999           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39000           gst_pad_event_default.
39001         * gst/tags/gstvorbistag.c:
39002         (gst_tag_list_from_vorbiscomment_buffer):
39003           undefine function specific define at end of function
39004
39005 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39006
39007         * ext/flac/gstflac.c: (plugin_init):
39008         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39009         * ext/flac/gstflacdec.h:
39010         * ext/flac/gstflacenc.h:
39011           Fix typos
39012
39013 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39014
39015         * examples/gstplay/player.c: s/gstplay.h/play.h/
39016
39017 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39018
39019         * gst-libs/gst/play/Makefile.am:
39020         * gst-libs/gst/play/gstplay.c:
39021         * gst-libs/gst/play/gstplay.h:
39022         * gst-libs/gst/play/play.c:
39023           more surgery, operation complete
39024
39025 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39026
39027         * gst-libs/gst/play/play.old.c:
39028         * gst-libs/gst/play/play.old.h:
39029           after CVS surgery by moving, remove
39030         * gst-libs/gst/play/playpipelines.c:
39031           remove
39032
39033         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39034           add negotiation error
39035
39036 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39037
39038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39039         (gst_ogg_demux_push):
39040           add some seeking debug info
39041           send a flush when seeking
39042
39043 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39044
39045         * configure.ac:
39046           use AC_C_INLINE
39047         * configure.ac:
39048         * ext/Makefile.am:
39049         * ext/theora/Makefile.am:
39050         * ext/theora/theoradec.c:
39051           add theora video decoder. Does just do simple decoding for now and
39052           has been tested against Theora cvs only. It only works when theora
39053           is compiled with --enable-static.
39054         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39055           always reset packetno on DISCONT
39056
39057 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39058
39059         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39060           Fix audio.
39061
39062 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39063
39064         * gst/mpegaudioparse/gstmpegaudioparse.c:
39065         (mp3_type_frame_length_from_header):
39066           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39067
39068 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39069
39070         * ext/esd/esdsink.c: (gst_esdsink_init):
39071           Since we have static pad template caps, we don't need to negotiate;
39072           either the core errors out or we know the format.
39073
39074 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39075
39076         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39077         (gst_riff_read_seek):
39078         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39079         (gst_ebml_read_seek):
39080           Fix event handling.
39081
39082 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39083
39084         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39085           removee video/x-theora from vp3 decoder, it doesn't handle raw
39086           theora streams
39087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39088           fix bug with finalizing element that never went to PAUSED
39089         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39090           length and position queries were swapped
39091         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39092         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39093         (vorbis_dec_src_event):
39094           implement querying time and bytes
39095
39096 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39097
39098         * just about every source file:
39099           gst_element_error -> GST_ELEMENT_ERROR
39100
39101 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39102
39103         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39104         emiting FLUSH and even before DISCONT.
39105         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39106         get the best instant seeking as possible yay!
39107
39108 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39109
39110         * gst/mpeg1videoparse/gstmp1videoparse.c:
39111         (gst_mp1videoparse_real_chain):
39112           Committed wrong version last week... Grr... Didn't notice until now.
39113
39114 2004-01-29  Julien MOUTTE <julien@moutte.net>
39115
39116         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39118         have_xwindow_id signal in xwindow_create.
39119
39120 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39121
39122         * ext/ogg/gstoggdemux.c:
39123           lots of changes - mainly support for chained bitstreams, seeking,
39124           querying and bugfixes of course
39125         * ext/vorbis/Makefile.am:
39126         * ext/vorbis/vorbisdec.c:
39127         * ext/vorbis/vorbisdec.h:
39128           add vorbisdec raw vorbis decoder
39129         * ext/vorbis/vorbis.c: (plugin_init):
39130           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39131         * gst/intfloat/Makefile.am:
39132         * gst/intfloat/float22int.c:
39133         * gst/intfloat/float22int.h:
39134         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39135           add float2intnew plugin. It converts multichannel interleaved float to
39136           multichannel interleaved int. The name should probably be changed.
39137         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39138         (plugin_init):
39139           add typefinding for raw theora video so oggdemux can detect it.
39140
39141 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39142
39143         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39144         sink element first.
39145         * gst/videoscale/gstvideoscale.c:
39146         (gst_videoscale_handle_src_event): Fixing src event handler.
39147
39148 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39149
39150         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39151         (gst_v4lsrc_open), (gst_v4lsrc_close),
39152         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39153         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39154         * sys/v4l/gstv4lsrc.h:
39155         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39156         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39157           Implement resizing... Hack. But that's why v4l is b0rked...
39158
39159 2004-01-28  Julien MOUTTE <julien@moutte.net>
39160
39161         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39162         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39163         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39164         (gst_ximagesink_xwindow_destroy):
39165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39166         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39167         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39168         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39169         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39170         correctly cleaning the image created to check xshm calls on succes,
39171         added a lot of XSync calls in X11 functions, and fixed a segfault when
39172         no image format was defined before negotiation happened.
39173
39174 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39175
39176         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39177           use gst_element_get_time to get correct time
39178
39179 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39180
39181         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39182         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39183         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39185         (gst_xvimagesink_check_xshm_calls),
39186         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39187         X plugins are now able to detect that XShm calls will fail even if the
39188         server claims that it has XShm support (remote displays most of the
39189         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39190         so that we use non XShm functions. This feature is almost useless for
39191         xvimagesink as Xv is not supported on remote displays anyway, but
39192         it might happen than even on the local display XShm calls fail.
39193
39194 2004-01-27  David Schleef  <ds@schleef.org>
39195
39196         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39197         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39198         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39199         changed esdsink to only use 44100,16,2, since esd sucks at rate
39200         conversion and esdsink has had difficulty negotiating.
39201
39202 2004-01-27  Julien MOUTTE <julien@moutte.net>
39203
39204         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39205         (gst_play_seek_to_time): Fixing the way to get current position.
39206
39207 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39208
39209         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39210           use gst_element_get_time to get correct time
39211
39212 2004-01-27  Julien MOUTTE <julien@moutte.net>
39213
39214         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39215         fix ever... Inverting 2 lines of code make spider autoplug correctly
39216         tagged mp3 !
39217
39218 2004-01-27  David Schleef  <ds@schleef.org>
39219
39220         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39221         Use gst_pad_try_set_caps_nonfixed().
39222
39223 2004-01-27  David Schleef  <ds@schleef.org>
39224
39225         * gst/ac3parse/gstac3parse.c: update to checklist 5
39226         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39227         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39228         * gst/audioscale/gstaudioscale.c: same
39229         * gst/auparse/gstauparse.c: same
39230         * gst/avi/gstavidemux.c: same
39231
39232 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39233
39234         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39235           stop processing after EOS
39236
39237 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39238
39239         * gst/asfdemux/asfheaders.h:
39240         * gst/asfdemux/gstasfdemux.c:
39241         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39242         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39243         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39244           lot's of fixes to make data extraction simpler and get the code
39245           architecture and compiler independant. Add debugging category
39246         * gst/goom/gstgoom.c: (gst_goom_change_state):
39247           reset channel count on PAUSED=>READY, not READY=>PAUSED
39248
39249 2004-01-26  Colin Walters  <walters@verbum.org>
39250
39251         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39252         code to pull a bigger buffer in iradio mode.  This as a side effect
39253         makes typefinding work.
39254
39255 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39256
39257         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39258         Fix SVQ3 decoding on PPC
39259
39260 2004-01-26  Julien MOUTTE <julien@moutte.net>
39261
39262         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39263         that one managed to stay there... Fixed.
39264
39265 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39266
39267         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39268         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39269         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39270         (qtdemux_video_caps):
39271         * gst/qtdemux/qtdemux.h:
39272         Add SVQ3 specific flags to qtdemux and ffmpeg
39273
39274 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39275
39276         * gst-libs/gst/audio/audio.h:
39277           remove buffer-frames from audio caps
39278         * gst/audioconvert/gstaudioconvert.c:
39279           fix plugin to really work.
39280
39281 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39282
39283         * gst-libs/gst/mixer/mixer.c:
39284         * gst-libs/gst/propertyprobe/propertyprobe.c:
39285         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39286         (gst_tuner_find_channel_by_name):
39287         * gst-libs/gst/tuner/tuner.h:
39288           Add gtk-doc style comments. Also fix a function name.
39289
39290 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39291
39292         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39293         (gst_divxdec_negotiate):
39294           Fix for new capsnego - also fixes gst-player with divxdec.
39295
39296 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39297
39298         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39299         (gst_play_identity_handoff), (gst_play_set_location),
39300         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39301         try in visualization implementation. Still have an issue with switch
39302         blocking when pulling from video_queue and only audio comes out of
39303         spider.
39304         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39305         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39306         release method. And check if the pad is usable before pulling.
39307
39308 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39309
39310         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39311         (gst_videobalance_init),
39312         (gst_videobalance_colorbalance_list_channels),
39313         (gst_videobalance_colorbalance_set_value),
39314         (gst_videobalance_colorbalance_get_value),
39315         (gst_videobalance_update_properties),
39316         (gst_videobalance_update_tables_planar411),
39317         (gst_videobalance_planar411):
39318         * gst/videofilter/gstvideobalance.h:
39319           Implement lookup-tables. +/- 10x faster.
39320
39321 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39322
39323         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39324         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39325           The index reading was broken. The rest worked fine, but the whole
39326           goal of my rewrite was to make avidemux readable, and this was
39327           not at all readable. Please use typed variables.
39328
39329 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39330
39331         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39332           Additional pad usability check.
39333         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39334         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39335         (gst_mp1videoparse_real_chain):
39336           Fix MPEG video stream parsing. The original plugin had several
39337           issues, including not timestamping streams where the source was
39338           not timestamped (this happens with PTS values in mpeg system
39339           streams, but MPEG video is also a valid stream on its own so
39340           that needs timestamps too). We use the display time code for that
39341           for now. Also, if one incoming buffer contains multiple valid
39342           frames, we push them all on correctly now, including proper EOS
39343           handling. Lastly, several potential segfaults were fixed, and we
39344           properly sync on new sequence/gop headers to include them in next,
39345           not previous frames (since they're header for the next frame, not
39346           the previous). Also see #119206.
39347         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39348         (bpf_from_header):
39349           Move caps setting so we only do it after finding several valid
39350           MPEG-1 fraes sequentially, not right after the first one (which
39351           might be coincidental).
39352         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39353         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39354         (plugin_init):
39355           Add unsynced MPEG video stream typefinding, and change some
39356           probability values so we detect streams rightly. The idea is as
39357           follows: I can have an unsynced system stream which contains
39358           video. In the current code, I would randomly get a type for either
39359           system or video stream type found, because the probabilities are
39360           being calculated rather randomly. I now use fixed values, so we
39361           always prefer system stream if that was found (and that is how it
39362           should be). If no system stream was found, we can still identity                the stream as video-only.
39363
39364 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39365
39366         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39367         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39368           don't write to buffer. Extract data without the need of
39369           __attribute__ ((packed))
39370
39371 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39372
39373         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39374         (mpeg1_sys_type_find):
39375           Fix MPEG-1 stream typefinding.
39376
39377 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39378
39379         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39380           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39381
39382 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39383
39384         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39385         * ext/esd/gstesd.c: (plugin_init):
39386           private debugging, better error reporting
39387
39388 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39389
39390         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39391         (gst_riff_read_init), (gst_riff_read_change_state):
39392         * gst-libs/gst/riff/riff-read.h:
39393           Remove stuff fromold metadata system.
39394
39395 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39396
39397         * ext/ogg/gstoggdemux.c:
39398           Fix wrong file comment.
39399         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39400         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39401           Add metadata reading properly.
39402
39403 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39404
39405         * ext/Makefile.am:
39406           Fix nas DIST_SUBDIRS
39407           Uraeus:
39408           Fix bug where make distcheck doesn't get run on adding stuff to
39409           the build.
39410
39411 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39412
39413         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39414         * ext/divx/gstdivxdec.h:
39415           Fix divx3 ("msmpeg4") playback using divxdec.
39416
39417 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39418
39419         * gst/typefind/gsttypefindfunctions.c:
39420         (mp3_type_frame_length_from_header): fix bug in length computation
39421         (mp3_type_find): improve debugging output
39422
39423 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39424
39425         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39426         (gst_play_set_location), (gst_play_seek_to_time),
39427         (gst_play_set_audio_sink), (gst_play_set_visualization),
39428         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39429         the pipeline from scratch. Visualization is back and switch went out as
39430         i realized it was not possible to use the way i wanted.
39431         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39432         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39433         clearing in state change from READY to NULL. So that one can clean the
39434         X ressources keeping the element.
39435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39436         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39437         (gst_xvimagesink_colorbalance_set_value),
39438         (gst_xvimagesink_colorbalance_get_value),
39439         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39440         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39441         change from READY to NULL and fixed some stupid bugs in colorbalance
39442         get/set values. Also added the following feature : when nobody tries to
39443         set some values to the colorbalance levels before the xcontext is
39444         grabbed, then when creating channels list from Xv attributes we set the
39445         internal values to the Xv defaults. This way we handle buggy Xv drivers
39446         that set default hue values far from the middle of the range (Thanks
39447         to Jon Trowbridge for pointing that issue).
39448         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39449         colorbalance levels have been set before xcontext is grabbed.
39450
39451 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39452
39453         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39454           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39455           it might block operations (which is bad for a mixer).
39456
39457 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39458
39459         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39460         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39461         (gmip_find_type_pre):
39462         * gst-libs/gst/media-info/media-info-priv.h:
39463         * gst-libs/gst/media-info/media-info.c:
39464         (gst_media_info_instance_init), (gst_media_info_read_idler):
39465         add fakesink to get caps on decoder src pad again
39466         fix callback prototype to match new have_type signal signature
39467
39468 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39469
39470         * gst/adder/gstadder.c: (gst_adder_link):
39471           fix non-compile and cut-n-paste code
39472
39473 2004-01-21  David Schleef  <ds@schleef.org>
39474
39475         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39476         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39477         (gst_swfdec_init), (gst_swfdec_change_state):
39478         * ext/swfdec/gstswfdec.h:
39479         Fix negotiation.
39480         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39481         (gst_adder_request_new_pad): Fix negotiation.
39482         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39483         Add a fixate function.
39484         * gst/intfloat/gstfloat2int.c:
39485         * gst/intfloat/gstfloat2int.h:
39486         * gst/intfloat/gstint2float.c:
39487         * gst/intfloat/gstint2float.h:
39488         Completely rewrite the negotiation.  Doesn't quite work yet,
39489         due to some buffer-frames problem.
39490
39491 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39492
39493         * ext/gnomevfs/gstgnomevfssrc.c:
39494         * sys/v4l2/v4l2_calls.h:
39495           fix includes for distcheck
39496
39497 2004-01-21  Christian Schaller <uraeus@gnome.org>
39498
39499         * ext/nas/
39500         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39501         based on earlier patch from Laurent Vivier
39502
39503 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39504
39505         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39506         Fix wma caps property
39507         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39508         Fix typo (flags1 and flags2)
39509
39510 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39511
39512         * gst-libs/gst/media-info/media-info-priv.c:
39513         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39514         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39515         (gmip_find_stream), (gmip_find_track_metadata),
39516         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39517         (gmip_find_track_format):
39518         * gst-libs/gst/media-info/media-info-priv.h:
39519         * gst-libs/gst/media-info/media-info-test.c: (main):
39520         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39521         (gst_media_info_read_idler), (gst_media_info_read):
39522         * gst-libs/gst/media-info/media-info.h:
39523           register debugging category and use it for debugging
39524
39525 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39526
39527         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39528         (gst_vorbisfile_new_link):
39529           signal streaminfo through tags
39530
39531 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39532
39533         * ext/mplex/gstmplex.cc:
39534         * ext/mplex/gstmplexibitstream.cc:
39535           g++ doesn't like NULL in our i18n/error macros, should be
39536           either (NULL) or ("").
39537
39538 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39539
39540         * sys/dxr3/dxr3audiosink.c:
39541         * sys/dxr3/dxr3init.c:
39542         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39543         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39544           Fix more error error error errors (missing includes here).
39545
39546 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39547
39548         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39549           fix thomas' error errors.
39550
39551 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39552
39553         * ext/mpeg2enc/gstmpeg2enc.cc:
39554           fix error errors.
39555
39556 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39557
39558         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39559         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39560           Fix for new error system.
39561
39562 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39563
39564         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39565           fix for new error reporting
39566
39567 2004-01-20  David Schleef  <ds@schleef.org>
39568
39569         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39570         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39571         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39572         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39573         and neither is 100+, most likely.
39574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39575         (gst_xvimagesink_getcaps): same
39576
39577 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39578
39579         * configure.ac:
39580           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39581           clashes with ffmpeg.
39582
39583 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39584
39585         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39586         (gst_switch_init): Fixed switch element : proxying link and setting
39587         caps from src to sink on request.
39588
39589 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39590
39591         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39592         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39593         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39594         fix element_error
39595
39596 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39597
39598         * sys/v4l/v4l_calls.h:
39599         * sys/v4l2/v4l2_calls.h:
39600           element_error fixes
39601
39602 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39603
39604         * gst-libs/gst/gst-i18n-plugin.h:
39605           add locale.h
39606           remove config.h inclusion
39607
39608 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39609
39610         * autogen.sh:
39611           adding autopoint invocation
39612         * Makefile.am:
39613         * configure.ac:
39614         * gst-libs/gst/gettext.h:
39615           adding gettext bits
39616         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39617         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39618         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39619         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39620         (gst_gnomevfssink_close_file):
39621         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39622         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39623         * gst-libs/gst/gst-i18n-plugin.h:
39624         * gst/avi/gstavi.c: (plugin_init):
39625         * sys/dxr3/dxr3init.c: (plugin_init):
39626         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39627         * sys/oss/gstossaudio.c: (plugin_init):
39628         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39629         * sys/v4l/gstv4l.c: (plugin_init):
39630         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39631         * sys/v4l2/gstv4l2.c: (plugin_init):
39632         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39633         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39634         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39635         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39636         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39637         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39638           make sure locale and translation domain are set
39639           fix translated strings
39640         * po/.cvsignore:
39641         * po/LINGUAS:
39642         * po/Makevars:
39643         * po/POTFILES.in:
39644         * po/nl.po:
39645           put translation files into place
39646         * sys/xvideo/imagetest.c: (main):
39647         * ext/dv/demo-play.c: (main):
39648           fix unnecessary translations
39649
39650 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39651
39652         * ext/sndfile/gstsf.c:
39653         * gst/avi/gstavimux.c:
39654         * ext/audiofile/gstafsink.c:
39655         * ext/audiofile/gstafsrc.c:
39656         * ext/gnomevfs/gstgnomevfssink.c:
39657         * ext/gnomevfs/gstgnomevfssrc.c:
39658         * sys/oss/gstosselement.c:
39659         * sys/v4l/v4l_calls.h:
39660           fix i18n include
39661
39662 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39663
39664         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39665         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39666         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39667         (gst_v4l2_get_output), (gst_v4l2_set_output),
39668         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39669         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39670         (gst_v4l2_set_attribute):
39671         update to new error handling
39672
39673 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39674
39675         * ext/sidplay/gstsiddec.cc:
39676         * gst/modplug/gstmodplug.cc:
39677           parenthese NULL because C++ seems angry about it
39678
39679 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39680
39681         * gst-libs/gst/gst-i18n-plugin.h:
39682           add skeleton i18n stuff, but needs to be further implemented
39683
39684 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39685
39686         * examples/gstplay/player.c: (main):
39687         * ext/aalib/gstaasink.c: (gst_aasink_open):
39688         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39689         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39690         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39691         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39692         (gst_afsink_close_file):
39693         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39694         (gst_afsrc_close_file):
39695         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39696         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39697         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39698         * ext/esd/esdmon.c: (gst_esdmon_get):
39699         * ext/esd/esdsink.c: (gst_esdsink_chain):
39700         * ext/faac/gstfaac.c: (gst_faac_chain):
39701         * ext/faad/gstfaad.c: (gst_faad_chain):
39702         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39703         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39704         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39705         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39706         (gst_flacdec_loop):
39707         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39708         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39709         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39710         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39711         (gst_gnomevfssink_close_file):
39712         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39713         (gst_gnomevfssrc_open_file):
39714         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39715         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39716         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39717         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39718         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39719         * ext/mad/gstmad.c: (gst_mad_chain):
39720         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39721         * ext/mpeg2dec/gstmpeg2dec.c:
39722         * ext/mpeg2enc/gstmpeg2enc.cc:
39723         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39724         * ext/mplex/gstmplex.cc:
39725         * ext/mplex/gstmplexibitstream.cc:
39726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39727         (gst_ogg_demux_push), (gst_ogg_pad_push):
39728         * ext/raw1394/gstdv1394src.c:
39729         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39730         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39731         * ext/sidplay/gstsiddec.cc:
39732         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39733         (gst_sf_loop):
39734         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39735         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39736         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39737         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39738         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39739         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39740         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39741         * gst-libs/gst/Makefile.am:
39742         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39743         (gst_riff_read_element_data), (gst_riff_read_seek),
39744         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39745         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39746         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39747         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39748         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39749         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39750         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39751         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39752         * gst/goom/gstgoom.c: (gst_goom_chain):
39753         * gst/id3/gstid3types.c: (gst_id3types_loop):
39754         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39755         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39756         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39757         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39758         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39759         (gst_ebml_read_float), (gst_ebml_read_header):
39760         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39761         (gst_matroska_demux_parse_blockgroup):
39762         * gst/modplug/gstmodplug.cc:
39763         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39764         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39765         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39766         * gst/silence/gstsilence.c: (gst_silence_get):
39767         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39768         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39769         * gst/speed/gstspeed.c: (speed_loop):
39770         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39771         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39772         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39773         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39774         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39775         (gst_wavparse_loop):
39776         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39777         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39778         (dxr3audiosink_close):
39779         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39780         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39781         (dxr3videosink_close), (dxr3videosink_write_data):
39782         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39783         * sys/oss/gstosselement.h:
39784         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39785         (gst_osssink_chain):
39786         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39787         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39788         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39789         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39790         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39791         (gst_v4l_enable_overlay):
39792         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39793         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39794         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39795         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39796         (gst_v4l_set_audio):
39797         * sys/v4l/v4l_calls.h:
39798         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39799         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39800         (gst_v4lmjpegsink_playback_init),
39801         (gst_v4lmjpegsink_playback_start):
39802         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39803         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39804         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39805         (gst_v4lmjpegsrc_requeue_frame):
39806         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39807         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39808         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39809         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39810         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39811         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39812         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39813         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39814         (gst_v4l2src_capture_stop):
39815         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39816         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39817         (gst_ximagesink_chain):
39818         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39819         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39820         (gst_xvideosink_xwindow_new):
39821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39822         (gst_xvimagesink_chain):
39823         use new error signal, function and categories
39824
39825 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39826
39827         * configure.ac:
39828         * ext/Makefile.am:
39829         * ext/musicbrainz/gsttrm.c:
39830         * ext/musicbrainz/gsttrm.h:
39831         * ext/musicbrainz/Makefile.am:
39832         Add a trm plugin
39833
39834 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39835
39836         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39837         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39838         synchronous property for debugging.
39839         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39841         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39842         smaller block, fixing indent.
39843
39844 2004-01-16  David Schleef  <ds@schleef.org>
39845
39846         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39847         property affects the video stream.
39848         * sys/xvimage/xvimagesink.c:
39849         * sys/xvimage/xvimagesink.h:
39850         Add synchronous property for debugging.  Should probably be
39851         disabled in non-CVS builds.  Make sure that the Xv attribute
39852         exists before we set it (crash!).  Fix a silly float bug that
39853         caused colorbalance to just not work.
39854
39855 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39856
39857         * tools/gst-launch-ext.in - update for new plugins
39858
39859 2004-01-16  David Schleef  <ds@schleef.org>
39860
39861         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39862         already-freed caps.
39863
39864 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39865
39866         * Update spec for new colorspace plugin and libcaca plugin
39867         * Fix compilation of libcaca plugin (clock -> id)
39868
39869 2004-01-16  Julien MOUTTE <julien@moutte.net>
39870
39871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39872         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39873         (gst_xvimagesink_set_xwindow_id),
39874         (gst_xvimagesink_colorbalance_set_value),
39875         (gst_xvimagesink_colorbalance_get_value),
39876         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39877         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39878         correct colorbalance properties. They can now be set when the element
39879         is still in NULL state. The values will be committed to the Xv Port
39880         when xcontext is initialized.
39881         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39882         brightness int values in the GstXvImagesink structure.
39883
39884 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39885
39886         * gst-libs/gst/Makefile.am:
39887           restructure so having local patches works easier.
39888
39889 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39890
39891         * ext/mpeg2enc/Makefile.am:
39892         * ext/mpeg2enc/gstmpeg2enc.cc:
39893         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39894           Bugfix with respect to EOS handling.
39895
39896 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39897
39898         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39899           Link with right caps (else, it segfaults).
39900         * ext/mplex/gstmplexjob.cc:
39901           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39902
39903 2004-01-15  David Schleef  <ds@schleef.org>
39904
39905         * gst-libs/gst/audio/Makefile.am:
39906         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39907         from the template.
39908         * gst-libs/gst/audio/gstaudiofilter.c:
39909         * gst-libs/gst/audio/gstaudiofilter.h:
39910         Add bytes_per_sample and size and n_samples calculation.
39911         * gst-libs/gst/audio/gstaudiofilterexample.c:
39912         Remove, now autogenerated.
39913         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39914         Moved from gstaudiofilterexample, object name changed, code added
39915         so that it actually works.
39916         * gst-libs/gst/audio/make_filter:
39917         Script to build an audiofilter subclass from the template.
39918         * gst/colorspace/Makefile.am:
39919         * gst/colorspace/yuv2yuv.c:
39920         Remove file, since it's GPL, and we don't use it.
39921
39922 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39923
39924         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39926         them use the buffer free function to test how the buffer was allocated.
39927
39928 2004-01-15  David Schleef  <ds@schleef.org>
39929
39930         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39931         that handles osssink fallback.
39932         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39933         (gst_audio_convert_getcaps):
39934         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39935         Add audio/x-qdm2 for QDM2 audio.
39936         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39937         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39938         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39939         Decrease minimum size to 16x16.
39940         * gst/wavparse/gstwavparse.c:
39941         Convert disabled pad template caps to new caps.
39942         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39944         (gst_xvimagesink_chain): Throw element error when display cannot
39945         be opened.  Increase minimum framerate to 1.0.  Check the data
39946         free function on a buffer to make sure it is the type we expect
39947         before manipulating it.
39948
39949 2004-01-15  Julien MOUTTE <julien@moutte.net>
39950
39951         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39952         (gst_videobalance_colorbalance_set_value): Implement passthru if
39953         settings are in the middle.
39954         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39955
39956 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39957
39958         * gst/videofilter/Makefile.am:
39959         * gst/volume/Makefile.am:
39960           Since we use videofilter symbols, link to it.
39961
39962 2004-01-15  Julien MOUTTE <julien@moutte.net>
39963
39964         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39965         mixer interface type to HARDWARE.
39966         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39967         type to SOFTWARE.
39968         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39969         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39970         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39971         (gst_volume_interface_init), (gst_volume_list_tracks),
39972         (gst_volume_set_volume), (gst_volume_get_volume),
39973         (gst_volume_set_mute), (gst_volume_mixer_init),
39974         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39975         (volume_init): Implementing mixer interface.
39976         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39977         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39978         (gst_osselement_change_state): Removing some trailing commas in
39979         structures.
39980         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39981         interface type to HARDWARE.
39982         * sys/v4l/gstv4lcolorbalance.c:
39983         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39984         type to HARDWARE.
39985         * sys/v4l2/gstv4l2colorbalance.c:
39986         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39987         interface type to HARDWARE.
39988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39989         same code than ximagesink for event handling.
39990
39991 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39992
39993         * ext/snapshot/Makefile.am:
39994         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39995         (gst_snapshot_chain):
39996         * ext/snapshot/gstsnapshot.h:
39997           This has to be a joke... Snapshot should be connected to a tee,
39998           colorspace element before it and EOS after that, where the other
39999           src of the tee receives normal data.
40000           The current way is *wrong*.
40001
40002 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40003
40004         * ext/hermes/gsthermescolorspace.c:
40005           Fix another compile error. Same as below.
40006
40007 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40008
40009         * gst/colorspace/gstcolorspace.c:
40010         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40011         (gst_colorspace_i420_to_yv12):
40012           Fix compiling... Didn't test if it actually works.
40013
40014 2004-01-15  David Schleef  <ds@schleef.org>
40015
40016         * configure.ac:
40017         * gst/colorspace/Makefile.am:
40018         * gst/colorspace/gstcolorspace.c:
40019         * gst/colorspace/gstcolorspace.h:
40020         * gst/colorspace/yuv2rgb.c:
40021         * gst/colorspace/yuv2rgb.h:
40022         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40023         code and GPL code.  Fix for new caps negotiation.  Rewrite
40024         much of the format handling code, and some of the conversion
40025         code.  Basically, rewrote almost everything.  This element
40026         handles I420, YV12 to RGB conversions.
40027         * ext/hermes/Makefile.am:
40028         * ext/hermes/gsthermescolorspace.c:
40029         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40030         Remove non-Hermes related code.  This element handles lots of
40031         RGB to RGB conversions, but no YUV.
40032         * ext/hermes/gstcolorspace.c:
40033         * ext/hermes/gstcolorspace.h:
40034         * ext/hermes/rgb2yuv.c:
40035         * ext/hermes/yuv2rgb.c:
40036         * ext/hermes/yuv2rgb.h:
40037         * ext/hermes/yuv2rgb_mmx16.s:
40038         * ext/hermes/yuv2yuv.c:
40039         * ext/hermes/yuv2yuv.h:
40040         Remove old code.
40041
40042 2004-01-14  Colin Walters  <walters@verbum.org>
40043
40044         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40045         they've already been.
40046
40047 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40048
40049         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40050           assume tag mode when pad is not connected
40051
40052 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40053
40054         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40055           Don't update the time of the clock
40056         (gst_alsa_sink_loop):
40057           sync to the clock given to alsasink, not the own clock
40058         * sys/oss/gstosssink.c: (gst_osssink_chain):
40059           sync to the clock
40060         (gst_osssink_change_state):
40061           activate the clock
40062         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40064           remove bogus code that made DISCONT events unhandled
40065         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40066           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40067           #131502)
40068         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40069         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40070         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40071           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40072           2nd warning in bug #131502)
40073
40074 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40075
40076         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40077         (gst_videobalance_colorbalance_set_value),
40078         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40079         for colorbalance interface implementation.
40080         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40081         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40082         (gst_ximagesink_dispose), (gst_ximagesink_init),
40083         (gst_ximagesink_class_init): Adding DISPLAY property.
40084         * sys/ximage/ximagesink.h: Adding display_name to store display.
40085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40086         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40087         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40088         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40089         properties (they still need polishing though for gst-launch use : no
40090         xcontext yet, i ll do that tomorrow).
40091         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40092
40093 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40094
40095         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40096         (gst_play_set_location), (gst_play_set_visualization): Preparing
40097         switch integration, adding videobalance in the pipeline.
40098
40099 2004-01-14  Julien MOUTTE <julien@moutte.net>
40100
40101         * gst-libs/gst/colorbalance/colorbalance.c:
40102         (gst_color_balance_class_init): Adding a default type.
40103         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40104         the type.
40105         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40106         (gst_videobalance_dispose), (gst_videobalance_class_init),
40107         (gst_videobalance_init), (gst_videobalance_interface_supported),
40108         (gst_videobalance_interface_init),
40109         (gst_videobalance_colorbalance_list_channels),
40110         (gst_videobalance_colorbalance_set_value),
40111         (gst_videobalance_colorbalance_get_value),
40112         (gst_videobalance_colorbalance_init): Implementing colorbalance
40113         interface.
40114         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40115         list.
40116         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40117         bug which was triggering a BadAccess X error when setting an overlay
40118         before pad was really negotiated.
40119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40120         Using the colorbalance type macro.
40121
40122 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40123
40124         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40125         (gst_flacenc_chain):
40126           handle tags correctly
40127         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40128           extract ID3v1 tags correctly
40129
40130 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40131
40132         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40133         (plugin_init):
40134           Improve matroska typefinding for odd-typed headers...
40135
40136 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40137
40138         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40139           Fix for using incremental number on padnames.
40140
40141 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40142
40143         * ext/divx/gstdivxdec.c:
40144         * ext/divx/gstdivxenc.c:
40145           Set category to divx4linux instead of divx (too generic).
40146         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40147         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40148         (gst_wavparse_loop), (gst_wavparse_change_state):
40149         * gst/wavparse/gstwavparse.h:
40150           fix parsing of WAV files with non-standard fmt-tag size and fix
40151           skipping of unrecognized chunks... Someone please fix this thing
40152           to use rifflib so all this is automated.
40153         * sys/v4l/Makefile.am:
40154         * sys/v4l2/Makefile.am:
40155           Add X_CFLAGS because we depend on X (for overlay).
40156
40157 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40158
40159         * ext/mpeg2dec/gstmpeg2dec.c:
40160           Don't issue a timestamp unless we tagged the frame
40161           with a PTS.
40162
40163 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40164
40165         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40166           Query the audio element to get the time, not the clock. We're
40167           interested in the element's time here.
40168
40169 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40170
40171         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40172         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40173         * ext/esd/esdsink.c: (gst_esdsink_chain):
40174         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40175         * ext/mas/massink.c: (gst_massink_chain):
40176         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40177         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40178         (gst_matroska_demux_parse_metadata):
40179         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40180         (gst_mpeg_parse_release_locks):
40181         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40182         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40183         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40184         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40185         (gst_osssink_change_state):
40186         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40187         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40188         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40189         (gst_xvideosink_release_locks):
40190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40191           use element time.
40192         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40193         (gst_alsa_clock_stop):
40194         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40195         (gst_audio_clock_get_internal_time):
40196           simplify for use with new clocking code.
40197         * testsuite/alsa/Makefile.am:
40198         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40199           fix testsuite for new caps system
40200
40201 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40202
40203         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40204         * ext/flac/gstflacenc.c: (add_one_tag):
40205           length is already host endian, no need to convert. Fixes playback of
40206           tagged files on PPC. (bug #128384)
40207
40208 2004-01-13  Julien MOUTTE <julien@moutte.net>
40209
40210         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40211         colorbalance interface stating if it is hardware based or software
40212         based.
40213         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40214         Removing a trailing comma.
40215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40216         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40217         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40218         the documentation seems to be wrong on the -1000 to 1000 interval.
40219
40220 2004-01-12  David Schleef  <ds@schleef.org>
40221
40222         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40223         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40224         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40225         Fix negotiation.  Add a bufferalloc function for the sink pad,
40226         and generally clean up some of the code.
40227
40228 2004-01-12  Julien MOUTTE <julien@moutte.net>
40229
40230         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40231         (gst_color_balance_channel_dispose): Adding safety check in dispose
40232         method.
40233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40234         (gst_xvimagesink_xcontext_clear),
40235         (gst_xvimagesink_interface_supported),
40236         (gst_xvimagesink_colorbalance_list_channels),
40237         (gst_xvimagesink_colorbalance_set_value),
40238         (gst_xvimagesink_colorbalance_get_value),
40239         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40240         Adding colorbalance interface support to set XV parameters such as
40241         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40242         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40243         interface.
40244
40245 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40246
40247         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40248         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40249         (gst_audio_convert_init), (gst_audio_convert_set_property),
40250         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40251         (gst_audio_convert_link),
40252         (gst_audio_convert_buffer_to_default_format),
40253         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40254           - implement _getcaps and use it
40255           - improve linking
40256           - remove float caps since no float conversion is actually done
40257           - remove properties and arguments that were to be used for rate
40258             conversion
40259
40260 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40261
40262         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40263         (gst_audio_structure_set_int):
40264         * gst-libs/gst/audio/audio.h:
40265           add helper functions for _getcaps matching the standard audio
40266           templates
40267
40268 2004-01-12  David Schleef  <ds@schleef.org>
40269
40270         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40271         Test that pad is negotiated before getting its caps.
40272
40273 2004-01-12  Julien MOUTTE <julien@moutte.net>
40274
40275         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40276         analyzing the pads of an element the bin is mostly in READY state so
40277         no caps were negotiated. This helper function needs to work with
40278         _get_caps directly then. I was not freeing them though, added that to
40279         fix the mem leak.
40280
40281 2004-01-12  Julien MOUTTE <julien@moutte.net>
40282
40283         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40285         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40286         than the free_func.
40287
40288 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40289
40290         * sys/oss/gstossaudio.c: (plugin_init):
40291         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40292         * sys/oss/gstosselement.h:
40293           make an oss debugging category
40294           make failure more descriptive
40295
40296 2004-01-11  David Schleef  <ds@schleef.org>
40297
40298         * ext/ffmpeg/gstffmpeg.c:
40299         * ext/ffmpeg/gstffmpegcodecmap.c:
40300         * ext/ffmpeg/gstffmpegdec.c:
40301         * ext/ffmpeg/gstffmpegenc.c:
40302         * ext/ffmpeg/gstffmpegprotocol.c:
40303         * ext/gdk_pixbuf/gstgdkanimation.c:
40304         * ext/jpeg/gstjpeg.c:
40305         * ext/libpng/gstpng.c:
40306         * ext/mpeg2dec/perftest.c:
40307         * ext/speex/gstspeex.c:
40308         * gst-libs/gst/resample/dtos.c:
40309         * gst/intfloat/gstintfloatconvert.c:
40310         * gst/oneton/gstoneton.c:
40311         * gst/rtjpeg/RTjpeg.c:
40312         * gst/rtp/gstrtp.c:
40313         * sys/dxr3/dxr3init.c:
40314         * sys/glsink/gstgl_nvimage.c:
40315         * sys/glsink/gstgl_pdrimage.c:
40316         * sys/glsink/gstglsink.c:
40317         * testsuite/gst-lint:
40318         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40319
40320 2004-01-11  David Schleef  <ds@schleef.org>
40321
40322         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40323         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40324         * ext/gdk_pixbuf/gstgdkanimation.c:
40325         (gst_gdk_animation_iter_create_pixbuf):
40326         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40327         (gst_gdk_pixbuf_chain):
40328         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40329         * ext/jack/gstjack.c: (gst_jack_change_state):
40330         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40331         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40332         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40333         * gst/videofilter/gstvideofilter.c:
40334         (gst_videofilter_set_output_size):
40335         Remove all usage of gst_pad_get_caps(), and replace it with
40336         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40337
40338 2004-01-11  David Schleef  <ds@schleef.org>
40339
40340         * configure.ac:
40341         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40342         * ext/divx/gstdivxdec.c:
40343         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40344         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40345         handle images that span multiple buffers.  Now work with both
40346         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40347         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40348         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40349         video/video.h changes
40350         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40351         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40352         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40353         of GstData free function.
40354         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40355         same.
40356
40357 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40358
40359         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40360         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40361         (gst_v4l2element_get_property):
40362         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40363           add norm, channel and frequency properties.
40364         * sys/v4l2/gstv4l2tuner.c:
40365           fixes for tuner interface changes
40366         * sys/v4l2/gstv4l2element.h:
40367         * sys/v4l2/gstv4l2src.c:
40368         * sys/v4l2/gstv4l2src.h:
40369         * sys/v4l2/v4l2src_calls.c:
40370         * sys/v4l2/v4l2src_calls.h:
40371           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40372
40373 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40374
40375         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40376         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40377         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40378         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40379         * gst-libs/gst/tuner/tuner.h:
40380           GObjects aren't const.
40381           Add find_by_name functions.
40382           Add checks to _changed functions.
40383         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40384         (gst_v4l_tuner_get_norm):
40385           Fixes for above.
40386
40387 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40388
40389         * gst-libs/gst/video/video.h:
40390           Fix caps template names to be understandable.
40391           Prefix everything with GST_VIDEO.
40392         * ext/aalib/gstaasink.c:
40393         * ext/divx/gstdivxdec.c:
40394         * ext/divx/gstdivxenc.c:
40395         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40396         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40397         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40398         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40399         * ext/libcaca/gstcacasink.c:
40400         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40401         * ext/snapshot/gstsnapshot.c:
40402         * ext/swfdec/gstswfdec.c:
40403         * ext/xvid/gstxviddec.c:
40404         * ext/xvid/gstxvidenc.c:
40405         * gst/chart/gstchart.c:
40406         * gst/deinterlace/gstdeinterlace.c:
40407         * gst/effectv/gsteffectv.c:
40408         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40409         * gst/goom/gstgoom.c:
40410         * gst/median/gstmedian.c:
40411         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40412         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40413         * gst/overlay/gstoverlay.c:
40414         * gst/smooth/gstsmooth.c:
40415         * gst/smpte/gstsmpte.c:
40416         * gst/synaesthesia/gstsynaesthesia.c:
40417         * gst/videocrop/gstvideocrop.c:
40418         * gst/videodrop/gstvideodrop.c:
40419         * gst/y4m/gsty4mencode.c:
40420         * sys/qcam/gstqcamsrc.c:
40421         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40422           Make them work with new video.h file.
40423         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40424         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40426         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40427           Make it work with new buffer allocation system.
40428
40429 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40430
40431         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40432         pad_alloc_buffer implementation to use ->srcpad
40433         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40434         pad_alloc_buffer implementation to use ->srcpad
40435         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40436         pad_alloc_buffer implementation to use ->srcpad
40437         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40438         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40439         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40440         a reference to everything we need.
40441         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40443         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40444         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40445         a reference to everything we need.
40446         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40447
40448 2004-01-11  David Schleef  <ds@schleef.org>
40449
40450         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40451         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40452         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40453         structure members.
40454         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40455         value during a resize/renegotiation.
40456         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40457         gst_pad_alloc_buffer();
40458         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40459         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40460         structure members.
40461         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40462         Fix for rename of buffer private structure members.
40463         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40464         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40465         Fix for rename of buffer private structure members.
40466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40467         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40468         Fix for rename of buffer private structure members.
40469
40470 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40471
40472         reviewed by: David Schleef <ds@schleef.org>
40473
40474         * gst/videofilter/Makefile.am:
40475         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40476         from the patch by ds to fit in with recent make_filter changes.
40477
40478 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40479
40480         * configure.ac: Adding examples/switch/Makefile
40481         * examples/Makefile.am: Adding examples/switch
40482         * examples/switch/Makefile.am: Adding switcher example.
40483         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40484         (switch_timer), (main): Adding an example demonstrating switch usage
40485         with 2 videotestsrc showing different patterns.
40486         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40487         (gst_switch_init): Fixing switch with the new caps system.
40488
40489 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40490
40491         * gst-libs/gst/video/video.h:
40492           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40493           They should probably be like
40494           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40495
40496 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40497
40498         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40499         (qtdemux_parse_trak):
40500           fix audio chunk size/timestamp calculation
40501
40502 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40503
40504         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40505           fix SVQ3 caps
40506
40507 2004-01-11  Steve Baker  <steve@stevebaker.org>
40508
40509         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40510         (gst_agingtv_base_init), (gst_agingtv_class_init),
40511         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40512         (gst_agingtv_set_property), (gst_agingtv_get_property):
40513         Port agingTV to videofilter
40514
40515 2004-01-09  Julien MOUTTE <julien@moutte.net>
40516
40517         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40518         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40519
40520 2004-01-09  Julien MOUTTE <julien@moutte.net>
40521
40522         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40523         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40524         * gst-libs/gst/xoverlay/xoverlay.c:
40525         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40526         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40527         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40528         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40529         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40530         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40531         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40532         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40533         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40534         interface implementation to handle xid being 0 and fix some bugs
40535         triggered by Benjamin's testcase.
40536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40537         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40538         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40539         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40540         interface implementation to handle xid being 0 and fix some bugs
40541         triggered by Benjamin's testcase.
40542
40543 2004-01-09  David Schleef  <ds@schleef.org>
40544
40545         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40546         mouse pointer events.  It works.
40547
40548 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40549
40550         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40551           Use explicit caps - fix capsnego.
40552         * ext/xvid/gstxviddec.c:
40553         * ext/xvid/gstxvidenc.c:
40554           Remove macro-inside-macro which caused compile errors.
40555         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40556           Error out if it's not a RIFF file. Else we error out without
40557           gst_element_error() which is not good...
40558
40559 2004-01-08  David Schleef  <ds@schleef.org>
40560
40561         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40562         Fix pad_link function to handle formats that ffmpeg returns
40563         as multiple caps structures.
40564         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40565         Only complain if source buffer is _smaller_ than expected.
40566         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40567         (gst_videoscale_handle_src_event): Resize navigation events
40568         when passing them upstream.
40569         * gst/videotestsrc/gstvideotestsrc.c:
40570         * gst/videotestsrc/gstvideotestsrc.h:
40571         * gst/videotestsrc/videotestsrc.c:
40572         * gst/videotestsrc/videotestsrc.h:
40573         Rewrite many of the buffer painting functions to handle odd
40574         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40575         been verified to work with my video card.
40576         * testsuite/gst-lint:  Add check for elements calling
40577         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40578
40579 2004-01-08  David Schleef  <ds@schleef.org>
40580
40581         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40582         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40583
40584 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40585
40586         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40587         configure event is not emiting the desired size signal. That fixes
40588         aspect ratio issues with gst-player.
40589
40590 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40591
40592         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40593           Fix capsnego.
40594
40595 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40596
40597         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40598         public method to fire size signal.
40599
40600 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40601
40602         * examples/gstplay/Makefile.am: Adding the interface library.
40603         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40604         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40605         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40606         GST_IS_X_OVERLAY before signal connect.
40607         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40608         Removing the have_video_size signal.
40609         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40610         and associated public method.
40611         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40612         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40613         signal.
40614         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40615         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40616         signal.
40617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40618         Using XOverlay public method to fire size signal.
40619
40620 2004-01-07  David Schleef  <ds@schleef.org>
40621
40622         * gst/videofilter/Makefile.am:
40623         * gst/videofilter/gstvideotemplate.c:
40624         * gst/videofilter/make_filter:
40625         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40626         Convert make_filter to /bin/sh script.
40627
40628 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40629
40630         * gst/modplug/gstmodplug.cc: fix element description
40631
40632 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40633
40634         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40635         (got_video_size): Adding some new lines in g_print calls.
40636         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40637         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40638         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40639         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40640         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40641         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40642         Complete code review, reverting some stuff i disagree with, adding
40643         some fixes : time synchronization on invalid timestamps, renegotiation
40644         of private window.
40645         * sys/ximage/ximagesink.h:
40646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40647         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40648         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40649         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40650         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40651         (gst_xvimagesink_buffer_new),
40652         (gst_xvimagesink_navigation_send_event),
40653         (gst_xvimagesink_set_xwindow_id),
40654         (gst_xvimagesink_get_desired_size),
40655         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40656         stuff i disagree with, adding some fixes : Renegotiation of private
40657         window, implementing get_desired_size.
40658
40659 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40660
40661         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40662         (gst_afsink_handle_event):
40663         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40664         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40665         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40666         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40667         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40668           Fix for instantiate-test (see core). Also remove dead code from
40669           jpegenc (which still needs fixing, but that's lower on my TODO
40670           list...).
40671         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40672           Never return NULL as caps.
40673
40674 2004-01-07  David Schleef  <ds@schleef.org>
40675
40676         * configure.ac:
40677         * ext/Makefile.am:
40678         * ext/librfb/Makefile.am:
40679         * ext/librfb/gstrfbsrc.c:
40680         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40681         is the protocol used by VNC.
40682
40683 2004-01-07  David Schleef  <ds@schleef.org>
40684
40685         * gst/videofilter/gstvideotemplate.c:
40686         * gst/videofilter/gstvideotemplate.h:
40687         * gst/videofilter/make_filter:
40688         Merge videotemplate header into source file.
40689         * gst/effectv/Makefile.am:
40690         * gst/effectv/gsteffectv.c: (plugin_init):
40691         * gst/effectv/gstwarp.c:
40692         Make warpTV a subclass of videofilter.
40693
40694 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40695
40696         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40697           Add guard against invalid utf-8 conversions in mad. Just in case.
40698
40699 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40700
40701         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40702           Fix for bug shown by poisoning
40703
40704 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40705
40706         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40707         (gst_v4lmjpegsrc_buffer_free):
40708         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40709         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40710         (gst_v4lsrc_buffer_free):
40711           Fix for removed bufferpools.
40712
40713 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40714
40715         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40716         Fix caps negotiation.
40717
40718         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40719         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40720         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40721         (dvdnavsrc_event):
40722         * ext/mpeg2dec/gstmpeg2dec.c:
40723         * gst-libs/gst/navigation/navigation.c:
40724         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40725         * gst-libs/gst/navigation/navigation.h:
40726         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40727         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40729         Super-simple first version of mouse and keyboard events. Clicking
40730         on a DVD menu now works, although it may not take you where you
40731         expected.
40732
40733         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40734         * gst/videotestsrc/gstvideotestsrc.c:
40735         (gst_videotestsrc_src_fixate):
40736         These fixate functions were broken - they never actually
40737         fixated :)
40738
40739 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40740
40741         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40742         (gst_icecastsend_init):
40743           fix for new caps system.
40744         * gst-libs/gst/mixer/mixertrack.h:
40745         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40746           Add 'master track' flag (for tools like ACME that only want to
40747           change the main volume).
40748
40749 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40750
40751         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40752         (gst_xvid_csp_to_caps):
40753         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40754         * ext/xvid/gstxvidenc.c:
40755         ifdef out ARGB type when it isn't available
40756         in xvidcore 1.0.0beta2
40757
40758 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40759
40760         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40761           When we have received a new SCR right in the first buffer after
40762           a seek (so in the same cycle that handles the discont), we should
40763           handle the buffer instead of unreffing it, else we lose data.
40764
40765 2004-01-06  Iain <iain@prettypeople.org>
40766
40767         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40768           buffer-frames caps too.
40769
40770         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40771           caps that we need, don't destroy them all and rebuild them. And when
40772           creating src pads, use the src pad template rather than the sink...
40773
40774 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40775
40776         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40777           Add pad to element *after* setting functions such as event handler.
40778           Without this, the scheduler (opt) will link pads, set the event
40779           handler from the default event function (dispatcher in gstpad.c)
40780           and *after* that, we will set our own event function, which will
40781           thus never be used (and thus mpegdemux doesn't handle events).
40782
40783 2004-01-04  David Schleef  <ds@schleef.org>
40784
40785         Fix the fixate functions to handle new prototype:
40786         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40787         * gst/videotestsrc/gstvideotestsrc.c:
40788         (gst_videotestsrc_src_fixate):
40789         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40790         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40792
40793 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40794
40795         * sys/ximage/ximagesink.h:
40796         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40797         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40798         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40799         (gst_ximagesink_xoverlay_init):
40800           assorted fixes to make (re)embedding work
40801         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40802         (gst_ximagesink_get_desired_size):
40803           implement desired size additions to XOverlay
40804
40805 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40806
40807         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40808         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40809         (gst_x_overlay_got_desired_size):
40810         * gst-libs/gst/xoverlay/xoverlay.h:
40811           Add optional "desired size" signal and querying.
40812
40813 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40814
40815         * gst/matroska/matroska-demux.c:
40816         (gst_matroska_demux_parse_blockgroup):
40817           Fix EBML-laced block parsing. Diffs are relative to previous
40818           lace, not the first lace. Thanks to Mosu from the Matroska
40819           team for detecting this.
40820         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40821         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40822         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40823         (gst_wavparse_change_state):
40824         * gst/wavparse/gstwavparse.h:
40825           Quickfix for capsnego.
40826
40827 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40828
40829         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40830           Fix indenting, fix pad creation.
40831
40832 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40833
40834         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40835         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40836         (gst_xviddec_sink_link):
40837           Implement src_getcaps() so proper size caps is negotiated.
40838
40839 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40840
40841         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40842           Finish flac decoder on EOS. See #116178.
40843
40844 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40845
40846         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40847         (gst_matroska_demux_add_stream):
40848         * gst/matroska/matroska-ids.h:
40849           Add getcaps() function to fix capsnego...
40850
40851 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40852
40853         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40854         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40855         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40856           Fix more integer overflows. Again, see #126967.
40857
40858 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40859
40860         * ext/mpeg2dec/gstmpeg2dec.c:
40861           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40862           #130416.
40863
40864 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40865
40866         * configure.ac:
40867         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40868         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40869         * ext/xvid/gstxvid.h:
40870         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40871         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40872         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40873         (gst_xviddec_change_state):
40874         * ext/xvid/gstxviddec.h:
40875         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40876         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40877         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40878         (gst_xvidenc_link), (gst_xvidenc_set_property),
40879         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40880         * ext/xvid/gstxvidenc.h:
40881           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40882
40883 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40884
40885         * gst/rtp/rtp-packet.c:
40886           Add sys/types.h include, since OS X doesn't define in_addr_t
40887           in netinet/in.h, like it does on Linux (see #129600).
40888
40889 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40890
40891         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40892
40893         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40894           Correct logic of dispose function (see #129306).
40895
40896 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40897
40898         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40899         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40900         (gst_mpeg_parse_init):
40901         * gst/mpegstream/gstmpegparse.h:
40902           Remove clock (which was never provided, i.e. dead code), and
40903           also fix integer overflows at high PTS values (see #126967).
40904
40905 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40906
40907         * ext/flac/gstflacdec.c:
40908         * ext/libpng/gstpngenc.h:
40909         * ext/mikmod/gstmikmod.h:
40910           OS X fixes (see #126628).
40911
40912 2004-01-02  David Schleef  <ds@schleef.org>
40913
40914         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40915         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40916         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40917         (gst_mpeg_parse_class_init): Move pad template registration
40918         to class_init, since the derived class (mpegdemux) doesn't
40919         want them.
40920
40921 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40922
40923         * sys/ximage/Makefile.am:
40924         * sys/xvideo/Makefile.am:
40925         * sys/xvimage/Makefile.am:
40926           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40927           after installation (see #127664).
40928
40929 2004-01-02  David Schleef  <ds@schleef.org>
40930
40931         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40932         (gst_ffmpegenc_connect):  Negotiation fixes.
40933         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40934         Remove inappropriate gst_caps_free().
40935         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40936         Reenable Ronald's internal resize code, since the core handles
40937         it correctly now.
40938
40939 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40940
40941         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40942         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40943         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40944           Fix pad template stuff.
40945
40946 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40947
40948         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40949         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40950           fix signed integer reading/writing.
40951
40952 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40953
40954         * ext/alsa/README:
40955           Remove outdated document
40956
40957 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40958
40959         * gst/cutter/gstcutter.c: (gst_cutter_init):
40960           src pad was being created twice - oops.
40961
40962 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40963
40964         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40965           Comment out internal resize. It doesn't handle the resulting
40966           XEvent internally, does another try_set_caps() which leads to
40967           a really nice loop.
40968           Real fix will come when Julien and Dave are awake. ;).
40969
40970 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40971
40972         * ext/mpeg2enc/gstmpeg2enc.cc:
40973           fix const/nonconst compile issue.
40974
40975 2004-01-02  David Schleef  <ds@schleef.org>
40976
40977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40978         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40979         Add fixate function and a check for bad formats.
40980
40981 2004-01-01  David Schleef  <ds@schleef.org>
40982
40983         Negotiation fixes:
40984         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40985         (gst_audiofilter_init):
40986         * gst/debug/efence.c: (gst_efence_init):
40987         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40988         (gst_deinterlace_init):
40989         * gst/volume/gstvolume.c: (volume_connect):
40990
40991 2004-01-01  David Schleef  <ds@schleef.org>
40992
40993         Convert elements to use gst_pad_use_explicit_caps() where
40994         appropriate:
40995         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40996         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40997         (gst_afparse_open_file):
40998         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40999         (gst_afsrc_open_file):
41000         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41001         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41002         (gst_ffmpegdec_chain):
41003         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41004         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41005         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41006         (gst_gdk_pixbuf_chain):
41007         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41008         (gst_jpegdec_chain):
41009         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41010         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41011         (gst_mikmod_negotiate):
41012         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41013         (gst_mpeg2dec_negotiate_format):
41014         * ext/mpeg2enc/gstmpeg2enc.cc:
41015         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41016         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41017         (gst_speexdec_sinkconnect):
41018         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41019         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41020         (gst_vorbisfile_new_link):
41021         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41022         (gst_ac3parse_chain):
41023         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41024         (gst_asf_demux_setup_pad):
41025         * gst/auparse/gstauparse.c: (gst_auparse_init),
41026         (gst_auparse_chain):
41027         * gst/id3/gstid3types.c: (gst_id3types_loop):
41028         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41029         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41030         (mp1videoparse_parse_seq):
41031         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41032         (bpf_from_header):
41033         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41034         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41035         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41036         (gst_mpeg_parse_send_data):
41037         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41038         (gst_qtdemux_add_stream):
41039         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41040         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41041         (gst_wavparse_parse_fmt):
41042
41043 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41044
41045         * configure.ac:
41046           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41047           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41048           it therefore uses the wrong include paths. Too bad... Note
41049           that 1.6.1.93 is not release yet. ;).
41050           Also add a check for mplex, which is now using the lib'ified
41051           mplex from mjpegtools, too.
41052         * ext/ffmpeg/gstffmpegcodecmap.c:
41053           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41054           issues. I don't think ffmpeg handles 3ivx correctly, so this
41055           probably won't work. But it won't hurt either.
41056         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41057         (gst_ffmpegdec_chain):
41058         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41059         (gst_ffmpegenc_chain_audio):
41060           Fix memleak in audio encoding. Close codec if open fails, this
41061           calls the cleanup routines so we can re-use the context.
41062         * ext/mpeg2enc/gstmpeg2enc.cc:
41063           Fix pad template names/types, fix memory issue with getcaps().
41064         * ext/mpeg2enc/gstmpeg2encoder.cc:
41065         * ext/mpeg2enc/gstmpeg2encoder.hh:
41066           Fix compile issue with new caps system (const thingy).
41067         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41068         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41069           We read a first frame right on initing, so that we have a caps
41070           when we init the output. This caps is cached in padprivate and
41071           read as first frame.
41072         * ext/mplex/Makefile.am:
41073         * ext/mplex/gstmplex.cc:
41074         * ext/mplex/gstmplex.h:
41075         * ext/mplex/gstmplex.hh:
41076         * ext/mplex/gstmplexibitstream.cc:
41077         * ext/mplex/gstmplexibitstream.hh:
41078         * ext/mplex/gstmplexjob.cc:
41079         * ext/mplex/gstmplexjob.hh:
41080         * ext/mplex/gstmplexoutputstream.cc:
41081         * ext/mplex/gstmplexoutputstream.hh:
41082           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41083           had issues, didn't do capsnego, supported only a subset of the
41084           mplex features and required a mplex fork in our local CVS. Plus
41085           that it worked agaist a very old mplex version. Rewriting was
41086           faster than updating it.
41087         * gst-libs/ext/Makefile.am:
41088         * gst-libs/ext/mplex/INSTRUCT:
41089         * gst-libs/ext/mplex/Makefile.am:
41090         * gst-libs/ext/mplex/README:
41091         * gst-libs/ext/mplex/TODO:
41092         * gst-libs/ext/mplex/ac3strm_in.cc:
41093         * gst-libs/ext/mplex/audiostrm.hh:
41094         * gst-libs/ext/mplex/audiostrm_out.cc:
41095         * gst-libs/ext/mplex/aunit.hh:
41096         * gst-libs/ext/mplex/bits.cc:
41097         * gst-libs/ext/mplex/bits.hh:
41098         * gst-libs/ext/mplex/buffer.cc:
41099         * gst-libs/ext/mplex/buffer.hh:
41100         * gst-libs/ext/mplex/fastintfns.h:
41101         * gst-libs/ext/mplex/format_codes.h:
41102         * gst-libs/ext/mplex/inputstrm.cc:
41103         * gst-libs/ext/mplex/inputstrm.hh:
41104         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41105         * gst-libs/ext/mplex/mjpeg_logging.cc:
41106         * gst-libs/ext/mplex/mjpeg_logging.h:
41107         * gst-libs/ext/mplex/mjpeg_types.h:
41108         * gst-libs/ext/mplex/mpastrm_in.cc:
41109         * gst-libs/ext/mplex/mpegconsts.cc:
41110         * gst-libs/ext/mplex/mpegconsts.h:
41111         * gst-libs/ext/mplex/mplexconsts.hh:
41112         * gst-libs/ext/mplex/multplex.cc:
41113         * gst-libs/ext/mplex/outputstream.hh:
41114         * gst-libs/ext/mplex/padstrm.cc:
41115         * gst-libs/ext/mplex/padstrm.hh:
41116         * gst-libs/ext/mplex/stillsstream.cc:
41117         * gst-libs/ext/mplex/stillsstream.hh:
41118         * gst-libs/ext/mplex/systems.cc:
41119         * gst-libs/ext/mplex/systems.hh:
41120         * gst-libs/ext/mplex/vector.cc:
41121         * gst-libs/ext/mplex/vector.hh:
41122         * gst-libs/ext/mplex/videostrm.hh:
41123         * gst-libs/ext/mplex/videostrm_in.cc:
41124         * gst-libs/ext/mplex/videostrm_out.cc:
41125         * gst-libs/ext/mplex/yuv4mpeg.cc:
41126         * gst-libs/ext/mplex/yuv4mpeg.h:
41127         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41128         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41129           We don't fork mjpegtools' mplex in our CVS anymore.
41130         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41131         (gst_avi_demux_add_stream):
41132         * gst/avi/gstavidemux.h:
41133           Add getcaps() function for proper caps nego. This makes some
41134           parts of AVI playback/reading work.
41135         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41136           Resize window on new capsnego. This is probably wrong, but
41137           I'm still committing it because with current capsnego, the
41138           first successfull capsnego is auto-fixated, therefore rounded
41139           down to the lowest values in the caps. this results in a 16x16
41140           XWindow that is not reized when real capsnego finishes.
41141           Dave, I see more cases of this, do you know a proper solution?
41142         * tools/gst-launch-ext.in:
41143           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41144
41145 2003-12-31  David Schleef  <ds@schleef.org>
41146
41147         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41148         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41149           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41150
41151 2003-12-30  David Schleef  <ds@schleef.org>
41152
41153         * ext/ffmpeg/gstffmpegcolorspace.c:
41154         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41155         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41156         (gst_ffmpegcsp_chain): Negotiation fixes
41157         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41158         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41159         (gst_audio_convert_link), (gst_audio_convert_channels):
41160         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41161         (gst_audioscale_link), (gst_audioscale_get_buffer),
41162         (gst_audioscale_chain): Negotiation fixes
41163         * gst/audioscale/gstaudioscale.h:
41164         * gst/videofilter/gstvideofilter.c:
41165         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41166         (gst_videofilter_link), (gst_videofilter_init),
41167         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41168         (gst_videofilter_find_format_by_structure):
41169         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41170         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41171         (gst_videoscale_link):
41172         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41173         (videoscale_find_by_structure), (gst_videoscale_setup):
41174         * gst/videoscale/videoscale.h: Negotiation fixes
41175         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41176         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41177         function, restrict resizing to a multiple of 4 (hack until
41178         everyone supports odd sizes correctly).
41179
41180 2003-12-29  Colin Walters  <walters@verbum.org>
41181
41182         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41183         signed.
41184
41185 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41186
41187         * ext/sndfile/gstsf.c: (gst_sf_loop):
41188           Fix warning about discarding const qualifier
41189
41190 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41191
41192         * gst/cutter/gstcutter.c:
41193         * gst/videoscale/gstvideoscale.c:
41194         * gst/volenv/gstvolenv.c:
41195         * gst-libs/gst/audio/audio.c:
41196         * gst-libs/gst/video/video.c:
41197           Fix warnings
41198
41199 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41200
41201         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41202           Don't send ALSA debugging to stderr.
41203         * ext/alsa/gstalsa.h:
41204           Use GST_WARNING instead of g_warning when ALSA functions fail.
41205
41206 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41207
41208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41209           Free XVAdapterInfo correctly.
41210
41211 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41212
41213         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41214         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41215           Make id3tag use correct caps nego.
41216
41217 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41218
41219         * ext/ivorbis/vorbis.c:
41220         * ext/ivorbis/vorbisenc.h:
41221         * ext/ivorbis/vorbisfile.c:
41222           Modify so that it uses the new caps things
41223
41224 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41225
41226         * testsuite/spider/spider1.c: (main):
41227         * testsuite/spider/spider2.c: (main):
41228         * testsuite/spider/spider3.c: (main):
41229           Make tests compile again. They probably don't work.
41230
41231 2003-12-24  Colin Walters  <walters@verbum.org>
41232
41233         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41234         we can't fixate the caps anymore.
41235
41236 2003-12-23  David Schleef  <ds@schleef.org>
41237
41238         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41239         * sys/oss/gstosssink.c: (gst_osssink_init),
41240         (gst_osssink_sink_fixate): Add fixate function.
41241
41242 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41243
41244         * ext/ffmpeg/gstffmpegcodecmap.c:
41245         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41246         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41247         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41248         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41249         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41250         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41251         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41252           fix typo in RGB masks, and move back to "old" colorspace
41253           capsnego code until whoever wrote this new crap has actually
41254           tested it so that it works.
41255           And yes, this works, keep it that way please.
41256
41257 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41258
41259         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41260         (gst_divxdec_init), (gst_divxdec_negotiate):
41261         * ext/divx/gstdivxdec.h:
41262         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41263         (gst_divxenc_init):
41264         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41265         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41266         * ext/mpeg2enc/gstmpeg2enc.cc:
41267         * ext/mpeg2enc/gstmpeg2encoder.cc:
41268         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41269         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41270         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41271         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41272         (dxr3spusink_init):
41273         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41274         (dxr3videosink_init):
41275           Fix caps breakage after Dave's caps branch merge.
41276
41277 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41278
41279         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41280           Fix for 24bpp display.
41281
41282 2003-12-23  Colin Walters  <walters@verbum.org>
41283
41284         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41285         a GnomeVFSHandle directly.
41286
41287 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41288
41289         * gst/volume/Makefile.am:
41290         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41291         (volume_base_init), (volume_init):
41292           Reenable volume element and fix to work with new caps stuff.
41293           Rhythmbox needs this.
41294
41295 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41296
41297         * gst/qtdemux/qtdemux.c: (plugin_init):
41298           qtdemux requires bytestream
41299
41300 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41301
41302         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41303           Fix remaining caps handling errors due to CAPS merge.
41304
41305 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41306
41307         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41308         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41309         (gst_faad_srcconnect):
41310           Port to new caps system.
41311
41312 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41313
41314         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41315         (got_video_size), (main): using g_print instead of g_message.
41316         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41317         signal which was not emitted because of "switch" element added to the
41318         bin but not connected. (Removing from the bin temporarily)
41319
41320 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41321
41322         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41323         find X development files. I don't understand the previous tests and
41324         they fail on my debian/ppc unstable. This one works.
41325         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41326         exiting.
41327         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41328         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41329         (gst_play_set_visualization): Add some safety checks in set_ methods
41330         and state_change. This was throwing some ugly CRITICAL messages when
41331         pipeline was getting disposed and casts were failing.
41332
41333 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41334
41335         * configure.ac:
41336           Improve mpeg2enc detection. This is for distributions that do
41337           ship mjpegtools, but without mpeg2enc. Also does object check
41338           for might there ever be ABI incompatibility.
41339         * ext/mpeg2enc/gstmpeg2enc.cc:
41340           Add Andrew as second maintainer (he's helping me), and also add
41341           an error if no caps was set. This happens if I pull before capsnego
41342           and that's something I should solve sometime else.
41343         * gst/matroska/matroska-demux.c:
41344         (gst_matroska_demux_parse_blockgroup):
41345           Fix time parsing.
41346         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41347         (gst_matroska_mux_track_header):
41348           Add caps to templates.
41349         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41350           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41351         * gst/mpegstream/gstmpegdemux.c:
41352           Remove layer since it causes warnings about unfixed caps.
41353         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41354           Fix obvious typo (we error out if caps were set, we should of
41355           course error out if *no* caps were set).
41356         * sys/oss/gstosselement.c: (gst_osselement_convert):
41357           Fix format conversion, we confused bits/bytes.
41358         * sys/oss/gstosselement.h:
41359           Improve documentation for 'bps'.
41360         * sys/v4l/TODO:
41361           Remove stuff about plugins that need removing - this was done
41362           ages ago.
41363         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41364         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41366         (gst_v4lsrc_src_query):
41367         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41368         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41369           Add get_query_types(), get_formats() and query() functions.
41370
41371 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41372
41373         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41374           * moved CVS to freedesktop.org